body {
  font-family: 'DM Sans', sans-serif;
  color: #101113;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 45px;
  line-height: 1.25em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 38px;
  line-height: 1.3em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 1.4em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #535d66;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #a5afb8;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  margin-bottom: 16px;
  color: #2c323a;
  font-size: 16px;
  line-height: 1.5em;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #3ac63f;
  text-decoration: none;
}

a:hover {
  color: #5786aa;
}

ul {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-left: 20px;
}

li {
  margin-bottom: 16px;
  color: #2c323a;
  font-size: 18px;
  line-height: 1.4em;
}

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

label {
  display: block;
  margin-bottom: 5px;
  color: #535d66;
  font-weight: 400;
}

blockquote {
  margin-bottom: 16px;
  padding: 10px 20px;
  border-left: 5px solid #dcf78f;
  color: #2c323a;
  font-size: 18px;
  line-height: 1.4em;
}

.wrapper {
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
}

.section {
  position: relative;
  z-index: 0;
  overflow: visible;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section.light-grey {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f4f8fa;
}

.section.light-grey.half-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.green {
  background-color: #3ac63f;
  color: #fff;
}

.section.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.no-padding.mobile-hidden {
  display: none;
}

.section.half-padding {
  padding-top: 0px;
  padding-bottom: 40px;
}

.section.light-green {
  background-color: #f4f8fa;
}

.section.green-gradient {
  background-color: #fff;
}

.section.overflow-none {
  overflow: hidden;
  background-color: #fff;
}

.button {
  margin-bottom: 16px;
  padding: 8px 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #a0378e;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.03);
  -webkit-transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  background-color: #9e5492;
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, 0.2);
  color: #f4f8fa;
}

.button:active {
  background-color: #0e7013;
}

.button.secondary {
  background-color: #812e73;
  box-shadow: none;
  color: #fff;
}

.button.secondary:hover {
  background-color: #a0378e;
  color: #fff;
}

.button.secondary:active {
  background-color: #3ac63f;
  color: #fff;
}

.button.no-margin {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #812e73;
}

.button.no-margin:hover {
  background-color: #a0378e;
}

.button.outline {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #76e277;
  color: #3ac63f;
}

.button.outline:hover {
  background-color: #3ac63f;
  box-shadow: inset 0 0 0 2px #3ac63f;
  color: #fff;
}

.button.outline:active {
  background-color: #1a9c1d;
  box-shadow: inset 0 0 0 2px #1a9c1d;
}

.button.grey {
  background-color: #e7eaec;
  box-shadow: none;
  color: #535d66;
}

.button.grey:hover {
  background-color: #c3cacf;
}

.button.grey:active {
  background-color: #a5afb8;
  color: #2c323a;
}

.button.disabled {
  background-color: #9de79e;
  box-shadow: none;
}

.button.disabled:hover {
  color: #fff;
}

.button.minimal {
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: transparent;
  box-shadow: none;
  color: #a0378e;
}

.button.minimal:hover {
  color: #c540af;
}

.button.minimal:active {
  color: #0e7013;
}

.button.white {
  background-color: #fff;
  color: #3ac63f;
  font-weight: 500;
}

.spacer {
  height: 48px;
  background-color: #e6ff9e;
}

.spacer._64 {
  width: 64px;
  height: 64px;
  background-color: transparent;
}

.spacer._32 {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: transparent;
}

.spacer._24 {
  width: 24px;
  height: 24px;
  background-color: transparent;
}

.spacer._48 {
  width: 48px;
  border-radius: 6px;
  background-color: transparent;
}

.spacer._128 {
  width: 128px;
  height: 128px;
  background-color: transparent;
}

.spacer._80 {
  width: 80px;
  height: 80px;
  background-color: transparent;
}

.spacer._96 {
  width: 96px;
  height: 96px;
  background-color: transparent;
}

.spacer._96 {
  height: 96px;
  background-color: rgba(94, 178, 244, 0);
}

.spacer._32 {
  height: 32px;
  background-color: transparent;
}

.spacer._16 {
  width: 16px;
  height: 16px;
  background-color: transparent;
}

.text-box {
  max-width: 1000px;
}

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

.text-box._550px {
  max-width: 550px;
}

.paragraph-small {
  display: none;
  overflow: hidden;
  color: #535d66;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 300;
}

._12-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
  -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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

._12-columns.flex-horizontal {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

._12-columns.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._12-columns.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

._12-columns.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._12-columns.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._12-columns.mob-swap {
  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;
}

._12-columns.inverted {
  -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;
}

.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1230px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 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;
  background-color: #fff;
}

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

.container.center-align.pre-footer-container {
  background-color: #f4f8fa;
}

.container.darkfooter {
  background-color: #1f2e48;
}

.container.lightgrey {
  background-color: #f4f8fa;
}

.color-block {
  width: 100%;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  border-radius: 5px;
  background-color: #101113;
}

.color-block.light-green {
  border-style: none;
  background-color: #76e277;
}

.color-block.green {
  background-color: #3ac63f;
}

.color-block.grey {
  background-color: #535d66;
}

.color-block.light-grey {
  background-color: #a5afb8;
}

.color-block.hard-green {
  background-color: #0e7013;
}

.color-block.dark-green {
  background-color: #1a9c1d;
}

.color-block.lime {
  background-color: #c4f34d;
}

.color-block.soft-lime {
  background-color: #e6ff9e;
}

.color-block.dark-grey {
  background-color: #2c323a;
}

.color-block.back-white {
  border-style: solid;
  border-width: 1px;
  border-color: #e7eaec;
  background-color: #f4f8fa;
}

.color-block.dark-lime {
  background-color: #9ada13;
}

.color-block.soft-green {
  background-color: #9de79e;
}

.color-block.back-green {
  background-color: #e4fce4;
}

.color-block.soft-grey {
  background-color: #c3cacf;
}

.color-block.silver {
  background-color: #e7eaec;
}

.color-block.white {
  border-style: solid;
  border-width: 1px;
  border-color: #e7eaec;
  background-color: #fff;
}

.color-block.pale-green {
  background-color: #bafcbb;
}

.color-block.back-lime {
  background-color: #f6ffdb;
}

.white {
  color: #fff;
  font-weight: 300;
}

.column-styleguide {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: #e7eaec;
}

.column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
  padding-right: 16px;
  padding-left: 16px;
  -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: 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;
}

.column.desk-10 {
  width: 83.33%;
}

.column.desk-12 {
  width: 100%;
}

.column.desk-11 {
  width: 91.66%;
}

.column.desk-6 {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-1 {
  width: 8.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column.desk-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column.desk-2 {
  width: 16.66%;
}

.column.desk-7 {
  width: 58.333333333333336%;
}

.column.desk-8 {
  width: 66.66666666666667%;
}

.ds-block {
  margin-bottom: 32px;
  font-size: 18px;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
  background-color: #101113;
  opacity: 0.2;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.rich-text {
  text-align: left;
}

.rich-text img {
  border-radius: 5px;
}

.rich-text img {
  margin-bottom: 4px;
  border-radius: 4px;
  box-shadow: 0 0 12px 0 rgba(15, 44, 65, 0.05);
}

.nav-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-cta-button-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;
}

.menu-button.w--open {
  background-color: #fff;
  color: rgba(9, 106, 208, 0.2);
}

.nav-bar {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.logo-div {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-logo {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.nav-logo:hover {
  opacity: 0.75;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-link {
  display: block;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  color: #333b4a;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

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

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer {
  position: relative;
  z-index: 0;
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #1f2e48;
  color: #1f2e48;
}

.icon {
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.icon.tab {
  width: 35px;
  height: 35px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.icon.small {
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
}

.logos-div {
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 68px;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-section {
  padding-right: 50px;
  padding-left: 50px;
  background-color: #dcf78f;
}

.banner-container {
  display: block;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.banner {
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
}

.banner-text {
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #333b4a;
  line-height: 1.3em;
  text-decoration: none;
}

.banner-text.w--current {
  color: #fff;
}

.header-large {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  color: #1f2e48;
  font-size: 60px;
  -o-object-fit: fill;
  object-fit: fill;
}

.tab-text-boxes {
  overflow: hidden;
  height: 80px;
  margin-bottom: 12px;
  padding: 22px 25px 9px;
  border-left: 4px solid transparent;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #535d66;
  font-style: normal;
}

.tab-text-boxes:hover {
  background-color: #f4f6fa;
  color: #2c323a;
}

.tab-text-boxes.w--current {
  height: auto;
  border-left-color: #3ac63f;
  background-color: #f6ffdb;
  color: #101113;
}

.tabs-text-boxes {
  width: 41.66666666666667%;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tabs-images {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58.333333333333336%;
  padding-right: 18px;
  padding-left: 18px;
  -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;
}

.horizontal-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
  margin-left: -18px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-dropdown {
  position: relative;
  display: none;
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5px 24px 5px 10px;
  border-radius: 5px;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #535d66;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.nav-dropdown:hover {
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #101113;
}

.nav-dropdown.w--current {
  -webkit-transition-property: none;
  transition-property: none;
  color: #096ad0;
  font-weight: 700;
}

.dropdown-icon {
  margin-right: 2px;
  color: #a5afb8;
  font-size: 12px;
}

.dropdown-list.w--open {
  padding: 8px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
}

.logo-container {
  width: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph {
  text-align: center;
}

.paragraph.small {
  color: #535d66;
  font-size: 14px;
  line-height: 1.4em;
}

.paragraph.large {
  font-size: 20px;
}

.simple-input {
  width: 300px;
  height: 48px;
  margin-right: 8px;
  margin-bottom: 16px;
  margin-left: 16px;
  border: 1px solid #dde2e7;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
  font-size: 16px;
}

.simple-input.no-margin {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.simple-input.no-margin::-webkit-input-placeholder {
  color: #c3cacf;
}

.simple-input.no-margin:-ms-input-placeholder {
  color: #c3cacf;
}

.simple-input.no-margin::-ms-input-placeholder {
  color: #c3cacf;
}

.simple-input.no-margin::placeholder {
  color: #c3cacf;
}

.quote-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 355.2890625px;
  height: 100%;
  margin-bottom: 16px;
  padding: 32px 32px 16px;
  -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: 1px;
  border-color: #e7eaec;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 #e7eaec;
  text-align: left;
}

.quote-card.light-green {
  border-color: #e7eaec;
}

.quote-card.green {
  background-color: #3ac63f;
  color: #fff;
}

.quote-card.outline {
  border-style: solid;
  border-width: 2px;
  border-color: #3ac63f;
  background-color: #fff;
}

.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.no-margin.bold {
  font-weight: 700;
}

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

.nav-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.regular {
  font-weight: 400;
}

.ds-menu-brand {
  width: 140px;
  margin-bottom: 50px;
  margin-left: 30px;
}

.ds-menu {
  width: 100%;
}

.ds-menu-link {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
  border-left: 4px solid transparent;
  color: #333b4a;
}

.ds-menu-link:hover {
  background-color: #faffec;
  color: #3ac63f;
}

.ds-menu-link.w--current {
  padding-right: 0px;
  background-color: #f6ffdb;
  color: #3ac63f;
  font-weight: 500;
}

.ds-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  overflow: auto;
  width: 240px;
  padding-top: 40px;
  border-right: 1px solid #ced5db;
  background-color: #fff;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: -24px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #3ac63f;
}

.form-error {
  padding: 16px;
  border-radius: 4px;
  background-color: #e7eaec;
  color: #444;
}

.form {
  margin-bottom: 8px;
}

.ds-icon {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 4px;
}

.ds-icon-grid {
  margin-top: 24px;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.check-box {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: -24px;
}

.check-box.w--redirected-checked {
  border-color: #3ac63f;
  background-color: #3ac63f;
  background-position: 50% 50%;
  background-size: 16px;
}

.ds-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-left: 240px;
  -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;
}

.form-success {
  padding: 32px;
  border-radius: 4px;
  background-color: #f4f8fa;
  color: #444;
  font-size: 16px;
  line-height: 1.4em;
}

.ds-section {
  position: relative;
  z-index: 0;
  padding: 60px 80px 48px 60px;
  text-align: left;
}

.ds-section.grey {
  background-color: #f3f5f9;
}

.ds-title {
  margin-bottom: 8px;
  color: #2c323a;
}

.ds-section-header {
  margin-bottom: 50px;
}

.text-input {
  height: 48px;
  margin-bottom: 16px;
  padding: 24px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7eaec;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01);
  font-size: 15px;
  line-height: 1.4px;
}

.text-input:hover {
  border-color: #c3cacf;
}

.text-input:focus {
  border-color: #3ac63f;
}

.text-input::-webkit-input-placeholder {
  color: #c3cacf;
}

.text-input:-ms-input-placeholder {
  color: #c3cacf;
}

.text-input::-ms-input-placeholder {
  color: #c3cacf;
}

.text-input::placeholder {
  color: #c3cacf;
}

.text-input.form {
  min-height: 120px;
}

.card {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e7eaec;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(105, 115, 124, 0.1);
  -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;
}

.card:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.card.integration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #e7eaec;
  text-align: center;
}

.card-thumbnail {
  border-radius: 5px 5px 0px 0px;
}

.card-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 25px 18px;
  -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;
}

.medium-paragraph {
  margin-bottom: 0px;
  color: #69737c;
  font-size: 16px;
  line-height: 1.4em;
}

.card-tag {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: -3px;
  padding: 4px 12px;
  border-radius: 40px;
  background-color: #f4f8fa;
  color: #535d66;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.4px;
}

.contact-form-container {
  width: 100%;
  border-radius: 6px;
}

.feature-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  padding-right: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-side {
  width: 50px;
  margin-right: 30px;
}

.icon-side.small {
  width: 32px;
  margin-right: 20px;
}

.text-area {
  min-height: 120px;
  margin-bottom: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7eaec;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01);
  font-size: 15px;
}

.text-area:hover {
  border-color: #c3cacf;
}

.text-area:focus {
  border-color: #3ac63f;
}

.text-area::-webkit-input-placeholder {
  color: #c3cacf;
}

.text-area:-ms-input-placeholder {
  color: #c3cacf;
}

.text-area::-ms-input-placeholder {
  color: #c3cacf;
}

.text-area::placeholder {
  color: #c3cacf;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vertical-tab {
  width: 100%;
}

.tab-link {
  width: 140px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #c3cacf;
  background-color: transparent;
  opacity: 0.5;
  color: #535d66;
  font-size: 18px;
  text-align: center;
}

.tab-link:hover {
  border-bottom-color: #3ac63f;
}

.tab-link.w--current {
  border-bottom-color: #3ac63f;
  background-color: transparent;
  opacity: 1;
  color: #3ac63f;
  font-weight: 700;
}

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

.answer {
  display: block;
  overflow: hidden;
  color: #9096a4;
}

.question-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 10px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #c1c5c9;
  color: #333533;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.question-container:hover {
  color: #3ac63f;
}

.question-arrow-icon {
  margin-top: 26px;
  margin-right: 8px;
  margin-left: 24px;
}

.question-arrow-icon.left {
  margin-top: 8px;
  margin-right: 16px;
  margin-left: 0px;
}

.ds-description {
  max-width: 400px;
  color: #929aa1;
}

.tab-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.questions {
  width: 100%;
}

.tick-list li {
  padding-left: 30px;
  background-image: url('../images/noun-check-1776256.svg');
  background-position: 0px 6px;
  background-size: 16px;
  background-repeat: no-repeat;
}

.tick-list ul {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.pricing-grid-row {
  display: -ms-grid;
  display: grid;
  padding-top: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 3fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-grid-row.top {
  border-top-style: none;
}

.pricing-grid {
  margin-right: auto;
  margin-left: auto;
}

.plan-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #dfe2e7;
  border-bottom: 3px solid #e6ff9e;
}

.plan-header.green {
  border-bottom-color: #3ac63f;
}

.plan-header.last {
  border-right-style: none;
}

.small-button {
  margin-bottom: 16px;
  padding: 5px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #3ac63f;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.03);
  -webkit-transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.small-button:hover {
  background-color: #1a9c1d;
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.small-button:active {
  background-color: #0e7013;
}

.small-button.secondary {
  margin-right: 0px;
  background-color: #e6ff9e;
  box-shadow: none;
  color: #3ac63f;
}

.small-button.secondary:hover {
  background-color: #c4f34d;
  color: #1a9c1d;
}

.small-button.secondary:active {
  background-color: #3ac63f;
  color: #fff;
}

.small-button.outline {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #76e277;
  color: #3ac63f;
}

.small-button.outline:hover {
  background-color: #3ac63f;
  box-shadow: inset 0 0 0 2px #3ac63f;
  color: #fff;
}

.small-button.outline:active {
  background-color: #1a9c1d;
  box-shadow: inset 0 0 0 2px #1a9c1d;
}

.pricing-grid-section {
  margin-top: 20px;
  margin-bottom: 40px;
}

.pricing-grid-tick {
  width: 18px;
  margin-top: 5px;
}

.pricing-grid-tick.hidden {
  opacity: 0;
}

.cta-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 52px;
  -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-radius: 12px;
  background-color: #e6ff9e;
}

.nav-container {
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-image {
  display: block;
  margin-right: 0px;
  margin-bottom: 16px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.section-name {
  max-width: 360px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #535d66;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.error-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-link {
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #535d66;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-link:hover {
  color: #101113;
}

.dropdown-link.w--current {
  color: #2c323a;
}

.card-title {
  display: block;
  margin-bottom: 8px;
  color: #101113;
}

.card-title:hover {
  color: #424957;
}

.card-summary {
  margin-bottom: 0px;
  color: #69737c;
  font-size: 16px;
  line-height: 1.4em;
}

.logo {
  padding-bottom: 6px;
}

.nav-link {
  padding: 5px 11px;
  border-radius: 5px;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, color 200ms ease;
  transition: transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  color: #535d66;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
}

.nav-link:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #101113;
}

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

.nav-link.minimal {
  margin-right: 8px;
  color: #a0378e;
}

.nav-link.cta {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #a0378e;
  box-shadow: 0 1px 38px 0 rgba(0, 0, 0, 0.03);
  color: #fff;
}

.nav-link.cta:hover {
  background-color: #a0378e;
}

.nav-link.cta:active {
  background-color: #0e7013;
}

.form-dropdown {
  position: relative;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7eaec;
  border-radius: 5px;
  background-color: #fff;
  font-size: 15px;
  cursor: pointer;
}

.form-dropdown:hover {
  border-color: #c3cacf;
  color: #37474e;
}

.form-dropdown:focus {
  border-color: #3ac63f;
  color: #37474e;
}

.form-dropdown::-webkit-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown:-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown::-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.field-block {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  min-width: 50px;
  margin-bottom: 8px;
  -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;
  border: 1px solid transparent;
}

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

.ebook-text-div {
  width: 80%;
  padding-right: 25px;
  padding-left: 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;
}

.large-paragraph {
  font-size: 22px;
}

.card-link-text {
  display: block;
  margin-bottom: 16px;
  color: #3ac63f;
  font-weight: 500;
}

.above-title {
  color: #535d66;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-image-header {
  overflow: hidden;
  width: 100%;
  height: 400px;
  border-radius: 5px;
}

.image-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-container {
  display: block;
  max-width: 760px;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-tag {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 12px;
  margin-left: -3px;
  padding: 4px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e9eb;
  border-radius: 40px;
  color: #69737c;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.4px;
}

.error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.shape {
  position: absolute;
}

.shape.bottom-left {
  left: 50px;
  bottom: -120px;
}

.shape.top-right {
  top: -120px;
  right: 40px;
}

.banner-link {
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #36b13b;
  line-height: 1.3em;
  text-decoration: none;
}

.banner-link:hover {
  color: #1a9c1d;
}

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

.underline {
  display: inline-block;
  border-bottom: 4px solid #c4f34d;
  line-height: 1em;
}

.footer-header {
  color: #a5afb8;
}

.sign-in-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  background-color: #f4f8fa;
}

.center-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  padding: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
}

.sign-up-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-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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.integration-logo-div {
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  border-radius: 8px;
}

.integration-logo-div.large {
  width: 64px;
  height: 64px;
}

.integration-body {
  -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;
}

.ds-colour-block {
  display: inline-block;
  width: 12.5%;
  padding-right: 16px;
}

.ds-colour-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ds-module {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  min-width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #e7eaec;
}

._2-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._1-2-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._1-2-5-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 2.5fr;
  grid-template-columns: 1fr 2.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.grid.desk-3 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.desk-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.grid.desk-2.small {
  margin-bottom: 0px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
}

._2-5-1-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 2.5fr 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-1-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading.h1 {
  font-size: 45px;
  line-height: 1.25em;
}

.heading.h2 {
  font-size: 38px;
  line-height: 1.3em;
}

.heading.h3 {
  color: #1f2e48;
  font-size: 26px;
  line-height: 1.4em;
}

.heading.h4 {
  margin-bottom: 12px;
  color: #1f2e48;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: left;
}

.heading.h5 {
  margin-bottom: 12px;
  color: #535d66;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading.h6 {
  font-size: 13px;
  line-height: 1.5em;
}

.integration-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.integration-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  margin-right: 32px;
  margin-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;
}

.tabs-content {
  overflow: visible;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-category {
  margin: 4px 0px;
  padding: 6px 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  color: #535d66;
  font-size: 16px;
}

.tab-category:hover {
  color: #3ac63f;
}

.tab-category.w--current {
  border-bottom-color: #76e277;
  background-color: transparent;
  opacity: 1;
  color: #3ac63f;
  font-weight: 700;
}

.content-box._600px {
  max-width: 600px;
}

.content-box.center {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-box.center._600px {
  max-width: 600px;
}

.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.button-text {
  display: inline;
}

.collection-list-wrapper {
  width: auto;
}

.dropdown-link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -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;
}

.dropdown-arrow {
  margin-right: 8px;
  color: #a5afb8;
  font-size: 12px;
}

.integration-title {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.error2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 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;
}

.icon-grid {
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.licenses-grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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;
  grid-template-rows: auto;
}

.icon-with-text {
  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;
}

.icon-text {
  margin-bottom: 8px;
  margin-left: 12px;
  color: #1f2e48;
  font-size: 20px;
}

.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;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #f6ffdb, #fff 58%);
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -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;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  -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;
}

.visible-spacer {
  display: inline-block;
  margin-bottom: 24px;
  border-radius: 5px;
  background-color: #e7eaec;
}

.features-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.overflow-image {
  width: 160%;
  max-width: none;
  padding-right: 0px;
}

.overflow-image.extensionimage {
  padding-right: 270px;
}

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

.heading-3 {
  color: #1f2e48;
  text-align: center;
}

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

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

.heading-4 {
  color: #1f2e48;
}

.image {
  text-align: center;
}

.image-2 {
  display: block;
  text-align: center;
}

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

.image-4 {
  position: static;
  text-align: center;
}

.image-5 {
  padding-bottom: 23px;
  text-align: center;
}

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

.footer-2 {
  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: #1f2e48;
  text-align: center;
}

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

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

.footer-image {
  width: 100%;
  height: 100%;
  max-width: 50%;
  -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-2 {
  display: block;
  margin-bottom: 10px;
  color: #719fe4;
  text-decoration: none;
}

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

.paragraph-4 {
  font-size: 20px;
  line-height: 2em;
}

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

.link {
  padding-right: 30px;
  color: #a7abb1;
  text-align: right;
}

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

.text-span {
  color: #a0378e;
  font-size: 20px;
}

.link-2 {
  color: #a0378e;
}

.paragraph-5 {
  color: #535d66;
}

.container-2 {
  margin-right: auto;
  margin-left: auto;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-6 {
  text-align: left;
}

.paragraph-7 {
  text-align: left;
}

.paragraph-8 {
  text-align: left;
}

.paragraph-9 {
  text-align: left;
}

.column-2 {
  font-size: 16px;
  text-align: left;
}

.columns {
  display: block;
}

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

.text-span-2 {
  color: #a0378e;
}

.link-3 {
  color: #a0378e;
}

.text-span-3 {
  color: #a0378e;
}

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

@media screen and (min-width: 1280px) {
  .banner-container {
    max-width: 1140px;
  }
}

@media screen and (max-width: 991px) {
  .button {
    position: relative;
  }

  .button.secondary {
    font-size: 18px;
    line-height: 1.4;
  }

  ._12-columns {
    -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;
  }

  ._12-columns.tablet-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .column {
    width: 50%;
  }

  .column.desk-6.tab-8 {
    width: 66.66666666666667%;
  }

  .column.desk-6.tab-12 {
    width: 100%;
  }

  .column.desk-6.tab-7 {
    width: 58.333333333333336%;
  }

  .column.desk-5 {
    width: 50%;
  }

  .column.desk-5.tab-4 {
    width: 33.333333333333336%;
  }

  .column.desk-5.tab-12 {
    width: 100%;
  }

  .column.desk-1.tab-0 {
    display: none;
  }

  .column.desk-4 {
    width: 50%;
  }

  .column.desk-3 {
    width: 33.33%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .column.desk-2.tab-4 {
    width: 33.333333333333336%;
  }

  .column.desk-8.tab-10 {
    width: 83.33333333333334%;
  }

  .ds-block {
    margin-bottom: 40px;
  }

  .menu-icon {
    color: #096ad0;
  }

  .nav-content {
    margin-left: 16px;
  }

  .menu-button {
    color: #2e323c;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #096ad0;
  }

  .nav-bar {
    background-color: #fff;
  }

  .logo-div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-logo {
    width: 120px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-logo {
    margin-bottom: 40px;
  }

  .footer-links-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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logos-div {
    padding-right: 30px;
    padding-left: 30px;
  }

  .banner-section {
    padding-right: 60px;
    padding-left: 60px;
  }

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

  .tab-text-boxes {
    width: 100%;
  }

  .tabs-text-boxes {
    width: 100%;
  }

  .tabs-images {
    width: 100%;
    height: auto;
    max-height: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .horizontal-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-dropdown {
    display: block;
    padding-right: 9px;
    padding-left: 9px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
  }

  .logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partner-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .quote-card {
    margin-bottom: 30px;
  }

  .ds-menu-brand {
    margin-bottom: 20px;
  }

  .ds-menu {
    position: absolute;
    left: 0%;
    top: 80px;
    right: auto;
    bottom: auto;
    z-index: 500;
    display: block;
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #e7eaec;
    background-color: #fff;
  }

  .ds-nav {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    bottom: auto;
    z-index: 10;
    overflow: visible;
    width: 100%;
    padding-top: 20px;
  }

  .ds-content {
    position: static;
    margin-left: 0px;
  }

  .feature-horizontal {
    margin-bottom: 20px;
  }

  .pricing-grid-row {
    -ms-grid-columns: 2.5fr 1fr 1fr 1fr;
    grid-template-columns: 2.5fr 1fr 1fr 1fr;
  }

  .pricing-feature-name {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .small-button {
    position: relative;
  }

  .nav-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-name {
    max-width: 450px;
    font-size: 20px;
    line-height: 30px;
  }

  .nav-link {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 14px;
  }

  .nav-link.minimal {
    margin-right: 4px;
  }

  .nav-link.cta {
    padding-right: 12px;
    padding-left: 12px;
  }

  .horizontal-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._2-grid {
    margin-left: 0px;
  }

  ._1-2-grid {
    margin-left: 0px;
  }

  ._1-2-5-grid {
    margin-left: 0px;
  }

  ._3-grid {
    margin-left: 0px;
  }

  .grid {
    margin-left: 0px;
  }

  .grid.desk-3.tab-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._2-5-1-grid {
    margin-left: 0px;
  }

  ._2-1-grid {
    margin-left: 0px;
  }

  .dropdown-arrow {
    display: none;
  }

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

  .licenses-grid {
    margin-left: 0px;
    grid-column-gap: 40px;
  }

  .ds-body {
    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;
  }

  .ds-menu-button {
    top: -10px;
    margin-right: 12px;
  }

  .ds-menu-button.w--open {
    border-radius: 40px;
    background-color: #3ac63f;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 15px;
  }

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

  .section.mobile-hidden {
    display: none;
  }

  .button {
    width: 100%;
    height: auto;
  }

  .button.minimal {
    margin-right: 0px;
    margin-left: 0px;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

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

  ._12-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._12-columns.flex-horizontal {
    margin-bottom: 0px;
    -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;
  }

  ._12-columns.mob-swap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column.desk-6 {
    width: 100%;
  }

  .column.desk-6.tab-8.mob-12 {
    width: 100%;
  }

  .column.desk-6.tab-7 {
    width: 100%;
  }

  .column.desk-5 {
    width: 100%;
  }

  .column.desk-5.tab-4 {
    width: 100%;
  }

  .column.desk-1.tab-1.mob-0 {
    display: none;
  }

  .column.desk-1.tab-1.mob-6 {
    width: 50%;
  }

  .column.desk-4 {
    width: 100%;
  }

  .column.desk-3.tab-4.mob-6 {
    width: 50%;
  }

  .column.desk-2.tab-4.mob-6 {
    width: 50%;
  }

  .column.desk-8.tab-10.mob-12 {
    width: 100%;
  }

  .nav-content {
    position: absolute;
    overflow: auto;
    height: 100vh;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 100px;
    border-top: 1px solid #e7eaec;
    background-color: #fff;
  }

  .nav-cta-button-container {
    margin-top: 20px;
    -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;
  }

  .menu-button {
    width: 26px;
    height: 26px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-div {
    margin-right: auto;
  }

  .footer-logo {
    padding-left: 0px;
  }

  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px;
    -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;
  }

  .banner-section {
    display: none;
  }

  .banner-container {
    text-align: left;
  }

  .header-large {
    font-size: 42px;
  }

  .horizontal-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .nav-dropdown {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }

  .nav-dropdown:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .dropdown-icon {
    display: none;
  }

  .dropdown-list {
    display: none;
    background-color: #f4f8fa;
    text-align: center;
  }

  .dropdown-list.w--open {
    position: relative;
    display: none;
    padding-top: 0px;
    padding-bottom: 0px;
    border-style: none;
    background-color: #f4f8fa;
    box-shadow: none;
    text-align: center;
  }

  .logo-container {
    width: 50%;
  }

  .partner-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph {
    font-size: 15px;
  }

  .simple-input {
    width: 100%;
  }

  .quote-card {
    padding: 24px 24px 8px;
  }

  .testimonial-image {
    margin-bottom: 40px;
  }

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

  .ds-menu-brand.w--current {
    margin-top: 14px;
  }

  .ds-menu {
    padding: 16px 24px 24px;
    background-color: #fff;
  }

  .ds-content {
    margin-left: 0px;
  }

  .ds-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-link {
    width: auto;
    border-bottom-width: 0px;
    border-radius: 10px;
  }

  .tab-link.w--current {
    background-color: #f1ffca;
  }

  .question-container {
    margin-bottom: 16px;
  }

  .cta-box {
    padding: 40px;
  }

  .section-name {
    max-width: 350px;
    font-size: 20px;
    line-height: 28px;
  }

  .dropdown-link {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
    text-align: center;
  }

  .logo {
    width: 120px;
  }

  .nav-link {
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    text-align: center;
  }

  .nav-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .nav-link.minimal {
    margin-right: 25px;
    margin-bottom: 12px;
    background-color: transparent;
  }

  .field-block {
    min-height: auto;
  }

  .dropdown {
    display: block;
  }

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

  .ebook-text-div {
    padding-left: 0px;
  }

  .blog-image-header {
    height: 200px;
  }

  .blog-container {
    text-align: left;
  }

  .shape.bottom-left {
    bottom: -90px;
    width: 80px;
  }

  .shape.top-right {
    width: 80px;
  }

  .underline {
    display: inline;
  }

  .sign-up-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ds-colour-block {
    width: 25%;
  }

  ._2-grid {
    margin-left: 0px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  ._1-2-grid {
    margin-left: 0px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  ._1-2-5-grid {
    margin-left: 0px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  ._3-grid {
    margin-left: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid {
    margin-left: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid.desk-3.tab-2.mob-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid.desk-3.tab-3.mob-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid.desk-3.tab-3.mob-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-5-1-grid {
    margin-left: 0px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  ._2-1-grid {
    margin-left: 0px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .heading.h1 {
    font-size: 38px;
  }

  .heading.h4 {
    font-size: 18px;
  }

  .integration-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .integration-tabs-menu {
    width: 100%;
    margin-right: 0px;
    -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;
    text-align: center;
  }

  .tab-category {
    width: auto;
    padding: 6px 12px;
    border-bottom-width: 0px;
    border-radius: 8px;
    font-size: 14px;
  }

  .tab-category.w--current {
    background-color: #f1ffca;
  }

  .sticky-sidebar {
    position: static;
  }

  .dropdown-link-box {
    width: 100%;
  }

  .dropdown-arrow {
    position: relative;
    display: inline-block;
    margin-right: 0px;
    margin-left: 6px;
    color: #c3cacf;
  }

  .licenses-grid {
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dropdown-toggle-text {
    display: inline-block;
    margin-left: 18px;
  }

  .overflow-image {
    width: 100%;
  }

  .footer-2 {
    padding: 40px 20px;
  }

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

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  ._12-columns.flex-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .color-block {
    margin-bottom: 20px;
  }

  .column {
    margin-bottom: 0px;
  }

  .column.desk-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column.desk-5 {
    width: 100%;
  }

  .column.desk-3 {
    width: 100%;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .banner-section {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .banner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .banner-text {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tabs-text-boxes {
    max-width: 100%;
    text-align: center;
  }

  .dropdown-list.w--open {
    background-color: #f4f8fa;
  }

  .partner-logo {
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .simple-input {
    width: 100%;
  }

  .ds-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .text-input {
    width: 100%;
  }

  .card.integration {
    padding: 16px;
  }

  .contact-form-container {
    padding: 0px;
  }

  .feature-horizontal {
    width: 100%;
  }

  .text-area {
    width: 100%;
  }

  .answer {
    padding-left: 0px;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .pricing-grid-row {
    grid-column-gap: 0px;
  }

  .nav-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-title {
    font-size: 18px;
  }

  .nav-link.minimal {
    background-color: transparent;
  }

  .banner-link {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sign-in-body {
    display: block;
    padding-top: 80px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }

  .center-card {
    padding: 0px;
    box-shadow: none;
  }

  ._3-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tab-category {
    display: inline-block;
  }

  .integration-title {
    -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;
  }

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

  .overflow-image.extensionimage {
    padding-right: 0px;
  }

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

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

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

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

