.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

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

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

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

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

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

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

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: HelveticaNowDisplay, sans-serif;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #3c3c3c;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #3c3c3c;
  font-size: 24px;
  line-height: 34px;
}

a {
  color: #3c3c3c;
  text-decoration: underline;
}

a:hover {
  color: #7725ff;
}

li {
  color: #3c3c3c;
  font-size: 24px;
  line-height: 34px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #3c3c3c;
  font-size: 18px;
  line-height: 24px;
}

.body {
  background-clip: content-box;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.navigation-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  padding-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00135b;
}

.navigation-bottom {
  display: none;
  overflow: hidden;
  width: 100%;
  height: 0px;
  max-width: 100vw;
  min-width: 100vw;
  padding-right: 250px;
  padding-left: 250px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #00135b;
}

.nav-logo-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.nav-logo {
  /*width: 194px;*/
  /*height: 26px;*/
  width: 230px;
  height: 50px;
  color: #fff;
  background-clip: padding-box;
}

.nav-cta-green-outline {
  display: none;
}
.nav-cta-green-outline, .nav-cta-green-outline-no-hide {
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 3px;
  border-color: #5cffd4;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #5cffd4;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-cta-green-outline:hover, .nav-cta-green-outline-no-hide:hover {
  background-color: #5cffd4;
  color: #00135b;
}

.nav-links-w {
  display: none;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.nav-link:hover {
  color: #5cffd4;
}

.nav-link-inner-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-secondary {
  margin-bottom: 30px;
  opacity: 0.75;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.nav-link-secondary:hover {
  color: #5cffd4;
}

.nav-link-inner-w .nav-link-products-w {
  align-items: center;
}

.nav-link-inner-w .nav-link-resources-w {
  margin-left: 0;
  align-items: center;
}

.nav-link-inner-w .nav-link-contact-w {
  align-items: center;
}

.nav-link-resources-w .nav-link-noclick {
  cursor: context-menu;
}

.navigation-bottom-inner-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 0 90px 0 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #00135b;
}

.navigation-bottom-inner-w .nav-link-inner-w {
  align-items: center;
}

.navigation-bottom-inner-w .nav-link-inner-w .nav-link-products-w {
  align-items: center;
}

.navigation-bottom-inner-w .nav-link-inner-w .nav-link-resources-w {
  align-items: center;
}

.navigation-bottom-inner-w .nav-link-inner-w .nav-link-resources-w .nav-link-secondary {
  text-align: center;
}

.navigation-bottom-inner-w .nav-link-inner-w .nav-link-contact-w {
  align-items: center;
}
.burger-w {
  display: block;
  cursor: pointer;
}

.burger-line {
  width: 40px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #5cffd4;
}

.burger-line-last {
  width: 40px;
  height: 3px;
  background-color: #5cffd4;
}

.navigation-mobile {
  position: fixed;
  left: 100%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #5cffd4;
}

.nav-mobile-x-w {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -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;
  cursor: pointer;
  z-index: 999;
}

.nav-mobile-x {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #00135b;
  font-size: 70px;
  line-height: 50px;
  font-weight: 200;
}

.nav-mobile-links-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 60px;
  overflow-y: auto;
  -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;
}

.nav-mobile-link {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #00135b;
  font-size: 5vw;
  line-height: 6vw;
  text-decoration: none;
}

.nav-mobile-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.nav-mobile-link.w--current {
  color: #00135b;
  text-decoration: underline;
}

.nav-mobile-link-last {
  margin-top: 20px;
  margin-bottom: 60px;
  color: #00135b;
  font-size: 5vw;
  line-height: 6vw;
  text-decoration: none;
}

.nav-mobile-link-last:hover {
  color: #00135b;
  text-decoration: underline;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00135b;
}

.footer-logo {
  width: 220px;
  height: 68px;
  color: #fff;
}

.footer-social-w {
  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;
}

.footer-newsletter-form {
  min-width: 315px;
}

.footer-newsletter-form-w {
  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;
  border-bottom: 1px solid #fff;
}

.footer-newsletter-form-field-text {
  height: 40px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
  background-color: transparent;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
}

.footer-newsletter-form-field-text::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.75);
}

.footer-newsletter-form-field-text:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.75);
}

.footer-newsletter-form-field-text::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.75);
}

.footer-newsletter-form-field-text::placeholder {
  color: hsla(0, 0%, 100%, 0.75);
}

.footer-newsletter-form-submit {
  width: 40px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 20px;
  font-weight: 100;
}

.footer-links-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.footer-link {
  margin-bottom: 20px;
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

.footer-50-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.footer-50-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.footer-cta-green-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 3px;
  border-color: #5cffd4;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #5cffd4;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-cta-green-outline:hover {
  background-color: #5cffd4;
  color: #00135b;
}

.footer-cta-green-outline.w--current {
  margin-top: 10px;
}

.footer-copyright {
  margin-bottom: 20px;
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.footer-social-icon {
  margin-right: 0px;
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
}

.footer-social-icon:hover {
  opacity: 1;
}

.nav-mobile-cta-blue-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 3px;
  border-color: #00135b;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #00135b;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-mobile-cta-blue-outline:hover {
  background-color: #00135b;
  color: #5cffd4;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  padding: 5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7725ff;
}

.streamline_banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /*height: 65vh;*/
  padding: 5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7725ff;
}

.homepage-banner-cta {
  margin-top: 50px;
}

.home-banner-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h1 {
  font-family: HelveticaNowDisplay, sans-serif;
  color: #fff;
  font-size: 6vw;
  line-height: 9vw;
  font-weight: 500;
}

.home-banner-header-w-02 {
  overflow: hidden;
}

.home-banner-header-w-03 {
  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;
}

.h1-rotate-01 {
  font-family: HelveticaNowDisplay, sans-serif;
  color: #fff;
  font-size: 9vw;
  line-height: 12vw;
  font-weight: 500;
}

.home-banner-text-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-bottom: 1vw;
  -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;
}

.home-banner-inner-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cta-green-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 7vw;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 5px;
  border-color: #5cffd4;
  border-radius: 4vw;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #5cffd4;
  font-size: 1.8vw;
  line-height: 1.8vw;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta-green-outline:hover {
  background-color: #5cffd4;
  color: #00135b;
}

.home-banner-p {
  max-width: 300px;
  margin-bottom: 0vw;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}

.h1-rotate-02 {
  font-family: HelveticaNowDisplay, sans-serif;
  color: #fff;
  font-size: 9vw;
  line-height: 12vw;
  font-weight: 500;
}

.home-banner-header-overflow-01 {
  overflow: visible;
  height: 12vw;
}

.home-banner-header-overflow-02 {
  overflow: hidden;
  height: 12vw;
}

.home-banner-p-w {
  overflow: hidden;
  margin-bottom: 3vw;
}

.home-banner-cta-green-outline-w {
  overflow: hidden;
}

.home-intro {
  padding: 220px 5vw;
}

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

._50-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.home-intro-image {
  width: 100%;
  border-radius: 0px;
}

.home-intro-text-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 5vw;
  -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;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: HelveticaNowDisplay, sans-serif;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
}

.anchor-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.anchor-text {
  font-family: HelveticaNowDisplay, sans-serif;
  color: #7725ff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.anchor-arrow {
  width: 30px;
  height: 30px;
  margin-top: 20px;
  text-decoration: none;
}

.home-products {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #00135b;
}

.home-product-w-01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  overflow: hidden;
  width: 15vw;
  height: 100%;
  background-color: #00135b;
  cursor: pointer;
}

.home-product-w-02 {
  position: absolute;
  left: 15vw;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  overflow: hidden;
  width: 15vw;
  height: 100%;
  background-color: #33427b;
  cursor: pointer;
}

.home-product-w-03 {
  position: absolute;
  left: 30vw;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 15vw;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #66719c;
  cursor: pointer;
}

.home-products-overview {
  position: absolute;
  left: 45vw;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 55vw;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-sub-banner-text-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #fff;
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: 400;
}

.signals-sub-banner-text-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #fff;
  font-weight: 400;
}

.p {
  font-family: HelveticaNowDisplay, sans-serif;
  color: #3c3c3c;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.p-white {
  font-family: HelveticaNowDisplay, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.home-product-title-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  height: 100%;
  min-width: 15vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-product-title-icon {
  width: 50%;
  max-width: 120px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.home-product-title-text {
  width: 50%;
  max-width: 120px;
}

.home-product-text-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
  min-width: 480px;
  padding: 120px 5vw 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-product-text-top-w {
  margin-bottom: 30px;
}

.text-link-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.home-product-text-overview-w {
  margin-bottom: 40px;
}

.text-link-text-white {
  font-family: HelveticaNowDisplay, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

.text-link-arrow-white {
  margin-left: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 100;
}

.home-product-image-w {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-product-image {
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.15);
}

.home-products-arrow-back-white {
  position: absolute;
  left: auto;
  top: 5vw;
  right: 5vw;
  bottom: auto;
  z-index: 500;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.home-product-inner-w {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  min-height: 100%;
  min-width: 100vw;
}

.home-products-overview-text-w {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 500px;
  padding: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-benefits {
  padding: 220px 5vw;
}

.home-benefits-text-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 5vw;
  -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;
}

.section-header {
  margin-bottom: 20px;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #3c3c3c;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.accordion-w {
  width: 100%;
}

.accordion {
  width: 100%;
}

.accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -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 #3c3c3c;
}

.accordion-toggle.w--open {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-dropdown {
  position: static;
  display: block;
  overflow: hidden;
  height: 0px;
  background-color: transparent;
}

.accordion-dropdown.w--open {
  position: static;
  overflow: hidden;
  height: auto;
  background-color: transparent;
}

.accordion-dropdown-p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #3c3c3c;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.accordion-arrow {
  width: 20px;
  height: 20px;
}
.accordion-w .w--open .accordion-arrow {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(180deg) skew(0, 0) !important;
}

.home-benefits-image-w {
  position: relative;
  width: 100%;
}

.home-benefits-image-01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 100%;
  border-radius: 5px;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.15);
  opacity: 1;
}

.home-accordion-01 {
  width: 100%;
}

.home-accordion-02 {
  width: 100%;
}

.home-accordion-03 {
  width: 100%;
}

.home-accordion-04 {
  width: 100%;
}

.home-benefits-image-02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 4;
  width: 100%;
  border-radius: 5px;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
}

.home-benefits-image-03 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: 100%;
  border-radius: 5px;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
}

.home-benefits-image-04 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  border-radius: 5px;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
}

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

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

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

.home-news-text-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 960px;
  min-height: 400px;
  padding: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #eee;
}

.home-news-text-top-w {
  max-width: 400px;
}

.home-news-tile-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.home-news-tile-01-w {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 35vw;
  max-height: 560px;
  min-height: 420px;
  padding: 5vw 2.5vw 2.5vw;
  background-color: #eee;
  text-decoration: none;
}

.home-news-tile-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.home-news-tile-02-w {
  width: 100%;
  height: 30vw;
  max-height: 400px;
  min-height: 300px;
  padding: 5vw 2.5vw 2.5vw;
  background-color: #5cffd4;
  text-decoration: none;
}

.home-news-tile-03-w {
  width: 100%;
  height: 30vw;
  max-height: 400px;
  min-height: 300px;
  padding: 5vw 2.5vw 2.5vw;
  background-color: #7725ff;
  text-decoration: none;
}

.home-news-tile-04-w {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 35vw;
  max-height: 560px;
  min-height: 420px;
  padding: 5vw 2.5vw 2.5vw;
  background-color: #eee;
  text-decoration: none;
}

.home-news-tile-text-w {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.arrow-circle-right {
  width: 20px;
  height: 20px;
  color: #3c3c3c;
}

.section-header-white {
  margin-bottom: 30px;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-news-bg-image-01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 101%;
  min-height: 100%;
}

.home-news-bg-image-02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 101%;
  min-height: 100%;
}

.demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 220px 5vw 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #3c3c3c;
  font-size: 6vw;
  line-height: 8vw;
  font-weight: 500;
}

.demo-text-w {
  max-width: 58vw;
}

.demo-cta-w {
  padding-top: 2vw;
  padding-bottom: 1vw;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.cta-purple-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 7vw;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 5px;
  border-color: #7725ff;
  border-radius: 4vw;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #7725ff;
  font-size: 1.8vw;
  line-height: 1.8vw;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta-purple-outline:hover {
  background-color: #7725ff;
  color: #fff;
}

.home-benefits-accordion-w {
  margin-top: 30px;
}

.home-products-d {
  position: relative;
  display: block;
  width: 100%;
  height: 90vh;
  min-height: 60vw;
}

.pattern {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.pattern-video {
  width: 100%;
  height: 25vw;
}

.home-products-m {
  display: none;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 0px;
}

.home-products-m-h4-w {
  margin-bottom: 30px;
}

.home-products-m-text-w {
  padding-right: 5vw;
  padding-left: 5vw;
}

.home-products-m-accordion-w {
  width: 100%;
  margin-top: 60px;
}

.home-products-m-accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.home-products-m-accordion-toggle.w--open {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h3-white {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #fff;
  font-size: 6vw;
  line-height: 8vw;
  font-weight: 500;
}

.home-product-title-icon-m {
  width: 6vw;
  max-width: 120px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.home-products-m-accordion-03-w {
  background-color: #66719c;
}

.home-products-m-accordion-01-w {
  background-color: #00135b;
}

.products-banner-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h1-d {
  font-family: HelveticaNowDisplay, sans-serif;
  color: #fff;
  font-size: 8vw;
  line-height: 10vw;
  font-weight: 500;
}

.h1-m {
  display: none;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #fff;
  font-size: 8vw;
  line-height: 10vw;
  font-weight: 500;
}

.products-intro {
  padding: 220px 5vw;
}

.products-intro-image {
  width: 100%;
  border-radius: 10px;
  box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.15);
}

.products-intro-text-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 5vw;
  -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;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.products-products {
  padding: 220px 5vw 1px;
  background-color: #00135b;
}

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

._40-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

._60-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.news-cta-grey-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 3px;
  border-color: #3c3c3c;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.news-cta-grey-outline:hover {
  background-color: #3c3c3c;
  color: #fff;
}

.cta-green-outline-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 3px;
  border-color: #5cffd4;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #5cffd4;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta-green-outline-small:hover {
  background-color: #5cffd4;
  color: #00135b;
}

.products-product-h3-w {
  margin-top: 40px;
  margin-bottom: 10px;
}

.products-product-icon {
  width: 6vw;
}

.products-product-image {
  width: 100%;
  max-width: 1000px;
  border-radius: 10px;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.15);
}

.products-product-image.no-shadow {
  box-shadow: none;
}

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

.products-product-text-right-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.products-product-text-left-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.margin-b-220 {
  margin-bottom: 220px;
}

.margin-b-220-mobile-60 {
  margin-bottom: 220px;
}

.products-usecases {
  padding: 220px 5vw;
}

.products-usecases-image {
  border-radius: 10px;
}

.products-usecases-text-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 5vw;
  -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;
}

.products-usecases-usecase-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 0px;
  -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 #3c3c3c;
  text-decoration: none;
}

.products-usecases-usecase-w.w--open {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-usecases-list-w {
  width: 100%;
  margin-top: 30px;
}

.list-number {
  padding-left: 20px;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #3c3c3c;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.about-banner-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-intro {
  padding: 220px 5vw;
}

.about-intro-image {
  width: 100%;
}

.about-intro-image-w {
  overflow: hidden;
  border-radius: 10px;
  background-color: #5cffd4;
}

.about-values {
  padding: 220px 5vw;
  background-color: #00135b;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

.about-value-inner-w {
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  flex-direction: row;
  align-items: flex-start;
  border-bottom: 1px solid #fff;
}

.about-value-text-w {
  display: flex;
  width: 100%;
  padding-right: 5vw;
  flex-direction: column;
  align-items: flex-start;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.list-number-white {
  padding-left: 20px;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  align-self: flex-end;
}

.about-value-w {
  display: flex;
  width: 100%;
  padding-right: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-end;
}

.about-values-row {
  margin-bottom: 60px;
}

.about-join {
  display: block;
  padding: 0px 5vw 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about-join-text-w {
  max-width: 58vw;
}

.about-join-cta-w {
  padding-bottom: 1vw;
}

.about-join-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about-join-top {
  margin-bottom: 220px;
}

.about-gallery {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-gallery-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-gallery-image {
  width: 28vw;
  margin-right: 1vw;
  margin-left: 1vw;
}

.contact-banner-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-intro {
  padding: 220px 5vw;
}

.contact-subscription-text-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.contact-subscription-image-w {
  overflow: hidden;
  border-radius: 10px;
  background-color: #5cffd4;
}

.contact-subscription-image {
  width: 100%;
  border-radius: 10px;
}

.contact-form {
  padding: 220px 5vw;
  background-color: #eee;
}

.contact-form-text-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.contact-form-w {
  width: 100%;
}

.form-field-text {
  width: 100%;
  height: 50px;
  padding-right: 17px;
  padding-left: 17px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2dddd;
  border-radius: 25px;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 16px;
}

.form-submit-button {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: #7725ff;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.form-phone-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-field-phone-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e2dddd;
  border-radius: 25px;
  background-color: #fff;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 16px;
}

.form-field-phone-1-text {
  color: rgba(60, 60, 60, 0.6);
}

.form-field-longtext {
  width: 100%;
  height: 120px;
  min-height: 120px;
  padding: 17px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2dddd;
  border-radius: 25px;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 26px;
}

.success-message {
  padding: 5vw;
  border-radius: 25px;
  background-color: #5cffd4;
}

.success-message-text {
  font-family: HelveticaNowDisplay, sans-serif;
  color: #00135b;
  font-size: 24px;
  line-height: 34px;
}

.error-message {
  padding: 17px 20px;
  border-radius: 25px;
  background-color: #ff5c5f;
}

.error-message-text {
  font-family: HelveticaNowDisplay, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.product-sub-banner-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-sub-banner-icon {
  width: 8vw;
}

.product-sub-banner-text-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product-sub-banner-text-p-w {
  max-width: 40vw;
  margin-bottom: 1vw;
}

.form-field-dropdown {
  overflow: hidden;
  width: 100%;
  height: 50px;
  padding-right: 17px;
  padding-left: 17px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2dddd;
  border-radius: 25px;
  background-color: #fff;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 16px;
}

.product-intro {
  padding: 220px 5vw;
}

.product-features {
  padding: 220px 5vw 1px;
  background-color: #00135b;
}

.product-features-feature {
  margin-bottom: 220px;
}

.product-features-feature-header-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.product-features-feature-p-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 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;
}

.product-features-feature-image {
  width: 100%;
  border-radius: 10px;
}

.product-features-feature-image-w {
  overflow: hidden;
  width: 100%;
  margin-top: 120px;
  border-radius: 10px;
  background-color: #7725ff;
}

.product-usecases {
  padding: 220px 5vw;
}

.product-usecases-image-w {
  position: relative;
  width: 100%;
}

.product-usecases-image-01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 100%;
  border-radius: 5px;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.15);
  opacity: 1;
}

.product-usecases-image-02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 4;
  width: 100%;
  border-radius: 5px;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
}

.product-usecases-image-03 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: 100%;
  border-radius: 5px;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
}

.product-usecases-accordion-w {
  margin-top: 30px;
}

.product-usecases-text-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 5vw;
  -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;
}

.product-usecases-accordion-01 {
  width: 100%;
}

.accordion-toggle-p-w {
  width: 80%;
  max-width: 80%;
  white-space: normal;
}

.product-usecases-header-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60vw;
  margin-bottom: 120px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-usecases-header-icon {
  width: 6vw;
  margin-top: 1vw;
  margin-right: 3vw;
}

._25252525-w {
  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;
}

._25-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.how-it-works-text-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.how-it-works-image {
  height: 60px;
  margin-bottom: 30px;
  opacity: 0.8;
}

.navigation-mobile-video {
  display: none;
  width: 100%;
  height: 100%;
}

.legal-w {
  padding: 280px 5vw 220px;
}

.legal-h3-w {
  margin-bottom: 60px;
}

.news-featured {
  display: none;
  margin-top: 75px;
}

.news-tile-01-w {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 40vw;
  padding: 5vw 2.5vw 2.5vw;
  background-color: #eee;
  text-decoration: none;
}

.news-tile-text-w {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-bg-image-01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.news-tile-00-w {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 5vw 2.5vw 2.5vw;
  background-color: #eee;
  text-decoration: none;
}

.news-bg-image-00 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  min-height: 100%;
  opacity: 0.5;
}

.news-list {
  display: block;
  padding: 220px 5vw;
}

.news-list-item-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8vw;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 3px solid #3c3c3c;
  text-decoration: none;
}

.news-list-item-text-w {
  width: 80%;
}

.news-list-item-image {
  width: 30px;
}

.link-arrow {
  width: 20px;
}

.product-features-feature-text-left-w {
  padding-right: 5vw;
}

.product-features-feature-text-right-w {
  padding-left: 5vw;
}

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

.form-field-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-field-radio-button {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #b1aeae;
  background-color: #fff;
}

.form-field-radio-button.w--redirected-checked {
  border-width: 3px;
  border-color: #fff;
  background-color: #7725ff;
  box-shadow: 0 0 0 1px #b1aeae;
}

.form-field-radio-text {
  margin-bottom: 0px;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 24px;
}

.home-product-title-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #fff;
  font-size: 6vw;
  line-height: 8vw;
  font-weight: 500;
}

.home-benefits-image-01-m {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: none;
  width: 100%;
  border-radius: 5px;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.15);
  opacity: 1;
}

.home-benefits-image-02-m {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 4;
  display: none;
  width: 100%;
  border-radius: 5px;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
}

.home-benefits-image-03-m {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: none;
  width: 100%;
  border-radius: 5px;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
}

.home-benefits-image-04-m {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 100%;
  border-radius: 5px;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
}

.nav-mobile-link-secondary {
  margin-bottom: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #00135b;
  font-size: 3vw;
  line-height: 3vw;
  text-decoration: none;
}

.nav-mobile-link-secondary:hover {
  opacity: 1;
  text-decoration: underline;
}

.nav-mobile-link-secondary.w--current {
  text-decoration: underline;
}

.nav-mobile-accordion {
  width: 100%;
}

.nav-mobile-accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-mobile-accordion-toggle.w--open {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-mobile-secondary-w {
  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;
}

.nav-mobile-text {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #00135b;
  font-size: 5vw;
  line-height: 6vw;
  text-decoration: none;
}

.nav-mobile-text:hover {
  opacity: 1;
  text-decoration: none;
}

.nav-mobile-text.w--current {
  text-decoration: underline;
}

.nav-mobile-arrow {
  width: 2vw;
  margin-left: 3vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.demo-double-cta-w {
  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;
}

.demo-text-p-w {
  max-width: 600px;
  margin-top: 30px;
}

.form-field-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-field-checkbox-box {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #b1aeae;
  background-color: #fff;
}

.form-field-checkbox-text {
  font-family: HelveticaNowDisplay, sans-serif;
  color: #3c3c3c;
  font-size: 15px;
  line-height: 24px;
}

.scroller-w {
  overflow: hidden;
  width: 100%;
  border-style: solid;
  border-width: 5px;
  border-color: #99a0bd;
  border-radius: 10px;
  background-color: #99a0bd;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.15);
}

.scroller-ui-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 30px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroller-ui-elements-dot {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 20px;
  background-color: #fff;
}

.scroller-image-w {
  overflow: hidden;
  height: 30vw;
}

.form-name-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-field-text-firstname {
  width: 100%;
  height: 50px;
  margin-right: 10px;
  padding-right: 17px;
  padding-left: 17px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2dddd;
  border-radius: 25px;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 16px;
}

.form-field-text-lastname {
  width: 100%;
  height: 50px;
  padding-right: 17px;
  padding-left: 17px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2dddd;
  border-radius: 25px;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 16px;
}

._50-top-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.products-usecases-image-w {
  background-color: #5cffd4;
}

.about-collage-image {
  width: 100%;
}

.about-collage-column-w {
  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;
}

.about-collage-image-w {
  padding: 0.5vw;
}

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

.about-collage-50-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

._50-w-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.about-collage-image-last-w {
  padding: 0.5vw;
}

.news-news {
  margin-top: 75px;
}

.footer-social-link-w {
  margin-right: 30px;
}

.newsletter-error {
  background-color: #ff5c5f;
}

.newsletter-error-text {
  color: #fff;
}

.arrow-circle-right-white {
  width: 20px;
  height: 20px;
  color: #fff;
}

.nav-link-noclick {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.nav-link-noclick:hover {
  color: #5cffd4;
}

@media screen and (min-width: 1280px) {
  .navigation-bottom {
    display: block;
    height: 0px;
    max-width: 100vw;
  }
  .nav-cta-green-outline, .nav-cta-green-outline-no-hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-links-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-link.w--current {
    text-decoration: underline;
  }
  .nav-link-inner-w {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-link-secondary {
    text-align: left;
  }
  .nav-link-secondary.w--current {
    text-decoration: underline;
  }
  .burger-w {
    display: none;
  }
  .navigation-mobile {
    display: none;
  }
  .home-banner-w {
    -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;
  }
  .home-banner-header-w-03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .home-banner-text-w {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .home-banner-inner-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cta-green-outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 60px;
    padding-left: 60px;
  }
  .home-banner-header-overflow-01 {
    overflow: hidden;
  }
  .home-banner-header-overflow-02 {
    overflow: hidden;
  }
  .home-intro-image {
    border-radius: 10px;
  }
  .h4 {
    font-size: 60px;
    line-height: 80px;
  }
  .p {
    font-size: 24px;
    line-height: 34px;
  }
  .p-white {
    font-size: 24px;
    line-height: 34px;
  }
  .home-product-text-w {
    min-width: 600px;
  }
  .home-products-overview-text-w {
    max-width: 700px;
  }
  .cta-purple-outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 60px;
    padding-left: 60px;
  }
  .home-products-d {
    min-height: 50vw;
  }
  .products-banner-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .h1-d {
    line-height: 10vw;
  }
  .h1-m {
    line-height: 10vw;
  }
  .about-banner-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .about-intro-image-w {
    overflow: hidden;
    background-color: #5cffd4;
  }
  .contact-banner-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contact-subscription-image-w {
    overflow: hidden;
    background-color: #5cffd4;
  }
  .product-sub-banner-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product-sub-banner-text-p-w {
    max-width: 40vw;
  }
  .news-featured {
    display: none;
  }
  .news-list {
    display: block;
  }
  .news-list-item-w {
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
  }
  .news-list-item-w:hover {
    border-bottom-color: #5cffd4;
  }
  .nav-link-products-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* width: 110px; */
    -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;
  }
  .nav-link-resources-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    margin-left: 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;
  }
  .nav-link-contact-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    -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;
  }
  .form-field-dropdown-w {
    position: relative;
  }
  .form-name-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .form-field-text-firstname {
    margin-right: 10px;
  }
  .news-news {
    margin-top: 75px;
  }
  .nav-link-noclick:hover {
    color: #fff;
  }
  .nav-link-noclick.w--current {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1280px) {
  .home-news-tile-02-w {
    height: 50vw;
  }
  .home-news-tile-03-w {
    height: 50vw;
  }
  .home-news-tile-01-w {
    min-height: 400px;
  }
  .home-news-tile-04-w {
    min-height: 400px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-bottom {
    display: none;
  }
  .nav-cta-green-outline {
    display: none;
  }
  .nav-links-w {
    display: none;
  }
  .burger-w {
    display: block;
    cursor: pointer;
  }
  .navigation-mobile {
    display: block;
  }
  .nav-mobile-x-w {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2001;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    height: 75px;
    -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;
    cursor: pointer;
  }
  .nav-mobile-x {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #00135b;
    font-size: 60px;
    line-height: 40px;
  }
  .nav-mobile-links-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px;
    height: 100vh;
    overflow-y: scroll;
    -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;
  }
  .nav-mobile-link {
    margin-bottom: 30px;
    font-family: HelveticaNowDisplay, sans-serif;
    color: #00135b;
    font-size: 10vw;
    line-height: 12vw;
    font-weight: 400;
    text-decoration: none;
  }
  .nav-mobile-link.w--current {
    margin-bottom: 20px;
  }
  .nav-mobile-link-last {
    margin-bottom: 60px;
    font-family: HelveticaNowDisplay, sans-serif;
    color: #00135b;
    font-size: 10vw;
    line-height: 12vw;
    font-weight: 400;
    text-decoration: none;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-social-w {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .footer-newsletter-w {
    width: 100%;
  }
  .footer-newsletter-form {
    width: 100%;
  }
  .footer-50-left {
    width: 100%;
    margin-bottom: 60px;
  }
  .footer-50-right {
    width: 100%;
  }
  .footer-cta-green-outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-mobile-cta-blue-outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .banner {
    height: auto;
    /*min-height: 90vh;*/
    padding: 10vw;
  }
  .h1 {
    font-size: 14vw;
    line-height: 18vw;
  }
  .h1-rotate-01 {
    font-size: 14vw;
    line-height: 18vw;
  }
  .home-banner-text-w {
    margin-top: 60px;
    padding-bottom: 0vw;
  }
  .home-banner-inner-w {
    -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;
  }
  .cta-green-outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding-right: 60px;
    padding-left: 60px;
    border-radius: 50px;
    font-size: 24px;
    line-height: 24px;
  }
  .home-banner-p {
    max-width: 330px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
  }
  .h1-rotate-02 {
    font-size: 14vw;
    line-height: 18vw;
  }
  .home-banner-header-overflow-01 {
    height: 18vw;
  }
  .home-banner-header-overflow-02 {
    height: 18vw;
  }
  .home-banner-p-w {
    margin-bottom: 60px;
  }
  .home-intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  ._5050-w {
    -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;
  }
  ._50-w {
    width: 100%;
  }
  .home-intro-text-w {
    padding-top: 5vw;
    padding-left: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .h4 {
    font-size: 30px;
    line-height: 50px;
  }
  .anchor-w {
    margin-top: 30px;
  }
  .product-sub-banner-text-h4 {
    font-size: 30px;
    line-height: 50px;
  }
  .home-product-text-bottom-w {
    margin-bottom: 30px;
  }
  .home-product-image {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .home-benefits {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .home-benefits-text-w {
    padding-top: 5vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .section-header {
    font-size: 18px;
    line-height: 18px;
  }
  .home-benefits-image-w {
    display: none;
    margin-top: 60px;
  }
  .home-news-text-w {
    min-height: 0px;
    padding: 60px 5vw;
  }
  .home-news-text-top-w {
    margin-bottom: 30px;
  }
  .home-news-tile-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-news-tile-01-w {
    height: 40vw;
    padding-right: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
  }
  .home-news-tile-column {
    width: 100%;
  }
  .home-news-tile-02-w {
    height: 40vw;
    padding-right: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
  }
  .home-news-tile-03-w {
    height: 40vw;
    padding-right: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
  }
  .home-news-tile-04-w {
    padding-right: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
  }
  .section-header-white {
    font-size: 18px;
    line-height: 18px;
  }
  .home-news-bg-image-01 {
    height: auto;
  }
  .home-news-bg-image-02 {
    height: auto;
  }
  .demo {
    -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;
  }
  .h3 {
    font-size: 9vw;
    line-height: 11vw;
  }
  .demo-text-w {
    max-width: none;
  }
  .demo-cta-w {
    margin-top: 30px;
    padding-bottom: 0vw;
  }
  .cta-purple-outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding-right: 60px;
    padding-left: 60px;
    border-radius: 50px;
    font-size: 24px;
    line-height: 24px;
  }
  .home-products-d {
    display: none;
  }
  .home-products-m {
    display: block;
  }
  .h3-white {
    font-size: 9vw;
    line-height: 11vw;
  }
  .home-product-title-icon-m {
    width: 9vw;
  }
  .home-products-m-accordion-02-w {
    padding-right: 5vw;
    padding-left: 5vw;
    background-color: #33427b;
  }
  .home-products-m-accordion-03-w {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .home-products-m-accordion-01-w {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .home-products-m-image {
    margin-bottom: 30px;
  }
  .h1-d {
    display: none;
    font-size: 12vw;
    line-height: 15vw;
  }
  .h1-m {
    display: block;
    font-size: 12vw;
    line-height: 15vw;
  }
  .products-intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .products-intro-text-w {
    padding-top: 5vw;
    padding-left: 0vw;
  }
  .products-products {
    padding-top: 120px;
    padding-bottom: 1px;
  }
  ._4060-w {
    -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;
  }
  ._40-w {
    width: 100%;
  }
  ._60-w {
    width: 100%;
  }
  .news-cta-grey-outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cta-green-outline-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .products-product-icon {
    width: 9vw;
  }
  ._6040-w {
    -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: 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;
  }
  .products-product-text-right-w {
    margin-bottom: 30px;
    padding-left: 0vw;
  }
  .products-product-text-left-w {
    margin-bottom: 30px;
    padding-right: 0vw;
  }
  .margin-b-220 {
    margin-bottom: 120px;
  }
  .margin-b-220-mobile-60 {
    margin-bottom: 60px;
  }
  .products-usecases {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .products-usecases-text-w {
    padding-top: 5vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .about-intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .about-values {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .about-value-w {
    margin-bottom: 60px;
    padding-right: 0vw;
  }
  .about-values-row {
    margin-bottom: 0px;
  }
  .about-join {
    -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;
  }
  .about-join-text-w {
    max-width: none;
  }
  .about-join-cta-w {
    margin-top: 30px;
    padding-bottom: 0vw;
  }
  .about-gallery-image {
    width: 40vw;
    margin-left: 1vw;
  }
  .contact-intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .contact-subscription-text-w {
    padding-top: 5vw;
    padding-left: 0vw;
  }
  .contact-form {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .contact-form-text-w {
    margin-bottom: 60px;
    padding-top: 5vw;
    padding-left: 0vw;
  }
  .product-sub-banner-w {
    /*-webkit-box-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*height: 65vh;*/
    padding-top: 8vh;
    padding-bottom: 8vh;
    margin: 150px auto;
  }
  .product-sub-banner-icon {
    margin-bottom: 60px;
  }
  .product-sub-banner-text-w {
    -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;
  }
  .product-sub-banner-text-p-w {
    max-width: 60vw;
    margin-top: 30px;
    margin-bottom: 0vw;
  }
  .product-intro {
    padding-top: 120px;
    padding-bottom: 0px;
  }
  .product-features {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .product-features-feature {
    margin-bottom: 120px;
  }
  .product-features-feature-p-w {
    margin-top: 30px;
    padding-top: 0vw;
  }
  .product-features-feature-image-w {
    margin-top: 60px;
  }
  .product-usecases {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .product-usecases-image-w {
    margin-top: 60px;
  }
  .product-usecases-text-w {
    padding-top: 60px;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .product-usecases-header-w {
    max-width: none;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-usecases-header-icon {
    width: 9vw;
    margin-top: 0vw;
    margin-right: 0vw;
    margin-bottom: 30px;
  }
  ._25252525-w {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._25-w {
    width: 50%;
    margin-bottom: 120px;
  }
  .news-tile-01-w {
    height: 40vw;
    padding-right: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
  }
  .news-bg-image-01 {
    height: auto;
  }
  .news-tile-00-w {
    height: 40vw;
    padding-right: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
  }
  .news-bg-image-00 {
    height: auto;
  }
  .product-features-feature-text-left-w {
    padding-right: 0vw;
    padding-bottom: 5vw;
  }
  .product-features-feature-text-right-w {
    padding-bottom: 5vw;
    padding-left: 0vw;
  }
  ._5050-flip-w {
    -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: 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;
  }
  .home-product-title-h3 {
    font-size: 9vw;
    line-height: 11vw;
  }
  .home-benefits-image-01-m {
    display: block;
    box-shadow: 7px 7px 30px 0 transparent;
    opacity: 1;
  }
  .home-benefits-image-02-m {
    display: block;
    box-shadow: 7px 7px 30px 0 transparent;
    opacity: 1;
  }
  .home-benefits-image-03-m {
    display: block;
    box-shadow: 7px 7px 30px 0 transparent;
    opacity: 1;
  }
  .home-benefits-image-04-m {
    display: block;
    box-shadow: 7px 7px 30px 0 transparent;
    opacity: 1;
  }
  .nav-mobile-link-secondary {
    margin-bottom: 30px;
    font-family: HelveticaNowDisplay, sans-serif;
    color: #00135b;
    font-size: 6vw;
    line-height: 8vw;
    font-weight: 400;
    text-decoration: none;
  }
  .nav-mobile-secondary-w {
    padding-top: 20px;
  }
  .nav-mobile-text {
    margin-bottom: 20px;
    font-family: HelveticaNowDisplay, sans-serif;
    color: #00135b;
    font-size: 10vw;
    line-height: 12vw;
    font-weight: 400;
    text-decoration: none;
  }
  .nav-mobile-arrow {
    width: 4vw;
  }
  .scroller-image-w {
    height: 60vw;
  }
  .form-name-w {
    display: block;
  }
  ._50-top-w {
    width: 100%;
  }
  .about-collage-image-w {
    padding: 1vw;
  }
  .about-collage-5050-w {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .about-collage-50-w {
    width: 50%;
  }
  ._50-w-copy {
    width: 100%;
  }
  .about-collage-image-last-w {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 20px;
    line-height: 30px;
  }
  .nav-mobile-links-w {
    padding-right: 30px;
    padding-left: 30px;
  }
  .nav-mobile-link.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .nav-mobile-link-last {
    margin-top: 10px;
  }
  .footer {
    padding: 60px 30px;
  }
  .footer-newsletter-w {
    width: 100%;
  }
  .footer-newsletter-form {
    width: 100%;
  }
  .footer-links-column {
    width: 100%;
  }
  .footer-50-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta-green-outline {
    height: 80px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 20px;
    line-height: 20px;
  }
  .home-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .product-sub-banner-text-h4 {
    font-size: 30px;
    line-height: 50px;
  }
  .p {
    font-size: 18px;
    line-height: 26px;
  }
  .p-white {
    font-size: 18px;
    line-height: 26px;
  }
  .home-benefits {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-header {
    font-size: 14px;
    line-height: 14px;
  }
  .home-news-text-w {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home-news-tile-01-w {
    height: 50vw;
  }
  .home-news-tile-02-w {
    height: 50vw;
  }
  .home-news-tile-03-w {
    height: 50vw;
  }
  .home-news-tile-04-w {
    height: 50vw;
  }
  .section-header-white {
    font-size: 14px;
    line-height: 14px;
  }
  .demo {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .cta-purple-outline {
    height: 80px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 20px;
    line-height: 20px;
  }
  .pattern-video {
    width: 200%;
    height: 50vw;
  }
  .home-product-title-icon-m {
    width: 12vw;
  }
  .products-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .products-products {
    padding-top: 60px;
    padding-bottom: 1px;
  }
  .products-product-text-right-w {
    margin-top: 30px;
  }
  .products-product-text-left-w {
    margin-top: 30px;
  }
  .products-usecases {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-values {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .margin-bottom-120 {
    margin-bottom: 60px;
  }
  .about-value-w {
    margin-bottom: 30px;
  }
  .about-join {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .about-gallery {
    padding-top: 60px;
  }
  .contact-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .product-sub-banner-text-p-w {
    max-width: 400px;
  }
  .product-intro {
    padding-top: 120px;
    padding-bottom: 0px;
  }
  .product-features {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .product-usecases {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  ._25-w {
    width: 100%;
  }
  .how-it-works-text-w {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .navigation-mobile-video {
    display: block;
  }
  .news-tile-01-w {
    height: 50vw;
  }
  .news-tile-00-w {
    height: 50vw;
  }
  .news-list {
    padding: 80px 5vw;
  }
  .news-list-item-image {
    width: 40px;
  }
  .product-features-feature-text-left-w {
    padding-bottom: 60px;
  }
  .product-features-feature-text-right-w {
    padding-bottom: 60px;
  }
  .home-product-title-h3 {
    font-size: 12vw;
    line-height: 16vw;
  }
  .nav-mobile-text {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 30px;
    line-height: 40px;
  }
  h5 {
    font-size: 20px;
    line-height: 30px;
  }
  p {
    font-size: 20px;
    line-height: 30px;
  }
  .nav-logo-w {
    width: 180px;
  }
  .nav-logo {
    width: 120px;
    height: 17px;
  }
  .footer-logo {
    width: 100%;
    height: 25vw;
  }
  .footer-social-w {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-newsletter-form {
    width: 100%;
    min-width: 260px;
  }
  .footer-50-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-cta-green-outline {
    width: 100%;
  }
  .footer-social-icon {
    margin-right: 0px;
  }
  .home-banner-text-w {
    margin-top: 30px;
  }
  .cta-green-outline {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .home-banner-header-overflow-02 {
    overflow: hidden;
  }
  .home-banner-p-w {
    margin-bottom: 30px;
  }
  .home-banner-cta-green-outline-w {
    width: 100%;
  }
  .home-intro-text-w {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p {
    white-space: normal;
  }
  .home-benefits-text-w {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .home-news-text-w {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .home-news-tile-01-w {
    height: 100vw;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-news-tile-02-w {
    height: 100vw;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-news-tile-03-w {
    height: 100vw;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-news-tile-04-w {
    height: 100vw;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .h3 {
    font-size: 11vw;
    line-height: 13vw;
  }
  .demo-cta-w {
    width: 100%;
  }
  .cta-purple-outline {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .h3-white {
    font-size: 11vw;
    line-height: 13vw;
  }
  .home-product-title-icon-m {
    width: 14vw;
  }
  .products-intro-text-w {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news-cta-grey-outline {
    width: 100%;
  }
  .cta-green-outline-small {
    width: 100%;
  }
  .products-product-icon {
    width: 11vw;
  }
  .margin-b-220 {
    margin-bottom: 60px;
  }
  .products-usecases-text-w {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .about-join-cta-w {
    width: 100%;
  }
  .about-join-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-subscription-text-w {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contact-form-text-w {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product-sub-banner-icon {
    margin-bottom: 30px;
  }
  .product-features-feature {
    margin-bottom: 60px;
  }
  .product-usecases-text-w {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .news-tile-01-w {
    height: 100vw;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news-tile-00-w {
    height: 100vw;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .product-features-feature-text-left-w {
    padding-bottom: 30px;
  }
  .product-features-feature-text-right-w {
    padding-bottom: 30px;
  }
  .home-product-title-h3 {
    font-size: 14vw;
    line-height: 18vw;
  }
  .demo-double-cta-w {
    width: 100%;
  }
  .footer-social-link-w {
    margin-right: 0px;
  }
}

@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Webflow Override Fixes */
.symplur-signals-particles .success-message {
  background-color: transparent;
}
.symplur-signals-particles .error-message {
  background-color: transparent;
}
.cd-main-content {
  margin-top: 75px;
}

.nav-logo-w:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

@media screen and (max-width: 767px) {
  .home-news-tile-w > .home-news-tile-column > a {
    height: auto;
    min-height: 200px;
  }
  .home-news-tile-w > .home-news-tile-column .home-news-tile-text-w {
    height: auto;
  }
  .healthcare-social-media-research .symplur-signals-particles-box {
    height: 350px;
  }
  .table-wrap {
    overflow-x: auto;
  }
}

/* .products-usecases .product-usecases-accordion-w .accordion-w .w-dropdown:nth-child(2),
.products-usecases .product-usecases-accordion-w .accordion-w .w-dropdown:nth-child(3) {
  margin-left: 50px;
} */

.symplur-api .symplur-nice-button-blue.btn {
  border-color: #7725ff;
}

/* Technology Page */

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: HelveticaNowDisplay, sans-serif;
  font-size: 60px;
  line-height: 80px;
  font-weight: 500;
}
@media (max-width: 767px) {
  h2 {
    font-size: 12vw;
    line-height: 15vw;
  }
}

.h2-white {
  color: white;
}

.p,
.p-white,
.p-blue,
.accordion-dropdown-p {
  font-size: 25px;
  line-height: 40px;
}

.tech-padding {
  padding: 170px 5vw;
}

.bg-green {
  background: #5cffd4 !important;
  color: #00135b !important;
}

.bg-green .product-usecases-accordion-w .p {
  color: #00135b;
}

.bg-green .accordion-toggle {
  border-bottom: 2px solid #00135b !important;
}

.bg-green .product-usecases-accordion-w .accordion-dropdown-p {
  color: #00135b;
}

.accordion-dropdown-p-white {
  color: white;
}

.p-blue {
  color: #00135b;
}

.products-products .accordion-toggle {
  border-bottom: 2px solid white;
}

.accordion-toggle {
  border-bottom: 2px solid #3c3c3c;
}

.accordion-toggle .p {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .tech-padding {
    padding: 120px 5vw;
  }
}

/* Symplur API Page */

._50-w.align-items-flex-start {
  align-items: flex-start;
}
.api-banner h1 {
  position: relative;
}
.api-banner h1::before {
  position: absolute;
  content: "";
  top: -150px;
  left: 0;
  width: 115px;
  height: 102px;
  background: url("/wp-content/themes/shoestrap-child/symplur-redesign-assets/images/api-banner-icon.png") no-repeat left;
  background-size: 115px 102px;
}
.api-banner .codeImg {
  position: relative;
  display: block;
  margin: 0 auto 20px auto;
  width: 19vw;
  display: none;
}
@media (max-width: 991px) {
  .api-banner h1::before {
    display: none;
  }
  .api-banner .codeImg {
    display: block;
  }
}

.api-banner .w-button {
  border-color: #ffffff;
  text-transform: capitalize;
  color: #ffffff;
}
.api-banner .cta-white-arrow {
  position: relative;
  padding-right: 50px;
  color: #ffffff;
  text-decoration: none;
}
.api-banner .cta-white-arrow:hover::after {
  right: -10px;
}
.api-banner .cta-white-arrow::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 15px;
  height: 100%;
  background: url("https://dev-symplur.pantheonsite.io/public/api-white-right-arrow.png") no-repeat right;
  background-size: 30px 15px;
  transition: right 0.25s;
}
.api-banner .cta-white-arrow::after {
  padding-right: 100px;
  color: #ffffff;
  text-decoration: none;
}
.api-sub-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.api-intro {
  padding: 220px 5vw;
}
.api-features {
  padding: 220px 5vw 1px;
  background-color: #00135b;
}
.api-features h4 {
  color: #ffffff;
}
.api-features h5 {
  color: #ffffff;
  font-weight: normal;
}
h5.white {
  color: #ffffff;
}
.api-features-text-left-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .api-banner-ctas {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .api-banner-ctas div {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .api-banner-ctas .w-button {
    align-self: center;
  }
}
@media screen and (max-width: 991px) {
  .api-banner h1 {
    text-align: center;
  }
  .api-banner h1::before {
    left: 35%;
  }
  .api-intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .api-intro p {
    padding-bottom: 5vw;
  }
  .api-intro img {
    margin-top: 50px;
  }
  .api-features {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .api-features img {
    margin-top: 20px;
  }
  .api-features-text-left-w {
    margin-bottom: 30px;
    padding-right: 0vw;
  }
  .api-features ._5050-w.margin-b-30 {
    margin-bottom: 0;
  }
  .api-features ._5050-w.margin-b-30 ._50-w.margin-b-30 {
    margin-bottom: 0;
  }
  .api-features h5.margin-b-20 {
    margin-bottom: 0;
  }
  .api-bar-graph-image {
    margin: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .api-features-text-left-w {
    margin-top: 30px;
  }
}
@media screen and (max-width: 530px) {
}

.product-usecases-accordion-w.disabled * {
  cursor: default;
}

.products-usecases .product-usecases-accordion-w .accordion-w .w-dropdown:nth-child(2),
.products-usecases .product-usecases-accordion-w .accordion-w .w-dropdown:nth-child(3) {
  margin-left: 50px;
}

.product-usecases-accordion-w .accordion-dropdown {
  transition: height 0.75s;
}

.product-usecases-accordion-w .accordion-arrow {
  transition: all 0.75s;
}

/*universe-container START*/
.universe-container {
  text-align: center;
  height: calc(100vh - 75px);
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: "c1 c2 c3";
}

.universe-container .c1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas:
    "c1-1"
    "c1-2"
    "c1-3"
    "c1-4";
  grid-area: c1;
}

.universe-container .c1-1 {
  grid-area: c1-1;
}

.universe-container .c1-2 {
  grid-area: c1-2;
}

.universe-container .c1-3 {
  grid-area: c1-3;
}

.universe-container .c1-4 {
  grid-area: c1-4;
}

.universe-container .c2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas:
    "c2-1"
    "c2-2"
    "c2-3"
    "c2-4"
    "c2-5";
  grid-area: c2;
}

.universe-container .c2-1 {
  grid-area: c2-1;
}

.universe-container .c2-2 {
  grid-area: c2-2;
}

.universe-container .c2-3 {
  grid-area: c2-3;
}

.universe-container .c2-4 {
  grid-area: c2-4;
}

.universe-container .c2-5 {
  grid-area: c2-5;
}

.universe-container .c3 {
  grid-area: c3;
}

.universe-container-holder h1 {
  font-size: 9vw;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  padding-left: 5vw;
  padding-right: 5vw;
}

.universe-container * {
  font-weight: 500;
  margin: 0;
}
.universe-container * p {
  font-size: 16px;
  line-height: normal;
}

.universe-container * h4 {
  line-height: normal;
  font-size: 2.5vw;
  margin-bottom: 10px;
}

.universe-container-holder .bg-teal {
  background-color: #5cffd4;
  color: #00135b;
}
.universe-container-holder .bg-purple {
  background-color: #7725ff;
  color: #ffffff;
}
.universe-container-holder .bg-navy {
  background-color: #00135b;
  color: #ffffff;
}
.universe-container-holder .bg-navy .flex-content p {
  color: #ffffff !important;
}
.universe-container-holder .bg-purple .flex-content p {
  color: #ffffff !important;
}
.universe-container-holder .bg-teal .flex-content p {
  color: #00135b !important;
}
.universe-container-holder .center {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.universe-container-holder .center .flex-content {
  display: flex;
  flex-direction: column;
}

.universe-container-holder .mobile {
  display: none;
}

@media (max-width: 1024px) {
  .universe-container {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "c1 c2";
  }
  .universe-container .c3 {
    display: none !important;
  }
  .universe-container-holder .mobile {
    display: block !important;
  }

  .universe-container-holder h1 {
    padding: 9vw 6vw !important;
  }
  .universe-container * p {
    font-size: 3vw;
  }
  .universe-container * h4 {
    font-size: 5.5vw;
  }
}
/*universe-container END*/

/* PRICING PAGE*/

.pricing-page .banner,
.api-banner,
.tech-banner,
.engage-banner {
  height: calc(100vh - 55px) !important;
  min-height: calc(100vh - 55px) !important;
  margin-top: 55px;
}
.competition-page {
  margin-top: 55px;
}

.pricing-cta-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 236px;
  text-decoration: none;
  height: 56px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 3px;
  border-color: #00135b;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: HelveticaNowDisplay, sans-serif;
  color: #00135b;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing-cta-outline:hover,
.pricing-cta-outline:focus {
  background-color: #00135b;
  color: #fff;
  text-decoration: none;
}

.pricing-page .pricing-table .pricing-cta-outline {
  margin: 0 auto;
}
.pricing-table .table-header {
  z-index: 2;
}
.pricing-table .pin-spacer {
  z-index: 3 !important;
}
.pricing-table .table-header .row {
  display: flex;
  align-items: stretch;
  background-color: #5cffd4;
}
.pricing-table .table-header .row .col,
.pricing-table .table-body .row .col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 26px 20px;
}
.pricing-table .table-body .row.top .col {
  align-items: flex-start;
  flex-direction: row;
  padding: 40px 50px;
}
.pricing-table .table-header .row .c1 {
  background-color: #5cffd4;
}
.pricing-table .table-header .row .c2 {
  background-color: #7cffdc;
}
.pricing-table .table-header .row .c3 {
  background-color: #9dffe5;
}
.pricing-table .table-header .row .c4 {
  background-color: #beffee;
}

.pricing-table .row p {
  font-size: 30px;
  text-align: center;
  color: #00135b;
  margin-bottom: 15px;
  line-height: normal;
  word-break: break-word;
}

.pricing-table .table-header .row .col:first-child p {
  margin: 0;
}

.pricing-table .table-body .row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #d4d4d4;
}

.pricing-table .table-body .row p {
  font-size: 25px;
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 0px;
  line-height: normal;
}
.pricing-table .table-body .row .col:first-child {
  background-color: #f7f7f7;
}
.pricing-table .table-body .row .col:first-child p,
.pricing-table .table-body .row.left-align .col p {
  text-align: left;
  width: 100%;
}

@media (max-width: 1200px) {
  .pricing-table .row p {
    font-size: 25px;
  }

  .pricing-cta-outline {
    font-size: 14px;
    max-width: 160px;
    height: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .pricing-table .table-body .row p {
    font-size: 18px;
  }

  .pricing-table .table-body .row.top .col {
    padding: 26px 20px;
  }
}

@media (max-width: 767px) {
  .pricing-table-holder {
    overflow-x: scroll;
  }
  .pricing-table,
  .table-body,
  .pricing-page,
  body,
  html {
    overflow-x: hidden;
  }
  .pricing-table {
    position: relative;
    display: block;
    width: 737px;
  }
  .pricing-table .row p {
    font-size: 16px;
  }

  .pricing-cta-outline {
    font-size: 10px;
    max-width: 130px;
  }

  .pricing-table .table-body .row p {
    font-size: 12px;
  }

  .pricing-table .table-body .row .col .check {
    height: 24px;
  }

  .pricing-table .table-body .row .col:first-child {
    box-shadow: 5px 0 10px -2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 0 10px -2px rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
  .pricing-table .table-header .row .col:first-child {
    z-index: 2;
    box-shadow: 5px 0 10px -2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 5px 0 10px -2px rgba(0, 0, 0, 0.4);
  }
}

/* PRICING PAGE  END */

/* COMPITITION PAGE */

.competition-section-0 {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: row;
  height: calc(100vh - 75px);
}
.competition-section-0 h1 {
  font-size: 9vw;
  color: #ffffff;
  line-height: normal;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.competition-section-0 .purple {
  background-color: #7725ff;
}

.competition-section-0 .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.competition-section-0 .holder span {
  word-break: break-all;
}

.competition-section-0 .overflow-hidden {
  overflow: hidden;
  padding: 0;
}

.competition-section-0 .holder span {
  font-size: 4vw;
  color: #7725ff;
  line-height: 5.5vw;
}

.competition-section-0 span.a {
  animation: fadeIn linear 2s infinite;
  -webkit-animation: fadeIn linear 2s infinite;
  -moz-animation: fadeIn linear 2s infinite;
  -o-animation: fadeIn linear 2s infinite;
  -ms-animation: fadeIn linear 2s infinite;
}
.competition-section-0 span.b {
  animation: fadeIn linear 2s 0.5s infinite;
  -webkit-animation: fadeIn linear 2s 0.5s infinite;
  -moz-animation: fadeIn linear 2s 0.5s infinite;
  -o-animation: fadeIn linear 2s 0.5s infinite;
  -ms-animation: fadeIn linear 2s 0.5s infinite;
}
.competition-section-0 span.c {
  animation: fadeIn linear 2s 1s infinite;
  -webkit-animation: fadeIn linear 2s 1s infinite;
  -moz-animation: fadeIn linear 2s 1s infinite;
  -o-animation: fadeIn linear 2s 1s infinite;
  -ms-animation: fadeIn linear 2s 1s infinite;
}
.competition-section-0 span.d {
  animation: fadeIn linear 2s 1.5s infinite;
  -webkit-animation: fadeIn linear 2s 1.5s infinite;
  -moz-animation: fadeIn linear 2s 1.5s infinite;
  -o-animation: fadeIn linear 2s 1.5s infinite;
  -ms-animation: fadeIn linear 2s 1.5s infinite;
}

@keyframes fadeIn {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.competition-section-1 {
  padding: 150px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.competition-section-1 h1 {
  font-size: 60px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .competition-section-1,
  .competition-section-0 {
    flex-direction: column;
  }
  .competition-section-0 .purple {
    height: 60vh;
  }
}
@media (max-width: 767px) {
  .competition-section-0 h1 {
    font-size: 19vw;
  }
  .competition-section-1 h1 {
    font-size: 30px;
  }

  .competition-section-1 {
    padding: 100px 20px;
  }
}

/* globals */
a sup {
  display: inline-block;
  text-decoration: none;
}
.m-0 {
  margin: 0 !important;
}
.p-0 {
  padding: 0 !important;
}

html {
  overflow-x: hidden;
}

/* Grid */

@media (max-width: 991px) {
  ._5050-w.reverse {
    flex-direction: column-reverse;
  }
  ._5050-w.reverse ._50-top-w:nth-of-type(1n) {
    padding-top: 5vw;
  }
}

/* DOWNLOADS PAGE*/
.downloads-intro {
  padding: 60px 5vw;
}
.downloads-intro .how-it-works-text-w {
  padding: 0 2em;
}
.downloads-intro .how-it-works-text-w a {
  display: flex;
  flex-direction: column;
  padding: 48px 24px;
  text-align: left;
  text-decoration: none;
  min-height: 320px;
  height: 100%;
  width: 100%;
  background: #5cffd4;
  transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
}
.downloads-intro .how-it-works-text-w a:hover {
  background: #00135b;
}
.downloads-intro .how-it-works-text-w a div.p {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #00135b;
  transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
}
.downloads-intro .how-it-works-text-w a:hover div.p {
  color: #ffffff;
}
.downloads-intro .how-it-works-text-w a .flex-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.downloads-intro .how-it-works-text-w a .flex-box div.p {
  font-weight: 400;
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 90px;
}
.downloads-intro .how-it-works-text-w a .flex-box svg {
  fill: #00135b;
  transition: fill 0.2s ease;
  -webkit-transition: fill 0.2s ease;
}
.downloads-intro .how-it-works-text-w a:hover .flex-box svg {
  fill: #ffffff;
}
@media screen and (max-width: 1700px) {
  .downloads-intro .how-it-works-text-w {
    padding: 0 13px;
  }
}
@media screen and (max-width: 1540px) {
  .downloads-intro ._25252525-w {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .downloads-intro ._25252525-w ._25-w {
    width: 50%;
    margin-bottom: 120px;
  }
  .downloads-intro .how-it-works-text-w {
    padding: 0 2em;
  }
}
@media screen and (max-width: 991px) {
  .downloads-intro .how-it-works-text-w {
    padding: 0 13px;
  }
}
@media screen and (max-width: 800px) {
  .downloads-intro ._25252525-w ._25-w {
    width: 100%;
    margin-bottom: 50px;
  }
}
