.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
}

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

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.header {
  max-height: 60px;
  min-height: 60px;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #0d2b3a;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
}

.nav-link {
  position: relative;
  left: 0px;
  padding-top: 24px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

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

.columns {
  display: block;
}

.body {
  border-radius: 5px;
}

.navbar-2 {
  height: 60px;
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  margin-left: 0px;
  padding-left: 0px;
  float: none;
  clear: left;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  position: -webkit-sticky;
  position: sticky;
  margin-left: 20px;
  float: none;
}

.brand.w--current {
  position: relative;
}

.image-4 {
  position: relative;
  top: auto;
  display: inline-block;
  max-height: 200px;
  max-width: 100px;
  padding-right: 20px;
  padding-left: 10px;
}

.nav-demo {
  position: relative;
  top: auto;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  max-width: 135px;
  min-height: 100%;
  min-width: 135px;
  margin-top: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #00d3a5;
  border-radius: 0px;
  background-color: #00d3a5;
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-demo.w--current {
  margin-top: 0px;
}

.nav-login {
  position: relative;
  top: auto;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  max-width: 110px;
  min-height: 100%;
  min-width: 110px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 10px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.nav-login:hover {
  background-color: #fff;
  color: #0d2b3a;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-left: 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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.hero-heading {
  margin-top: 70px;
  margin-bottom: 70px;
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
}

.column {
  color: #fff;
}

.demo-button {
  border-radius: 5px;
  background-color: #00d3a5;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.header-link {
  padding-left: 24px;
  font-family: proxima-nova, sans-serif;
  color: #16181e;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.image-5 {
  position: relative;
  display: block;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.h2 {
  padding-bottom: 20px;
  float: none;
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 35px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.para-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 75px none transparent;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0vh;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-class {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 90px 194px 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px solid transparent;
  border-left: 0px solid #000;
}

._3-column-text {
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 14px;
}

._3-column-text h2 {
  color: #4a525c;
  font-size: 30px;
  font-weight: 900;
}

._3-column-text p {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
}

.tab-text {
  margin-top: 20px;
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 14px;
  text-align: left;
}

.tabs-menu {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-align: center;
}

.tab {
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
}

.tab.w--current {
  background-color: #16181e;
  font-family: proxima-nova, sans-serif;
  color: #fff;
}

.tab-2 {
  background-color: #57bbb2;
}

.tab-3 {
  background-color: #57bbb2;
}

.tab-4 {
  background-color: #57bbb2;
}

.tab-4.w--current {
  background-color: #16181e;
  font-family: proxima-nova, sans-serif;
  color: #fff;
}

.tab-section-aqua {
  margin: 0px 0px 70px;
  background-color: #ecedef;
}

.section-class-copy.condensed {
  margin: 70px 105px 0px;
}

.demo-button-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #00d3a5;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.demo-button-centre:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

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

.quote-columns {
  margin-right: 105px;
  margin-left: 105px;
}

.text-block {
  margin-top: 20px;
  padding-left: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.section-quote {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #57bbb2;
  background-image: url('../images/dots-bg-01.svg'), linear-gradient(319deg, #1db5be, #129aa2);
  background-position: 50% 100%, 0px 0px;
  background-repeat: repeat-x, repeat;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading-2 {
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 30px;
  font-weight: 900;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-right: 20px solid transparent;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  text-decoration: none;
}

.body-link {
  font-family: proxima-nova, sans-serif;
  color: #00d3a5;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

._4-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  margin-right: 20px;
  margin-bottom: 0px;
  -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;
}

._4-col:hover {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
}

._4-col._4-col-last {
  display: inline-block;
  margin-right: 0px;
}

.home-category-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-category-items:hover {
  color: #fff;
}

.text-16 {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
}

.home-category-linkitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  margin-bottom: 0px;
  padding: 18px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.06);
  border-radius: 8px;
  background-color: #ecedef;
  box-shadow: 1px 1px 3px 1px rgba(17, 18, 18, 0.06);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 200ms ease, color 400ms ease, opacity 400ms ease, border 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 200ms ease, color 400ms ease, opacity 400ms ease, border 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 200ms ease, color 400ms ease, transform 400ms ease, opacity 400ms ease, border 400ms ease;
  transition: opacity 200ms ease, color 400ms ease, transform 400ms ease, opacity 400ms ease, border 400ms ease, -webkit-transform 400ms ease;
  color: #0d2b3a;
  text-decoration: none;
}

.home-category-linkitem:hover {
  border-color: #00d3a5;
  background-color: #ecedef;
  box-shadow: 0 1px 8px 0 rgba(17, 18, 18, 0.15);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.home-category-linkitem:active {
  box-shadow: 0 1px 6px 0 rgba(17, 18, 18, 0.15);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.home-category-linkitem.hover-white:hover {
  color: #fff;
}

._2-col {
  display: inline-block;
  width: 140px;
  margin-right: 20px;
}

._2-col._2-col-last {
  margin-right: 0px;
}

.tagline {
  opacity: 0.6;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.learn-wrap {
  display: block;
  width: auto;
  margin-right: 105px;
  margin-left: 105px;
}

.learn-wrap.w50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.learn-wrap-2 {
  display: block;
  width: 827px;
  margin-right: auto;
  margin-left: auto;
}

.learn-wrap-2.w50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.home-category-items-3-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.heading-3 {
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
}

._4-col-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  margin-right: 0px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._4-col-end._4-col-last {
  display: inline-block;
  margin-right: 0px;
}

.heading-4 {
  margin-top: 10px;
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
}

.heading-5 {
  margin-top: 10px;
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
}

.heading-6 {
  margin-top: 10px;
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
}

.solution-heading {
  margin-top: 10px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-weight: 700;
  text-align: center;
}

.solution-heading:hover {
  color: #4a525c;
}

.solution-heading.hover-white {
  color: transparent;
}

.solution-heading.hover-white:hover {
  color: #0d2b3a;
}

.column-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demo-button-centre-aqua {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 20px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #00d3a5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.demo-button-centre-aqua:hover {
  padding-right: 70px;
  padding-left: 70px;
  background-color: #00d3a5;
}

.link-text {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.image-6 {
  display: inline-block;
}

.img-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 70px 184px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h4 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.text-bold {
  padding-top: 30px;
  font-family: proxima-nova, sans-serif;
  color: #16181e;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.h4-copy {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
}

.list-item {
  font-family: proxima-nova, sans-serif;
  list-style-type: none;
}

.list {
  font-family: Montserrat, sans-serif;
  line-height: 40px;
  list-style-type: disc;
}

.list-item-2 {
  font-family: proxima-nova, sans-serif;
  list-style-type: none;
}

.list-item-3 {
  font-family: proxima-nova, sans-serif;
  list-style-type: none;
}

.h4-left {
  margin-top: 20px;
  border-right: 20px solid transparent;
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 40px;
  line-height: 44px;
  font-weight: 800;
  text-align: left;
}

.section-aquamarine {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #0d2b3a;
}

.h4-white {
  margin-top: 30px;
  opacity: 1;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.text-white {
  position: static;
  padding-top: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.text-bold-white {
  padding-top: 30px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.link-text-white {
  padding-top: 10px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.step-1-green {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: #00d3a5;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0em;
}

.div-block-2 {
  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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-7 {
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.columns-6 {
  margin-top: 30px;
  margin-right: 130px;
  margin-left: 130px;
}

.text-white-sml-copy {
  position: static;
  padding-top: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.heading {
  margin-top: 70px;
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  text-align: center;
}

.text-block-2 {
  font-family: proxima-nova, sans-serif;
}

.columns-7 {
  margin-right: 0px;
  margin-left: 0px;
}

.editor-heading {
  margin-top: 0px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.category-magenta {
  font-family: proxima-nova, sans-serif;
  color: #fb3364;
  font-size: 12px;
  text-transform: uppercase;
}

.text-block-4 {
  font-family: proxima-nova, sans-serif;
  color: #16181e;
  font-weight: 600;
  text-decoration: none;
}

.body-2 {
  font-family: proxima-nova, sans-serif;
  color: #16181e;
}

.collection-item {
  margin-bottom: 10px;
}

.hero-blog-heading {
  display: block;
  -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;
  font-size: 30px;
  font-weight: 700;
}

.button-2 {
  display: block;
  margin-bottom: 30px;
  -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;
  background-color: #fb3364;
}

.text-block-grid {
  margin-bottom: 10px;
  padding-top: 10px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  text-align: left;
}

.text-block-5 {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #fb3364;
}

.collection-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  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: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-3 {
  display: block;
  height: 150px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  text-align: center;
}

.blog-category {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 40px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 900;
  text-align: center;
}

.collection-item-3 {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 30px;
}

.text-block-6 {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.text-block-7 {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: right;
}

.text-block-8 {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: right;
}

.text-block-9 {
  margin-right: 80px;
  margin-left: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #4a525c;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.columns-8 {
  margin-right: 0px;
  margin-left: 0px;
}

.container-2 {
  padding-right: 80px;
  padding-left: 80px;
}

.link {
  color: #fb3364;
  text-decoration: none;
}

.post-link {
  font-family: proxima-nova, sans-serif;
  color: #fb3364;
  text-decoration: none;
}

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

.link-block-2 {
  color: #16181e;
  text-decoration: none;
}

.collection-list {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.collection-item-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-3 {
  padding-right: 80px;
  padding-left: 80px;
}

.blog-header-div {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url('../images/rectangle-horizontal.png');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-3 {
  color: #16181e;
  text-align: center;
  text-decoration: none;
}

.link-block-4 {
  display: inline-block;
  width: 330px;
  height: 150px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: 150px, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.link-block-5 {
  display: block;
  color: #16181e;
  text-align: center;
  text-decoration: none;
}

.blog-rtb {
  margin-top: 40px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
}

.blog-rtb h3 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
}

.blog-rtb h4 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.blog-rtb h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #0d2b3a;
  font-size: 32px;
}

.blog-rtb ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-rtb li {
  line-height: 30px;
}

.blog-rtb blockquote {
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}

.blog-rtb a {
  color: #fb3364;
}

.blog-rtb figure {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  width: 620px;
  height: 300px;
}

.text-field {
  width: 370px;
  max-width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #ecedef;
  font-family: proxima-nova, sans-serif;
  text-transform: capitalize;
}

.resource-title {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
}

.submit-button {
  display: inline-block;
  margin-top: 10px;
  padding: 20px 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #00d3a5;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.submit-button:hover {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.field-label {
  padding-right: 20px;
  padding-left: 20px;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 16px;
}

.columns-9 {
  margin-right: 200px;
  margin-left: 200px;
  color: #fff;
}

.tab-text-2 {
  margin-top: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
}

.blue-bg-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-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;
  background-color: transparent;
}

.div-block-7 {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 290px;
  background-color: #0d2b3a;
}

.section-2 {
  background-color: #0d2b3a;
}

.column-8 {
  position: static;
  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: 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;
  border-style: none;
  border-width: 0px;
  border-color: rgba(13, 43, 58, 0.29);
  background-color: transparent;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 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-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-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.form-text {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 100%;
  margin-top: 20px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-class-2 {
  position: relative;
  display: block;
  margin: 290px 184px 70px;
  float: right;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

._3-column-text-2 {
  font-family: Montserrat, sans-serif;
  color: #16181e;
  font-size: 14px;
}

.h2-2 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 48px;
  font-weight: 900;
  text-align: center;
}

.text-2 {
  padding-top: 30px;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.heading-13 {
  font-family: Montserrat, sans-serif;
  color: #16181e;
  font-size: 30px;
  font-weight: 900;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  color: #16181e;
  text-decoration: none;
}

.demo-button-2 {
  border-radius: 5px;
  background-color: #00d3a5;
  font-family: Montserrat, sans-serif;
  color: #0d2b3a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.header-link-2 {
  padding-left: 24px;
  font-family: Montserrat, sans-serif;
  color: #16181e;
  font-weight: 600;
  text-decoration: none;
}

.demo-button-centre-magenta-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 20px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #00d3a5;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.link-text-2 {
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #16181e;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.image-8 {
  padding-left: 10px;
}

.image-9 {
  padding-left: 10px;
}

.image-10 {
  padding-left: 10px;
}

.lp-class {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 184px 70px;
  float: right;
  clear: none;
  -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;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-class-lp {
  display: block;
  margin: auto 184px 70px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.integration-title {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.collection-item-5 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.collection-list-wrapper-2 {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.collection-list-2 {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column-9 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-10 {
  display: block;
  max-width: 200px;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.collection-item-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 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-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;
  border-style: none;
  border-width: 0px;
  border-color: #dedede;
}

.ebook-image {
  display: block;
  max-width: 100%;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.collection-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border: 1px none #000;
}

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

.collection-list-wrapper-3 {
  display: block;
  margin-left: 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-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: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.link-block-6 {
  display: block;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border: 1px none #000;
  color: #16181e;
  text-decoration: none;
}

.text-block-11 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-12 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.link-block-7 {
  font-family: proxima-nova, sans-serif;
  color: #16181e;
  text-decoration: none;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: auto;
  margin-right: 10px;
  margin-bottom: auto;
  margin-left: 10px;
  padding-bottom: 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-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;
  border-style: solid;
  border-width: 0px;
  border-color: #dedede;
}

.div-block-9 {
  display: block;
  width: 190px;
  height: auto;
  min-height: 310px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-9:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.collection-item-7 {
  font-family: proxima-nova, sans-serif;
}

.div-block-10 {
  margin-bottom: 10px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #dedede;
}

.text-block-13 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 40px;
  border: 1px none #000;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
}

.section-3 {
  display: block;
  -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;
}

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

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
}

.text-block-15 {
  padding-right: 5px;
  padding-left: 5px;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  text-decoration: none;
}

.link-2 {
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  text-decoration: none;
}

.link-block-8 {
  color: #16181e;
  text-decoration: none;
}

.link-block-9 {
  color: #16181e;
  text-decoration: none;
}

.link-block-10 {
  padding-right: 5px;
  padding-left: 5px;
  color: #fff;
  text-decoration: none;
}

.link-block-10.w--current {
  text-decoration: none;
}

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

.link-block-11.w--current {
  color: #fff;
}

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

.heading-14 {
  font-family: proxima-nova, sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.heading-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 30px;
  -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;
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-weight: 900;
  text-align: left;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.text-block-16 {
  padding: 30px;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 16px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-decoration: none;
}

.image-12 {
  display: block;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -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-17 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 16px;
  font-weight: 600;
}

.text-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -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;
  font-family: proxima-nova, sans-serif;
  line-height: 23px;
}

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

.text-block-19 {
  display: inline-block;
  padding-top: 0px;
  padding-right: 4px;
  padding-bottom: 30px;
  -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;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.div-block-17 {
  display: inline-block;
  -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;
}

.columns-10 {
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 30px;
}

.columns-11 {
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 30px;
}

.columns-12 {
  margin-left: 714546950484565px;
}

.overview {
  margin-right: 490px;
  margin-left: 250px;
}

.how-ruler-integrates {
  margin-right: 0px;
  margin-left: 0px;
}

.section-6 {
  margin-right: 490px;
  margin-left: 250px;
}

.section-7 {
  margin-right: 490px;
  margin-left: 250px;
}

.link-block-12 {
  position: static;
  display: block;
  -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-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-link-tab-1 {
  background-color: transparent;
  text-decoration: none;
}

.tab-link-tab-1.w--current {
  border-bottom: 1px solid #00d3a5;
  background-color: transparent;
  color: #00d3a5;
}

.tab-link-tab-1.w--current:active {
  border-style: solid;
  border-width: 1px;
  border-color: #00d3a5;
}

.text-block-20 {
  border: 1px none #000;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.tab-link-tab-2 {
  border: 1px none #000;
  background-color: transparent;
  font-family: proxima-nova, sans-serif;
  color: #fb3364;
}

.tab-link-tab-2:hover {
  color: #00d3a5;
}

.tab-link-tab-2.w--current {
  border-bottom: 1px solid #00d3a5;
  background-color: transparent;
  color: #16181e;
  font-weight: 600;
  text-decoration: none;
}

.columns-13 {
  margin-right: 0px;
  margin-left: 0px;
  background-color: transparent;
}

.price-title {
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  text-align: center;
}

.price-large {
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
}

.text-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: proxima-nova, sans-serif;
}

.pricing-content {
  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;
}

.price-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 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;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  text-align: center;
}

.price-bullet {
  font-family: proxima-nova, sans-serif;
}

.demo-button-centre-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 10px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #00d3a5;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.column-11 {
  background-color: transparent;
}

.grid-2 {
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.heading-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.image-13 {
  display: inline-block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column-12 {
  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: 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-19 {
  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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.columns-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.columns-14:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.container-5 {
  display: none;
  padding-top: 70px;
  padding-bottom: 70px;
}

.price-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 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;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  text-align: center;
}

.price-col-header {
  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: 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;
  text-align: center;
}

.price-col-header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  padding-bottom: 7px;
  -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 rgba(0, 0, 0, 0.2);
}

.price-col-header-row:hover {
  background-color: transparent;
}

.list-item-4 {
  color: #4a525c;
}

.hero-section {
  display: block;
  margin: 0px 0px 150px;
  padding-top: 40px;
  padding-bottom: 40px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.text-block-23 {
  border-bottom: 1px none #fb3364;
  color: #16181e;
}

.text-section {
  margin: 70px 194px 200px;
}

._3-col-section {
  margin: 70px 194px;
}

.container-aqua {
  background-color: transparent;
}

._3-col-quote-title {
  margin-top: 20px;
  padding-left: 10px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.integration-section {
  margin: 90px 194px 0px;
}

._2-col-section {
  margin: 90px 194px;
}

.footer {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0d2b3a;
  text-align: center;
}

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

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

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

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

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

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

.div-block-24 {
  font-family: proxima-nova, sans-serif;
  color: #fff;
}

.text-block-24 {
  color: #fff;
  text-align: left;
}

.footer-heading-call {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.text-block-25 {
  color: #fff;
  font-size: 17px;
}

.nav-subtitle {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

.icon {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.dropdown-link {
  border-right: 1px none #000;
  background-color: #0d2b3a;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.dropdown-link:hover {
  background-color: #394f5a;
}

.dropdown-link.w--current {
  background-color: #00d3a5;
  color: #fff;
}

.nav-dropdown-list {
  position: absolute;
  min-width: 600px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #0d2b3a;
}

.nav-dropdown-list.w--open {
  min-width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  border-style: none;
  background-color: #0d2b3a;
  box-shadow: 1px 1px 3px 0 #4a525c;
}

.dropdown-toggle {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.menu-button {
  position: absolute;
}

.heading-18 {
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
}

.heading-19 {
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
}

.heading-20 {
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
}

.container-6 {
  position: static;
}

.dropdown {
  background-color: #0d2b3a;
}

.tab-text-white {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.paragraph-white {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  text-decoration: none;
}

.div-block-26 {
  position: absolute;
}

.form-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.rich-text-block-4 {
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
}

.rich-text-block-4 h2 {
  color: #4a525c;
  font-size: 30px;
  font-weight: 900;
}

.div-block-27 {
  position: relative;
  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-28 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  min-width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-block {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ruler-tel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100.0214076%;
  min-width: 100%;
  margin-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
  font-size: 16px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.phone {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 260px;
  -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;
}

.header-link-white {
  padding-left: 24px;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.demo-button-white {
  border-radius: 0px;
  background-color: #00d3a5;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.demo-button-white:hover {
  border-radius: 0px;
  background-color: #00d3a5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.section-aquamarine-2 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #0d2b3a;
}

.h4-white-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.paragraph-3 {
  font-family: proxima-nova, sans-serif;
}

.paragraph-4 {
  font-family: proxima-nova, sans-serif;
}

.paragraph-5 {
  font-family: proxima-nova, sans-serif;
}

.link-3 {
  color: #fff;
}

.column-21 {
  border: 1px none #000;
}

.column-22 {
  border-right: 1px solid #00d3a5;
  border-left: 1px solid #00d3a5;
}

.columns-16 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0d2b3a;
}

.image-14 {
  max-width: 70%;
  padding-top: 5px;
  text-decoration: none;
}

.link-block-13 {
  max-width: 280px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.link-block-13.w--current {
  text-decoration: none;
}

.form-column {
  position: static;
  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: 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;
  border-style: solid;
  border-width: 0.5px;
  border-color: rgba(13, 43, 58, 0.29);
  background-color: #fff;
}

.div-block-blank {
  position: relative;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.hero-text {
  margin-bottom: 40px;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.quote-right-align-white {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 50px;
  font-weight: 700;
  text-align: right;
}

.paragraph-right {
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 16px;
  text-align: right;
  text-decoration: none;
}

.link-block-14 {
  border: 1px none #000;
  text-decoration: none;
}

.section-magenta {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fb3364;
}

.h4-white-2-copy {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
}

.h2-white {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.link-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
}

.dropdown-list-solutions {
  position: absolute;
  min-width: 600px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #0d2b3a;
}

.dropdown-list-solutions.w--open {
  min-width: 740px;
  background-color: rgba(13, 43, 58, 0.3);
}

.dropdown-list-resources {
  position: absolute;
  min-width: 600px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #0d2b3a;
}

.dropdown-list-resources.w--open {
  min-width: 540px;
  background-color: rgba(13, 43, 58, 0.3);
}

.container-8 {
  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;
}

.interviewee-quote {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #4a525c;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}

.interviewee-name {
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
}

.interviewee-title {
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.case-study-text {
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.casestudy-rt {
  text-align: justify;
}

.casestudy-rt p {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 36px;
}

.casestudy-rt h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #4a525c;
}

.casestudy-rt h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
}

.case-study-category {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  text-align: left;
}

.collection-list-wrapper-4 {
  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: 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;
}

.columns-17 {
  max-width: 900px;
  padding-bottom: 30px;
}

.collection-item-8 {
  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;
}

.case-study-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  margin-top: 50px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00d3a5;
}

.case-study-button:hover {
  background-color: #00d3a5;
}

.case-study-title {
  color: #4a525c;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.image-15 {
  max-width: 300px;
  padding-top: 30px;
}

.partner-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-4 {
  color: #4a525c;
  text-decoration: none;
}

.link-block-16 {
  color: #16181e;
  text-decoration: none;
}

.link-block-17 {
  color: #16181e;
}

.link-block-17.w--current {
  text-decoration: none;
}

.link-block-18 {
  color: #4a525c;
  text-decoration: none;
}

.link-block-18.w--current {
  color: #16181e;
}

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

.partner-short {
  padding: 0px 0px 0px 5px;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}

.partner-title {
  padding-top: 0px;
  padding-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
}

.columns-18 {
  max-width: none;
  margin-left: 0px;
}

.section-8 {
  margin-right: 490px;
  margin-left: 230px;
}

.partner-column {
  max-width: none;
  margin-left: 0px;
  padding-top: 30px;
}

.partner-text {
  padding-top: 0px;
  padding-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
}

.partner-head {
  display: inline-block;
  padding-top: 30px;
  padding-right: 4px;
  padding-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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.partner-hero {
  background-color: transparent;
}

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

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

.column-24 {
  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;
  text-align: left;
}

.resource-list-wrapper {
  display: block;
  margin-left: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.link-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top: 1px solid #dedede;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  text-decoration: none;
}

.resource-div-block {
  display: block;
  height: auto;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 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;
  border-style: none;
  border-width: 1px;
  border-color: #dedede;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  text-align: center;
}

.resource-div-block:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.h1-2 {
  margin-top: 70px;
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  text-align: center;
}

.text-3 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}

.featured-resource-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.featured-resource-section {
  margin: 70px 0px;
  background-color: #0d2b3a;
}

.resource-section-class {
  margin: 50px 194px 90px;
}

.form-title-2 {
  padding-top: 30px;
  background-color: #fff;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.div-block-30 {
  position: relative;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0d2b3a;
}

._3-column-text-3 {
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 14px;
}

.link-text-3 {
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #16181e;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.hero-heading-2 {
  margin-top: 60px;
  margin-bottom: 70px;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
}

.demo-button-white-2 {
  border-radius: 5px;
  background-color: #fb3364;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.header-link-white-2 {
  padding-left: 24px;
  font-family: proxima-nova, sans-serif;
  color: #16181e;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.h2-3 {
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 30px;
  line-height: 48px;
  font-weight: 900;
  text-align: center;
}

.demo-button-centre-magenta-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 20px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #fb3364;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.demo-button-centre-magenta-3:hover {
  padding-right: 70px;
  padding-left: 70px;
  background-color: #bb2449;
}

.link-text-4 {
  padding-top: 10px;
  font-family: proxima-nova, sans-serif;
  color: #16181e;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.resource-rich-text {
  position: static;
  font-family: proxima-nova, sans-serif;
  color: #fff;
}

.resource-rich-text p {
  color: #fff;
}

.link-block-20 {
  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;
}

.glossary-title {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.glossary-rich-text {
  padding-bottom: 0px;
}

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

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

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

.glossary-section {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #57bbb2;
  background-image: url('../images/rectangle-horizontal.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.glossary-collection-item {
  border-bottom: 1px solid #dedede;
}

.glossary-question {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.link-block-21 {
  color: #4a525c;
  text-decoration: none;
}

.heading-21 {
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-weight: 800;
  text-align: center;
}

.heading-22 {
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 20px;
  font-weight: 900;
}

.link-block-22 {
  color: #4a525c;
  text-decoration: none;
}

.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  color: #fff;
}

.step-2-heading {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  text-align: center;
}

.step-2-button {
  display: inline-block;
  width: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #00d3a5;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.accord-item {
  width: 100%;
}

.accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
}

.dropdown-list {
  position: static;
  display: block;
}

.paragraph-6 {
  display: block;
}

.faq-answer {
  margin-bottom: 0px;
  font-weight: 400;
}

.faq-container {
  max-width: 600px;
  min-width: 600px;
  margin-bottom: 60px;
}

.faq-body {
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
}

.faq-body.w--open {
  background-color: transparent;
}

.faq-answer-img {
  width: 100%;
}

.faq-img {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -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;
}

.toggle-text {
  position: relative;
  z-index: 2;
  font-family: proxima-nova, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.faq-body-cont {
  padding: 30px;
  border-top: 1px none #000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #0d2b3a;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: break-spaces;
}

.faq.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 24px;
  margin-right: 16px;
}

.faq-p {
  overflow: hidden;
  width: 100%;
  margin-bottom: 0px;
  border-radius: 4px;
  background-color: #f4f6f8;
}

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

.accordion-container {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  background-color: #f4f6f8;
}

.columns-19 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  background-color: #f4f6f8;
}

.hover-test {
  font-family: proxima-nova, sans-serif;
  font-size: 60px;
  line-height: 100px;
  font-weight: 900;
  text-align: center;
}

.image-hover {
  display: block;
  width: 300px;
  height: 300px;
  margin-right: 0px;
  margin-left: 730px;
}

.hover-column {
  height: 300px;
}

.hover-text-2 {
  font-family: proxima-nova, sans-serif;
  font-size: 60px;
  line-height: 100px;
  font-weight: 900;
  text-align: center;
}

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

.image-hover-2 {
  position: absolute;
  display: block;
  width: 300px;
  height: 300px;
  margin-right: 0px;
  margin-left: 730px;
}

.section-white-bg {
  height: 350px;
  background-color: #fff;
}

.featured-resource-list-wrapper-legal {
  display: block;
  margin-left: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.next-step-1 {
  margin: 90px 194px;
  border-right: 0px solid transparent;
  border-left: 0px solid #000;
}

.next-step-2 {
  margin: 90px 194px;
  border-right: 0px solid transparent;
  border-left: 0px solid #000;
}

.next-step-3 {
  margin: 90px 194px;
  border-right: 0px solid transparent;
  border-left: 0px solid #000;
}

.carousel-integration {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 0.25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
}

.collection-list-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-16 {
  margin-bottom: 60px;
}

.image-17 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.section-10 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fb3364;
}

.image-18 {
  width: 200px;
  height: auto;
}

.div-block-33 {
  margin-left: 0px;
}

.carousel4 {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 0.25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-9 {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 40px;
}

.container-9.full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -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;
}

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

.flex.vert {
  height: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #d4d4d4;
  text-align: center;
}

.explainer {
  margin-bottom: 10px;
}

.carousel {
  display: none;
  width: auto;
  padding-left: 0px;
}

.slide-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #404040;
  box-shadow: 0 0 10px 0 #000;
}

.image-19 {
  position: static;
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  margin-right: 40px;
  margin-left: 40px;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
}

.collection-list-wrapper-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.collection-list-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
}

.div-block-34 {
  width: 150px;
}

.collection-item-9 {
  width: auto;
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.link-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block-23:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hrw-heading {
  margin-top: 80px;
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 40px;
  line-height: 44px;
  font-weight: 800;
  text-align: center;
}

.link-5 {
  padding-left: 40px;
  text-align: right;
}

.link-6 {
  padding-left: 40px;
}

.link-7 {
  padding-left: 40px;
}

.heading-24 {
  padding-bottom: 40px;
  text-align: center;
}

.columns-20 {
  padding-right: 40px;
  padding-left: 40px;
}

.featured-customers {
  display: block;
  margin-left: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.customer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.customer-block:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.section-customers {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0d2b3a;
}

.customer-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #dedede;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  text-align: center;
}

.customer-div-block:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image-appear-left {
  position: absolute;
  max-width: none;
}

.lottie-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  min-height: 340px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lottie-left {
  position: relative;
  display: block;
  height: auto;
  margin-top: 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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.html-embed {
  position: absolute;
  width: 290px;
}

.image-21 {
  position: absolute;
}

.background-circle {
  position: static;
  width: 340px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-22 {
  position: absolute;
}

.background-circle-scroll {
  position: static;
  width: 340px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-appear-right {
  position: absolute;
}

.lottie-animation {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 600px;
  max-width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.lottie-animation-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 600px;
  max-width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-ma-without {
  margin: 90px 0px 0px;
  padding-bottom: 120px;
  border-right: 0px solid transparent;
  border-left: 0px solid #000;
  background-color: #0d2b3a;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58%, #0d2b3a), to(#fff));
  background-image: linear-gradient(180deg, #0d2b3a 58%, #fff);
}

.container-10 {
  padding-top: 40px;
  text-align: center;
}

.ma-percent {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  color: #fb3364;
  font-size: 100px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.image-23 {
  display: inline-block;
}

.image-24 {
  position: absolute;
  margin-top: -110px;
}

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

.section-ma-with {
  display: block;
  margin: 130px 194px 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px solid transparent;
  border-left: 0px solid #000;
}

.image-25 {
  display: block;
}

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

.text-ma {
  position: static;
  padding-top: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.lottie-animation-3 {
  width: 650px;
}

.section-quote-2 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #57bbb2;
  background-image: url('../images/waves-bg-01.svg'), linear-gradient(319deg, #1db5be, #129aa2);
  background-position: 50% 50%, 0px 0px;
  background-size: 1439px, auto;
  background-repeat: repeat-y, repeat;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section-quote-3 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #57bbb2;
  background-image: url('../images/chevron-bg-01.svg'), linear-gradient(319deg, #1db5be, #129aa2);
  background-position: 50% 50%, 0px 0px;
  background-size: 1439px, auto;
  background-repeat: repeat-y, repeat;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section-quote-4 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #57bbb2;
  background-image: url('../images/chev-white-bg-01.svg'), linear-gradient(319deg, #1db5be, #129aa2);
  background-position: 50% 50%, 0px 0px;
  background-size: 530px, auto;
  background-repeat: repeat, repeat;
  background-attachment: fixed, scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section--test {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/chev-white-bg-01_1.svg');
  background-position: 50% 50%;
  background-size: 1439px 470px;
  background-repeat: no-repeat;
}

.image-26 {
  position: absolute;
  display: block;
  width: 380px;
  max-width: none;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-37 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-27 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 250px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image--diag {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 250px;
  margin-top: -20px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-28 {
  background-image: url('../images/chev--bg-01.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.section-11 {
  height: 164px;
  background-image: url('../images/chev--bg-01.svg');
  background-position: -94px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
}

.hero-img-background {
  position: static;
  display: block;
  width: 370px;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: url('../images/chev-white-bg-01.svg'), -webkit-gradient(linear, left top, left bottom, from(#57bbb2), to(#57bbb2));
  background-image: url('../images/chev-white-bg-01.svg'), linear-gradient(180deg, #57bbb2, #57bbb2);
  background-position: 0px 0px, 0px 0px;
  background-size: 470px, auto;
  background-attachment: fixed, scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image-30 {
  width: 650px;
  max-width: 650%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-31 {
  width: 650px;
  max-width: 650%;
}

.image-32 {
  width: 650px;
  max-width: 650%;
  padding-left: 0px;
}

.sector-graphic {
  width: 570px;
  max-width: 100%;
}

.image-34 {
  width: 650px;
  max-width: 650%;
}

.image-35 {
  width: 650px;
  max-width: 650%;
}

.image-36 {
  width: 650px;
  max-width: 650%;
}

.image-37 {
  display: inline-block;
  width: 560px;
  max-width: 650%;
}

.image-38 {
  position: relative;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.image-39 {
  width: 400px;
  max-width: 450%;
  margin-top: 0px;
}

.image-40 {
  width: 425px;
  max-width: 450%;
  margin-top: 125px;
}

.image-41 {
  width: 100%;
  max-width: none;
  margin-top: 0px;
  padding-right: 0px;
}

.image-42 {
  width: 500px;
  max-width: 600%;
  margin-top: -89px;
  margin-left: -81px;
}

.image-43 {
  width: 550px;
  max-width: 550%;
  margin-top: -24px;
  margin-right: -96px;
  margin-left: -127px;
}

.image-44 {
  width: 425px;
  max-width: 550%;
  margin-top: 92px;
}

.image-45 {
  width: 400px;
  max-width: 450%;
  margin-top: 0px;
}

.image-46 {
  width: 500px;
  max-width: 599%;
  margin-top: -56px;
}

.image-47 {
  width: auto;
  max-width: 100%;
  margin-top: 0px;
}

.image-48 {
  width: 550px;
  max-width: 600%;
  margin-top: 45px;
}

.image-49 {
  width: 550px;
  max-width: 600%;
  margin-top: 48px;
}

.columns-21 {
  margin-bottom: 40px;
}

.columns-22 {
  margin-bottom: 40px;
}

.columns-23 {
  margin-bottom: 40px;
}

.columns-24 {
  margin-bottom: 40px;
}

.columns-25 {
  margin-bottom: 0px;
}

.columns-26 {
  margin-bottom: 0px;
}

.image-50 {
  margin-top: 0px;
  margin-left: 0px;
}

.image-51 {
  margin-top: 95px;
}

.h3-left {
  display: block;
  padding-left: 0px;
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 28px;
  font-weight: 600;
}

.heading-26 {
  color: #0d2b3a;
  font-size: 28px;
  font-weight: 700;
}

.heading-27 {
  color: #0d2b3a;
  font-size: 28px;
  font-weight: 600;
}

.heading-29 {
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}

.image-52 {
  margin-top: 78px;
}

.teo-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 70px auto 200px;
  -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-right: 0px solid transparent;
  border-left: 0px solid #000;
}

.heading-centre {
  color: #4a525c;
  text-align: center;
}

.bold-centre {
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.overlap-section {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.lottie-animation-4 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  margin-right: 150px;
  margin-left: 0px;
}

.lottie-animation-5 {
  position: relative;
  left: 0%;
  top: -140px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 580px;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-53 {
  position: relative;
  left: 130px;
  top: 0%;
  right: 0%;
  bottom: 50px;
  max-width: 80%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.overlap-columns {
  position: relative;
  margin-top: 40px;
}

.text-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 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-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;
  border-right: 75px none transparent;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0vh;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.lottie-small {
  position: static;
  display: block;
  width: 470px;
  max-width: 100%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.animation-col-even {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-12 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 200px;
  padding-top: 200px;
  background-color: #771c1c;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image-54 {
  position: relative;
  display: block;
  width: 150%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.columns-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.columns-29 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-lottie {
  position: static;
  display: block;
  width: 530px;
  max-width: 100%;
  padding-left: 0px;
  -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;
}

.div-block-38 {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-13 {
  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: 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-partner {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.resource-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.featured-resource-cover-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.featured-resource-cover-div:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

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

.nav-flex-1 {
  min-width: 240px;
  margin-top: 0px;
  border-right: 1px solid #00d3a5;
}

.nav-flex-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 240px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-flex-2 {
  min-width: 240px;
  border-right: 1px solid #00d3a5;
}

.nav-resource-title {
  max-width: 250px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.nav-resource-image {
  max-width: 100%;
  padding-top: 5px;
  text-decoration: none;
}

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

.nav-title {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.link-block-25 {
  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-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.grey-bg-wrap {
  position: absolute;
  z-index: 1;
  min-height: 600px;
  min-width: 100%;
  background-color: #ecedef;
}

.container-14 {
  position: relative;
  z-index: 1;
}

.overlap-div {
  position: relative;
  z-index: 2;
}

.column-30 {
  position: static;
}

.image-div {
  position: relative;
  width: 440px;
}

.text-div {
  position: relative;
  left: 0px;
  width: 490px;
  float: none;
}

.section-how-works-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 100px 194px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.container-15 {
  display: block;
  max-width: none;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-how-works-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 194px;
  margin-bottom: 100px;
  margin-left: 194px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.image-div-step2 {
  position: relative;
  width: 470px;
}

.div-how-works {
  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;
}

.text-div-left {
  position: relative;
  left: 0px;
  width: 500px;
  float: none;
}

.section-how-works-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 194px;
  margin-bottom: 100px;
  margin-left: 194px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.section-13 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.image-55 {
  display: block;
  width: auto;
}

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

.image-56 {
  display: inline-block;
  max-width: 100%;
  background-color: #0d2b3a;
  opacity: 1;
}

.html-embed-2 {
  background-color: #0d2b3a;
}

.image-57 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(100%, transparent), to(#fff));
  background-image: linear-gradient(180deg, transparent, transparent 100%, #fff);
}

.columns-30 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns-31 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-right-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-container {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-background-div {
  position: absolute;
}

.hero-lottie-div {
  position: absolute;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-31 {
  padding-left: 50px;
}

.columns-32 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-bg-shape {
  position: fixed;
  left: 17%;
  top: auto;
  right: 0%;
  bottom: auto;
}

.div-lottie {
  position: static;
  min-width: 430px;
}

.section-can-do {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 90px 194px 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px solid transparent;
  border-left: 0px solid #000;
}

.section-home-features {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 90px 194px 200px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px solid transparent;
  border-left: 0px solid #000;
}

.div-block-45 {
  position: absolute;
}

.section-hero-centre {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 90px 194px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px solid transparent;
  border-left: 0px solid #000;
}

.feature-title {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 1px none #000;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 26px;
  font-weight: 600;
}

.featured-ebook-image {
  display: block;
  max-width: 100%;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.integration-image {
  display: block;
  height: auto;
  max-height: 150px;
  max-width: 190px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.text-block-10-copy {
  display: block;
  max-width: 200px;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #dedede;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.integration-item {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.integration-image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: auto;
  min-height: 240px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #ecedef;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.integration-image-div:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.integration-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 190px;
  margin-right: 10px;
  margin-bottom: auto;
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 0px;
  border-color: #dedede;
}

.section-integration {
  position: static;
  display: block;
  height: auto;
  margin: 40px 194px 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px solid transparent;
  border-left: 0px solid #000;
}

.integration-image-link {
  position: static;
  display: block;
  -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-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.integration-text-link {
  display: block;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border: 1px none #000;
  color: #16181e;
  text-decoration: none;
}

.integration-text {
  display: block;
  max-width: 200px;
  min-width: 0px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px none #000;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.integration-title-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #dedede;
}

.integration-title-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1px none #000;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
}

.integration-list-wrapper {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.partner-item {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.partner-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 190px;
  margin-right: 10px;
  margin-bottom: auto;
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 0px;
  border-color: #dedede;
}

.partner-image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: auto;
  min-height: 240px;
  padding-top: 10px;
  padding-bottom: 20px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.partner-image-div:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.partner-image {
  display: block;
  height: auto;
  max-width: none;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.partner-text-link {
  display: block;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border: 1px none #000;
  color: #16181e;
  text-decoration: none;
}

.partner-title-text {
  display: block;
  max-width: 200px;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #dedede;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.section-14 {
  padding-top: 30px;
}

.marquee-section {
  overflow: hidden;
  padding: 40px 40px 120px;
}

.marquee-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
}

.marquee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.marquee-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  margin: 10px;
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 3px none #dedede;
  border-radius: 20px;
  background-color: #f4f4f4;
}

.image-58 {
  display: block;
}

.marquee-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  max-height: 100px;
  max-width: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.marquee-image {
  display: block;
  width: 100px;
  height: 100px;
  max-width: 100px;
}

.role-graphic {
  width: 520px;
}

.hero-section-blue {
  display: block;
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 60px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #0d2b3a;
}

.hero-flex-white {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-heading-white {
  margin-top: 70px;
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
}

.hero-text-white {
  margin-bottom: 40px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.hero-right-flex-white {
  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-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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-class-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 90px 194px 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px solid transparent;
  border-left: 0px solid #000;
}

.teo-container {
  display: inline;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.teo-left-block {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.teo-right-block {
  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-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-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.animate-subheading {
  padding-left: 0px;
  color: #0d2b3a;
  font-size: 28px;
  font-weight: 700;
}

.section-testimonials {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #0d2b3a;
}

.demo-footer {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0d2b3a;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), color-stop(0, #ecedef));
  background-image: linear-gradient(180deg, #fff 40%, #ecedef 0);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.container-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-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;
}

.demo-footer-title {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  font-weight: 900;
}

.image-60 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  box-shadow: 3px 0 3px 0 #dedede;
}

.div-block-46 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-47 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  -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;
  background-color: #0d2b3a;
}

.div-block-48 {
  margin-top: 150px;
  margin-bottom: 50px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.product-dropdown {
  background-color: #0d2b3a;
}

.solutions-dropdown {
  background-color: #0d2b3a;
}

.resources-dropdown {
  background-color: #0d2b3a;
}

.paragraph-quote-name-white {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: right;
  text-decoration: none;
}

.heading-31 {
  color: #0d2b3a;
  font-size: 28px;
  font-weight: 700;
}

.paragraph-7 {
  margin-top: 20px;
  margin-bottom: 20px;
  border-right: 20px solid transparent;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.step-1-green-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: #00d3a5;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.2em;
}

.h4-left-2 {
  margin-top: 20px;
  border-right: 20px solid transparent;
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  text-align: left;
}

.heading-32 {
  padding-left: 0px;
  color: #0d2b3a;
  font-size: 28px;
  font-weight: 700;
}

.lottie-animation-8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.teo-right-block-2 {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lottie-animation-9 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lottie-animation-10 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.teo-right-block-3 {
  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-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;
}

.lottie-animation-11 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lottie-animation-12 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lottie-animation-13 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-61 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-62 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lottie-animation-14 {
  display: block;
  width: 440px;
}

.heading-33 {
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
}

.bold-text-2 {
  font-weight: 900;
}

.image-63 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.lottie-animation-15 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lottie-animation-16 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ebook-columns {
  margin-top: 30px;
  margin-right: 130px;
  margin-left: 130px;
}

.image-64 {
  margin-top: -60px;
  text-align: left;
}

.image-65 {
  margin-top: -39px;
}

.image-66 {
  margin-top: -77px;
}

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

.nav-login-2 {
  position: relative;
  top: auto;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  max-width: 110px;
  min-height: 100%;
  min-width: 110px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.solutions-dropdown-2 {
  background-color: #0d2b3a;
}

.menu-button-2 {
  position: absolute;
}

.nav-flex-1-2 {
  min-width: 240px;
  margin-top: 0px;
  border-right: 1px solid #00d3a5;
}

.dropdown-link-2 {
  border-right: 1px none #000;
  background-color: #0d2b3a;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.dropdown-link-2:hover {
  background-color: #394f5a;
}

.dropdown-link-2.w--current {
  background-color: #00d3a5;
  color: #fff;
}

.resources-dropdown-2 {
  background-color: #0d2b3a;
}

.nav-dropdown-list-2 {
  position: absolute;
  min-width: 600px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #0d2b3a;
}

.nav-dropdown-list-2.w--open {
  min-width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  border-style: none;
  background-color: #0d2b3a;
  box-shadow: 1px 1px 3px 0 #4a525c;
}

.nav-link-2 {
  position: relative;
  left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.nav-link-2.w--current {
  color: #00d3a5;
}

.nav-demo-2 {
  position: relative;
  top: auto;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  max-width: 135px;
  min-height: 100%;
  min-width: 135px;
  margin-top: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #00d3a5;
  border-radius: 0px;
  background-color: #00d3a5;
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-demo-2.w--current {
  margin-top: 0px;
}

.nav-flex-2-2 {
  min-width: 240px;
  border-right: 1px solid #00d3a5;
}

.nav-menu-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  margin-left: 0px;
  padding-left: 0px;
  float: none;
  clear: left;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-dropdown-2 {
  background-color: #0d2b3a;
}

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

.ruler-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #0d2b3a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.dropdown-toggle-2 {
  display: block;
  min-height: 100%;
  padding-top: 20px;
  -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;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
}

.nav-link-3 {
  font-family: proxima-nova, sans-serif;
  color: #fff;
}

.nav-link-4 {
  font-family: proxima-nova, sans-serif;
  color: #fff;
}

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

.nav-link {
  min-height: 100%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 20px;
}

.text-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 20px;
}

.nav-menu-3 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.nav-menu {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.dropdown-2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: proxima-nova, sans-serif;
  color: #fff;
}

.icon-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dropdown-list-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.dropdown-list-2.w--open {
  margin-bottom: 0px;
  padding-bottom: 20px;
  background-color: #0d2b3a;
  font-family: proxima-nova, sans-serif;
  color: #fff;
}

.dropdown-link-3 {
  font-family: proxima-nova, sans-serif;
  color: #fff;
}

.div-block-49 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.ruler-tel-div {
  display: block;
  -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;
}

.nav-tel-div {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: proxima-nova, sans-serif;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: proxima-nova, sans-serif;
  color: #fff;
}

.login {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.link-block-26 {
  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;
  text-decoration: none;
}

.book-a-demo-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.book-a-demo-text:hover {
  color: #0d2b3a;
  font-weight: 600;
}

.nav-book-a-demo {
  display: block;
  width: 100.00022622%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  -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;
  color: #fff;
  text-decoration: none;
}

.nav-book-a-demo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  min-width: 130px;
  padding-right: 20px;
  padding-left: 20px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #00d3a5;
}

.nav-book-a-demo-div:hover {
  background-color: #00efbb;
}

.main-nav-div {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #0d2b3a;
}

.mobile-nav-tel {
  display: none;
}

.mobile-nav-login {
  position: relative;
  top: auto;
  right: auto;
  display: none;
  max-height: 100%;
  max-width: 110px;
  min-height: 100%;
  min-width: 110px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.mobile-nav-book-a-demo-div {
  display: none;
  min-height: 100%;
  min-width: 130px;
  padding-right: 20px;
  padding-left: 20px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #00d3a5;
}

.nav-login-copy {
  position: relative;
  top: auto;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  max-width: 110px;
  min-height: 100%;
  min-width: 110px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.mobile-nav-login-link {
  position: relative;
  top: auto;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  max-width: 110px;
  min-height: 100%;
  min-width: 110px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.mobile-nav-book-a-demo {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.mobile-book-a-demo-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  text-align: center;
}

.mobile-nav-login-link-2 {
  position: relative;
  top: auto;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  max-width: 110px;
  min-height: 100%;
  min-width: 110px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.nav-login-3 {
  position: relative;
  top: auto;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  max-width: 110px;
  min-height: 100%;
  min-width: 110px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.mobile-nav-login-2 {
  position: relative;
  top: auto;
  right: auto;
  display: none;
  max-height: 100%;
  max-width: 110px;
  min-height: 100%;
  min-width: 110px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.dropdown-list-3 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.dropdown-list-3.w--open {
  background-color: #0d2b3a;
  font-family: proxima-nova, sans-serif;
  color: #fff;
}

.container-20 {
  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;
}

.mobile-nav-book-a-demo-div-2 {
  display: none;
  min-height: 100%;
  min-width: 130px;
  padding-right: 20px;
  padding-left: 20px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #00d3a5;
}

.nav-book-a-demo-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  min-width: 130px;
  padding-right: 20px;
  padding-left: 20px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #00d3a5;
}

.ruler-nav-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #0d2b3a;
}

.pricing-hero-section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0px 194px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px solid transparent;
  border-left: 0px solid #000;
}

.expert-link-div {
  display: block;
  border: 1px none #000;
  text-decoration: none;
}

.h2-centre {
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 40px;
  line-height: 44px;
  font-weight: 800;
  text-align: center;
}

.h2-left {
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 40px;
  line-height: 44px;
  font-weight: 800;
  text-align: left;
}

.testimonial-header {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}

.hero-centre {
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  text-align: center;
}

.white-h2 {
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
}

.lottie-animation-17 {
  margin-top: 98px;
}

.bg-circle {
  width: 390px;
}

.section-15 {
  background-image: url('../images/rectangle-horizontal.png');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-35 {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
}

.heading-36 {
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 40px;
  font-weight: 800;
}

.link-9 {
  color: #00d3a5;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}

.text-block-31 {
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 30px;
}

.knowledge-base-collection-item {
  margin-top: 30px;
}

.paragraph-kb {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 20px solid transparent;
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  text-decoration: none;
}

.paragraph-kb:hover {
  color: #4a525c;
}

.kb-container:hover {
  color: #fff;
}

.container-21 {
  color: #fff;
}

.kb-div {
  color: #0d2b3a;
}

.kb-div:hover {
  color: #fff;
}

.container-22 {
  padding-bottom: 30px;
}

.kb-text {
  padding-right: 40px;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

.link-10 {
  font-family: proxima-nova, sans-serif;
}

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

.text-block-32 {
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
}

.pricing-column {
  padding-top: 15px;
}

.image-69 {
  display: block;
}

.section-16 {
  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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-33 {
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  text-decoration: none;
}

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

.heading-37 {
  color: #0d2b3a;
}

.integration-h {
  font-size: 30px;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-53 {
  padding-left: 0px;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 80px;
}

.customer-logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
}

.logo-div {
  width: 120px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-70 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
}

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

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

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

.hero-centre-2 {
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  text-align: center;
}

.paragragh-centre-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 75px none transparent;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0vh;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.demo-button-centre-aqua-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 20px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #00d3a5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.demo-button-centre-aqua-2:hover {
  padding-right: 70px;
  padding-left: 70px;
  background-color: #00d3a5;
}

.link-text-5 {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.html-embed-3 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  text-align: left;
}

.container-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.contact-us-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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.message-field {
  width: 100%;
  min-height: 210px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-block-2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.submit-button-2 {
  display: inline-block;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #00d3a5;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.contact-label {
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 26px;
}

.contact-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  border-right: 20px solid transparent;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  text-decoration: none;
}

.resource-title-div {
  width: 540px;
  padding-right: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.form-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-34 {
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
}

.container-24 {
  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-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;
}

.html-embed-4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.rich-text-block-6 {
  padding-bottom: 40px;
}

.section-aquamarine-3 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #0d2b3a;
}

.text-block-35 {
  display: none;
  margin-bottom: 0px;
  text-align: left;
}

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

.hero-heading-price {
  margin-top: 50px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
}

.paragragh-centre-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 75px none transparent;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0vh;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.demo-button-centre-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #00d3a5;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.demo-button-centre-price:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text-block-36 {
  color: #fb3364;
}

.blog-header-white {
  padding-right: 5px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  text-decoration: none;
}

.blog-header-white {
  text-align: left;
}

.blog-header-white-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  text-align: right;
}

.blog-details-div {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-58 {
  padding-right: 10px;
}

.div-block-59 {
  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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-60 {
  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-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-block {
  width: 400px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-div-block {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.tick-demo {
  margin-right: 7px;
  padding-right: 0px;
  padding-bottom: 5px;
}

.demo-text-white {
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
}

.list-4 {
  font-family: proxima-nova, sans-serif;
}

.demo-list-white {
  padding-left: 0px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  list-style-type: none;
}

.list-item-5 {
  padding-left: 20px;
}

.demo-list-item-white {
  padding-left: 25px;
  background-image: url('../images/tick.svg');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
  line-height: 30px;
}

.blog-link-white {
  text-decoration: none;
}

.list-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 50px;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 14px;
  list-style-type: none;
}

.breadcrumb-list-item {
  padding-right: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: transparent;
}

.container-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 80px;
}

.link-block-29 {
  background-color: #4a525c;
  color: #fff;
  text-decoration: none;
}

.breadcrumb-list-white {
  display: none;
  margin-bottom: 0px;
  padding-left: 50px;
  font-family: proxima-nova, sans-serif;
  color: #ecedef;
  font-size: 14px;
  list-style-type: none;
}

.breadcrumb-link-white {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.link-block-30 {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  text-decoration: none;
}

.category-div {
  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-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.author-image-div {
  padding-right: 10px;
}

.author-div {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.category-blog-wrapper {
  margin-top: 80px;
  margin-bottom: 0px;
}

.link-block-31 {
  color: #fff;
  text-decoration: none;
}

.kb-content-wrapper {
  margin-top: 40px;
}

.integration-rich-text {
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 30px;
}

.integration-rich-text ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.integration-rich-text p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.integration-rich-text img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.integration-rich-text h2 {
  margin-bottom: 20px;
}

.integration-rich-text h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.integration-rich-text h3 {
  margin-bottom: 20px;
}

.heading-div {
  padding-top: 20px;
}

.link-block-32 {
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

.kb-cat-container {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.text-block-37 {
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

.link-block-33 {
  color: #4a525c;
  text-decoration: none;
}

.heading-40 {
  color: #4a525c;
}

.heading-41 {
  color: #4a525c;
}

.kb-cat-header {
  font-weight: 800;
}

.kb-cat-header-link {
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-weight: 400;
  text-decoration: none;
}

.div-block-65 {
  display: -ms-grid;
  display: grid;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-67 {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.lottie-animation-18 {
  width: 360px;
}

.kb-div-block:hover {
  font-family: proxima-nova, sans-serif;
  color: #fff;
}

.kb-block-rich-text {
  font-family: proxima-nova, sans-serif;
}

.kb-block-rich-text:hover {
  color: #fff;
}

.kb-block-rich-text p {
  color: #4a525c;
}

.kb-block-rich-text h3 {
  color: #4a525c;
}

.teo-image-block {
  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-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-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lottie-square {
  position: static;
  display: block;
  width: 470px;
  max-width: 100%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-2-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 580px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.container-27 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.step-2-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  color: #fff;
}

.step-2-blue-bg-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 60px;
  -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;
  background-color: transparent;
}

.step-2-text-field {
  width: 550px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #ecedef;
  font-family: proxima-nova, sans-serif;
  text-transform: none;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-reporting {
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ecedef;
}

.testimonial-header-dark {
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}

.image-79 {
  height: auto;
  max-height: 70px;
}

.image-80 {
  max-height: 70px;
}

.button-4 {
  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;
  background-color: #00d3a5;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.column-34 {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-71 {
  max-width: 200px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.resources-link-text {
  padding-top: 0px;
  padding-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 16px;
}

.case-study-heading {
  color: #4a525c;
}

.div-block-72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.resources-section {
  background-color: #0d2b3a;
}

.resources-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: transparent;
}

.image-84 {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.container-30 {
  display: block;
}

.integration-title-block {
  margin-top: 50px;
  margin-bottom: 0px;
}

.bi-image {
  display: block;
  max-height: 70px;
}

.blog-rtb h5 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.blog-rtb p {
  margin-top: 10px;
  font-family: proxima-nova, sans-serif;
  line-height: 28px;
}

.blog-rtb h6 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.div-block-74 {
  padding-left: 60px;
}

.number-field {
  width: 370px;
  max-width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #ecedef;
  font-family: proxima-nova, sans-serif;
  text-transform: capitalize;
}

.email-field {
  width: 370px;
  max-width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #ecedef;
  font-family: proxima-nova, sans-serif;
  text-transform: none;
}

.demo-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100%;
  min-width: 130px;
  padding-right: 20px;
  padding-left: 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;
  background-color: #00d3a5;
  text-decoration: none;
}

.demo-link-block:hover {
  background-color: #00efbb;
}

.mobile-demo-link-block {
  display: none;
  height: auto;
  min-height: 100%;
  min-width: 130px;
  padding-right: 20px;
  padding-left: 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;
  background-color: #00d3a5;
  text-decoration: none;
}

.mobile-demo-link-block:hover {
  background-color: #00efbb;
}

.price-block-highlight {
  background-color: #ecedef;
}

.blog-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider {
  background-color: #ecedef;
}

.slide-3 {
  background-color: #0d2b3a;
}

.section-18 {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-75 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-76 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.demo-slider {
  min-height: 900px;
}

.demo-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  min-height: auto;
}

.demo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 70px;
  -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;
}

.demo-h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demo-h1-title {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 90px;
}

.demo-image {
  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;
}

.demo-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  -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;
}

.demo-logo-image {
  display: block;
  margin-top: 70px;
  padding-right: 20px;
  text-align: right;
}

.demo-div-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 70px;
  -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;
}

.demo-div-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 70px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.slide-4 {
  background-color: #0d2b3a;
}

.demo-logo-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  min-width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.demo-slide-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 90px;
  font-weight: 600;
}

.demo-div-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

.demo-section-slides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slide-header-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
}

.demo-div-full-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 720px;
  margin-right: 70px;
  margin-bottom: 70px;
  margin-left: 70px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.demo-text-full {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 70px;
  text-align: center;
}

.demo-logo-image-r {
  display: block;
  margin-top: 0px;
  padding-right: 20px;
  text-align: right;
}

.demo-div-2-col-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 720px;
  margin-right: 70px;
  margin-bottom: 70px;
  margin-left: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.demo-text-left {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 70px;
  text-align: left;
}

.list-item-6 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 40px;
  list-style-type: disc;
}

.list-item-7 {
  font-family: proxima-nova, sans-serif;
}

.demo-list {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 50px;
}

.demo-image-copy {
  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;
}

.demo-div-right-offset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -420px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.image-91 {
  max-height: none;
  max-width: 700px;
}

.slide-white {
  background-color: #fff;
}

.slide-header-div-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
}

.demo-slide-title-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
}

.icon-7 {
  border: 0px solid #000;
  opacity: 1;
}

.demo-logo-ruler-r {
  padding-right: 20px;
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 900px;
  -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;
}

.demo-div-3-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 720px;
  margin-right: 70px;
  margin-bottom: 70px;
  margin-left: 70px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.demo-icon {
  width: 240px;
  max-width: none;
  padding: 20px;
}

.image-95 {
  width: 200px;
}

.demo-div-row {
  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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.demo-icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.rtb-test {
  background-color: #fee4e9;
  opacity: 1;
}

.paragragh-centre-pricing-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 75px none transparent;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0vh;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-82 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-features-div-block {
  margin-bottom: 50px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-features {
  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;
}

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

.pricing-features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pricing-list {
  padding-left: 20px;
  list-style-type: disc;
}

.pricing-feature-list {
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 26px;
  list-style-type: disc;
}

.paragragh-centre-pricing-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 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-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;
  border-right: 75px none transparent;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0vh;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.price-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 120px;
  padding-top: 10px;
  padding-bottom: 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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-features-container {
  padding-top: 50px;
}

.pricing-section {
  background-color: #ecedef;
}

.pricing-tabs {
  padding-top: 20px;
}

.demo-text-dark {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #4a525c;
  font-weight: 600;
}

.link-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  min-height: 180px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-white-hubspot {
  background-color: #fff;
}

.traffic-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  text-align: center;
}

.data-hj-allow {
  width: 370px;
  max-width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #ecedef;
  font-family: proxima-nova, sans-serif;
  text-transform: capitalize;
}

.body-link-magenta {
  font-family: proxima-nova, sans-serif;
  color: #00d3a5;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
}

.paragraph-middle {
  margin-top: 20px;
  margin-bottom: 20px;
  border-right: 20px solid transparent;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  text-decoration: none;
}

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

.container-34 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

.flex-paragraph {
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 20px;
  line-height: 40px;
}

.div-container-2 {
  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;
}

.test-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -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;
  background-color: #00d3a5;
}

.text-block-38 {
  padding: 20px 50px;
  text-align: center;
  text-decoration: none;
}

.link-block-35 {
  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;
}

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

.pricing-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #0d2b3a;
}

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

.image-98 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

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

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

.image-99 {
  position: static;
  display: block;
  width: 65px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-100 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.careers-section {
  background-color: #0d2b3a;
}

.paragraph-8 {
  padding-right: 10px;
  padding-left: 10px;
  color: #ecedef;
  text-align: center;
}

.paragraph-9 {
  padding-right: 10px;
  padding-left: 10px;
  color: #ecedef;
  text-align: center;
}

.paragraph-10 {
  padding-right: 10px;
  padding-left: 10px;
  color: #ecedef;
  text-align: center;
}

.columns-36 {
  margin-bottom: 30px;
}

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

.h4-blue {
  color: #0d2b3a;
  font-size: 30px;
  font-weight: 700;
}

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

.resellers-contact-us-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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.form-block-2---resellers {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.checkbox-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

.checkbox-field {
  display: block;
  width: 370px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.checkbox {
  margin-left: 0px;
}

.checkbox.w--redirected-checked {
  margin-left: 0px;
}

.field-label-3 {
  padding-right: 20px;
  padding-left: 20px;
  font-family: proxima-nova, sans-serif;
  color: #4a525c;
  font-size: 16px;
}

.text-field-2 {
  width: 370px;
  max-width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #ecedef;
  font-family: proxima-nova, sans-serif;
  text-transform: capitalize;
}

.number-field-2 {
  width: 370px;
  max-width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #ecedef;
  font-family: proxima-nova, sans-serif;
  text-transform: capitalize;
}

.email-field-2 {
  width: 370px;
  max-width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #ecedef;
  font-family: proxima-nova, sans-serif;
  text-transform: none;
}

.submit-button-3 {
  display: inline-block;
  margin-top: 10px;
  padding: 20px 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #00d3a5;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.submit-button-3:hover {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.heading42 {
  padding-top: 30px;
  color: #0d2b3a;
  font-size: 30px;
  text-align: center;
}

.container-36 {
  margin-top: 56px;
}

.section-20 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.tabs {
  position: relative;
  margin-top: 30px;
}

.paragraph-11 {
  font-weight: 400;
}

.tabs-menu-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

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

.container-38 {
  padding-top: 30px;
}

.section-22 {
  margin-bottom: 40px;
}

.section-23 {
  margin-top: 70px;
}

.container-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 40px;
  padding-top: 70px;
  padding-bottom: 30px;
}

.container-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 40px;
  padding-top: 70px;
  padding-bottom: 30px;
}

.columns-37 {
  margin-bottom: 30px;
}

.container-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 30px;
  padding-top: 70px;
  padding-bottom: 40px;
}

.container-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 30px;
  padding-top: 70px;
  padding-bottom: 40px;
}

.container-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  padding-bottom: 70px;
}

.columns-38 {
  margin-bottom: 70px;
  padding-bottom: 70px;
}

.columns-39 {
  margin-bottom: 70px;
  padding-bottom: 70px;
}

.text-block-39 {
  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;
}

.cbr-tab {
  background-color: #0d2b3a;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.cbr-tab:hover {
  background-color: rgba(0, 211, 165, 0.5);
}

.cbr-tab.w--current {
  background-color: #00d3a5;
}

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

.tabs-menu-4 {
  display: block;
  text-align: center;
}

.section-24 {
  background-color: #ecedef;
}

.hero-integrations {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #ecedef;
}

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

.div-block-86 {
  max-width: 200px;
}

.div-block-87 {
  max-width: 200px;
}

.div-block-88 {
  max-width: 200px;
}

.columns-40 {
  margin-bottom: 20px;
}

.integration-menu-link-left {
  color: #0d2b3a;
  text-align: right;
}

.link-11 {
  color: #0d2b3a;
  text-align: center;
}

.link-12 {
  color: #0d2b3a;
  text-align: center;
}

.link-13 {
  color: #0d2b3a;
  text-align: center;
}

.link-14 {
  color: #0d2b3a;
}

.gallery {
  padding-top: 20px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 39px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 39px 1fr 39px 1fr 39px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.nav-login-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100px;
  max-width: 110px;
  min-height: 60px;
  min-width: 110px;
  padding-right: 20px;
  padding-left: 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;
  font-size: 16px;
  text-decoration: none;
}

.contributor-form {
  margin-top: 20px;
}

.field-label-4 {
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 18px;
  font-weight: 700;
}

.field-label-5 {
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 18px;
}

.form-block-3 {
  margin-top: 50px;
}

.contributor-field {
  font-family: proxima-nova, sans-serif;
  color: #0d2b3a;
  font-size: 18px;
}

.list-item-8 {
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
}

.list-item-9 {
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
}

.list-item-10 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
}

@media screen and (min-width: 1440px) {
  h2 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 900;
  }

  h3 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
  }

  p {
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-link {
    position: relative;
    left: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }

  .body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #16181e;
    font-size: 18px;
  }

  .image {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: visible;
    max-width: 100%;
    margin-left: 0px;
    padding-top: 18px;
    padding-right: 10px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
  }

  .brand {
    position: relative;
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    float: left;
    -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;
  }

  .brand.w--current {
    display: block;
  }

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

  .image-3 {
    position: relative;
    height: 0px;
    max-width: 100%;
    min-height: 33.4355px;
    min-width: 314px;
    margin-left: -220px;
    padding-top: 14px;
  }

  .image-4 {
    position: relative;
    left: 0px;
    top: auto;
    margin-right: 40px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .nav-demo {
    position: static;
    left: auto;
    top: 14px;
    right: 194px;
    bottom: auto;
    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: 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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 2px;
    border-color: #00d3a5;
    border-radius: 0px;
    background-color: #00d3a5;
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }

  .nav-demo:hover {
    border-color: #00d3a5;
    background-color: #05ad89;
    color: #fff;
  }

  .nav-demo.w--current {
    margin-top: 0px;
  }

  .nav-demo-copy {
    position: fixed;
    left: auto;
    top: 2%;
    right: 4%;
    bottom: auto;
    border-radius: 5px;
    background-color: #00f6c1;
    font-family: 'Open Sans', sans-serif;
    color: #0d2b3a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }

  .nav-demo-copy:hover {
    background-color: #05ad89;
    color: #fff;
  }

  .button {
    position: fixed;
    top: 20px;
    right: 82px;
  }

  .nav-login {
    position: static;
    top: 14px;
    right: 320px;
    min-width: 110px;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-style: none;
    border-width: 2px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
  }

  .nav-login:hover {
    border-color: transparent;
    background-color: #fff;
    color: #0d2b3a;
  }

  .container {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 194px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .hero-heading {
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: 0px;
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
  }

  .column {
    position: static;
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .body-button {
    margin-left: 184px;
    font-size: 10px;
  }

  .demo-button {
    display: inline-block;
    margin-left: 0px;
    padding-right: 15px;
    border-radius: 5px;
    background-color: #00d3a5;
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
  }

  .demo-button:hover {
    padding-right: 15px;
  }

  .header-link {
    padding-left: 24px;
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    font-weight: 700;
    text-decoration: none;
  }

  .image-5 {
    padding-top: 0px;
  }

  .h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-family: proxima-nova, sans-serif;
    color: #4a525c;
    font-size: 40px;
    line-height: 44px;
    font-weight: 800;
    text-align: center;
  }

  .para-centre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 30px;
    text-align: center;
  }

  .section {
    margin-left: 0px;
  }

  .section-class {
    margin: 120px 182px 90px;
  }

  .rich-text-block {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  ._3-column-text {
    margin-right: 14px;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    line-height: 26px;
  }

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

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

  .tab-text {
    margin-top: 20px;
    margin-right: 14px;
    padding-top: 0px;
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    font-size: 16px;
    line-height: 26px;
  }

  .tab-text:hover {
    background-color: transparent;
  }

  .background:hover {
    background-color: #0d2b3a;
  }

  .tabs-menu {
    height: 40px;
    padding-top: 0px;
    padding-right: 0px;
    background-color: transparent;
    opacity: 1;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .tab {
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
  }

  .tab:hover {
    text-decoration: underline;
  }

  .tab.w--current {
    background-color: #0d2b3a;
    color: #fff;
  }

  .tab-2 {
    background-color: #57bbb2;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }

  .tab-2:hover {
    text-decoration: underline;
  }

  .tab-2.w--current {
    background-color: #0d2b3a;
    color: #fff;
  }

  .tab-3 {
    background-color: #57bbb2;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }

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

  .tab-3.w--current {
    background-color: #0d2b3a;
    color: #fff;
  }

  .tab-4 {
    background-color: #57bbb2;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }

  .tab-4.w--current {
    background-color: #0d2b3a;
    color: #fff;
  }

  .column-4 {
    padding-top: 10px;
    padding-left: 40px;
    background-color: transparent;
  }

  .column-5 {
    background-color: transparent;
  }

  .columns-2 {
    background-color: transparent;
  }

  .tab-section-aqua {
    margin: 40px 0px 70px;
    background-color: #ecedef;
  }

  .section-class-copy {
    margin: 70px 182px;
  }

  .section-class-copy.condensed {
    margin-bottom: 30px;
  }

  .demo-button-centre {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 145px;
    height: 48px;
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #00d3a5;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

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

  .slide {
    background-color: #1db5be;
  }

  .mask {
    background-color: #1db5be;
  }

  .columns-3 {
    margin-right: 190px;
    margin-left: 190px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .quote-columns {
    margin: 0px 190px;
  }

  .text-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .section-quote {
    margin-top: 0px;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #1db5be;
  }

  .heading-2 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .paragraph {
    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;
    -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;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  .body-link {
    font-family: proxima-nova, sans-serif;
    color: #00d3a5;
    font-size: 16px;
    text-decoration: none;
  }

  .grid {
    grid-template-areas: "Area Area-2";
  }

  .columns-4 {
    margin-right: 182px;
    margin-left: 182px;
  }

  .column-6 {
    background-color: #57bbb2;
  }

  .columns-5 {
    margin-left: 0px;
    padding-left: 0px;
  }

  .home-category-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 80px;
    margin-left: 80px;
  }

  .home-category-linkitem {
    min-height: 170px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    background-color: #ecedef;
    text-decoration: none;
  }

  .home-category-linkitem:hover {
    background-color: #ecedef;
  }

  ._2-col._2-col-last {
    margin-right: 20px;
  }

  .learn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 120px 0px 90px;
    -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;
  }

  .learn-wrap.w50 {
    margin-right: 180px;
    margin-left: 180px;
  }

  .learn-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    margin-left: 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;
  }

  .learn-wrap-2.w50 {
    margin-right: 180px;
    margin-left: 180px;
  }

  .home-category-items-3-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 240px;
    margin-left: 240px;
  }

  .heading-3 {
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
  }

  .solution-heading {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 18px;
    line-height: 30px;
  }

  .demo-button-centre-aqua {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #00d3a5;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .demo-button-centre-aqua:hover {
    background-color: #00d3a5;
  }

  .link-text {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    line-height: 30px;
    text-align: center;
  }

  .img-block {
    margin: 70px 182px;
  }

  .h4 {
    font-family: proxima-nova, sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
  }

  .text-bold {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
  }

  .h4-copy {
    font-family: Montserrat, sans-serif;
    color: #16181e;
    font-size: 30px;
    line-height: 48px;
    font-weight: 900;
    text-align: center;
  }

  .list {
    padding-left: 10px;
  }

  .list-item-3 {
    color: #4a525c;
    font-size: 16px;
  }

  .h4-left {
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    font-size: 40px;
    line-height: 44px;
    font-weight: 800;
    text-align: left;
  }

  .section-aquamarine {
    margin-top: 0px;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #0d2b3a;
  }

  .h4-white {
    font-family: proxima-nova, sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
  }

  .text-white {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
  }

  .text-bold-white {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
  }

  .link-text-white {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    line-height: 30px;
    text-align: center;
  }

  .step-1-green {
    font-family: proxima-nova, sans-serif;
    color: #00d3a5;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
  }

  .text-white-sml-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    line-height: 30px;
    text-align: center;
  }

  .heading {
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    line-height: 60px;
    font-weight: 800;
  }

  .collection-item-2 {
    position: static;
    display: block;
    -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;
  }

  .heading-11 {
    color: #fff;
  }

  .text-block-6 {
    color: #fff;
  }

  .text-block-7 {
    color: #fff;
  }

  .text-block-8 {
    color: #fff;
  }

  .blog-header-div {
    background-color: #0d2b3a;
  }

  .link-block-3 {
    display: block;
  }

  .blog-rtb {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    line-height: 30px;
  }

  .blog-rtb h3 {
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    font-size: 28px;
    line-height: 32px;
  }

  .blog-rtb h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }

  .blog-rtb h2 {
    font-family: proxima-nova, sans-serif;
    font-size: 32px;
  }

  .blog-rtb li {
    line-height: 40px;
  }

  .blog-rtb img {
    text-align: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .blog-rtb a {
    color: #03b9ec;
  }

  .blog-rtb figure {
    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;
  }

  .text-field {
    display: block;
    width: 370px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .resource-title {
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    font-family: proxima-nova, sans-serif;
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
  }

  .submit-button {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
  }

  .submit-button:hover {
    font-size: 20px;
    font-weight: 600;
  }

  .columns-9 {
    margin-right: auto;
    margin-left: auto;
  }

  .tab-text-2 {
    margin-top: 20px;
    margin-right: 14px;
    padding-top: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 26px;
  }

  .tab-text-2:hover {
    background-color: transparent;
  }

  .blue-bg-div {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 90px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .section-2 {
    background-color: #0d2b3a;
  }

  .column-8 {
    position: relative;
    background-color: transparent;
  }

  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    padding-left: 0px;
    -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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .form-text {
    margin-top: 20px;
    margin-right: 14px;
    padding-top: 0px;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    line-height: 26px;
  }

  .form-text:hover {
    background-color: transparent;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .section-class-2 {
    margin: 70px 182px;
  }

  ._3-column-text-2 {
    margin-right: 14px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 26px;
  }

  .h2-2 {
    font-family: Montserrat, sans-serif;
    color: #16181e;
    font-size: 30px;
    line-height: 48px;
    font-weight: 900;
    text-align: center;
  }

  .text-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    line-height: 30px;
    text-align: center;
  }

  .heading-13 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .paragraph-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .demo-button-2 {
    display: inline-block;
    margin-left: 0px;
    padding-right: 15px;
    border-radius: 5px;
    background-color: #00d3a5;
    font-family: Montserrat, sans-serif;
    color: #0d2b3a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
  }

  .demo-button-2:hover {
    padding-right: 15px;
  }

  .header-link-2 {
    padding-left: 24px;
    font-family: Montserrat, sans-serif;
    color: #0d2b3a;
    font-weight: 700;
    text-decoration: none;
  }

  .demo-button-centre-magenta-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 48px;
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #00d3a5;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .link-text-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    line-height: 30px;
    text-align: center;
  }

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

  .lp-class {
    margin: 270px 182px 70px;
  }

  .section-class-lp {
    margin: 70px 182px;
  }

  .collection-list-wrapper {
    margin-right: 182px;
    margin-left: 182px;
  }

  .collection-list-wrapper-3 {
    display: block;
  }

  .link-block-6 {
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .div-block-9 {
    display: block;
    min-height: 310px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .container-4 {
    display: block;
  }

  .div-block-12 {
    max-width: 100.0000064931017%;
  }

  .how-ruler-integrates {
    margin-right: 250px;
  }

  .link-block-12 {
    display: block;
    -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-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .demo-button-centre-pricing {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 145px;
    height: 48px;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-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;
    border-radius: 0px;
    background-color: #00d3a5;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .column-11 {
    background-color: transparent;
  }

  .hero-section {
    margin: 0px 0px 150px;
  }

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

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

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

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

  .text-section {
    margin: 90px 182px 200px;
  }

  ._3-col-section {
    margin: 70px 182px;
  }

  .container-aqua {
    background-color: transparent;
  }

  ._3-col-quote-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    font-family: proxima-nova, sans-serif;
    color: #fff;
    font-weight: 700;
  }

  .integration-section {
    margin: 70px 182px;
  }

  ._2-col-section {
    margin: 200px 182px 70px;
  }

  .footer {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
  }

  .footer-heading {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .footer-link {
    font-family: proxima-nova, sans-serif;
  }

  .text-block-24 {
    font-family: proxima-nova, sans-serif;
  }

  .footer-heading-call {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
  }

  .dropdown-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .column-18 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-25 {
    font-family: proxima-nova, sans-serif;
  }

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

  .tab-text-white {
    margin-top: 20px;
    margin-right: 14px;
    padding-top: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 26px;
  }

  .tab-text-white:hover {
    background-color: transparent;
  }

  .paragraph-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
  }

  .form-title {
    display: block;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
  }

  .rich-text-block-3 {
    line-height: 30px;
  }

  .div-block-27 {
    padding-right: 200px;
    -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;
  }

  .cta-block {
    -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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .ruler-tel {
    margin-top: 0px;
    line-height: 28px;
  }

  .phone {
    position: static;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-link-white {
    padding-left: 24px;
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    font-weight: 700;
    text-decoration: none;
  }

  .demo-button-white {
    display: inline-block;
    margin-left: 0px;
    padding-right: 15px;
    border-radius: 0px;
    background-color: #00d3a5;
    font-family: proxima-nova, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
  }

  .demo-button-white:hover {
    padding-right: 15px;
    background-color: #00d3a5;
  }

  .section-aquamarine-2 {
    margin-top: 0px;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #0d2b3a;
  }

  .h4-white-2 {
    font-family: proxima-nova, sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
  }

  .link-3 {
    color: #fff;
  }

  .column-22 {
    border-right-style: solid;
    border-right-width: 1px;
  }

  .column-23 {
    border-left: 0px none #00d3a5;
  }

  .form-column {
    position: relative;
    background-color: #fff;
  }

  .div-block-blank {
    padding-top: 90px;
  }

  .hero-text {
    margin-top: 0px;
    padding-top: 0px;
    color: #4a525c;
  }

  .quote-right-align-white {
    font-family: proxima-nova, sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    font-weight: 700;
    text-align: right;
  }

  .paragraph-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
  }

  .section-magenta {
    margin-top: 0px;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fb3364;
  }

  .h4-white-2-copy {
    font-family: Montserrat, sans-serif;
    color: #16181e;
    font-size: 30px;
    line-height: 48px;
    font-weight: 900;
    text-align: center;
  }

  .h2-white {
    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-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-family: proxima-nova, sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 44px;
    font-weight: 800;
    text-align: center;
  }

  .interviewee-quote {
    text-align: left;
  }

  .interviewee-name {
    color: #0d2b3a;
  }

  .case-study-button {
    background-color: #00d3a5;
  }

  .image-15 {
    padding-bottom: 0px;
  }

  .link-4 {
    font-family: proxima-nova, sans-serif;
    color: #4a525c;
  }

  .partner-short {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 28px;
    text-align: right;
    text-decoration: none;
  }

  .partner-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 30px;
    text-align: center;
  }

  .partner-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 30px;
    text-align: left;
  }

  .partner-head {
    color: #0d2b3a;
    font-size: 26px;
    line-height: 31px;
    font-weight: 800;
  }

  .partner-hero {
    margin-right: 250px;
    margin-left: 250px;
  }

  .text-block-28 {
    font-family: proxima-nova, sans-serif;
  }

  .section-9 {
    margin-right: 490px;
    margin-left: 250px;
  }

  .partner-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }

  .text-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 30px;
    text-align: center;
  }

  .featured-resource-section {
    margin: 70px 0px;
  }

  .resource-section-class {
    margin: 70px 182px;
  }

  .form-title-2 {
    padding-top: 30px;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
  }

  .div-block-30 {
    margin-right: 200px;
    margin-left: 200px;
    padding-top: 90px;
  }

  ._3-column-text-3 {
    margin-right: 14px;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    line-height: 26px;
  }

  .link-text-3 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    line-height: 30px;
    text-align: center;
  }

  .hero-heading-2 {
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: 0px;
    font-family: Montserrat, sans-serif;
    color: #16181e;
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
  }

  .demo-button-white-2 {
    display: inline-block;
    margin-left: 0px;
    padding-right: 15px;
    border-radius: 5px;
    background-color: #fb3364;
    font-family: proxima-nova, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
  }

  .demo-button-white-2:hover {
    padding-right: 15px;
  }

  .header-link-white-2 {
    padding-left: 24px;
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    font-weight: 700;
    text-decoration: none;
  }

  .h2-3 {
    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-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-family: Montserrat, sans-serif;
    color: #16181e;
    font-size: 30px;
    line-height: 48px;
    font-weight: 900;
    text-align: center;
  }

  .demo-button-centre-magenta-3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 48px;
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #fb3364;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .link-text-4 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    line-height: 30px;
    text-align: center;
  }

  .resource-rich-text {
    display: block;
  }

  .glossary-rich-text {
    font-family: proxima-nova, sans-serif;
    color: #4a525c;
    font-size: 18px;
    line-height: 30px;
  }

  .glossary-rich-text p {
    font-size: 18px;
  }

  .glossary-rich-text h2 {
    font-family: proxima-nova, sans-serif;
    font-size: 24px;
    font-weight: 700;
  }

  .glossary-rich-text h4 {
    font-size: 18px;
    line-height: 30px;
  }

  .glossary-rich-text h3 {
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  .glossary-section {
    padding-bottom: 0px;
    background-color: transparent;
    background-size: cover;
  }

  .step-2-button {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .next-step-1 {
    margin: 70px 182px;
  }

  .next-step-2 {
    margin: 70px 182px;
  }

  .next-step-3 {
    margin: 70px 182px;
  }

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

  .carousel {
    display: none;
  }

  .image-19 {
    display: inline-block;
    width: 200px;
  }

  .collection-list-wrapper-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-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-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .collection-list-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hrw-heading {
    margin-top: 80px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #0d2b3a;
    font-size: 40px;
    line-height: 44px;
    font-weight: 800;
  }

  .section-customers {
    margin-top: 0px;
    margin-bottom: 150px;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #0d2b3a;
  }

  .lottie-right {
    position: relative;
    display: block;
    height: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .lottie-animation {
    position: static;
    width: 600px;
    padding-left: 0px;
  }

  .lottie-animation-2 {
    position: static;
    width: 470px;
  }

  .section-ma-without {
    margin: 70px 0px;
    padding-right: 0px;
  }

  .ma-percent {
    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-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-family: Montserrat, sans-serif;
    color: #fb3364;
    font-size: 100px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
  }

  .section-ma-with {
    margin: 70px 182px;
  }

  .text-ma {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    line-height: 30px;
    text-align: center;
  }

  .section-quote-2 {
    margin-top: 0px;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #1db5be;
  }

  .section-quote-3 {
    margin-top: 0px;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #1db5be;
  }

  .section-quote-4 {
    margin-top: 0px;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #1db5be;
  }

  .image-27 {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .image--diag {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    margin-top: 0px;
    padding-left: 20px;
  }

  .hero-img-background {
    background-image: url('../images/chev-white-bg-01.svg'), -webkit-gradient(linear, left top, left bottom, from(#57bbb2), to(#57bbb2));
    background-image: url('../images/chev-white-bg-01.svg'), linear-gradient(180deg, #57bbb2, #57bbb2);
    background-position: 0px 0px, 0px 0px;
    background-size: 470px, auto;
    background-attachment: fixed, scroll;
  }

  .image-30 {
    width: 600px;
  }

  .sector-graphic {
    width: 570px;
    margin-bottom: -34px;
  }

  .image-37 {
    width: 560px;
    max-width: 100%;
    padding-top: 0px;
  }

  .image-42 {
    width: 550px;
  }

  .button-3 {
    margin-right: 375px;
    margin-left: 375px;
    border-radius: 5px;
    background-color: #fb3364;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    text-align: center;
  }

  .h3-left {
    position: relative;
    top: 0px;
    display: block;
    margin-top: 20px;
    padding-left: 0px;
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
  }

  .heading-26 {
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    font-weight: 700;
  }

  .heading-27 {
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    font-weight: 700;
  }

  .heading-28 {
    margin-top: 120px;
    font-family: proxima-nova, sans-serif;
    color: #00d3a5;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.2em;
  }

  .container-11 {
    margin-top: 0px;
  }

  .heading-29 {
    margin-top: 120px;
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
  }

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

  .heading-30 {
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    font-size: 40px;
    font-weight: 800;
  }

  .bold-text {
    font-weight: 800;
  }

  .teo-section {
    margin: 120px auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-centre {
    margin-top: 120px;
    font-family: proxima-nova, sans-serif;
    color: #4a525c;
    font-size: 40px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0em;
  }

  .overlap-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .lottie-animation-4 {
    top: 20px;
  }

  .lottie-animation-5 {
    left: -10%;
    top: -90px;
    right: 0%;
    bottom: 0%;
    -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;
  }

  .overlap-columns {
    position: relative;
    z-index: 2;
  }

  .text-left {
    position: relative;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 30px;
    text-align: left;
  }

  .lottie-small {
    position: static;
    width: 80%;
  }

  .column-28 {
    position: static;
  }

  .columns-29 {
    height: 100%;
  }

  .column-29 {
    position: static;
  }

  .hero-lottie {
    width: 530px;
  }

  .integration-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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .resource-wrapper {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .collection-list-wrapper-6 {
    display: block;
    -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-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .collection-list-6 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-resource-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grey-bg-wrap {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    height: 600px;
    min-height: 620px;
    margin-right: auto;
    margin-left: 0px;
    padding-left: 0px;
    background-color: rgba(74, 82, 92, 0.2);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .container-14 {
    position: relative;
    z-index: 2;
    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-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;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .overlap-div {
    position: relative;
    z-index: 2;
  }

  .section-13 {
    background-color: transparent;
    background-image: none;
  }

  .image-56 {
    opacity: 1;
  }

  .hero-right-flex {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero-lottie-div {
    width: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .div-block-43 {
    position: absolute;
  }

  .div-bg-shape {
    position: fixed;
    left: 30%;
    bottom: auto;
  }

  .div-lottie {
    position: static;
  }

  .section-can-do {
    margin: 120px 182px 90px;
  }

  .section-home-features {
    margin: 120px 182px 150px;
  }

  .div-block-44 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-left: 40px;
  }

  .div-block-45 {
    position: absolute;
  }

  .section-hero-centre {
    margin: 120px 182px 0px;
  }

  .columns-34 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .feature-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    -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: #fff;
    font-size: 30px;
    font-weight: 600;
  }

  .integration-item {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -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;
  }

  .integration-image-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 240px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .integration-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-integration {
    margin: 50px 182px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .integration-image-link {
    display: block;
    -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-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .integration-text-link {
    padding-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .integration-text {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .integration-title-text {
    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;
  }

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

  .integration-collection-list {
    width: 100%;
  }

  .partner-item {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -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;
  }

  .partner-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .partner-image-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 240px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .partner-text-link {
    padding-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .partner-title-text {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .marquee-card {
    max-width: 150px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: none;
    border-width: 0px;
  }

  .marquee-link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .marquee-image {
    display: block;
    max-height: 100px;
    max-width: 100px;
  }

  .container-16 {
    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;
  }

  .role-graphic {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-section-blue {
    margin: 0px;
    background-color: #0d2b3a;
  }

  .hero-flex-white {
    padding-bottom: 60px;
  }

  .hero-heading-white {
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: 0px;
    font-family: proxima-nova, sans-serif;
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
  }

  .hero-text-white {
    margin-top: 0px;
    padding-top: 0px;
    color: #fff;
  }

  .section-class-copy {
    margin: 120px 182px 90px;
  }

  .teo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .teo-left-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .teo-right-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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;
  }

  .animate-subheading {
    position: relative;
    top: 0px;
    margin-top: 20px;
    padding-left: 0px;
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    line-height: 30px;
    font-weight: 700;
  }

  .section-testimonials {
    margin-top: 0px;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #0d2b3a;
  }

  .demo-footer-title {
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    font-family: proxima-nova, sans-serif;
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
  }

  .paragraph-quote-name-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
  }

  .heading-31 {
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    font-weight: 700;
  }

  .paragraph-7 {
    display: block;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    line-height: 30px;
  }

  .step-1-green-2 {
    font-family: proxima-nova, sans-serif;
    color: #00d3a5;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
  }

  .h4-left-2 {
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
    text-align: left;
  }

  .heading-32 {
    position: relative;
    top: 0px;
    margin-top: 20px;
    padding-left: 0px;
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    font-weight: 700;
  }

  .lottie-animation-6 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .lottie-animation-7 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .teo-right-block-2 {
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .teo-right-block-3 {
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-span {
    color: #00d3a5;
  }

  .text-span-2 {
    color: #00d3a5;
  }

  .text-span-3 {
    color: #00d3a5;
  }

  .text-span-4 {
    color: #00d3a5;
  }

  .nav-login-2 {
    position: static;
    top: 14px;
    right: 320px;
    min-width: 110px;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-style: none;
    border-width: 2px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
  }

  .nav-login-2:hover {
    border-color: transparent;
    background-color: #fff;
    color: #0d2b3a;
  }

  .dropdown-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .nav-link-2 {
    position: relative;
    left: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }

  .nav-demo-2 {
    position: static;
    left: auto;
    top: 14px;
    right: 194px;
    bottom: auto;
    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: 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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 2px;
    border-color: #00d3a5;
    border-radius: 0px;
    background-color: #00d3a5;
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }

  .nav-demo-2:hover {
    border-color: #00d3a5;
    background-color: #05ad89;
    color: #fff;
  }

  .nav-demo-2.w--current {
    margin-top: 0px;
  }

  .nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
  }

  .nav-link {
    padding-top: 15px;
  }

  .mobile-nav-login {
    position: static;
    top: 14px;
    right: 320px;
    min-width: 110px;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-style: none;
    border-width: 2px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
  }

  .mobile-nav-login:hover {
    border-color: transparent;
    background-color: #fff;
    color: #0d2b3a;
  }

  .nav-login-copy {
    position: static;
    top: 14px;
    right: 320px;
    min-width: 110px;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-style: none;
    border-width: 2px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
  }

  .nav-login-copy:hover {
    border-color: transparent;
    background-color: #fff;
    color: #0d2b3a;
  }

  .mobile-nav-login-link {
    position: static;
    top: 14px;
    right: 320px;
    min-width: 110px;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-style: none;
    border-width: 2px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
  }

  .mobile-nav-login-link:hover {
    border-color: transparent;
    background-color: #fff;
    color: #0d2b3a;
  }

  .mobile-nav-login-link-2 {
    position: static;
    top: 14px;
    right: 320px;
    min-width: 110px;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-style: none;
    border-width: 2px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
  }

  .mobile-nav-login-link-2:hover {
    border-color: transparent;
    background-color: #fff;
    color: #0d2b3a;
  }

  .nav-login-3 {
    position: static;
    top: 14px;
    right: 320px;
    min-width: 110px;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-style: none;
    border-width: 2px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
  }

  .nav-login-3:hover {
    border-color: transparent;
    background-color: #fff;
    color: #0d2b3a;
  }

  .mobile-nav-login-2 {
    position: static;
    top: 14px;
    right: 320px;
    min-width: 110px;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-style: none;
    border-width: 2px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
  }

  .mobile-nav-login-2:hover {
    border-color: transparent;
    background-color: #fff;
    color: #0d2b3a;
  }

  .pricing-hero-section {
    margin: 0px 182px 40px;
  }

  .columns-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .testimonial-header {
    font-family: proxima-nova, sans-serif;
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
  }

  .heading-34 {
    font-family: proxima-nova, sans-serif;
  }

  .hero-centre {
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
    text-align: center;
  }

  .white-h2 {
    font-family: proxima-nova, sans-serif;
    font-weight: 800;
  }

  .bg-circle {
    width: 390px;
  }

  .paragraph-kb {
    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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  .container-22 {
    padding-bottom: 30px;
  }

  .section-17 {
    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;
  }

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

  .bold-text-4 {
    font-weight: 800;
  }

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

  .social-links {
    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-53 {
    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-54 {
    padding-left: 0px;
  }

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

  .div-block-56 {
    padding-left: 40px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: left;
  }

  .customer-logo-div {
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

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

  .hero-centre-2 {
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
    text-align: center;
  }

  .paragragh-centre-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 30px;
    text-align: center;
  }

  .demo-button-centre-aqua-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #00d3a5;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .demo-button-centre-aqua-2:hover {
    background-color: #00d3a5;
  }

  .link-text-5 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    line-height: 30px;
    text-align: center;
  }

  .message-field {
    width: 100%;
  }

  .submit-button-2 {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #00d3a5;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .field-label-2 {
    font-family: proxima-nova, sans-serif;
    color: #4a525c;
    font-size: 18px;
  }

  .contact-label {
    font-family: proxima-nova, sans-serif;
    color: #4a525c;
    font-size: 18px;
  }

  .contact-paragraph {
    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;
    -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;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  .resource-title-div {
    padding-right: 30px;
  }

  .section-aquamarine-3 {
    margin-top: 0px;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #0d2b3a;
  }

  .text-block-35 {
    display: none;
  }

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

  .hero-heading-price {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0px;
    font-family: proxima-nova, sans-serif;
    color: #0d2b3a;
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
  }

  .paragragh-centre-pricing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 30px;
    text-align: center;
  }

  .demo-button-centre-price {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 145px;
    height: 48px;
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #00d3a5;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-59 {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .div-block-60 {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .demo-text-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-right: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  .demo-list-item-white {
    line-height: 30px;
  }

  .blog-link-white {
    text-decoration: none;
  }

  .category-div {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .author-div {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .kb-content-wrapper {
    margin-left: 0px;
  }

  .integration-rich-text h2 {
    font-family: proxima-nova, sans-serif;
    font-size: 32px;
  }

  .rich-text-block-7 {
    font-family: proxima-nova, sans-serif;
    line-height: 30px;
  }

  .collection-list-wrapper-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-64 {
    display: block;
    padding-right: 10px;
    padding-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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-39 {
    font-family: proxima-nova, sans-serif;
    font-size: 30px;
    line-height: 20px;
    font-weight: 700;
  }

  .collection-item-10 {
    text-decoration: none;
  }

  .link-block-32 {
    font-family: proxima-nova, sans-serif;
    color: #4a525c;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
  }

  .kb-cat-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .lottie-animation-18 {
    width: 360px;
  }

  .teo-image-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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;
  }

  .lottie-square {
    position: static;
    width: 80%;
  }

  .step-2-blue-bg-div {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    -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;
  }

  .section-reporting {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ecedef;
  }

  .testimonial-header-dark {
    font-family: proxima-nova, sans-serif;
    color: #4a525c;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
  }

  .resources-section {
    background-color: #0d2b3a;
  }

  .resources-div {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 90px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .bi-image {
    display: block;
    max-height: 70px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .blog-rtb h5 {
    font-size: 22px;
  }

  .blog-rtb p {
    line-height: 30px;
  }

  .number-field {
    display: block;
    width: 370px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .email-field {
    display: block;
    width: 370px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .price-block-highlight {
    background-color: #ecedef;
  }

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

  .demo-section-slides {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .demo-div-full-content {
    min-height: 700px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .slide-white {
    min-height: 0px;
  }

  .image-92 {
    max-width: 70%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-93 {
    max-width: 70%;
  }

  .demo-div-3-col {
    min-height: 700px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-pricing-button {
    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;
  }

  .paragragh-centre-pricing-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 30px;
    text-align: center;
  }

  .paragragh-centre-pricing-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 30px;
    text-align: center;
  }

  .slide-white-hubspot {
    min-height: 0px;
  }

  .data-hj-allow {
    display: block;
    width: 370px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .body-link-magenta {
    font-family: proxima-nova, sans-serif;
    color: #00d3a5;
    font-size: 16px;
    text-decoration: none;
  }

  .paragraph-middle {
    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;
    -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;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  .image-96 {
    padding-left: 5px;
  }

  .image-97 {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .careers-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-field-2 {
    display: block;
    width: 370px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .number-field-2 {
    display: block;
    width: 370px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .email-field-2 {
    display: block;
    width: 370px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .submit-button-3 {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
  }

  .submit-button-3:hover {
    font-size: 20px;
    font-weight: 600;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    top: auto;
    display: block;
    height: 50px;
    -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;
  }

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

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    min-width: 300px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #0d2b3a;
  }

  .brand {
    position: relative;
    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;
  }

  .brand.w--current {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .image-4 {
    position: static;
    display: block;
    max-width: 100%;
    padding-right: 0px;
  }

  .nav-demo {
    position: static;
    top: 7px;
    right: 20px;
    margin-bottom: 20px;
    padding: 5px 10px;
    -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;
    font-size: 14px;
  }

  .nav-login {
    position: static;
    top: 7px;
    right: 116px;
    display: none;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
    -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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    font-size: 14px;
  }

  .container {
    height: 50px;
  }

  .hero-heading {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
  }

  .h2 {
    font-size: 24px;
  }

  .para-centre {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 34px;
  }

  .section-class {
    margin-top: 90px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .columns-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .tab-section-aqua {
    margin-right: 40px;
    margin-bottom: 70px;
    margin-left: 40px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .headline-6-col {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  ._4-col {
    display: inline-block;
    width: 100%;
    height: 220px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  ._4-col._4-col-last {
    margin-right: auto;
    margin-bottom: 0px;
  }

  .home-category-linkitem {
    height: 190px;
    margin-bottom: 0px;
    margin-left: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  ._2-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .learn-wrap {
    width: 645px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .learn-wrap-2 {
    width: 645px;
    margin-right: 40px;
    margin-left: 40px;
  }

  ._4-col-end {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  ._4-col-end._4-col-last {
    margin-right: auto;
    margin-bottom: 0px;
  }

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

  .heading {
    line-height: 50px;
  }

  .resource-title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .columns-9 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .blue-bg-div {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lp-class {
    margin-right: 40px;
    margin-left: 40px;
  }

  .section-class-lp {
    margin-right: 40px;
    margin-left: 40px;
  }

  .div-block-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-15 {
    color: #0d2b3a;
  }

  .text-block-16 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-19 {
    padding-right: 0px;
    padding-bottom: 10px;
  }

  .how-ruler-integrates {
    margin-right: 40px;
    margin-left: 40px;
  }

  .demo-button-centre-pricing {
    max-width: none;
  }

  .hero-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    margin-bottom: 0px;
    margin-left: 40px;
    -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-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .text-section {
    margin: 40px;
  }

  ._3-col-section {
    margin-right: 40px;
    margin-left: 40px;
  }

  .integration-section {
    margin-right: 40px;
    margin-left: 40px;
  }

  ._2-col-section {
    margin-right: 40px;
    margin-left: 40px;
  }

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

  .nav-subtitle {
    margin-top: 0px;
    border: 1px none #000;
    color: #fff;
    text-align: center;
  }

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

  .nav-dropdown-list {
    display: block;
    min-width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
  }

  .nav-dropdown-list.w--open {
    position: static;
    display: block;
    min-width: 300px;
  }

  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdown-toggle.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-button {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 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-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dropdown {
    display: block;
    -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;
  }

  .paragraph-white {
    font-size: 14px;
    line-height: 20px;
  }

  .icon-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #00d3a5;
    font-size: 40px;
    line-height: 0px;
  }

  .form-title {
    padding-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-27 {
    position: static;
    display: block;
    -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-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: auto;
    margin-top: 0px;
    -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;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cta-block {
    display: block;
    -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;
  }

  .ruler-tel {
    position: static;
    -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-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .phone {
    position: static;
    margin-bottom: 20px;
    padding-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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .column-23 {
    display: none;
  }

  .link-block-13 {
    display: block;
  }

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

  .paragraph-right {
    font-size: 12px;
    line-height: 18px;
  }

  .h2-white {
    font-size: 24px;
  }

  .link-block-18 {
    color: #4a525c;
    text-decoration: none;
  }

  .partner-short {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 34px;
  }

  .partner-title {
    padding-top: 30px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 34px;
  }

  .partner-column {
    margin-left: 40px;
  }

  .partner-text {
    padding-top: 30px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 34px;
  }

  .partner-hero {
    margin-right: 40px;
    margin-left: 40px;
  }

  .h1-2 {
    line-height: 50px;
  }

  .text-3 {
    padding-top: 30px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 34px;
  }

  .featured-resource-section {
    margin-top: 90px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .resource-section-class {
    margin-top: 90px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .form-title-2 {
    padding-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .hero-heading-2 {
    font-size: 36px;
    line-height: 46px;
  }

  .h2-3 {
    font-size: 24px;
  }

  .resource-rich-text {
    padding-bottom: 10px;
  }

  .faq-container {
    width: 100%;
    min-width: 0px;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

  .hover-test {
    font-size: 30px;
    line-height: 60px;
  }

  .hover-text-2 {
    font-size: 30px;
    line-height: 60px;
  }

  .image-hover-2 {
    margin-left: 730px;
  }

  .next-step-1 {
    margin-top: 90px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .next-step-2 {
    margin-top: 90px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .next-step-3 {
    margin-top: 90px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .container-9 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-customers {
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  .lottie-animation {
    width: 400px;
  }

  .section-ma-without {
    margin-top: 90px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .ma-percent {
    font-size: 24px;
  }

  .section-ma-with {
    margin-top: 90px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .hero-img-background {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: block;
    width: 340px;
  }

  .h3-left {
    font-size: 24px;
    line-height: 30px;
  }

  .teo-section {
    margin: 90px 40px 100px;
  }

  .lottie-animation-5 {
    width: 370px;
  }

  .image-53 {
    left: 30px;
    top: 0%;
    display: block;
  }

  .text-left {
    padding-top: 30px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 34px;
  }

  .lottie-small {
    width: 310px;
  }

  .hero-lottie {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    width: 620px;
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .integration-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

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

  .nav-flex-1 {
    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-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px none #000;
  }

  .nav-flex-3 {
    display: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .nav-flex-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: 1px none #000;
  }

  .nav-resource-title {
    max-width: 300px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .nav-resource-image {
    display: inline-block;
    max-width: none;
    padding-top: 0px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .link-block-24 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .nav-title {
    display: block;
    color: #fff;
    text-align: center;
  }

  .hero-flex {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .hero-right-flex {
    position: static;
    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: 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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .hero-background-div {
    position: absolute;
    display: none;
  }

  .hero-lottie-div {
    position: static;
  }

  .section-can-do {
    margin: 30px 40px 80px;
  }

  .section-home-features {
    margin-top: 90px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .section-hero-centre {
    margin-top: 90px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .integration-image {
    width: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .integration-item {
    -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;
  }

  .integration-image-div {
    width: 130px;
    height: 110px;
    min-height: auto;
    margin-top: 20px;
    -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;
  }

  .integration-div {
    width: 100px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-integration {
    display: block;
    margin-top: 90px;
    margin-right: 40px;
    margin-left: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .integration-text-link {
    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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .integration-text {
    width: 130px;
    max-width: 200px;
  }

  .integration-title-text {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .column-32 {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .integration-list-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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .integration-list-wrapper-copy {
    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;
  }

  .partner-item {
    -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;
  }

  .partner-div {
    width: 100px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .partner-image-div {
    width: 130px;
    height: 110px;
    min-height: auto;
    margin-top: 20px;
    -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;
  }

  .partner-image {
    width: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .partner-text-link {
    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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .partner-title-text {
    width: 130px;
    max-width: 200px;
  }

  .marquee-section {
    padding-bottom: 40px;
  }

  .marquee-card {
    height: 130px;
  }

  .marquee-link-block {
    height: 80px;
    max-height: 80px;
    max-width: 80px;
  }

  .marquee-image {
    width: 80px;
    height: 80px;
  }

  .hero-section-blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 70px;
    margin-left: 0px;
    -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-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .hero-flex-white {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .hero-heading-white {
    font-size: 36px;
    line-height: 46px;
  }

  .hero-right-flex-white {
    position: static;
    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: 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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-class-copy {
    margin-top: 90px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .demo-footer-title {
    font-size: 40px;
  }

  .container-18 {
    display: block;
    -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-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .product-dropdown {
    display: block;
    -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;
  }

  .solutions-dropdown {
    display: block;
    -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;
  }

  .resources-dropdown {
    display: block;
    -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;
  }

  .paragraph-quote-name-white {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-7 {
    font-size: 16px;
    line-height: 18px;
  }

  .nav-login-2 {
    position: static;
    top: 7px;
    right: 116px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
  }

  .solutions-dropdown-2 {
    display: block;
    -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;
  }

  .menu-button-2 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 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-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-flex-1-2 {
    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-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px none #000;
  }

  .dropdown-link-2 {
    text-align: center;
  }

  .resources-dropdown-2 {
    display: block;
    -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;
  }

  .nav-dropdown-list-2 {
    display: block;
    min-width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
  }

  .nav-dropdown-list-2.w--open {
    position: static;
    display: block;
    min-width: 300px;
  }

  .nav-link-2 {
    text-align: center;
  }

  .icon-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #00d3a5;
    font-size: 40px;
    line-height: 0px;
  }

  .nav-demo-2 {
    position: static;
    top: 7px;
    right: 20px;
    margin-bottom: 20px;
    padding: 5px 10px;
    -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;
    font-size: 14px;
  }

  .nav-flex-2-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: 1px none #000;
  }

  .nav-menu-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    min-width: 300px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #0d2b3a;
  }

  .product-dropdown-2 {
    display: block;
    -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;
  }

  .nav-container {
    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;
    background-color: #0d2b3a;
  }

  .dropdown-toggle-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 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;
  }

  .dropdown-toggle-2:active {
    display: block;
    text-align: left;
  }

  .nav-link {
    text-align: left;
  }

  .nav-menu {
    margin-top: 59px;
  }

  .dropdown-2 {
    display: block;
  }

  .icon-4 {
    margin-top: 23px;
  }

  .nav-tel-div {
    display: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .login {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .nav-book-a-demo-div {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon-5 {
    color: #00d3a5;
  }

  .menu-button-3 {
    position: relative;
    left: 0px;
    background-color: #0d2b3a;
  }

  .menu-button-3.w--open {
    display: block;
    background-color: #0d2b3a;
  }

  .brand-2 {
    position: static;
    display: block;
    max-width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mobile-nav-tel {
    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;
    font-family: proxima-nova, sans-serif;
  }

  .mobile-nav-login {
    position: static;
    top: 7px;
    right: 116px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
    -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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-size: 14px;
  }

  .mobile-nav-book-a-demo-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-login-copy {
    position: static;
    top: 7px;
    right: 116px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
    -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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-size: 14px;
  }

  .mobile-nav-login-link {
    position: static;
    top: 7px;
    right: 116px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
    -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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-size: 14px;
  }

  .mobile-nav-login-link-2 {
    position: static;
    top: 7px;
    right: 116px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
    -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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-size: 14px;
  }

  .icon-6 {
    color: #00d3a5;
  }

  .nav-login-3 {
    position: static;
    top: 7px;
    right: 116px;
    display: none;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
    -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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    font-size: 14px;
  }

  .mobile-nav-login-2 {
    position: static;
    top: 7px;
    right: 116px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
    -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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-size: 14px;
  }

  .container-20 {
    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;
    background-color: #0d2b3a;
  }

  .mobile-nav-book-a-demo-div-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button-4 {
    position: relative;
    left: 0px;
    background-color: #0d2b3a;
  }

  .menu-button-4.w--open {
    display: block;
    background-color: #0d2b3a;
  }

  .nav-book-a-demo-div-2 {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-hero-section {
    margin-top: 30px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .h2-centre {
    font-size: 30px;
  }

  .h2-left {
    font-size: 30px;
  }

  .bg-circle {
    display: none;
  }

  .paragraph-kb {
    font-size: 12px;
    line-height: 18px;
  }

  .paragragh-centre-2 {
    padding-top: 30px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 34px;
  }

  .contact-paragraph {
    font-size: 12px;
    line-height: 18px;
  }

  .resource-title-div {
    padding-right: 0px;
  }

  .container-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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;
  }

  .hero-heading-price {
    margin-top: 0px;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
  }

  .paragragh-centre-pricing {
    padding-top: 30px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 34px;
  }

  .collection-list-wrapper-7 {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .demo-text-white {
    font-size: 12px;
    line-height: 18px;
  }

  .demo-list-item-white {
    font-size: 14px;
    line-height: 24px;
  }

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

  .lottie-square {
    width: 310px;
  }

  .container-27 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .step-2-blue-bg-div {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-reporting {
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  .case-study-heading {
    color: #0d2b3a;
    font-weight: 800;
  }

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

  .resources-div {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-84 {
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .demo-link-block {
    display: none;
  }

  .mobile-demo-link-block {
    display: none;
  }

  .demo-div-full-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
  }

  .div-block-79 {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .demo-div-3-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
  }

  .div-pricing-button {
    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;
  }

  .paragragh-centre-pricing-small {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .pricing-feature-list {
    font-size: 16px;
    line-height: 24px;
  }

  .paragragh-centre-pricing-features {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 34px;
  }

  .pricing-features-container {
    padding-top: 20px;
  }

  .paragraph-middle {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

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

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

  .price-desc {
    max-height: none;
    min-height: 120px;
  }

  .container-37 {
    display: none;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
  }

  .column {
    position: static;
    padding-bottom: 0px;
  }

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

  .para-centre {
    padding-top: 10px;
    font-size: 14px;
    line-height: 30px;
  }

  ._3-column-text {
    font-size: 12px;
  }

  .tab {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab.w--current {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-quote {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .paragraph {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

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

  ._4-col {
    display: block;
    height: 160px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .home-category-items {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: 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;
  }

  .home-category-linkitem {
    width: 130px;
    height: 140px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
    -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;
    text-align: center;
  }

  .home-category-linkitem:hover {
    background-color: #ecedef;
    background-image: none;
  }

  .learn-wrap {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .learn-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

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

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

  .heading-5 {
    font-size: 14px;
  }

  .heading-6 {
    font-size: 14px;
  }

  .solution-heading {
    font-size: 14px;
  }

  .solution-heading:hover {
    color: #4a525c;
  }

  .h4-left {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .step-1-green {
    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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .heading {
    margin-top: 40px;
  }

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

  .collection-item-2 {
    width: auto;
    height: auto;
    margin-bottom: 40px;
    padding-left: 10px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

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

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

  .posts-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .link-block-4 {
    width: 470px;
    height: auto;
  }

  .text-field {
    width: 370px;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px;
    font-size: 14px;
  }

  .resource-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 20px;
    -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;
    text-align: center;
  }

  .submit-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .blue-bg-div {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-7 {
    position: static;
    min-height: 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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .form-block {
    padding-top: 0px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  ._3-column-text-2 {
    margin-top: 0px;
  }

  .lp-class {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-class-lp {
    float: none;
  }

  .text-block-10 {
    width: 150px;
    font-size: 14px;
  }

  .link-block-6 {
    padding-left: 0px;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

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

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

  .container-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-5 {
    display: none;
  }

  .hero-section {
    margin-top: 0px;
  }

  .text-section {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  ._3-col-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  ._3-col-quote-title {
    text-align: center;
  }

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

  ._2-col-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    width: 90%;
    height: 90%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-link {
    font-size: 12px;
  }

  .div-block-24 {
    font-size: 14px;
  }

  .text-block-24 {
    font-size: 12px;
  }

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

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

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

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

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

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

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

  .heading-18 {
    font-size: 14px;
  }

  .heading-19 {
    font-size: 14px;
  }

  .heading-20 {
    font-size: 14px;
  }

  .list-2 {
    font-size: 12px;
  }

  .list-3 {
    font-size: 12px;
  }

  .columns-15 {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column-20 {
    position: static;
  }

  .paragraph-white {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .h4-white-2 {
    font-family: proxima-nova, sans-serif;
  }

  .div-block-blank {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-right {
    font-size: 10px;
    line-height: 16px;
    text-align: center;
  }

  .h2-white {
    font-size: 20px;
    line-height: 30px;
  }

  .case-study-category {
    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;
  }

  .partner-short {
    padding-top: 10px;
    font-size: 14px;
    line-height: 30px;
  }

  .partner-title {
    padding-top: 10px;
    font-size: 14px;
    line-height: 30px;
  }

  .partner-text {
    padding-top: 10px;
    font-size: 14px;
    line-height: 30px;
  }

  .h1-2 {
    margin-top: 20px;
    font-size: 30px;
  }

  .text-3 {
    padding-top: 10px;
    font-size: 14px;
    line-height: 30px;
  }

  .featured-resource-section {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-block-30 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._3-column-text-3 {
    font-size: 12px;
  }

  .hero-heading-2 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
  }

  .h2-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .faq-img {
    min-height: 40px;
    min-width: 50px;
  }

  .flex.vert {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .lottie-animation {
    width: 100%;
  }

  .ma-percent {
    font-size: 20px;
    line-height: 30px;
  }

  .section-quote-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-quote-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-quote-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h3-left {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .teo-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lottie-animation-5 {
    left: 40%;
    top: -180px;
    width: 330px;
    margin-top: 150px;
    margin-left: -140px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-53 {
    bottom: 0px;
    display: block;
  }

  .overlap-columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-left {
    padding-top: 10px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
  }

  .resource-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .collection-list-wrapper-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .collection-list-6 {
    display: block;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .overlap-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .hero-right-flex {
    display: none;
  }

  .div-lottie {
    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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

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

  .text-block-10-copy {
    width: 150px;
    font-size: 14px;
  }

  .integration-item {
    width: 160px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .integration-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

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

  .integration-text-link {
    padding-left: 0px;
  }

  .integration-text {
    width: 150px;
    font-size: 14px;
  }

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

  .integration-list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .partner-item {
    width: 180px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .partner-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

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

  .partner-text-link {
    padding-left: 0px;
  }

  .partner-title-text {
    width: 150px;
    font-size: 14px;
  }

  .hero-section-blue {
    margin-top: 0px;
  }

  .hero-heading-white {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
  }

  .hero-right-flex-white {
    display: none;
  }

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

  .teo-left-block {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .teo-right-block {
    margin-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .image-60 {
    padding-top: 40px;
    padding-right: 10px;
  }

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

  .div-block-48 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 90px;
    margin-bottom: 30px;
    padding-left: 10px;
    -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;
  }

  .paragraph-quote-name-white {
    font-size: 10px;
    line-height: 16px;
    text-align: center;
  }

  .paragraph-7 {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }

  .teo-right-block-2 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .teo-right-block-3 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .paragraph-kb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 10px;
    line-height: 16px;
    text-align: left;
  }

  .paragraph-kb:hover {
    color: #4a525c;
  }

  .paragragh-centre-2 {
    padding-top: 10px;
    font-size: 14px;
    line-height: 30px;
  }

  .contact-paragraph {
    font-size: 10px;
    line-height: 16px;
    text-align: center;
  }

  .container-24 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-heading-price {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
  }

  .paragragh-centre-pricing {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 30px;
  }

  .collection-list-wrapper-7 {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .demo-text-white {
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }

  .list-div {
    padding-right: 60px;
    padding-left: 60px;
  }

  .demo-text {
    margin-bottom: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .category-div {
    display: none;
  }

  .author-image-div {
    display: none;
  }

  .author-div {
    display: none;
  }

  .kb-div-block {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .teo-image-block {
    max-width: 80%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .step-2-form {
    width: 520px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .step-2-blue-bg-div {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .step-2-text-field {
    width: 490px;
    font-size: 12px;
  }

  .div-block-70 {
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-76 {
    width: 460px;
  }

  .image-77 {
    width: 500px;
  }

  .image-78 {
    display: block;
    max-width: 100%;
  }

  .container-28 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .resources-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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .resources-div {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .integration-title-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-33 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .number-field {
    width: 370px;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px;
    font-size: 14px;
  }

  .email-field {
    width: 370px;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px;
    font-size: 14px;
  }

  .demo-link-block {
    display: none;
  }

  .mobile-demo-link-block {
    display: none;
    padding-top: 0px;
  }

  .paragragh-centre-pricing-small {
    padding-top: 10px;
    font-size: 14px;
    line-height: 30px;
  }

  .pricing-feature-list {
    font-size: 14px;
  }

  .paragragh-centre-pricing-features {
    padding-top: 10px;
    font-size: 14px;
    line-height: 30px;
  }

  .data-hj-allow {
    width: 370px;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px;
    font-size: 14px;
  }

  .body-link-magenta {
    text-align: center;
  }

  .paragraph-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .text-field-2 {
    width: 370px;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px;
    font-size: 14px;
  }

  .number-field-2 {
    width: 370px;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px;
    font-size: 14px;
  }

  .email-field-2 {
    width: 370px;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px;
    font-size: 14px;
  }

  .submit-button-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 16px;
  }

  p {
    font-size: 12px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .nav-menu {
    display: block;
    -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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-4 {
    display: block;
    max-height: 50px;
    max-width: 80%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .nav-demo {
    position: relative;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-demo.w--current {
    display: none;
  }

  .nav-login {
    position: relative;
    top: 0px;
    right: auto;
    display: none;
    margin: 0px 10px 10px;
  }

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

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

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

  .para-centre {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .section-class {
    margin: 40px 20px;
  }

  ._3-column-text {
    color: #4a525c;
    text-align: center;
  }

  .tab-text {
    margin-top: 0px;
  }

  .tabs-menu {
    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;
    font-family: proxima-nova, sans-serif;
    font-size: 10px;
  }

  .tab {
    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: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tab.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
  }

  .div-block {
    padding-bottom: 20px;
  }

  .paragraph {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #4a525c;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .body-link {
    margin-bottom: 10px;
  }

  ._4-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .home-category-items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .learn-wrap {
    display: block;
  }

  .learn-wrap-2 {
    display: none;
  }

  .heading-3 {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .link-text {
    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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
    line-height: 30px;
  }

  .h4-left {
    margin-top: 0px;
    font-weight: 800;
  }

  .section-aquamarine {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .h4-white {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 40px;
  }

  .text-white {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-bold-white {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .link-text-white {
    font-size: 14px;
  }

  .step-1-green {
    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;
    text-align: center;
  }

  .image-7 {
    width: 80px;
  }

  .text-white-sml-copy {
    padding-top: 0px;
    padding-bottom: 30px;
    font-size: 15px;
    line-height: 20px;
  }

  .heading {
    font-size: 30px;
  }

  .text-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
  }

  .text-block-grid {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .collection-item-2 {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-3 {
    height: auto;
  }

  .heading-11 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .text-block-6 {
    display: none;
  }

  .text-block-7 {
    display: none;
  }

  .text-block-8 {
    display: none;
  }

  .text-block-9 {
    color: #4a525c;
    font-size: 20px;
    line-height: 26px;
  }

  .container-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .posts-wrapper {
    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-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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link-block-2 {
    max-width: none;
  }

  .container-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .link-block-4 {
    width: auto;
    height: auto;
  }

  .blog-rtb {
    color: #4a525c;
  }

  .blog-rtb h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .blog-rtb h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .blog-rtb li {
    font-size: 14px;
    line-height: 30px;
  }

  .blog-rtb img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-rtb blockquote {
    font-size: 18px;
    line-height: 40px;
  }

  .blog-rtb a {
    color: #fb3364;
  }

  .text-field {
    width: 270px;
    font-size: 10px;
  }

  .resource-title {
    font-size: 25px;
    line-height: 36px;
    text-align: center;
  }

  .field-label {
    font-size: 12px;
  }

  .columns-9 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .tab-text-2 {
    font-size: 12px;
    text-align: left;
  }

  .blue-bg-div {
    margin-bottom: 0px;
    padding-bottom: 30px;
  }

  .form-text {
    font-size: 12px;
  }

  .h2-2 {
    margin-left: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  .text-2 {
    font-size: 12px;
    line-height: 20px;
  }

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

  .demo-button-2 {
    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: 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;
  }

  .header-link-2 {
    display: none;
  }

  .link-text-2 {
    color: #4a525c;
    font-size: 12px;
  }

  .lp-class {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
  }

  .section-class-lp {
    margin: 40px 20px;
  }

  .text-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    max-width: none;
    min-height: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    line-height: 18px;
  }

  .collection-item-6 {
    margin-bottom: 20px;
  }

  .collection-list-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -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: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-8 {
    width: 120px;
    min-height: 190px;
  }

  .container-4 {
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .heading-15 {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .text-block-16 {
    font-size: 12px;
    text-align: center;
  }

  .div-block-15 {
    width: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-19 {
    padding-bottom: 0px;
  }

  .link-block-12 {
    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;
  }

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

  .price-large {
    font-size: 40px;
    line-height: 40px;
  }

  .demo-button-centre-pricing {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .hero-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .footer-flex-container {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

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

  .footer-link {
    margin-bottom: 0px;
  }

  .div-block-24 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .nav-subtitle {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }

  .dropdown-link {
    font-size: 16px;
    line-height: 20px;
  }

  .menu-button.w--open {
    background-color: #0d2b3a;
    font-size: 14px;
  }

  .column-16 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }

  .column-18 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-6 {
    background-color: rgba(74, 82, 92, 0.32);
  }

  .dropdown {
    font-size: 16px;
  }

  .div-block-25 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .tab-text-white {
    font-size: 12px;
    text-align: left;
  }

  .paragraph-white {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    font-size: 14px;
  }

  .icon-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .demo-button-white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h4-white-2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .hero-text {
    font-size: 14px;
    line-height: 26px;
  }

  .quote-right-align-white {
    margin-top: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }

  .h2-white {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .interviewee-quote {
    font-size: 14px;
    line-height: 20px;
  }

  .case-study-category {
    display: none;
  }

  .case-study-button {
    margin-top: 20px;
  }

  .case-study-title {
    font-size: 14px;
    line-height: 28px;
  }

  .text-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .featured-resource-list-wrapper {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .featured-resource-section {
    display: none;
    margin: 0px;
  }

  .resource-section-class {
    margin: 40px 20px;
  }

  ._3-column-text-3 {
    color: #4a525c;
    text-align: center;
  }

  .link-text-3 {
    color: #4a525c;
    font-size: 12px;
  }

  .resource-rich-text {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .step-2-heading {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .step-2-button {
    width: 270px;
  }

  .faq-img {
    display: none;
  }

  .next-step-1 {
    margin: 40px 20px;
  }

  .next-step-2 {
    margin: 40px 20px;
  }

  .next-step-3 {
    margin: 40px 20px;
  }

  .hrw-heading {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 800;
  }

  .featured-customers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-customers {
    padding: 10px;
  }

  .customer-div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    -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-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    align-self: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .lottie-animation {
    display: block;
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .section-ma-without {
    margin: 40px 20px;
  }

  .ma-percent {
    font-size: 70px;
  }

  .image-24 {
    display: none;
  }

  .section-ma-with {
    margin: 40px 20px;
  }

  .text-ma {
    font-size: 14px;
    line-height: 26px;
  }

  .image-42 {
    width: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }

  .image-46 {
    width: auto;
    max-width: none;
  }

  .image-50 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .h3-left {
    font-size: 20px;
    text-align: center;
  }

  .teo-section {
    margin: 40px 20px;
  }

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

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

  .image-53 {
    display: none;
  }

  .text-left {
    padding-bottom: 20px;
    text-align: center;
  }

  .lottie-small {
    width: 100%;
  }

  .hero-lottie {
    width: 270px;
  }

  .integration-wrapper {
    display: block;
    -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;
  }

  .partner-wrapper {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .resource-wrapper {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .featured-resource-cover-div {
    width: 100px;
    height: 130px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .collection-list-wrapper-6 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .collection-list-6 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .nav-resource-title {
    font-size: 16px;
    line-height: 20px;
  }

  .nav-title {
    font-size: 16px;
    line-height: 20px;
  }

  .grey-bg-wrap {
    min-height: auto;
  }

  .overlap-div {
    display: block;
    background-color: #ecedef;
  }

  .hero-flex {
    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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .hero-right-flex {
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .hero-lottie-div {
    display: block;
  }

  .div-lottie {
    width: auto;
    min-width: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .section-can-do {
    margin: 40px 20px;
  }

  .section-home-features {
    margin: 40px 20px;
  }

  .section-hero-centre {
    margin: 40px 20px;
  }

  .feature-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 800;
  }

  .integration-image {
    width: 80px;
    max-height: 80px;
    max-width: 80px;
    padding-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .text-block-10-copy {
    width: 100px;
  }

  .integration-item {
    width: 140px;
    max-width: 140px;
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .integration-image-div {
    width: auto;
    height: 100px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .integration-div {
    height: auto;
    min-height: auto;
    margin-bottom: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-integration {
    display: block;
    margin: 40px 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .integration-text-link {
    width: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .integration-text {
    width: 100px;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .integration-collection-list {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .integration-list-wrapper-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .partner-collection-list {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .partner-item {
    width: 150px;
    height: auto;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partner-div {
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .partner-image-div {
    width: auto;
    height: auto;
    min-height: 110px;
    margin-top: 10px;
  }

  .partner-image {
    padding-bottom: 10px;
  }

  .partner-text-link {
    width: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .partner-title-text {
    width: auto;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .marquee-section {
    padding-bottom: 40px;
  }

  .marquee-wrapper {
    width: 300%;
  }

  .marquee-card {
    height: 70px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 5px;
  }

  .marquee-link-block {
    height: 50px;
    max-height: 60px;
    max-width: 60px;
  }

  .marquee-image {
    width: 50px;
    height: 40px;
    max-width: none;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-flex-white {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hero-heading-white {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .hero-text-white {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .hero-right-flex-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .section-class-copy {
    margin: 40px 20px;
  }

  .teo-left-block {
    display: block;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .teo-right-block {
    width: 320px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .demo-footer {
    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;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), color-stop(0, #ecedef));
    background-image: linear-gradient(180deg, #fff 40%, #ecedef 0);
  }

  .container-17 {
    -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-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .demo-footer-title {
    font-size: 25px;
    line-height: 36px;
    text-align: center;
  }

  .image-60 {
    display: none;
    padding-top: 150px;
    padding-right: 20px;
  }

  .div-block-46 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-48 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
    margin-bottom: 20px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .product-dropdown {
    font-size: 16px;
  }

  .solutions-dropdown {
    font-size: 16px;
  }

  .resources-dropdown {
    font-size: 16px;
  }

  .paragraph-7 {
    font-size: 14px;
    line-height: 20px;
  }

  .h4-left-2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    text-align: center;
  }

  .teo-right-block-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .ebook-columns {
    margin-right: 20px;
    margin-left: 20px;
  }

  .nav-login-2 {
    position: relative;
    top: 0px;
    right: auto;
    display: block;
    margin: 0px 10px 10px;
  }

  .solutions-dropdown-2 {
    font-size: 16px;
  }

  .menu-button-2.w--open {
    background-color: #0d2b3a;
    font-size: 14px;
  }

  .dropdown-link-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .resources-dropdown-2 {
    font-size: 16px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .icon-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-demo-2 {
    position: relative;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-demo-2.w--current {
    display: none;
  }

  .nav-menu-2 {
    display: block;
    -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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-dropdown-2 {
    font-size: 16px;
  }

  .dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link {
    padding-top: 10px;
  }

  .icon-4 {
    margin-top: 10px;
  }

  .main-nav-div {
    position: static;
  }

  .brand-2 {
    max-width: 120px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .mobile-nav-tel {
    min-width: 110px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #fff;
  }

  .mobile-nav-login {
    position: static;
    top: 0px;
    right: auto;
    display: block;
    min-height: 100%;
    margin: 0px 10px 10px;
  }

  .nav-login-copy {
    position: relative;
    top: 0px;
    right: auto;
    display: none;
    margin: 0px 10px 10px;
  }

  .mobile-nav-login-link {
    position: static;
    top: 0px;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 10px 10px;
  }

  .mobile-nav-login-link-2 {
    position: relative;
    top: 0px;
    right: auto;
    display: none;
    margin: 0px 10px 10px;
  }

  .nav-login-3 {
    position: relative;
    top: 0px;
    right: auto;
    display: none;
    margin: 0px 10px 10px;
  }

  .mobile-nav-login-2 {
    position: relative;
    top: 0px;
    right: auto;
    display: block;
    margin: 0px 10px 10px;
  }

  .pricing-hero-section {
    margin: 10px 20px;
  }

  .h2-centre {
    font-size: 30px;
    line-height: 30px;
  }

  .h2-left {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }

  .columns-35 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .testimonial-header {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .hero-centre {
    font-size: 36px;
    line-height: 50px;
  }

  .white-h2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 800;
  }

  .div-block-55 {
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .customer-logo-div {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .logo-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .image-70 {
    max-width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragragh-centre-2 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
  }

  .contact-label {
    font-size: 14px;
  }

  .contact-paragraph {
    font-size: 12px;
    line-height: 20px;
  }

  .resource-title-div {
    width: auto;
  }

  .container-24 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-heading-price {
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 40px;
    text-align: center;
  }

  .paragragh-centre-pricing {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
  }

  .column-33 {
    display: none;
  }

  .collection-list-wrapper-7 {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .blog-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-header-white {
    display: none;
  }

  .author-image {
    width: 70px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .form-block {
    width: 290px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .demo-text-white {
    padding-bottom: 20px;
  }

  .demo-text {
    font-size: 20px;
  }

  .category-div {
    display: none;
  }

  .author-image-div {
    display: none;
  }

  .category-blog-wrapper {
    display: block;
    -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;
  }

  .kb-content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .integration-rich-text {
    margin-top: 0px;
  }

  .integration-rich-text ul {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
    line-height: 26px;
  }

  .integration-rich-text li {
    font-size: 12px;
  }

  .integration-rich-text p {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .integration-rich-text img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .collection-list-wrapper-8 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .kb-cat-header {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-65 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -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;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: end;
    -ms-flex-line-pack: end;
    align-content: end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .lottie-animation-18 {
    padding-top: 30px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .image-72 {
    width: 100%;
    float: right;
    clear: none;
  }

  .image-73 {
    width: 70%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-74 {
    width: 100%;
  }

  .div-block-68 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .teo-image-block {
    width: 300px;
    max-width: 100%;
    margin-left: 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;
  }

  .lottie-square {
    width: 60%;
  }

  .image-75 {
    width: 100%;
  }

  .step-2-form {
    width: 290px;
  }

  .step-2-blue-bg-div {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .step-2-text-field {
    width: 270px;
    font-size: 10px;
  }

  .section-reporting {
    margin-top: 40px;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .testimonial-header-dark {
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 800;
  }

  .button-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .column-34 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .resources-link-text {
    font-size: 12px;
  }

  .container-28 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-81 {
    width: auto;
  }

  .image-82 {
    width: auto;
  }

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

  .image-83 {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .case-study-heading {
    color: #0d2b3a;
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
  }

  .container-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-72 {
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .resources-div {
    margin-bottom: 0px;
    padding-bottom: 30px;
  }

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

  .div-block-73 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .container-31 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .container-32 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .container-33 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-85 {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-86 {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-87 {
    max-width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-88 {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-89 {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-90 {
    display: none;
  }

  .bi-image {
    max-height: 40px;
  }

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

  .blog-rtb {
    font-size: 17px;
  }

  .blog-rtb h5 {
    font-size: 18px;
    line-height: 30px;
  }

  .blog-rtb p {
    font-size: 14px;
    line-height: 30px;
  }

  .blog-rtb h6 {
    font-size: 18px;
  }

  .number-field {
    width: 270px;
    font-size: 10px;
  }

  .email-field {
    width: 270px;
    font-size: 10px;
  }

  .demo-link-block {
    display: none;
  }

  .mobile-demo-link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragragh-centre-pricing-small {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
  }

  .price-h3 {
    min-height: 70px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 30px;
  }

  .paragragh-centre-pricing-features {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
  }

  .price-div {
    min-height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .data-hj-allow {
    width: 270px;
    font-size: 10px;
  }

  .body-link-magenta {
    margin-bottom: 10px;
  }

  .paragraph-middle {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #4a525c;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

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

  .div-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-container-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .flex-pricing-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .price-desc {
    min-height: 0px;
  }

  .field-label-3 {
    font-size: 12px;
  }

  .text-field-2 {
    width: 270px;
    font-size: 10px;
  }

  .number-field-2 {
    width: 270px;
    font-size: 10px;
  }

  .email-field-2 {
    width: 270px;
    font-size: 10px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .nav-login-block {
    display: none;
    overflow: hidden;
  }
}

#w-node-c12425c6-7e66-c390-3cb1-4a98f7dff0aa-d4fef758 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-a66ac98a-5214-fe6a-da54-763b0807fe8c-0807fe4d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c12425c6-7e66-c390-3cb1-4a98f7dff0aa-d4fef758 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

