@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --gold: #d3ad0d;
  --purple: #32003c;
  --light-purple: #4a029e;
  --light-grey: #f2f2f2;
}

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

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

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.announcement-bar {
  background-color: #32003c;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.link {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .25s;
  position: relative;
  inset: 0% 0% auto;
}

.link:hover {
  color: var(--gold);
}

.hero-image {
  opacity: 1;
  object-fit: fill;
  background-image: linear-gradient(#32003c80, #32003c80), url('../images/home-hero-min.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 800px;
  display: flex;
}

.div-block {
  opacity: .65;
  object-fit: cover;
  background-color: #32003c;
  position: relative;
  inset: auto 0%;
}

.div-block-2 {
  opacity: .65;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #32003c;
  background-clip: border-box;
  position: static;
  inset: 0%;
}

.overlay {
  opacity: 1;
  object-fit: fill;
  background-color: #32003ca6;
  height: 800px;
}

.container {
  position: static;
}

.link-block {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 50px;
  display: inline-block;
  position: static;
}

.link-block-2 {
  object-fit: fill;
  background-image: url('../images/dsa-logo.png');
  background-position: 0 0;
  background-size: auto 125px;
  background-attachment: scroll;
  display: inline-block;
}

.navbar {
  float: none;
  clear: none;
  text-align: center;
  object-fit: fill;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 150px;
  margin: 0 0 -150px;
  padding: 0;
  transition: background-color .5s;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-menu {
  clear: none;
  text-align: center;
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.button {
  float: none;
  clear: right;
  border: 2px solid var(--gold);
  letter-spacing: 1px;
  object-fit: fill;
  background-color: #0000;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-left: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .25s;
  display: flex;
  position: static;
}

.button:hover {
  background-color: var(--gold);
}

.nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 0 auto;
  order: 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  transition: color .25s;
}

.nav-link:hover {
  color: var(--gold);
}

.nav-link.w--current {
  color: var(--gold);
  display: none;
}

.brand {
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: flex;
}

.brand.w--current {
  align-items: center;
}

.div-block-3 {
  object-fit: contain;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.link-block-3 {
  margin-left: 25px;
}

.body {
  background-color: #fff;
  font-family: Gotham, sans-serif;
}

.columns {
  background-color: var(--purple);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 75px 0;
  display: flex;
}

.bodycopy-white {
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: black black black var(--gold);
  color: #fff;
  letter-spacing: 1px;
  align-items: center;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  position: relative;
}

.sectionheader-white-left {
  border-right: 1px solid var(--gold);
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 35px;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  display: flex;
  position: static;
}

.column {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 35px;
  display: flex;
}

.who-we-work-with {
  float: none;
  clear: none;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 50px;
  display: flex;
}

.sectionheader-gold {
  color: var(--gold);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-auto-flow: column;
  margin-top: 25px;
}

.heading-3 {
  color: var(--light-purple);
  text-transform: uppercase;
  margin-left: 100px;
  margin-right: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 200;
}

.paragraph {
  color: var(--purple);
  margin-left: 100px;
  margin-right: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
}

.div-block-4 {
  float: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  padding: 25px 35px 25px 0;
  display: inline-block;
  position: relative;
}

.subheader-purple-left {
  color: var(--light-purple);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.bodycopy-purple-left {
  color: var(--purple);
  text-align: left;
  width: auto;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-5 {
  float: right;
  width: 50%;
  padding: 25px 0 25px 35px;
  display: inline-block;
  position: relative;
}

.subheader-purple-right {
  color: var(--light-purple);
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.bodycopy-purple-right {
  color: var(--purple);
  text-align: right;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

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

.div-block-6 {
  float: left;
  width: 50%;
  padding: 25px 100px;
  display: inline-block;
  position: static;
}

.heading-6 {
  color: var(--light-purple);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
}

.our-solutions {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#32003c80, #32003c80), url('../images/solutions-bg-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.div-block-7 {
  float: right;
  object-fit: contain;
  justify-content: flex-end;
  width: 50%;
  height: 600px;
  display: inline-block;
  position: relative;
}

.div-block-8 {
  background-color: #fff;
  width: auto;
  height: auto;
  margin-right: 0;
  padding: 25px 100px 25px 25px;
  display: inline-block;
}

.div-block-9 {
  float: right;
  opacity: 1;
  object-fit: fill;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 600px;
  padding: 0;
  display: flex;
}

.boxheader-left {
  color: var(--gold);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 21px;
  font-weight: 400;
  display: block;
}

.text-block-4 {
  color: var(--purple);
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  display: flex;
}

.div-block-10 {
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 75%;
  padding: 35px;
  display: block;
  position: relative;
}

.button-solutions-learnmore-white {
  float: left;
  border: 2px solid var(--gold);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  object-fit: none;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .25s;
  display: inline-block;
  position: static;
}

.button-solutions-learnmore-white:hover {
  background-color: var(--gold);
}

.div-block-11 {
  float: left;
  background-color: var(--purple);
  opacity: .65;
  object-fit: fill;
  display: flex;
  position: relative;
}

.section-3 {
  background-color: #0000;
  height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  display: block;
}

.nav-link-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-2.w--current {
  color: var(--gold);
}

.nav-link-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.nav-link-3.w--current {
  color: var(--gold);
}

.nav-link-4 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.nav-link-4.w--current {
  color: var(--gold);
}

.section-4 {
  background-image: linear-gradient(#32003c80, #32003c80), url('../images/proprietary-tech-bg-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  height: 700px;
  display: flex;
}

.work-with-us {
  text-align: center;
  letter-spacing: 1px;
  background-color: #0000;
  height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
}

.div-block-12 {
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
}

.div-block-13 {
  text-align: left;
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  padding: 35px;
  display: block;
}

.div-block-14 {
  background-color: #fff;
  width: 75%;
  padding: 35px;
}

.boxheader-right {
  color: var(--gold);
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
}

.boxcontent-right {
  color: var(--purple);
  text-align: right;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.button-clientengagement {
  float: right;
  border: 2px solid var(--gold);
  color: var(--purple);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .25s;
}

.button-clientengagement:hover {
  background-color: var(--gold);
}

.heading-9 {
  color: var(--gold);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 200;
  position: static;
}

.sectionheader-purple-centered {
  color: var(--light-purple);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  display: block;
}

.form {
  padding-left: 200px;
  padding-right: 200px;
  display: block;
}

.field-label {
  display: block;
}

.div-block-15 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 200px;
  padding-left: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.text-field {
  width: 80%;
}

.form-2 {
  text-align: center;
  width: 85%;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.text-field-2 {
  float: left;
  background-color: var(--light-grey);
  text-align: center;
  border: 1px solid #0000;
  width: 48%;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.text-field-3 {
  float: right;
  background-color: var(--light-grey);
  text-align: center;
  border: 1px solid #0000;
  width: 48%;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.text-field-4 {
  float: left;
  background-color: var(--light-grey);
  text-align: center;
  border: 1px solid #0000;
  width: 48%;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.text-field-5 {
  float: right;
  background-color: var(--light-grey);
  text-align: center;
  border: 1px solid #0000;
  width: 48%;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.text-field-6 {
  float: left;
  background-color: var(--light-grey);
  text-align: center;
  border: 1px solid #0000;
  width: 48%;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.text-field-7 {
  float: right;
  background-color: var(--light-grey);
  text-align: center;
  border: 1px solid #0000;
  width: 48%;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.form-block {
  margin-top: 50px;
  margin-bottom: 0;
}

.submit-button {
  border: 2px solid var(--gold);
  color: var(--purple);
  text-transform: uppercase;
  background-color: #0000;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .25s;
}

.submit-button:hover {
  background-color: var(--gold);
}

.container-2 {
  display: inline-block;
}

.section-6 {
  background-color: var(--purple);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  padding: 25px 0;
  display: flex;
}

.div-block-16 {
  justify-content: flex-start;
  width: 30%;
  height: 200px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: inline-block;
  position: static;
}

.image {
  object-fit: contain;
  width: auto;
  max-width: none;
  display: inline-block;
  position: static;
}

.section-7 {
  background-color: var(--light-purple);
  height: 35px;
}

.div-block-17 {
  float: right;
  clear: right;
  justify-content: flex-end;
  width: 70%;
  display: inline-block;
  position: static;
}

.image-2 {
  object-fit: scale-down;
  flex: none;
  width: auto;
  max-width: none;
  max-height: 100px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: auto;
}

.div-block-18 {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 65%;
  margin-top: 0;
  display: flex;
  position: static;
}

.hero-subheader {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 400;
}

.hero-header {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
  display: block;
}

.button-4 {
  border: 2px solid var(--gold);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 9px;
  margin-bottom: 9px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.div-block-19 {
  object-fit: fill;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 30%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-3 {
  clear: none;
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  max-width: none;
  height: 150px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.div-block-20 {
  clear: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 75%;
  margin-right: 0;
  padding-left: 0;
  display: block;
  position: static;
}

.link-2 {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0 0 35px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .25s;
  display: flex;
}

.link-2:hover {
  color: var(--gold);
}

.div-block-21 {
  justify-content: flex-end;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.link-3 {
  direction: rtl;
  color: var(--gold);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .25s;
  display: inline-block;
}

.link-3:hover {
  color: var(--light-grey);
}

.div-block-22 {
  float: right;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-23 {
  background-color: #32003ccc;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.flowchart-graphic {
  object-fit: scale-down;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: static;
}

.image-4 {
  height: 300px;
  padding-top: 0;
  padding-bottom: 0;
}

.graphic-block {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -10px;
  display: flex;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding-top: 40px;
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  position: static;
  overflow: scroll;
}

.text-block-8 {
  align-self: flex-end;
  width: 185px;
  height: auto;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
}

.image-5 {
  object-fit: contain;
  height: 65px;
  padding-top: 0;
}

.div-block-26 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -200px;
  padding-top: 35px;
  padding-bottom: 0;
  display: flex;
}

.body-2 {
  background-color: #fff;
}

.div-block-27 {
  background-image: linear-gradient(#32003c80, #32003c80), url('../images/about-hero-min.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 650px;
  display: flex;
}

.div-block-28 {
  width: 60%;
  display: flex;
}

.div-block-29 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 0;
  display: flex;
}

.button-solutions-learnmore-purple {
  float: left;
  border: 2px solid var(--gold);
  color: var(--purple);
  text-align: center;
  letter-spacing: 1px;
  object-fit: none;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .25s;
  display: inline-block;
  position: static;
}

.button-solutions-learnmore-purple:hover {
  background-color: var(--gold);
}

.bodycopy-purple-centered {
  color: var(--purple);
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-30 {
  object-fit: fill;
  justify-content: space-between;
  height: 800px;
  display: block;
  position: relative;
}

.div-block-31 {
  background-image: url('../images/philosophy-bg-min.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 60%;
}

.div-block-32 {
  width: 40%;
}

.div-block-33 {
  object-fit: fill;
  background-image: url('../images/philosophy-bg-min.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 60%;
}

.div-block-34 {
  width: 950px;
  height: 950px;
}

.div-block-35 {
  clear: none;
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  width: 35%;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  position: static;
}

.div-block-36 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.div-block-37 {
  background-image: linear-gradient(#32003c80, #32003c80), url('../images/philosophy-bg-min.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: flex-end;
  width: 65%;
  height: auto;
  padding-right: 0;
  display: flex;
}

.div-block-38 {
  align-self: center;
  width: 100%;
  margin-left: 0;
}

.div-block-39 {
  width: auto;
  margin-right: 25px;
}

.image-6 {
  float: none;
  object-fit: fill;
  width: 50px;
  max-width: none;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.div-block-40 {
  background-color: #fff;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  width: 54%;
  margin-bottom: 75px;
  margin-left: 0;
  padding: 35px;
  display: block;
  position: relative;
}

.boxcontent-left {
  color: var(--purple);
  letter-spacing: normal;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-41 {
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.div-block-42 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding: 75px 0 50px;
  display: flex;
}

.heading-11 {
  text-align: center;
  margin-top: 0;
}

.div-block-43 {
  display: flex;
}

.grid-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: start;
  width: 85%;
  margin-top: 35px;
}

.copy-16-left {
  color: var(--purple);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.title-light-purple {
  color: var(--light-purple);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-44 {
  background-image: linear-gradient(#32003c80, #32003c80), url('../images/solutions-cta-bg.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  display: flex;
}

.div-block-45 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 35px;
  display: flex;
}

.button-oursolutions {
  border: 2px solid var(--gold);
  color: var(--purple);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  object-fit: fill;
  background-color: #0000;
  margin-top: 9px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .25s;
}

.button-oursolutions:hover {
  background-color: var(--gold);
}

.div-block-46 {
  background-image: linear-gradient(#32003c80, #32003c80), url('../images/solutions-hero-min.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 650px;
  display: flex;
}

.div-block-47 {
  width: 60%;
}

.div-block-48 {
  background-color: var(--purple);
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.bodycopy-white-centered {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-49 {
  width: 65%;
}

.div-block-50 {
  flex-direction: column;
  padding-top: 75px;
  padding-bottom: 65px;
  display: flex;
}

.div-block-51 {
  float: left;
  width: 50%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 25px 25px 0;
  display: inline-block;
}

.div-block-52 {
  float: right;
  width: 50%;
  margin-bottom: 0;
  padding: 25px 0 25px 25px;
  display: inline-block;
}

.div-block-53 {
  width: auto;
  height: 650px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.div-block-54 {
  background-image: linear-gradient(#32003c80, #32003c80), url('../images/philosophy-bg-min_1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  width: 65%;
  display: flex;
}

.div-block-55 {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 35%;
  padding-left: 0;
  padding-right: 50px;
  display: flex;
}

.div-block-56 {
  background-color: #fff;
  width: 75%;
  padding: 35px;
}

.heading-12 {
  color: var(--purple);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
  display: block;
}

.button-6 {
  border: 2px solid var(--gold);
  color: var(--purple);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .25s;
}

.button-6:hover {
  background-color: var(--gold);
}

.div-block-57 {
  flex-direction: column;
  align-items: center;
  padding: 75px 0;
  display: flex;
}

.div-block-58 {
  float: left;
  border-right: 1px solid var(--gold);
  width: 50%;
  margin-bottom: -75px;
  padding: 25px 35px 75px 0;
}

.div-block-59 {
  float: left;
  border-left: 1px solid var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-bottom: -75px;
  margin-left: 0;
  padding: 25px 0 75px 35px;
  display: flex;
}

.div-block-60 {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.text-block-9 {
  color: var(--purple);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

.image-7 {
  display: block;
}

.div-block-61 {
  justify-content: flex-start;
  width: 80%;
  padding-top: 0;
  display: flex;
}

.div-block-62 {
  background-image: linear-gradient(#32003c80, #32003c80), url('../images/clientportal-cta-bg-min.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.div-block-63 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: auto;
  padding: 35px;
  display: flex;
}

.text-block-10 {
  color: var(--light-purple);
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-top: 0;
  padding-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.button-contactus {
  border: 2px solid var(--gold);
  color: var(--purple);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  font-size: 16px;
  transition: background-color .25s;
}

.button-contactus:hover {
  background-color: var(--gold);
}

.div-block-64 {
  background-image: linear-gradient(#32003c80, #32003c80), url('../images/blog-hero-min.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 650px;
  display: flex;
}

.div-block-65 {
  width: 60%;
}

.div-block-66 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 100px 0 0;
  display: flex;
}

.grid-3 {
  grid-column-gap: 25px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85%;
}

.div-block-67 {
  background-image: url('../images/blog-1-min.jpg');
  background-position: 0 0;
  background-size: auto;
  flex: 0 auto;
  height: auto;
  display: block;
}

.blog-header {
  color: var(--gold);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-68 {
  width: 65%;
}

.div-block-69 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-7 {
  border: 2px solid var(--gold);
  color: var(--purple);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  transition: background-color .25s;
}

.button-7:hover {
  background-color: var(--gold);
}

.image-8 {
  object-fit: fill;
  width: auto;
  height: auto;
}

.div-block-70 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
  overflow: hidden;
}

.div-block-71 {
  background-image: linear-gradient(#32003c80, #32003c80), url('../images/contact-hero-min.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 650px;
  display: flex;
}

.div-block-72 {
  float: none;
  padding-top: 75px;
  padding-bottom: 75px;
  display: block;
}

.form-block-2 {
  clear: both;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: block;
}

.form-3 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 85%;
  display: inline-block;
}

.text-field-8 {
  float: none;
  background-color: var(--light-grey);
  text-align: left;
  letter-spacing: 1px;
  border: 1px solid #0000;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 16px;
  display: block;
}

.text-field-8:focus {
  border-color: var(--gold);
}

.text-field-9 {
  float: none;
  background-color: var(--light-grey);
  text-align: left;
  letter-spacing: 1px;
  border: 1px solid #0000;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 16px;
}

.text-field-9:focus {
  border-color: var(--gold);
}

.submit-button-2 {
  border: 2px solid var(--gold);
  color: var(--purple);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  transition: background-color .25s;
  display: inline-block;
}

.submit-button-2:hover {
  background-color: var(--gold);
}

.div-block-73 {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  display: flex;
}

.heading-13 {
  color: var(--purple);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.div-block-74 {
  border-bottom: 2px solid var(--gold);
  justify-content: space-between;
  align-self: center;
  width: 25%;
  height: 50%;
  display: flex;
}

.select-field {
  float: right;
  background-color: var(--light-grey);
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #0000;
  width: 48%;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.select-field-2 {
  float: left;
  text-align: center;
  width: 48%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.div-block-75 {
  clear: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-76 {
  float: left;
  clear: none;
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 48%;
  height: auto;
  display: flex;
}

.text-field-10 {
  background-color: var(--light-grey);
  text-align: left;
  letter-spacing: 1px;
  border: 1px solid #0000;
  margin-bottom: 20px;
  font-size: 16px;
}

.text-field-10:focus {
  border-color: var(--gold);
}

.select-field-3 {
  background-color: var(--light-grey);
  color: #999;
  text-align: left;
  letter-spacing: 1px;
  border: 1px solid #0000;
  margin-bottom: 20px;
  font-size: 16px;
}

.select-field-3:focus {
  border-color: var(--gold);
}

.select-field-3.select-margin-top {
  margin-top: 0;
}

.select-field-4 {
  background-color: var(--light-grey);
  color: #999;
  text-align: left;
  letter-spacing: 1px;
  border: 1px solid #0000;
  margin-bottom: 20px;
  font-size: 16px;
}

.select-field-4:focus {
  border-color: var(--gold);
}

.textarea {
  background-color: var(--light-grey);
  text-align: left;
  letter-spacing: 1px;
  border: 1px solid #0000;
  min-height: 96px;
  margin-bottom: 20px;
  font-size: 16px;
}

.textarea:focus {
  border-color: var(--gold);
}

.div-block-77 {
  flex: 0 auto;
}

.link-block-4 {
  align-self: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.link-block-4.w--current {
  width: auto;
  height: 190px;
}

.div-block-78 {
  background-color: var(--purple);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-79 {
  width: 85%;
  display: flex;
}

.heading-14 {
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-80 {
  align-self: center;
  width: 85%;
  margin-bottom: 0;
}

.div-block-81 {
  width: 85%;
}

.div-block-82 {
  border-left: 2px solid var(--gold);
  align-self: flex-start;
  width: 50%;
  height: 85%;
}

.div-block-83 {
  border-right: 2px solid var(--gold);
  align-self: flex-end;
  width: 50%;
  height: 94%;
}

.div-block-84 {
  margin-top: -75px;
}

.image-9 {
  margin-top: 0;
  margin-bottom: 25px;
}

.div-block-85 {
  border-left: 2px solid var(--gold);
  height: 30%;
}

.div-block-86 {
  border-right: 2px solid var(--gold);
  width: auto;
  height: 30%;
  margin-top: 50px;
}

.container-3, .div-block-87, .div-block-88 {
  border-right: 2px solid var(--gold);
  height: 30%;
  margin-top: 50px;
}

.div-block-89 {
  border-right: 2px solid var(--gold);
  height: 25%;
}

.div-block-90 {
  height: 25%;
}

.div-block-91 {
  border-right: 2px solid var(--gold);
  width: 2px;
  height: 50px;
  margin: 50px auto 0;
  padding-bottom: 0;
}

.div-block-92, .div-block-93 {
  height: 25%;
}

.div-block-94 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-95 {
  flex: none;
  width: 70px;
}

.image-10 {
  width: 35px;
  display: block;
}

.div-block-96 {
  border-bottom: 2px solid var(--gold);
  align-self: center;
  width: 25%;
  height: auto;
}

.image-11 {
  height: 50px;
}

.div-block-97 {
  border-right: 2px solid var(--gold);
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  margin-top: 50px;
  display: inline-block;
}

.div-block-98 {
  border-right: 2px solid var(--gold);
  align-self: flex-start;
  width: 50%;
  height: 75px;
  margin-top: -50px;
  margin-bottom: 10px;
}

.div-block-99 {
  align-self: stretch;
  height: 750px;
  display: flex;
}

.div-block-100 {
  margin-bottom: 392px;
}

.div-block-101 {
  border-right: 2px solid var(--gold);
  justify-content: flex-end;
  width: 50%;
  margin-bottom: 0;
  padding-bottom: 75px;
  display: flex;
}

.image-12 {
  margin-left: -1px;
  padding-left: 0;
}

.blog-shortcontent {
  color: var(--purple);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  position: static;
}

.div-block-102 {
  flex-direction: row;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.div-block-103 {
  width: 60%;
}

.img-wrapper {
  position: relative;
}

.img-overlay {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.cta-copy-lightpurple {
  color: var(--light-purple);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 35px;
  font-size: 18px;
  font-weight: 400;
}

.div-block-104 {
  width: 50%;
}

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

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

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

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

.div-block-105 {
  position: relative;
}

.utility-page-wrap {
  background-color: var(--purple);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  color: var(--light-grey);
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.arrow-img-about {
  position: absolute;
  inset: auto -12px -120px auto;
}

.image-14 {
  height: 100%;
}

.subheader-purple-center {
  color: var(--light-purple);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Gotham, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-106 {
  justify-content: space-between;
  align-self: center;
  width: 95%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-107 {
  align-self: center;
  align-items: center;
  display: flex;
}

.link-4 {
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.div-block-113 {
  opacity: 1;
  background-color: #32003c;
  position: absolute;
  inset: 0%;
}

.select-expand-wrapper {
  height: 0;
  transition: height .5s;
  overflow: hidden;
}

.select-expand-inner {
  padding-bottom: 20px;
}

.select-field-expand {
  background-color: var(--light-grey);
  color: #999;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #0000;
  margin-bottom: 0;
  font-size: 16px;
}

.select-field-expand:focus {
  border-color: var(--gold);
}

.jc-about-text {
  color: var(--purple);
  text-align: center;
  width: auto;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.jc-container {
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
}

.div-border {
  border-left: 2px solid var(--gold);
  height: 106%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-83 {
  height: 85%;
}

.bio-section {
  background-color: var(--purple);
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.bio-container {
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
}

.bio-section-heading {
  color: var(--light-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.bio-img-wrapper {
  text-align: center;
  margin-bottom: 10px;
}

.bio-img {
  width: 250px;
}

.bio-name {
  color: var(--light-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bio-social-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.bio-social-link {
  margin-left: 10px;
  margin-right: 10px;
}

.bio-social-img {
  width: 24px;
}

.bio-rte {
  color: #fff;
}

.bio-rte p {
  text-align: left;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 25px;
}

.nav-logo-link-wrapper {
  object-fit: contain;
  justify-content: flex-start;
  align-items: flex-start;
  width: 16%;
  margin-left: 15px;
  position: relative;
}

.nav-logo-img {
  object-fit: contain;
}

.nav-logo-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 10px;
  display: flex;
}

.nav-logo-link-wrapper-email {
  object-fit: contain;
  justify-content: flex-start;
  align-items: flex-start;
  width: 14%;
  margin-left: 15px;
  position: relative;
}

.footer-link-wrapper {
  width: 30%;
  position: relative;
}

.footer-icon-wrapper {
  object-fit: contain;
  flex: 0 25%;
  justify-content: space-around;
  align-items: flex-end;
  padding-bottom: 0;
  padding-right: 25px;
  display: flex;
}

.image-15, .image-16 {
  display: block;
}

.footer-link-wrapper-email {
  align-self: flex-end;
  width: 28%;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.recaptcha {
  clear: none;
  object-position: 50% 50%;
  position: static;
}

.recaptcha-2 {
  float: none;
  clear: left;
  position: static;
  inset: 0% auto auto 0%;
}

html.w-mod-js [data-ix="fadeinleft"] {
  opacity: 0;
  transform: translate(20px);
}

html.w-mod-js [data-ix="fadeinright"] {
  opacity: 0;
  transform: translate(-20px);
}

html.w-mod-js [data-ix="fadeinup"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="fadeindown"] {
  opacity: 0;
  transform: translate(0, -20px);
}

@media screen and (max-width: 991px) {
  .announcement-bar {
    height: 35px;
  }

  .link {
    letter-spacing: 1px;
    font-size: 15px;
  }

  .hero-image {
    background-image: linear-gradient(#32003c80, #32003c80), url('../images/home-hero-min.jpg');
    background-position: 0 0, 50%;
    background-attachment: scroll, scroll;
    height: 350px;
  }

  .navbar {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 100px;
    margin-bottom: -100px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-menu {
    background-color: #32003ce6;
    flex-direction: row;
    justify-content: space-around;
    align-self: center;
    align-items: stretch;
    padding: 25px;
    display: flex;
  }

  .nav-link.w--current {
    display: block;
  }

  .brand.w--current {
    flex: 0 auto;
    height: 75%;
  }

  .div-block-3 {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .link-block-3 {
    margin-left: 10px;
  }

  .bodycopy-white {
    letter-spacing: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
    line-height: 26px;
  }

  .sectionheader-white-left {
    padding-right: 25px;
    font-size: 24px;
    line-height: 36px;
  }

  .who-we-work-with {
    padding-bottom: 35px;
  }

  .sectionheader-gold {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-4 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
  }

  .subheader-purple-left, .subheader-purple-left._2 {
    font-size: 21px;
    line-height: 26px;
  }

  .bodycopy-purple-left, .bodycopy-purple-left._2 {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-5 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
  }

  .subheader-purple-right, .subheader-purple-right._2 {
    font-size: 21px;
    line-height: 26px;
  }

  .bodycopy-purple-right, .bodycopy-purple-right._2 {
    font-size: 18px;
    line-height: 26px;
  }

  .our-solutions {
    background-image: linear-gradient(#32003c80, #32003c80), url('../images/solutions-bg-min.jpg');
    background-position: 0 0, 50%;
    background-attachment: scroll, scroll;
    justify-content: flex-end;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-9 {
    height: auto;
  }

  .boxheader-left, .boxheader-left._2 {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-10 {
    background-color: #ffffffd9;
    width: 90%;
    padding: 25px;
  }

  .button-solutions-learnmore-white {
    font-size: 14px;
  }

  .section-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-4 {
    background-image: linear-gradient(#32003c80, #32003c80), url('../images/proprietary-tech-bg-min.jpg');
    background-position: 0 0, 50%;
    background-size: auto, auto 100%;
    background-attachment: scroll, scroll;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .work-with-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-14 {
    background-color: #ffffffd9;
    width: 90%;
    padding: 25px;
  }

  .boxheader-right, .boxcontent-right {
    font-size: 18px;
    line-height: 26px;
  }

  .button-clientengagement {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .sectionheader-purple-centered {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 30px;
  }

  .form-2 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .text-field-2 {
    font-family: Gotham, sans-serif;
    font-size: 14px;
  }

  .text-field-3 {
    font-family: Gotham, sans-serif;
    font-size: 14px;
    font-weight: 200;
  }

  .text-field-4, .text-field-5, .text-field-6, .text-field-7 {
    font-family: Gotham, sans-serif;
    font-size: 14px;
  }

  .form-block {
    width: 85%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .submit-button {
    font-size: 14px;
  }

  .section-6 {
    height: 150px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-2 {
    align-self: center;
    max-height: 75px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-18 {
    justify-content: flex-end;
  }

  .hero-subheader {
    font-size: 18px;
    line-height: 26px;
  }

  .hero-header {
    font-size: 36px;
    line-height: 44px;
  }

  .image-3 {
    height: 100px;
  }

  .div-block-20 {
    align-self: flex-end;
    padding-top: 0;
  }

  .link-2 {
    padding-left: 25px;
    font-size: 14px;
  }

  .link-2.w--current {
    font-size: 14px;
  }

  .div-block-21 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-3 {
    padding-right: 10px;
    font-size: 14px;
  }

  .text-block-6 {
    font-size: 12px;
  }

  .flowchart-graphic {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-4 {
    height: 200px;
  }

  .text-block-7 {
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
  }

  .text-block-8 {
    width: 135px;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
    line-height: 16px;
  }

  .image-5 {
    height: 50px;
  }

  .div-block-26 {
    margin-left: -140px;
    padding-top: 20px;
  }

  .div-block-27 {
    height: 350px;
  }

  .div-block-28 {
    width: 75%;
  }

  .div-block-29 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .button-solutions-learnmore-purple {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
  }

  .bodycopy-purple-centered {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-35 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-36 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-37 {
    background-image: linear-gradient(#32003c80, #32003c80), url('../images/philosophy-bg-min.jpg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    width: 60%;
  }

  .image-6 {
    width: auto;
  }

  .div-block-40 {
    background-color: #ffffffd9;
    width: 75%;
    margin-bottom: 0;
    padding: 20px;
  }

  .boxcontent-left, .boxcontent-left._2 {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-42 {
    padding-top: 50px;
  }

  .grid-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .copy-16-left {
    font-size: 18px;
    line-height: 26px;
  }

  .title-light-purple {
    font-size: 21px;
    line-height: 26px;
  }

  .title-light-purple._2 {
    text-align: center;
  }

  .div-block-44 {
    background-image: linear-gradient(to bottom, null, null), url('../images/solutions-cta-bg.jpg');
    background-attachment: scroll, scroll;
    height: 300px;
  }

  .div-block-45 {
    background-color: #ffffffd9;
    width: 65%;
  }

  .div-block-46 {
    height: 350px;
  }

  .div-block-47 {
    width: 75%;
  }

  .div-block-48 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bodycopy-white-centered {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-49 {
    width: 75%;
  }

  .div-block-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-53 {
    height: auto;
  }

  .div-block-54 {
    background-image: linear-gradient(#32003c80, #32003c80), url('../images/philosophy-bg-min_1.jpg');
    background-position: 0 0, 50%;
    background-attachment: scroll, scroll;
    width: 60%;
  }

  .div-block-55 {
    width: 40%;
    padding-right: 20px;
  }

  .div-block-56 {
    background-color: #ffffffd9;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
  }

  .heading-12 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-57 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-58, .div-block-59 {
    margin-bottom: -50px;
    padding-bottom: 50px;
  }

  .text-block-9 {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-61 {
    width: 85%;
  }

  .div-block-62 {
    background-image: linear-gradient(#32003c80, #32003c80), url('../images/clientportal-cta-bg-min.png');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: auto;
  }

  .div-block-63 {
    background-color: #ffffffd9;
    width: 65%;
    margin-top: 25px;
    margin-bottom: 75px;
    padding: 25px;
  }

  .div-block-64 {
    height: 350px;
  }

  .div-block-65 {
    width: 65%;
  }

  .div-block-66 {
    padding-top: 50px;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .blog-header {
    font-size: 21px;
    line-height: 26px;
  }

  .div-block-68 {
    width: auto;
  }

  .image-8 {
    object-fit: fill;
  }

  .div-block-70 {
    height: 200px;
  }

  .div-block-71 {
    height: 350px;
  }

  .div-block-72 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .form-block-2 {
    margin-bottom: 0;
  }

  .text-field-8, .text-field-9 {
    font-size: 14px;
  }

  .heading-13 {
    line-height: 26px;
  }

  .text-field-10, .select-field-3, .select-field-4 {
    font-size: 14px;
  }

  .textarea {
    text-align: left;
    font-size: 14px;
  }

  .link-block-4.w--current {
    justify-content: flex-start;
    width: auto;
    height: auto;
  }

  .div-block-79, .div-block-81 {
    width: 90%;
  }

  .div-block-82, .div-block-83 {
    height: 92%;
    display: none;
  }

  .div-block-85 {
    height: 15%;
  }

  .div-block-86, .container-3, .div-block-87, .div-block-88 {
    height: 20%;
  }

  .div-block-95 {
    width: 50px;
  }

  .div-block-98 {
    margin-bottom: 15px;
  }

  .div-block-99 {
    height: auto;
  }

  .blog-shortcontent {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-102 {
    width: 90%;
  }

  .div-block-103 {
    width: 75%;
  }

  .cta-copy-lightpurple {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
  }

  .arrow-img-about {
    display: none;
  }

  .icon {
    color: var(--gold);
    background-color: #0000;
    border: 1px solid #0000;
  }

  .menu-button {
    align-self: center;
    padding: 5px;
  }

  .menu-button.w--open {
    background-color: #32003ce6;
    padding: 5px;
  }

  .subheader-purple-center {
    font-size: 21px;
    line-height: 26px;
  }

  .div-block-107 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .select-field-expand {
    font-size: 14px;
  }

  .jc-about-text {
    font-size: 18px;
    line-height: 26px;
  }

  .bio-name {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .link {
    text-align: right;
    font-size: 12px;
    line-height: 16px;
  }

  .hero-image {
    height: 300px;
  }

  .navbar {
    height: 100px;
    margin-bottom: -100px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bodycopy-white {
    text-align: center;
    border-left-width: 0;
    width: auto;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .sectionheader-white-left {
    text-align: center;
    border-right-width: 0;
    justify-content: center;
    width: auto;
    margin-bottom: 15px;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .who-we-work-with {
    flex-direction: column;
  }

  .sectionheader-gold {
    width: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-4 {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }

  .subheader-purple-left {
    text-align: left;
    font-size: 18px;
  }

  .subheader-purple-left._2 {
    text-align: center;
    font-size: 18px;
  }

  .bodycopy-purple-left {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .bodycopy-purple-left._2 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-5 {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  .subheader-purple-right {
    text-align: right;
    font-size: 18px;
  }

  .subheader-purple-right._2 {
    text-align: center;
    font-size: 18px;
  }

  .bodycopy-purple-right {
    text-align: right;
    font-size: 16px;
    line-height: 24px;
  }

  .bodycopy-purple-right._2 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .our-solutions {
    background-image: linear-gradient(#32003c80, #32003c80), url('../images/solutions-bg-min.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    flex-direction: column;
    align-items: flex-end;
    height: auto;
  }

  .div-block-9 {
    height: auto;
  }

  .boxheader-left {
    font-size: 16px;
    line-height: 24px;
  }

  .boxheader-left._2 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-10 {
    background-color: #ffffffd9;
    width: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px;
  }

  .button-solutions-learnmore-white {
    margin-top: 15px;
  }

  .section-3 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section-4 {
    background-image: linear-gradient(#32003c80, #32003c80), url('../images/proprietary-tech-bg-min.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .div-block-12 {
    width: 50%;
    height: auto;
  }

  .div-block-14 {
    background-color: #ffffffd9;
    width: auto;
    height: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px;
  }

  .boxheader-right, .boxcontent-right {
    text-align: right;
    font-size: 16px;
    line-height: 24px;
  }

  .button-clientengagement {
    float: right;
    clear: right;
    justify-content: flex-end;
    align-items: flex-start;
    display: inline-block;
  }

  .sectionheader-purple-centered {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .section-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .image-2 {
    max-height: 75px;
  }

  .div-block-18 {
    width: 85%;
  }

  .hero-subheader {
    font-size: 16px;
    line-height: 21px;
  }

  .hero-header {
    font-size: 30px;
    line-height: 30px;
  }

  .image-3 {
    height: 75px;
    margin-bottom: 0;
  }

  .div-block-20 {
    align-self: center;
    width: 100%;
    padding-top: 15px;
  }

  .link-2 {
    padding-left: 0;
    font-size: 12px;
  }

  .link-2.w--current {
    font-size: 12px;
  }

  .div-block-21 {
    object-fit: fill;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    display: flex;
  }

  .link-3 {
    font-size: 12px;
  }

  .div-block-22 {
    float: none;
    text-align: right;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-block-6 {
    font-size: 10px;
  }

  .flowchart-graphic {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    display: none;
  }

  .graphic-block {
    margin-left: 0;
  }

  .text-block-7 {
    color: var(--light-purple);
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .text-block-8 {
    border-top: 2px solid var(--purple);
    color: var(--purple);
    text-align: left;
    width: auto;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    display: block;
  }

  .image-5 {
    height: 35px;
  }

  .div-block-26 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-27 {
    height: 300px;
  }

  .div-block-29 {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bodycopy-purple-centered {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-35 {
    flex-direction: row;
    width: 85%;
    padding: 25px 0;
    display: block;
  }

  .div-block-36 {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    padding: 25px 0 0;
  }

  .div-block-37 {
    background-image: linear-gradient(#32003c80, #32003c80), url('../images/philosophy-bg-min.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    width: 100%;
  }

  .div-block-39 {
    margin-right: 0;
  }

  .image-6 {
    text-align: center;
    width: auto;
    height: 50px;
    padding-right: 25px;
  }

  .div-block-40 {
    background-color: #ffffffd9;
    width: 85%;
    margin-top: 150px;
    margin-bottom: 0;
    padding: 20px;
  }

  .boxcontent-left {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .boxcontent-left._2 {
    text-align: center;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-42 {
    padding-top: 35px;
  }

  .grid-2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    width: 90%;
  }

  .copy-16-left {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .title-light-purple {
    text-align: left;
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .title-light-purple._2 {
    text-align: center;
  }

  .div-block-45 {
    background-color: #ffffffd9;
  }

  .div-block-46 {
    height: 300px;
  }

  .div-block-48 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bodycopy-white-centered {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-49 {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-50 {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .div-block-51 {
    padding-right: 17.5px;
  }

  .div-block-52 {
    padding-left: 17.5px;
  }

  .div-block-53 {
    flex-direction: column;
    height: auto;
  }

  .div-block-54 {
    background-image: linear-gradient(#32003c80, #32003c80), url('../images/philosophy-bg-min_1.jpg');
    background-position: 0 0, 50% 25%;
    width: auto;
  }

  .div-block-55 {
    flex-direction: column;
    justify-content: center;
    width: 75%;
    margin-top: 35px;
    padding-right: 0;
  }

  .div-block-56 {
    background-color: #ffffffd9;
    width: 85%;
    margin: 150px auto 0;
    padding: 20px;
  }

  .heading-12 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .button-6 {
    align-self: center;
  }

  .div-block-58 {
    margin-bottom: -50px;
    padding-bottom: 50px;
    padding-right: 25px;
  }

  .div-block-59 {
    margin-bottom: -50px;
    padding-bottom: 50px;
    padding-left: 25px;
  }

  .text-block-9 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-63 {
    background-color: #ffffffd9;
    width: 85%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-64 {
    height: 300px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    width: 75%;
  }

  .div-block-68 {
    width: 75%;
  }

  .div-block-70 {
    height: 200px;
  }

  .div-block-71 {
    height: 300px;
  }

  .div-block-72 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .form-block-2 {
    margin-top: 35px;
  }

  .heading-13 {
    font-family: Gotham, sans-serif;
    font-size: 16px;
  }

  .div-block-74 {
    width: 30%;
  }

  .textarea {
    min-height: 120px;
  }

  .div-block-78 {
    flex-direction: column;
  }

  .div-block-79 {
    flex-direction: column;
    align-items: center;
    width: 85%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-80 {
    width: 90%;
  }

  .div-block-81 {
    text-align: center;
    width: 85%;
  }

  .div-block-82 {
    align-self: flex-start;
  }

  .div-block-83 {
    border-right-width: 0;
  }

  .image-9 {
    height: 35px;
  }

  .div-block-86, .container-3, .div-block-87, .div-block-88 {
    height: 20%;
  }

  .div-block-91 {
    height: 25px;
  }

  .div-block-95, .div-block-96 {
    display: none;
  }

  .div-block-98 {
    height: 50px;
    margin-top: -25px;
  }

  .div-block-99 {
    height: auto;
    display: block;
  }

  .blog-shortcontent {
    font-size: 16px;
  }

  .div-block-102 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cta-copy-lightpurple {
    width: 85%;
    padding-bottom: 25px;
  }

  .column-3 {
    padding-right: 0;
  }

  .column-4 {
    padding-left: 0;
  }

  .column-5 {
    padding-right: 0;
  }

  .column-6 {
    padding-left: 0;
  }

  .image-13 {
    width: 75%;
    max-width: none;
  }

  .image-14 {
    object-fit: fill;
    width: 25px;
  }

  .subheader-purple-center {
    font-size: 18px;
    line-height: 24px;
  }

  .link-4 {
    font-size: 12px;
  }

  .jc-about-text {
    font-size: 16px;
    line-height: 24px;
  }

  .bio-name {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .announcement-bar {
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    line-height: 14px;
  }

  .link {
    text-align: center;
    line-height: 14px;
  }

  .hero-image {
    height: 450px;
  }

  .navbar {
    padding-top: 0;
  }

  .link-block-3 {
    padding-right: 10px;
    display: none;
  }

  .sectionheader-gold {
    width: 85%;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .subheader-purple-left {
    text-align: center;
    font-size: 18px;
  }

  .subheader-purple-left._2 {
    font-size: 18px;
  }

  .bodycopy-purple-left {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .subheader-purple-right {
    text-align: center;
    font-size: 18px;
  }

  .subheader-purple-right._2 {
    font-size: 18px;
  }

  .bodycopy-purple-right {
    text-align: center;
    width: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .our-solutions {
    background-image: linear-gradient(#32003c80, #32003c80), url('../images/solutions-bg-min.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-9 {
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    width: 85%;
  }

  .boxheader-left._2 {
    text-align: center;
    padding-bottom: 0;
  }

  .div-block-10 {
    background-color: #ffffffd9;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    margin-top: 200px;
    margin-bottom: 0;
    display: flex;
  }

  .section-3 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section-4 {
    background-image: linear-gradient(#32003c80, #32003c80), url('../images/proprietary-tech-bg-min.jpg');
    background-position: 0 0, 77%;
    background-size: auto, cover;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-12 {
    flex-direction: row;
    justify-content: center;
    align-self: center;
    width: 85%;
    display: flex;
  }

  .div-block-14 {
    background-color: #ffffffd9;
    flex-direction: column;
    align-self: auto;
    height: auto;
    margin-top: 200px;
    margin-bottom: 0;
    display: flex;
  }

  .boxheader-right {
    text-align: right;
  }

  .boxheader-right._2 {
    text-align: center;
  }

  .boxcontent-right {
    text-align: right;
  }

  .boxcontent-right._2, .boxcontent-right._3 {
    text-align: center;
  }

  .button-clientengagement {
    float: none;
    clear: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .sectionheader-purple-centered {
    width: 85%;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .form-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-field-2, .text-field-3, .text-field-4, .text-field-5, .text-field-6 {
    width: 75%;
    margin-bottom: 10px;
  }

  .text-field-7 {
    width: 75%;
    margin-bottom: 20px;
  }

  .form-block {
    margin-top: 25px;
  }

  .submit-button {
    width: 50%;
  }

  .section-6 {
    align-items: center;
  }

  .div-block-18 {
    width: 85%;
  }

  .image-3 {
    height: 75px;
  }

  .div-block-20 {
    padding-top: 10px;
  }

  .link-2, .link-2.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-21 {
    flex-direction: column;
  }

  .div-block-22 {
    float: none;
    text-align: center;
    width: 100%;
  }

  .flowchart-graphic {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 85%;
    display: flex;
  }

  .text-block-7 {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 18px;
    line-height: 21px;
    display: flex;
  }

  .text-block-8 {
    border-top-style: none;
    border-left: 0 solid #000;
    padding-top: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .image-5 {
    height: 45px;
    padding-right: 0;
  }

  .div-block-26 {
    flex-direction: row;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-27 {
    height: 400px;
  }

  .div-block-28 {
    width: 85%;
  }

  .div-block-29 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .button-solutions-learnmore-purple {
    float: none;
  }

  .div-block-35 {
    width: 85%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-36 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-37 {
    background-image: linear-gradient(#32003c80, #32003c80), url('../images/philosophy-bg-min.jpg');
    background-position: 0 0, 0%;
  }

  .image-6 {
    height: 50px;
    padding-right: 15px;
  }

  .div-block-40 {
    width: 85%;
  }

  .boxcontent-left._2 {
    text-align: center;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .boxcontent-left._3 {
    text-align: center;
  }

  .grid-2 {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    width: 85%;
  }

  .title-light-purple._2 {
    text-align: center;
  }

  .div-block-45 {
    width: 85%;
    padding: 20px 0;
  }

  .div-block-46 {
    height: 400px;
  }

  .div-block-48 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bodycopy-white-centered {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-49 {
    width: 85%;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 18px;
  }

  .div-block-51 {
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-52 {
    width: 100%;
    padding-top: 0;
  }

  .div-block-53 {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .div-block-54 {
    background-image: linear-gradient(#32003c80, #32003c80), url('../images/philosophy-bg-min_1.jpg');
    background-position: 0 0, 21%;
    justify-content: center;
    align-self: auto;
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .div-block-55 {
    width: auto;
    margin-bottom: 50px;
    padding-right: 0;
  }

  .div-block-56 {
    background-color: #ffffffd9;
    width: 85%;
    margin-top: 150px;
    margin-bottom: 0;
  }

  .heading-12 {
    text-align: center;
    width: 85%;
    font-size: 18px;
  }

  .div-block-57 {
    object-fit: fill;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 35px;
    display: block;
  }

  .div-block-58 {
    border-right-width: 0;
    width: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-59 {
    border-left-width: 0;
    align-items: flex-start;
    width: 85%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-block-9 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-61 {
    flex-direction: column;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-62 {
    background-image: linear-gradient(#32003c80, #32003c80), url('../images/clientportal-cta-bg-min.png');
    background-position: 0 0, 90%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-64 {
    background-image: linear-gradient(#32003c80, #32003c80), url('../images/blog-hero-min.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 400px;
  }

  .grid-3 {
    width: 85%;
  }

  .div-block-68 {
    width: 75%;
  }

  .image-8 {
    height: auto;
  }

  .div-block-70 {
    align-items: center;
    height: 150px;
  }

  .div-block-71 {
    background-image: linear-gradient(#32003c80, #32003c80), url('../images/contact-hero-min.jpg');
    background-position: 0 0, 25%;
    height: 400px;
  }

  .link-block-4 {
    object-fit: fill;
    justify-content: center;
    width: auto;
  }

  .div-block-85 {
    height: 20%;
  }

  .div-block-86, .container-3, .div-block-87, .div-block-88 {
    height: 20%;
    margin-top: 50px;
  }

  .div-block-94 {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-95, .image-10, .div-block-96, .image-11 {
    display: none;
  }

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

  .blog-shortcontent {
    margin-top: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-102 {
    align-self: center;
  }

  .link-4 {
    font-size: 12px;
  }

  .div-block-108 {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    display: flex;
  }

  .div-block-109, .div-block-110, .div-block-111, .div-block-112 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
  }

  .bio-name {
    font-size: 18px;
    line-height: 24px;
  }
}


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