:root {
  --green: #3ac63f;
  --grey: #535d66;
  --light-lime: #dcf78f;
  --dark-grey-4: rgba(147, 149, 152, .13);
  --black-2: #333132;
  /*--orange: #fbb040;*/
  --orange: #e21210;
  /*--dark-orange: #f7941d;*/
  --dark-orange: #e92520;
  --light-grey: #a5afb8;
  --soft-green: #9de79e;
  --white: white;
  --dark-grey-2: #939598;
  --black: #101113;
  --light-green: #6ddb6e;
  --hard-green: #09630e;
  --dark-green: #159418;
  --lime: #c4f34d;
  --dark-grey: #2c323a;
  --back-grey: #f4f8fa;
  --hard-lime: #87c700;
  --back-green: #e4fce4;
  --soft-grey: #c3cacf;
  --red: #df1210;
  --orange-2: rgba(251, 176, 64, .15);
  --pale-green: #bafcbb;
  --dark-grey-3: rgba(147, 149, 152, .4);
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

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

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

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

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

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

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

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

p {
  color: #535d66;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.5em;
}

a {
  color: var(--green);
  text-decoration: none;
  transition: background-color .2s;
}

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

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

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

label {
  color: var(--grey);
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 5px solid var(--light-lime);
  color: #535d66;
  margin-bottom: 16px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4em;
}

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

.section {
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.light-grey {
  background-color: var(--dark-grey-4);
  position: relative;
}

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

.section.hero {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero.greyish {
  background-color: #f1f1f1;
}

.section.green {
  background-color: var(--black-2);
  color: #fff;
  display: none;
}

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

.section.no-padding.hide-for-now {
  display: none;
}

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

.section.testimonials, .section.quick-news-update.hide-for-now {
  display: none;
}

.section.dark-bg.but-a-lighter-grey {
  background-color: var(--dark-grey-4);
}

.section.dark-bg.gradient {
  background-image: linear-gradient(to bottom, var(--orange), var(--dark-orange));
}

.section.hide-for-now {
  display: none;
}

.button {
  min-height: 48px;
  border: 2px solid var(--dark-orange);
  background-color: var(--dark-orange);
  text-align: center;
  border-radius: 5px;
  flex: none;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 16px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
}

.button:hover {
  border-color: var(--black-2);
  background-color: var(--black-2);
  color: var(--orange);
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2);
}

.button:active {
  border-color: var(--black-2);
  background-color: var(--black-2);
}

.button.secondary {
  border-width: 2px;
  border-color: #dcf78f #dcf78f #dcf78f var(--light-lime);
  background-color: var(--light-lime);
  box-shadow: none;
  color: var(--green);
  margin-right: 0;
}

.button.secondary:hover {
  color: #29b12e;
  background-color: #c3e75c;
  border-color: #c3e75c;
}

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

.button.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.button.outline {
  max-width: 300px;
  border-color: var(--dark-orange);
  box-shadow: none;
  color: var(--dark-orange);
  background-color: #fff;
  margin-right: 0;
}

.button.outline:hover {
  border-color: var(--black-2);
  background-color: var(--black-2);
  color: var(--dark-orange);
}

.button.outline:active {
  background-color: #159418;
  border-color: #159418;
}

.button.grey {
  border-color: #a5afb8 #a5afb8 #a5afb8 var(--light-grey);
  background-color: var(--light-grey);
  box-shadow: none;
}

.button.grey:hover {
  background-color: #939da8;
  border-color: #939da8;
}

.button.disabled {
  border-color: var(--soft-green);
  background-color: var(--soft-green);
  box-shadow: none;
}

.button.light-button {
  background-color: var(--white);
  color: var(--dark-orange);
}

.button.light-button:hover {
  border-color: var(--black-2);
  background-color: var(--black-2);
}

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

.spacer._64 {
  width: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._64.visible {
  width: 100%;
  background-color: #dcf78f;
  border-radius: 6px;
  margin-bottom: 20px;
}

.spacer._32 {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}

.spacer._32.visible {
  width: 100%;
  background-color: #dcf78f;
  margin-bottom: 20px;
}

.spacer._24 {
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._24.visible {
  width: 100%;
  background-color: #dcf78f;
  border-radius: 6px;
  margin-bottom: 20px;
}

.spacer._48 {
  width: 48px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}

.spacer._48.visible {
  width: 100%;
  background-color: #dcf78f;
  margin-bottom: 20px;
}

.spacer._128 {
  width: 128px;
  height: 128px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._128.visible {
  width: 100%;
  background-color: #dcf78f;
  border-radius: 6px;
  margin-bottom: 20px;
}

.spacer._80 {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._80.visible {
  width: 100%;
  background-color: #dcf78f;
  border-radius: 6px;
  margin-bottom: 20px;
}

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

.spacer._96.visible {
  width: 100%;
  background-color: #dcf78f;
  border-radius: 6px;
  margin-bottom: 20px;
}

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

.spacer._32 {
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._16 {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
}

.spacer._16.visible {
  width: 100%;
  background-color: var(--light-lime);
  border-radius: 5px;
  margin-bottom: 20px;
}

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

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

.text-box.disclaimer {
  max-width: 800px;
}

.text-box.no-max {
  max-width: none;
}

.text-box.no-max.line-below {
  border-bottom: 1px solid #000;
}

.paragraph-small {
  color: var(--dark-grey-2);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph-small.no-margin {
  text-align: left;
  align-self: flex-start;
}

.paragraph-small.no-margin.signup {
  text-align: center;
  align-self: center;
}

.paragraph-small.white-sub-below-text {
  color: #fff;
}

._12-columns {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

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

._12-columns.align-center {
  text-align: center;
  justify-content: center;
}

._12-columns.align-stretch {
  justify-content: flex-start;
  align-items: stretch;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.container {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.container.center-align {
  text-align: center;
  align-items: stretch;
  display: flex;
}

.container.padding-top-50px {
  padding-top: 50px;
}

.color-block {
  width: 100%;
  height: 100px;
  background-color: var(--black);
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.light-green {
  background-color: var(--light-green);
  border-style: none;
}

.color-block.green {
  background-color: var(--green);
}

.color-block.grey {
  background-color: var(--grey);
}

.color-block.light-grey {
  background-color: var(--light-grey);
}

.color-block.hard-green {
  background-color: var(--hard-green);
}

.color-block.dark-green {
  background-color: var(--dark-green);
}

.color-block.lime {
  background-color: var(--lime);
}

.color-block.soft-lime {
  background-color: var(--light-lime);
}

.color-block.dark-grey {
  background-color: var(--dark-grey);
}

.color-block.back-white {
  background-color: var(--back-grey);
  border: 1px solid #e4e4e4;
}

.color-block.hard-lime {
  background-color: var(--hard-lime);
}

.color-block.soft-green {
  background-color: var(--soft-green);
}

.color-block.back-green {
  background-color: var(--back-green);
}

.color-block.soft-grey {
  background-color: var(--soft-grey);
}

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

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

.column {
  min-height: 32px;
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

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

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

.column.desk-12._2-column-layout {
  flex-direction: row;
}

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

.column.desk-6 {
  width: 50%;
  flex: 0 auto;
  align-items: flex-start;
}

.column.desk-6.left-top {
  justify-content: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.column.desk-6.left-top.contact, .column.desk-6.contact {
  width: 100%;
}

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

.column.desk-5.tab-6 {
  justify-content: flex-start;
}

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

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

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

.column.desk-3 {
  width: 25%;
  flex: none;
}

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

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

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

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

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #ced5db;
  margin-bottom: 40px;
}

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

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

.nav-content {
  background-color: #fff;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 16px;
  display: flex;
  position: relative;
}

.nav-cta-button-container {
  align-items: center;
  display: flex;
}

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

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

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

.nav-logo {
  width: 140px;
}

.nav-logo.w--current {
  width: 250px;
}

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

.footer-link {
  color: var(--dark-grey-2);
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
  display: block;
}

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

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

.footer-links-container {
  flex-direction: column;
  margin-bottom: 24px;
  display: flex;
}

.footer {
  z-index: 0;
  position: relative;
}

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

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

.logos-div {
  width: 100%;
  max-width: 1230px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.banner-section {
  background-color: var(--black-2);
  padding-left: 50px;
  padding-right: 50px;
}

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

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

.banner-text {
  color: var(--orange);
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.3em;
  text-decoration: none;
  display: inline;
}

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

.header-large {
  max-width: 800px;
  color: var(--black-2);
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  font-size: 54px;
}

.header-large.video-heading {
  color: #fff;
}

.header-large.centered {
  text-align: center;
}

.header-large.centered.sm-red {
  color: var(--red);
  font-size: 35px;
}

.header-large.no-max {
  max-width: none;
}

.header-large.no-max.smaller {
  margin-left: 0;
  font-size: 30px;
}

.tab-text-boxes {
  height: 80px;
  background-color: rgba(255, 255, 255, 0);
  border-left: 4px solid rgba(0, 0, 0, 0);
  margin-bottom: 12px;
  padding: 22px 25px 9px;
  font-style: normal;
  transition: all .2s;
  overflow: hidden;
}

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

.tab-text-boxes.w--current {
  height: auto;
  border-left-color: var(--dark-orange);
  background-color: var(--orange-2);
}

.tabs-text-boxes {
  width: 41.6667%;
  flex: none;
  padding-left: 18px;
  padding-right: 18px;
}

.tabs-images {
  width: 58.3333%;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
  position: relative;
}

.horizontal-tabs {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: -18px;
  margin-right: -18px;
  display: flex;
}

.nav-dropdown {
  color: #2b343f;
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 30px 5px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .15s;
  position: relative;
}

.nav-dropdown:hover {
  background-color: var(--back-grey);
  opacity: 1;
}

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

.nav-dropdown.hide-for-now {
  display: none;
}

.dropdown-icon {
  margin-right: 12px;
}

.dropdown-list {
  background-color: #4b4141;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  box-shadow: 0 0 12px rgba(0, 0, 0, .05);
}

.partner-logo {
  max-height: 32px;
  max-width: 120px;
}

.paragraph {
  color: #495343;
}

.email-form {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

.simple-input.no-margin::-ms-input-placeholder {
  color: var(--soft-grey);
}

.simple-input.no-margin::placeholder {
  color: var(--soft-grey);
}

.simple-input.no-margin.message {
  height: 150px;
}

.quote-card {
  height: 100%;
  background-color: var(--back-grey);
  text-align: left;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 16px;
  padding: 40px 40px 20px;
  display: flex;
}

.quote-card.light-green {
  border-color: var(--green);
  background-color: var(--light-lime);
}

.quote-card.green {
  background-color: var(--green);
  color: #fff;
}

.quote-card.outline {
  border: 2px solid var(--green);
  background-color: #fff;
}

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

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

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

.regular {
  font-weight: 400;
}

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

.ds-menu {
  width: 100%;
}

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

.ds-menu-link:hover {
  background-color: #fcffed;
}

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

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

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

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

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--green);
}

.form-error {
  color: #444;
  background-color: rgba(255, 51, 51, .1);
  border-radius: 4px;
  margin-top: 24px;
  padding: 16px;
}

.form {
  margin-bottom: 8px;
}

.form.contact.center-full {
  width: 75%;
  margin-left: 0;
  margin-right: auto;
}

.form.contact.center-full._100percent {
  width: 100%;
}

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

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

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

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

.check-box.w--redirected-checked {
  border-color: var(--green);
  background-color: var(--green);
  background-position: 50%;
  background-size: 16px;
}

.ds-content {
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 240px;
  display: flex;
  position: relative;
}

.form-success {
  background-color: var(--light-lime);
  color: #444;
  border-radius: 4px;
  padding: 32px;
  font-size: 16px;
  line-height: 16px;
}

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

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

.ds-title {
  color: #535d66;
  margin-bottom: 8px;
}

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

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

.text-input:focus {
  border-color: var(--green);
}

.text-input::-ms-input-placeholder {
  color: var(--soft-grey);
}

.text-input::placeholder {
  color: var(--soft-grey);
}

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

.card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  margin-bottom: 32px;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(105, 115, 124, .1);
}

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

.card.resource {
  margin-bottom: 0;
}

.card-thumbnail {
  border: 1px solid rgba(0, 0, 0, .11);
  border-radius: 5px 5px 0 0;
}

.card-text-container {
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 25px 25px;
}

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

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

.hero-screenshot {
  margin-bottom: -40px;
}

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

.feature-horizontal {
  align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

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

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

.text-area::-ms-input-placeholder {
  color: var(--soft-grey);
}

.text-area::placeholder {
  color: var(--soft-grey);
}

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

.vertical-tab {
  width: 100%;
}

.tab-link {
  width: 140px;
  opacity: .5;
  color: #444b3d;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #c4c4c4;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 18px;
}

.tab-link.w--current {
  border-bottom-color: var(--green);
  opacity: 1;
  color: var(--green);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
}

.question {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

.questions {
  width: 100%;
}

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

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

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

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

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

.plan-header {
  height: 100%;
  border-right: 1px solid #dfe2e7;
  border-bottom: 3px solid var(--light-lime);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  display: flex;
}

.plan-header.green {
  border-bottom-color: var(--green);
}

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

.small-button {
  text-align: center;
  background-color: #3ac63f;
  border: 1px solid #3ac63f;
  border-radius: 5px;
  flex: none;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 16px;
  padding: 5px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
}

.small-button:hover {
  background-color: #22b125;
  border-color: #22b125;
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2);
}

.small-button:active {
  background-color: #159418;
  border-color: #159418;
}

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

.small-button.secondary:hover {
  color: #29b12e;
  background-color: #c3e75c;
  border-color: #c3e75c;
}

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

.small-button.no-margin {
  margin-right: 0;
}

.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 {
  background-color: rgba(147, 149, 152, .23);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 52px;
  display: flex;
}

.cta-box.about {
  background-color: var(--orange);
}

.nav-container {
  width: 100%;
  max-width: 1300px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.center-image {
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.error-2 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.dropdown-link {
  font-size: 14px;
  font-weight: 500;
}

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

.dropdown-link.w--current {
  color: var(--dark-grey);
}

.dropdown-link.hide-for-now {
  display: none;
}

.card-title {
  color: var(--dark-orange);
  display: block;
}

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

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

.nav-link {
  color: #2b343f;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s;
}

.nav-link:hover {
  background-color: var(--back-grey);
}

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

.nav-link.sign-in {
  color: var(--dark-orange);
}

.nav-link.sign-in.hide-for-now {
  display: none;
}

.nav-link.filled {
  background-color: var(--dark-orange);
  color: #fff;
  box-shadow: 0 1px 38px rgba(0, 0, 0, .03);
}

.nav-link.filled:hover {
  background-color: var(--black-2);
  color: var(--orange);
}

.nav-link.filled:active {
  background-color: var(--black-2);
}

.nav-link.filled.hide-for-now {
  display: none;
}

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

.form-dropdown:hover, .form-dropdown:focus {
  color: #37474e;
}

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

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

.dropdown-code {
  display: block;
}

.field-block {
  z-index: 1;
  min-height: 20px;
  min-width: 50px;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 8px;
  display: flex;
}

.ebook-div {
  align-items: center;
  display: flex;
}

.ebook-text-div {
  width: 80%;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 25px;
}

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

.card-link-text {
  color: var(--dark-orange);
  margin-bottom: 16px;
  font-weight: 700;
  display: block;
}

.above-title {
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

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

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

.error {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.shape {
  position: absolute;
}

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

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

.banner-link {
  color: var(--dark-orange);
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.3em;
  text-decoration: none;
  display: inline;
}

.banner-link:hover {
  color: var(--orange);
  text-decoration: underline;
}

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

.underline {
  border-bottom: 4px solid var(--orange);
  line-height: 1em;
  display: inline-block;
}

.footer-header {
  color: var(--black-2);
}

.sign-in-body {
  background-color: var(--black-2);
  justify-content: center;
  align-items: center;
  padding: 80px 59px;
  display: flex;
}

.sign-in-body.background {
  display: block;
}

.center-card {
  max-width: 500px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 30px rgba(0, 0, 0, .1);
}

.center-card.basic-card {
  width: 100%;
  max-width: 450px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: static;
}

.center-card.full-form {
  width: 100%;
  max-width: none;
}

.sign-up-form {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-container, .logos-container {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.logos-container.center-align {
  text-align: center;
  align-items: center;
  display: flex;
}

.div-block {
  justify-content: center;
  align-items: baseline;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2, .heading {
  align-self: center;
}

.text-span {
  color: var(--green);
}

.paragraph-3 {
  color: var(--dark-grey-2);
  font-weight: 500;
}

.paragraph-3.video-paragraph {
  color: #fff;
}

.video-intro-home {
  min-height: 450px;
}

.video-intro-home.docu {
  min-height: 360px;
}

.video-intro-home.docu.sm {
  min-height: 200px;
}

.text-span-2 {
  color: var(--dark-orange);
}

.paragraph-4 {
  color: var(--dark-grey-2);
  font-size: 16px;
  line-height: 1.4em;
}

.paragraph-4.white {
  color: var(--white);
}

.heading-2 {
  color: var(--dark-orange);
}

.heading-2.white {
  color: var(--white);
  margin-left: 0;
}

.paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
  color: var(--dark-grey-2);
  font-weight: 500;
}

.heading-3 {
  color: var(--orange);
  font-size: 41px;
  line-height: 1.2em;
}

.link, .link-2 {
  color: var(--dark-orange);
}

.heading-4, .heading-5 {
  color: var(--black-2);
}

.div-block-2 {
  height: 50px;
}

.background-video {
  background-image: linear-gradient(rgba(51, 49, 50, .51), rgba(51, 49, 50, .51));
}

.background-video.documentary-collections.smaller {
  height: 300px;
}

.text-span-3 {
  color: var(--dark-orange);
}

.paragraph-10 {
  color: var(--dark-grey-2);
  font-weight: 500;
}

.heading-6 {
  color: var(--black-2);
}

.paragraph-11 {
  color: var(--dark-grey-2);
  font-weight: 500;
}

.service-home-image {
  width: 100%;
  height: 200px;
}

.div-block-3 {
  height: 35px;
}

.background-video-2 {
  height: 180px;
  background-image: url('../images/place-holder.png');
  background-position: 50% 0;
  background-size: cover;
}

.paragraph-12 {
  color: var(--dark-grey-2);
  font-weight: 500;
}

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

.paragraph-12.left.white {
  color: #fff;
}

.paragraph-13 {
  color: var(--dark-grey-2);
  font-weight: 500;
}

.heading-7, .heading-8, .heading-9 {
  color: var(--dark-orange);
}

.heading-10 {
  color: var(--black-2);
}

.heading-10.centered {
  text-align: center;
  line-height: 1.1em;
}

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

.heading-10.left.white-text {
  color: #fff;
  text-align: left;
}

.heading-11 {
  color: var(--black-2);
}

.text-span-4 {
  color: var(--dark-orange);
}

.smaller-contact-info-heading {
  color: var(--dark-orange);
  font-size: 24px;
  line-height: 1.1em;
}

.link-3 {
  color: var(--dark-orange);
}

.div-block-4 {
  width: 50px;
  height: 50px;
}

.link-4 {
  color: var(--dark-orange);
  font-weight: 700;
}

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

.contact {
  margin-bottom: 10px;
}

.link-5 {
  color: var(--dark-orange);
  font-weight: 700;
}

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

.link-6, .link-7 {
  color: var(--dark-orange);
}

.flex-row {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.main-col {
  max-width: 50%;
  flex: 1;
  margin-right: 0;
  padding-right: 50px;
}

.sticky-aside {
  min-width: 45%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image {
  border: 1px solid rgba(0, 0, 0, .13);
}

.text-span-5 {
  color: var(--dark-orange);
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: .25fr;
  display: grid;
}

.padded {
  padding-top: 60px;
}

.text-span-6, .heading-15, .heading-16 {
  color: var(--dark-orange);
}

.paragraph-14, .paragraph-15 {
  color: var(--dark-grey-2);
}

.heading-17 {
  color: var(--dark-orange);
}

.paragraph-16 {
  color: var(--dark-grey-2);
}

.heading-18 {
  color: var(--dark-orange);
}

.paragraph-17 {
  color: var(--dark-grey-2);
}

.heading-19 {
  color: var(--dark-orange);
}

.paragraph-18 {
  color: var(--dark-grey-2);
}

.heading-20 {
  color: var(--dark-orange);
}

.paragraph-19 {
  color: var(--dark-grey-2);
}

.link-8, .link-9 {
  color: var(--dark-orange);
}

.background-video-3 {
  width: 100%;
  height: 400px;
  background-image: url('../images/place-holder.png');
  background-position: 50%;
  background-size: cover;
}

.link-10, .link-11 {
  color: var(--dark-orange);
}

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

.text-span-7 {
  color: var(--dark-orange);
}

.heading-21 {
  color: var(--black-2);
}

.space-50 {
  height: 50px;
}

.space-65 {
  height: 65px;
}

.title-link {
  color: var(--white);
  font-weight: 700;
}

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

.link-12, .link-13, .link-14, .link-15 {
  color: var(--red);
}

._2-col {
  display: flex;
}

.stacked-text-and-input {
  width: 96%;
  margin-right: 7px;
}

.link-16 {
  color: var(--red);
}

.simple-input.full-width {
  width: 100%;
  margin-left: 0;
}

.link-17, .link-18 {
  color: var(--red);
}

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

  .background-video-2 {
    height: 208px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .heading-12, .heading-13, .heading-14 {
    margin-top: 20px;
  }

  .background-video-3 {
    width: 100%;
    height: 475px;
  }
}

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

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

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

  ._12-columns {
    flex-flow: wrap;
  }

  ._12-columns.tablet-center {
    justify-content: center;
  }

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

  .column {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .column.desk-9.tab-10 {
    width: 83.3333%;
  }

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

  .column.desk-3.tab-2 {
    width: 16.6667%;
  }

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

  .column.desk-2.tab-3 {
    width: 25%;
  }

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

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

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

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

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

  .menu-button.w--open {
    color: #096ad0;
    background-color: rgba(0, 0, 0, 0);
  }

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

  .logo-div {
    flex: 0 auto;
  }

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

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

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

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

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

  .header-large.video-heading {
    font-size: 51px;
  }

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

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

  .horizontal-tabs {
    flex-direction: column;
  }

  .nav-dropdown {
    text-align: center;
    background-color: #fff;
    flex: 1;
    padding-right: 15px;
    display: block;
  }

  .dropdown-icon {
    display: none;
  }

  .logo-container {
    width: 33%;
    justify-content: center;
    display: flex;
  }

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

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

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

  .ds-menu {
    z-index: 10;
    background-color: #fff;
    display: block;
    position: absolute;
  }

  .ds-nav {
    width: 100%;
    padding-top: 20px;
    position: relative;
  }

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

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

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

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

  .small-button {
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
  }

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

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

  .horizontal-features {
    flex-wrap: wrap;
    display: block;
  }

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

  .background-video-2 {
    height: 212px;
  }

  .background-video-3 {
    height: 298px;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 16px;
  }

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

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

  .button {
    width: 100%;
  }

  .button.no-margin {
    display: inline;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

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

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

  ._12-columns.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  ._12-columns.tablet-center.mob-swap {
    flex-direction: column-reverse;
  }

  .container.cta {
    width: 90%;
  }

  .column.desk-6, .column.desk-6.tab-8.mob-12, .column.desk-6.tab-7, .column.desk-5, .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, .column.desk-9.tab-10 {
    width: 100%;
  }

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

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

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

  .nav-content {
    height: 100vh;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    overflow: auto;
  }

  .nav-cta-button-container {
    flex-direction: column;
    align-items: stretch;
    margin-top: 20px;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    margin-right: -5px;
    padding: 16px;
  }

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

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

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 48px;
    display: flex;
  }

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

  .banner-section {
    display: none;
  }

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

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

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

  .dropdown-icon {
    display: block;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    text-align: center;
    background-color: #f7f7f7;
    border-style: none;
    position: relative;
  }

  .logo-container {
    width: 50%;
  }

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

  .email-form {
    flex-direction: column;
    align-items: center;
  }

  .simple-input {
    width: 100%;
  }

  .quote-card {
    padding: 40px;
  }

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

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

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

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

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

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

  .card-thumbnail {
    margin-bottom: 0;
  }

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

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

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

  .question-container {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-box {
    padding: 40px;
  }

  .nav-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

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

  .logo {
    width: 120px;
  }

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

  .nav-link.sign-in {
    background-color: var(--orange-2);
    margin-bottom: 12px;
  }

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

  .dropdown {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .ebook-div {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

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

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

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

  .underline {
    display: inline;
  }

  .sign-up-form {
    flex-direction: column;
  }

  .background-video {
    min-height: 550px;
  }

  .background-video-2 {
    height: 291px;
  }

  .heading-12, .heading-13, .heading-14 {
    margin-top: 100px;
  }

  .background-video-3 {
    height: 436px;
  }
}

@media screen and (max-width: 479px) {
  .text-box {
    padding-top: 20px;
  }

  ._12-columns.flex-horizontal {
    flex-direction: row;
  }

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

  .container.cta {
    width: 86%;
  }

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

  .column {
    margin-bottom: 0;
  }

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

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

  .menu-button {
    flex: 0 auto;
    margin-right: -12px;
  }

  .nav-bar {
    position: relative;
  }

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

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

  .banner {
    justify-content: space-between;
  }

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

  .header-large.video-heading {
    font-size: 42px;
    line-height: 1.1em;
  }

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

  .dropdown-list.w--open {
    background-color: var(--back-grey);
  }

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

  .simple-input {
    width: 100%;
  }

  .quote-card {
    padding: 35px;
  }

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

  .text-input {
    width: 100%;
  }

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

  .feature-horizontal, .text-area {
    width: 100%;
  }

  .answer {
    padding-left: 0;
  }

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

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

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

  .nav-link.sign-in {
    background-color: var(--orange-2);
  }

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

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

  .sign-in-body {
    background-color: var(--white);
    align-items: flex-start;
    padding-top: 80px;
    display: block;
  }

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

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

  .background-video {
    min-height: 650px;
  }

  .background-video.trade-finance {
    min-height: 575px;
  }

  .background-video.documentary-collections {
    min-height: 520px;
  }

  .background-video.home {
    min-height: 675px;
  }

  .background-video-2 {
    height: 211px;
  }

  .heading-12, .heading-13 {
    margin-top: 20px;
  }

  .heading-14 {
    margin-top: 20px;
    line-height: 1.4em;
  }

  .background-video-3 {
    height: 302px;
  }
}


