.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.body {
  background-color: #f5f5f5;
  padding-top: 4rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.text-block {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading {
  text-align: center;
  margin-bottom: 10rem;
  font-family: Inconsolata, monospace;
  font-size: 90px;
  line-height: 132px;
}

.text-span {
  color: #5c5c5c;
  font-weight: 500;
}

.filter_tags-text {
  color: #707070;
  margin-right: 1rem;
  font-size: .875rem;
}

.dropdown_select {
  min-width: 16rem;
  margin-left: 0;
  margin-right: 0;
}

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
  position: relative;
}

.filter_block._2 {
  grid-template-columns: 1fr;
  width: 16rem;
  margin-right: 1rem;
  display: flex;
}

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

.filter_header-2 {
  background-color: #f8f8fa;
  border: 1px solid #e0e1e6;
  border-radius: .25rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-height: 3rem;
  padding: .5rem 1rem;
  display: flex;
}

.filter_block-header {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  display: grid;
}

.button-secondary {
  text-align: center;
  letter-spacing: .025em;
  background-color: #000122;
  border: 1px solid #f8f8fa;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.button-secondary:hover {
  outline-offset: 0px;
  outline: 1px solid #fff;
  text-decoration: underline;
}

.button-secondary:focus-visible, .button-secondary[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 2px solid #fff;
  text-decoration: underline;
}

.filter_header-1 {
  z-index: 999;
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: grid;
  position: relative;
}

.table-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  display: flex;
}

.filter_select {
  background-color: #f8f8fa;
  border: 1px solid #00012229;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 4rem;
  padding: 1rem 4rem 1rem 1.2rem;
  font-size: 1rem;
  display: flex;
}

.filter_select:hover {
  border-color: #000122a3;
}

.filter_select:focus-visible, .filter_select[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 1px solid #222;
}

.filter_select.w--open {
  z-index: 10;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.hide {
  display: none;
}

.collection-list-2 {
  display: block;
}

.table-header {
  opacity: .64;
  text-transform: capitalize;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 18px;
}

.dropdown_list.w--open {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
  margin-top: -.25rem;
  padding-top: .25rem;
  box-shadow: 0 4px 20px #00000014;
}

.filter_tag {
  color: #fff;
  background-color: #4347e7;
  border-radius: .25rem;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: .85rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.scroll-table-content {
  flex-direction: column;
  margin-top: 1.25px;
  display: flex;
  overflow: visible;
}

.filter_reset {
  color: #000122a3;
  letter-spacing: .03em;
  font-size: 1rem;
  font-weight: 500;
}

.filter_reset:hover {
  outline-offset: .25rem;
  color: #000122bf;
  border-radius: 1px;
  outline: 1px solid #000122bf;
}

.filter_reset:active {
  text-decoration: underline;
}

.filter_reset:focus-visible, .filter_reset[data-wf-focus-visible] {
  outline-offset: .25rem;
  border-radius: 1px;
  outline: 1px solid #000122a3;
}

.filter_reset-all {
  color: #000122a3;
  letter-spacing: .03em;
  flex-direction: column;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
}

.filter_reset-all:hover {
  outline-offset: .25rem;
  color: #000122;
  border-radius: 1px;
  outline: 1px solid #000122;
}

.filter_reset-all:focus-visible, .filter_reset-all[data-wf-focus-visible] {
  outline-offset: .25rem;
  border-radius: 1px;
  outline: 1px solid #000122;
}

.field-label {
  font-weight: 500;
  display: block;
}

.sort_field {
  color: #4e4e4e;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px #e6e6e6;
  border-right: 1px #e6e6e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.sort_field:hover {
  color: #000122;
  background-color: #f8f8fa;
}

.sort_field:focus-visible, .sort_field[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 1px solid #000122;
}

.sort_field.w--current {
  color: #4347e7;
  background-color: #f7f7fa;
}

.page-wrapper {
  color: #000122;
  width: 100%;
  padding: 1rem 2rem 6rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.table-row {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  border-bottom: 1px solid #00012214;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr .25fr .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  width: 100%;
  padding: 1.25rem .5rem 1.25rem 1rem;
  display: grid;
}

.table-row.header {
  cursor: default;
  grid-template-rows: auto;
}

.table-row.header.background-grey {
  background-color: #f5f5f5;
}

.table-row.header {
  cursor: default;
  border-bottom-color: #ccc;
}

.table-row.header:hover {
  box-shadow: none;
  background-color: #0000;
}

.filter_tags-wrapper {
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: start;
  align-items: center;
  display: flex;
}

.collection-list-wrapper {
  display: block;
}

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

.text-color-blue {
  color: #4347e7;
  font-weight: 500;
}

.filter_sort-by {
  color: #222;
  background-color: #e6e7eb;
  border: 1px solid #e2e2ec;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 4rem;
  padding: 1rem 3rem 1rem 1.2rem;
  font-size: 1rem;
  display: flex;
}

.filter_sort-by:hover {
  background-color: #e0e0e4;
}

.filter_sort-by:focus-visible, .filter_sort-by[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 1px solid #222;
}

.filter_sort-by.w--open {
  z-index: 5;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.sort-dropdown {
  flex: 1;
  margin-left: 0;
  margin-right: 0;
}

.filter_results-text {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.fs-cmsfilter_highlight {
  color: #fff;
  background-color: #4347e7;
}

.dropdown_icon {
  margin-right: 1.2rem;
  font-size: 1rem;
}

.navbar {
  background-color: #000122;
  border-radius: .25rem;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 6rem;
  padding: 1rem;
  display: flex;
}

.filter_block-header-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: grid;
}

.collection-item {
  display: block;
}

.collection-item:nth-child(odd) {
  background-color: #f8f8fa;
}

.filter_search-field {
  background-color: #f8f8fa;
  background-image: url('../images/search.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  border: 1px solid #00012229;
  border-radius: .25rem;
  min-width: 12rem;
  min-height: 4rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1rem 3rem;
  font-size: 1rem;
  line-height: 1.25;
}

.filter_search-field:hover {
  border-color: #000122a3;
}

.filter_search-field:focus-visible, .filter_search-field[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 1px solid #333;
}

.header-block {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

.divider {
  background-color: #b7b7c9;
  align-self: stretch;
  width: 1px;
  min-height: 2rem;
}

.btn-icon-copy {
  filter: invert();
  background-image: url('../images/arrow.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 24px;
  height: 24px;
  margin-left: .5rem;
  transform: rotate(-45deg);
}

.filter_tag-remove {
  opacity: .64;
  filter: invert();
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: column;
  width: 1.5rem;
  margin-right: .5rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.filter_tag-remove:hover {
  opacity: .88;
}

.header-block-2 {
  width: 100%;
  height: 100%;
}

.button {
  text-align: center;
  letter-spacing: .025em;
  background-color: #4347e7;
  border-radius: .25rem;
  margin-left: 1rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 500;
}

.button:hover {
  outline-offset: 0px;
  background-color: #3a3dc7;
  outline: 1px solid #fff;
  text-decoration: underline;
  box-shadow: 0 3px 3px #0003;
}

.button:active {
  opacity: .8;
}

.button:focus-visible, .button[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 2px solid #fff;
  text-decoration: underline;
}

.mar-bot-4 {
  background-color: #fff;
  flex: 0 auto;
  margin-bottom: auto;
}

.heading-3 {
  color: #000;
  margin-top: 10px;
  padding-right: 5px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.brand {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.body-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.spreadsheet {
  background-color: #fff;
  border-radius: 15px;
  height: auto;
  margin-bottom: 1rem;
  padding: 0 1rem 1rem;
}

.table-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ccc;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr .25fr .5fr .5fr;
  grid-auto-columns: 1fr;
  margin: 1.25rem .5rem .25rem 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.table-grid.no-stroke, .table-grid.no-border {
  border-bottom-style: none;
}

.text-block-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.text-span-2 {
  background-color: #fcff44;
}

.tag {
  background-color: #f7ffc9;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-brand {
  text-decoration: none;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-dark {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.testimonial-slider-large {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  color: #000;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
}

.testimonial-quote.smaller-text {
  font-size: 18px;
  line-height: 28px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  background-image: url('../images/14f02489-72c9-4fa6-ae43-90a66d4f23a4.jpg');
  background-position: 0 0;
  background-size: auto;
  align-self: auto;
  width: 350px;
  height: 400px;
  display: block;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

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

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

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

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

.margin-bottom-24px {
  text-align: center;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

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

.hero-image.shadow-two.mar-bot-4 {
  margin-bottom: 4rem;
}

.hero-image.shadow-two.mar-bot-2 {
  margin-bottom: 2rem;
}

.entrepreneur-focus {
  background-color: #fffc63;
  border-radius: 15px;
  margin-top: 4rem;
}

.grid {
  background-color: #fffc63;
  grid-template-rows: auto;
}

.div-block-3 {
  padding: 3rem;
}

.div-block-4 {
  background-image: url('../images/WhatsApp-Image-2025-02-12-at-13.20.10.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 255px;
}

.div-block-4.mar-bot-2 {
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
}

.text-span-3 {
  background-color: #fffc63;
}

.text-span-4 {
  background-color: #fefc63;
}

.text-span-5, .text-span-6 {
  background-color: #fefc65;
}

.text-span-7, .text-span-8, .text-span-9 {
  background-color: #fdfc65;
}

.div-block-5 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.text-block-3 {
  color: #999;
  font-family: Montserrat, sans-serif;
}

.heading-4 {
  margin-bottom: 20px;
}

.heading-4.mar-bot-2 {
  margin-bottom: 2rem;
}

.div-block-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
}

.text-block-4 {
  font-size: 28px;
}

.text-block-4.mar-bot-2 {
  margin-bottom: 2rem;
}

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

.text-block-5.mar-bot-2 {
  margin-bottom: 2rem;
  line-height: 24px;
}

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

.text-block-5.bold.grey {
  color: #999;
  font-family: Montserrat, sans-serif;
}

.div-block-7 {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  display: flex;
}

.div-block-8 {
  background-color: #fff;
  border-radius: 15px;
}

.div-block-8.mar-top-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 4rem;
  padding: 3rem;
  display: flex;
}

.div-block-8.mar-top-4.mar-bot-2 {
  margin-bottom: 2rem;
}

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

.grid-2.mar-bot-2 {
  grid-column-gap: 33px;
  margin-bottom: 2rem;
}

.heading-5 {
  text-align: center;
  font-size: 64px;
}

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

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

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

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

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 6px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-2.mar-bot-4 {
  border-radius: 6px;
  margin-bottom: 4rem;
}

.text-block-7 {
  text-align: center;
  text-decoration: none;
}

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

.div-block-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.container-3 {
  background-image: url('../images/Arrow-up.svg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .2s;
  transform: none;
}

.div-block-10 {
  width: 24px;
  height: 24px;
}

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

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

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

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

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

.margin-bottom-24px-3 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

.mar-bot-2 {
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
}

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

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

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

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

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

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

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

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

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

.team-member-name {
  color: #fffc63;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.team-member-position {
  color: #fff;
  margin-bottom: 24px;
}

.section-2 {
  padding: 80px;
}

.text-span-10 {
  color: #000;
  text-decoration-color: #000;
}

.link-block {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block-8 {
  color: #000;
  text-decoration-color: #000;
}

.bold-text {
  font-size: 38px;
  line-height: 46px;
}

.nav-link-2 {
  color: #000;
  -webkit-text-stroke-color: #000;
  font-family: Montserrat, sans-serif;
}

.nav-link-2:hover {
  color: #000;
  background-color: #fffc63;
  border-radius: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.nav-link-2.w--current {
  color: #000;
}

.nav-link-2.w--current:hover {
  color: #000;
  background-color: #fffc63;
  font-weight: 700;
}

.nav-link-3 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.nav-link-3:hover {
  background-color: #fffc63;
  border-radius: 15px;
  font-weight: 700;
}

.nav-link-3.w--current {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.nav-link-3.w--current:hover {
  background-color: #fffc63;
  border-radius: 15px;
  font-weight: 700;
}

.nav-link-4 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.nav-link-4:hover {
  background-color: #fffc63;
  border-radius: 15px;
  font-weight: 700;
}

.nav-link-5 {
  color: #000;
  font-family: Montserrat, sans-serif;
  display: none;
}

.nav-link-5:hover {
  color: #000;
  background-color: #fffc63;
  border-radius: 15px;
  font-weight: 700;
}

.nav-link-5.mar-bot-1 {
  display: inline-block;
}

.nav-link-5.mar-top-1 {
  display: none;
  overflow: visible;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6 {
  text-decoration: none;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 500px;
  display: flex;
}

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

.heading-8 {
  font-family: Montserrat, sans-serif;
}

.heading-8.lighter {
  margin-bottom: 2rem;
  font-weight: 400;
}

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

.div-block-11 {
  background-image: url('../images/PXL_20240826_145757073.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 500px;
  height: 300px;
}

.link-block-7, .link-block-8 {
  margin-left: 1rem;
  margin-right: 1rem;
  text-decoration: none;
}

.splitter {
  display: none;
}

@media screen and (min-width: 1440px) {
  .button-primary {
    border-radius: 6px;
    padding: 1rem;
    font-size: 14px;
    font-weight: 600;
  }

  .footer-block {
    font-family: Montserrat, sans-serif;
  }

  .button-primary-2 {
    padding: 1rem;
    font-size: 14px;
  }

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

@media screen and (max-width: 991px) {
  .body {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading {
    margin-bottom: 5rem;
    font-size: 80px;
    line-height: 88px;
  }

  .dropdown_select {
    min-width: 12rem;
  }

  .filter_block._2 {
    width: 12rem;
    margin-bottom: .5rem;
  }

  .filter_header-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .filter_block-header {
    grid-column-gap: .5rem;
  }

  .filter_header-1 {
    flex-wrap: wrap;
    grid-template-columns: .25fr .25fr;
  }

  .filter_select {
    padding-right: 3rem;
  }

  .table-header {
    font-size: .875rem;
  }

  .scroll-table-content {
    overflow: scroll;
  }

  .table-row {
    grid-column-gap: 1rem;
    grid-template-columns: 1.25fr .5fr .25fr .5fr .25fr;
    padding-right: 1rem;
  }

  .table-row.header {
    grid-template-columns: .8fr .5fr .3fr .5fr .5fr;
  }

  .filter_sort-by {
    padding-right: 2rem;
  }

  .dropdown_icon {
    margin-right: .5rem;
  }

  .filter_block-header-2 {
    grid-column-gap: .5rem;
  }

  .filter_search-field {
    background-position: 16px;
    padding-left: 3rem;
  }

  .divider {
    display: none;
  }

  .text-block-2.mar-bot-1 {
    margin-bottom: 1rem;
  }

  .container {
    max-width: 728px;
  }

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

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .testimonial-slider-large {
    padding: 40px 0 10px;
  }

  .testimonial-slide {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-image-two {
    border-radius: 15px;
    width: 100%;
  }

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

  .div-block-3 {
    padding: 2.5rem;
  }

  .div-block-4.mar-bot-2 {
    height: 550px;
  }

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

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

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

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

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

  .gallery-sticky {
    position: relative;
    top: 0;
  }

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

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

  .section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu {
    background-color: #fff;
    border-top: 1px solid #cccccc96;
  }

  .menu-button-2 {
    background-color: #fff;
  }

  .menu-button-2.w--open {
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  .filter_block._2 {
    width: auto;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .table-data-wrapper {
    position: relative;
  }

  .filter_header-2 {
    flex-flow: column;
    align-items: flex-start;
  }

  .filter_block-header {
    z-index: 100;
    grid-column-gap: 1rem;
    grid-template-columns: 1fr .25fr;
  }

  .button-secondary {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .filter_header-1 {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .table-wrapper {
    overflow: hidden;
  }

  .scroll-table-content {
    margin-right: 2rem;
    overflow: hidden;
  }

  .filter_reset {
    text-align: right;
  }

  .scroll-container {
    width: 100vw;
    overflow: hidden;
  }

  .table-container {
    position: relative;
    overflow: hidden;
  }

  .page-wrapper {
    margin-bottom: 0;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .table-row.header {
    width: 650px;
    display: none;
    overflow: visible;
  }

  .sort-dropdown {
    z-index: 1;
  }

  .navbar {
    justify-content: space-between;
  }

  .filter_block-header-2 {
    grid-column-gap: 1rem;
  }

  .collection-item {
    overflow: scroll;
  }

  .divider {
    display: none;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

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

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .hero-stack, .hero-without-image, .hero-subscribe-right, .gallery-scroll, .team-circles {
    padding: 60px 15px;
  }

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

@media screen and (max-width: 479px) {
  .body {
    padding-top: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading {
    margin-bottom: 2rem;
    font-size: 45px;
    line-height: 58px;
  }

  .filter_select {
    padding-right: 2rem;
  }

  .collection-list-2 {
    width: 260%;
  }

  .page-wrapper {
    margin-bottom: 20px;
  }

  .table-row {
    grid-template-columns: 1fr .5fr .25fr .5fr .25fr;
  }

  .navbar {
    flex-direction: column;
    align-items: stretch;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .header-block {
    flex-wrap: wrap;
  }

  .button {
    margin-top: 1rem;
    margin-left: 0;
  }

  .spreadsheet {
    margin-bottom: .5rem;
    padding: 0 .5rem .5rem;
  }

  .table-grid {
    grid-template-columns: 1fr;
    margin-bottom: 1rem;
  }

  .table-grid.no-border {
    border-bottom-style: none;
  }

  .text-block-2 {
    margin-bottom: .5rem;
  }

  .container {
    max-width: none;
  }

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

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

  .footer-brand {
    text-decoration: none;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .title-small, .footer-link {
    font-family: Montserrat, sans-serif;
  }

  .footer-copyright-center {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
  }

  .testimonial-slider-large {
    padding-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .hero-stack {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-wrapper-two {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-image.shadow-two {
    margin-top: 20px;
  }

  .entrepreneur-focus {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .div-block-3 {
    padding: 1.5rem;
  }

  .div-block-4.mar-bot-2 {
    height: 300px;
    margin-bottom: 1rem;
  }

  .heading-4.mar-bot-2 {
    text-align: left;
    font-size: 28px;
    line-height: 38px;
  }

  .text-block-5.mar-bot-2, .text-block-5.mar-bot-2.smaller-m {
    font-size: 16px;
  }

  .text-block-5.bold.grey {
    font-size: 14px;
  }

  .div-block-7 {
    font-size: 12px;
  }

  .div-block-8.mar-top-4.mar-bot-2 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
    padding: 2rem;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    margin-bottom: 2.5px;
  }

  .grid-2.mar-bot-2 {
    grid-template-columns: 1fr;
    margin-bottom: 2.5rem;
  }

  .heading-5 {
    font-size: 52px;
  }

  .text-block-6 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-without-image {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

  .margin-bottom-24px-2.mar-bot-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-subscribe-right {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

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

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

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

  .mar-bot-2 {
    margin-top: 0;
    font-size: 28px;
    line-height: 34px;
  }

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

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

  .team-circles {
    padding: 2.5rem;
  }

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

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

  .section-2 {
    padding: 15px;
  }

  .bold-text-2 {
    text-align: left;
    font-size: 28px;
    line-height: 36px;
  }

  .bold-text-3 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-6, .bold-text-4 {
    font-size: 24px;
  }

  .bold-text-5 {
    font-size: 24px;
    line-height: 32px;
  }

  .bold-text-6, .bold-text-7, .heading-7, .bold-text-8 {
    font-size: 24px;
  }

  .nav-link-5 {
    display: block;
  }

  .nav-link-5.mar-bot-1 {
    margin-bottom: 1rem;
    display: block;
  }

  .nav-link-5.mar-top-1 {
    margin-top: 1rem;
    display: block;
  }

  .utility-page-content {
    width: 300px;
  }

  .heading-8 {
    margin-bottom: .5rem;
    font-size: 28px;
  }

  .heading-8.lighter {
    margin: .5rem .5rem 1rem;
    font-size: 22px;
  }

  .div-block-11 {
    width: 300px;
  }

  .menu-button-2 {
    background-color: #fff;
  }

  .bold-text-9 {
    font-size: 18px;
  }

  .bold-text-10 {
    line-height: 24px;
  }

  .bold-text-11 {
    font-size: 16px;
    line-height: 24px;
  }

  .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15 {
    line-height: 36px;
  }

  .link-block-7, .link-block-8 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .splitter {
    background-color: #ccc;
    height: 1px;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }
}

#w-node-_970dd091-1230-32b5-617c-fa2aa366ab92-89650521, #w-node-_518c6d99-6a09-5aa6-7bd7-22bc95b22748-95b22741, #w-node-_518c6d99-6a09-5aa6-7bd7-22bc95b22751-95b22741 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00f4fd0c-663d-d302-9292-3318ca67dd07-4f15954f, #w-node-_5bc90e1a-102d-d0d1-23d3-512a7c36197d-4f15954f, #w-node-_65b086d8-a442-8912-e94f-ed82d4ab22cc-4f15954f, #w-node-_65b086d8-a442-8912-e94f-ed82d4ab22ce-4f15954f {
  align-self: center;
}

#w-node-a07b9024-d495-edfd-43f1-f7a669bb3b7d-37435386, #w-node-a07b9024-d495-edfd-43f1-f7a669bb3b88-37435386, #w-node-a07b9024-d495-edfd-43f1-f7a669bb3b92-37435386, #w-node-a07b9024-d495-edfd-43f1-f7a669bb3b9c-37435386, #w-node-a07b9024-d495-edfd-43f1-f7a669bb3ba6-37435386 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00f4fd0c-663d-d302-9292-3318ca67dd07-2c34d9c4, #w-node-_5bc90e1a-102d-d0d1-23d3-512a7c36197d-2c34d9c4, #w-node-_65b086d8-a442-8912-e94f-ed82d4ab22cc-2c34d9c4, #w-node-_65b086d8-a442-8912-e94f-ed82d4ab22ce-2c34d9c4, #w-node-ec433802-5bf4-feb9-fe14-2fe847f82bad-2c34d9c4, #w-node-ec433802-5bf4-feb9-fe14-2fe847f82baf-2c34d9c4, #w-node-ec433802-5bf4-feb9-fe14-2fe847f82bad-d3f717cf, #w-node-ec433802-5bf4-feb9-fe14-2fe847f82baf-d3f717cf, #w-node-ec433802-5bf4-feb9-fe14-2fe847f82bad-f461f74c, #w-node-ec433802-5bf4-feb9-fe14-2fe847f82baf-f461f74c, #w-node-_21bd16f4-5d97-0236-8ef7-c65c71f024e9-f461f74c, #w-node-_21bd16f4-5d97-0236-8ef7-c65c71f024eb-f461f74c, #w-node-_4a8f69a1-f378-63d1-51d0-dd63984cf9cc-f461f74c, #w-node-_4a8f69a1-f378-63d1-51d0-dd63984cf9ce-f461f74c, #w-node-_00f4fd0c-663d-d302-9292-3318ca67dd07-84b47bf8, #w-node-_5bc90e1a-102d-d0d1-23d3-512a7c36197d-84b47bf8, #w-node-_65b086d8-a442-8912-e94f-ed82d4ab22cc-84b47bf8, #w-node-_65b086d8-a442-8912-e94f-ed82d4ab22ce-84b47bf8, #w-node-ec433802-5bf4-feb9-fe14-2fe847f82bad-84b47bf8, #w-node-ec433802-5bf4-feb9-fe14-2fe847f82baf-84b47bf8 {
  align-self: center;
}

#w-node-_970dd091-1230-32b5-617c-fa2aa366ab92-ae891ec9, #w-node-_53f298b0-b2b6-f3bd-de5f-c82cbe0b5bf4-be0b5bed, #w-node-_53f298b0-b2b6-f3bd-de5f-c82cbe0b5bfd-be0b5bed, #w-node-a07b9024-d495-edfd-43f1-f7a669bb3b7d-4a827d27, #w-node-a07b9024-d495-edfd-43f1-f7a669bb3b88-4a827d27, #w-node-a07b9024-d495-edfd-43f1-f7a669bb3b92-4a827d27, #w-node-a07b9024-d495-edfd-43f1-f7a669bb3b9c-4a827d27, #w-node-a07b9024-d495-edfd-43f1-f7a669bb3ba6-4a827d27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec433802-5bf4-feb9-fe14-2fe847f82bad-06a5d1e6, #w-node-ec433802-5bf4-feb9-fe14-2fe847f82baf-06a5d1e6, #w-node-_21bd16f4-5d97-0236-8ef7-c65c71f024e9-06a5d1e6, #w-node-_21bd16f4-5d97-0236-8ef7-c65c71f024eb-06a5d1e6, #w-node-_4a8f69a1-f378-63d1-51d0-dd63984cf9cc-06a5d1e6, #w-node-_4a8f69a1-f378-63d1-51d0-dd63984cf9ce-06a5d1e6, #w-node-ec433802-5bf4-feb9-fe14-2fe847f82bad-130eb270, #w-node-ec433802-5bf4-feb9-fe14-2fe847f82baf-130eb270, #w-node-_00f4fd0c-663d-d302-9292-3318ca67dd07-e147e9c5, #w-node-_5bc90e1a-102d-d0d1-23d3-512a7c36197d-e147e9c5, #w-node-_65b086d8-a442-8912-e94f-ed82d4ab22cc-e147e9c5, #w-node-_65b086d8-a442-8912-e94f-ed82d4ab22ce-e147e9c5, #w-node-ec433802-5bf4-feb9-fe14-2fe847f82bad-e147e9c5, #w-node-ec433802-5bf4-feb9-fe14-2fe847f82baf-e147e9c5, #w-node-_00f4fd0c-663d-d302-9292-3318ca67dd07-773000f8, #w-node-_5bc90e1a-102d-d0d1-23d3-512a7c36197d-773000f8, #w-node-_65b086d8-a442-8912-e94f-ed82d4ab22cc-773000f8, #w-node-_65b086d8-a442-8912-e94f-ed82d4ab22ce-773000f8, #w-node-_00f4fd0c-663d-d302-9292-3318ca67dd07-e874a73b, #w-node-_5bc90e1a-102d-d0d1-23d3-512a7c36197d-e874a73b, #w-node-_65b086d8-a442-8912-e94f-ed82d4ab22cc-e874a73b, #w-node-_65b086d8-a442-8912-e94f-ed82d4ab22ce-e874a73b, #w-node-ec433802-5bf4-feb9-fe14-2fe847f82bad-e874a73b, #w-node-ec433802-5bf4-feb9-fe14-2fe847f82baf-e874a73b {
  align-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-a07b9024-d495-edfd-43f1-f7a669bb3b88-37435386, #w-node-a07b9024-d495-edfd-43f1-f7a669bb3b92-37435386, #w-node-a07b9024-d495-edfd-43f1-f7a669bb3b88-4a827d27, #w-node-a07b9024-d495-edfd-43f1-f7a669bb3b92-4a827d27 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_970dd091-1230-32b5-617c-fa2aa366ab96-89650521, #w-node-_970dd091-1230-32b5-617c-fa2aa366ab96-ae891ec9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


