:root {
  --primary-color: #3563b3;
  --secondary-color: #15bdff;
  --black: var(--primary-color);
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body-wrap {
  overflow: visible;
}

.hero-section {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-938 {
  z-index: -1;
  object-fit: cover;
  position: absolute;
  top: -40%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-1 {
  width: auto;
  max-width: none;
  aspect-ratio: auto;
  color: #000;
  text-align: left;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "2 Og 5 O", sans-serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 65px;
  display: block;
  position: relative;
  overflow: visible;
}

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

.h6 {
  max-width: 703px;
  color: #0a0a0a;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.h6.bold {
  text-align: left;
  -webkit-text-stroke-color: var(--primary-color);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.h6.bold.blue {
  color: var(--secondary-color);
  -webkit-text-stroke-color: #000;
}

.h6.bold.primary-blue {
  color: #0063b5;
  -webkit-text-stroke-color: #3563b3;
}

.actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0063b5;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.text-2-1 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 31.7px;
  text-decoration: none;
}

.text-2-1.primary-blue {
  color: #0063b5;
}

.column-2 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 100%;
  min-height: 443px;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rectangle-4732 {
  object-fit: cover;
  background-color: #d9d9d9;
  border: 0 solid #fff;
  border-radius: 16px;
}

.financial-literacy-for-every-community-0 {
  color: #1a1d1f;
  font-size: 64px;
  font-weight: 600;
  line-height: 65.77px;
}

.financial-literacy-for-every-community-1 {
  color: #0063b5;
  font-size: 64px;
  font-weight: 600;
  line-height: 65.77px;
}

.financial-literacy-for-every-community-2 {
  color: #15bdff;
  font-size: 64px;
  font-weight: 600;
  line-height: 65.77px;
}

.dropdown-title-wrapper {
  margin-bottom: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 12px;
}

.dropdown-link-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.dropdown-link-large:hover {
  background-color: #f9fafb;
}

.caption {
  letter-spacing: .04px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.icon-regular {
  width: 24px;
  height: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.dropdown-link-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr;
}

.action-m {
  color: #030711;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.action-m.text-color-gray-500 {
  color: #6b7280;
}

.paragraph-small {
  color: #030711;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.text-color-gray-600 {
  color: #4b5563;
}

.icon-red {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #fde7e7;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-blue {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #e1e7f9;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-main-b {
  align-items: center;
  display: flex;
}

.button-secondary-l {
  height: 48px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #030711;
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #d1d5db;
  border-radius: 44px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-secondary-l:hover {
  background-color: #f6f7f9;
}

.button-secondary-l:active {
  color: #454f5f;
  background-color: #f6f7f9;
}

.button-secondary-l.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.navigation-dropdown-link {
  text-decoration: none;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  margin-left: -90%;
  padding-top: 32px;
}

.dropdown-main-grid {
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 164px) 2fr;
}

.icon-small {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-menu {
  align-items: center;
  display: flex;
}

.button-ghost-l {
  height: 48px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #030711;
  border-radius: 44px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-ghost-l:hover {
  background-color: #f6f7f9;
}

.button-ghost-l:active {
  color: #454f5f;
  background-color: #f6f7f9;
}

.button-ghost-l.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.dropdown-link-block {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  padding: 24px 32px 32px;
  display: flex;
}

.navigation-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.dropdown-main-wrapper {
  min-width: 900px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
  box-shadow: 0 16px 48px -8px rgba(209, 213, 219, .5);
}

.icon-green {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #e3f8e7;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap-v-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.navigation-container {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-logo {
  width: 223px;
}

.navbar {
  background-color: var(--primary-color);
  box-shadow: 0 2px 17px 2px rgba(0, 0, 0, .2);
}

.navigation-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #030711;
  letter-spacing: -.18px;
  align-items: center;
  padding: 8px 14px 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-toggle:hover {
  color: #111827;
}

.navigation-toggle.w--current {
  color: #642eff;
}

.icon-pink {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #f4dcf4;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primary-l {
  height: 48px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--primary-color);
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.2px;
  border-radius: 44px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-l.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.dropdown-line {
  height: 1px;
  background-color: #edeff2;
}

.navigation-main {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.dropdown-cta-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f9fafb;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.navigation-link {
  color: #030711;
  letter-spacing: -.18px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s;
}

.navigation-link:hover {
  color: #384252;
}

.navigation-link.w--current {
  color: #000;
  border: 1.5px solid #dcdfe5;
}

.banner-dark {
  height: 50px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f3f4f6;
  background-color: #030711;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  text-decoration: none;
  display: flex;
}

.icon-large {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation {
  z-index: 9;
  width: 100%;
  min-height: 84px;
  background-color: #fff;
  align-items: center;
  padding: 20px 3%;
  display: flex;
}

.text-span {
  color: var(--secondary-color);
}

.content-card-4 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.content-heading {
  letter-spacing: -.04em;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-small-54 {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-large-12 {
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 32px;
}

.icon-medium {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-detail-wrapper {
  width: 100%;
  max-width: 440px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.about-us-section {
  padding: 64px 24px;
  position: relative;
}

.content-image-5 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #fff;
  border-radius: 24px;
}

.feature-content-title {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-feature-wrapper-2 {
  grid-column-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.content-button-secondary {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #1c2122;
  border-radius: 99px;
  margin-left: 48px;
  margin-right: 48px;
  padding: 8px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  display: inline-block;
}

.content-card-image-2 {
  width: 100%;
  height: 500px;
  outline-offset: 0px;
  border-radius: 20px;
  outline: 1px solid #e9eced;
  position: relative;
}

.heading-wrapper-large {
  max-width: 620px;
  text-align: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.heading-wrapper-large.margin-bottom-200 {
  margin-bottom: 20px;
  margin-left: 0;
}

.content-features {
  width: 100%;
  max-width: 510px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  position: relative;
}

.content-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.content-feature-grid-4 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
}

.span-strike-red {
  color: #e64d80;
  text-decoration: line-through;
}

.content-feature-detail {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.heading-detail {
  color: #323c3e;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.div-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.frame-1000001480 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000001477 {
  width: 100%;
  max-width: 602px;
  background-color: #fff;
  border: 0 solid #0063b5;
  border-left-width: 8px;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.frame-1000001444 {
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
}

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

.frame-1000001417 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-2-2 {
  color: #1a1d1f;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.h6-2 {
  color: #1a1d1f;
  text-align: left;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.frame-1000001478 {
  width: 100%;
  max-width: 602px;
  background-color: #fff;
  border: 0 solid #1a1d1f;
  border-left-width: 8px;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0063b5;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.loop-wrapper-2 {
  max-width: 1200px;
  min-height: 100px;
  align-items: center;
  margin: 0 auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-ticker-2 {
  grid-column-gap: 24px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.logo-ticker-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-card-2 {
  width: 160px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.logo-divider-a {
  width: 1px;
  height: 32px;
  background-color: #e4e4e7;
}

.logo-ticker-code {
  display: none;
}

.logo-overlay-l-2 {
  width: 160px;
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.logo-overlay-r-2 {
  width: 160px;
  background-image: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-content {
  margin-left: auto;
  margin-right: auto;
}

.image-939 {
  z-index: -2;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-940 {
  z-index: -1;
  width: 40%;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: auto;
  right: 0;
}

.feature-card-red {
  color: #1a1a1a;
  text-align: center;
  border: 1px solid #f5a3a3;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.feature-icon-gray {
  width: 52px;
  height: 52px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.feature-card-yellow {
  color: #1a1a1a;
  text-align: center;
  border: 1px solid #fcec9c;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.h3-heading-22 {
  letter-spacing: -.02em;
  font-size: 48px;
  line-height: 1.2;
}

.h3-heading-22.text-weight-medium {
  font-weight: 500;
}

.grid-three-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-large {
  padding: 64px 24px;
  display: flex;
  position: relative;
}

.container-large-59 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.feature-icon-orange {
  width: 52px;
  height: 52px;
  background-color: #fff9f0;
  border: 1px solid #fcd49c;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.feature-icon-green {
  width: 52px;
  height: 52px;
  border: 3px solid var(--secondary-color);
  background-color: var(--primary-color);
  border-radius: 70px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.feature-card-blue {
  color: #1a1a1a;
  text-align: center;
  border: 1px solid #b3bbe5;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.feature-card-orange {
  color: #1a1a1a;
  text-align: center;
  border: 1px solid #fcd49c;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.feature-card-green {
  color: #1a1a1a;
  text-align: left;
  border: 1px solid #a1a1a1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.feature-icon-yellow {
  width: 52px;
  height: 52px;
  background-color: #fffcf0;
  border: 1px solid #fcec9c;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.feature-icon-8 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-detail-section {
  color: #b2b2b2;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.feature-icon-red {
  width: 52px;
  height: 52px;
  background-color: #fef1f1;
  border: 1px solid #f5a3a3;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.feature-icon-blue {
  width: 52px;
  height: 52px;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.heading-wrapper-6 {
  max-width: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 49px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.margin-bottom-127.text-weight-medium {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 500;
  display: flex;
}

.feature-card-gray {
  color: #1a1a1a;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.sub-heading-regular {
  letter-spacing: -.03em;
  font-size: 20px;
  line-height: 32px;
}

.heading-2 {
  color: var(--primary-color);
  text-align: left;
  font-family: "2 Og 5 O", sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.heading-2.benifits {
  color: #fff;
}

.gilroy-semibold-20 {
  color: var(--primary-color);
  text-align: left;
  margin-top: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-3 {
  color: #fff;
}

.number {
  color: #fff;
  font-family: "2 Og 5 O", sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.f-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-testimonial-avatar-small {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  text-align: left;
  background-color: #f3f5fb;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-paragraph-regular {
  color: #6b7094;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  text-align: left;
  font-weight: 500;
}

.f-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-heading-detail-small-4 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-testimonial-r-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid var(--primary-color);
  color: #fff;
  -webkit-text-stroke-color: #000;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  position: absolute;
}

.f-testimonial-r-arrow:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

.f-testimonial-background {
  width: 100%;
  height: 30%;
  background-color: #f7f9fd;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-margin-bottom-175 {
  margin-bottom: 20px;
}

.f-margin-bottom-176 {
  margin-bottom: 48px;
}

.f-testimonial-l-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid var(--primary-color);
  color: #393b6a;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  position: absolute;
}

.f-testimonial-l-arrow:hover {
  color: #fff;
  background-color: #160042;
}

.f-testimonial-slider-regular {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 72px;
  padding-right: 72px;
}

.f-icon-regular {
  width: 24px;
  height: 24px;
  color: #000;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-card {
  color: #160042;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0063b5;
  border-bottom-width: 9px;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-section-regular {
  background-color: #f8f8f8;
  padding: 64px 24px;
  position: relative;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 10px;
  display: flex;
}

.f-margin-bottom-174 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 0;
  display: flex;
}

.image-941 {
  background-color: #fff;
  padding-bottom: 10px;
}

.f-feature-card-filled {
  background-color: #f7f9fd;
  border-radius: 12px;
  padding: 32px;
}

.f-button-secondary-2 {
  min-height: 48px;
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: #f3f5fb;
  border-color: rgba(0, 0, 0, 0);
}

.f-paragraph-large-3 {
  color: #6b7094;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

.f-h5-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-max-width-large {
  max-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.f-button-neutral-4 {
  min-height: 48px;
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-4:hover {
  background-color: #282556;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-margin-bottom-138 {
  margin-bottom: 40px;
}

.f-margin-bottom-135 {
  margin-bottom: 16px;
}

.f-margin-bottom-136 {
  margin-bottom: 32px;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-margin-bottom-137 {
  margin-bottom: 0;
}

.f-section-large-3 {
  padding: 64px 24px;
  position: relative;
}

.f-feature-icon-wrapper-white {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.workshop {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 24px;
  display: flex;
}

.heading {
  width: 100%;
  max-width: 1300px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.frame-427321980 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-2-2-2 {
  color: #1a1d1f;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.title {
  color: #1a1d1f;
  text-transform: undefined;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

.button-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0063b5;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.frame-427321982 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._2---button-gets-hovered {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  box-shadow: 2px 2px 17px rgba(0, 0, 0, .12);
}

.thumbnail {
  width: 100%;
  height: 320px;
  max-width: 352px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #1a1d1f;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.vectors-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.details {
  width: 100%;
  max-width: 347.287px;
  grid-column-gap: 20.8372px;
  grid-row-gap: 20.8372px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading---button {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "2 Og 5 O", sans-serif;
  font-size: 20px;
  display: flex;
}

.h6-3 {
  color: #1a1d1f;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.vectors-wrapper-2 {
  z-index: 1;
  height: 100px;
  max-width: 345px;
  clear: none;
  object-fit: contain;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.h7 {
  color: #15bdff;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.frame-1000001861 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-3 {
  width: 16px;
  height: 16px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-4 {
  width: 12px;
  height: 12px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2 {
  background-color: #f8f8f8;
}

.section {
  z-index: -1;
  background-color: #f8f8f8;
  position: absolute;
}

.banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.female-african-american-speaker-giving-presentation-hall-university-workshop-1 {
  object-fit: cover;
  background-color: rgba(0, 0, 0, .15);
  background-image: linear-gradient(83.76deg, #0063b5 9%, #15bdff 100%);
}

.frame-1000001500 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 80px;
  left: 407.004px;
}

.h2 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.h6-4 {
  color: #fff;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.button-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
  position: static;
  top: auto;
  left: auto;
}

.frame-1000001862 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
}

.h6-5 {
  color: #fff;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.product {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 24px;
  display: flex;
}

.heading-4 {
  width: 100%;
  max-width: 1300px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.frame-1000001863 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-2-2-3 {
  color: #1a1d1f;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.title-2 {
  color: #1a1d1f;
  text-transform: undefined;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

.button-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0063b5;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000001864 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._2---button-gets-hovered-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  box-shadow: 2px 2px 17px rgba(0, 0, 0, .12);
}

.thumbnail-2 {
  width: 100%;
  height: 320px;
  max-width: 352px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #1a1d1f;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading---button-2 {
  width: 100%;
  max-width: 347.287px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000001465 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.frame-1000001865 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000001475 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.frame-1000001474 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-5 {
  width: 24px;
  height: 24px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-6 {
  color: #15bdff;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.frame-1000001476 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h6-6 {
  color: #1a1d1f;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.frame-1000001468 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text {
  color: #1a1d1f;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: line-through;
}

.vectors-wrapper-6 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-3 {
  color: #0667b7;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: underline;
}

.button-7, .button-8 {
  color: #15bdff;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.vectors-wrapper-7 {
  height: 4px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-1000001866 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-8 {
  width: 16px;
  height: 16px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-9 {
  width: 12px;
  height: 12px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-942 {
  border-radius: 20px;
}

.blog {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 24px;
  display: flex;
}

.heading-5 {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.headiing---caption {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-2-2-4 {
  color: #1a1d1f;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.title-3 {
  color: #0a0a0a;
  text-align: center;
  text-transform: undefined;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

.frame-1000001491 {
  width: 100%;
  max-width: 1300px;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000001906 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-936 {
  object-fit: cover;
  border-radius: 16px;
}

.frame-1000001490 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h6-7 {
  color: #7e8187;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.h4 {
  color: #000;
  font-family: Gilroy, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 120%;
}

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

.h6-8 {
  color: #9a9a9a;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.frame-1000001887 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-4 {
  color: #15bdff;
  font-size: 16px;
  font-weight: 600;
  line-height: 31.7px;
}

.vectors-wrapper-10 {
  width: 9px;
  height: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-1000001494 {
  width: 100%;
  max-width: 1300px;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000001492 {
  max-width: none;
  min-width: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rectangle-4748 {
  object-fit: cover;
  background-color: #d9d9d9;
  border-radius: 16px;
}

.frame-1000001495 {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h7-2 {
  color: #7e8187;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.text-5 {
  color: #1a1d1f;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.frame-1000001910 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.vectors-wrapper-11 {
  width: 9px;
  height: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.banner_v2 {
  width: 100%;
  height: 541px;
  max-width: 1600px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 150px;
  display: flex;
  position: relative;
}

.female-african-american-speaker-giving-presentation-hall-university-workshop-2 {
  z-index: -3;
  max-width: none;
  object-fit: cover;
  background-color: rgba(0, 0, 0, .15);
  background-image: linear-gradient(75.87deg, #0063b5, #15bdff);
  position: absolute;
}

.frame-1000001460 {
  height: 380px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 80.5px;
  left: -20.5px;
}

.vectors-wrapper-12 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1px;
  left: 171px;
}

.patterns-2 {
  object-fit: cover;
}

.frame-427321989 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 170.5px;
  left: 500.5px;
}

.frame-1000001498 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-4 {
  color: #1a1d1f;
  text-align: center;
  text-transform: undefined;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

.h6-9 {
  color: #1a1d1f;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.frame-1000001521 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
}

.search {
  width: 100%;
  max-width: 394px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #1a1d1f;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 8px 12px 24px;
  display: flex;
}

.h7-3 {
  color: #1a1d1f;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.button-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0063b5;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 31.7px;
}

.banner_v2-2 {
  width: 100%;
  height: 541px;
  max-width: 1600px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 24px;
  display: flex;
  position: relative;
}

.frame-1000001911 {
  width: 100%;
  height: 380px;
  max-width: 1300px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 80px;
  left: 150.313px;
}

.frame-1000001912 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.patterns-3 {
  object-fit: cover;
}

.vectors-wrapper-13 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 633.5px;
  left: 170.688px;
}

.frame-1000001913 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 170.5px;
  left: 500.5px;
}

.frame-1000001914 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-5 {
  color: #1a1d1f;
  text-align: center;
  text-transform: undefined;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

.h6-10 {
  color: #1a1d1f;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.frame-1000001915 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrap-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
}

.search-2 {
  width: 100%;
  max-width: 394px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #1a1d1f;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 8px 12px 24px;
  display: flex;
}

.h7-4 {
  color: #1a1d1f;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.button-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0063b5;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 31.7px;
}

.frame-1000001916, .frame-1000001917 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner_v2-3 {
  width: auto;
  height: 541px;
  max-width: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 24px;
  display: flex;
  position: relative;
}

.frame-1000001918 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-1000001919 {
  width: 100%;
  height: 380px;
  max-width: 1300px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 80px;
  left: 150.313px;
}

.vectors-wrapper-14 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: .1875px;
}

.patterns-4 {
  object-fit: cover;
}

.content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
}

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

.title-6 {
  color: #1a1d1f;
  text-align: center;
  text-transform: undefined;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

.h6-11 {
  color: #1a1d1f;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.forms {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrap-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
}

.search-3 {
  width: 100%;
  max-width: 394px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #1a1d1f;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  display: flex;
}

.h7-5 {
  color: #1a1d1f;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.button-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0063b5;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 31.7px;
}

.frame-1000001923 {
  width: 100%;
  height: 380px;
  max-width: 1300px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vectors-wrapper-15 {
  z-index: -2;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
}

.patterns-5 {
  object-fit: cover;
}

.image-943 {
  position: absolute;
}

.faq {
  width: 100%;
  max-width: none;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: #fff;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 24px;
  display: flex;
}

.faqs {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.title-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-8 {
  color: #1a1d1f;
  text-transform: undefined;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

.h6-12 {
  color: #1a1d1f;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.questions {
  max-width: 800px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000001870 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-16 {
  height: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-1000001875 {
  max-width: 730px;
  min-width: 500px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000001874 {
  width: 100%;
  max-width: 800px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.title-2-2-5 {
  color: #15bdff;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.frame-1000001873 {
  width: 24px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.vectors-wrapper-17 {
  width: 24px;
  height: 24px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.vectors-wrapper-18 {
  width: 14px;
  height: 8.57253e-16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -74px;
  left: 5px;
}

.title-2-2-6 {
  color: #1a1d1f;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.vectors-wrapper-19 {
  width: 0;
  height: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 5px;
  left: 12px;
}

.contact {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f8f8f8;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: auto;
  padding: 40px 32px;
  text-decoration: none;
  display: flex;
}

.frame-1000001924 {
  height: 71px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.title-9 {
  color: #0063b5;
  text-transform: undefined;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

.text-input {
  width: 100%;
  max-width: 448px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.label {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.label-2 {
  color: #1a1d1f;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.container-3 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #e7eaee;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 16px 12px 12px;
  display: flex;
}

.container-3.input {
  text-decoration: none;
}

.container-4 {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-4.input.text {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.h7-6 {
  color: #969696;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.container-5 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #e7eaee;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 16px 12px 12px;
  display: flex;
}

.container-6 {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-6.input.text {
  text-decoration: none;
}

.container-7 {
  width: 100%;
  height: 96px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #e7eaee;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 16px;
  display: flex;
}

.container-8 {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-8.input.text {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}

.frame-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-12 {
  width: 100%;
  max-width: 448px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0063b5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 31.7px;
}

.h7-8 {
  color: #15bdff;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-4 {
  text-decoration: none;
}

.footer {
  grid-column-gap: 71px;
  grid-row-gap: 71px;
  background-color: #1a1d1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 24px;
  display: flex;
}

.frame-1000001881 {
  grid-column-gap: 158px;
  grid-row-gap: 158px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-20 {
  height: 36.5634px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-1000001878 {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000001437 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-2-2-7 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.frame-1000001436 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h7-9 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.frame-1000001880 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000001885 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vectors-wrapper-21 {
  height: 64px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-1000001435 {
  width: 100%;
  max-width: 413px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 7.52734px;
  left: 11.5px;
}

.frame-1000001434 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-22 {
  width: 24px;
  height: 24px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-10 {
  color: #b5b5b5;
  text-transform: undefined;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button-13 {
  width: 111px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0063b5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 31.7px;
}

.frame-1000001879 {
  grid-column-gap: 165px;
  grid-row-gap: 165px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000001883 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-23 {
  height: .000113562px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-1000001882 {
  grid-column-gap: 993px;
  grid-row-gap: 993px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000001886 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.facebook {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3px 7px;
  display: flex;
}

.vectors-wrapper-24 {
  width: 10px;
  height: 18px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.instagram {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3px;
  display: flex;
}

.vectors-wrapper-25 {
  width: 18px;
  height: 18px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.twitter {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3px 2px;
  display: flex;
}

.vectors-wrapper-26 {
  width: 20px;
  height: 17px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h8-2 {
  color: #999;
  font-family: Gilroy, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
}

.h8-3 {
  color: #15bdff;
  font-family: Gilroy, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
}

.accent-left-2 {
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.testimonial-details-2 {
  color: #4d4d4d;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

.avatar-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-author-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.right-arrow-10 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
  top: -95px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.testimonial-content-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonial-title-2 {
  color: #262626;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.accent-right-2 {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.testimonial-card-9 {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 8px;
  border-color: var(--primary-color);
  color: #1f2937;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 40px 32px;
  text-decoration: none;
  transition: all .2s;
}

.testimonial-card-9:hover {
  background-color: #fff;
  border-color: rgba(229, 229, 229, 0);
  box-shadow: 13px 20px 32px rgba(229, 229, 229, .25);
}

.testimonial-container-2 {
  z-index: 5;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-line-5 {
  width: 30px;
  height: 2px;
  background-color: #e5e5e5;
  margin-top: 24px;
  margin-bottom: 24px;
}

.testimonial-title-wrapper-2 {
  max-width: none;
  margin-bottom: 60px;
}

.testimonial-author-2 {
  color: #000;
  letter-spacing: -.03em;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
}

.block-blue {
  width: 40px;
  height: 40px;
  background-color: #5138ed;
  border-radius: 4px;
  position: relative;
  left: 20px;
}

.left-arrow-7 {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
  top: -95px;
  bottom: auto;
  left: auto;
  right: 70px;
}

.testimonial-button-2 {
  color: #fff;
  background-color: #5138ed;
  border-radius: 4px;
  padding: 14px 40px;
  font-size: 16px;
  transition: all .2s;
}

.testimonial-button-2:hover {
  background-color: #402ac9;
}

.blue-span-3 {
  color: #5138ed;
}

.block-green {
  width: 40px;
  height: 40px;
  background-color: #8ae59d;
  border-radius: 4px;
  position: relative;
  left: -20px;
}

.slide-nav-7 {
  display: none;
  bottom: -50px;
}

.avatar-circle-6 {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  border-radius: 100px;
  margin-right: 14px;
}

.star-row-3 {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.testimonial-credentials {
  color: #8e8e8e;
  letter-spacing: -.03em;
  font-weight: 500;
  line-height: 20px;
}

.star-5 {
  margin-right: 4px;
}

.testimonial-mask-8 {
  width: 400px;
  overflow: visible;
}

.button-wrapper-16 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.testimonial-section-6 {
  background-color: #fff;
  padding: 64px 24px;
  position: relative;
  overflow: hidden;
}

.slide-6 {
  margin-right: 40px;
}

.testimonial-heading-3 {
  color: #262626;
  letter-spacing: -.04em;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.testimonial-slider-14 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

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

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

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-blog-details-wrapper {
  padding: 24px;
}

.a-blog-card-outline {
  border: 1px solid #dedfe3;
  border-radius: 24px;
  overflow: hidden;
}

.a-section-regular {
  padding: 64px 24px;
  position: relative;
}

.a-blog-image-wrapper {
  width: 100%;
  height: 270px;
  overflow: hidden;
}

.a-text-link-regular {
  color: #5167f6;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

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

.a-detail-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-blog-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.a-subheading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.a-blog-title-grid-item {
  height: 100%;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.a-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a-margin-bottom-62 {
  margin-bottom: 16px;
}

.a-button-primary {
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #5167f6;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: #6478f7;
}

.a-button-primary:active {
  background-color: #7788f8;
}

.a-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-regular-2 {
  padding: 64px 24px;
  position: relative;
}

.a-margin-bottom-76 {
  margin-bottom: 32px;
}

.a-blog-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.a-margin-bottom-77 {
  margin-bottom: 16px;
}

.a-blog-title-wrapper {
  max-width: 450px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-blog-image-border {
  width: 100%;
  height: 270px;
  border: 1px solid #dedfe3;
  border-radius: 24px;
  margin-bottom: 16px;
  overflow: hidden;
}

.blog-card-2 {
  box-shadow: none;
  color: #353b41;
  border: .5px solid #eaedf0;
  border-radius: 16px;
  padding: 24px;
  text-decoration: none;
  transition: all .3s;
}

.blog-card-2:hover {
  box-shadow: 0 24px 64px rgba(224, 224, 224, .48);
}

.blog-author-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.grid-three-column-18 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-regular-108 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-regular-108.text-weight-medium {
  font-weight: 500;
}

.blog-thumbnail {
  height: 320px;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}

.overline-65 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.overline-65.text-color-blue-500 {
  color: #6173e5;
}

.blog-avatar {
  width: 32px;
  height: 32px;
  background-color: #f7f9fd;
  border-radius: 100%;
  flex: none;
  overflow: hidden;
}

.title-wrapper-33 {
  z-index: 5;
  width: 100%;
  max-width: 454px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.h6-heading-29 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.blog-date-5 {
  color: #6cbdfd;
  -webkit-text-stroke-color: #6cbdfd;
  padding-left: 0;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.blog-date-5.text-span {
  -webkit-text-stroke-color: #6cbdfd;
}

.blog-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.products {
  padding: 64px 24px;
  display: flex;
  position: relative;
}

.h2-heading-13 {
  color: #000;
  letter-spacing: -.04em;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.container-large-117 {
  width: 100%;
  max-width: 1240px;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.blog-avatar-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.wrap-v-regular {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.image-cover-4 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap-v-small-29 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: normal;
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.paragraph-small-104 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.text-color-purple-607 {
  color: #5c2d5c;
}

.button-primary-m-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  text-align: center;
  letter-spacing: -.25px;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-m-4:hover {
  background-color: #404040;
}

.button-primary-m-4.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.card-detail-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  display: flex;
}

.blog-image-wrap {
  height: auto;
  flex-direction: column;
}

.container-large-115 {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-three-column-14 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-regular-40 {
  padding: 64px 24px;
  position: relative;
  overflow: hidden;
}

.wrap-v-x-small-21 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.wrap-v-x-small-21.align-center {
  text-align: center;
  align-items: center;
}

.heading-text {
  max-width: 384px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.subheading-small-15 {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.text-button-m {
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.wrap-v-small-23 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.h5-heading-30 {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
}

.caption-uppercase {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.heading-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.banner-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: inline-block;
  position: relative;
}

.female-african-american-speaker-giving-presentation-hall-university-workshop-3 {
  float: none;
  object-fit: cover;
  background-color: rgba(0, 0, 0, .15);
  background-image: linear-gradient(83.76deg, #0063b5 9%, #15bdff);
  align-self: stretch;
  display: block;
  position: static;
}

.frame-1000001925 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 80px;
  left: 407px;
}

.h6-13 {
  color: #fff;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.button-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 206px;
  left: 687px;
}

.text-2-2 {
  color: #3563b3;
  text-decoration: underline;
}

.striking {
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: line-through;
}

.heading-2-black {
  color: #1a1d1f;
  text-align: left;
  font-family: "2 Og 5 O", sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.heading-2-black.benifits {
  color: #fff;
}

.title-heading-4 {
  color: #8c4e14;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
}

.blog-grid-8 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-paragraph-21 {
  color: #aaa;
  font-size: 18px;
  line-height: 1.5;
}

.blog-section-12 {
  background-color: #f9f9f9;
  padding: 64px 24px;
  display: flex;
}

.text-block-10 {
  margin-right: 10px;
  font-family: "2 Og 5 O", sans-serif;
}

.detail-block-2 {
  color: #000;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.arrow-link-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--secondary-color);
  align-items: center;
  margin-top: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.feature-content-10 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.line-break-14 {
  width: 100%;
  height: 2px;
  background-color: #f1f1f1;
  margin-top: 60px;
  margin-bottom: 60px;
}

.headi {
  color: #000;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 32px;
  line-height: 1.2;
}

.detail-wrapper-6 {
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
}

.blog-wrapper-5 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feature-blog-grid-2 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 32px;
  display: grid;
}

.feature-blog-image-3 {
  height: 306px;
  border-radius: 8px;
  overflow: hidden;
}

.title-wrapper-41 {
  max-width: 520px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 1.2;
  display: block;
}

.blog-title-7 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.blog-icon {
  width: 16px;
  margin-right: 8px;
}

.blog-image-8 {
  width: 100%;
  height: 176px;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}

.container-77 {
  width: 100%;
  max-width: 1240px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.text-block-11 {
  color: var(--secondary-color);
  font-family: "2 Og 5 O", sans-serif;
}

.banner_v2-4 {
  width: 100%;
  height: 541px;
  max-width: 1600px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 150px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.female-african-american-speaker-giving-presentation-hall-university-workshop-4 {
  object-fit: cover;
  background-color: rgba(0, 0, 0, .15);
  background-image: linear-gradient(75.87deg, #0063b5 0%, #15bdff 100%);
}

.frame-1000001926 {
  height: 380px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 4px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  top: 80.5px;
  left: -20.5px;
}

.vectors-wrapper-27 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1px;
  left: 171px;
}

.patterns-6 {
  width: 100%;
  max-width: 1240px;
  object-fit: cover;
  padding: 64px 24px;
  display: block;
  position: absolute;
}

.frame-1000001927 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 170.5px;
  left: 500.5px;
}

.frame-1000001928 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-10 {
  color: #1a1d1f;
  text-align: center;
  text-transform: undefined;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

.h6-14 {
  color: #1a1d1f;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.frame-1000001929 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrap-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
}

.search-4 {
  width: 100%;
  max-width: 394px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #1a1d1f;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 8px 12px 24px;
  display: flex;
}

.h7-10 {
  color: #1a1d1f;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.button-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0063b5;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.image-945 {
  z-index: -1;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
}

.faq-content-6 {
  overflow: hidden;
}

.button-faq {
  background-color: #6366f1;
  border-radius: 32px;
  margin-top: 16px;
  padding: 16px 34px;
}

.question-title-2 {
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.faq-question-bar-4 {
  color: #1f2430;
  border-bottom: 1px solid rgba(0, 0, 0, .04);
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 15px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.faq-question-bar-4:hover {
  color: #6366f1;
}

.faq-wrap-2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.faq-image-3 {
  position: relative;
  top: -50px;
}

.faq-paragraph-11 {
  color: #51596c;
  letter-spacing: -.02em;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.faq-cta {
  text-align: center;
  background-color: #f3f4f6;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.paragraph-large-79 {
  color: #51596c;
  font-size: 16px;
  line-height: 32px;
}

.faq-grid-11 {
  width: 100%;
  max-width: 1240px;
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  align-content: start;
  justify-content: center;
  align-items: start;
  justify-items: center;
  display: grid;
  position: absolute;
}

.paragraph-8 {
  font-size: 16px;
  line-height: 24px;
}

.title-cta-4 {
  color: #1f2430;
  letter-spacing: -.03em;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.faq-question-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq-container-9 {
  z-index: 5;
  width: 100%;
  max-width: 1240px;
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.faq-section-12 {
  width: 100%;
  height: 100%;
  max-width: 1240px;
  padding: 64px 24px;
  display: block;
}

.heading-large-16 {
  color: #232936;
  letter-spacing: -.03em;
  margin-top: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
}

.title-wrap-20 {
  max-width: 720px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: block;
}

.faq-container-10 {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  flex-direction: row;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.faq-section-13 {
  padding: 64px 24px;
  display: block;
  position: static;
}

.contact-text-field {
  width: 100%;
  min-height: 48px;
  color: #1a1a1a;
  border: 1px solid #d2d2d7;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  transition: all .25s;
}

.contact-text-field:focus {
  border-color: #1e1e20;
}

.heading-wrapper-26 {
  max-width: 720px;
  color: #1e1e20;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-caption {
  color: #414144;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.contact-item {
  align-items: flex-start;
  display: flex;
}

.contact-icon {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-right: 16px;
  display: flex;
}

.contact-checkbox-centre {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 24px;
  padding-left: 0;
  display: flex;
}

.paragraph-small-84 {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 1.5;
}

.field-label-large {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.dot-small {
  width: 4px;
  height: 4px;
  background-color: #d0011d;
  border-radius: 100px;
  margin-right: 12px;
}

.h1-heading-29 {
  letter-spacing: -.04em;
  margin-top: 0;
  font-size: 64px;
  line-height: 1.2;
}

.h1-heading-29.text-weight-medium {
  font-weight: 500;
}

.text-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.content-form-card {
  border: 1px solid #d2d2d7;
  border-radius: 8px;
  padding: 32px;
}

.checkbox-button-label {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.contact-message {
  width: 100%;
  min-height: 144px;
  color: #1a1a1a;
  border: 1px solid #d2d2d7;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  transition: all .25s;
}

.contact-message:focus {
  border-color: #1e1e20;
}

.contact-line {
  height: 1px;
  background-color: #d2d2d7;
}

.content-checkbox {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  background-color: #fff;
  border-width: 2px;
  border-color: #d2d2d7;
  border-radius: 4px;
  margin: 0 8px 0 0;
}

.content-checkbox:hover {
  background-color: #f9fafc;
}

.content-checkbox.w--redirected-checked {
  background-color: #06c;
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.section-regular-4 {
  padding: 92px 5%;
  position: relative;
}

.contact-map-2 {
  height: 200px;
  background-color: #ececee;
  border: 1px solid #f5f5f7;
  border-radius: 8px;
  margin-top: 24px;
  overflow: hidden;
}

.contact-form-block-large {
  margin-left: auto;
  margin-right: auto;
}

.paragraph-large-81 {
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 1.5;
}

.paragraph-large-81.text-weight-medium {
  font-weight: 500;
}

.grid-two-column-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.grid-one-column-3 {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.content-column-2 {
  height: 100%;
  color: #1e1e20;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
}

.form-submit-button {
  width: 100%;
  min-height: 48px;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.field-label-wrapper {
  color: #1e1e20;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.heading-detail-2 {
  color: #b3b3b3;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.container-small-15 {
  z-index: 5;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-cover-16 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.span-link-2 {
  color: #000;
}

.contact-success-message {
  color: #40bf6a;
  background-color: #f4fbf6;
}

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

.footer-left-col {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-newsletter-7 {
  width: 100%;
  max-width: 450px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-contact-block {
  justify-content: space-between;
  align-items: flex-start;
  margin-right: -20px;
  display: flex;
}

.footer-social-links-3 {
  align-items: center;
  margin-right: 14px;
  display: flex;
}

.footer-submit-button-4 {
  min-height: 54px;
  background-color: #3385ff;
  border-radius: 10px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 18px;
  transition: background-color .3s;
}

.footer-submit-button-4:hover {
  background-color: #2d2d2d;
}

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

.footer-contact-item {
  margin-right: 20px;
}

.field-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-6 {
  align-items: center;
  display: flex;
}

.footer-grid-11 {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.image-10 {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 20px;
  right: auto;
}

.footer-bottom-8 {
  border-top: 1px solid rgba(0, 0, 0, .2);
  justify-content: space-between;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 34px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.footer-title-14 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.footer-blue-link {
  color: #3385ff;
  text-decoration: none;
  transition: color .2s;
}

.footer-blue-link:hover {
  color: #2d2d2d;
}

.footer-logo-15 {
  color: #1e1e48;
  margin-bottom: 60px;
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
}

.footer-form-block-6 {
  margin-bottom: 40px;
}

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

.footer-social-link-9 {
  flex: none;
  margin-right: 26px;
  transition: opacity .2s;
}

.footer-social-link-9:hover {
  opacity: .6;
}

.footer-text-field-4 {
  min-height: 70px;
  background-color: #fff;
  border: 1px #000;
  border-radius: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 65px;
  padding-right: 120px;
  font-size: 18px;
  transition: box-shadow .3s;
  box-shadow: 0 20px 40px rgba(229, 229, 229, .4);
}

.footer-text-field-4:hover, .footer-text-field-4:focus {
  box-shadow: 0 10px 20px rgba(229, 229, 229, .6);
}

.footer-text-field-4::-ms-input-placeholder {
  color: #b4b4b4;
}

.footer-text-field-4::placeholder {
  color: #b4b4b4;
}

.footer-link-19 {
  color: #52527a;
  margin-bottom: 16px;
  line-height: 27px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.footer-link-19:hover {
  color: #3385ff;
}

.footer-section-5 {
  color: #8d88a7;
  background-color: #fff;
  padding: 100px 3% 40px;
  font-size: 20px;
}

.overview {
  width: auto;
  max-width: none;
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  text-align: left;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 64px 24px;
  display: flex;
}

.details-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-6 {
  color: #323c3e;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.heading-7 {
  color: #0a0a0a;
  text-transform: undefined;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h6-15 {
  color: #0a0a0a;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.button-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0063b5;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.button-17 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.overview-2 {
  width: 100%;
  max-width: 1599px;
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 64px 24px;
  display: flex;
}

.content-2 {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.photo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-8 {
  color: #0a0a0a;
  text-transform: undefined;
  font-family: "2 Og 5 O", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.h6-16 {
  max-width: 520px;
  color: #0a0a0a;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.frame-1000001418 {
  width: 22px;
  height: 22px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.vectors-wrapper-60 {
  width: 100px;
  height: 100px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-9 {
  width: 100%;
  max-width: 758px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
}

.headline {
  color: #fff;
  text-align: center;
  font-family: "2 Og 5 O", sans-serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 65.77px;
}

.desc-2 {
  max-width: 778px;
  color: #fff;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.desc-1 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.partner-heading {
  width: 100%;
  max-width: 1600px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 99, 181, .92);
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 80px;
  display: flex;
}

.frame-1000001419 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.frame-1000001892 {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-desc-1 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.avatar-l-5 {
  width: 128px;
  height: 128px;
  border-radius: 16px;
}

.text-caption {
  max-width: 180px;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.text-caption.text-color-gray-500 {
  color: #737373;
}

.title-wrapper-s-6 {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-regular-97 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-regular-97.text-weight-medium {
  font-weight: 500;
}

.team-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  display: flex;
}

.section-regular-32 {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular-32.bg-brown {
  background-color: #f9f7f7;
  padding: 64px 24px;
}

.team-social-link {
  width: 24px;
  height: 24px;
  color: #0a0a0a;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-group-l-2 {
  justify-content: center;
  align-items: center;
  margin-top: 112px;
  display: flex;
}

.icon-regular-45 {
  width: 24px;
  height: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.wrap-h-small-18 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.team-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.text-desc-1-dark {
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.image-946 {
  width: auto;
  height: auto;
  max-height: 532px;
  max-width: 674px;
  object-fit: cover;
  border-radius: 8px;
  position: static;
}

.desc-3 {
  width: 100%;
  height: auto;
  color: #323c3e;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.button-18 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0063b5;
  border-radius: 99px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.headlinesubhead {
  width: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-10 {
  color: #0a0a0a;
  text-transform: undefined;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.our-affilates-section {
  width: 100%;
  max-width: 1600px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-end;
  justify-content: center;
  align-items: stretch;
  padding: 64px 24px;
  display: flex;
}

.all-contents {
  width: 40%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-11 {
  color: #323c3e;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.container-78 {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.frame-1000001930 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.instagram-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #ebebf4;
  border-radius: 99px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 7px;
  display: flex;
}

.vectors-wrapper-63 {
  width: 18px;
  height: 18px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.desc-5 {
  color: #1a1d1f;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

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

.button-19 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #0667b7;
  border-radius: 99px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000001868 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.socials---hover {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-61 {
  width: 141px;
  height: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team {
  width: auto;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: stretch;
  padding: 64px 24px;
  display: flex;
}

.frame-1000001869 {
  width: 100%;
  height: 492px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.frame-1000001931 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.desc-4 {
  color: #0667b7;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.frame-1000001877 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-20 {
  color: #0667b7;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.heading-12 {
  color: #1a1d1f;
  text-transform: undefined;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.twitter-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #ebebf4;
  border-radius: 99px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 6px;
  display: flex;
}

.vectors-wrapper-64 {
  width: 18px;
  height: 15px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-65 {
  width: 18px;
  height: 18px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.desc-6 {
  max-width: none;
  color: #1a1d1f;
  object-fit: fill;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

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

.button-21 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #0667b7;
  border-radius: 99px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000001932 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-66 {
  width: 141px;
  height: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contents {
  width: 100%;
  height: 492px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.frame-1000001934 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.desc-7 {
  color: #0667b7;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.frame-1000001935 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-22 {
  color: #0667b7;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.heading-13 {
  color: #1a1d1f;
  text-transform: undefined;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.twitter-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #ebebf4;
  border-radius: 99px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 6px;
  display: flex;
}

.container-79 {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: auto;
}

.container-80 {
  width: 100%;
  max-width: none;
}

.image-949 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.image-950 {
  z-index: -2;
  width: 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 1920px) {
  .body-wrap {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: static;
  }

  .image-940 {
    top: 99px;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .heading-3 {
    font-family: "2 Og 5 O", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
  }

  .banner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .female-african-american-speaker-giving-presentation-hall-university-workshop-1 {
    width: 100%;
    flex: 0 auto;
  }

  .button-4 {
    line-height: 60px;
    position: static;
    top: auto;
    left: auto;
  }

  .frame-1000001862 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: auto;
    left: auto;
  }

  .h6-5 {
    font-size: 20px;
    line-height: 110%;
  }

  .female-african-american-speaker-giving-presentation-hall-university-workshop-2 {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    align-self: auto;
    display: block;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .banner_v2-3 {
    width: auto;
    height: 541px;
    max-width: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    position: static;
  }

  .faq {
    width: 100%;
    max-width: none;
    object-fit: fill;
    justify-content: center;
    align-items: flex-start;
    position: static;
  }

  .faqs {
    margin-left: 0;
  }

  .contact {
    margin-right: 0;
  }

  .footer {
    -webkit-text-stroke-color: #fff;
    border: 1px solid #e57171;
  }

  .vectors-wrapper-23 {
    border: 1px solid #fff;
  }

  .testimonial-card-9 {
    border-bottom-width: 10px;
    border-bottom-color: var(--primary-color);
  }

  .blog-date-5 {
    -webkit-text-stroke-color: #15bdff;
  }

  .banner-2 {
    max-width: none;
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .female-african-american-speaker-giving-presentation-hall-university-workshop-3 {
    width: auto;
    max-width: 100%;
    aspect-ratio: auto;
    text-align: left;
  }

  .frame-1000001925 {
    top: 80px;
    left: auto;
  }

  .button-14 {
    left: auto;
  }

  .text-block-10 {
    font-family: "2 Og 5 O", sans-serif;
    font-size: 17px;
  }

  .arrow-link-3 {
    color: var(--secondary-color);
  }

  .arrow-right-2 {
    -webkit-text-stroke-color: var(--secondary-color);
  }

  .footer-container-4 {
    max-width: 1240px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-stroke-color: #d5c4c4;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-49 {
    -webkit-text-stroke-color: #000;
    padding: 64px 24px;
  }

  .footer-section-5 {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .span {
    font-size: 16px;
  }

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

  .partner-heading {
    max-width: none;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .frame-1000001892 {
    justify-content: center;
    align-items: center;
  }

  .image-946 {
    width: auto;
    height: auto;
    max-width: none;
  }

  .desc-3 {
    max-width: 520px;
  }

  .our-affilates-section {
    max-width: none;
  }

  .all-contents {
    margin-left: 60px;
  }

  .container-78 {
    max-width: 1280px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .contents {
    margin-left: 60px;
  }

  .container-79 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    grid-column-gap: 0px;
  }

  .image-938 {
    top: -1%;
  }

  .container {
    grid-column-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .heading-1, .h6 {
    text-align: center;
  }

  .actions {
    margin-left: auto;
    margin-right: auto;
  }

  .financial-literacy-for-every-community-0 {
    text-align: center;
  }

  .icon-regular {
    border: 1px solid var(--primary-color);
  }

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

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

  .dropdown {
    width: 100%;
  }

  .navigation-logo-link {
    margin-right: 0;
  }

  .navigation-main-b {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .dropdown-list.w--open {
    margin-left: 0%;
    padding-top: 0;
    position: relative;
  }

  .dropdown-main-grid {
    grid-template-columns: auto 2fr;
  }

  .navigation-menu {
    background-color: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 12px;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-mobile {
    width: 48px;
    height: 48px;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 44px;
    justify-content: center;
    align-items: center;
    padding: 12px;
    display: flex;
  }

  .navigation-mobile.w--open {
    color: #fff;
    background-color: #030711;
    border-color: rgba(0, 0, 0, 0);
  }

  .dropdown-main-wrapper {
    min-width: auto;
  }

  .navigation-toggle {
    width: 100%;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
  }

  .navigation-link {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .navigation {
    position: relative;
  }

  .content-features {
    max-width: none;
  }

  .content-block-4 {
    grid-template-columns: 1fr;
  }

  .frame-1000001444 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-940 {
    width: 60%;
    top: 500px;
  }

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

  .f-testimonial-background {
    height: 20%;
  }

  .f-testimonial-slider-grid-large, .f-header-grid-asymmetrical {
    grid-template-columns: 1fr;
  }

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

  .accent-left-2 {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .accent-right-2 {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .testimonial-mask-8 {
    width: 420px;
  }

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

  .a-button-primary {
    display: flex;
  }

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

  .blog-thumbnail {
    height: 240px;
    margin-bottom: 16px;
  }

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

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

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

  .feature-blog-grid-2 {
    grid-column-gap: 32px;
  }

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

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

  .footer-newsletter-7 {
    max-width: 100%;
    align-items: flex-start;
  }

  .footer-contact-item {
    margin-right: 40px;
  }

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

  .footer-form-block-6 {
    width: 100%;
  }

  .heading-9 {
    max-width: 1600px;
    text-align: center;
    flex-flow: column;
    flex: 1;
    align-content: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .partner-heading {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .frame-1000001419 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
  }

  .frame-1000001892 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .image-946 {
    width: 100%;
  }

  .our-affilates-section {
    width: 100%;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .all-contents {
    width: 100%;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .image-947 {
    width: 100%;
    height: 14%;
    max-width: 1600px;
  }

  .team {
    width: 100%;
    max-width: 1600px;
    flex-wrap: wrap;
    padding-left: 60px;
  }

  .image-948 {
    width: 100%;
    height: 14%;
    max-width: 1600px;
  }
}

@media screen and (max-width: 767px) {
  .image-938 {
    top: 8%;
  }

  .dropdown-link-large {
    border: 1px solid #e5e7eb;
  }

  .dropdown-main-grid {
    grid-template-columns: 2fr;
  }

  .text-block {
    width: 56px;
  }

  .text-block-2 {
    width: 102px;
  }

  .content-heading {
    font-size: 64px;
  }

  .about-us-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .content-block-4 {
    grid-template-columns: 1fr;
  }

  .frame-1000001477 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }

  .frame-1000001444 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .h3-heading-22 {
    font-size: 40px;
  }

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

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-testimonial-r-arrow, .f-testimonial-l-arrow {
    display: none;
  }

  .f-testimonial-slider-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .testimonial-mask-8 {
    width: 400px;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-h3-heading {
    font-size: 40px;
  }

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

  .a-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-blog-grid, .grid-three-column-18 {
    grid-template-columns: 1fr;
  }

  .products {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-13 {
    font-size: 44px;
  }

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

  .section-regular-40 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h5-heading-30 {
    font-size: 32px;
  }

  .blog-grid-8 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .feature-blog-grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .blog-image-8 {
    height: 220px;
  }

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

  .h1-heading-29 {
    font-size: 48px;
  }

  .section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .footer-social-links-3 {
    margin-top: 20px;
    margin-bottom: 24px;
    margin-right: -24px;
  }

  .footer-grid-11 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .footer-bottom-8 {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 34px;
  }

  .footer-title-14 {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .footer-blue-link {
    font-size: 16px;
  }

  .footer-logo-15 {
    margin-bottom: 40px;
  }

  .footer-link-19 {
    font-size: 18px;
  }

  .footer-section-5 {
    background-position: 0 100%, 70% 0;
  }

  .section-regular-32 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    grid-column-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    grid-column-gap: 0px;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .h1 {
    width: 100%;
  }

  .heading-1 {
    width: 100%;
    text-align: center;
    font-size: 45px;
    line-height: 45px;
  }

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

  .financial-literacy-for-every-community-0 {
    font-size: 45px;
    line-height: 45px;
  }

  .financial-literacy-for-every-community-2 {
    width: 100%;
    font-size: 46px;
  }

  .dropdown-link-large {
    flex-direction: column;
    align-items: flex-start;
  }

  .dropdown-link-block {
    padding: 16px;
  }

  .navigation-button-wrap {
    display: none;
  }

  .dropdown-cta-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-span {
    font-size: 45px;
  }

  .content-heading {
    font-size: 52px;
  }

  .frame-1000001477 {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame-1000001444 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .frame-1000001478 {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-card-2 {
    width: 324px;
  }

  .image-940 {
    width: 100%;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .testimonial-mask-8 {
    width: 100%;
  }

  .testimonial-section-6 {
    overflow: hidden;
  }

  .testimonial-heading-3 {
    font-size: 48px;
  }

  .a-button-primary {
    width: 100%;
  }

  .blog-card-2 {
    padding: 24px;
  }

  .question-title-2, .title-cta-4 {
    flex: 1;
  }

  .contact-checkbox-centre {
    margin-top: 40px;
    margin-bottom: 14px;
  }

  .content-form-card, .content-column-2 {
    padding: 24px;
  }

  .footer-left-col {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .footer-contact-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: -40px;
  }

  .footer-submit-button-4 {
    width: 100%;
  }

  .footer-contact-item {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .footer-form-6 {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .footer-text-field-4 {
    width: 100%;
    background-image: none;
    padding-left: 60px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 24px;
  }

  .footer-section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-9 {
    max-width: 320px;
  }

  .headline {
    font-size: 40px;
  }

  .desc-2 {
    width: 100%;
    font-size: 18px;
  }

  .desc-1 {
    font-size: 16px;
  }

  .partner-heading {
    max-width: 320px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-group-l-2 {
    margin-top: 40px;
  }

  .desc-3 {
    text-align: center;
    font-size: 18px;
  }

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

  .heading-10 {
    text-align: center;
    display: block;
  }

  .our-affilates-section {
    max-width: 320px;
    padding: 40px 20px;
  }

  .all-contents {
    max-width: 320px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    align-items: center;
  }

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

  .frame-1000001930 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .desc-5 {
    text-align: center;
    font-size: 18px;
  }

  .frame-1000001868 {
    text-align: center;
    align-items: center;
  }

  .team {
    max-width: 320px;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    padding: 20px;
  }

  .frame-1000001869 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .frame-1000001877 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

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

  .desc-6 {
    text-align: center;
    font-size: 18px;
  }

  .frame-1000001932 {
    text-align: center;
    align-items: center;
  }

  .contents {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .frame-1000001935 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

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

#w-node-_32fabced-cfec-a681-48c9-896386b38aa7-a5b1b5ea, #w-node-_32fabced-cfec-a681-48c9-896386b38aab-a5b1b5ea, #w-node-_32fabced-cfec-a681-48c9-896386b38aae-a5b1b5ea, #w-node-_32fabced-cfec-a681-48c9-896386b38ab1-a5b1b5ea, #w-node-_32fabced-cfec-a681-48c9-896386b38ab4-a5b1b5ea, #w-node-_32fabced-cfec-a681-48c9-896386b38ab7-a5b1b5ea, #w-node-_98fdaf8d-7301-76e7-62c7-b18b2f86f9dd-a5b1b5ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98fdaf8d-7301-76e7-62c7-b18b2f86f9e0-a5b1b5ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_32fabced-cfec-a681-48c9-896386b38aa7-1d189f6a, #w-node-_32fabced-cfec-a681-48c9-896386b38aab-1d189f6a, #w-node-_32fabced-cfec-a681-48c9-896386b38aae-1d189f6a, #w-node-_32fabced-cfec-a681-48c9-896386b38ab1-1d189f6a, #w-node-_32fabced-cfec-a681-48c9-896386b38ab4-1d189f6a, #w-node-_32fabced-cfec-a681-48c9-896386b38ab7-1d189f6a, #w-node-_98fdaf8d-7301-76e7-62c7-b18b2f86f9dd-1d189f6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98fdaf8d-7301-76e7-62c7-b18b2f86f9e0-1d189f6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_92a84c20-3528-5c91-6502-42232e51eb28-1d189f6a, #w-node-_5bd67137-4fa9-95ab-8d54-936114e080bd-1d189f6a, #w-node-_18412bef-2237-313d-10f7-d691b1f60738-a919396a, #w-node-_18412bef-2237-313d-10f7-d691b1f6073c-a919396a, #w-node-_18412bef-2237-313d-10f7-d691b1f6073f-a919396a, #w-node-_18412bef-2237-313d-10f7-d691b1f60742-a919396a, #w-node-_18412bef-2237-313d-10f7-d691b1f60745-a919396a, #w-node-_18412bef-2237-313d-10f7-d691b1f60748-a919396a, #w-node-d1b9d78f-6c97-48b8-cb4b-0f09995605d4-a919396a, #w-node-d1b9d78f-6c97-48b8-cb4b-0f09995605e1-a919396a, #w-node-d1b9d78f-6c97-48b8-cb4b-0f09995605ee-a919396a, #w-node-d1b9d78f-6c97-48b8-cb4b-0f09995605fb-a919396a, #w-node-d1b9d78f-6c97-48b8-cb4b-0f0999560608-a919396a, #w-node-d1b9d78f-6c97-48b8-cb4b-0f0999560615-a919396a, #w-node-_1a746c26-3e02-c64b-3d6d-47e76793d6d0-a926e31e, #w-node-_1a746c26-3e02-c64b-3d6d-47e76793d6d4-a926e31e, #w-node-_1a746c26-3e02-c64b-3d6d-47e76793d6d7-a926e31e, #w-node-_1a746c26-3e02-c64b-3d6d-47e76793d6da-a926e31e, #w-node-_1a746c26-3e02-c64b-3d6d-47e76793d6dd-a926e31e, #w-node-_1a746c26-3e02-c64b-3d6d-47e76793d6e0-a926e31e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-dae83f27-8d3b-aa39-c1fb-a94846ade0ff-a5b1b5ea, #w-node-a39b7a50-acd9-bb0b-dffa-05f1b1b35e1f-a919396a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_32fabced-cfec-a681-48c9-896386b38ab7-a5b1b5ea, #w-node-_32fabced-cfec-a681-48c9-896386b38ab7-1d189f6a, #w-node-_18412bef-2237-313d-10f7-d691b1f60748-a919396a, #w-node-_1a746c26-3e02-c64b-3d6d-47e76793d6e0-a926e31e {
    order: -9999;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-lightitalic.zip') format('undefined'), url('../fonts/gilroy-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-heavyitalic.ttf') format('truetype'), url('../fonts/gilroy-heavy.ttf') format('truetype'), url('../fonts/gilroy-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-extrabold.ttf') format('truetype'), url('../fonts/gilroy-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-regularitalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-semibolditalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-mediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-ultralightitalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-bolditalic.ttf') format('truetype'), url('../fonts/gilroy-extrabolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-thinitalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-blackitalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '2 Og 5 O';
  src: url('../fonts/musticaprosemibold-2og5o.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}