.search-input {
  border: none;
  background-color: transparent;
  width: 83px;
  color: #c84c09;
}

.search-input::placeholder {
  color: #c84c09;
}

.search-input:focus-visible,
.search-input:focus,
.search-input:active,
.search-input:hover {
  outline-color: transparent;
  outline-width: 0;
}

.action-button {
  padding: 6px 10px;
}

.action-button:hover {
  background-color: transparent;
}

.two-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-images {
  position: relative;
  width: 600px;
  height: 775px;
  margin-top: -300px;
}

.leap-partners-section {
  padding: 130px 130px 120px 120px;
  background-color: #0a1530;
  background-image: url('../images/darker-loop-bg.svg');
  background-position: center center;
  background-size: cover;
}

.leap-partners-header {
  max-width: 780px;
  color: #fff;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

.programs-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 68px;
  grid-row-gap: 68px;
}

.program-title {
  margin-bottom: 43px;
  color: #162a51;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

.program-desc {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 29px;
  font-weight: 500;
}

.leadership-circle {
  position: absolute;
  left: 96px;
  top: 18px;
  z-index: -1;
  left: 63px;
  width: 191px;
  height: 56px;
}

.slant-section {
  width: 100%;
  height: 50px;
}

.content-section {
  width: 100%;
  padding: 200px 130px 155px;
  background-color: #f0f5fe;
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
}

.about-hero {
  background-color: #c0d7ff;
}

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

.hero-heading {
  color: #162a51;
  font-size: 80px;
  line-height: 93px;
  font-weight: 500;
}

.header-heading {
  color: #162a51;
  font-size: 80px;
  line-height: 93px;
  font-weight: 500;
}

.header-title {
  max-width: 800px;
  margin-bottom: 44px;
  color: #162a51;
  font-size: 50px;
  line-height: 55px;
  font-weight: 500;
}

.header-body {
  max-width: 800px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #162a51;
  font-size: 18px;
  line-height: 33px;
  font-weight: 500;
}

.header-body.event-body {
  margin-bottom: 50px;
}

.about-section {
  padding: 179px 130px 130px 120px;
  background-color: #162a51;
}

.about-header {
  max-width: 570px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
}

.white-text {
  color: #fff;
  max-width: 560px;
}

.leadership-section {
  padding: 100px 130px 120px 120px;
  background-color: #fff;
}

.leadership-grid {
  margin-top: 134px;
  grid-column-gap: 60px;
  grid-row-gap: 170px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.leadership-div {
  max-width: 260px;
  position: relative;
  height: 100%;
}

.leader-name {
  margin-top: 40px;
  color: #162a51;
  font-size: 12px;
  line-height: 11px;
  font-weight: 700;
  letter-spacing: 1.54832px;
  text-transform: uppercase;
}

.leader-title {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #162a51;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.42px;
  text-transform: none;
}

.leader-body {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #162a51;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-transform: none;
  margin-bottom: 50px;
}

.leader-link {
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  position: absolute;
  left: 0;
  bottom: 0;
}

.leader-link:hover {
  opacity: 0.68;
}

.image-8 {
  margin-top: 20px;
}

.partner-grid {
  margin-top: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.partner-spacing {
  flex-direction: column;
  display: flex;
  width: 100%;
  gap: 20px;
}

.partner-img-wrapper {
  height: 130px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.partner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  min-height: 650px;
  padding: 70px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #fff;
}

.partner-desc {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.44px;
}

.partner-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 23px;
}

.partner-social {
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.partner-social:hover {
  opacity: 0.7;
}

.partner-img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.funding-section {
  overflow: hidden;
  padding: 130px 130px 190px 120px;
  background-color: #fff;
}

.funding-header {
  margin-bottom: 30px;
  color: #162a51;
  font-size: 64px;
  line-height: 76px;
  font-weight: 500;
}

.funding-body {
  max-width: 800px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #162a51;
  font-size: 18px;
  line-height: 33px;
  font-weight: 500;
}

.funding-body.event-body {
  margin-bottom: 50px;
}

.funding-body a {
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #c84c09;
}

.funding-body a:hover {
  opacity: 0.75;
}

.funding-grid {
  margin-top: 60px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.funding-week {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 40px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #162a51;
  font-size: 18px;
  line-height: 23px;
}

.text-block-3 {
  margin-bottom: 20px;
  color: #162a51;
  font-size: 47px;
  line-height: 47px;
  font-weight: 700;
}

.text-block-4 {
  margin-bottom: 20px;
  color: #162a51;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.text-block-5 {
  margin-bottom: 20px;
  color: #679bf5;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.funding-chip {
  position: relative;
  z-index: 9;
  margin-right: 10px;
  margin-left: 10px;
  padding: 14px 30px;
  border-radius: 20px;
  background-color: #c0d7ff;
  color: #162a51;
}

.funding-chip.chip-dark {
  background-color: #162a51;
  color: #fff;
}

.funding-chip.chip-yellow {
  background-color: #d3db50;
}

.funding-chip-text {
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.41px;
  text-transform: uppercase;
}

.funding-border {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 5px;
  height: 150%;
  background-color: #f0f5fe;
}

.about-block {
  max-width: 50%;
}

.about-image-1 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-image-2 {
  position: absolute;
  top: 250px;
  left: 50px;
  border-radius: 25px;
  width: 350px;
}

.about-image-3 {
  position: absolute;
  top: 0;
  right: 0;
}

#about-splide {
  display: none;
}

.events-main-section {
  background-color: #f8f6e8;
  clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 93%);
}

.feature-heading {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .funding-chip {
    width: 100%;
  }

  .funding-body {
    margin-bottom: 40px;
  }

  #about-splide {
    display: block;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #about-splide .splide__slide {
    width: 100%;
    padding: 25px;
  }

  .mobile-funding-stage {
    padding: 25px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
  }

  .funding-grid {
    display: none;
  }

  .two-col-grid {
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 490px 1fr;
    -ms-grid-rows: 490px 1fr;
    grid-template-rows: 490px 1fr;
  }

  #academy-grid {
    grid-auto-rows: 300px 1fr;
    -ms-grid-rows: 300px 1fr;
    grid-template-rows: 300px 1fr;
  }

  .auto-fill-grid {
    display: flex;
    flex-direction: column;
  }

  .about-images {
    order: -1;
    margin-top: -260px;
    width: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .about-images img {
    max-width: 100%;
  }

  .about-image-1 {
    max-width: 100%;
    max-height: 70%;
    position: absolute;
    bottom: 32%;
    right: 0;
    transform: translate(-15%, 60%);
  }

  .about-image-2 {
    position: absolute;
    top: 18%;
    left: 17%;
    transform: translate(-20%, 50%);
  }

  .about-image-3 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .partner-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .programs-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .feature-section {
    padding: 100px;
    overflow: hidden;
  }

  .feature-heading {
    color: #162a51;
    font-size: 34px;
    line-height: 49px;
    font-weight: 500;
  }

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

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

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-3 {
    max-width: 60%;
  }

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

  .nav-menu-wrapper-2 {
    background-color: transparent;
  }

  .nav-menu-two-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

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

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .hero-heading {
    font-size: 70px;
    line-height: 80px;
  }

  .header-heading {
    font-size: 70px;
    line-height: 80px;
  }

  .header-title {
    font-size: 70px;
    line-height: 80px;
  }

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

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

  .partner-block {
    min-height: 0px;
    padding: 45px 33px;
  }

  .partner-desc {
    margin-bottom: 32px;
  }

  .partner-img {
    margin-bottom: 32px;
  }

  .about-block {
    max-width: 100%;
  }

  .funding-section {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .about-images {
    order: -1;
    margin-top: -130px;
  }

  .about-image-1 {
    bottom: 40%;
  }

  .about-header {
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
  }

  .primary-body {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
  }

  .leap-partners-section {
    padding: 44px 30px 100px;
  }

  .content-section {
    padding: 100px 30px 100px;
    padding-right: 30px;
    padding-left: 30px;
    clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
  }

  .events-main-section {
    clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 99%);
  }

  .hero-heading {
    font-size: 50px;
    line-height: 60px;
    text-align: left;
  }

  .header-heading {
    font-size: 50px;
    line-height: 60px;
    text-align: left;
  }

  .header-title {
    margin-bottom: 31px;
    font-size: 36px;
    line-height: 46px;
    text-align: left;
  }

  .header-body {
    font-size: 16px;
    font-weight: 500;
  }

  .about-section {
    padding: 70px 30px 77px;
  }

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

  .leadership-grid {
    margin-top: 63px;
    grid-column-gap: 34px;
    grid-row-gap: 50px;
  }

  .partner-grid {
    margin-top: 50px;
  }

  .funding-section {
    padding-top: 70px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 0;
  }

  .funding-header {
    font-size: 36px;
    line-height: 46px;
  }

  .funding-body {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .about-images {
    order: -1;
    margin-top: -130px;
    width: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .about-images img {
    max-width: 80%;
  }

  .about-image-1 {
    max-height: 350px;
    bottom: 45%;
    right: 0;
    transform: translate(0%, 60%);
  }

  .about-image-2 {
    top: 10%;
  }

  .about-image-3 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .partners-text {
    line-height: 30px;
  }

  .primary-body {
    font-size: 16px;
    line-height: 32px;
  }

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

  .feature-section {
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .image-stack-image.feature-3 {
    top: 52%;
    right: 0;
    width: 260px;
  }

  .image-stack-image.feature-1 {
    right: -42px;
  }

  .image-stack-image.feature-2 {
    left: 0;
    top: 18%;
    bottom: auto;
  }

  .grid-3 {
    max-width: 100%;
  }

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

  .nav-menu-two-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-heading {
    font-size: 36px;
    line-height: 46px;
  }

  .header-heading {
    font-size: 36px;
    line-height: 46px;
  }

  .header-title {
    font-size: 36px;
    line-height: 46px;
  }

  .header-body {
    font-size: 16px;
    line-height: 32px;
  }

  .funding-body {
    font-size: 20px;
    line-height: 32px;
  }
}

#w-node-_9d010f94-1849-a60a-b351-e0d7be941a0d-3b52bafb {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 3;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_2a62381e-444d-ed87-1d2a-9d5768008d10-3b52bafb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_457de480-7ecf-a3c7-4993-8635c797f9d4-3b52bafb {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
