@font-face {
  font-family: Inter Display;
  src: url('../fonts/InterDisplay-Regular.woff2') format("woff2"), url('../fonts/InterDisplay-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Display;
  src: url('../fonts/InterDisplay-Medium.woff2') format("woff2"), url('../fonts/InterDisplay-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Display;
  src: url('../fonts/Inter-DisplaySemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Display;
  src: url('../fonts/Inter-DisplaySemiBoldItalic.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --white: white;
  --primary-blue: #002fa7;
  --dim-grey: #646670;
  --lightest-grey: #eceae5;
  --secondary-blue: #9dc4ff;
  --light-blue: #dfe4e7;
  --waves-library--black: #131313;
  --waves-library--background: #faebe3;
  --waves-library--white: white;
  --waves-library--dark-elevation: #ede0d8;
}

.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 {
  background-color: var(--white);
  color: var(--primary-blue);
  font-family: Inter Display, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
}

h1 {
  color: var(--white);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 110%;
  display: block;
}

h2 {
  color: var(--primary-blue);
  -webkit-text-stroke-color: var(--primary-blue);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.75vw;
  font-weight: 600;
  line-height: 100%;
}

h3 {
  letter-spacing: -.05rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 110%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 130%;
}

p {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 150%;
}

a {
  color: var(--primary-blue);
  cursor: pointer;
  text-decoration: none;
  transition: opacity .2s;
}

a:hover {
  opacity: .6;
}

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

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

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

.section {
  text-align: left;
  background-color: #0000;
  min-height: 32px;
  padding: 1.9rem 1rem 4.4rem 0;
  font-size: 1rem;
  line-height: 140%;
  position: relative;
}

.section.hero-section {
  align-items: flex-start;
  height: 120svh;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.section.padding-top-large {
  background-color: var(--white);
  padding-top: 10.1rem;
  padding-bottom: 5.4rem;
}

.section.no-padding-x {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

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

.section.recall-p2 {
  padding-left: 0;
  padding-right: 0;
}

.container {
  grid-row-gap: 6rem;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: auto;
  padding: 0 3rem 0 3.2rem;
  display: block;
  position: relative;
}

.container.row-gap-2 {
  align-items: stretch;
}

.container.row-gap-1 {
  grid-row-gap: 1rem;
}

.container.row-gap-1-5 {
  grid-row-gap: 1.5rem;
  padding-bottom: 108px;
}

.container.row-gap-1-5.padding-y-l {
  padding-left: 4rem;
  padding-right: 4rem;
}

.container.margin-bottom-15 {
  margin-bottom: 15rem;
}

.dark-divider {
  background-color: #faf8f226;
  width: 100%;
  height: 1px;
  position: relative;
}

.dark-divider.styleguide-bottom-divider {
  background-color: #1b2d7326;
  margin-top: 80px;
}

.text-large {
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
}

.text-large.nav-text {
  max-width: 80ch;
  font-size: 2.85vw;
  line-height: 110%;
}

.text-large.light-text.subheading {
  color: var(--dim-grey);
  max-width: 770px;
}

.footer {
  width: 100%;
  max-width: 100%;
  padding: 0 1rem 3rem;
  position: relative;
}

.rich-text-block {
  max-width: 780px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.rich-text-block h2 {
  letter-spacing: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Inter Display, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 110%;
}

.rich-text-block h3 {
  letter-spacing: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Inter Display, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 110%;
}

.rich-text-block p {
  margin-bottom: 3rem;
  font-size: 1.125rem;
}

.rich-text-block h4 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 16px;
  font-family: Inter Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 125%;
}

.rich-text-block blockquote {
  border-left-color: var(--white);
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.rich-text-block h1 {
  color: var(--primary-blue);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Inter Display, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 116%;
}

.rich-text-block h5 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-family: Inter Display, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.rich-text-block h6 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-family: Inter Display, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.rich-text-block figcaption {
  color: var(--dim-grey);
  text-align: left;
  font-size: 16px;
}

.rich-text-block figure {
  margin-top: 40px;
  margin-bottom: 64px;
}

.rich-text-block ul {
  margin-bottom: 40px;
  font-size: 18px;
}

.text-field {
  background-color: var(--lightest-grey);
  color: var(--primary-blue);
  border: 0 solid #000;
  border-bottom: 1px solid #faf9f526;
  border-radius: 0;
  height: auto;
  margin-bottom: 48px;
  padding: 1rem 0 1rem 12px;
  font-size: 1rem;
  line-height: 150%;
  display: block;
  position: relative;
}

.text-field:active {
  color: var(--white);
  border-bottom-color: #e6e6e6;
  font-size: 1rem;
  line-height: 150%;
}

.text-field:focus {
  border-bottom-color: var(--white);
  color: var(--primary-blue);
  font-size: 1rem;
  line-height: 150%;
}

.text-field::placeholder {
  color: var(--dim-grey);
  font-size: 1rem;
  line-height: 150%;
}

.submit-button {
  background-color: var(--primary-blue);
  color: var(--white);
  border: 0 solid #000;
  padding: 1rem 3rem;
  font-size: 1.25rem;
  transition: all .2s;
}

.submit-button:hover {
  background-color: var(--dim-grey);
  border-bottom-width: 0;
  border-bottom-color: #898989;
}

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

.utility-page-content {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 800px;
  display: flex;
}

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

.utility-form-text {
  margin-bottom: 64px;
  font-size: 1.25rem;
}

.styleguide-heading-wrapper {
  margin-bottom: 48px;
}

.swatch {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  width: 100%;
  height: 200px;
}

.swatch.primary-blue {
  background-color: var(--primary-blue);
  border-color: #faf9f526;
}

.swatch.white {
  background-color: var(--white);
}

.swatch.secondary-blue {
  background-color: var(--secondary-blue);
  border-color: #faf9f526;
}

.swatch.light-blue {
  background-color: var(--light-blue);
  border-color: #faf9f526;
}

.swatch.lightest-grey {
  background-color: var(--lightest-grey);
  border-color: #faf9f526;
}

.swatch.dim-grey {
  background-color: var(--dim-grey);
  border-color: #faf9f526;
}

.styleguide-heading {
  color: var(--primary-blue);
  letter-spacing: -2px;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 10vw;
}

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

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

._4-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.navbar {
  z-index: 1;
  border-top: 0px solid var(--white);
  color: var(--white);
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 3.75rem;
  margin-bottom: 0;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
  position: absolute;
}

._12-column-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: end;
  place-items: start stretch;
  width: 100%;
  display: grid;
  position: relative;
}

._12-column-grid.hero-grid {
  grid-column-gap: 4.3rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 37px;
  padding-left: 0;
  display: block;
}

._12-column-grid.intro-grid {
  grid-row-gap: 6rem;
  top: 19px;
}

._12-column-grid.intro-grid.reach-out {
  margin-top: -239px;
  padding-top: 0;
}

._12-column-grid.intro-grid.tab {
  background-color: var(--white);
}

._12-column-grid.usp-grid {
  grid-row-gap: 8rem;
}

._12-column-grid.services-grid {
  grid-row-gap: 10rem;
}

._12-column-grid.numbers-grid {
  margin-top: 6rem;
}

._12-column-grid.faq-grid {
  grid-row-gap: 10rem;
}

._12-column-grid.contact-links-grid {
  grid-row-gap: 6rem;
  margin-top: 12rem;
}

._12-column-grid.footer-grid {
  grid-row-gap: 3rem;
}

.typography-container {
  margin-bottom: 48px;
}

.text-small {
  font-size: 1rem;
  line-height: 150%;
}

.text-medium {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

.text-medium.column-heading {
  font-weight: 600;
}

.nav-link-block {
  color: var(--white);
  padding: 0 1.75rem 0 0;
  line-height: 1;
  transition-property: all;
  position: relative;
  overflow: visible;
}

.nav-link-block:hover {
  opacity: .68;
  color: var(--white);
}

.nav-link-block.w--current {
  opacity: .6;
}

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

.row-gap-2 {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: static;
  left: auto;
}

.navbar-wrapper {
  grid-row-gap: 5rem;
  border-top: 0 solid #000;
  flex-direction: column;
  width: 100%;
  padding-top: 11px;
  display: flex;
}

.horizontal-footer-links-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.brand-footer {
  z-index: 2;
  width: 100%;
}

.brand-footer.w--current {
  width: 100%;
  position: relative;
}

.brand-footer.w--current:hover {
  opacity: 1;
}

.navbar-text-container {
  z-index: 999999;
  grid-row-gap: 2rem;
  background-image: url('../images/rodeo-project-management-software-PYqzYhTNjho-unsplash-1_1rodeo-project-management-software-PYqzYhTNjho-unsplash 1.webp');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  display: block;
  position: relative;
}

.button {
  grid-column-gap: 1rem;
  color: var(--white);
  background-color: #0000;
  border-bottom: 0 solid #fff3;
  align-items: center;
  padding: 0 0 1.125rem;
  font-size: 1.125rem;
  line-height: 1;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  opacity: 1;
}

.button.huge-button {
  grid-column-gap: 1.5rem;
  color: var(--secondary-blue);
  font-size: 4.75vw;
  font-weight: 600;
}

.hero-image-wrapper {
  background-color: #002fa7;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 90%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.logo {
  z-index: 999;
  position: relative;
}

.arrow-down {
  width: 1.75rem;
  max-width: 40px;
}

.hero-text {
  max-width: 25ch;
  padding-bottom: 50px;
  font-size: 3vw;
  font-weight: 600;
  line-height: 110%;
}

.hero-image-overlay {
  -webkit-text-fill-color: inherit;
  background-color: #002fa7;
  background-clip: padding-box;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-link {
  font-size: .9375rem;
  line-height: 140%;
}

.hero-inner-section {
  background-color: #e7ebef;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 100%;
}

.hero-image.hero-image-overlay {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.button-hover-line {
  background-color: var(--white);
  width: 100%;
  height: 1.5px;
  position: absolute;
  bottom: 0;
}

.arrow-right {
  width: auto;
}

.hover-arrow-right {
  width: auto;
  position: absolute;
  bottom: 0;
}

.arrow-right-container {
  position: relative;
  overflow: hidden;
}

.button-bottom-line {
  background-color: #fff3;
  width: 100%;
  height: 1.5px;
  position: absolute;
  bottom: 0;
}

.section-label-container {
  grid-column-gap: .75rem;
  color: var(--primary-blue);
  align-items: center;
  font-size: 1.125rem;
  display: flex;
}

.dot {
  background-color: var(--primary-blue);
  border-radius: 50vw;
  width: .5rem;
  height: .5rem;
}

.dot.secondary-blue-dot {
  background-color: var(--secondary-blue);
}

.section-heading-container {
  grid-row-gap: 3.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._3-column-text-container {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 340px;
  display: flex;
}

.text-light {
  color: var(--dim-grey);
}

.text-light.service-text {
  max-width: 515px;
}

.text-light.accordion-intro-text {
  max-width: 310px;
}

.logo-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 5rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 6rem;
  margin-left: -24px;
  padding-left: 0;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.text-reveal-wrapper {
  grid-row-gap: .75vw;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.text-reveal-line {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text-reveal-line-wrapper {
  text-align: center;
  font-weight: 600;
  position: relative;
}

.text-huge {
  color: var(--primary-blue);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 0;
  font-family: Interdisplay, sans-serif;
  font-size: 16.5vw;
  font-weight: 700;
  line-height: 78%;
  position: static;
}

.text-huge.text-lighter {
  color: var(--lightest-grey);
}

.text-huge.text-lightest-grey {
  color: var(--lightest-grey);
  display: block;
  overflow: visible;
}

.text-huge.text-primary-light-blue {
  color: #273a86;
}

.text-reveal-hover-wrapper {
  text-align: center;
  font-weight: 600;
  position: absolute;
  inset: auto auto auto 0;
  overflow: hidden;
}

.text-white {
  color: var(--lightest-grey);
}

.text-white.new-size {
  font-size: 4.2vw;
}

.usp-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 4rem;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.huge-number {
  text-align: right;
  font-size: 11vw;
  font-weight: 600;
  line-height: 80%;
}

.huge-number.text-secondary-blue {
  color: var(--secondary-blue);
}

.usp-text-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 330px;
  display: flex;
}

.divider {
  background-color: #1b2d7326;
  width: 100%;
  height: 1px;
  position: relative;
}

.slide-nav {
  display: none;
}

.slide {
  width: 100%;
  height: 100%;
  margin-right: 4rem;
}

.slider-image {
  object-fit: cover;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mask {
  width: 70vw;
  height: auto;
  overflow: visible;
}

.slider {
  cursor: auto;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-right: 1rem;
}

.slider-container {
  width: 100%;
  margin-top: 6rem;
  padding-left: 4rem;
}

.slider-image-mask {
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 60%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.right-arrow {
  right: 4rem;
}

.services-container {
  grid-row-gap: 10rem;
  border-top: 0 solid #0000;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.service-list-item {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-top: 1px solid #1b2d7326;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 1.5rem;
  display: grid;
}

.numbers-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.accordionn-title-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion-container {
  border-top: 1px solid #1b2d7326;
  width: 100%;
}

.accordion-heading-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-item {
  cursor: pointer;
  border-bottom: 1px solid #1b2d7326;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
}

.accordion-plus {
  width: auto;
  margin-left: 2rem;
}

.accordion-content-container {
  align-items: flex-start;
  max-width: 480px;
  display: flex;
}

.accordion-text {
  color: #646670;
  margin-top: 2rem;
}

.primary-blue-inner-section {
  background-color: var(--primary-blue);
  color: var(--primary-blue);
  border-radius: .375rem;
  padding-top: 6.5rem;
  padding-bottom: 10rem;
}

.primary-blue-inner-section.reach-out {
  padding-bottom: 1.2rem;
}

.primary-blue-inner-section.campaigns {
  padding-bottom: 0;
}

.testimonials-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 5rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  display: grid;
}

.testimonial-container {
  grid-row-gap: 2rem;
  border-top: 1px solid #1b2d7326;
  flex-flow: column;
  width: 100%;
  padding-top: 1.5rem;
  display: flex;
}

.light-blue-inner-section {
  background-color: var(--light-blue);
  border-radius: .375rem;
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.testimonial-text {
  max-width: 368px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

.client-container {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.avatar {
  border-radius: .1875rem;
  width: 3rem;
  height: 3rem;
}

.client-info-container {
  grid-column-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-semibold {
  font-weight: 600;
}

.team-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 6rem;
}

.team-member-wrapper {
  grid-row-gap: 3rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.team-member-image-wrapper {
  background-color: var(--lightest-grey);
}

.team-member-info-container {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.text-xl {
  font-size: 2.5rem;
  line-height: 130%;
}

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

.team-member-contact-info-container {
  border-top: 1px solid #1b2d7326;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.contact-link {
  color: var(--primary-blue);
  border-bottom: 1px solid #1b2d7326;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.125rem;
}

.huge-arrow-right {
  width: 2vw;
  height: 2vw;
  display: block;
}

.huge-button-hover-line {
  background-color: var(--secondary-blue);
  width: 100%;
  height: 1.5px;
  position: absolute;
  bottom: 0;
}

.huge-hover-arrow-right {
  width: 2vw;
  height: 2vw;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-link {
  color: var(--primary-blue);
}

.preloader {
  z-index: 0;
  background-color: var(--primary-blue);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-primary-blue {
  color: var(--primary-blue);
}

.text-block {
  padding-top: 46px;
}

.text-block-2 {
  font-size: 2.4vw;
}

.campaign {
  color: var(--white);
  max-width: 240px;
  margin-top: 102px;
  margin-left: 85px;
  padding-top: 0;
  font-size: 2rem;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  margin-bottom: -155px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---heading-1-no-margins {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 120%;
  display: flex;
}

.waves-grid-pricing-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves-price-text-pricing-1 {
  color: #131313b3;
  font-size: 22px;
  font-weight: 500;
}

.waves-heading-pricing-1 {
  margin-top: 0;
  margin-bottom: -38px;
  padding-bottom: 0;
  font-size: 37px;
  line-height: 120%;
}

.waves-heading-pricing-1.create {
  color: var(--white);
  text-overflow: clip;
  overflow-wrap: normal;
  position: static;
}

.waves-tile-pricing-1 {
  background-color: var(--white);
  opacity: 1;
  border-radius: 8px;
  margin-top: -32px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.waves-tile-pricing-1.start {
  background-color: var(--primary-blue);
  color: var(--primary-blue);
}

.waves---covered-item-text-pricing {
  font-size: 16px;
  line-height: 130%;
}

.waves-check-item-pricing-1 {
  grid-column-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves-covered-heading-pricing-1 {
  font-size: 15px;
  line-height: 120%;
}

.waves-top-text-pricing-1 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.waves-covered-list-wrap-pricing-1 {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8px;
  display: flex;
}

.waves-covered-wrap-pricing-1 {
  grid-row-gap: 8px;
  background-color: #1313131a;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  padding: 16px;
  display: flex;
}

.waves-wrap-price-1 {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.waves-divider-pricing-1 {
  background-color: #14171b1a;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 24px;
}

.waves---icon-covered-pricing {
  width: 20px;
  height: 20px;
}

.button-2 {
  color: var(--waves-library--black);
  background-color: #9dc4ff;
  font-size: 2rem;
}

.div-block {
  color: var(--primary-blue);
}

.waves---cta-dark-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---cta-dark-2.wide-cta {
  min-width: 200px;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-text-field-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--background);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves-text-field-background.field-cta-1 {
  min-width: 260px;
}

.waves---section-medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-2-no-margins.contact {
  text-align: left;
  margin-left: 349px;
  font-size: 18px;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---master-cta-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---left-cta-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-form-cta-1 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.waves---form-block-cta-1 {
  margin-top: 40px;
  margin-bottom: 32px;
}

.team-slider {
  background-color: #002fa7;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 20px 30px 80px;
  position: relative;
}

.team-slider.team-slider-nav {
  outline-offset: 0px;
  outline: 3px #002fa7;
  padding-bottom: 72px;
}

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

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

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  opacity: 1;
  background-color: #fff;
  border-radius: 13px;
  min-height: 250px;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  opacity: 1;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 24px 14px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-name-two.kms {
  color: var(--dim-grey);
  font-size: 1.2rem;
}

.team-member-text {
  color: var(--primary-blue);
  -webkit-text-stroke-color: var(--primary-blue);
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  outline-offset: 0px;
  color: var(--primary-blue);
  outline: 3px #002fa7;
  margin-top: -83px;
  padding-top: 0;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.mask-2 {
  max-height: 500px;
  margin-top: 13px;
  margin-bottom: -47px;
  padding-top: 30px;
  padding-bottom: 158px;
}

.text-block-3, .text-block-4, .text-block-5 {
  font-size: 1.3rem;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -.05vw;
    font-size: 4.5vw;
    line-height: 110%;
  }

  h2 {
    font-size: 4.5rem;
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 100%;
  }

  .section.padding-top-large {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.row-gap-1-5.padding-y-l {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .text-large {
    font-size: 2.5rem;
    line-height: 100%;
  }

  .text-large.nav-text {
    max-width: 25ch;
  }

  .footer {
    padding-bottom: 48px;
  }

  .utility-page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  ._4-column-grid {
    grid-template-columns: 1fr;
  }

  .navbar {
    margin-top: 3.5rem;
    padding-top: 0;
    position: absolute;
    top: auto;
  }

  ._12-column-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 4rem;
    grid-template-columns: minmax(16px, 1fr) 1fr;
  }

  ._12-column-grid.intro-grid, ._12-column-grid.intro-grid.tab, ._12-column-grid.services-grid, ._12-column-grid.faq-grid, ._12-column-grid.contact-links-grid {
    grid-row-gap: 4rem;
  }

  .text-medium {
    font-size: 1.75rem;
  }

  .nav-link-block {
    color: var(--white);
    flex: none;
    padding-left: 0;
    padding-right: 1.5rem;
    font-size: 1.25rem;
    display: flex;
  }

  .nav-link-block:hover {
    color: #a6a6a6;
  }

  .row-gap-2 {
    margin-bottom: 1.5rem;
  }

  .nav-menu {
    color: var(--primary-blue);
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    display: flex;
    position: static;
    top: 0;
    left: 0;
    right: 0;
  }

  .brand-footer {
    margin-left: 0;
    padding-left: 0;
  }

  .brand-footer.w--current {
    margin-left: 0;
  }

  .button, .button.navbar-button {
    padding-bottom: 0;
  }

  .button.huge-button {
    font-size: 4.5rem;
  }

  .hero-image-wrapper {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .button-hover-line, .button-bottom-line {
    display: none;
  }

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

  .usp-wrapper {
    margin-left: 14px;
    padding-top: 0;
    padding-right: 0;
  }

  .slide {
    margin-right: 1rem;
  }

  .mask {
    width: 82vw;
  }

  .slider-container {
    padding-left: 2.5rem;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .testimonial-text {
    font-size: 1.25rem;
  }

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

  .huge-arrow-right {
    width: 2rem;
    height: 2rem;
  }

  .huge-button-hover-line {
    display: none;
  }

  .huge-hover-arrow-right {
    width: 2rem;
    height: 2rem;
  }

  .waves---heading-1-no-margins {
    font-size: 64px;
    line-height: 115%;
  }

  .waves-grid-pricing-1 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---master-cta-1 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .waves---left-cta-1 {
    align-items: center;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: 0;
    font-size: 2rem;
  }

  h2 {
    font-size: 3.5rem;
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 100%;
  }

  .section.hero-section {
    height: auto;
  }

  .section.recall-p2 {
    margin-left: -18px;
    margin-right: 16px;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.row-gap-1-5.padding-y-l {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-large {
    font-size: 2rem;
    line-height: 100%;
  }

  .text-large.nav-text {
    font-size: 2rem;
  }

  .styleguide-heading {
    letter-spacing: -1px;
  }

  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._12-column-grid {
    grid-row-gap: 3rem;
  }

  ._12-column-grid.hero-grid {
    grid-template-columns: .5fr 1fr;
  }

  .text-medium {
    font-size: 1.5rem;
  }

  .nav-link-block {
    flex: none;
    padding-left: 0;
    padding-right: 1.5rem;
    font-size: 1.25rem;
  }

  .nav-menu {
    justify-content: flex-start;
  }

  .button.navbar-button {
    justify-content: flex-end;
  }

  .button.huge-button {
    font-size: 3.5rem;
  }

  .hero-image-wrapper {
    background-position: 50%;
  }

  .hero-content-wrapper {
    height: auto;
    padding-top: 25rem;
  }

  .hero-text {
    max-width: none;
    font-size: 1.25rem;
  }

  .section-heading-container {
    max-width: none;
  }

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

  .logo-wrapper {
    padding-left: 12%;
    padding-right: 12%;
  }

  .huge-number {
    font-size: 18vw;
  }

  .slider-container {
    padding-left: 2rem;
  }

  .service-list-item {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .accordionn-title-wrapper {
    width: 100%;
    margin-top: 1rem;
  }

  .accordion-heading-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .accordion-content-container {
    width: 100%;
    margin-left: 0%;
  }

  .testimonials-container, .team-grid {
    grid-template-columns: 1fr;
  }

  .text-block-2 {
    font-size: 3.5vw;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container {
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
    text-decoration: none;
  }

  .waves---section-medium {
    text-align: left;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-1-no-margins {
    font-size: 56px;
  }

  .waves-grid-pricing-1 {
    max-width: 400px;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-text-field-background.field-cta-1 {
    min-width: 0;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---master-cta-1 {
    text-align: center;
  }

  .waves-form-cta-1 {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .waves---form-block-cta-1 {
    width: 100%;
    max-width: 320px;
  }

  .team-slider {
    padding: 60px 15px;
  }
}

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

  h1 {
    letter-spacing: 0;
    font-size: 1.75rem;
  }

  h2 {
    letter-spacing: 0;
    font-size: 2rem;
  }

  h3 {
    letter-spacing: -.05rem;
    font-size: 1.5rem;
    line-height: 120%;
  }

  .section {
    padding: 3.6rem .4rem;
  }

  .section.hero-section {
    height: auto;
    padding-top: .4rem;
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .section.padding-top-large {
    padding: 5rem .4rem 0;
  }

  .container {
    margin-right: 15px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container.row-gap-1-5.padding-y-l {
    padding-left: 1.65rem;
    padding-right: 1.65rem;
  }

  .container.margin-bottom-15 {
    margin-bottom: 5rem;
  }

  .text-large {
    letter-spacing: 0;
    font-size: 1.6rem;
  }

  .text-large.nav-text {
    max-width: none;
    font-size: 1.25rem;
  }

  .text-large.light-text.subheading {
    margin-right: 12px;
  }

  .footer {
    margin-top: 0;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .text-field {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .text-field::placeholder {
    font-size: 20px;
  }

  .submit-button {
    margin-top: 48px;
    padding-top: 0;
    font-size: 20px;
  }

  .styleguide-heading {
    letter-spacing: 0;
  }

  .navbar {
    margin-top: 1.25rem;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
  }

  ._12-column-grid {
    grid-row-gap: 3rem;
  }

  ._12-column-grid.hero-grid {
    grid-row-gap: 1rem;
  }

  ._12-column-grid.intro-grid {
    grid-row-gap: 3rem;
  }

  ._12-column-grid.intro-grid.reach-out {
    padding-top: 89px;
  }

  ._12-column-grid.usp-grid, ._12-column-grid.services-grid {
    grid-row-gap: 3rem;
  }

  ._12-column-grid.numbers-grid {
    margin-top: 3rem;
  }

  ._12-column-grid.faq-grid, ._12-column-grid.contact-links-grid {
    grid-row-gap: 3rem;
  }

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

  .text-medium {
    font-size: 1.5rem;
  }

  .nav-link-block {
    align-items: center;
    padding-left: 0;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .horizontal-footer-links-container {
    flex-flow: wrap;
  }

  .button {
    font-size: 1rem;
  }

  .button.navbar-button {
    margin-top: 2rem;
  }

  .button.huge-button {
    margin-top: 2rem;
    font-size: 2rem;
  }

  .hero-image-wrapper {
    background-position: 68%;
    justify-content: flex-start;
    display: flex;
  }

  .hero-content-wrapper {
    padding-top: 23rem;
    padding-left: 0;
  }

  .logo {
    min-width: 350px;
    max-width: 100%;
    min-height: 70px;
    overflow: visible;
  }

  .arrow-down {
    display: none;
  }

  .hero-text {
    margin-left: -8px;
    margin-right: 11px;
    font-size: 1.5rem;
  }

  .text-light {
    margin-right: 12px;
  }

  .logo-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
  }

  .logo-wrapper {
    padding-left: 2%;
    padding-right: 2%;
  }

  .text-reveal-wrapper {
    margin-left: -6px;
  }

  .text-huge {
    font-size: 23vw;
  }

  .huge-number {
    font-size: 22vw;
  }

  .mask {
    width: 80vw;
  }

  .slider-container {
    margin-top: 3rem;
    padding-left: 1.65rem;
  }

  .service-list-item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .numbers-wrapper {
    grid-row-gap: 1rem;
  }

  .accordionn-title-wrapper {
    width: 100%;
    margin-top: 1rem;
  }

  .accordion-heading-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .accordion-plus {
    margin-left: 1rem;
  }

  .accordion-content-container {
    width: 100%;
  }

  .testimonials-container {
    grid-template-columns: 1fr;
  }

  .team-grid {
    margin-top: 3rem;
  }

  .huge-arrow-right, .huge-hover-arrow-right {
    width: 1.5rem;
    height: 1.5rem;
  }

  .text-block-2 {
    font-size: 7vw;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-1-no-margins {
    font-size: 36px;
    line-height: 110%;
  }

  .waves-grid-pricing-1 {
    margin-top: 40px;
  }

  .waves-price-text-pricing-1 {
    font-size: 19px;
  }

  .waves-heading-pricing-1 {
    font-size: 30px;
  }

  .waves-heading-pricing-1.create {
    font-size: 35px;
  }

  .waves-tile-pricing-1 {
    padding: 24px 16px 16px;
  }

  .waves-covered-heading-pricing-1 {
    font-size: 15px;
  }

  .div-block {
    font-size: 1rem;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .team-slider.team-slider-nav {
    margin-top: -154px;
  }

  .container-2 {
    max-width: none;
  }

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-name-two {
    font-size: 2rem;
  }

  .text-block-3, .text-block-4, .text-block-5 {
    font-size: 1.2rem;
  }
}

#w-node-_53c98cab-8eca-3383-f175-81ff551b5c8c-ab722743 {
  grid-area: 2 / 1 / 3 / 7;
  place-self: end start;
}

#w-node-_93c2ee34-d46c-5590-b2a4-e65b3a5b1681-ab722743 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_7dba97b5-f1ce-53ef-f12a-d950d771d1ca-ab722743 {
  grid-area: 2 / 1 / 3 / 13;
  place-self: stretch;
}

#w-node-_53c98cab-8eca-3383-f175-81ff551b5c86-ab722743 {
  grid-area: 1 / 9 / 2 / 13;
  place-self: start end;
}

#w-node-_30ff9879-d317-3f9d-1958-cfa734588842-ab722743 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_2be8925e-1d1b-312e-8feb-df122a58b354-ab722743 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_28dfdbba-b0ae-28bc-d0f7-f28d1af0ce4f-ab722743 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_0fcd6787-540a-7198-47fe-1d189eb89787-ab722743 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_92acd2c4-6305-e538-01cd-021ad9cec36b-ab722743 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_796055cc-4594-47d0-a514-64d5f0060344-ab722743 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_796055cc-4594-47d0-a514-64d5f0060353-ab722743 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_796055cc-4594-47d0-a514-64d5f0060358-ab722743 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_796055cc-4594-47d0-a514-64d5f006035d-ab722743 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_17891845-7e12-c68c-38e2-d8a3883ef506-ab722743 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_17891845-7e12-c68c-38e2-d8a3883ef50a-ab722743 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_50dff92d-a053-0ce5-2629-86e8f1749688-ab722743 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4b251614-1984-815b-edee-7953aac4f303-ab722743 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: auto;
}

#w-node-_29445601-b1b3-eb24-98a5-b3d4da7e7898-ab722743 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_68b6edba-6efe-26e4-438f-f82af6d81741-ab722743 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_68b6edba-6efe-26e4-438f-f82af6d81745-ab722743 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-ea6c783c-f924-851e-867a-8550592f24c5-ab722743 {
  grid-area: 2 / 5 / 3 / 13;
  place-self: start;
}

#w-node-_842e8592-c37c-3f08-6ea6-6d08a3e2a205-ab722743 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: end start;
}

#w-node-fa9fda17-cad7-026b-ad83-333f15bea3d0-ab722743 {
  grid-area: 2 / 9 / 3 / 13;
  place-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_53c98cab-8eca-3383-f175-81ff551b5c8c-ab722743 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93c2ee34-d46c-5590-b2a4-e65b3a5b1681-ab722743 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-_7dba97b5-f1ce-53ef-f12a-d950d771d1ca-ab722743 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_53c98cab-8eca-3383-f175-81ff551b5c86-ab722743 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_30ff9879-d317-3f9d-1958-cfa734588842-ab722743 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2be8925e-1d1b-312e-8feb-df122a58b354-ab722743, #w-node-_28dfdbba-b0ae-28bc-d0f7-f28d1af0ce4f-ab722743, #w-node-_0fcd6787-540a-7198-47fe-1d189eb89787-ab722743, #w-node-_92acd2c4-6305-e538-01cd-021ad9cec36b-ab722743, #w-node-_796055cc-4594-47d0-a514-64d5f0060344-ab722743, #w-node-_796055cc-4594-47d0-a514-64d5f0060353-ab722743, #w-node-_796055cc-4594-47d0-a514-64d5f0060358-ab722743, #w-node-_796055cc-4594-47d0-a514-64d5f006035d-ab722743 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_17891845-7e12-c68c-38e2-d8a3883ef506-ab722743 {
    grid-column: span 2 / span 2;
  }

  #w-node-_17891845-7e12-c68c-38e2-d8a3883ef50a-ab722743 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_50dff92d-a053-0ce5-2629-86e8f1749688-ab722743 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4b251614-1984-815b-edee-7953aac4f303-ab722743 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_29445601-b1b3-eb24-98a5-b3d4da7e7898-ab722743, #w-node-_68b6edba-6efe-26e4-438f-f82af6d81741-ab722743 {
    grid-column: span 2 / span 2;
  }

  #w-node-_68b6edba-6efe-26e4-438f-f82af6d81745-ab722743, #w-node-ea6c783c-f924-851e-867a-8550592f24c5-ab722743 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_842e8592-c37c-3f08-6ea6-6d08a3e2a205-ab722743 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_842e8592-c37c-3f08-6ea6-6d08a3e2a20a-ab722743, #w-node-fa9fda17-cad7-026b-ad83-333f15bea3d0-ab722743 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_53c98cab-8eca-3383-f175-81ff551b5c8c-ab722743 {
    grid-column: span 2 / span 2;
  }

  #w-node-_93c2ee34-d46c-5590-b2a4-e65b3a5b1681-ab722743 {
    grid-column: span 1 / span 1;
  }

  #w-node-_53c98cab-8eca-3383-f175-81ff551b5c86-ab722743 {
    grid-area: 3 / 2 / 4 / 3;
    place-self: end;
  }

  #w-node-ea6c783c-f924-851e-867a-8550592f24c5-ab722743 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end start;
  }

  #w-node-_842e8592-c37c-3f08-6ea6-6d08a3e2a20a-ab722743 {
    grid-column: span 4 / span 4;
  }

  #w-node-fa9fda17-cad7-026b-ad83-333f15bea3d0-ab722743 {
    grid-column: span 4 / span 4;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_93c2ee34-d46c-5590-b2a4-e65b3a5b1681-ab722743 {
    grid-column: span 2 / span 2;
  }

  #w-node-_53c98cab-8eca-3383-f175-81ff551b5c86-ab722743 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_17891845-7e12-c68c-38e2-d8a3883ef50a-ab722743, #w-node-_50dff92d-a053-0ce5-2629-86e8f1749688-ab722743 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4b251614-1984-815b-edee-7953aac4f303-ab722743 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_29445601-b1b3-eb24-98a5-b3d4da7e7898-ab722743 {
    justify-self: start;
  }

  #w-node-_68b6edba-6efe-26e4-438f-f82af6d81745-ab722743 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ea6c783c-f924-851e-867a-8550592f24c5-ab722743 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_842e8592-c37c-3f08-6ea6-6d08a3e2a205-ab722743 {
    grid-column: span 4 / span 4;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Regular.woff2') format('woff2'), url('../fonts/InterDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Medium.woff2') format('woff2'), url('../fonts/InterDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/Inter-DisplaySemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/Inter-DisplaySemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}