.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  margin-right: auto;
  margin-left: auto;
  font-family: Thicccboi, sans-serif;
  color: #6f7278;
  font-size: 18px;
  line-height: 1.833em;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: Thicccboi, sans-serif;
  color: #292c32;
  font-size: 60px;
  line-height: 1.308em;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Thicccboi, sans-serif;
  color: #292c32;
  font-size: 32px;
  line-height: 1.316em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Thicccboi, sans-serif;
  color: #292c32;
  font-size: 24px;
  line-height: 1.375em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #292c32;
  font-size: 22px;
  line-height: 1.091em;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #292c32;
  font-size: 18px;
  line-height: 1.389em;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #292c32;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 800;
}

p {
  margin-bottom: 20px;
  font-family: Thicccboi, sans-serif;
}

a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Thicccboi, sans-serif;
  color: #0a2463;
  text-decoration: none;
}

a:hover {
  color: #418cee;
}

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

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

li {
  margin-bottom: 5px;
}

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

strong {
  color: #292c32;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 125px 151px;
  border-left: 0px solid #000;
  border-radius: 18px;
  background-color: #055f5b;
  background-image: url('../images/shape-2-block-quote-startup-x-template.svg'), url('../images/shape-1-block-quote-startup-x-template.svg');
  background-position: 115% -25%, -20% 120%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  box-shadow: 0 4px 10px 0 rgba(41, 44, 50, 0.03);
  color: #fff;
  font-size: 24px;
  line-height: 1.708em;
  font-weight: 700;
  text-align: center;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.bg-primary-1 {
  background-color: #055f5b;
}

.container-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 90%;
  margin: 0px auto;
  padding-right: 0px;
  padding-bottom: 60px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.container-default.impactful-numbers {
  margin-top: 60px;
  margin-bottom: 100px;
}

.container-default.why-choose-engiven {
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-default.video {
  margin-top: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-default.security-section {
  background-image: none;
}

.container-default.herosection {
  margin-bottom: auto;
}

.button-primary {
  display: block;
  margin-top: 40px;
  padding: 24px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #0a2463;
  -webkit-transition: color 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  line-height: 1.111em;
  font-weight: 500;
  text-align: center;
}

.button-primary:hover {
  background-color: #0a2463;
  box-shadow: 0 10px 22px 0 rgba(41, 44, 50, 0.1);
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.button-primary.w--current:hover {
  background-color: #3e93cd;
  color: #fafafc;
}

.button-primary.full-width {
  display: block;
  margin-top: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #3e93cd;
}

.button-primary.button-white {
  background-color: #fff;
  color: #292c32;
}

.button-primary.button-white:hover {
  background-color: #ffd584;
}

.button-primary.button-white._2-buttons-button {
  background-color: #9d5660;
  color: #fff;
}

.button-primary.button-white._2-buttons-button.w--current {
  background-color: #ffca0f;
  color: #292c32;
}

.button-primary._2-buttons-button {
  margin-right: 24px;
  margin-bottom: 15px;
  background-color: #ffca0f;
  color: #292c32;
}

.button-primary._2-buttons-button.w--current {
  background-color: #ffca0f;
  color: #292c32;
}

.button-primary.newsletter-v1 {
  position: absolute;
  right: 9px;
}

.button-primary.newsletter-v1:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.button-primary.header-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 26px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 6px;
  background-color: #ffca0f;
  color: #292c32;
  font-size: 16px;
  line-height: 1.125em;
}

.button-primary.yellow {
  background-color: #ffca0f;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #292c32;
}

.button-primary.yellow:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.button-primary.yellow.footer-button {
  display: block;
  margin-top: 20px;
  padding: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: #caccd1;
  background-color: #fff;
  font-size: 12px;
}

.button-primary.form-submit {
  min-width: 200px;
}

.button-primary.annenbergpage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-secondary {
  display: inline-block;
  margin-top: 40px;
  padding: 10px 20px;
  border-style: none;
  border-width: 1px;
  border-color: #292c32;
  border-radius: 8px;
  background-color: #ffca0f;
  -webkit-transition: border-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, color 300ms ease, transform 300ms ease;
  transition: border-color 300ms ease, color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #292c32;
  font-size: 15px;
  line-height: 1.111em;
  font-weight: 500;
  text-align: center;
}

.button-secondary:hover {
  border-color: #055f5b;
  background-color: #ffca0f;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #292c32;
}

.button-secondary.button-white {
  border-color: #fff;
  color: #fff;
}

.button-secondary.button-white:hover {
  border-color: #ffd584;
  color: #ffd584;
}

.button-secondary.button-white._2-buttons-button {
  border-width: 2px;
}

.button-secondary._2-buttons-button {
  margin-bottom: 15px;
  border-style: none;
  font-weight: 700;
}

.button-secondary.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  border-color: #caccd1;
  color: #494a4d;
  font-size: 18px;
  text-decoration: none;
}

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

.button-secondary.button-3:hover {
  background-color: #dbf0ff;
  color: #292c32;
}

.header {
  padding-top: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid #e7e9ee;
  background-color: transparent;
}

.header-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  list-style-type: none;
}

.nav-item-wrapper {
  margin-right: 32px;
  margin-bottom: 0px;
}

.nav-item-wrapper.header-button-mobile {
  display: none;
}

.nav-link {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Thicccboi, sans-serif;
  color: #292c32;
  font-size: 14px;
  line-height: 2.4em;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: #292c32;
  text-decoration: underline;
}

.nav-link.dropdown {
  top: -1.5px;
  padding: 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.nav-link.dropdown:hover {
  color: #ffd584;
}

.footer {
  padding-top: 64px;
  padding-bottom: 42px;
  border-top: 1px solid #caccd1;
  background-color: #fff;
}

.footer-logo-container {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.footer-logo-container:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.footer-nav {
  margin-right: 18px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.footer-logo {
  width: 260px;
}

.footer-nav-item {
  margin-bottom: 10px;
  font-family: Thicccboi, sans-serif;
  line-height: 1.125em;
}

.page-wrapper {
  margin-top: 0px;
  padding-bottom: 0px;
  font-family: Thicccboi, sans-serif;
}

.page-wrapper.page-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.security-section {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, right top, left top, from(#000), to(hsla(0, 0%, 100%, 0))), url('../images/Untitled-1.jpg');
  background-image: linear-gradient(270deg, #000, hsla(0, 0%, 100%, 0)), url('../images/Untitled-1.jpg');
  background-position: 0px 0px, 150% 50%;
  background-size: auto, cover;
}

.security-section.bg-primary-1 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.security-section.bg-primary-1.cta-2 {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  background-image: none;
}

.security-section.bg-primary-1.cta-3 {
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #0a2463;
}

.security-section.bg-primary-1.newsletter-v1 {
  overflow: hidden;
  padding-top: 144px;
  padding-bottom: 144px;
}

.security-section.bg-primary-1.terms-conditions-hero {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  margin-right: 0%;
  margin-left: 0%;
  padding: 100px 3% 0px;
  background-color: #fbf9f8;
  background-image: none;
}

.security-section.bg-primary-1.cta-4 {
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #1b2849;
  background-image: -webkit-gradient(linear, right top, left top, from(#000), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(270deg, #000, hsla(0, 0%, 100%, 0));
}

.security-section.blog-v1 {
  padding-top: 150px;
  padding-bottom: 212px;
  border-radius: 0px;
  background-image: none;
}

.security-section.blog-post {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 140px;
  background-color: #fbf9f8;
  background-image: none;
}

.security-section.blog-post-articles {
  padding-top: 60px;
  padding-bottom: 180px;
  background-image: none;
}

.security-section.pricing {
  position: relative;
  overflow: hidden;
  margin-top: auto;
  padding-top: 60px;
  padding-bottom: 180px;
  background-color: #fbf9f8;
  background-image: none;
}

.security-section.request-demo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: none;
}

.security-section.blog-category {
  padding-top: 120px;
  background-image: none;
}

.security-section.security-section-main {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 7, 26, 0.91)), to(rgba(0, 7, 26, 0.91)));
  background-image: linear-gradient(180deg, rgba(0, 7, 26, 0.91), rgba(0, 7, 26, 0.91));
}

.utility-page-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 24px 146px;
  -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-wrap._404 {
  position: relative;
  overflow: hidden;
  min-height: 871px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.utility-page-content-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 580px;
  margin-bottom: 0px;
  padding: 72px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e9ee;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 11px 20px 0 rgba(41, 44, 50, 0.17);
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input {
  min-height: 68px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #caccd1;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: color 300ms ease, border-color 300ms ease;
  transition: color 300ms ease, border-color 300ms ease;
  color: #494a4d;
  font-size: 18px;
}

.input:hover {
  border-color: #055f5b;
}

.input:focus {
  border-color: #055f5b;
  color: #494a4d;
}

.input::-webkit-input-placeholder {
  color: #6f7278;
}

.input:-ms-input-placeholder {
  color: #6f7278;
}

.input::-ms-input-placeholder {
  color: #6f7278;
}

.input::placeholder {
  color: #6f7278;
}

.input.password {
  margin-bottom: 20px;
}

.input.newsletter-v1 {
  min-height: 83px;
  padding-right: 210px;
  padding-left: 32px;
  border-radius: 1000px;
  box-shadow: 0 4px 10px 0 rgba(41, 44, 50, 0.03);
}

.utility-page-content-404 {
  position: relative;
  z-index: 1;
  max-width: 548px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

._404-title {
  color: #0a2463;
  font-size: 180px;
  line-height: 1em;
  font-weight: 700;
}

.divider {
  width: 100%;
  min-height: 1px;
  background-color: #caccd1;
}

.divider.footer-content-top-divider {
  margin-top: 40px;
  margin-bottom: 20px;
  background-color: #e7e9ee;
}

.divider.footer-content-bottom-divider {
  margin-top: 100px;
  margin-bottom: 38px;
  background-color: #e7e9ee;
}

.divider.card-team {
  margin-top: 80px;
  margin-bottom: 72px;
}

.paragraph.password {
  margin-bottom: 40px;
}

.paragraph._404 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph.neutral-100 {
  color: #fff;
}

.paragraph.neutral-100.newsletter-v1 {
  max-width: 435px;
  margin-bottom: 0px;
}

.paragraph.neutral-100.blog-post {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #494a4d;
}

.paragraph.card-faq {
  margin-bottom: 0px;
}

.paragraph.hero-description {
  max-width: 780px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  font-family: Thicccboi, sans-serif;
  color: #6f7278;
  font-size: 20px;
}

.paragraph.hero-description.white {
  color: #fff;
  font-size: 20px;
}

.paragraph.card-home-v3-feature {
  margin-bottom: 0px;
  font-size: 20px;
}

.paragraph.card-feature {
  display: block;
  max-width: none;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 20px;
}

.paragraph.card-blog-v1-featured-excerpt {
  margin-bottom: 32px;
}

.paragraph.faqs-contact {
  margin-bottom: 0px;
}

.paragraph.card-plan {
  margin-bottom: 0px;
}

.paragraph.card-team-content-top-about-summary {
  display: none;
  margin-bottom: 0px;
}

.paragraph.request-demo-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -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;
}

.paragraph.card-landing-page-testimonial {
  margin-bottom: 30px;
}

.paragraph.card-default {
  margin-bottom: 0px;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  margin: 5px;
  padding: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e9ee;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(41, 44, 50, 0.03);
}

.card.faq {
  margin-bottom: 20px;
  padding: 30px 32px;
  box-shadow: none;
  cursor: pointer;
}

.card.faq.pricingpage {
  min-height: 0%;
}

.card.team-v1 {
  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;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #292c32;
  text-decoration: none;
}

.card.team-v1:hover {
  border-color: #0a2463;
  box-shadow: 0 15px 20px 0 rgba(41, 44, 50, 0.05);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #6f7278;
}

.card.team-v1.advisory {
  max-width: 30%;
  min-width: 16%;
}

.card.team-v2 {
  padding: 40px 40px 56px;
  -webkit-transition: border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  text-align: center;
}

.card.team-v2:hover {
  border-color: #055f5b;
  box-shadow: 0 15px 20px 0 rgba(41, 44, 50, 0.05);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.card.career {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 53px 41px 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #6f7278;
  text-decoration: none;
}

.card.career:hover {
  border-color: #055f5b;
  box-shadow: 0 15px 20px 0 rgba(41, 44, 50, 0.05);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #6f7278;
}

.card.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 100%;
  margin: 0px;
  padding: 40px 10px 23px 40px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-radius: 8px;
}

.card.help-center-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding: 56px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #6f7278;
  text-align: center;
  text-decoration: none;
}

.card.help-center-category:hover {
  border-color: #055f5b;
  box-shadow: 0 15px 20px 0 rgba(41, 44, 50, 0.05);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #6f7278;
}

.card.help-center-category-article {
  padding: 71px 47px;
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #6f7278;
  text-decoration: none;
}

.card.help-center-category-article:hover {
  border-color: #055f5b;
  box-shadow: 0 15px 20px 0 rgba(41, 44, 50, 0.05);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #6f7278;
}

.card.default {
  padding: 48px 48px 56px;
}

.card.partners {
  max-width: 60%;
}

.title {
  font-family: Thicccboi, sans-serif;
  font-size: 45px;
}

.title.neutral-100 {
  color: #fff;
}

.title.neutral-100.cta-1 {
  position: relative;
  z-index: 1;
  max-width: 596px;
  margin-right: 30px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 26px;
}

.title.neutral-100.cta-2 {
  position: relative;
  z-index: 1;
  max-width: 604px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #292c32;
}

.title.neutral-100.cta-3 {
  position: relative;
  z-index: 1;
  margin-bottom: 31px;
}

.title.neutral-100.newsletter-v1 {
  margin-bottom: 17px;
}

.title.neutral-100.blog-post {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  color: #292c32;
}

.title.neutral-100.pricing {
  color: #292c32;
}

.title.neutral-100.terms-conditions {
  margin-bottom: 24px;
  color: #292c32;
}

.title.neutral-100.cta-4 {
  max-width: 596px;
  margin-bottom: 30px;
}

.title.neutral-100.cta-team {
  max-width: 527px;
  margin-bottom: 30px;
}

.title.h4-size {
  color: #292c32;
  font-size: 22px;
  line-height: 1.091em;
  font-weight: 700;
}

.title.h4-size.past-experience {
  margin-top: 20px;
  margin-bottom: 16px;
}

.title.card-faq {
  margin-right: 20px;
  margin-bottom: 0px;
  font-size: 30px;
}

.title.home-v2-hero {
  max-width: 90%;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  font-size: 60px;
}

.title.home-v2-features {
  margin-bottom: 16px;
  font-family: Thicccboi, sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.title.blog-v1-post {
  margin-bottom: 26px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 32px;
}

.title.blog-v1-post:hover {
  color: #292c32;
}

.title.card-home-v3-feature.h5-size {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: left;
}

.title.home-v3-achievements {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  color: #292c32;
}

.title.h3-size {
  color: #292c32;
  font-size: 24px;
  line-height: 1.375em;
  font-weight: 700;
}

.title.h3-size.card-feature {
  margin-bottom: 12px;
  font-family: Thicccboi, sans-serif;
  font-size: 20px;
  text-align: left;
}

.title.h3-size.card-plan {
  margin-bottom: 13px;
  color: #0a2463;
}

.title.h3-size.card-team-name {
  margin-bottom: 5px;
  text-align: left;
}

.title.h3-size.card-about-team {
  margin-right: 10px;
  margin-bottom: 0px;
}

.title.h2-size {
  color: #292c32;
  font-size: 38px;
  line-height: 1.316em;
  font-weight: 700;
  text-align: center;
}

.title.h2-size.request-demo-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.title.blog-v1 {
  margin-bottom: 0px;
  font-size: 28px;
}

.title.h5-size {
  margin-bottom: 0px;
  color: #292c32;
  font-size: 18px;
  line-height: 1.389em;
  font-weight: 700;
}

.title.blog-post-articles {
  margin-bottom: 0px;
}

.title.faqs-contact {
  margin-bottom: 16px;
}

.title.team-page {
  margin-top: 60px;
  margin-bottom: 0px;
  text-align: center;
}

.title.team-articles {
  margin-right: 10px;
  margin-bottom: 0px;
}

.title.request-demo-content-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.title.landing-page-testimonials {
  margin-bottom: 0px;
  color: #0a2463;
}

.title.landing-page-testimonials.white {
  color: #fff;
}

.title.h1-size {
  font-family: Thicccboi, sans-serif;
  color: #292c32;
  font-size: 60px;
  line-height: 1.308em;
  font-weight: 700;
}

.title.h1-size.blog-category-name {
  margin-right: 16px;
  margin-bottom: 0px;
}

.title.dropdown-nav-title {
  margin-bottom: 28px;
  color: #292c32;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 700;
  white-space: nowrap;
}

.title.landing-page-testimonials {
  margin-bottom: 0px;
  color: #0a2463;
}

.title.landing-page-testimonials.white {
  color: #292c32;
}

.title.h3-size {
  color: #292c32;
  font-size: 24px;
  line-height: 1.375em;
  font-weight: 700;
}

.title.h3-size.card-plan {
  margin-bottom: 13px;
  color: #0a2463;
}

.title.h3-size.card-team-name {
  margin-bottom: 5px;
  text-align: left;
}

.title.h3-size.card-about-team {
  margin-right: 10px;
  margin-bottom: 0px;
}

.title.neutral-100 {
  color: #fff;
}

.title.neutral-100.pricing {
  display: block;
}

.title.neutral-100.pricing.competitive-analysis {
  display: block;
  margin-top: 60px;
  text-align: center;
}

.title.h4-size {
  color: #292c32;
  font-size: 22px;
  line-height: 1.091em;
  font-weight: 700;
}

.title.h4-size.past-experience {
  margin-top: 20px;
  margin-bottom: 16px;
}

.split-content.faqs-left {
  width: 100%;
  max-width: 572px;
  margin-right: 20px;
}

.split-content.faqs-right {
  width: 100%;
  max-width: 572px;
}

.split-content.clients-individuals-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.newsletter-v1-content {
  position: relative;
  z-index: 1;
  max-width: 496px;
  margin-right: 40px;
}

.split-content.team-articles-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.split-content.request-demo-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: -3px 3px 8px 0 #caccd1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.blog-v1-post {
  position: relative;
  margin-bottom: 32px;
  border-radius: 20px;
  box-shadow: -2px 2px 9px 0 rgba(0, 0, 0, 0.14);
}

.image-wrapper.card-team-v1 {
  position: relative;
}

.image-wrapper.blog-post {
  margin-bottom: 75px;
  border-radius: 18px;
}

.image-wrapper.blog-post-about-author {
  width: 70px;
  min-height: 70px;
  min-width: 70px;
  margin-right: 20px;
  border-radius: 1000px;
}

.image.home-v2-hero-1 {
  max-width: 100%;
  border-radius: 14px;
}

.image.blog-v1-post {
  width: 100%;
  border-style: none;
  border-width: 1px;
  border-color: #caccd1;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-home-v3-feature {
  margin-right: 10px;
  margin-bottom: 20px;
}

.image.home-v3-company {
  -webkit-filter: contrast(200%) grayscale(100%);
  filter: contrast(200%) grayscale(100%);
}

.image.home-v3-company.compassion {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image.home-v3-company.march-of-dimes {
  -webkit-filter: brightness(10%) grayscale(100%);
  filter: brightness(10%) grayscale(100%);
}

.image.card-feature {
  max-width: 131px;
  margin-right: 24px;
  margin-bottom: 20px;
}

.image.card-feature.insurance {
  margin-bottom: 33px;
}

.image.blog-v1-featured {
  display: block;
  width: 100%;
  margin-top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e9ee;
  border-radius: 8px;
  background-color: rgba(12, 34, 72, 0);
  opacity: 1;
  mix-blend-mode: normal;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.blog-v1-post-category-icon {
  margin-right: 6px;
}

.image.blog-post {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-team {
  width: 201px;
  min-height: 201px;
  min-width: 201px;
  margin-right: 26px;
  border-radius: 1000px;
}

.image.landing-page-testimonial {
  width: 68px;
  min-height: 68px;
  min-width: 68px;
  margin-right: 18px;
  border-radius: 1000px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image.password {
  max-width: 150px;
  margin-bottom: 25px;
}

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

.brand {
  padding-left: 0px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

.subtitle {
  color: #0a2463;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.subtitle.contact-faqs {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 25px;
  text-align: center;
}

._2-buttons {
  margin-bottom: -15px;
}

._2-buttons.cta-1 {
  position: relative;
  z-index: 1;
}

._2-buttons.cta-3 {
  position: relative;
  z-index: 1;
}

.bg {
  position: absolute;
}

.bg.cta-3-shape-1 {
  left: -300px;
  width: 308px;
  min-height: 308px;
  min-width: 308px;
  border-radius: 1000px;
  background-color: #ffd584;
}

.bg.cta-3-shape-2 {
  left: -125px;
  top: -172.5px;
}

.bg.cta-3-shape-3 {
  right: -94px;
  bottom: -208px;
}

.bg.cta-3-shape-4 {
  right: -146px;
  bottom: -217px;
  width: 202px;
  min-height: 202px;
  min-width: 202px;
  border-radius: 1000px;
  background-color: #ffd584;
}

.bg.newsletter-v1-shape-1 {
  left: -202px;
  top: -262px;
  max-width: 293px;
}

.bg.newsletter-v1-shape-2 {
  right: -227px;
  bottom: -400px;
  width: 368px;
  min-height: 368px;
  min-width: 368px;
  border-radius: 1000px;
  background-color: #ffd584;
}

.bg.pricing {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  overflow: hidden;
  min-height: 57%;
  background-color: #0a2463;
}

.bg.cta-4-shape-2 {
  left: -125px;
  top: -172.5px;
}

.bg.cta-4-shape-1 {
  left: -300px;
  width: 308px;
  min-height: 308px;
  min-width: 308px;
  border-radius: 1000px;
  background-color: #ffd584;
}

.bg.cta-4-shape-3 {
  right: -94px;
  bottom: -208px;
}

.bg.cta-4-shape-4 {
  right: -146px;
  bottom: -217px;
  width: 202px;
  min-height: 202px;
  min-width: 202px;
  border-radius: 1000px;
  background-color: #ffd584;
}

.bg.password {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  min-height: 65%;
  background-color: #055f5b;
}

.bg.password-shape-1 {
  left: -102px;
  bottom: -123px;
  width: 380px;
  min-height: 380px;
  min-width: 380px;
  border-radius: 1000px;
  background-color: #ffd584;
}

.bg.password-shape-2 {
  top: -86px;
  right: -84px;
  max-width: 351px;
}

.bg.pricing {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  overflow: hidden;
  min-height: 57%;
  background-color: #0a2463;
}

.cta-1-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-medium-637px {
  max-width: 637px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-637px.team-page {
  margin-top: 100px;
  margin-bottom: 40px;
  text-align: center;
}

.faqs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-top {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-top.blog-v1 {
  margin-right: 4%;
  margin-bottom: 45px;
  margin-left: 3%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.blog-post-articles {
  margin-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.team-articles {
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.landing-page-testimonials {
  margin-bottom: 40px;
  -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;
}

.content-top.blog-category {
  margin-bottom: 27px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-faq-content-top {
  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;
}

.card-faq-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  max-height: 16px;
  min-height: 16px;
  min-width: 16px;
  -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;
}

.space.card-faq {
  min-height: 18px;
}

.card-faq-icon-1 {
  position: absolute;
  width: 16px;
  min-height: 2px;
  background-color: #292c32;
}

.card-faq-icon-2 {
  position: absolute;
  width: 2px;
  min-height: 16px;
  background-color: #292c32;
}

.cta-2-wrapper {
  position: relative;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cta-2-button-primary-text {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.273em;
}

.footer-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.footer-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.footer-menu-wrapper {
  margin-right: 20px;
}

.footer-menu-wrapper.pages {
  width: 100%;
  max-width: 410px;
}

.footer-title {
  margin-bottom: 15px;
  font-family: Thicccboi, sans-serif;
  color: #292c32;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
}

.footer-menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Thicccboi, sans-serif;
}

.footert-nav-link {
  font-family: Thicccboi, sans-serif;
  color: #6f7278;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.footert-nav-link.w--current {
  font-family: Thicccboi, sans-serif;
}

.footer-small-print {
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
}

.link-neutral-800 {
  color: #292c32;
}

.container-medium-710px {
  max-width: 710px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-710px.home-v2-hero {
  max-width: 1000px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
}

.container-medium-710px.home-v2-hero.hero {
  margin-top: 20px;
  font-family: Thicccboi, sans-serif;
}

.home-v2-companies-wrapper {
  display: block;
  max-width: 80%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  text-align: center;
}

.home-v2-features-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-v2-features-content {
  max-width: 90%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.posts-section-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 70px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-v1-post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #6f7278;
  text-decoration: none;
}

.blog-v1-post-wrapper:hover {
  color: #292c32;
}

.blog-v1-post-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-v1-post-content-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.111em;
  font-weight: 500;
}

.blog-v1-post-content-about-divider {
  width: 18px;
  min-height: 1px;
  margin-right: 14px;
  margin-left: 14px;
  background-color: #caccd1;
}

.home-v3-features-grid {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.card-home-v3-feature-content {
  max-width: 334px;
  margin-bottom: 20px;
}

.container-small-551px {
  max-width: 551px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-551px.faqs {
  margin-bottom: 97px;
  text-align: center;
}

.home-v3-achievements-wrapper {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.home-v3-companies-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.home-v3-companies-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 868px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.container-medium-644px {
  max-width: 644px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-644px.cta-3 {
  position: relative;
  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;
  text-align: center;
}

.home-v3-achievement-text {
  font-family: Thicccboi, sans-serif;
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 700;
}

.cta-3-wrapper {
  position: relative;
  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;
  text-align: center;
}

.container-medium-616px {
  max-width: 616px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-616px.features {
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 64px;
  text-align: center;
}

.container-medium-616px.pricing {
  margin-bottom: 46px;
  text-align: center;
}

.team-v1-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-v1-grid.team-page {
  margin-bottom: 0px;
}

.card-team-v1-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 34px 0px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-grid {
  display: block;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.features-grid.homepage {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-feature-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form-link {
  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;
  color: #292c32;
  font-size: 20px;
  line-height: 1.65em;
  font-weight: 700;
  text-decoration: none;
}

.button-category {
  margin-bottom: 16px;
  padding: 14px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e9ee;
  border-radius: 1000px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #6f7278;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
}

.button-category:hover {
  border-color: #055f5b;
  background-color: #055f5b;
  color: #fff;
}

.button-category.w--current {
  border-style: none;
  border-color: #055f5b;
  background-color: #ffca0f;
  color: #ffca0f;
}

.button-category.icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  background-color: #faf6f1;
  text-align: center;
  text-decoration: none;
}

.button-category.icon:hover {
  background-color: #3e93cd;
}

.link-back-to {
  color: #292c32;
  font-weight: 500;
  text-decoration: none;
}

.link-back-to:hover {
  color: #055f5b;
}

.blog-v1-featured-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0a2463;
  text-decoration: none;
}

.blog-v1-featured-wrapper:hover {
  color: #6f7278;
}

.blog-v1-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 70px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-v1-post-category-wrapper {
  position: absolute;
  top: 29px;
  right: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 0 6px 15px 0 rgba(30, 61, 96, 0.03);
  font-family: Thicccboi, sans-serif;
  color: #494a4d;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
}

.card-blog-v1-featured-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #292c32;
  line-height: 1.111em;
  font-weight: 500;
  text-align: center;
}

.card-blog-v1-featured-about-divider {
  width: 18px;
  min-height: 1px;
  margin-right: 14px;
  margin-left: 14px;
  background-color: #caccd1;
}

.blog-v1-featured-category-wrapper {
  position: absolute;
  top: 25px;
  right: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 14px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #caccd1;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 0 6px 15px 0 rgba(30, 61, 96, 0.03);
  color: #292c32;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
}

.button-pagination-arrow-next {
  margin-left: 13px;
  font-family: 'Icons Startup X Template';
  font-size: 16px;
  font-weight: 400;
}

.button-pagination-arrow-previous {
  margin-right: 13px;
  font-family: 'Icons Startup X Template';
  font-size: 16px;
  font-weight: 400;
}

.newsletter-v1-wrapper {
  position: relative;
  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;
}

.newsletter-v1-form-block {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 52%;
  margin-bottom: 0px;
}

.newsletter-v1-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-v2-post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #6f7278;
  text-decoration: none;
}

.blog-v2-post-wrapper:hover {
  color: #6f7278;
}

.blog-v3-featured-first-wrapper {
  color: #6f7278;
  text-decoration: none;
}

.blog-v3-featured-first-wrapper:hover {
  color: #6f7278;
}

.container-large-1016px {
  max-width: 1016px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-large-1016px.blog-post {
  position: relative;
  margin-top: 0px;
  margin-bottom: 71px;
  text-align: center;
}

.container-large-1044px {
  position: relative;
  max-width: 1044px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.blog-post-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 78px;
  margin-left: auto;
  -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;
}

.rich-text h2 {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
}

.rich-text p {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 26px;
  margin-left: auto;
}

.rich-text ul {
  max-width: 800px;
  margin: 26px auto 53px;
}

.rich-text h3 {
  max-width: 800px;
  margin: 53px auto 22px;
}

.rich-text figure {
  margin-top: 48px;
  margin-bottom: 61px;
}

.rich-text figcaption {
  margin-top: 32px;
}

.rich-text h4 {
  max-width: 800px;
  margin: 53px auto 22px;
}

.rich-text ol {
  max-width: 800px;
  margin: 26px auto 53px;
}

.rich-text h5 {
  max-width: 800px;
  margin: 53px auto 18px;
}

.rich-text blockquote {
  margin-top: 44px;
  margin-bottom: 97px;
}

.rich-text h6 {
  max-width: 800px;
  margin: 53px auto 16px;
}

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

.blog-post-about-author-wrapper {
  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;
  color: #292c32;
  text-decoration: none;
}

.blog-post-about-author-wrapper:hover {
  color: #0a2463;
}

.blog-post-about-category-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e9ee;
  border-radius: 1000px;
  background-color: #418cee;
  box-shadow: 0 5px 15px 0 rgba(30, 61, 96, 0.03);
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
  text-decoration: none;
}

.blog-post-about-category-link:hover {
  border-color: #055f5b;
  background-color: #0a2463;
  color: #fff;
}

.blog-post-about-author-name {
  margin-bottom: 6px;
  color: #292c32;
  line-height: 1.389em;
  font-weight: 700;
}

.blog-post-about-date {
  line-height: 1em;
  font-weight: 500;
}

.blog-post-about-category-link-icon {
  margin-right: 6px;
}

.container-small-529px {
  max-width: 529px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-529px.faqs-content-bottom {
  margin-top: 105px;
  text-align: center;
}

.link-medium {
  font-weight: 500;
}

.pricing-tabs-content {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.pricing-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -23px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-plan-features-grid {
  margin-bottom: 24px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-plan-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Thicccboi, sans-serif;
}

.pricing-tabs-wrapper {
  position: relative;
}

.container-medium-888px {
  max-width: 888px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.card-team-content-top {
  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;
}

.card-team-content-top-about {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.card-team-content-top-about-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  -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;
}

.card-team-position {
  font-family: 'Open Sans', sans-serif;
  color: #318aca;
  font-size: 21px;
  line-height: 1em;
  font-weight: 700;
  text-align: left;
}

.card-team-social-media-grid {
  margin-left: 10px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-team-social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  min-height: 32px;
  min-width: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #055f5b;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  font-family: 'Icons Startup X Template';
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.card-team-social-media-link:hover {
  background-color: #e9f8f7;
  color: #055f5b;
}

.card-team-social-media-link.icon-13px {
  font-size: 13px;
}

.card-team-social-media-link.icon-15px {
  background-color: #0a2463;
  font-size: 15px;
}

.about-team-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.empty-state {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e9ee;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(41, 44, 50, 0.03);
  color: #494a4d;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.container-medium-683px {
  max-width: 683px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-683px.terms-conditions {
  position: relative;
  z-index: 1;
  text-align: center;
}

.link-underline-main-wrapper {
  display: inline-block;
  color: #055f5b;
  line-height: 1.111em;
  font-weight: 700;
  text-decoration: none;
}

.link-underline-main-wrapper:hover {
  color: #055f5b;
}

.footer-small-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.request-demo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.request-demo-content-features-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-flow: column;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.request-demo-content-feature-wrapper {
  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;
  line-height: 1.333em;
  font-weight: 600;
}

.request-demo-content-feature-icon {
  width: 24px;
  min-height: 24px;
  min-width: 24px;
  margin-right: 14px;
  border-radius: 1000px;
  box-shadow: 0 2px 7px 0 rgba(5, 95, 91, 0.22);
}

.request-demo-content-top {
  margin-bottom: 23px;
}

.request-demo-features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-4-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.landing-page-testimonials-grid {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-landing-page-testimonial-about {
  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;
}

.product-item-wrapper {
  color: #6f7278;
  text-decoration: none;
}

.product-item-wrapper:hover {
  color: #6f7278;
}

._404-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.category-wrapper.blog-category {
  margin-right: 40px;
  margin-bottom: 35px;
}

.blog-category-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 70px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.dropdown-nav {
  margin-right: 25px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.dropdown-nav.last {
  margin-right: 0px;
}

.dropdown-nav-pages-wrapper {
  width: 100%;
  margin-right: 60px;
}

.dropdown-nav-pages-wrapper.inside {
  margin-top: 23px;
}

.dropdown-nav-item {
  margin-bottom: 24px;
  line-height: 1.125em;
}

.dropdown-nav-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 60px 40px 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e9ee;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 4px 22px 0 rgba(41, 44, 50, 0.04);
}

.nav-link-dropdown {
  line-height: 1em;
}

.dropdown-nav-link {
  color: #6f7278;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-list {
  left: -303px;
  padding-top: 30px;
  background-color: transparent;
}

.success-message {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 18px;
  background-color: #e9f8f7;
  color: #055f5b;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.error-message {
  margin-top: 20px;
  padding: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 18px;
  background-color: #faf6f1;
  color: #f50;
  font-weight: 500;
  text-align: center;
}

.heading {
  margin-top: 5px;
  color: #2c89c6;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.section-2 {
  margin-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000f33), to(#fff));
  background-image: linear-gradient(180deg, #000f33, #fff);
  font-family: Thicccboi, sans-serif;
}

.home-v3-companies-text-2 {
  margin-right: 40px;
  color: #fff;
  font-size: 17px;
  line-height: 1.091em;
  font-weight: 500;
  white-space: nowrap;
}

.heading-2 {
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Thicccboi, sans-serif;
  color: #fff;
  font-size: 46px;
}

.cta-container-video-section {
  padding-top: 40px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-7 {
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-10 {
  display: inline-block;
  padding-bottom: 20px;
}

.image-11 {
  padding-bottom: 20px;
}

.image-12 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.heading-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  font-family: Thicccboi, sans-serif;
  font-size: 26px;
  text-align: center;
}

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

.home-v3-achievement-number-2 {
  margin-bottom: 6px;
  font-family: Thicccboi, sans-serif;
  color: #292c32;
  font-size: 50px;
  line-height: 1.08em;
  font-weight: 800;
}

.text-span {
  color: #ffca0f;
}

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

.grid-2 {
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span-5 {
  color: #ffca0f;
  font-size: 44px;
}

.card-landing-page-testimonial-name-2 {
  margin-bottom: 10px;
  font-family: Thicccboi, sans-serif;
  color: #292c32;
  line-height: 1.111em;
  font-weight: 700;
}

.card-2 {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e9ee;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(41, 44, 50, 0.03);
}

.card-2.landing-page-testimonial {
  max-width: 573px;
  padding: 60px 40px;
  border-radius: 12px;
}

.card-2.home-v3-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  padding: 40px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 8px 10px 3px rgba(41, 44, 50, 0.1);
}

.card-2.plan {
  position: relative;
  max-width: 384px;
  margin-top: 60px;
  margin-right: 23px;
  padding: 49px 32px 57px;
  background-color: #faf6f1;
}

.card-2.plan.popular {
  margin-top: 0px;
  margin-bottom: 64px;
  background-color: #fff;
  box-shadow: 0 6px 6px 0 #a0a2a7;
}

.card-2.team {
  padding: 82px 102px 89px;
}

.card-landing-page-testimonial-from-2 {
  color: #0a2463;
  line-height: 1.111em;
  font-weight: 700;
}

.hero-section {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbf9f8), to(#fbf9f8));
  background-image: linear-gradient(180deg, #fbf9f8, #fbf9f8);
  font-family: Thicccboi, sans-serif;
}

.section-3 {
  background-color: rgba(255, 202, 15, 0.09);
}

.text-span-8 {
  font-size: 20px;
}

.text-span-9 {
  font-size: 20px;
}

.text-span-10 {
  font-size: 20px;
}

.our-team-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-9 {
  font-size: 14px;
}

.text-block-9:hover {
  color: #ffd584;
}

.icon-2 {
  font-size: 14px;
}

.icon-2:hover {
  color: #ffd584;
}

.dropdown-link {
  margin-left: 10px;
  border-bottom: 1px none #0a2463;
  background-color: rgba(30, 61, 96, 0);
}

.dropdown-link:hover {
  color: #418cee;
  text-decoration: underline;
}

.dropdown-link.w--current {
  border: 1px none #000;
  background-color: rgba(30, 61, 96, 0);
  background-image: none;
}

.dropdown-link-2 {
  border-bottom: 1px solid #0a2463;
  background-color: #fff;
}

.dropdown-link-3 {
  border-bottom: 1px solid #0a2463;
  background-color: #fff;
}

.dropdown-link-4 {
  border-bottom: 1px solid #0a2463;
  background-color: #fff;
}

.dropdown-link-5 {
  border-bottom: 1px solid #0a2463;
  background-color: #fff;
}

.dropdown-link-6 {
  border-bottom: 1px solid #0a2463;
  background-color: #fff;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #292c32;
  font-size: 14px;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000000;
  display: none;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0px auto;
  padding: 20px;
  -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;
  border: 1px none #000;
  background-color: #fff;
}

.navlink {
  overflow: hidden;
  height: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink:hover {
  text-decoration: none;
}

.navlink.w--current {
  color: #2c8ece;
}

.dropdown-link-7 {
  border: 1px none #000;
  border-radius: 0px;
  background-color: #fff;
  opacity: 1;
  color: #292c32;
  font-size: 14px;
  text-transform: none;
}

.dropdown-link-7:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #ffd584;
}

.cta-button {
  display: block;
  max-width: 200px;
  min-width: 100px;
  margin-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
  background-color: #ffca0f;
  -webkit-transition: all 300ms ease, color 300ms ease;
  transition: all 300ms ease, color 300ms ease;
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
  color: #292c32;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  white-space: normal;
}

.cta-button:hover {
  border: 1px none #000;
  border-radius: 6px;
  background-color: #ffca0f;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #05244a;
}

.cta-button.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.dropdown-2 {
  padding-top: 0px;
}

.icon {
  font-size: 14px;
}

.icon:hover {
  color: #ffd584;
}

.image-17 {
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-10 {
  display: inline;
  padding: 23px 15px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.text-block-10:hover {
  color: #ffd584;
  text-decoration: underline;
}

.text-block-10.signin {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-size: 16px;
  text-decoration: underline;
}

.hero-stack {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container-10 {
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.hero-wrapper-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.hero-wrapper-two.enterprise-section {
  margin-top: 40px;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  color: #292c32;
  font-size: 14px;
  line-height: 1.8em;
}

.margin-bottom-24px.hero {
  max-width: 80%;
  color: #292c32;
  font-size: 20px;
}

.video-2 {
  margin-top: 60px;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 4px 4px 11px 0 #caccd1;
}

.shadow-two {
  border-radius: 20px;
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.heading-9 {
  max-width: 70%;
  margin-bottom: 60px;
  color: #292c32;
  font-size: 24px;
  text-align: center;
}

.heading-9.enterprise-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.bold-text-5 {
  color: #292c32;
  font-weight: 500;
}

.bold-text-5.enterprise {
  color: #6f7278;
  font-size: 20px;
  line-height: 1.8em;
  text-align: left;
}

.button-secondary-2 {
  margin-top: 18px;
  padding: 10px 20px;
  border-style: none;
  border-width: 1px;
  border-color: #292c32;
  border-radius: 8px;
  background-color: #ffca0f;
  -webkit-transition: border-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, color 300ms ease, transform 300ms ease;
  transition: border-color 300ms ease, color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #292c32;
  font-size: 15px;
  line-height: 1.111em;
  font-weight: 500;
  text-align: center;
}

.button-secondary-2:hover {
  border-color: #055f5b;
  background-color: #ffecab;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #292c32;
}

.button-secondary-2.full-width {
  display: block;
  border-style: none;
  font-weight: 700;
}

.button-secondary-2.full-width:hover {
  border-color: #0a2463;
  color: #0a2463;
}

.card-plan-price-2 {
  margin-bottom: 9px;
  font-family: Thicccboi, sans-serif;
  color: #292c32;
  font-size: 30px;
  line-height: 1.316em;
  font-weight: 700;
}

.card-plan-feature-dot-2 {
  width: 7px;
  min-height: 7px;
  min-width: 7px;
  margin-top: 13px;
  margin-right: 10px;
  border-radius: 1000px;
  background-color: #0a2463;
}

.card-plan-features-title-2 {
  margin-bottom: 14px;
  font-family: Thicccboi, sans-serif;
  color: #292c32;
  line-height: 1.111em;
  font-weight: 700;
}

.popular-badge-2 {
  position: absolute;
  top: 24px;
  right: 24px;
  overflow: hidden;
  max-height: 48px;
  max-width: 113px;
  padding: 14px 24px;
  border-radius: 1000px;
  background-color: #ffd584;
  color: #292c32;
  line-height: 1.111em;
  font-weight: 700;
  text-align: center;
}

.divider-2 {
  width: 100%;
  min-height: 1px;
  background-color: #caccd1;
}

.divider-2.card-plan {
  margin-top: 40px;
  margin-bottom: 60px;
}

.divider-2.card-team {
  margin-top: 80px;
  margin-bottom: 72px;
}

.button-primary-4 {
  padding: 24px 44px;
  border-radius: 6px;
  background-color: #0a2463;
  -webkit-transition: color 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  font-family: Thicccboi, sans-serif;
  color: #fff;
  line-height: 1.111em;
  font-weight: 500;
  text-align: center;
}

.button-primary-4:hover {
  background-color: #0a2463;
  box-shadow: 0 10px 22px 0 rgba(41, 44, 50, 0.1);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.button-primary-4.w--current:hover {
  background-color: #3e93cd;
  color: #fafafc;
}

.button-primary-4.full-width {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #3e93cd;
}

.pricing-tab-link-3 {
  padding: 17px 35px;
  border-radius: 1000px;
  background-color: transparent;
  color: #fff;
  line-height: 1.111em;
  font-weight: 500;
}

.pricing-tab-link-3.w--current {
  background-color: #fff;
  color: #292c32;
}

.pricing-tabs-2 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1000px;
  background-color: #0a2463;
}

.rich-text-block {
  padding-right: 30px;
  padding-left: 30px;
}

.column-8 {
  min-height: 100%;
  margin-bottom: 0px;
}

.column-9 {
  margin-bottom: 0px;
}

.text-block-12 {
  font-family: Thicccboi, sans-serif;
  font-size: 20px;
  text-align: center;
}

.link-2 {
  color: #3e93cd;
}

.image-19 {
  margin-right: 20px;
  margin-left: 20px;
}

.html-embed-2 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-13 {
  font-family: Thicccboi, sans-serif;
  font-size: 20px;
  text-align: center;
}

.text-block-14 {
  font-family: Thicccboi, sans-serif;
  font-size: 20px;
  text-align: center;
}

.paragraph-5 {
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  color: #fff;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
}

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

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-10 {
  font-size: 60px;
}

.columns-4 {
  margin-top: 100px;
  padding-right: 60px;
  padding-left: 60px;
}

.card-team-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
}

.hero-without-image {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
  box-shadow: 1px 1px 3px 0 #000;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.heading-13 {
  max-width: 80%;
  color: #caccd1;
  font-size: 20px;
  text-align: left;
}

.heading-14 {
  max-width: 80%;
}

.image-23.card-team-v1-content {
  padding: 0px;
  border-radius: 0px;
  opacity: 1;
}

.heading-16 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.collection-list-wrapper-3 {
  max-width: 90%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.collection-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.collection-item {
  border: 1px solid #000;
  border-radius: 11px;
}

.collection-item.card-team-v1-hover {
  margin: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-width: 1px;
  border-color: #e7e9ee;
  border-radius: 14px;
}

.collection-item.card-team-v1-hover.card.card-team-v1 {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-team-social-media-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  min-height: 32px;
  min-width: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #055f5b;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  font-family: 'Icons Startup X Template';
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.card-team-social-media-link-2:hover {
  background-color: #e9f8f7;
  color: #055f5b;
}

.card-team-social-media-link-2.icon-15px {
  background-color: #0a2463;
  font-size: 15px;
}

.competitive-analysis-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.competitive-analysis-heading.row {
  border-right: 1px none #caccd1;
  font-size: 19px;
  font-weight: 700;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #caccd1;
  border-radius: 0px;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-27 {
  border-radius: 20px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.28);
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
}

.image-27.orange {
  -webkit-filter: hue-rotate(180deg) contrast(200%);
  filter: hue-rotate(180deg) contrast(200%);
}

.image-27.grey {
  -webkit-filter: grayscale(100%) contrast(200%);
  filter: grayscale(100%) contrast(200%);
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-16 {
  margin-left: 10px;
  color: #292c32;
}

.text-block-17 {
  margin-left: 10px;
  color: #292c32;
}

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

.column-23 {
  border-right: 1px solid #e7e9ee;
  border-radius: 0px;
  outline-color: #6f7278;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.column-25 {
  border-right: 1px solid #e7e9ee;
}

.column-26 {
  border-right: 1px solid #e7e9ee;
}

.column-27 {
  border-right: 1px solid #e7e9ee;
}

.column-28 {
  border-right: 1px none #000;
  border-radius: 2px;
}

.container-14 {
  margin-bottom: 0px;
  padding: 0px 40px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #caccd1;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 6px -6px 14px -11px #6f7278;
  opacity: 1;
  outline-color: #6f7278;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.columns-15 {
  border-style: none none solid;
  border-width: 1px;
  border-color: #a0a2a7;
}

.column-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
}

.column-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-5 {
  overflow: hidden;
  margin-bottom: 0px;
  padding-bottom: 60px;
  background-color: #fbf9f8;
}

.hero-heading-center {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #faf6f1;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.centered-heading {
  margin-bottom: 40px;
  text-align: center;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-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;
}

.hero-split-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  -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;
}

.container-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-3 {
  max-width: 95%;
}

.container-17 {
  margin-top: 60px;
}

.wrapper {
  overflow: hidden;
  margin: 0px;
  background-color: #fbf9f8;
}

.marquee-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 400%;
}

.marquee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  margin: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.card-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-28 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.white {
  color: #fff;
}

.text-block-18 {
  font-family: Thicccboi, sans-serif;
}

.security-page-hero-section {
  margin-top: 0px;
  padding-top: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.78)), to(rgba(0, 0, 0, 0.78))), url('../images/security.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)), url('../images/security.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

.paragraph-white {
  max-width: 780px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

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

.section-8 {
  margin-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
}

.collection-list-wrapper-4 {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.heading-19 {
  margin-top: 20px;
  text-align: center;
}

.collection-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.learn-more-button {
  border: 1px none #000;
  background-color: #fff;
  color: #d1a300;
  text-decoration: underline;
}

.learn-more-button.w--current {
  background-color: #fff;
  color: #cea000;
  text-decoration: underline;
}

.body-4 {
  margin-bottom: 0px;
  background-color: #faf6f1;
}

.paragraph-partners {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.body-5 {
  background-color: rgba(250, 246, 241, 0.48);
}

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

.link-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: underline;
}

.rich-text-block-4 {
  max-width: 90%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.section-9 {
  margin-bottom: 40px;
}

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

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

.columns-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

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

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

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

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

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

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

.paragraph-13 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.column-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  left: -100px;
  max-height: 100vh;
  min-width: 320px;
  padding-top: 0px;
  background-color: transparent;
}

.nav-link-details {
  color: rgba(40, 51, 56, 0.6);
  font-size: 14px;
  white-space: normal;
}

.dropdown-wrapper {
  overflow: hidden;
  min-width: 140px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.dropdown-title {
  margin-bottom: 2px;
  font-size: 15px;
}

.dropdown-title:hover {
  color: #418cee;
}

.icon-4 {
  margin-right: 5px;
  font-size: 14px;
}

.dropdown-link-9 {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-9:hover {
  background-color: hsla(0, 0%, 98%, 0.8);
  color: #418cee;
}

.icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: rgba(37, 88, 133, 0.11);
}

.navigation {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: block;
  padding-right: 3%;
  padding-left: 3%;
  -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;
  background-color: #fff;
  font-family: 'PT Sans', sans-serif;
}

.dropdown-toggle-2 {
  padding-right: 24px;
  padding-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-toggle-2:hover {
  background-color: rgba(74, 92, 179, 0);
  color: #4891ff;
  text-decoration: underline;
}

.dropdown-toggle-2.navigation-link {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 14px;
}

.brand-3 {
  display: block;
  margin-top: 20px;
  margin-right: 44px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pointer {
  position: absolute;
  left: 0%;
  top: -3%;
  right: 4%;
  bottom: auto;
  z-index: 20;
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 12px;
  -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;
}

.dropdown-pointer {
  position: relative;
}

.icon-5 {
  width: 100%;
}

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.navigation-link:hover {
  color: #54a4ff;
  text-decoration: underline;
}

.navigation-link.w--current {
  color: #99d715;
}

.dropdown-block {
  position: relative;
  z-index: 25;
  width: 100%;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.text-block-20 {
  padding-right: 22px;
  padding-left: 0px;
  font-size: 14px;
}

.security-card {
  margin: 20px 0px;
  padding: 15px;
  border-radius: 8px;
  background-color: #fff;
}

.security-paragraph {
  margin-right: auto;
  margin-left: auto;
}

.security-card-content {
  padding: 60px;
}

.container-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.articles-and-resources-section {
  overflow: hidden;
  margin-top: 60px;
}

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

.container-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 95%;
  margin-right: 3%;
  margin-left: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar-3 {
  background-color: #fff;
  font-family: Thicccboi, sans-serif;
}

.link-4 {
  color: #292c32;
  font-size: 14px;
  text-decoration: underline;
}

.text-block-22 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Thicccboi, sans-serif;
}

._44 {
  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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.dropdown-list-3 {
  min-width: 100%;
}

.dropdown-list-3.w--open {
  width: 350px;
  min-width: 100%;
  margin: 0px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
}

.dropdown-icon {
  padding: 10px;
  -webkit-filter: contrast(112%) grayscale(100%);
  filter: contrast(112%) grayscale(100%);
}

.dropdown-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.dropdown-3.annenberg-page {
  text-align: right;
}

.section-10 {
  margin-top: 0px;
}

.div-block-5 {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  max-width: 100%;
  margin-right: 0px;
  padding: 25px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #a0a2a7;
  border-radius: 20px;
  box-shadow: -4px 4px 13px 9px rgba(0, 0, 0, 0.1);
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-5:hover {
  color: #0a2463;
}

.button-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1000px;
  background-color: #fafafc;
  font-family: Thicccboi, sans-serif;
  color: #292c32;
  font-size: 14px;
  text-align: center;
}

.button-5.w--current {
  color: #ffca0f;
}

.collection-list-wrapper-7 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list-4 {
  display: -ms-grid;
  display: grid;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 20px;
  background-color: #ffd584;
}

.body-6 {
  font-family: 'Open Sans', sans-serif;
}

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

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

.container-25 {
  display: block;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.italic-text {
  font-family: Thicccboi, sans-serif;
}

.bold-text-9 {
  font-family: Thicccboi, sans-serif;
}

.italic-text-2 {
  font-family: Thicccboi, sans-serif;
}

.italic-text-3 {
  font-family: Thicccboi, sans-serif;
}

.italic-text-4 {
  font-family: Thicccboi, sans-serif;
}

.link-9 {
  font-family: Thicccboi, sans-serif;
}

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

.text-block-24 {
  font-family: Thicccboi, sans-serif;
}

.text-block-25 {
  font-family: Thicccboi, sans-serif;
}

.text-block-26 {
  font-family: Thicccboi, sans-serif;
}

.heading-21 {
  margin-bottom: 0px;
  font-size: 28px;
}

.text-block-27 {
  margin-bottom: 20px;
  color: #292c32;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
}

.checkbox-field {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
}

.recaptcha {
  margin-top: 57px;
}

.success-message-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #e7e9ee;
  border-radius: 20px;
  background-color: #4eaee2;
  box-shadow: -2px 2px 6px 0 #e7e9ee;
}

.bold-text-10 {
  color: #da3a11;
}

.text-block-29 {
  color: #fff;
  font-weight: 700;
}

.form-block-2 {
  min-width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

.navbar-4 {
  background-color: #fff;
}

.text-block-30 {
  padding-right: 10px;
  padding-left: 10px;
}

.hero-stack-2 {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #faf6f1;
}

.hero-wrapper-two-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.margin-bottom-24px-3 {
  position: relative;
  z-index: 20;
  margin-bottom: 24px;
  text-align: left;
}

.gallery-scroll {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #fff;
  color: #faf6f1;
}

.gallery-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gallery-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gallery-link {
  margin-bottom: 35px;
  color: #1a1b1f;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: rgba(26, 27, 31, 0.8);
}

.gallery-link.w--current {
  color: #292c32;
  font-weight: 500;
}

.gallery-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.three-easy-steps-heading {
  padding: 40px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: -3px 3px 6px 0 #a0a2a7;
  font-weight: 500;
  text-align: center;
}

.section-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fafafc;
}

.hero-without-image-2 {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #faf6f1;
}

.section-13 {
  margin-top: 40px;
}

.section-14 {
  margin-top: 60px;
}

.section-15 {
  margin-top: 40px;
}

.heading-22 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.container-28 {
  max-width: 60%;
}

.heading-23 {
  margin-top: 35px;
}

.heading-24 {
  font-size: 24px;
}

.text-block-31 {
  margin-bottom: 35px;
  color: #292c32;
  font-size: 36px;
  font-weight: 800;
}

.link-11 {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 6px 6px 10px -7px #000;
  color: #318aca;
  font-size: 15px;
}

.text-block-32 {
  padding-right: 10px;
  padding-left: 10px;
}

.text-block-33 {
  font-weight: 700;
}

.html-embed-3 {
  margin-top: 40px;
}

.video-4 {
  margin-top: 40px;
}

.hero-heading-center-2 {
  position: relative;
  padding: 80px 5%;
  border-bottom: 1px solid #e4ebf3;
  background-color: #fbf9f8;
}

.centered-heading-2 {
  margin-bottom: 16px;
  text-align: center;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.centered-heading-2.margin-bottom-32px.give-to-any {
  position: relative;
  z-index: 20;
  font-size: 45px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  -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;
}

.button-primary-5 {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-5:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary-5:active {
  background-color: #43464d;
}

.shadow-two-2 {
  position: static;
  top: 93px;
  max-width: 100%;
  margin-top: 0px;
  float: right;
  opacity: 1;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 500px;
  margin-left: 0px;
  -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-field {
  position: relative;
  z-index: 20;
  min-height: 65px;
  margin-top: -1px;
  margin-right: 0px;
  padding: 20px 80px 20px 10px;
  border-radius: 8px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 20px;
  text-transform: none;
}

.text-field:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.text-field:active {
  border-style: solid;
  border-width: 2px;
  border-color: #494a4d;
}

.container-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.form-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-30 {
  display: inline-block;
  margin-top: 25px;
}

.navbar-5 {
  position: static;
  display: inline-block;
  width: 100%;
  padding-right: 3%;
  padding-left: 3%;
  background-color: #fff;
}

.image-31 {
  margin-top: 25px;
  margin-left: 15px;
}

.nav-link-2 {
  margin-top: 5px;
  font-size: 14px;
}

.columns-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-3 {
  margin-top: 60px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 400px;
  min-height: 380px;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 8px;
  background-color: transparent;
  outline-color: #6f7278;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  text-align: center;
}

.heading-25 {
  margin-top: 100px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.section-16 {
  margin-right: 0%;
  margin-left: 0%;
  padding: 10px 3% 40px;
  background-color: #fff;
}

.paragraph-14 {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-26 {
  padding-right: 3px;
  padding-left: 3px;
}

.heading-27 {
  padding-right: 3px;
  padding-left: 3px;
}

.heading-28 {
  padding-right: 3px;
  padding-left: 3px;
}

.heading-29 {
  padding-right: 3px;
  padding-left: 3px;
}

.heading-30 {
  padding-right: 3px;
  padding-left: 3px;
}

.image-32 {
  margin-bottom: 20px;
}

.image-33 {
  margin-bottom: 20px;
}

.image-34 {
  margin-bottom: 20px;
}

.image-35 {
  margin-bottom: 20px;
}

.image-36 {
  margin-bottom: 20px;
}

.paragraph-15 {
  padding-right: 3px;
  padding-left: 3px;
  font-size: 16px;
}

.paragraph-16 {
  padding-right: 3px;
  padding-left: 3px;
  font-size: 16px;
}

.paragraph-17 {
  padding-right: 3px;
  padding-left: 3px;
  font-size: 16px;
}

.paragraph-18 {
  padding-right: 3px;
  padding-left: 3px;
  font-size: 16px;
}

.paragraph-19 {
  padding-right: 3px;
}

.paragraph-20 {
  padding-right: 3px;
  padding-left: 3px;
  font-size: 16px;
}

.container-30 {
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
}

.brand-5 {
  display: inline-block;
}

.container-31 {
  display: inline;
}

.navbar-6 {
  margin-bottom: 0px;
  padding-right: 3%;
  padding-bottom: 10px;
  padding-left: 3%;
  background-color: #fff;
}

@media screen and (min-width: 1440px) {
  .container-default {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-default.why-choose-engiven {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-default.security-section {
    background-image: none;
  }

  .button-primary {
    margin-top: 40px;
    background-color: #0a2463;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .button-primary:hover {
    -webkit-transform: translate(0px, -4px);
    -ms-transform: translate(0px, -4px);
    transform: translate(0px, -4px);
  }

  .button-primary.w--current:hover {
    background-color: #3e93cd;
    color: #e9f8f7;
  }

  .button-primary.full-width {
    background-color: #3e93cd;
  }

  .button-primary.full-width.yellow {
    margin-top: 20px;
    background-color: #ffca0f;
  }

  .button-primary.button-white._2-buttons-button {
    background-color: #9d5660;
    color: #fff;
  }

  .button-primary.button-white._2-buttons-button.w--current {
    background-color: #ffca0f;
    color: #292c32;
  }

  .button-primary._2-buttons-button {
    margin-right: 0px;
    background-color: #ffca0f;
  }

  .button-primary._2-buttons-button.w--current {
    background-color: #ffca0f;
    color: #292c32;
  }

  .button-primary.header-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .button-primary.yellow {
    margin-top: 60px;
  }

  .button-primary.yellow.footer-button {
    border-style: solid;
    border-width: 1px;
    border-color: #caccd1;
    background-color: #fff;
  }

  .button-primary.yellow.footer-button:hover {
    background-color: #fff;
  }

  .header-navigation {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-top: 60px;
    -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;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-nav {
    margin-right: 40px;
  }

  .security-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, right top, left top, color-stop(100%, rgba(0, 0, 0, 0.61)), to(hsla(0, 0%, 100%, 0))), url('../images/security.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(270deg, rgba(0, 0, 0, 0.61) 100%, hsla(0, 0%, 100%, 0)), url('../images/security.jpg');
    background-position: 0px 0px, 0px 0px, 150% 50%;
    background-size: auto, auto, cover;
  }

  .security-section.bg-primary-1.cta-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #fff;
  }

  .security-section.bg-primary-1.terms-conditions-hero {
    padding-right: 7%;
    padding-left: 7%;
    background-color: #fff;
    background-image: none;
  }

  .security-section.request-demo {
    margin-bottom: auto;
    padding-top: 20px;
  }

  .security-section.security-section-main {
    background-color: #000b27;
    background-image: none;
  }

  .paragraph.hero-description {
    max-width: 70%;
    margin-bottom: 40px;
    font-size: 24px;
  }

  .paragraph.hero-description.white {
    font-size: 20px;
  }

  .card {
    width: 30%;
    margin: 10px;
    padding: 20px;
  }

  .card.team-v1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 33%;
    min-width: 24%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card.team-v1:hover {
    border-color: #0a2463;
  }

  .card.team-v1.leadership {
    max-width: 100%;
  }

  .card.team-v1.advisory {
    min-width: 25%;
  }

  .card.feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
  }

  .card.partners {
    min-width: 60%;
  }

  .title {
    margin-bottom: 10px;
    font-size: 45px;
  }

  .title.neutral-100.cta-2 {
    max-width: 100%;
    margin-right: 220px;
    color: #292c32;
  }

  .title.neutral-100.terms-conditions {
    color: #292c32;
  }

  .title.card-faq {
    font-size: 30px;
  }

  .title.home-v2-hero {
    max-width: 90%;
    font-size: 60px;
  }

  .title.home-v2-features {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .title.blog-v1-post:hover {
    color: #1454a7;
  }

  .title.h3-size.card-feature {
    text-align: left;
  }

  .title.blog-v1 {
    text-align: center;
  }

  .title.landing-page-testimonials {
    color: #0a2463;
  }

  .title.landing-page-testimonials.white {
    color: #fff;
  }

  .title.landing-page-testimonials {
    color: #0a2463;
  }

  .title.landing-page-testimonials.white {
    color: #292c32;
  }

  .image.card-home-v3-feature {
    -webkit-filter: none;
    filter: none;
  }

  .image.card-feature.icon {
    margin-right: 0px;
  }

  .image.blog-post {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .image.landing-page-testimonial {
    width: 68px;
    height: 0px;
    min-width: 68px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .subtitle.contact-faqs {
    margin-bottom: 0px;
  }

  .bg.pricing {
    background-color: #0a2463;
  }

  .bg.pricing {
    background-color: #0a2463;
  }

  .content-top.blog-v1 {
    max-width: 100%;
    margin-right: 3%;
    margin-left: 3%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .content-top.landing-page-testimonials {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-2-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer-content-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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;
  }

  .footer-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-content-bottom {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
  }

  .footer-menu-wrapper {
    margin-right: 40px;
  }

  .footer-menu-wrapper.pages {
    max-width: 450px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-title {
    font-size: 22px;
  }

  .container-medium-710px.home-v2-hero.hero {
    margin-top: 40px;
  }

  .home-v2-companies-wrapper {
    display: block;
    margin-top: 0px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .home-v2-features-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-v2-features-content {
    max-width: 80%;
  }

  .blog-v1-post-wrapper {
    padding-bottom: 20px;
  }

  .home-v3-companies-wrapper {
    max-width: 80%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }

  .home-v3-companies-logos {
    margin-right: auto;
    margin-left: auto;
  }

  .team-v1-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .features-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .features-grid.homepage {
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
  }

  .card-feature-content {
    font-size: 20px;
  }

  .button-category.icon:hover {
    background-color: #fafafc;
  }

  .pricing-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-plan-feature-wrapper {
    font-size: 20px;
  }

  .testimonial-wrapper {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading {
    margin-left: 0px;
  }

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

  .card-2.plan {
    margin-top: 60px;
  }

  .card-2.plan.popular {
    margin-top: 10px;
    margin-bottom: 0px;
    box-shadow: 0 3px 11px 0 #caccd1;
  }

  .card-landing-page-testimonial-from-2 {
    color: #0a2463;
  }

  .text-span-6 {
    text-decoration: none;
  }

  .link {
    margin-right: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: underline;
  }

  .container-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-2 {
    position: static;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navlink {
    font-size: 12px;
  }

  .cta-button.navigation-link {
    max-height: 40px;
    margin-left: 40px;
    padding-left: 20px;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .hero-stack {
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero-wrapper-two {
    max-width: 80%;
  }

  .heading-9 {
    max-width: 60%;
    margin-bottom: 60px;
    font-size: 28px;
  }

  .heading-9.enterprise-section {
    text-align: center;
  }

  .bold-text-5.enterprise {
    font-size: 20px;
  }

  .button-primary-4 {
    background-color: #0a2463;
  }

  .button-primary-4.w--current:hover {
    background-color: #3e93cd;
    color: #e9f8f7;
  }

  .button-primary-4.full-width {
    background-color: #3e93cd;
  }

  .rich-text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-19 {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
  }

  .html-embed-2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .paragraph-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .container-12 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    min-width: 0%;
    margin-right: 0px;
    margin-left: 0px;
    -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;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .columns-4 {
    padding-right: 60px;
    padding-left: 60px;
  }

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

  .column-11 {
    margin-bottom: 40px;
  }

  .heading-13 {
    font-size: 20px;
  }

  .image-23 {
    min-width: 300px;
  }

  .heading-16 {
    margin-left: 0px;
    text-align: center;
  }

  .collection-list-wrapper-3 {
    max-width: 80%;
  }

  .collection-list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .collection-item.card-team-v1-hover.card.card-team-v1 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-wrapper-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-16 {
    margin-top: 40px;
  }

  .card-logo {
    margin-right: 40px;
    margin-left: 40px;
  }

  .text-block-18 {
    font-size: 18px;
  }

  .security-page-hero-section {
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 0px;
  }

  .h2-size.title.pricing {
    font-size: 45px;
  }

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

  .text-block-19 {
    max-width: 60%;
    font-size: 18px;
  }

  .paragraph-partners {
    max-width: 780px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    text-align: center;
  }

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

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

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

  .icon-5 {
    opacity: 1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .icon-5.bitcoin {
    opacity: 0.26;
  }

  .icon-5.heart {
    opacity: 0.68;
  }

  .icon-5.shield {
    opacity: 0.53;
  }

  .navigation-link {
    margin-right: 20px;
    padding: 20px;
  }

  .text-block-20 {
    padding-right: 5px;
  }

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

  .container-20 {
    margin-right: 3%;
    margin-left: 3%;
  }

  .navbar-3 {
    background-color: #fff;
    color: #fff;
  }

  .image-29 {
    margin: 10px;
  }

  .div-block-5 {
    margin-bottom: 20px;
    padding: 25px;
    border-style: none;
    border-width: 1px;
    border-color: #a0a2a7;
    border-radius: 20px;
    background-color: #faf6f1;
    box-shadow: -3px 2px 12px 9px rgba(0, 0, 0, 0.09);
    opacity: 1;
    outline-color: #6f7278;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
  }

  .button-5 {
    background-color: #e7e9ee;
    box-shadow: 1px 1px 3px 0 #a0a2a7;
    font-weight: 700;
  }

  .collection-list-4 {
    background-color: #fff;
    box-shadow: 1px 1px 8px 0 #e7e9ee;
  }

  .collection-list-4.article-collections-page {
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .container-26 {
    max-width: 100%;
  }

  .text-block-27 {
    margin-top: 40px;
  }

  .recaptcha {
    margin-top: 20px;
  }

  .success-message-2 {
    border-radius: 7px;
  }

  .bold-text-10 {
    color: #ff0202;
  }

  .bold-text-11 {
    color: red;
  }

  .form-block-2 {
    min-width: 70%;
    margin-right: 15%;
    margin-left: 15%;
  }

  .section-15 {
    margin-bottom: 40px;
  }

  .container-28 {
    max-width: 50%;
  }

  .text-block-31 {
    margin-top: 40px;
  }

  .html-embed-3 {
    margin-top: 40px;
  }

  .hero-heading-center-2 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .form {
    display: block;
    max-width: 800px;
    min-width: 400px;
    -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;
  }

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

  .navbar-5 {
    position: static;
    display: inline-block;
    overflow: visible;
    width: 100%;
    padding-right: 3%;
    padding-left: 3%;
    -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;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .columns-25 {
    margin-right: 100px;
    margin-left: 10%;
  }

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

  .div-block-9 {
    display: block;
    max-height: 400px;
    min-height: 400px;
    margin: 0px;
    padding: 16px 5px;
    border-radius: 8px;
    background-color: #fff;
  }

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

  .section-16 {
    margin-bottom: 0px;
    padding-right: 5%;
    padding-bottom: 40px;
    padding-left: 5%;
    background-color: #fbf9f8;
  }

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

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

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

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

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

  .image-32 {
    margin-top: 20px;
  }

  .image-33 {
    margin-top: 20px;
  }

  .image-34 {
    margin-top: 20px;
  }

  .image-35 {
    margin-top: 20px;
  }

  .image-36 {
    margin-top: 20px;
  }

  .container-30 {
    display: inline;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .brand-5 {
    display: inline-block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-menu-5 {
    display: inline-block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-31 {
    display: inline;
  }

  .navbar-6 {
    padding-right: 3%;
    padding-bottom: 10px;
    padding-left: 3%;
  }
}

@media screen and (min-width: 1920px) {
  .container-default {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-default.why-choose-engiven {
    max-width: 60%;
  }

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

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

  .button-primary {
    background-color: #0a2463;
    color: #fff;
    font-size: 25px;
  }

  .button-primary:hover {
    background-color: #0a2463;
    color: #fff;
  }

  .button-primary.full-width {
    background-color: #3e93cd;
  }

  .button-primary.button-white._2-buttons-button {
    background-color: #9d5660;
  }

  .button-primary.button-white._2-buttons-button.w--current {
    background-color: #ffca0f;
    color: #292c32;
  }

  .button-primary._2-buttons-button {
    background-color: #ffca0f;
    color: #292c32;
  }

  .button-primary._2-buttons-button.w--current {
    background-color: #ffca0f;
    color: #292c32;
  }

  .button-primary.header-button {
    background-color: #ffca0f;
    color: #292c32;
  }

  .button-primary.yellow.footer-button {
    font-size: 18px;
    font-weight: 700;
  }

  .button-primary.yellow.footer-button:hover {
    background-color: #ffca0f;
    color: #292c32;
  }

  .button-secondary {
    margin-top: 40px;
    background-color: #ffca0f;
    color: #292c32;
    font-size: 25px;
    font-weight: 700;
  }

  .button-secondary:hover {
    background-color: #ffefb7;
    color: #292c32;
  }

  .header-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .security-section.bg-primary-1.cta-2 {
    margin-top: auto;
    background-color: #faf6f1;
    background-image: none;
  }

  .security-section.bg-primary-1.terms-conditions-hero {
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 10%;
    padding-left: 10%;
  }

  .security-section.security-section-main {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.87)), to(rgba(0, 0, 0, 0.87))), url('../images/security.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)), url('../images/security.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
  }

  .title.neutral-100.cta-2 {
    color: #292c32;
  }

  .title.home-v2-hero {
    max-width: 90%;
  }

  .title.landing-page-testimonials {
    color: #0a2463;
    text-align: center;
  }

  .title.landing-page-testimonials.white {
    color: #fff;
  }

  .title.landing-page-testimonials {
    color: #0a2463;
    text-align: center;
  }

  .title.landing-page-testimonials.white {
    color: #292c32;
  }

  .image.home-v2-hero-1 {
    max-width: 100%;
    box-shadow: none;
  }

  .image.home-v3-company {
    margin-right: 20px;
    margin-left: 20px;
  }

  .image.home-v3-company.compassion {
    margin-right: 20px;
    margin-left: 20px;
  }

  .image.home-v3-company.march-of-dimes {
    margin-right: 20px;
    margin-left: 20px;
  }

  .image.home-v3-company.united-way {
    margin: 9px 20px;
  }

  .image.home-v3-company.salvation-army {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }

  .image.landing-page-testimonial {
    overflow: visible;
    max-height: 100%;
    max-width: 100%;
    margin-right: 19px;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .header-wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .bg.pricing {
    background-color: #0a2463;
  }

  .bg.pricing {
    background-color: #0a2463;
  }

  .content-top.blog-v1 {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .content-top.blog-category {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .card-faq-icon-2 {
    background-color: #0a2463;
  }

  .cta-2-wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .cta-2-button-primary-text {
    margin-bottom: 0px;
    font-weight: 700;
  }

  .container-medium-710px.home-v2-hero {
    max-width: 1100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-medium-710px.home-v2-hero.hero {
    margin-top: 40px;
  }

  .home-v2-companies-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .home-v2-features-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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-v3-companies-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 60%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-v3-companies-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-medium {
    color: #0a2463;
  }

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

  .blog-category-grid {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading {
    color: #418cee;
    font-weight: 600;
  }

  .section-2 {
    display: block;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    background-color: #292c32;
    background-image: url('../images/ENGV_dark-gradient.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    color: #292c32;
    text-align: left;
  }

  .heading-2 {
    color: #fff;
  }

  .container-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-container-video-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

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

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

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

  .section {
    overflow: hidden;
  }

  .card-landing-page-testimonial-from-2 {
    color: #0a2463;
  }

  .link {
    margin-right: 10px;
  }

  .cta-button.navigation-link {
    margin-right: 10px;
    margin-left: 0px;
  }

  .hero-stack {
    overflow: hidden;
  }

  .button-secondary-2 {
    margin-top: 40px;
    background-color: #ffca0f;
    color: #292c32;
    font-size: 24px;
    font-weight: 500;
  }

  .button-secondary-2:hover {
    background-color: #ffefb7;
    color: #292c32;
  }

  .button-primary-4 {
    background-color: #0a2463;
    color: #fff;
    font-size: 25px;
  }

  .button-primary-4:hover {
    background-color: #3e93cd;
    color: #fff;
  }

  .button-primary-4.full-width {
    background-color: #3e93cd;
  }

  .rich-text-block {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .collection-list-wrapper-3 {
    display: block;
    max-width: 60%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .collection-list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
  }

  .container-19 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    text-decoration: none;
  }

  .form-block-2 {
    min-width: 60%;
  }

  .form {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

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

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

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 16px;
    font-size: 43px;
  }

  h2 {
    margin-bottom: 20px;
  }

  blockquote {
    padding: 100px 60px;
    background-position: 128% -60%, -28% 180%;
    font-size: 22px;
  }

  .container-default.security-section {
    margin-top: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .button-primary {
    display: inline-block;
    margin-top: 40px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: color 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
    transition: color 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
    transition: color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
    transition: color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .button-primary:hover {
    border-radius: 6px;
    outline-color: #fff;
    outline-offset: 0px;
    outline-style: solid;
    outline-width: 3px;
    -webkit-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
  }

  .button-primary.yellow:hover {
    box-shadow: none;
    -webkit-transform: translate(0px, -4px);
    -ms-transform: translate(0px, -4px);
    transform: translate(0px, -4px);
  }

  .header {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .header-navigation {
    margin-right: 24px;
    margin-left: 24px;
    -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;
  }

  .nav-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link {
    display: none;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 rgba(0, 0, 0, 0.35);
    font-size: 18px;
    text-align: left;
  }

  .nav-link.dropdown {
    display: inline-block;
  }

  .nav-menu {
    position: fixed;
    overflow: auto;
    width: 100vw;
    max-height: 100vh;
    max-width: 100%;
    padding-top: 121px;
    padding-bottom: 36px;
    background-color: #fafafc;
    box-shadow: 0 4px 22px 0 rgba(41, 44, 50, 0.04);
  }

  .footer-nav {
    margin-right: 30px;
  }

  .footer-logo {
    width: 217px;
  }

  .security-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .security-section.bg-primary-1.cta-2 {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .security-section.bg-primary-1.cta-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .security-section.bg-primary-1.newsletter-v1 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .security-section.bg-primary-1.terms-conditions-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .security-section.bg-primary-1.cta-4 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .security-section.blog-v1 {
    padding-top: 120px;
    padding-bottom: 170px;
  }

  .security-section.blog-post {
    padding-top: 0px;
    padding-bottom: 112px;
  }

  .security-section.blog-post-articles {
    padding-top: 112px;
    padding-bottom: 144px;
  }

  .security-section.pricing {
    padding-top: 96px;
    padding-bottom: 144px;
  }

  .security-section.request-demo {
    padding-top: 64px;
    padding-bottom: 0px;
  }

  .security-section.blog-category {
    padding-top: 96px;
  }

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

  .utility-page-wrap {
    padding-bottom: 116px;
  }

  .utility-page-content-password {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._404-title {
    font-size: 150px;
  }

  .divider.footer-content-top-divider {
    margin-top: 60px;
    margin-bottom: 83px;
  }

  .divider.footer-content-bottom-divider {
    margin-top: 83px;
  }

  .divider.card-team {
    margin-top: 67px;
    margin-bottom: 60px;
  }

  .paragraph.neutral-100.newsletter-v1 {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.hero-description {
    margin-bottom: 50px;
    font-size: 20px;
  }

  .paragraph.request-demo-content {
    max-width: 100%;
    text-align: center;
  }

  .card {
    height: auto;
    min-height: 0px;
    min-width: 0%;
  }

  .card.team-v1:hover {
    border-color: #0a2463;
  }

  .card.team-v1.advisory {
    min-height: 307px;
  }

  .card.team-v2 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .card.career {
    padding-top: 50px;
    padding-bottom: 51px;
  }

  .card.feature {
    max-width: 100%;
    padding-right: 35px;
    padding-bottom: 48px;
    padding-left: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card.help-center-category {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .card.help-center-category-article {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.default {
    padding-right: 40px;
    padding-left: 40px;
  }

  .title {
    font-size: 52px;
  }

  .title.neutral-100.cta-1 {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .title.neutral-100.cta-2 {
    margin-right: 0px;
    margin-bottom: 40px;
    font-size: 42px;
  }

  .title.neutral-100.newsletter-v1 {
    margin-bottom: 10px;
  }

  .title.neutral-100.blog-post {
    margin-bottom: 20px;
    font-size: 45px;
  }

  .title.neutral-100.pricing {
    margin-bottom: 10px;
  }

  .title.neutral-100.terms-conditions {
    margin-bottom: 20px;
  }

  .title.h4-size.past-experience {
    margin-bottom: 10px;
  }

  .title.card-faq {
    font-size: 30px;
  }

  .title.home-v2-hero {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 53px;
  }

  .title.home-v2-features {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .title.card-home-v3-feature {
    margin-bottom: 10px;
  }

  .title.card-feature {
    margin-bottom: 10px;
  }

  .title.h3-size.card-feature {
    margin-bottom: 10px;
  }

  .title.h3-size.card-about-team {
    margin-right: 8px;
  }

  .title.h2-size.request-demo-content {
    margin-bottom: 10px;
    text-align: center;
  }

  .title.blog-v1 {
    margin-bottom: 35px;
  }

  .title.faqs-contact {
    margin-bottom: 10px;
  }

  .title.team-page {
    margin-bottom: 10px;
  }

  .title.request-demo-content-features {
    margin-bottom: 20px;
  }

  .title.landing-page-testimonials {
    color: #292c32;
  }

  .title.landing-page-testimonials.white {
    color: #292c32;
  }

  .title.h1-size {
    font-size: 43px;
  }

  .title.h1-size.blog-category-name {
    margin-right: 13px;
  }

  .title.landing-page-testimonials {
    color: #292c32;
  }

  .title.landing-page-testimonials.white {
    color: #292c32;
    font-size: 32px;
  }

  .title.h3-size.card-about-team {
    margin-right: 8px;
  }

  .title.neutral-100.pricing {
    margin-bottom: 10px;
  }

  .title.h4-size.past-experience {
    margin-bottom: 10px;
  }

  .split-content.header-right {
    position: relative;
    z-index: 99;
  }

  .split-content.faqs-left {
    max-width: 100%;
    margin-right: 0px;
  }

  .split-content.faqs-right {
    max-width: 100%;
  }

  .split-content.clients-individuals-left {
    max-width: 754px;
    margin-bottom: 50px;
    text-align: center;
  }

  .split-content.newsletter-v1-content {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.request-demo-content {
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .image-wrapper.blog-post {
    margin-bottom: 60px;
  }

  .image.home-v3-company {
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image.card-feature {
    margin-right: 0px;
  }

  .image.blog-v1-featured {
    position: static;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

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

  .subtitle.contact-faqs {
    margin-bottom: 15px;
  }

  .bg.cta-3-shape-2 {
    left: -168px;
  }

  .bg.cta-3-shape-3 {
    right: -154px;
    bottom: -257px;
  }

  .bg.newsletter-v1-shape-1 {
    left: -128px;
    top: -239px;
  }

  .bg.newsletter-v1-shape-2 {
    right: -182px;
    bottom: -373px;
  }

  .bg.pricing {
    min-height: 80%;
  }

  .bg.cta-4-shape-2 {
    left: -168px;
  }

  .bg.cta-4-shape-3 {
    right: -154px;
    bottom: -257px;
  }

  .bg.pricing {
    min-height: 80%;
  }

  .cta-1-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .container-medium-637px.team-page {
    margin-top: 60px;
  }

  .faqs-wrapper {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-top.blog-v1 {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-top.team-articles {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-top.landing-page-testimonials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-top.blog-category {
    margin-bottom: 52px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-2-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .footer-content {
    margin-bottom: -60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-content-bottom {
    margin-bottom: -20px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .footer-menu-wrapper {
    margin-right: 64px;
    margin-bottom: 60px;
  }

  .footer-menu-wrapper.pages {
    max-width: 433px;
    margin-right: 64px;
  }

  .footer-small-print {
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .container-medium-710px.home-v2-hero {
    display: block;
  }

  .container-medium-710px.home-v2-hero.hero {
    margin-top: 20px;
  }

  .home-v2-companies-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-v2-features-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-v2-features-content {
    max-width: 754px;
    margin-bottom: 0px;
    text-align: center;
  }

  .home-v3-features-grid {
    margin-right: auto;
    margin-left: auto;
  }

  .card-home-v3-feature-content {
    max-width: 682px;
  }

  .container-small-551px.faqs {
    margin-bottom: 60px;
  }

  .home-v3-companies-wrapper {
    -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-v3-companies-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .container-medium-616px.features {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .container-medium-616px.pricing {
    margin-bottom: 40px;
  }

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

  .features-grid.homepage {
    max-width: 95%;
  }

  .card-feature-content {
    max-width: 682px;
    margin-bottom: 0px;
  }

  .blog-v1-featured-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .blog-v1-post-category-wrapper {
    top: 20px;
    right: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .newsletter-v1-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .newsletter-v1-form-block {
    max-width: 660px;
  }

  .container-large-1016px.blog-post {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .blog-post-about-wrapper {
    margin-bottom: 65px;
  }

  .rich-text h2 {
    margin-bottom: 20px;
  }

  .rich-text p {
    margin-bottom: 22px;
  }

  .rich-text ul {
    margin-top: 22px;
    margin-bottom: 44px;
  }

  .rich-text h3 {
    margin-top: 44px;
    margin-bottom: 20px;
  }

  .rich-text figure {
    margin-bottom: 60px;
  }

  .rich-text figcaption {
    margin-top: 27px;
  }

  .rich-text h4 {
    margin-top: 44px;
    margin-bottom: 20px;
  }

  .rich-text ol {
    margin-top: 22px;
    margin-bottom: 44px;
  }

  .rich-text h5 {
    margin-top: 44px;
  }

  .rich-text blockquote {
    margin-bottom: 81px;
  }

  .rich-text h6 {
    margin-top: 44px;
  }

  .container-small-529px.faqs-content-bottom {
    margin-top: 88px;
  }

  .pricing-wrapper {
    margin-right: 0px;
    margin-bottom: -32px;
    -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;
  }

  .card-plan-content-top {
    max-width: 292px;
  }

  .card-plan-content-bottom {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card-team-content-top-about-top {
    margin-bottom: 20px;
  }

  .about-team-title-wrapper {
    margin-bottom: 10px;
  }

  .footer-small-wrapper {
    margin-bottom: -20px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .request-demo-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .request-demo-content-features-grid {
    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;
  }

  .request-demo-content-top {
    max-width: 90%;
    margin-bottom: 40px;
  }

  .request-demo-features-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .testimonial-wrapper {
    display: block;
  }

  .landing-page-testimonials-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-item-wrapper {
    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;
  }

  .category-wrapper.blog-category {
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .dropdown-nav-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown-nav {
    margin-right: 20px;
  }

  .dropdown-nav-pages-wrapper {
    width: auto;
    margin-right: 50px;
    margin-bottom: 30px;
  }

  .dropdown-nav-pages-wrapper.inside {
    margin-top: 0px;
  }

  .dropdown-nav-main-wrapper {
    max-width: none;
    padding: 50px 0px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-width: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .nav-link-dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-list {
    position: static;
    padding-top: 0px;
  }

  .dropdown-2-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-v3-companies-text-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 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;
    font-size: 19px;
  }

  .container-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .home-v3-achievement-number-2 {
    font-size: 42px;
  }

  .card-2.landing-page-testimonial {
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card-2.home-v3-feature {
    max-width: 100%;
    padding-right: 44px;
    padding-left: 44px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-2.plan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 32px;
    padding-top: 53px;
  }

  .card-2.plan.popular {
    margin-bottom: 32px;
  }

  .card-2.team {
    padding: 68px 60px 74px;
  }

  .dropdown-link {
    padding: 10px;
    border-bottom-style: solid;
    border-bottom-color: rgba(3, 4, 7, 0.07);
    color: #292c32;
    font-size: 18px;
    font-weight: 500;
  }

  .dropdown-link.w--current {
    font-size: 18px;
  }

  .nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 100vh;
    padding-bottom: 140px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
    text-align: center;
  }

  .navbar-2 {
    display: block;
    overflow: visible;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .navlink {
    display: block;
    width: 100%;
    height: 40px;
    padding-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .navlink:hover {
    background-color: #f7f7f7;
  }

  .menu-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #000;
  }

  .menu-button-2:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .menu-button-2.w--open {
    background-color: #fff;
    color: #3ab984;
  }

  .cta-button {
    display: block;
    margin: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
  }

  .image-17 {
    display: block;
    margin: auto 0px;
    padding-top: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
  }

  .text-block-10.signin {
    font-size: 20px;
  }

  .container-10 {
    max-width: 728px;
  }

  .margin-bottom-24px {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .container-11 {
    max-width: 728px;
  }

  .button-secondary-2 {
    background-color: #ffca0f;
    color: #292c32;
  }

  .popular-badge-2 {
    top: 10px;
    right: 10px;
  }

  .divider-2.card-plan {
    width: 1px;
    margin: 0px 40px 0px 30px;
  }

  .divider-2.card-team {
    margin-top: 67px;
    margin-bottom: 60px;
  }

  .button-primary-4 {
    display: inline-block;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .pricing-tabs-menu-2 {
    margin-bottom: 60px;
  }

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

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

  .heading-16 {
    margin-top: 0px;
    font-size: 17px;
  }

  .collection-list-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .competitive-analysis-heading {
    font-size: 14px;
  }

  .hero-heading-center {
    margin-top: 60px;
    padding-top: 140px;
  }

  .container-15 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    min-width: 0%;
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .paragraph-partners {
    max-width: 80%;
  }

  .navigation {
    display: none;
  }

  .articles-and-resources-section {
    overflow: hidden;
  }

  .text-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    margin-right: 0px;
  }

  ._44 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .dropdown-icon {
    display: none;
  }

  .expand-menu {
    display: block;
  }

  .expand-menu.w--open {
    background-color: #fff;
    color: #418cee;
  }

  .nav-menu-4 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    max-width: 400px;
    min-width: 300px;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-style: solid;
    border-width: 1px;
    border-color: #a0a2a7;
    border-radius: 8px;
    background-color: #fff;
    color: #494a4d;
  }

  .dropdown-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block-23 {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e7e9ee;
    border-radius: 0px;
    color: #292c32;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-decoration: underline;
    text-transform: uppercase;
  }

  .div-block-5 {
    position: static;
    overflow: visible;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-6 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .recaptcha {
    margin-top: 20px;
  }

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

  .gallery-sticky {
    position: relative;
    top: 0px;
  }

  .container-28 {
    max-width: 80%;
  }

  .hero-heading-center-2 {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .centered-heading-2.margin-bottom-32px.give-to-any {
    min-width: 258px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-2 {
    position: static;
    max-width: 100%;
    margin-top: 60px;
    padding-top: 0px;
    opacity: 1;
  }

  .form {
    min-width: 344px;
  }

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

  .form-block-3 {
    display: block;
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .columns-25 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-9 {
    min-height: 0px;
    padding: 20px 10px;
    box-shadow: 0 0 3px 0 #caccd1;
    outline-color: #6f7278;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
  }

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

  .container-31 {
    display: inline;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-6 {
    display: inline-block;
    width: 100%;
    padding-left: 3%;
    background-color: #fff;
  }
}

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

  h2 {
    margin-bottom: 15px;
    font-size: 32px;
  }

  h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding-top: 83px;
    padding-bottom: 83px;
    background-position: 128% -100%, -43% 240%;
    font-size: 20px;
  }

  .container-default {
    padding-bottom: 0px;
  }

  .button-primary {
    display: block;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 35px;
    padding-left: 35px;
  }

  .button-primary.full-width {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button-primary._2-buttons-button {
    margin-right: 20px;
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary.header-button.mobile {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
  }

  .button-primary.yellow {
    display: block;
    margin-top: 60px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .button-primary.yellow.footer-button {
    display: none;
  }

  .button-secondary {
    padding-right: 35px;
    padding-left: 35px;
  }

  .header {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .nav-item-wrapper {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .nav-item-wrapper.header-button-mobile {
    display: block;
    margin-top: 120px;
  }

  .nav-link {
    font-size: 18px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-logo-container {
    margin-bottom: 35px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .security-section {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .security-section.bg-primary-1.cta-2 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .security-section.bg-primary-1.cta-3 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .security-section.bg-primary-1.newsletter-v1 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .security-section.bg-primary-1.terms-conditions-hero {
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .security-section.bg-primary-1.cta-4 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .security-section.blog-v1 {
    padding-top: 96px;
    padding-bottom: 136px;
  }

  .security-section.blog-post {
    padding-top: 0px;
    padding-bottom: 90px;
  }

  .security-section.blog-post-articles {
    padding-top: 90px;
    padding-bottom: 115px;
  }

  .security-section.pricing {
    padding: 77px 16px 115px;
  }

  .security-section.request-demo {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .security-section.blog-category {
    padding-top: 77px;
  }

  .utility-page-wrap {
    padding-top: 40px;
    padding-bottom: 93px;
  }

  .utility-page-content-password {
    padding: 50px 40px;
  }

  ._404-title {
    font-size: 125px;
  }

  .divider.footer-content-top-divider {
    margin-top: 50px;
    margin-bottom: 70px;
  }

  .divider.footer-content-bottom-divider {
    margin-top: 70px;
  }

  .divider.card-team {
    margin-top: 56px;
    margin-bottom: 50px;
  }

  .paragraph.hero-description {
    margin-bottom: 40px;
  }

  .paragraph.card-blog-v1-featured-excerpt {
    margin-bottom: 28px;
  }

  .paragraph.card-landing-page-testimonial {
    max-width: 618px;
  }

  .card.faq {
    padding-right: 30px;
    padding-left: 30px;
  }

  .card.team-v2 {
    padding: 33px 30px 47px;
  }

  .card.career {
    padding: 40px 34px 43px;
  }

  .card.feature {
    padding: 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;
    text-align: center;
  }

  .card.help-center-category {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.help-center-category-article {
    padding: 50px 40px;
  }

  .card.default {
    padding: 40px 33px 46px;
  }

  .title.neutral-100.cta-1 {
    margin-bottom: 35px;
  }

  .title.neutral-100.cta-2 {
    max-width: 575px;
    margin-bottom: 35px;
  }

  .title.neutral-100.blog-post {
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
  }

  .title.neutral-100.terms-conditions {
    position: static;
    margin-bottom: 16px;
  }

  .title.neutral-100.cta-4 {
    margin-bottom: 25px;
  }

  .title.neutral-100.cta-team {
    max-width: 438px;
    margin-bottom: 25px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.home-v2-hero {
    margin-bottom: 16px;
    font-size: 46px;
  }

  .title.home-v2-features {
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
  }

  .title.clients-individuals {
    max-width: 431px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.blog-v1-post {
    margin-bottom: 22px;
  }

  .title.h3-size {
    font-size: 22px;
  }

  .title.h3-size.card-plan {
    margin-bottom: 10px;
  }

  .title.h3-size.card-about-team {
    margin-right: 7px;
  }

  .title.h2-size {
    font-size: 32px;
  }

  .title.h2-size.request-demo-content {
    max-width: 378px;
  }

  .title.blog-v1 {
    margin-bottom: 30px;
  }

  .title.request-demo-content-features {
    margin-bottom: 16px;
  }

  .title.h1-size {
    font-size: 36px;
  }

  .title.h1-size.blog-category-name {
    margin-right: 10px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .title.h3-size {
    font-size: 22px;
  }

  .title.h3-size.card-plan {
    margin-bottom: 10px;
  }

  .title.h3-size.card-about-team {
    margin-right: 7px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .split-content.blog-post-articles-left {
    margin-bottom: 25px;
  }

  .split-content.blog-post-articles-right {
    margin-bottom: 25px;
  }

  .split-content.team-articles-left {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .split-content.request-demo-content {
    margin-bottom: 60px;
  }

  .split-content.landing-page-testimonials-left {
    margin-bottom: 30px;
  }

  .image-wrapper.blog-v1-post {
    margin-bottom: 28px;
  }

  .image-wrapper.blog-post {
    margin-bottom: 50px;
  }

  .image.home-v2-hero-1 {
    max-width: 80%;
  }

  .image.card-home-v3-feature {
    margin-right: auto;
    margin-left: auto;
  }

  .image.home-v3-company {
    max-width: 24%;
    margin-right: 20px;
    margin-left: 20px;
  }

  .image.card-feature {
    margin-right: auto;
    margin-left: auto;
  }

  .image.card-team {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .image.landing-page-testimonial {
    width: 57px;
    min-height: 57px;
    min-width: 57px;
    margin-right: 15px;
  }

  .image.password {
    max-width: 140px;
    margin-bottom: 20px;
  }

  .subtitle.contact-faqs {
    margin-bottom: 10px;
  }

  .bg.cta-3-shape-1 {
    display: none;
  }

  .bg.cta-3-shape-2 {
    left: -176px;
    top: -157.5px;
  }

  .bg.cta-3-shape-3 {
    right: -192px;
    bottom: -276px;
    display: none;
  }

  .bg.cta-3-shape-4 {
    right: -79px;
    bottom: -214px;
  }

  .bg.newsletter-v1-shape-1 {
    left: -186px;
  }

  .bg.newsletter-v1-shape-2 {
    bottom: -390px;
  }

  .bg.cta-4-shape-2 {
    left: -176px;
    top: -157.5px;
  }

  .bg.cta-4-shape-3 {
    right: -192px;
    bottom: -276px;
  }

  .bg.password-shape-1 {
    left: -233px;
    bottom: -163px;
  }

  .content-top.blog-post-articles {
    margin-bottom: 17px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-top.team-articles {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-top.landing-page-testimonials {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .content-top.blog-category {
    margin-bottom: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .space.card-faq {
    min-height: 15px;
  }

  .cta-2-button-primary-text {
    margin-bottom: 0px;
    font-size: 20px;
  }

  .footer-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .footer-content {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-content-bottom {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-menu-wrapper.pages {
    width: auto;
    max-width: none;
  }

  .footer-menu-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-small-print {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .container-medium-710px.home-v2-hero {
    margin-bottom: 50px;
  }

  .container-medium-710px.home-v2-hero.hero {
    margin-bottom: 0px;
  }

  .home-v2-features-content {
    margin-bottom: auto;
  }

  .posts-section-grid {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-v1-post-content {
    max-width: 503px;
  }

  .home-v3-features-grid {
    grid-row-gap: 35px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .container-small-551px.faqs {
    margin-bottom: 40px;
  }

  .home-v3-achievements-wrapper {
    display: none;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .home-v3-companies-wrapper {
    margin-bottom: 0px;
  }

  .home-v3-companies-logos {
    margin-left: -20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-v3-achievement-text {
    font-size: 18px;
  }

  .container-medium-616px.features {
    margin-bottom: 50px;
  }

  .container-medium-616px.pricing {
    margin-bottom: 35px;
  }

  .team-v1-grid {
    max-width: 575px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-team-v1-content {
    padding-bottom: 40px;
  }

  .features-grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .features-grid.homepage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contact-form-link {
    font-size: 18px;
  }

  .blog-v1-grid {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-large-1016px.blog-post {
    margin-bottom: 50px;
  }

  .blog-post-about-wrapper {
    margin-bottom: 24px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rich-text h2 {
    margin-bottom: 16px;
  }

  .rich-text p {
    margin-bottom: 20px;
  }

  .rich-text ul {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text h3 {
    margin-top: 40px;
    margin-bottom: 16px;
  }

  .rich-text figure {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .rich-text figcaption {
    margin-top: 23px;
  }

  .rich-text h4 {
    margin-top: 40px;
    margin-bottom: 16px;
  }

  .rich-text ol {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text h5 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 68px;
  }

  .rich-text h6 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .blog-post-about-author-wrapper {
    margin-right: 40px;
    margin-bottom: 30px;
  }

  .blog-post-about-category-link {
    margin-bottom: 30px;
  }

  .container-small-529px.faqs-content-bottom {
    margin-top: 73px;
  }

  .card-plan-features-grid {
    grid-row-gap: 6px;
  }

  .card-team-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .card-team-content-top-about {
    max-width: 450px;
  }

  .card-team-content-top-about-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-team-name-wrapper {
    margin-bottom: 25px;
  }

  .card-team-position {
    font-size: 18px;
  }

  .footer-small-wrapper {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .request-demo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .request-demo-content-feature-wrapper {
    margin-bottom: 10px;
  }

  .request-demo-content-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .request-demo-features-wrapper {
    margin-top: 20px;
  }

  .product-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .category-wrapper.blog-category {
    margin-right: 0px;
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .blog-category-grid {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dropdown-nav {
    margin-right: 20px;
  }

  .dropdown-nav-pages-wrapper {
    margin-right: 40px;
  }

  .dropdown-nav-item {
    margin-bottom: 22px;
  }

  .dropdown-nav-main-wrapper {
    padding-top: 40px;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-v3-achievement-number-2 {
    margin-bottom: 0px;
    font-size: 35px;
  }

  .card-2.landing-page-testimonial {
    padding: 40px 33px;
  }

  .card-2.home-v3-feature {
    padding: 40px 40px 20px;
    -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: center;
  }

  .card-2.plan {
    padding-top: 40px;
    padding-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-2.team {
    padding: 57px 50px 62px;
  }

  .section-3 {
    display: block;
  }

  .dropdown-link {
    padding: 9px;
    color: #292c32;
  }

  .dropdown-link:hover {
    color: #292c32;
  }

  .nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .navbar-2 {
    display: block;
    margin-top: 0px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cta-button {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .dropdown-2 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-17 {
    padding-top: 25px;
  }

  .text-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .button-secondary-2 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .card-plan-price-2 {
    margin-bottom: 6px;
    font-size: 32px;
  }

  .card-plan-features-title-2 {
    margin-bottom: 10px;
  }

  .popular-badge-2 {
    top: 20px;
    right: 20px;
  }

  .divider-2.card-plan {
    width: 100%;
    margin: 30px 0px 40px;
  }

  .divider-2.card-team {
    margin-top: 56px;
    margin-bottom: 50px;
  }

  .button-primary-4 {
    display: inline-block;
    padding-right: 35px;
    padding-left: 35px;
  }

  .pricing-tabs-menu-2 {
    margin-bottom: 50px;
  }

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

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

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

  .paragraph-5 {
    margin-bottom: 60px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3em;
  }

  .section-3-mobile {
    display: block;
  }

  .container-12 {
    min-width: 100%;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .heading-16 {
    margin-left: 20px;
  }

  .collection-item.card-team-v1-hover {
    margin-right: 20px;
    margin-left: 20px;
  }

  .columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }

  .column-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-14 {
    display: inline;
    overflow: scroll;
    max-width: 95%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-style: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

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

  .section-5 {
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-heading-center {
    padding: 140px 15px 60px;
  }

  .container-16 {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .expand-menu {
    max-height: 100%;
  }

  .expand-menu.w--open {
    background-color: #fffdfd;
    color: #418cee;
  }

  .nav-menu-4 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    overflow: visible;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #6f7278;
  }

  .text-block-23 {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
  }

  .button-5 {
    border-radius: 10px;
    line-height: 1.1em;
  }

  .text-block-27 {
    margin-top: 40px;
  }

  .hero-stack-2 {
    padding: 60px 15px;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .hero-without-image-2 {
    padding: 60px 15px;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .shadow-two-2 {
    position: relative;
    top: 116px;
    z-index: 0;
    margin-top: 0px;
    clear: none;
  }

  .form-block-3 {
    margin-bottom: 0px;
  }

  .columns-25 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

  h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  p {
    max-width: 100%;
    margin-top: 10px;
    line-height: 1.5em;
  }

  blockquote {
    padding: 60px 25px;
    background-image: url('../images/shape-2-block-quote-startup-x-template.svg');
    background-position: 150% -100%;
    background-size: auto;
    background-repeat: no-repeat;
    font-size: 18px;
  }

  .container-default {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-default.security-section {
    margin-top: auto;
    padding: 10px 16px 0px;
  }

  .container-default.herosection {
    margin-top: 0px;
  }

  .button-primary {
    display: block;
    min-width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 20px 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 20px;
    font-weight: 600;
  }

  .button-primary:hover {
    outline-color: #fff;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
    -webkit-transform: translate(0px, -4px);
    -ms-transform: translate(0px, -4px);
    transform: translate(0px, -4px);
  }

  .button-primary.button-white:hover {
    background-color: #fff;
    outline-color: #fff;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
  }

  .button-primary._2-buttons-button {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
  }

  .button-primary.newsletter-v1 {
    position: static;
    background-color: #fff;
    color: #292c32;
  }

  .button-primary.header-button.mobile {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-primary.form-submit {
    display: block;
    float: none;
    clear: none;
    text-align: center;
  }

  .button-primary.give-to-any {
    margin-top: 20px;
  }

  .button-secondary {
    display: block;
    padding: 20px 15px;
  }

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

  .header {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .header-navigation {
    margin-right: 16px;
    margin-left: 16px;
  }

  .nav-item-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-item-wrapper.header-button-mobile {
    margin-top: 100px;
  }

  .nav-link {
    display: none;
    font-size: 18px;
  }

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

  .footer-logo-container {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .footer-logo {
    width: 181px;
  }

  .footer-nav-item {
    margin-bottom: 20px;
  }

  .page-wrapper {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-wrapper.articles-and-resources-section {
    margin-top: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .security-section.bg-primary-1.cta-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 40px 16px 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .security-section.bg-primary-1.newsletter-v1 {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .security-section.bg-primary-1.terms-conditions-hero {
    margin-top: 0px;
    padding: 74px 1%;
  }

  .security-section.blog-v1 {
    padding-top: 77px;
    padding-bottom: 60px;
  }

  .security-section.blog-post {
    padding-top: 0px;
    padding-bottom: 72px;
  }

  .security-section.blog-post-articles {
    padding-top: 72px;
    padding-bottom: 92px;
  }

  .security-section.pricing {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 92px;
  }

  .security-section.request-demo {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .security-section.blog-category {
    padding-top: 61px;
  }

  .security-section.security-section-main {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .utility-page-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .utility-page-wrap._404 {
    min-height: 750px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .utility-page-content-password {
    padding: 42px 25px;
  }

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

  .input.newsletter-v1 {
    min-height: 68px;
    margin-bottom: 15px;
    padding-right: 24px;
    padding-left: 24px;
  }

  ._404-title {
    color: #0a2463;
    font-size: 104px;
  }

  .divider.footer-content-top-divider {
    margin-top: 40px;
    margin-bottom: 58px;
  }

  .divider.footer-content-bottom-divider {
    margin-top: 58px;
  }

  .divider.card-team {
    margin-top: 47px;
    margin-bottom: 42px;
  }

  .paragraph.neutral-100.blog-post {
    margin-top: 40px;
  }

  .paragraph.card-faq {
    display: block;
    overflow: visible;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.hero-description {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 1.5em;
  }

  .paragraph.card-feature {
    font-size: 18px;
    line-height: 1.3em;
    text-align: left;
  }

  .paragraph.card-blog-v1-featured-excerpt {
    margin-bottom: 23px;
  }

  .paragraph.card-team-content-top-about-summary {
    max-width: 356px;
  }

  .paragraph.request-demo-content {
    max-width: 100%;
    margin-top: 20px;
  }

  .card {
    margin: 5px 16px;
  }

  .card.faq {
    padding-right: 25px;
    padding-left: 25px;
  }

  .card.team-v1.advisory {
    min-width: 100%;
  }

  .card.team-v2 {
    padding: 28px 25px 40px;
  }

  .card.career {
    padding: 33px 25px 36px;
  }

  .card.feature {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 33px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
  }

  .card.help-center-category {
    padding: 33px 25px;
  }

  .card.help-center-category-article {
    padding: 40px 25px;
  }

  .card.default {
    padding: 33px 25px 40px;
  }

  .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 38px;
    text-align: center;
  }

  .title.neutral-100.cta-2 {
    margin-bottom: 0px;
    font-size: 23px;
  }

  .title.neutral-100.cta-3 {
    margin-bottom: 30px;
  }

  .title.neutral-100.blog-post {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .title.neutral-100.pricing {
    margin-bottom: 6px;
  }

  .title.neutral-100.terms-conditions {
    margin-bottom: 10px;
  }

  .title.neutral-100.cta-4 {
    margin-bottom: 20px;
  }

  .title.neutral-100.cta-team {
    max-width: 350px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

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

  .title.h4-size.past-experience {
    margin-top: 15px;
    margin-bottom: 6px;
  }

  .title.card-faq {
    margin-right: 15px;
    font-size: 24px;
  }

  .title.home-v2-hero {
    max-width: 402px;
    margin-bottom: 10px;
    font-size: 35px;
  }

  .title.home-v2-features {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 38px;
  }

  .title.clients-individuals {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .title.blog-v1-post {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .title.card-home-v3-feature {
    margin-bottom: 6px;
  }

  .title.card-feature {
    margin-bottom: 6px;
  }

  .title.h3-size {
    font-size: 20px;
  }

  .title.h3-size.card-feature {
    display: block;
    margin-bottom: 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .title.h3-size.card-about-team {
    text-align: left;
  }

  .title.h2-size {
    font-size: 26px;
  }

  .title.h2-size.request-demo-content {
    margin-bottom: 6px;
  }

  .title.blog-v1 {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .title.h5-size {
    font-size: 16px;
  }

  .title.faqs-contact {
    margin-bottom: 6px;
  }

  .title.team-page {
    margin-bottom: 40px;
  }

  .title.h1-size {
    font-size: 35px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 22px;
  }

  .title.h3-size {
    font-size: 20px;
  }

  .title.neutral-100.pricing {
    margin-bottom: 6px;
  }

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

  .title.h4-size.past-experience {
    margin-top: 15px;
    margin-bottom: 6px;
  }

  .split-content.header-right {
    margin-right: 15px;
  }

  .split-content.clients-individuals-left {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .split-content.blog-post-articles-right {
    margin-bottom: 0px;
  }

  .split-content.team-articles-left {
    display: block;
  }

  .split-content.team-articles-right {
    margin-bottom: 0px;
  }

  .split-content.request-demo-content {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .split-content.landing-page-testimonials-left {
    margin-bottom: 25px;
  }

  .image-wrapper.blog-v1-post {
    margin-bottom: 0px;
    box-shadow: none;
  }

  .image-wrapper.blog-post {
    margin-bottom: 40px;
  }

  .image-wrapper.blog-post-about-author {
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 15px;
  }

  .image {
    margin-bottom: 15px;
  }

  .image.home-v2-hero-1 {
    display: none;
    max-width: 100%;
  }

  .image.blog-v1-post {
    border-bottom: 1px none #caccd1;
  }

  .image.card-home-v3-feature {
    margin-bottom: 15px;
  }

  .image.home-v3-company {
    max-width: 107px;
    margin: 0px;
    padding: 5px;
  }

  .image.home-v3-company.compassion {
    margin: 0px;
    padding: 5px;
  }

  .image.home-v3-company.march-of-dimes {
    padding: 5px;
  }

  .image.home-v3-company.united-way {
    margin: 0px;
  }

  .image.card-feature {
    margin-bottom: 15px;
  }

  .image.blog-v1-featured {
    margin-bottom: 0px;
    border-color: #caccd1;
  }

  .image.blog-post {
    height: 100%;
    margin-bottom: 0px;
  }

  .image.card-team {
    width: 168px;
    min-height: 168px;
    min-width: 168px;
    margin-bottom: 15px;
  }

  .image.landing-page-testimonial {
    width: 48px;
    min-height: 48px;
    min-width: 48px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image.password {
    margin-bottom: 15px;
  }

  ._2-buttons {
    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;
  }

  .bg.cta-3-shape-2 {
    left: -199px;
    top: -167.5px;
  }

  .bg.cta-3-shape-4 {
    right: -58px;
  }

  .bg.newsletter-v1-shape-1 {
    left: -198px;
  }

  .bg.newsletter-v1-shape-2 {
    bottom: -376px;
  }

  .bg.password-shape-1 {
    left: -273px;
    bottom: -196px;
  }

  .bg.password-shape-2 {
    right: -141px;
  }

  .cta-1-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-medium-637px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-637px.team-page {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .content-top.blog-v1 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.blog-post-articles {
    margin-bottom: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .content-top.team-articles {
    margin-bottom: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .content-top.landing-page-testimonials {
    margin-bottom: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.blog-category {
    margin-bottom: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card-faq-content-bottom {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .cta-2-wrapper {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cta-2-button-primary-text {
    display: block;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .footer-content-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-content {
    margin-bottom: -50px;
  }

  .footer-menu-wrapper {
    margin-bottom: 50px;
  }

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

  .footer-small-print {
    font-size: 12px;
  }

  .container-medium-710px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-710px.home-v2-hero {
    overflow: hidden;
    margin-bottom: 40px;
  }

  .container-medium-710px.home-v2-hero.hero {
    margin-top: 40px;
  }

  .home-v2-companies-wrapper {
    max-width: 90%;
    margin-top: 0px;
  }

  .home-v2-features-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .home-v2-features-content {
    max-width: 100%;
    margin-bottom: 40px;
    text-align: left;
  }

  .posts-section-grid {
    grid-row-gap: 50px;
  }

  .blog-v1-post-item {
    margin-right: 16px;
    margin-left: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #caccd1;
    border-radius: 20px;
  }

  .blog-v1-post-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .blog-v1-post-content {
    padding: 10px;
    border-bottom: 1px none #000;
  }

  .blog-v1-post-content-about {
    font-size: 16px;
  }

  .blog-v1-post-content-about-divider {
    width: 15px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .container-small-551px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-small-551px.faqs {
    margin-bottom: 35px;
  }

  .home-v3-achievements-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-v3-companies-wrapper {
    margin: 60px auto 0px;
  }

  .home-v3-companies-logos {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-medium-644px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .home-v3-achievement-text {
    margin-bottom: 60px;
    font-size: 16px;
  }

  .container-medium-616px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-616px.features {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .container-medium-616px.pricing {
    margin-bottom: 30px;
  }

  .card-team-v1-content {
    padding: 28px 25px 33px;
  }

  .features-grid {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 35px;
  }

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

  .contact-form-link {
    font-size: 16px;
  }

  .button-category {
    padding: 10px 20px;
  }

  .blog-v1-grid {
    grid-row-gap: 50px;
  }

  .blog-v1-post-category-wrapper {
    top: 15px;
    right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .card-blog-v1-featured-about {
    font-size: 16px;
  }

  .card-blog-v1-featured-about-divider {
    width: 14px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .blog-v1-featured-category-wrapper {
    top: 15px;
    right: 15px;
    padding: 10px 20px;
    background-color: #f8ede3;
    font-size: 14px;
  }

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

  .container-large-1016px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-large-1016px.blog-post {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .container-large-1044px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .blog-post-about-wrapper {
    margin-bottom: 15px;
  }

  .rich-text h2 {
    margin-bottom: 10px;
  }

  .rich-text ul {
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text h3 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text figure {
    margin-top: 33px;
    margin-bottom: 40px;
  }

  .rich-text figcaption {
    margin-top: 20px;
  }

  .rich-text h4 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text ol {
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text h5 {
    margin-top: 33px;
    margin-bottom: 6px;
  }

  .rich-text blockquote {
    margin-top: 33px;
    margin-bottom: 57px;
  }

  .rich-text h6 {
    margin-top: 33px;
    margin-bottom: 6px;
  }

  .blog-post-about-author-wrapper {
    margin-bottom: 25px;
  }

  .blog-post-about-category-link {
    margin-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog-post-about-author-content {
    font-size: 16px;
  }

  .blog-post-about-author-name {
    font-size: 16px;
  }

  .container-small-529px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-small-529px.faqs-content-bottom {
    margin-top: 61px;
  }

  .card-plan-features-grid {
    margin-bottom: 20px;
  }

  .card-plan-feature-wrapper {
    font-size: 16px;
  }

  .card-plan-content-top {
    margin-top: 20px;
  }

  .container-medium-888px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-team-name-wrapper {
    margin-bottom: 20px;
  }

  .card-team-position {
    color: #2e8bcb;
    font-size: 16px;
  }

  .card-team-social-media-grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .card-team-social-media-link.icon-15px {
    background-color: #0a2463;
  }

  .about-team-title-wrapper {
    display: inline;
    margin-bottom: 6px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
  }

  .empty-state {
    padding-right: 25px;
    padding-left: 25px;
  }

  .container-medium-683px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .request-demo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .request-demo-content-feature-wrapper {
    font-size: 16px;
  }

  .request-demo-content-feature-icon {
    width: 20px;
    min-height: 20px;
    min-width: 20px;
    margin-right: 10px;
  }

  .request-demo-content-top {
    margin-right: auto;
    margin-left: auto;
  }

  .request-demo-features-wrapper {
    overflow: visible;
    max-width: 100%;
  }

  .cta-4-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card-landing-page-testimonial-about {
    margin-bottom: -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-landing-page-testimonial-about-content {
    margin-bottom: 10px;
  }

  .category-wrapper.blog-category {
    margin-bottom: 25px;
  }

  .blog-category-grid {
    grid-row-gap: 50px;
  }

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

  .dropdown-nav-pages-wrapper {
    margin-right: 35px;
  }

  .dropdown-nav-main-wrapper {
    padding-top: 30px;
  }

  .home-v3-companies-text-2 {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .heading-2 {
    margin-top: 20px;
    font-size: 21px;
  }

  .container-5 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-7 {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-3 {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-5 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 26px;
    text-align: center;
  }

  .section {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 30px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .home-v3-achievement-number-2 {
    margin-bottom: 0px;
    font-size: 40px;
  }

  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-landing-page-testimonial-name-2 {
    margin-bottom: 6px;
  }

  .card-2.landing-page-testimonial {
    padding: 33px 25px;
  }

  .card-2.home-v3-feature {
    padding: 33px 25px 13px;
  }

  .card-2.team {
    margin-top: 40px;
    padding: 48px 10px 52px;
  }

  .card-landing-page-testimonial-from-2 {
    font-size: 16px;
  }

  .hero-section {
    background-color: #faf6f1;
    background-image: none;
  }

  .section-3 {
    display: none;
  }

  .text-span-8 {
    font-size: 18px;
    line-height: 1.3em;
  }

  .text-span-9 {
    font-size: 18px;
  }

  .text-span-10 {
    font-size: 18px;
  }

  .dropdown-link {
    padding: 10px;
    font-family: Thicccboi, sans-serif;
    font-size: 17px;
  }

  .dropdown-link.w--current {
    font-size: 18px;
  }

  .body {
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .nav-menu-2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .navbar-2 {
    position: static;
    overflow: visible;
    height: auto;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navlink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 24px;
  }

  .menu-button-2:active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    outline-color: #000;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #292c32;
  }

  .menu-button-2.w--open {
    color: #2e8bcb;
  }

  .cta-button {
    min-width: 61px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Thicccboi, sans-serif;
    font-size: 11px;
    line-height: 1.8em;
    font-weight: 700;
  }

  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image-17 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 25px;
  }

  .text-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .hero-stack {
    overflow: hidden;
  }

  .container-10 {
    max-width: none;
  }

  .hero-wrapper-two {
    max-width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .margin-bottom-24px.hero {
    max-width: 100%;
  }

  .container-11 {
    max-width: none;
  }

  .heading-9 {
    max-width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .heading-9.enterprise-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-secondary-2 {
    display: block;
    padding: 10px 15px;
  }

  .card-plan-price-2 {
    margin-bottom: 2px;
    font-size: 27px;
    text-align: center;
  }

  .card-plan-feature-dot-2 {
    margin-right: 6px;
  }

  .popular-badge-2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  .divider-2.card-plan {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .divider-2.card-team {
    margin-top: 47px;
    margin-bottom: 42px;
  }

  .button-primary-4 {
    display: block;
    margin-bottom: 20px;
    padding: 20px 15px;
  }

  .button-primary-4.full-width {
    font-size: 20px;
    font-weight: 600;
  }

  .button-primary-4.hero-cta {
    display: block;
    min-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .pricing-tab-link-3 {
    padding: 14px 20px;
    font-size: 16px;
  }

  .pricing-tabs-menu-2 {
    margin-bottom: 40px;
    background-color: #0a2463;
  }

  .column-8 {
    margin-bottom: 40px;
  }

  .column-9 {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-12 {
    font-size: 18px;
    text-align: center;
  }

  .link-2 {
    color: #3e93cd;
  }

  .text-block-13 {
    font-size: 18px;
  }

  .text-block-14 {
    font-size: 18px;
  }

  .paragraph-5 {
    max-width: 100%;
    margin-bottom: auto;
    font-size: 18px;
    line-height: 1.5em;
  }

  .section-3-mobile {
    display: block;
    background-color: rgba(255, 213, 132, 0.15);
  }

  .container-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-10 {
    margin-top: 10px;
    font-size: 40px;
  }

  .hero-without-image {
    padding-top: 10px;
    box-shadow: none;
  }

  .margin-bottom-24px-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading-13 {
    font-size: 20px;
    text-align: center;
  }

  .heading-14 {
    max-width: 100%;
  }

  .heading-16 {
    margin-left: 0px;
    text-align: left;
  }

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

  .collection-item.card-team-v1-hover.card.card-team-v1 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-team-social-media-link-2.icon-15px {
    background-color: #0a2463;
  }

  .competitive-analysis-heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10px;
  }

  .competitive-analysis-heading.row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    font-size: 11px;
  }

  .columns-5 {
    padding-top: 0px;
  }

  .image-27 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.35);
    outline-color: rgba(111, 114, 120, 0.63);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 1px;
    -webkit-transform: scale(0.7) rotate(11deg);
    -ms-transform: scale(0.7) rotate(11deg);
    transform: scale(0.7) rotate(11deg);
  }

  .image-27.orange {
    display: block;
    -webkit-transform: scale(0.7) rotate(11deg);
    -ms-transform: scale(0.7) rotate(11deg);
    transform: scale(0.7) rotate(11deg);
  }

  .image-27.grey {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 20px;
    -webkit-transform: scale(0.7) rotate(11deg);
    -ms-transform: scale(0.7) rotate(11deg);
    transform: scale(0.7) rotate(11deg);
  }

  .section-5 {
    margin-bottom: 60px;
    padding-bottom: 0px;
  }

  .hero-heading-center {
    padding-top: 140px;
  }

  .container-15 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .container-17 {
    display: none;
  }

  .wrapper {
    overflow: visible;
  }

  .marquee-logos {
    width: 800%;
  }

  .marquee {
    background-color: #faf6f2;
  }

  .card-logo {
    margin-right: 5px;
    margin-left: 5px;
  }

  .white {
    max-width: 100%;
    font-size: 30px;
  }

  .security-page-hero-section {
    padding-top: 60px;
  }

  .div-block-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-18 {
    margin-bottom: 20px;
  }

  .paragraph-white {
    color: #fff;
  }

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

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

  .columns-16 {
    display: block;
  }

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

  .security-card-content {
    margin: 10px;
    padding: 0px;
  }

  .articles-and-resources-section {
    margin-top: 40px;
  }

  .brand-4 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-4 {
    min-width: 40px;
    font-family: Thicccboi, sans-serif;
    font-size: 14px;
  }

  ._44 {
    font-size: 18px;
  }

  .dropdown-icon {
    display: none;
  }

  .expand-menu {
    max-height: none;
  }

  .nav-menu-4 {
    overflow: hidden;
    max-width: 300px;
    margin-left: 0px;
  }

  .text-block-23 {
    font-family: Thicccboi, sans-serif;
  }

  .container-22 {
    margin-top: 25px;
  }

  .container-23 {
    padding-right: 16px;
    padding-left: 10px;
  }

  .section-10 {
    margin-top: 20px;
  }

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

  .video-3 {
    width: 100%;
  }

  .div-block-5 {
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .button-5 {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .collection-list-4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

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

  .container-25 {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .form-block-2 {
    min-width: 99%;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-30 {
    line-height: 1em;
  }

  .margin-bottom-24px-3 {
    margin-top: 0px;
  }

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

  .gallery-sticky {
    padding-right: 16px;
    padding-left: 16px;
  }

  .heading-22 {
    font-size: 16px;
  }

  .container-28 {
    max-width: 95%;
  }

  .text-block-31 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 25px;
    line-height: 1.1em;
    text-align: center;
  }

  .hero-heading-center-2 {
    padding-bottom: 0px;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .centered-heading-2.margin-bottom-32px.give-to-any {
    font-size: 35px;
  }

  .shadow-two-2 {
    position: static;
    top: 0px;
    margin-top: 51px;
    margin-bottom: -20px;
    padding-bottom: 0px;
  }

  .form {
    min-width: 100%;
  }

  .text-field {
    font-size: 16px;
  }

  .column-63 {
    margin-top: 40px;
  }
}

#w-node-f629491f-3541-243a-b58f-d76837c8f220-43ac7ac1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_69f32e65-e304-4f12-e904-e4d463c17b3f-63c17b39 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d130d7d6-b910-8583-7fe3-a7c1ca4cf673-ca4cf66a {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-d130d7d6-b910-8583-7fe3-a7c1ca4cf67d-ca4cf66a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d130d7d6-b910-8583-7fe3-a7c1ca4cf684-ca4cf66a {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-a2d5f8cb-7417-28a2-5e59-1caa26f38581-7ea93bcc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f629491f-3541-243a-b58f-d76837c8f220-7ea93bcc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f97ba86f-2f26-e9b3-0706-84ffe5555a71-e5555a6d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f97ba86f-2f26-e9b3-0706-84ffe5555a84-e5555a6d {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_660c627c-36f4-6feb-dfb6-f18d0a3c1218-39ec199e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_1ab865cd-df04-e129-893e-8b5643918594-39ec199e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_215f204d-b707-1c91-e815-a71064381d25-39ec199e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a30e18a3-837f-91b0-1fdb-ab46d769c027-39ec199e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c7f230d5-3ea8-e85c-44d7-19a2750f1210-39ec199e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c7f230d5-3ea8-e85c-44d7-19a2750f1212-39ec199e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_35260e35-ec48-580d-6be9-5a757265ffd7-39ec199e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3b9060fc-5602-0718-92c1-3dbaa6dbc1d0-39ec199e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3b9060fc-5602-0718-92c1-3dbaa6dbc1d2-39ec199e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_985a439e-74d9-8297-e71c-6a5a68cb9664-39ec199e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e4568c55-90b7-68cd-57a8-42def76a1ef2-39ec199e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e4568c55-90b7-68cd-57a8-42def76a1ef4-39ec199e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eee07b5a-ed24-93ef-0a14-b889c50f8b30-39ec199e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f25e60a0-2abd-653d-0ab6-5c7051e44d3a-39ec199e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f25e60a0-2abd-653d-0ab6-5c7051e44d3c-39ec199e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-d130d7d6-b910-8583-7fe3-a7c1ca4cf673-ca4cf66a {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_292c02d5-6bfc-42ef-8f3d-e2a84a84329c-e4ac7aff {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_660c627c-36f4-6feb-dfb6-f18d0a3c1218-39ec199e {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d130d7d6-b910-8583-7fe3-a7c1ca4cf68c-ca4cf66a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f97ba86f-2f26-e9b3-0706-84ffe5555a71-e5555a6d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f97ba86f-2f26-e9b3-0706-84ffe5555a71-e5555a6d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f97ba86f-2f26-e9b3-0706-84ffe5555a84-e5555a6d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}