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

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

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

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

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

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

:root {
  --white: white;
  --black: black;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Stolzl Book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

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

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

.hero-banner-section {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  position: relative;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2.logo-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  width: 100%;
}

.container-2.partnership-council {
  margin-bottom: 64px;
}

.hero-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.hero-wrapper.vision-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  margin-bottom: 40px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  display: flex;
}

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

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

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

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

.shadow-two {
  mix-blend-mode: normal;
  width: auto;
}

.what-is-erip-section {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.h2 {
  color: #c12033;
  text-align: center;
  border: 1px #c12033;
  margin-bottom: 16px;
  font-family: Stolzl, sans-serif;
  font-weight: 700;
}

.h2.h2---white {
  color: var(--white);
  border-style: none;
  border-color: #fff;
}

.h2.h2---white.h2---centered {
  text-align: center;
}

.h2.h2---mobile.h2---centered {
  margin-bottom: 32px;
}

.body-copy {
  text-align: left;
  max-width: 530px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Stolzl Book, sans-serif;
  font-size: 16px;
  line-height: 22.4px;
}

.body-copy.body-copy---white {
  color: #fff;
  max-width: 100%;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  background-color: #fafafa;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 145px;
  height: 145px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  text-align: left;
  margin-bottom: 24px;
}

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  place-content: flex-end space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  width: 15%;
  max-width: 50%;
  height: auto;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.clients-image-three.ircc-logo {
  width: 426px;
  max-width: 40%;
  height: auto;
}

.clients-image-three.brand-logo-1 {
  width: 35%;
}

.clients-image-three.brand-logo-1.logo---mobile {
  width: 17%;
}

.clients-image-three.icon---square {
  height: 70px;
}

.mission-vision-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #c10230;
  background-image: linear-gradient(#c12033 39%, #fdcf6b 100%, #fff);
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.how-we-work-section {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  width: 120%;
  margin-top: 0;
  margin-bottom: 40px;
}

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

.logos-without-title {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.image {
  width: 17vw;
  display: block;
}

.h1 {
  color: #c12033;
  font-family: Stolzl, sans-serif;
  line-height: 57px;
}

.h1.h1---mobile.h1---tablet {
  margin-top: 0;
  margin-bottom: 0;
}

.h1.white {
  color: #fff;
}

.hero-split-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.mission-section {
  background-color: #f5f7fa00;
  background-image: linear-gradient(#c10230, #ffb71b);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 75%;
  display: flex;
}

.image-2 {
  padding-bottom: 24px;
}

.image-2.icon---mobile {
  align-self: flex-start;
  width: 80px;
}

.text-block {
  text-align: center;
  margin-bottom: 40px;
  font-family: Stolzl Book, sans-serif;
  font-size: 16px;
  line-height: 22.4px;
}

.logo-container---mobile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.body-copy-2 {
  color: #fff;
  text-align: left;
  font-family: Stolzl, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.4px;
}

.body-copy-2.body-copy-2---centered {
  text-align: center;
  margin-bottom: 0;
}

.body-copy-2.body-copy-2---centered.body-copy-2---mobile.contact-us-text {
  text-align: left;
}

.body-copy-2.body-copy-2---mobile {
  color: #333;
  align-self: center;
  margin-bottom: 24px;
}

.body-copy-2.body-copy-2---mobile.body-copy-2---centered.footer-text {
  text-align: left;
  margin-bottom: 0;
  font-size: 10px;
}

.body-copy-2.body-copy-2---mobile.white {
  color: #fff;
  align-self: flex-start;
  margin-bottom: 0;
}

.body-copy-2.read-more {
  background-color: #fdb81a;
  width: 313px;
}

.body-copy-2.full-copy {
  display: block;
}

.body-copy-2.black {
  color: #333;
}

.heading {
  color: #b22b2e;
  font-size: 24px;
}

.h3 {
  color: #b22b2e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Stolzl, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 33.6px;
  display: block;
}

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

.h3.h3---centered.h3---white {
  color: #fff;
}

.h3.h3---mobile {
  margin-bottom: 40px;
}

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

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

.container-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 940px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  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-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.team-card-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin-bottom: 24px;
}

.icon-name {
  color: #c12033;
  margin-bottom: 20px;
  font-family: Stolzl, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-2 {
  margin-bottom: 24px;
}

.image-3 {
  width: 140px;
  max-width: 50%;
  margin-bottom: 16px;
}

.image-3.icon---mobile {
  width: 100px;
}

.resources {
  background-color: #c12033;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  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 {
  background-color: #fff;
  padding-bottom: 24px;
}

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

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.team-member-text {
  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 {
  color: #c12033;
  margin-left: 2px;
  display: flex;
}

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

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 40%;
  margin-bottom: 40px;
  display: flex;
}

.features-paragraph {
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
  font-family: Stolzl Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  display: flex;
}

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

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

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

.image-4 {
  align-self: center;
  width: 100%;
  max-width: 70%;
  display: block;
}

.form-block {
  width: 100vw;
  max-width: 60%;
}

.field-label {
  font-family: Stolzl Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.submit-button {
  background-color: #b22b2e;
  font-family: Stolzl Book, sans-serif;
}

.team-slider {
  background-color: #ef8b22;
  border: 1px solid #ef8c22;
  padding: 80px 30px;
  position: relative;
}

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

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

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

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

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

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

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

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.team-member-text-2 {
  margin-bottom: 20px;
}

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

.arrow-embed-3 {
  color: #ef8b22;
  margin-left: 2px;
  display: flex;
}

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

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.youtube {
  aspect-ratio: auto;
  object-fit: fill;
  order: 0;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
  display: flex;
}

.image-5 {
  max-width: 60%;
}

.image-5.image-5-mobile {
  max-width: 50%;
}

.button {
  background-color: #b22b2e;
  margin-top: 20px;
  font-family: Stolzl Book, sans-serif;
}

.our-focus-areas {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fdb71b;
  border-bottom: 1px #e4ebf3;
  flex-flow: column;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

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

.hero-wrapper-two-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

.education {
  background-color: #fdb71b;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-4 {
  mix-blend-mode: normal;
  border: 5px #ef8b22;
  border-radius: 20px;
  align-self: flex-start;
  display: block;
  box-shadow: 0 4px 24px #96a3b514;
}

.text-block-2, .icon {
  color: #c22033;
}

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

.paragraph {
  color: #fff;
  background-color: #fdb81a;
  width: 313px;
  height: auto;
}

.read-more-red {
  color: #c22033;
  font-family: Stolzl Book, sans-serif;
  font-size: 16px;
}

.dropdown-toggle {
  padding-left: 0;
}

.button-2 {
  background-color: #3898ec00;
}

.button-2.read-more-red {
  color: #fff;
  padding-left: 0;
}

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

.who-we-are {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-5 {
  border-radius: 20px;
}

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

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

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

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

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

.who-we-are-section {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-5 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.dropdown-3 {
  width: 100%;
  display: block;
  overflow: hidden;
}

.read-bio-toggle {
  color: #0049bb;
  flex-flow: column;
  align-items: stretch;
  padding-left: 0;
  padding-right: 60px;
  display: inline-block;
  position: relative;
}

.down-arrow {
  color: #fff;
  border: 1px solid #75cdbf;
  border-radius: 5px;
  align-self: center;
  width: auto;
  margin-right: 35px;
}

.down-arrow.red {
  color: #c12033;
}

.text-block-3 {
  color: #fff;
  letter-spacing: 0;
  font-family: Stolzl, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-3.red {
  color: #c12033;
}

.text-block-3.black {
  color: #333;
}

.dropdown-list {
  background-color: #f5f7fa00;
  display: block;
  position: static;
}

.paragraph-22 {
  background-color: #f5f7fa;
  margin-bottom: 64px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.bold-text {
  display: none;
}

.form {
  margin-bottom: 40px;
}

.bold-text-2, .bold-text-3 {
  color: #c12033;
}

.text-span, .text-span-2 {
  color: #b22b2e;
}

.text-span-3, .text-span-4, .text-span-5 {
  color: #c12033;
}

.heading-2 {
  font-family: Stolzl, sans-serif;
}

.h3-white {
  color: #fff;
  font-family: Stolzl, sans-serif;
  font-size: 24px;
}

.employment {
  background-color: #ef8b22;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-6 {
  border-radius: 20px;
  box-shadow: 0 4px 24px #96a3b514;
}

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

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

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

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

.social-services {
  background-color: #e55625;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.link-block {
  flex: 0 auto;
  display: block;
}

.link-block-2 {
  object-fit: contain;
  justify-content: center;
  width: 17%;
  max-width: 50%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.link-block-3 {
  width: 100%;
  max-width: 30%;
  height: 100%;
  max-height: 30%;
}

.link-block-4 {
  object-fit: contain;
  width: 100%;
  max-width: 30%;
  height: 100%;
  max-height: 30%;
  margin-right: 0;
}

.image-7 {
  object-fit: contain;
  max-width: 50%;
}

.image-8 {
  max-width: 50%;
}

.image-9 {
  width: 50%;
}

.image-10 {
  width: 100%;
  margin-left: 10px;
}

.image-11 {
  width: 100%;
}

.link-block-5 {
  width: 100px;
  height: 40px;
  margin-right: 10px;
  padding-right: 0;
}

.link-block-5.navicon {
  width: 40px;
}

.link-block-6 {
  width: 100px;
  height: 40px;
}

.link-block-6.navicon {
  width: 40px;
  margin-left: 10px;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

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

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

.team-block-3 {
  background-color: #fff0;
  padding-bottom: 24px;
}

.team-member-image-two-3 {
  border-radius: 20px;
  margin-bottom: 18px;
}

.team-member-image-two-3.resources-thumbnail {
  border-radius: 0;
}

.team-block-info-3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.team-member-text-3 {
  margin-bottom: 20px;
}

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

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

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

.team-slider-nav-3 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.heading-3 {
  font-family: Stolzl, sans-serif;
  font-size: 20px;
}

.h3---red {
  color: #c12033;
  font-family: Stolzl, sans-serif;
  font-size: 16px;
}

.read-more {
  color: #333;
  font-family: Stolzl Book, sans-serif;
}

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

.hero-wrapper-two-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-7 {
  text-align: left;
  margin-bottom: 24px;
}

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

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

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

.pricing-overview {
  background-color: #fafafa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.blog-thumbnails {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.h4 {
  color: #c12033;
  text-align: center;
  font-family: Stolzl, sans-serif;
  font-size: 16px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  background-image: url('../images/businessman-holding-luggage-waiting-airport-arrival-generated-by-ai.jpg');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-left.article-1-header {
  background-image: url('../images/article-1-hero-image.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
}

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-7 {
  display: none;
  box-shadow: 0 4px 24px #96a3b514;
}

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

.article-1-header {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-6 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

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

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

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

.shadow-two-8 {
  border-radius: 20px;
  box-shadow: 0 4px 24px #96a3b514;
}

.article-2-header {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.image-12, .image-13, .image-14 {
  width: 70%;
}

.div-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 30%;
  max-width: 100%;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .navbar-logo-left-container.shadow-three {
    max-width: 1920px;
  }

  .container {
    max-width: 1440px;
  }

  .navbar-brand.w--current {
    margin-right: 20px;
  }

  .nav-menu-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .image {
    aspect-ratio: auto;
    max-width: 300px;
  }

  .image.company-logo---tablet.company-logo-mobile {
    display: block;
  }

  .h1.white.h1---mobile.text {
    color: #c12033;
  }

  .container-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .team-member-image-2 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .icon-name {
    font-family: Stolzl, sans-serif;
  }

  .image-3 {
    max-width: 40%;
    height: auto;
    margin-bottom: 16px;
  }

  .hero-without-image-3 {
    background-color: #c2203300;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 64px;
    margin-bottom: -40px;
  }

  .hero-wrapper.vision-wrapper {
    flex-flow: column;
  }

  .hero-split {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .h2.h2---white.h2---centered.h2---mobile {
    text-align: center;
    align-self: center;
  }

  .body-copy.body-copy---white.body-copy---mobile {
    align-self: center;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .image.company-logo---tablet {
    width: 45vw;
  }

  .h1.h1---mobile.h1---tablet {
    text-align: center;
    align-self: center;
  }

  .hero-split-2 {
    align-self: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-3, .container-4 {
    max-width: 728px;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .team-member-image-2 {
    width: 190px;
    height: 190px;
  }

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

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

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .form-block {
    text-align: center;
    align-self: center;
  }

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

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

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

  .image-5.image-5-mobile {
    max-width: 100%;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .who-we-are {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-9, .container-10 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

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

  .blog-thumbnails {
    grid-column-gap: 30px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-7 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-8 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-banner-section {
    padding: 60px 15px;
  }

  .hero-wrapper {
    margin-bottom: -60px;
  }

  .hero-split {
    margin-bottom: 0;
  }

  .what-is-erip-section {
    padding: 60px 15px;
  }

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

  .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .mission-vision-section, .how-we-work-section, .hero-without-image, .logos-without-title, .mission-section, .hero-without-image-2, .team-circles {
    padding: 60px 15px;
  }

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

  .resources, .features-list, .footer, .team-slider, .our-focus-areas, .education, .hero-subscribe-right, .who-we-are-section, .hero-heading-right, .employment, .social-services, .team-slider-2, .hero-without-image-3, .pricing-overview, .hero-heading-left, .article-1-header, .article-2-header {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-banner-section.hero-banner-section---mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: none;
    margin-top: 0;
  }

  .container-2.logo-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    margin-top: 40px;
  }

  .hero-wrapper.vision-wrapper {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .shadow-two.hero-image---mobile {
    max-width: 150%;
  }

  .h2 {
    margin-bottom: 24px;
  }

  .h2.h2---white.h2---centered.h2---mobile {
    align-self: center;
    font-size: 24px;
  }

  .h2.h2---white.h2-mobile {
    font-size: 30px;
  }

  .h2.h2---mobile {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .h2.h2---mobile.h2---white {
    text-align: center;
  }

  .h2.h2---mobile.h2---centered {
    text-align: center;
    align-self: center;
    line-height: 32px;
  }

  .h2.h2---mobile.h2-mobile---2 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .body-copy {
    margin-bottom: 0;
  }

  .body-copy.body-copy---mobile {
    font-size: 13px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .team-card {
    padding: 40px 16px;
  }

  .clients-wrapper-three {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .clients-image-three {
    width: 40%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .clients-image-three.brand-logo-1.logo---mobile {
    width: 60%;
    max-width: 100%;
  }

  .clients-image-three.icon---square {
    width: 25%;
  }

  .image.company-logo---tablet.company-logo-mobile {
    width: 60vw;
  }

  .h1.h1---mobile {
    text-align: center;
    margin-top: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .hero-split-2 {
    margin-bottom: 0;
  }

  .shadow-two-2.icon---mobile, .shadow-two-3 {
    align-self: center;
    max-width: 70%;
  }

  .image-2.icon---mobile {
    align-self: center;
    width: 100px;
  }

  .logo-container---mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .body-copy-2.body-copy-2---centered.body-copy-2---mobile {
    text-align: center;
    font-size: 13px;
  }

  .body-copy-2.body-copy-2---mobile {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18.2px;
  }

  .body-copy-2.body-copy-2---mobile.white {
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .h3.h3---mobile {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22.4px;
  }

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

  .container-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

  .container-4.icondiv---mobile {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .team-grid-2 {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .team-card-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: auto;
  }

  .icon-name {
    margin-bottom: 0;
  }

  .icon-name.icon-name---mobile {
    font-size: 16px;
    line-height: 20px;
  }

  .image-3.icon---mobile {
    width: 80px;
    max-width: 100%;
    height: 80px;
    margin-bottom: 0;
  }

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

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

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .form-block.form-block---mobile {
    align-self: flex-start;
    max-width: 100%;
  }

  .submit-button {
    text-align: left;
    font-size: 16px;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .team-slider {
    border: 1px solid #ef8c22;
  }

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

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

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

  .youtube {
    width: 100%;
    margin-bottom: 0;
  }

  .image-5.image-5-mobile {
    max-width: 100%;
  }

  .button {
    margin-top: 40px;
  }

  .container-8, .who-we-are {
    max-width: none;
  }

  .hero-split-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

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

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .hero-wrapper-two-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .read-bio-toggle {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .down-arrow {
    margin-top: 3px;
  }

  .h3-white.h3-mobile {
    text-align: center;
    align-self: center;
    margin-bottom: 0;
    font-size: 24px;
  }

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

  .hero-split-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .link-block-5.social-media-mobile, .link-block-6.social-media-mobile {
    width: 50px;
  }

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

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

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

  .blog-thumbnails {
    grid-template-columns: 1fr;
  }

  .hero-heading-left.article-1-header {
    background-position: 65%;
    background-size: cover;
  }

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

  .div-block-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .div-block-2.div-mobile {
    justify-content: center;
    width: 50%;
  }
}

#w-node-f647a720-b9cd-85e8-0eb4-1cca602d73af-87045e19, #w-node-f647a720-b9cd-85e8-0eb4-1cca602d73ba-87045e19, #w-node-f647a720-b9cd-85e8-0eb4-1cca602d73c4-87045e19, #w-node-_51b8d0d9-5815-3afd-39ab-cb94daa30caa-87045e19, #w-node-f1fd5f35-73a9-895e-3448-14df13bf3acd-87045e19, #w-node-_51b8d0d9-5815-3afd-39ab-cb94daa30cb4-87045e19, #w-node-_51b8d0d9-5815-3afd-39ab-cb94daa30cbe-87045e19, #w-node-_51b8d0d9-5815-3afd-39ab-cb94daa30cc8-87045e19, #w-node-_51b8d0d9-5815-3afd-39ab-cb94daa30cd2-87045e19, #w-node-_95a4bb73-d842-9548-c64b-aa0d0279a5a0-be594d5b, #w-node-_95a4bb73-d842-9548-c64b-aa0d0279a5aa-be594d5b, #w-node-_95a4bb73-d842-9548-c64b-aa0d0279a5b4-be594d5b, #w-node-_84a6350a-e3a5-1055-0741-f807862e61cc-be594d5b, #w-node-_84a6350a-e3a5-1055-0741-f807862e61d6-be594d5b, #w-node-_84a6350a-e3a5-1055-0741-f807862e61e0-be594d5b, #w-node-c8b871ed-8d1d-925b-85c8-16e660e9c52c-be594d5b, #w-node-c8b871ed-8d1d-925b-85c8-16e660e9c536-be594d5b, #w-node-c8b871ed-8d1d-925b-85c8-16e660e9c540-be594d5b, #w-node-e07380d5-9217-b1d0-faa7-61d8e9d6f52e-be594d5b, #w-node-e07380d5-9217-b1d0-faa7-61d8e9d6f538-be594d5b, #w-node-e07380d5-9217-b1d0-faa7-61d8e9d6f542-be594d5b, #w-node-_85f87bc9-a24b-7d4e-306c-2ddbdd9d7fdb-be594d5b, #w-node-_85f87bc9-a24b-7d4e-306c-2ddbdd9d7fe5-be594d5b, #w-node-_85f87bc9-a24b-7d4e-306c-2ddbdd9d7fef-be594d5b, #w-node-_2c08f579-1c72-663e-4d66-c15a6d26316e-be594d5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-f647a720-b9cd-85e8-0eb4-1cca602d73ba-87045e19, #w-node-f647a720-b9cd-85e8-0eb4-1cca602d73c4-87045e19, #w-node-_51b8d0d9-5815-3afd-39ab-cb94daa30caa-87045e19, #w-node-f1fd5f35-73a9-895e-3448-14df13bf3acd-87045e19, #w-node-_51b8d0d9-5815-3afd-39ab-cb94daa30cb4-87045e19 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_51b8d0d9-5815-3afd-39ab-cb94daa30c9e-87045e19 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/stolzl_thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stolzl Book';
  src: url('../fonts/stolzl_book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/stolzl_bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/stolzl_regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/stolzl_medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/stolzl_light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}