:root {
  --dim-grey: #62717a;
  --grey: #eff6f8;
  --dark: #0d1014;
  --button-background: #e2ebf0;
  --alice-blue: #e4eff3;
  --dodger-blue: #3f8ef1;
  --white-smoke: #f6fafb;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

p {
  color: var(--dim-grey);
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  background-color: var(--grey);
  border-radius: .5rem;
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-weight-light {
  font-weight: 300;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.delete-this-button {
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .6rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
}

.heading-medium {
  font-family: Inter, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-large {
  font-family: Inter, sans-serif;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.35;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}

.text-size-large.text-color-white {
  color: rgba(255, 255, 255, .6);
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  justify-content: center;
  align-items: center;
  height: .875rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: rgba(168, 193, 216, .2);
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

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

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

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  margin-left: 0;
  font-size: .875rem;
  font-weight: 400;
}

.text-rich-text {
  flex-direction: column;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  max-width: 42rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin-right: 3.5rem;
}

.text-rich-text h5 {
  max-width: 42rem;
  margin-top: 1.25rem;
  margin-bottom: .75rem;
  margin-right: 3.5rem;
}

.text-rich-text h6 {
  max-width: 42rem;
  margin-top: 1.25rem;
  margin-bottom: .5rem;
  margin-right: 3.5rem;
}

.text-rich-text p {
  max-width: 42rem;
  margin-bottom: .75rem;
  margin-right: 3.5rem;
  font-size: 1.125rem;
}

.text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.text-rich-text img {
  border-radius: .5rem;
}

.text-rich-text figure {
  border-radius: .5rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  left: -1rem;
  overflow: hidden;
}

.max-width-xlarge {
  width: 100%;
  max-width: 40rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.25;
}

.max-width-xsmall {
  width: 100%;
  max-width: 20rem;
}

.form-input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.page-wrapper {
  color: #000;
  font-family: Eudoxussans, sans-serif;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-style-allcaps {
  font-family: Inter, sans-serif;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  width: 100%;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 50rem;
}

.max-width-small._2 {
  max-width: 30rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  z-index: 10;
  border-bottom: 1px solid var(--grey);
  color: #000;
  background-color: #fff;
  font-family: Eudoxussans, sans-serif;
  position: relative;
}

.container-medium {
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  color: #386eec;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.button-text.white {
  color: #979aa0;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2.5rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge, .margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 9rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  letter-spacing: 3px;
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.margin-bottom.margin-medium._2 {
  margin-bottom: 1.5rem;
}

.margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge._2 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.padding-vertical.padding-huge {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-family: Inter, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

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

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.page-padding-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(3.5rem, 1fr) minmax(auto, 96rem) minmax(3.5rem, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
  height: 4rem;
  display: flex;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.button {
  z-index: 10;
  background-color: var(--button-background);
  color: #000;
  text-align: center;
  border: 1px #d1dfe4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 8rem;
  padding: .875rem 1.875rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.navbar-component {
  grid-column-gap: 0rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 3.75fr minmax(auto, 1.5fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  height: 100%;
  display: grid;
}

.button-text-wrapper {
  z-index: 10;
  flex-direction: column;
  height: 1.5rem;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-wrapper {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.brand {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 7rem;
  max-width: 7rem;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.brand.w--current {
  justify-content: center;
  align-items: flex-start;
}

.section-home-claritiv-edge {
  overflow: hidden;
}

.span-avatar {
  text-align: left;
  white-space: nowrap;
  background-image: url('../images/Placeholder.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: .5rem;
  width: 3.75rem;
  height: 3.75rem;
  margin-left: .5rem;
  margin-right: .5rem;
  font-size: .875rem;
  line-height: 7.5;
  text-decoration: none;
  transition: border-radius .4s cubic-bezier(.25, .46, .45, .94), border-color .4s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  bottom: -.875rem;
}

.span-avatar:hover {
  border-color: #3f8ef1;
  border-radius: 2rem;
}

.button-background {
  background-color: var(--dim-grey);
  border-radius: 100%;
  width: 100%;
  min-width: 4.5rem;
  height: 175%;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.slider-home-hero {
  background-color: rgba(221, 221, 221, 0);
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding-left: 0;
  display: block;
}

.home-hero-slide-content {
  justify-content: space-between;
  min-height: 80vh;
  padding-top: 4rem;
  display: flex;
}

.home-hero-slide-arrow {
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home-hero-slide-left {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 27rem;
  margin-bottom: 0;
  margin-right: 3rem;
  padding: 0 0 0;
  display: flex;
}

.home-hero-slide-right {
  object-fit: fill;
  order: 0;
  align-self: center;
  width: 70vh;
  padding: 0;
}

.slide-nav-hero {
  justify-content: center;
  align-items: center;
  width: 4rem;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  font-size: 10px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-hero-mask {
  margin-left: 0;
}

.clip {
  margin-top: -20rem;
  padding-top: 20rem;
  overflow: hidden;
}

.text-color-white {
  color: #fff;
}

.underline-link {
  color: #fff;
  align-items: center;
  height: 1.85rem;
  text-decoration: none;
  display: flex;
}

.overlay {
  z-index: 2;
  background-color: rgba(15, 19, 22, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial-image {
  z-index: 10;
  background-color: var(--grey);
  outline-offset: 0px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: .5rem;
  outline: 3px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 25vw;
  height: 25vw;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-image.w--current {
  outline-color: var(--dodger-blue);
}

.footer-bottom {
  color: var(--dim-grey);
  border-top: 1px solid rgba(151, 154, 160, .3);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.section-footer {
  z-index: 5;
  background-color: #fff;
  border-top: 1px #171b1f;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-link {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: .4rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.footer-wrapper {
  background-color: var(--dark);
  flex-direction: column;
  justify-content: flex-end;
  max-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.about-hero-component {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: auto;
  padding-top: 4rem;
  display: flex;
}

.about-hero-top {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.about-hero-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 30vw;
  padding-bottom: 0;
  padding-left: .5rem;
  padding-right: .5rem;
  display: block;
}

.about-hero-column {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column-image-wrapper {
  z-index: 10;
  border-radius: .5rem;
  flex: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.column-image-spacer {
  z-index: 10;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  height: 8vw;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.story-component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.about-stat-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 0;
  display: grid;
}

.banner-component {
  z-index: 10;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  min-height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-banner-background {
  background-image: url('../images/cohort-twentysix-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner-content {
  z-index: 15;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-strip {
  color: #fff;
  white-space: nowrap;
  margin-top: 4rem;
  margin-bottom: 9rem;
  font-size: 6vw;
  line-height: 1;
  display: flex;
}

.about-banner-text {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  padding-right: 0;
  display: grid;
}

.banner-description {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.image-background-sticky {
  flex-direction: column;
  max-height: 100vh;
  margin-top: -4rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  padding-left: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.image-background {
  z-index: 10;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-full {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-stat {
  text-align: center;
  border: 1px solid #d6e3e7;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem .5rem;
  display: flex;
}

.story-content {
  padding-top: 0;
  padding-bottom: 0;
}

.about-hero-intro {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.scroll-link {
  z-index: 10;
  border: 1px solid var(--alice-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  margin-top: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.resource-image-wrapper {
  z-index: 10;
  border-radius: .5rem;
  height: 34vw;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}

.link-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.scroll-link-icons {
  z-index: 20;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: .875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero-scroll-link {
  margin-top: 4rem;
}

.cohort-hero-image {
  z-index: 10;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  min-height: 35vw;
  position: relative;
  overflow: hidden;
}

.how-to-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  display: grid;
}

.how-to-item {
  flex-direction: column;
  max-width: 25rem;
  display: flex;
}

.tab-bottom-wrapper {
  overflow: hidden;
}

.tab-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f9fafb;
  border-radius: 9px 9px 0 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 3rem 2.25rem;
  display: grid;
}

.tab-bottom.tab-bottom-full-width {
  justify-content: flex-start;
  display: flex;
}

.tab-icon-image {
  width: 1.5rem;
}

.tab-item {
  border-top: 1px #e3eef3;
  border-bottom: 1px solid #e3eef3;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px #f0f4f6;
  grid-template-rows: auto;
  grid-template-columns: 3.25fr .4fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: stretch;
  align-items: center;
  justify-items: stretch;
  padding: 0 2rem;
  display: grid;
}

.tab-item-padding {
  cursor: pointer;
  padding: 3rem 0;
}

.tab-icon {
  border: 1px solid #e3eef3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  display: flex;
}

.tab-title {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.faq-list {
  border-top: 0px solid var(--alice-blue);
  padding-left: 8rem;
  padding-right: 8rem;
}

.hero-heading {
  z-index: 10;
  position: relative;
}

.faq-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.column-images {
  z-index: 15;
  border-radius: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-about-story._2 {
  background-color: var(--dark);
}

.nav-menu-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: flex;
}

.section-about-hero {
  margin-top: 8rem;
}

.delete-me {
  z-index: 5000000;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 22rem;
  padding: 2rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: .5rem;
  left: auto;
  right: .5rem;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.delete-me_text-description {
  font-weight: 300;
  line-height: 1.5;
}

.delete-me_link {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .65rem 1.3rem .7rem;
  line-height: 1.3;
  text-decoration: none;
}

.body-display {
  color: #6e7488;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-2.grey-outline {
  color: #090b19;
  background-color: rgba(9, 11, 25, 0);
  border-color: #e2e7f1;
  justify-content: center;
  align-items: flex-end;
}

.button-2.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.container-large-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading {
  z-index: 10;
  font-family: Inter, sans-serif;
  position: relative;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #d6e3e7;
  border-bottom: 1px #d6e3e7;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  justify-items: stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.services-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px solid #d6e3e7;
  border-left: 1px solid #d6e3e7;
  border-right: 1px solid #d6e3e7;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-button-wrapper {
  display: flex;
}

.feature-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon {
  z-index: 10;
  background-color: #f1f1f1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
  position: relative;
}

.services-card {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  border-top: 1px #d6e3e7;
  border-bottom: 1px solid #d6e3e7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 36px;
  display: grid;
}

.feature-card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.clip-2 {
  position: relative;
  overflow: hidden;
}

.section-heading {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-circle {
  background-color: #f9fafb;
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  top: -6vw;
  bottom: auto;
  left: auto;
  right: -6vw;
}

.button-text-2 {
  z-index: 10;
  letter-spacing: 2.5px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  position: relative;
}

.max-width-small-2 {
  width: 100%;
  max-width: 35rem;
}

.dual-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 8rem;
  display: grid;
}

.dual-grid._3 {
  margin-bottom: 0;
}

.circle-image {
  border: 1px solid #d6e3e7;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 500px;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-image._2 {
  width: auto;
  height: 300px;
}

.background {
  z-index: 10;
  background-image: url('../images/Image24.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background.five {
  background-image: url('../images/1.svg');
  background-size: contain;
  padding: 0;
}

.background.five._2 {
  background-image: url('../images/2.svg');
  background-size: contain;
}

.background.five._3 {
  background-image: url('../images/3.svg');
  background-size: contain;
}

.background.five._4 {
  background-image: url('../images/4.svg');
}

.background.five._5 {
  background-image: url('../images/5.svg');
}

.background.five._6 {
  background-image: url('../images/6.svg');
}

.stacked-info {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portrait-background-wrapper {
  z-index: 10;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-hover-circle {
  z-index: 5;
  background-color: #fff;
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  top: auto;
  bottom: -400%;
  left: auto;
  right: auto;
}

.stacked-intro {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 500px;
  display: grid;
}

.background-wrapper {
  z-index: 10;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.max-width-small-3 {
  width: 100%;
  max-width: 35rem;
}

.testimonial-name {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  display: grid;
}

.section {
  border-bottom: 1px solid #d6e3e7;
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
}

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

.section.no-padding.clip {
  border-bottom-width: 0;
  margin-top: 0;
}

.circle-hover-cover {
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-wrapper {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1450px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.link-outline {
  border: 1px solid #d6e3e7;
  border-radius: 100%;
  margin: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial-client {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-testimonials {
  border-top: 1px #e4eff3;
  display: block;
}

.testimonial-arrow {
  background-color: #f5fafc;
  border: 1px rgba(214, 227, 231, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding-left: 20px;
  padding-right: 100px;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -120px;
}

.testimonial-arrow.left {
  padding-left: 100px;
  padding-right: 20px;
  top: 0%;
  bottom: 0%;
  left: -120px;
  right: auto;
}

.slide-nav {
  justify-content: center;
  align-items: flex-end;
  max-width: 450px;
  height: 24px;
  margin-bottom: 60px;
  display: flex;
}

.avatar {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 7%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.avatar.two {
  background-image: url('../images/Portrait013.jpeg');
  background-position: 50% 0;
}

.avatar.one {
  background-image: url('../images/image-1_1image 1.png');
}

.subtitle {
  color: #627481;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.subtitle.light {
  color: var(--dim-grey);
  font-family: Inter, sans-serif;
}

.testimonial-text {
  color: var(--dim-grey);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

.testimonial-content {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  max-width: 600px;
  height: 100%;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.slider {
  background-color: #eef0f1;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 900px;
  margin-left: 18px;
  margin-right: 18px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: visible;
}

.mask {
  max-width: 700px;
  margin-top: auto;
  margin-bottom: auto;
  overflow: visible;
}

.slide-arrow-icon-2 {
  z-index: 20;
  filter: invert();
  align-self: auto;
  width: 35px;
  padding-right: 0;
  position: relative;
}

.client-avatar {
  border: 1px solid rgba(214, 227, 231, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding: 9px;
  display: flex;
}

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

.body {
  font-family: Inter, sans-serif;
}

.heading-2 {
  color: var(--dark);
  font-family: Inter, sans-serif;
}

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

.text-block-2, .text-block-4 {
  color: #979aa0;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.div-block-2 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: block;
}

.image {
  margin: auto;
  padding-top: 0;
}

.footer-wrapper-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.brand-2 {
  color: #fff;
  letter-spacing: -.03em;
  justify-content: center;
  align-items: center;
  font-family: Eudoxussans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
}

.footer-pages {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.footer-credits {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: rgba(255, 255, 255, .45);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 12px;
  line-height: 1.2em;
  display: grid;
}

.footer-legal {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.legal-link {
  color: rgba(255, 255, 255, .45);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-size-regular-2 {
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}

.heading-small-3 {
  color: #0d1014;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-3 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.image-2 {
  min-height: 100%;
  max-height: 50%;
}

.featured-image-wrapper {
  z-index: 10;
  border-radius: .5rem;
  height: 38vw;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}

.overlay-2 {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-2.light-overlay {
  background-color: rgba(15, 19, 22, .07);
}

.tag-featured {
  z-index: 50;
  background-color: #e7e7e7;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .875rem;
  display: flex;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: auto;
  right: 1rem;
}

.link-arrow-icon {
  z-index: 10;
  height: 1rem;
  position: relative;
}

.viewport-mouse-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.link-arrow-hover {
  z-index: 10;
  background-color: #3f8ef1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-top: -3rem;
  margin-left: -2rem;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-arrow-trigger {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
}

.overlay-3 {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-3.light-overlay {
  background-color: rgba(15, 19, 22, .07);
}

.featured-card-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: .875rem;
  padding-right: .875rem;
  display: flex;
}

.tag-category {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #e4eff3;
  padding-bottom: .2rem;
  font-size: .75rem;
}

.heading-small-4 {
  color: #0d1014;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4;
}

.grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 4rem;
  padding-right: 4rem;
  display: grid;
}

@media screen and (min-width: 1280px) {
  .card-hover-item {
    padding: 0;
  }

  .services-grid {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
  }

  .icon {
    background-color: #c7ffea;
  }

  .dual-grid {
    grid-column-gap: 100px;
    grid-template-columns: auto 1fr;
  }

  .circle-image {
    width: 600px;
    height: 600px;
  }

  .background.five {
    background-size: contain;
  }

  .slide-nav {
    color: #000;
  }

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

  .testimonial-text {
    color: var(--dim-grey);
    font-weight: 400;
  }

  .slide-arrow-icon-2 {
    width: 40px;
  }

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

@media screen and (min-width: 1440px) {
  .heading-medium {
    font-size: 2.6rem;
  }

  .container-large {
    max-width: 96rem;
  }

  .page-padding {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .page-padding.nav {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .max-width-large._2 {
    max-width: 27rem;
  }

  .button-text {
    line-height: 28px;
  }

  .padding-vertical.padding-huge {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .slider-home-hero {
    padding-left: 0;
  }

  .home-hero-slide-content {
    min-height: 95vh;
  }

  .home-hero-slide-left {
    max-width: 30rem;
    margin-right: 0;
  }

  .home-hero-slide-right {
    width: 90vh;
  }

  .slide-nav-hero {
    margin-left: 0;
  }

  .image-full {
    object-fit: cover;
  }

  .faq-list {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-grid {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .services-card {
    padding: 48px;
  }

  .dual-grid {
    grid-column-gap: 60px;
    grid-template-columns: auto .4fr;
    margin-bottom: 8rem;
  }

  .dual-grid._2 {
    grid-template-columns: auto 1.4fr;
  }

  .circle-image {
    width: auto;
    height: 700px;
  }

  .background.five {
    background-size: contain;
  }

  .section.no-padding.clip {
    overflow: hidden;
  }

  .testimonial-arrow {
    padding-right: 100px;
  }

  .testimonial-arrow.left {
    padding-left: 100px;
  }

  .slide-nav {
    height: 20px;
    font-size: .8rem;
  }

  .mask {
    max-width: 600px;
  }

  .slide-arrow-icon-2 {
    width: 50px;
  }

  .image {
    margin-left: auto;
    padding-left: 0;
  }

  .grid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .text-rich-text h2, .text-rich-text h3, .text-rich-text h4, .text-rich-text h5, .text-rich-text h6, .text-rich-text p {
    margin-right: 3rem;
  }

  .heading-xlarge {
    font-size: 3.5rem;
  }

  .page-padding {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.875rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-padding-grid {
    grid-template-columns: minmax(3rem, 1fr) minmax(auto, 96rem) minmax(3rem, 1fr);
  }

  .nav-link {
    justify-content: flex-end;
    align-items: center;
    padding: 1rem 3rem;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid var(--alice-blue);
    border-bottom: 1px solid var(--alice-blue);
    object-fit: fill;
    background-color: #fff;
    flex-flow: row;
    order: 0;
    justify-content: flex-end;
    align-self: center;
    align-items: stretch;
    min-width: 100%;
    display: block;
    overflow: visible;
  }

  .navbar-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: auto 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .brand {
    padding-left: 0;
  }

  .span-avatar {
    border-radius: .35rem;
    width: 3rem;
    height: 3rem;
    line-height: 6;
  }

  .slider-home-hero {
    padding-left: 0;
  }

  .home-hero-slide-content {
    flex-direction: column;
    min-height: auto;
  }

  .home-hero-slide-arrow {
    justify-content: flex-end;
    align-items: center;
    width: 2.25rem;
    height: 2rem;
    margin-bottom: 5rem;
    padding-left: 1rem;
    padding-right: 0;
    display: flex;
    bottom: 110vw;
    left: auto;
    right: 6rem;
  }

  .home-hero-slide-arrow.right-hero-arrow {
    left: auto;
    right: 3rem;
  }

  .home-hero-slide-left {
    margin-bottom: auto;
    padding-top: 3rem;
    padding-bottom: 4rem;
    padding-left: 3rem;
  }

  .home-hero-slide-right {
    width: 100%;
    height: 110vw;
    padding-left: 1rem;
  }

  .slide-nav-hero {
    align-items: flex-start;
    width: 5rem;
    margin-bottom: 2rem;
    padding-top: 0;
    padding-right: 1rem;
    display: none;
    top: auto;
    bottom: 110vw;
    left: auto;
    right: 0;
  }

  .home-hero-mask {
    margin-left: 0;
  }

  .testimonial-image {
    min-width: 25vw;
  }

  .about-hero-component {
    min-height: auto;
  }

  .about-hero-top {
    padding-top: 4rem;
  }

  .about-hero-bottom {
    flex: 0 auto;
  }

  .story-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .banner-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .banner-strip {
    margin-top: 2rem;
    margin-bottom: 4rem;
    font-size: 9vw;
  }

  .image-background-sticky {
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .image-full {
    object-fit: cover;
    overflow: hidden;
  }

  .story-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cohort-hero-image {
    min-height: 75vw;
  }

  .how-to-component {
    grid-template-columns: auto auto;
  }

  .tab-icon {
    width: 3.5rem;
    height: 3.5rem;
    padding: .8rem;
  }

  .tab-title {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 0 0 0 1rem;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
    justify-content: center;
    align-items: center;
  }

  .menu-button-icon {
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 100%;
    display: flex;
  }

  .nav-menu-list {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    flex-flow: column;
    order: 0;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: stretch;
    padding-top: .75rem;
    padding-bottom: .75rem;
    overflow: visible;
  }

  .button-2 {
    justify-content: center;
    align-items: center;
  }

  .services-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .services-card {
    padding: 36px 24px;
  }

  .dual-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .circle-image {
    padding: 14px;
  }

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

  .circle-hover-cover {
    display: block;
  }

  .circle-hover-cover.testimonial-cover {
    display: none;
  }

  .testimonial-arrow {
    width: 140px;
    height: 140px;
    margin-right: -70px;
    padding: 0 70px 0 20px;
    top: auto;
    bottom: 140px;
    left: auto;
    right: 0%;
  }

  .testimonial-arrow.left {
    margin-left: -70px;
    margin-right: auto;
    padding: 0 20px 0 70px;
    top: auto;
    bottom: 140px;
    left: 0;
  }

  .slide-nav {
    margin-bottom: 60px;
  }

  .testimonial-text {
    font-size: 18px;
  }

  .testimonial-content {
    padding-bottom: 36px;
  }

  .slider {
    min-height: 700px;
    padding-bottom: 281px;
  }

  .mask {
    width: 100%;
  }

  .slide-arrow-icon-2 {
    filter: none;
    width: 18px;
  }

  .div-block {
    order: 1;
    align-self: flex-end;
    padding-right: 2rem;
  }

  .featured-image-wrapper {
    height: 60vw;
  }

  .card-arrow-trigger {
    display: none;
  }

  .heading-small-4._2 {
    font-size: 1.5rem;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 61px;
    padding-left: 0;
    padding-right: 0;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium, .heading-large {
    font-size: 2.5rem;
  }

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

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .text-rich-text h2, .text-rich-text h3, .text-rich-text h4, .text-rich-text h5, .text-rich-text h6, .text-rich-text p {
    margin-right: 1.25rem;
  }

  .text-rich-text figure {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .heading-xlarge {
    font-size: 3rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

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

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 5rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1.75rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .page-padding-grid {
    grid-template-columns: minmax(1.25rem, 1fr) minmax(auto, 96rem) minmax(1.25rem, 1fr);
  }

  .nav-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-component {
    grid-template-columns: auto 1fr;
  }

  .brand {
    padding-left: 0;
  }

  .span-avatar {
    background-size: 2.5rem 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -2rem;
    bottom: -1.25rem;
  }

  .home-hero-slide-arrow {
    margin-bottom: 4rem;
    right: 4rem;
  }

  .home-hero-slide-arrow.right-hero-arrow {
    right: 1.5rem;
  }

  .home-hero-slide-left {
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-hero-slide-right {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .testimonial-image {
    min-width: 35vw;
    height: 35vw;
  }

  .section-footer {
    position: relative;
  }

  .about-hero-top {
    padding-top: 4rem;
  }

  .banner-strip {
    font-size: 10vw;
  }

  .image-full {
    object-fit: cover;
  }

  .resource-image-wrapper {
    height: 70vw;
  }

  .how-to-component {
    grid-template-columns: auto;
  }

  .tab-bottom {
    grid-template-columns: 1fr 3.5rem;
    padding: 2rem;
  }

  .tab-top {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .menu-button-icon {
    width: 1.75rem;
  }

  .nav-menu-list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

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

  .circle-image {
    width: 90vw;
    height: 90vw;
  }

  .stacked-intro {
    grid-row-gap: 36px;
    max-width: none;
  }

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

  .testimonial-arrow {
    width: 140px;
    height: 140px;
    margin-right: -70px;
    padding-right: 60px;
    bottom: 120px;
  }

  .testimonial-arrow.left {
    margin-left: -70px;
    padding-left: 60px;
    bottom: 120px;
  }

  .slide-nav {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-text {
    font-size: 28px;
  }

  .testimonial-content {
    width: 100%;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .slider {
    padding-top: 160px;
    padding-bottom: 262px;
  }

  .mask {
    width: 100%;
    max-width: none;
  }

  .slide-arrow-icon-2 {
    width: 16px;
  }

  .brand-2 {
    font-size: 22px;
  }

  .heading-small-3, .heading-small-4 {
    font-size: 1.75rem;
  }

  .heading-small-4._2 {
    font-size: 20px;
    line-height: 30px;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 479px) {
  .heading-medium {
    font-size: 24px;
  }

  .heading-large {
    font-size: 32px;
  }

  .text-size-large, .text-size-regular {
    font-size: 16px;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-xlarge {
    font-size: 2rem;
  }

  .text-size-tiny.text-style-allcaps {
    font-size: 11px;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

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

  .button-text.white {
    height: 4rem;
    min-height: 3.7rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-small {
    font-size: 1.3rem;
  }

  .button-text-wrapper {
    height: 3.7rem;
  }

  .brand.w--current {
    min-width: 6.5rem;
    max-width: 6.5rem;
  }

  .home-hero-slide-arrow {
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 0;
    right: 4rem;
  }

  .home-hero-slide-arrow.right-hero-arrow {
    right: 1.5rem;
  }

  .home-hero-slide-left {
    padding-bottom: 5.5rem;
  }

  .about-hero-top {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-hero-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .column-image-wrapper, .column-image-spacer {
    border-radius: .3rem;
    margin-bottom: .5rem;
  }

  .about-stat-grid {
    grid-template-columns: 1fr;
  }

  .banner-strip {
    margin-top: 0;
    margin-bottom: 3.5rem;
    font-size: 15vw;
  }

  .banner-description {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-background-sticky {
    height: 125vw;
  }

  .image-full {
    object-fit: cover;
  }

  .about-hero-scroll-link {
    margin-top: 4rem;
  }

  .tab-bottom {
    padding: 2rem;
    display: flex;
  }

  .tab-bottom.tab-bottom-full-width {
    padding: 1rem;
  }

  .tab-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-item-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tab-icon {
    margin-left: 0;
  }

  .faq-list {
    padding-left: 0;
    padding-right: 0;
  }

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

  .services-grid {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    margin-bottom: 36px;
  }

  .services-card {
    padding: 36px 18px;
  }

  .dual-grid {
    grid-row-gap: 48px;
    margin-bottom: 4rem;
  }

  .circle-image {
    width: auto;
    height: 70vw;
    padding: 12px;
  }

  .background.five {
    background-size: contain;
  }

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

  .testimonial-arrow, .testimonial-arrow.left {
    bottom: 100px;
  }

  .slide-nav {
    margin-bottom: 48px;
    font-size: 12px;
  }

  .testimonial-text {
    font-size: 16px;
    font-weight: 400;
  }

  .testimonial-content {
    grid-row-gap: 36px;
    width: 100%;
    max-width: none;
    padding-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .slider {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 240px;
  }

  .mask {
    width: 100%;
    max-width: none;
  }

  .text-block-4 {
    text-align: center;
  }

  .image {
    padding-top: 0;
  }

  .footer-wrapper-2 {
    grid-column-gap: 24px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brand-2 {
    font-size: 18px;
  }

  .footer-pages {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 89px 1fr 1fr;
  }

  .footer-credits {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-small-4._2 {
    font-size: 20px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

#w-node-d7f21818-54c9-47aa-92f9-bc96c6cbd64b-32e2c604 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_035dd2db-a0e4-e16e-37da-7664d35f5fcf-32e2c604 {
  align-self: center;
  justify-self: start;
}

#w-node-_035dd2db-a0e4-e16e-37da-7664d35f5fd7-32e2c604 {
  justify-self: start;
}

#w-node-_035dd2db-a0e4-e16e-37da-7664d35f5fdc-32e2c604 {
  align-self: center;
  justify-self: start;
}

#w-node-_035dd2db-a0e4-e16e-37da-7664d35f5fe6-32e2c604 {
  justify-self: start;
}

#w-node-_035dd2db-a0e4-e16e-37da-7664d35f5ff3-32e2c604 {
  align-self: center;
  justify-self: start;
}

#w-node-_035dd2db-a0e4-e16e-37da-7664d35f5ffb-32e2c604 {
  justify-self: start;
}

#w-node-e36881ee-3da5-c700-54c3-08bb11ae597f-32e2c604, #w-node-e36881ee-3da5-c700-54c3-08bb11ae5989-32e2c604, #w-node-e36881ee-3da5-c700-54c3-08bb11ae5993-32e2c604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abaf887a-b584-4b8d-3c0a-a99d3e4224ac-913a8f95 {
  justify-self: start;
}

#w-node-abaf887a-b584-4b8d-3c0a-a99d3e4224ae-913a8f95 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-abaf887a-b584-4b8d-3c0a-a99d3e4224b8-913a8f95, #w-node-abaf887a-b584-4b8d-3c0a-a99d3e4224c3-913a8f95 {
  justify-self: start;
}

#w-node-abaf887a-b584-4b8d-3c0a-a99d3e4224b9-913a8f95 {
  align-self: center;
  justify-self: end;
}

#w-node-abaf887a-b584-4b8d-3c0a-a99d3e4224ba-913a8f95, #w-node-abaf887a-b584-4b8d-3c0a-a99d3e4224bd-913a8f95, #w-node-abaf887a-b584-4b8d-3c0a-a99d3e4224c0-913a8f95 {
  align-self: center;
  justify-self: center;
}

#w-node-dfe4e539-4e4f-c37c-7503-97a20f503870-0f503865 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b3f2-20e0b3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b3fe-20e0b3ef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b3ff-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b405-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b408-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b40c-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b412-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b415-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b419-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b41f-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b422-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b426-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b42c-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b42f-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b433-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b439-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b43c-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b440-20e0b3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_772858b5-a2a6-20ed-b27b-fcb646ab0437-46ab0425 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_772858b5-a2a6-20ed-b27b-fcb646ab0446-46ab0425 {
  justify-self: center;
}

#w-node-_772858b5-a2a6-20ed-b27b-fcb646ab0449-46ab0425 {
  align-self: center;
  justify-self: start;
}

#w-node-_772858b5-a2a6-20ed-b27b-fcb646ab0452-46ab0425 {
  justify-self: center;
}

#w-node-_772858b5-a2a6-20ed-b27b-fcb646ab0455-46ab0425 {
  align-self: center;
  justify-self: start;
}

#w-node-aebff609-7b3f-1229-e35c-e8c536ad3315-36ad32fd, #w-node-bf690078-7976-29ad-c2c2-3cff715ad4ba-36ad32fd {
  justify-self: start;
}

#w-node-_482339f5-f667-53ab-a5b5-aacd4e863e8b-32e2c61b, #w-node-_8dddbec7-e194-4ba5-6cda-ea1b1c502bf4-32e2c61b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dddbec7-e194-4ba5-6cda-ea1b1c502bf5-32e2c61b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8dddbec7-e194-4ba5-6cda-ea1b1c502bf9-32e2c61b, #w-node-_8dddbec7-e194-4ba5-6cda-ea1b1c502bfb-32e2c61b, #w-node-_8dddbec7-e194-4ba5-6cda-ea1b1c502c13-32e2c61b, #w-node-_8dddbec7-e194-4ba5-6cda-ea1b1c502c1b-32e2c61b, #w-node-_8dddbec7-e194-4ba5-6cda-ea1b1c502c23-32e2c61b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_035dd2db-a0e4-e16e-37da-7664d35f5fcb-32e2c604, #w-node-_035dd2db-a0e4-e16e-37da-7664d35f5ff8-32e2c604 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_41bd3357-0d2a-192d-8d79-ac76d2e03238-d2e03235 {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d7f21818-54c9-47aa-92f9-bc96c6cbd64b-32e2c604 {
    grid-column-start: 1;
  }

  #w-node-aebff609-7b3f-1229-e35c-e8c536ad3318-36ad32fd {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-aebff609-7b3f-1229-e35c-e8c536ad3318-36ad32fd {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_035dd2db-a0e4-e16e-37da-7664d35f5fcb-32e2c604 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-abaf887a-b584-4b8d-3c0a-a99d3e4224ae-913a8f95 {
    align-self: start;
  }
}


@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Bold.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Extrabold.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Bold.woff') format('woff'), url('../fonts/CabinetGrotesk-Extrabold.woff') format('woff'), url('../fonts/CabinetGrotesk-Bold.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Extrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Black.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Black.woff') format('woff'), url('../fonts/CabinetGrotesk-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Medium.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Medium.woff') format('woff'), url('../fonts/CabinetGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Light.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Light.woff') format('woff'), url('../fonts/CabinetGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Regular.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Regular.woff') format('woff'), url('../fonts/CabinetGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Extralight.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Extralight.woff') format('woff'), url('../fonts/CabinetGrotesk-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Thin.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Thin.woff') format('woff'), url('../fonts/CabinetGrotesk-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraBold.woff') format('woff'), url('../fonts/EudoxusSans-Bold.woff') format('woff'), url('../fonts/EudoxusSans-Bold.ttf') format('truetype'), url('../fonts/EudoxusSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Light.woff') format('woff'), url('../fonts/EudoxusSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraLight.woff') format('woff'), url('../fonts/EudoxusSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Medium.woff') format('woff'), url('../fonts/EudoxusSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Regular.woff') format('woff'), url('../fonts/EudoxusSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}