.hs-richtext,
.hs-form-field {
  font-family: Dmsans, sans-serif !important;
  color: #162a51 !important;
}

.hs-input {
  background-color: transparent !important;
  font-family: Dmsans, sans-serif !important;
  border-bottom: 1px solid #162a51 !important;
}

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

.orange-link {
  color: #c84c09;
}

.navbar-logo-left {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  top: 0;
}

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

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

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

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.nav-menu-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
}

.nav-link {
  position: relative;
  z-index: 9;
  margin-right: 13px;
  margin-left: 13px;
  padding: 5px 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #162a51;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link:hover {
  color: #c84c09;
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #c84c09;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #c84c09;
}

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

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

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #162a51;
}

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

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #c84c09;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #c84c09;
}

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

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

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

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

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
}

.nav-dropdown-link:hover {
  color: #c84c09;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #c84c09;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #c84c09;
}

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

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

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

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

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

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

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

body {
  font-family: Dmsans, sans-serif !important;
}

.section {
  background-color: #f8f6e8;
}

.hero-section {
  padding-top: 140px;
  padding-bottom: 100px;
  background-color: #f8f6e8;
  position: relative;
}

.hero-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-flex-img {
  width: 20%;
}

.flex-img-right {
  display: flex;
  align-items: end;
  justify-content: end;
}

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

.hero-content {
  max-width: 800px;
  padding-top: 40px;
  text-align: center;
}

.text-block {
  padding-bottom: 40px;
  color: #162a51;
  font-size: 18px;
  line-height: 33px;
}

.image {
  height: 228px;
}

.image-2 {
  height: 266px;
}

.primary-button {
  border-style: solid;
  border-width: 1px;
  border-color: #c84c09;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #c84c09;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.primary-button:hover .white-hover-img {
  filter: brightness(0) invert(1);
}

.partner-section {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #679bf5;
}

.partners-text {
  margin-bottom: 20px;
  line-height: 30px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.mission-section {
  padding: 118px 130px 120px;
  background-color: #d3db50;
  position: relative;
}

.mission-heading {
  max-width: 760px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}

.section-title {
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.arrow-image {
  width: 420px;
  margin-right: 110px;
}

.arrow-image-mobile {
  display: none;
  align-self: center;
  margin-left: 48px;
}

.mission-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.academy-mission {
  margin-top: -100px;
}

.mission-body {
  max-width: 420px;
  color: #162a51;
  font-size: 22px;
  line-height: 37px;
  font-weight: 400;
}

.wide-container {
  max-width: 1460px;
}

.stats-section {
  padding: 200px 130px 100px 120px;
  background-color: #fff;
  overflow-x: hidden;
}

.stats-header {
  max-width: 570px;
  margin-bottom: 30px;
  color: #162a51;
  font-size: 48px;
  line-height: 57px;
  font-weight: 400;
}

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

.primary-body.event-body {
  margin-bottom: 30px;
  max-width: 500px;
}

.secondary-button {
  padding: 9px 15px 9px 0px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #c84c09;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.secondary-button:hover {
  margin-right: 10px;
}

.secondary-button.events-button {
  font-size: 18px;
}

.image-3 {
  width: 100%;
}

.community-section {
  position: relative;
  padding-bottom: 100px;
  padding: 200px 0 120px 120px;
  background-color: #f8f6e8;
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
}

.community-body {
  margin-bottom: 50px;
}

.community-header {
  position: relative;
  z-index: 2;
  max-width: 770px;
  color: #162a51;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

.column {
  height: 100%;
  text-align: right;
}

.comunity-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.community-flex {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.secondary-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: auto;
}

.secondary-div:hover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.programs-section {
  padding: 130px 130px 120px 120px;
  background-color: #679bf5;
  background-image: url('../images/dark-loop-bg.svg');
  background-position: 50% 0%;
  background-size: cover;
}

.programs-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-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding: 60px 70px 60px 60px;
  border-radius: 20px;
  background-color: #fff;
}

.program-title {
  margin-top: 0;
  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;
}

.circle-header {
  position: absolute;
  left: 96px;
  top: 5px;
  z-index: -1;
}

@media screen and (max-width: 490px) {
  .circle-header {
    left: -5px;
    top: 68px;
    width: 205px;
    height: 55px;
  }
}

.footer-dark {
  position: relative;
  padding: 97px 60px 67px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #162a51;
  color: #fff;
}

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

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.footer-block {
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.designed-link {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

.designed-link:hover {
  color: rgba(255, 255, 255, 0.67);
  display: inline-block;
  text-decoration: none;
}

.footer-link {
  margin-top: 3px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.footer-link img {
  margin-top: 2px;
  opacity: 0;
}

.footer-link:hover {
  color: rgba(255, 255, 255, 0.67);
}

.footer-link:hover img {
  opacity: 1;
}

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

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

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

.footer-copyright-center {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.feature-section {
  padding: 155px 91px 175px 91px;
  background-color: #fff;
  background-image: url('../images/loop-bg.svg');
  background-position: 50% 50%;
  background-size: cover;
  overflow: visible;
}

.image-5 {
  display: block;
}

.column-2 {
  position: relative;
}

.image-stack {
  position: relative;
  height: 800px;
}

.image-stack-image {
  position: absolute;
}

.image-stack-image.image-2 {
  top: 118px;
}

.image-stack-image.feature-3 {
  top: 131px;
  left: 205px;
}

.image-stack-image.feature-1 {
  left: 47px;
}

.image-stack-image.feature-2 {
  bottom: 0px;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2 {
  margin-top: 100px;
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.events-section {
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}

.events-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.events-title {
  color: #162a51;
  font-size: 64px;
  font-weight: 500;
  text-align: center;
}

.event-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 50px;
  padding: 60px 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 4px 0 50px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.medium-container {
  max-width: 1178px;
}

.event-info {
  margin-left: 60px;
}

.event-title {
  margin-bottom: 30px;
  color: #162a51;
  font-size: 36px;
  line-height: 50px;
  font-weight: 500;
  max-width: 450px;
  margin-top: 0px;
}

.event-date {
  margin-bottom: 27px;
  color: #679bf5;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.event-block-img {
  max-width: 40%;
  border-radius: 25px;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
}

.event-img-mobile {
  display: none;
}

.full-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mailing-list-section {
  padding: 119px 124px 100px;
  background-color: #d3db50;
}

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

.mailing-header {
  margin-top: 0;
  max-width: 450px;
  min-height: 200px;
  color: #162a51;
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
}

#submission-success {
  background-color: transparent;
  color: #162a51;
  font-size: 16px;
  padding: 20px;
  text-align: center;
  display: none;
}

.text-field {
  margin-bottom: 0px;
  border: 0px solid #000;
  background-color: transparent;
  font-family: Dmsans, sans-serif;
  color: rgba(22, 42, 81, 0.7);
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.text-field::-webkit-input-placeholder {
  color: rgba(22, 42, 81, 0.7);
}

.text-field:-ms-input-placeholder {
  color: rgba(22, 42, 81, 0.7);
}

.text-field::-ms-input-placeholder {
  color: rgba(22, 42, 81, 0.7);
}

.text-field::placeholder {
  color: rgba(22, 42, 81, 0.7);
}

.small-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  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;
  border-bottom: 1px solid #162a51;
}

.mailing-body {
  margin-top: 10px;
  color: #162a51;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.56px;
}

.stats-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

#mobile-menu {
  display: none;
}

.stats-wrapper {
  position: relative;
  padding: 40px;
  min-height: 450px;
}

.image-7 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: auto;
}

.stats-block {
  position: absolute;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  background-color: #fff;
}

.stats-1 {
  left: auto;
  top: -3%;
  right: 0%;
  bottom: auto;
}

.stats-2 {
  left: auto;
  top: 31%;
  right: 350px;
  bottom: auto;
}

.stats-3 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -15%;
}

.stats-feature {
  margin-bottom: 10px;
  color: #162a51;
  font-size: 16px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  text-align: right;
}

.stats-feature.stats-feature-2 {
  margin-bottom: 10px;
  text-align: right;
}

.stats-feature.stats-feature-3 {
  margin-left: 20px;
  text-align: right;
}

.feature-number {
  min-width: 270px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #162a51;
  font-size: 115px;
  line-height: 115px;
  text-align: right;
  min-width: 200px;
}

.feature-number.feature-number-2 {
  text-align: right;
  margin-top: 0;
}

.feature-body {
  text-align: right;
  width: 215px;
  min-width: 215px;
  color: #162a51;
  text-align: right;
  letter-spacing: 1.56px;
  text-transform: uppercase;
  background-color: #fff;
  padding-bottom: 15px;
}

.feature-body.feature-body-2 {
  text-align: right;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: transparent;
}

.comm-block-img {
  border-radius: 25px;
  background-position: center top;
  width: 100%;
  height: 300px;
  background-size: cover;
}

.comm-body {
  color: #162a51;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.56px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.comm-name {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2.06px;
  text-transform: uppercase;
}

.comm-badge {
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #162a51;
  border-radius: 20px;
  font-size: 14px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: 0.56px;
  white-space: nowrap;
}

.comm-people {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.designed-by {
  margin-left: 100px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.bottom-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
}

.bottom-menu-item {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottom-menu-item img {
  margin-top: 2px;
  opacity: 0;
}

.bottom-menu-item:hover img {
  opacity: 1;
}

.bottom-menu-item:hover {
  color: rgba(255, 255, 255, 0.67);
}

.div-block-3 {
  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-3 {
  max-width: 50%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.container-3 {
  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;
}

.nav-image {
  height: 57px;
}

.nav-list-item {
  position: relative;
}

.nav-hover-circle {
  position: absolute;
  left: 4%;
  top: -62%;
  right: auto;
  bottom: auto;
  opacity: 0 !important;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nav-link:hover + .nav-hover-circle {
  opacity: 1 !important;
}

.nav-hover-circle.faq-nav-circle {
  left: -2%;
  top: -15%;
}

.blog-hover-circle {
  left: 15%;
}

.portfolio-hover-circle {
  left: 10%;
}

.brand-desktop {
  display: block;
}

.brand-mobile {
  display: none;
  position: absolute;
  top: 25px;
  left: 30px;
  width: 128px;
}

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

.mobile-menu-logo {
  display: none;
  transition: all 200ms ease;
}

.mobile-collapse {
  transition: all 200ms ease;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  display: none;
}

@media screen and (max-width: 1187px) {
  .community-flex {
    flex-direction: column;
    align-items: start;
  }
}

@media screen and (min-width: 992px) {
  .mailing-header {
    margin-top: 0;
    max-width: 450px;
    min-height: 172px;
    color: #162a51;
    font-size: 19px;
    line-height: 34px;
    font-weight: 500;
  }

  .hero-content {
    max-width: 700px;
  }
  .hero-flex-img {
    width: 20%;
    max-width: unset;
  }

  .hero-flex-img .image {
    height: 175px;
  }

  .hero-flex-img .image-2 {
    height: 200px;
  }
}

@media screen and (min-width: 1335px) {
  .hero-content {
    max-width: 800px;
  }

  .hero-flex-img {
    width: 20%;
  }
  .hero-flex-img .image {
    height: 228px;
  }

  .hero-flex-img .image-2 {
    height: 266px;
  }
}

@media screen and (max-width: 991px) {
  .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;
  }

  .mobile-menu-button {
    padding: 12px;
    z-index: 99;
  }

  .mobile-menu-button.w--open {
    color: #162a51;
  }

  #mobile-menu {
    width: 100vw;
    height: 110vh;
    position: absolute;
    background-color: #162a51;
    display: none;
    top: 0;
    left: 0;
    z-index: 995;
    position: fixed;
    padding: 60px 40px;
    padding-bottom: 100px;
    flex-direction: column;
    overflow-y: scroll;
  }

  .mobile-menu-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }

  .mobile-menu-logo {
    width: 125px;
    z-index: 99;
    margin-top: 15px;
  }

  .mobile-menu-header {
    color: #679bf5;
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: 50px;
  }

  .mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .mobile-nav-link {
    font-size: 26px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    line-height: 26px;
  }

  .mobile-close-icon {
    width: 20px;
    height: 20px;
    display: none;
  }

  .mobile-open-icon {
    width: 32px;
    height: 16px;
  }

  .hero-header {
    font-size: 50px;
    line-height: 60px;
    margin-top: 0;
  }

  .hero-content {
    text-align: left;
    padding: 30px;
  }

  .hero-flex-img {
    width: auto;
  }

  .partner-section {
    padding: 40px 30px 20px 30px;
  }

  .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;
  }

  .feature-section {
    padding: 30px;
    padding-top: 124px;
  }

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

  .feature-paragraph {
    margin-bottom: 50px;
  }

  .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;
  }

  .hero-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .hero-flex-img .image {
    height: 112px;
  }

  .hero-flex-img .image-2 {
    height: 100px;
  }

  .flex-img-right {
    align-self: end;
  }

  .mission-section {
    padding: 85px 30px;
    background-color: #d3db50;
  }

  .stats-section {
    padding: 97px 30px 97px 30px;
  }

  .programs-section {
    padding: 120px 30px 60px 30px;
  }

  .program-block {
    padding: 30px;
  }

  .grid-2 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

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

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

  .feature-number,
  .feature-number.feature-number-2,
  .stats-feature,
  .stats-feature.stats-feature-2,
  .stats-feature.stats-feature-3,
  .feature-body {
    text-align: right;
  }

  .community-section {
    padding: 100px 0px 100px 30px;
    clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 100%);
  }

  .events-section {
    padding: 30px;
    padding-bottom: 50px;
  }

  .events-title {
    font-size: 36px;
    font-weight: 500;
    text-align: left;
    line-height: 46px;
    max-width: 200px;
  }

  .events-header {
    justify-content: start;
  }

  .events-header img {
    display: none;
  }

  .event-block {
    margin-top: 40px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: start;
  }

  .event-block img {
    width: 100%;
  }

  .event-block-img {
    display: none;
  }

  .event-img-mobile {
    display: block;
    margin-top: 0;
  }

  .event-title {
    max-width: 100%;
    font-size: 32px;
    line-height: 46px;
  }

  .primary-body.event-body {
    max-width: 100%;
  }

  .event-info {
    margin-left: 0;
    padding: 30px 30px 40px 30px;
  }

  .mailing-list-section {
    padding: 30px;
    padding-bottom: 100px;
  }

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

  .designed-by {
    margin-left: 30px;
  }

  .bottom-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .navbar-logo-left {
    background-color: transparent;
    padding-top: 0px;
  }

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

  .navbar-wrapper {
    justify-content: end;
    gap: 40px;
    padding-left: 0px;
  }

  .mobile-menu-button {
    padding: 0;
    width: 58px;
    height: 58px;
    background-color: #c84c09;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .brand-desktop {
    display: none;
    pointer-events: none;
  }

  .brand-mobile {
    display: block;
    z-index: 999;
  }

  .home-brand-mobile {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .community-body {
    margin-bottom: 20px;
    padding-right: 30px;
  }

  .comm-body {
    line-height: 24px;
  }
}

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

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

  .nav-menu-two {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

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

  .nav-dropdown {
    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;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

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

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

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

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

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

  .hero-content {
    padding-bottom: 40px;
  }

  .text-block {
    font-size: 16px;
    line-height: 32px;
  }

  .footer-dark {
    padding: 40px 30px;
    padding-bottom: 60px;
  }

  .footer-brand {
    max-width: 132px;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    padding-bottom: 100px;
  }

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

  .footer-block {
    -webkit-box-align: left;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left;
  }

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

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

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

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

  .footer-flex {
    flex-direction: column;
    align-items: start;
    gap: 40px;
  }

  .designed-by {
    margin: 0;
    font-size: 14px;
  }

  .designed-by img {
    width: 76px;
  }

  .bottom-menu {
    display: none;
  }

  .div-block-3 {
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 44px;
  }

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

  .bottom-menu-item:hover {
    color: rgba(26, 27, 31, 0.75);
  }

  .banner-content {
    flex-direction: column;
    max-width: 259px;
    margin-right: 0 !important;
  }

  .banner-content .secondary-div {
    width: 135px;
  }

  .banner-content p {
    text-align: center;
    font-size: 15px;
    line-height: 27px;
    margin: 0 !important;
  }

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

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

  .partners-text {
    font-size: 20px;
    line-height: 25px;
  }

  .arrow-image-mobile {
    display: block;
    margin-bottom: 48px;
  }

  .arrow-image {
    display: none;
  }

  .mission-flex {
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .academy-mission {
    margin-top: 50px;
  }

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

  .image-stack-image {
    max-width: unset;
  }

  .image-stack-image.feature-3 {
    top: auto;
    bottom: -50px;
    right: auto;
    left: 100px;
  }

  .image-stack-image.feature-1 {
    left: 130px;
    width: 198px;
  }

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

@media screen and (max-width: 479px) {
  .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;
  }

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

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

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

.image-7-2 {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  display: none;
}

@media screen and (max-width: 360px) {
  .footer-content {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 1326px) {
  .stats-section {
    overflow-x: hidden;
  }
  .stats-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .stats-block {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    padding: 20px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .feature-number {
    text-align: right;
    min-width: unset;
    margin-bottom: 20px;
  }

  .stats-feature {
    margin: 0;
  }

  .stats-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 110px;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    position: absolute;
    width: 462px;
    left: 50%;
    max-width: unset;
  }

  .image-7-2 {
    display: block;
    bottom: 100px;
    left: auto;
    right: 50%;
  }

  .image-stack {
    width: 536px;
  }

  .pic-grid {
    grid-template-columns: 1fr;
    -ms-grid-columns: auto;
    justify-items: center;
  }

  .images-description {
    justify-self: start;
  }
}

@media screen and (max-width: 525px) {
  .image-stack {
    width: 100%;
  }
}

@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;
}

.text-light-blue {
  color: #679bf5;
}

.fixed-banner {
  width: 100%;
  padding: 10px 20px;
  display: none;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 994;
  bottom: 0;
  background-color: #d3db50;
}

.banner-content {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.165em;
}

.banner-content p {
  margin-bottom: 0;
  margin-right: 30px;
  text-transform: uppercase;
}

.banner-close:hover {
  cursor: pointer;
  opacity: 0.7;
}
