:root {
  --blue-base: #2333cd;
  --white: white;
  --description: 18px;
  --breathe-blue: #2333cdb3;
  --grid-text: 24px;
  --breath-capital-letter: 280px;
  --heading1: 54px;
  --heading1-small: 30px;
  --heading-2: 18px;
  --pos__item__title: 24px;
  --pos__item__text: 18px;
  --round_corner_20: 20px;
  --black: black;
  --size: 3.85vw;
  --grid-wide-cell-min-w: 44.7917vw;
  --grid-small-cell-min-w: 29.1667vw;
  --partner-item-h: 25vw;
  --spacing-section: 60px;
}

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

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

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

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

.navbar-logo-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left.blue {
  background-color: #2333cd;
}

.navbarcontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: static;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: static;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo__white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 183.268px;
  height: 38px;
  margin-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.navbar__text {
  color: var(--blue-base);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.navbar__text:active,
.navbar__text:focus {
  opacity: .3;
}

.navbar__text.blue {
  color: #2333cd;
  font-weight: 600;
}

.navbar__text.blue:active,
.navbar__text.blue:focus {
  opacity: .3;
}

.navbar__text.white {
  color: var(--white);
  font-weight: 600;
}

.navbar-button {
  grid-column-gap: 8px;
  background-color: #fff;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.navbar-button.blue {
  background-color: #2333cd;
}

.btn__join {
  color: #2333cd;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.btn__join.white {
  color: #fff;
}

.cta-donation {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
  text-decoration: none;
  display: none;
}

.navbar-button-2 {
  grid-column-gap: 8px;
  border: 2px solid #fff;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.hero-section {
  aspect-ratio: auto;
  background-color: #2333cd;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 80px 60px 90px;
  text-decoration: none;
  display: flex;
}

.hero-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  text-decoration: none;
  display: flex;
}

.title-copy-goes-here-be-awesome {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.error-e50fdea5-d8b9-c8cd-d7ef-308d28320d4d {
  color: #ffffffbf;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

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

.button__text {
  color: #2333cd;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.button__text.dark {
  font-weight: 600;
}

.button__text.light {
  color: #fff;
}

.hero-image {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: clip;
}

.body {
  display: block;
}

.about-us-section {
  grid-row-gap: 36px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 120px;
  text-decoration: none;
  display: flex;
}

.title {
  color: #2333cd;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
}

.vectors-wrapper-3 {
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cta-button-basic {
  grid-column-gap: 8px;
  background-color: #2333cd;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 12px 30px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.cta-button-basic.events {
  width: 300px;
  min-width: auto;
  margin-top: 20px;
}

.learn-more {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.values-section {
  grid-row-gap: 0px;
  background-color: #e9eafa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 120px 60px;
  text-decoration: none;
  display: flex;
}

.values__text__wrap {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.header-1 {
  color: #2333cd;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.description {
  color: #2333cd;
  font-family: DM Sans, sans-serif;
  font-size: var(--description);
  text-align: center;
  max-width: 45rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
}

.description.white {
  color: var(--white);
  font-size: var(--description);
  text-align: center;
}

.description.white.left {
  text-align: left;
}

.frame-1284 {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 360px;
  display: flex;
}

.grid_cell {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #2333cd;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.grid_cell.big {
  background-image: linear-gradient(to bottom, var(--breathe-blue), var(--breathe-blue)), url('../images/healthy_choices.jpg');
  opacity: 1;
  mix-blend-mode: normal;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  min-width: 280px;
  max-width: none;
  min-height: 360px;
  padding: 25px 25px 25px 30px;
  position: relative;
  overflow: hidden;
}

.grid_cell.big.b {
  background-image: linear-gradient(to bottom, var(--breathe-blue), var(--breathe-blue)), url('../images/PXL_20250517_172356303_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.grid_cell.big.e {
  background-image: linear-gradient(to bottom, var(--breathe-blue), var(--breathe-blue)), url('../images/PXL_20250504_154505235~2_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid_cell.big.r {
  background-image: linear-gradient(to bottom, var(--breathe-blue), var(--breathe-blue)), url('../images/PXL_20250412_170344705_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid_cell.small {
  width: auto;
  min-width: 280px;
  max-width: none;
  padding: 20px 20px 20px 30px;
}

.grid_cell.small.t {
  background-image: linear-gradient(to bottom, var(--breathe-blue), var(--breathe-blue)), url('../images/2BB12150-221C-469F-8982-2A841757232C.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.grid_cell.small.best {
  background-image: linear-gradient(to bottom, var(--breathe-blue), var(--breathe-blue)), url('../images/PXL_20250517_170358905_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.grid_cell.small.a {
  background-image: linear-gradient(to bottom, var(--breathe-blue), var(--breathe-blue)), url('../images/PXL_20250503_171313957_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.grid-text {
  z-index: 99;
  aspect-ratio: auto;
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: var(--grid-text);
  -webkit-text-stroke-width: 0px;
  object-fit: fill;
  max-width: 15rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 125%;
  text-decoration: none;
  display: block;
  position: static;
}

.grid-text.programs {
  text-align: center;
  align-self: auto;
  max-width: none;
  font-size: 36px;
  font-weight: 600;
  line-height: 110%;
}

.grid-letter {
  color: #fff;
  font-family: Fira Sans Extra Condensed, sans-serif;
  font-size: var(--breath-capital-letter);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 400;
  line-height: 75%;
  text-decoration: none;
  position: static;
}

.navbar__wrap {
  width: auto;
  min-width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.grid-2-clmns {
  grid-column-gap: 30px;
  grid-template: "." 1fr
    / auto auto;
  justify-content: stretch;
  place-items: stretch stretch;
}

.grid-3-clmns {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading {
  color: #2333cd;
  font-family: DM Sans, sans-serif;
  font-size: var(--heading1);
  text-align: center;
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 120%;
}

.heading.white {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 110%;
}

.heading.white.left {
  font-family: DM Sans, sans-serif;
  font-size: var(--heading1);
  text-align: left;
  letter-spacing: 0;
  white-space: normal;
  word-break: normal;
  max-width: none;
  max-height: none;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.heading.black {
  color: #000;
  max-width: none;
  font-weight: 700;
}

.heading.left {
  text-align: left;
}

.heading-3 {
  color: #ffffffbf;
  font-family: DM Sans, sans-serif;
  font-size: var(--heading-2);
  max-width: 45ch;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
}

.section-coaches.dark-blue {
  background-color: #2333cd;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 60px;
  display: flex;
}

.section-coaches.white {
  padding-top: 120px;
  padding-bottom: 120px;
}

.grid__programs {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: auto auto auto;
  justify-content: stretch;
  place-items: stretch center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.grid__programs__cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 280px;
  max-width: 420px;
  min-height: 360px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.divider__30 {
  border: 1px #000;
  width: auto;
  height: 30px;
}

.image {
  z-index: 0;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 70%;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image.cultural {
  object-position: 100% 50%;
  width: 100%;
  height: 130%;
  left: 0%;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
}

.programs__gradient {
  z-index: 1;
  background-image: linear-gradient(#fff0 55%, #2333cd);
  position: absolute;
  inset: 0%;
}

.team-slider {
  border-bottom: 1px #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.container {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

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

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

.team-slider-wrapper {
  object-fit: fill;
  background-color: #0000;
  width: auto;
  max-width: 1320px;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 307.5px;
  margin-right: 30px;
}

.team-block {
  background-color: #fff;
  border: 1px solid #e9eafa;
  border-radius: 20px;
  min-height: 575px;
  padding-bottom: 30px;
}

.team-block.join {
  border-radius: 20px;
  padding-bottom: 0;
}

.team-member__image {
  z-index: 0;
  box-sizing: border-box;
  aspect-ratio: auto;
  mix-blend-mode: normal;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: clip;
}

.team-member__image.photo {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 50% 50%;
  background-clip: border-box;
  top: 0%;
  overflow: clip;
}

.team-member__image.no-photo {
  object-fit: scale-down;
  display: block;
}

.team-block-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
}

.team-block-info.join {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
  position: absolute;
  inset: 40% 0% auto;
}

.team-member-name {
  color: #2333cd;
  text-transform: uppercase;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fira Sans Extra Condensed, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 110%;
}

.team-member-name.join {
  color: #fff;
}

.team-member-text {
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  overflow: visible;
}

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

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

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

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

.coaches__image__wrap {
  object-fit: cover;
  border-radius: 20px;
  min-width: 307px;
  min-height: 240px;
  position: relative;
  overflow: hidden;
}

.coaches__image__wrap.join {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #bb6464;
  background-clip: border-box;
  min-width: auto;
  min-height: 575px;
}

.coaches__image__wrap.join.overlay {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: hard-light;
  background-color: #2333cd;
  background-clip: border-box;
  display: block;
  position: absolute;
  inset: 0% 0% 0;
}

.pillars-of-support-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #2333cd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 110px var(--spacing-section) 130px;
  text-decoration: none;
  display: flex;
}

.title-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
}

.pillars-of-support__items__wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.pos__item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.pos__item__title {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: var(--pos__item__title);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
}

.pos__item__desc {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: var(--pos__item__text);
  text-align: center;
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
}

.partners-section {
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 120px var(--spacing-section);
  text-decoration: none;
  display: flex;
}

.title-3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
}

.partners__items__wrap {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.partners__item {
  object-fit: fill;
  border: 2px solid #e9eafa;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: auto;
  min-width: 420px;
  max-width: 420px;
  min-height: 360px;
  max-height: 360px;
  margin: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.partners__item.runningroom {
  padding-left: 30px;
  padding-right: 30px;
}

.partners__logo {
  aspect-ratio: auto;
  object-fit: contain;
  width: auto;
  max-width: 90%;
  height: auto;
  margin: auto;
}

.frame-1293 {
  background-color: #e9eafa;
  border: 2px solid #2333cd;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 360px;
  padding: 30px;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 90px;
  margin: auto;
  text-decoration: none;
  display: flex;
}

.partners__slider {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: none;
}

.frame-1230 {
  grid-column-gap: 10px;
  object-fit: cover;
  border: 2px solid #e9eafa;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 17px;
  text-decoration: none;
  display: flex;
}

.button-3 {
  grid-column-gap: 8px;
  background-color: #2333cd;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 12px 30px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.frame-1231 {
  grid-column-gap: 10px;
  object-fit: cover;
  border: 2px solid #2333cd;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 17px;
  text-decoration: none;
  display: flex;
}

.footer {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: var(--spacing-section);
  padding-bottom: var(--spacing-section);
  padding-left: var(--spacing-section);
  padding-right: var(--spacing-section);
  text-decoration: none;
  display: block;
}

.footer__logo__wrap {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.logo__blue {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 183.268px;
  height: 38px;
  text-decoration: none;
  display: flex;
}

.madeby__wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #2333cd;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.frame-1344 {
  grid-column-gap: 100px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer__nav__wrap {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer__social__wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 122px;
  text-decoration: none;
  display: flex;
}

.footer__social__wrap.mobile {
  display: none;
}

.social__wrap {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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

.social__negative {
  object-fit: cover;
}

.collocoll {
  color: #2333cd;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: underline;
}

.footer__wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer__contact__wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  align-self: auto;
  display: flex;
}

.footer__text {
  color: #2333cd;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.heroimage__wrap {
  object-fit: scale-down;
  width: auto;
  margin: 0 auto auto;
}

.hero__wrap {
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  line-height: 20px;
  display: flex;
}

.breath__wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: none;
  display: flex;
}

.joinus-section {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  padding-left: var(--spacing-section);
  padding-right: var(--spacing-section);
  position: static;
}

.joinus__wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  background-image: url('../images/Frame-1308.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 540px;
  margin: auto;
  padding-top: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.image-2 {
  z-index: -1;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.joinus__elements__wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.joinus__text__wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: static;
}

.vector {
  background-color: #fff;
}

.title-4 {
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.joinus__description {
  color: #fff;
  text-align: center;
  max-width: 45ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
}

.cta-button-white {
  grid-column-gap: 8px;
  background-color: #fff;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #2333cd;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.divider__40 {
  height: 40px;
}

.divider__10 {
  height: 10px;
}

.grid__programs__wrap {
  max-width: 100%;
  display: block;
  overflow: visible;
}

.joinus-section2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px var(--spacing-section);
  display: flex;
}

.joinus-section2.coaches {
  padding-left: 60px;
  padding-right: 60px;
}

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

.footer__address__wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  align-self: auto;
  display: flex;
}

.footer__address__wrap.mobile {
  display: none;
}

.trackingfield__image {
  z-index: 0;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.image-4 {
  z-index: 0;
  aspect-ratio: auto;
  position: absolute;
  inset: 0%;
}

.image-copy {
  z-index: 0;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  width: 100%;
  height: 107%;
  position: absolute;
  inset: 0%;
}

.footer__link {
  color: #2333cd;
  font-family: DM Sans, sans-serif;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.footer__link.collocoll {
  font-weight: 700;
  text-decoration: underline;
}

.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: 260px;
  display: flex;
}

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

.body__wrap {
  padding-left: var(--spacing-section);
  padding-right: var(--spacing-section);
}

.section__coaches {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  margin-top: 68px;
  padding-top: 0;
  display: block;
}

.coaches__wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.coaches__wrapper {
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.coaches__person__wrap {
  grid-column-gap: 30px;
  border: 2px solid #e9eafa;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  height: 100%;
  min-height: auto;
  max-height: none;
  display: flex;
  overflow: hidden;
}

.coaches__person__wrap.reverse {
  flex-flow: row-reverse;
  order: 0;
  width: auto;
  max-width: 1320px;
  height: auto;
  min-height: auto;
  max-height: 575px;
}

.coaches__image {
  vertical-align: baseline;
  object-fit: contain;
  border-radius: 20px;
  min-width: auto;
  max-width: none;
  padding: 0;
  display: block;
}

.coaches__text__wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.coaches__text__wrap.reverse {
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 0;
}

.coaches__name {
  color: #2333cd;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Fira Sans Extra Condensed, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.coaches__text__details {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.coaches__text__description {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.coaches__person__image__wrap {
  object-fit: fill;
  flex: 1;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  min-width: 44.7917%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.coaches__person__image__wrap.imageon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: none;
  max-height: 575px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: clip;
}

.image-5 {
  object-fit: fill;
  width: 50%;
  max-width: none;
  position: absolute;
  inset: 0%;
}

.image-6 {
  object-fit: fill;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: auto;
  margin: auto;
  display: block;
  position: static;
  top: -110px;
  overflow: clip;
}

.link-block,
.link-block-2,
.l {
  text-decoration: none;
}

.image_vernon {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  overflow: clip;
}

.code-embed {
  margin-top: 69px;
  padding-bottom: 20px;
}

.aboutus__section__hero {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 120px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.aboutus__section__hero__image__wrap {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 70px;
  text-decoration: none;
  display: flex;
}

.aboutus__hero__image {
  grid-column-gap: 10px;
  object-fit: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 610px;
  padding: 0;
  display: flex;
}

.aboutus__hero__text__wrap {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1800px;
  text-decoration: none;
  display: flex;
}

.aboutus__hero__heading__wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.title-5 {
  color: #2333cd;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
}

.aboutus__hero__person__wrap {
  grid-row-gap: 20px;
  object-fit: fill;
  border: 2px solid #e9eafa;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 320px;
  max-width: none;
  height: auto;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.aboutus__person {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: cover;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 20px;
  width: 320px;
  max-width: none;
  height: 320px;
  padding: 0;
  overflow: clip;
}

.aboutus__person-description__wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
}

.aboutus__description {
  color: #2333cd;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.windbreakerslogotxt__wrap {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-3 {
  opacity: 1;
  color: #2a1d1d;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: color;
  background-image: linear-gradient(#2333cdcc, #2333cdcc);
  background-clip: border-box;
  width: 320px;
  height: 320px;
  position: absolute;
  top: 0;
  left: 0;
}

.hero__person {
  object-fit: cover;
  width: 320px;
  max-width: none;
  height: 320px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
  overflow: hidden;
}

.aboutus__hero__person__image {
  border-radius: 20px;
  position: relative;
  overflow: clip;
}

.aboutus__offers__wrap {
  grid-row-gap: 60px;
  background-color: #2333cd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 120px 40px;
  text-decoration: none;
  display: flex;
}

.aboutus__offers__header {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 720px;
  text-decoration: none;
  display: flex;
}

.heading1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
}

.heading1.events {
  text-transform: none;
  white-space: normal;
  word-break: normal;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 12ch;
  margin: 0 auto;
  font-family: Fira Sans Extra Condensed, sans-serif;
  font-size: 120px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.description-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.aboutus__offers__itemright__wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #ffffff26;
  border: 2px #e9eafa;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1800px;
  height: auto;
  padding-right: 50px;
  display: flex;
}

.aboutus__offers__item__img {
  object-fit: cover;
  border-radius: 20px;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 400px;
  padding: 0;
  display: block;
  overflow: clip;
}

.aboutus__offers__item__description {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.aboutus_description {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.aboutus__offers__itemleft__wrap {
  grid-column-gap: 50px;
  background-color: #ffffff26;
  border: 2px #e9eafa;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  padding-left: 50px;
  display: flex;
}

.aboutus__offers__item__img-2 {
  grid-column-gap: 10px;
  object-fit: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.heading2 {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
}

.aboutus__offers__header__items__wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  object-fit: fill;
  flex-flow: column;
  width: auto;
  max-width: 1800px;
  display: flex;
}

.events_wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: visible;
}

.events_hero {
  border-radius: var(--round_corner_20);
  height: 540px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.slide-nav,
.right-arrow,
.left-arrow {
  display: none;
}

.slider {
  width: 100%;
  height: 100%;
}

.events_overlay {
  background-color: var(--blue-base);
  opacity: .8;
  mix-blend-mode: hard-light;
  height: 100%;
  position: absolute;
  inset: 0;
}

.event_hero_image {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 134%;
  padding-top: 0;
  padding-bottom: 0;
}

.mask-2 {
  inset: 0;
}

.events_textoverlay {
  z-index: 99;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.events_hero_subheading {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  order: 0;
  align-self: center;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

.calendar-events-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.calendar-line {
  border: 2px solid #e9eafa;
  width: 100%;
  max-width: 1200px;
  display: block;
}

.calendar-heading {
  color: var(--blue-base);
  font-family: DM Sans, sans-serif;
  font-size: 54px;
  line-height: 120%;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.event-item {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
}

.date-num {
  color: var(--blue-base);
  font-family: DM Mono, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 120%;
}

.date-month {
  color: var(--blue-base);
  text-transform: uppercase;
  font-family: DM Mono, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.date-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: baseline;
  display: flex;
}

.event-details-wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: baseline;
  width: 60%;
  display: flex;
}

.event-details {
  color: var(--blue-base);
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.event-details.header {
  font-weight: 600;
}

.no-events {
  background-color: #e9eafa;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.no-events-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 400px;
  display: flex;
}

.no-events-text {
  color: var(--blue-base);
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.image-10 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  width: auto;
}

.no-events-image-wrap {
  background-color: var(--blue-base);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  width: 16%;
}

.image-11 {
  -webkit-text-fill-color: inherit;
  background-color: #7a4545;
  background-clip: border-box;
}

.no-events-image {
  text-overflow: clip;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-color: #e9eafa;
  background-clip: border-box;
  width: 100%;
  max-width: none;
}

.events-annual-events {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  width: 100vw;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 0;
  display: flex;
}

.events-annual-events.no-padding {
  margin-left: 0;
  margin-right: 0;
}

.events-annual-events-wrap {
  grid-row-gap: 60px;
  background-color: #e9eafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 120px 0;
  display: flex;
}

.events-annual-events-title {
  box-sizing: border-box;
  grid-row-gap: 10px;
  color: var(--blue-base);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  font-family: DM Sans, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.title-style {
  color: #2333cd;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.events-annual-events-image {
  box-sizing: border-box;
  grid-column-gap: 0px;
  aspect-ratio: auto;
  object-fit: cover;
  border: 0 solid #e9eafa;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.frame-1364 {
  grid-column-gap: 10px;
  object-fit: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.events-annual-events-description {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 350px;
  text-decoration: none;
  display: flex;
}

.events-annual-events-description-title {
  color: #2333cd;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.events-annual-events-description-text {
  color: #2333cd;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.events-annual-events-description-text.centered {
  text-align: center;
  width: 42%;
  margin-top: 20px;
  padding-top: 0;
}

.events-annual-events-btn {
  grid-column-gap: 10px;
  border: 2px solid #2333cd;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 12px 30px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.arrowsquareout {
  overflow: hidden;
}

.vector-2 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  background-color: #cc6363;
  border-color: #2333cd;
}

.events-annual-events-btn-text {
  color: #2333cd;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.frame-1369 {
  grid-column-gap: 40px;
  border: 2px solid #e9eafa;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1800px;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.events-annual-events-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.events-annual-events-item.reverse {
  flex-flow: row-reverse;
}

.events-annual-events-line {
  border-bottom: 2px solid var(--blue-base);
  opacity: .25;
  width: 100%;
  max-width: 1200px;
  padding-left: 0;
}

.image-12 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.image-13 {
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: auto;
}

.image-14 {
  box-sizing: border-box;
  filter: grayscale();
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 50%;
  width: 105%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: inline-block;
}

.blue-tint-overlay {
  z-index: 1;
  background-color: var(--blue-base);
  opacity: .82;
  mix-blend-mode: hard-light;
  border-radius: 20px;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.join-us-component {
  box-sizing: border-box;
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 655px;
  display: flex;
  position: relative;
}

.join-us-component-wrap {
  z-index: 2;
  mix-blend-mode: normal;
  object-fit: fill;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 74%;
  margin-top: 0%;
  display: block;
  position: absolute;
  top: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.base-text {
  z-index: 1;
  color: var(--blue-base);
  text-transform: uppercase;
  mix-blend-mode: normal;
  font-family: Fira Sans Extra Condensed, sans-serif;
  font-size: 120px;
  font-style: italic;
  font-weight: 800;
  line-height: 120%;
  position: relative;
  inset: 10% 0% 0%;
}

.base-text.white {
  color: var(--white);
  word-break: normal;
  overflow-wrap: normal;
  min-width: 11ch;
  margin-left: -167px;
  position: absolute;
  top: 40%;
}

.base-text.mobile {
  display: none;
}

.join-us-mask {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.div-block-9 {
  z-index: 50;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff;
  background-clip: border-box;
  width: 100px;
  height: 100px;
  position: relative;
  inset: 0;
}

.masked-text {
  z-index: 2;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: var(--white);
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #0000;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-family: Fira Sans Extra Condensed, sans-serif;
  font-size: 120px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
  inset: 0% 0% 0% 29%;
  overflow: visible;
}

.base-text-wrap {
  z-index: 8;
  mix-blend-mode: normal;
  background-color: #8f2424;
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.high-mask {
  z-index: 6;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  width: 100%;
  height: 400px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-10 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
  position: static;
  inset: 0%;
  overflow: visible;
}

.image-15 {
  width: 300px;
  max-width: none;
  height: 400px;
  position: absolute;
}

.white-text-mask {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.join-us-text-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 193.188px;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
  }

  .navbar-logo-left.blue {
    background-color: #2333cd;
  }

  .navbar-content {
    flex-flow: row;
    order: -1;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .navbar-brand {
    justify-content: space-around;
    align-items: center;
  }

  .logo__white {
    align-self: auto;
    width: auto;
    height: auto;
    margin-bottom: 0;
    display: block;
  }

  .navbar-menu {
    max-width: unset;
    background-color: #2333cd;
    height: 100vh;
    padding-right: 0;
  }

  .navbar-link {
    justify-content: center;
    padding: 30px 0;
  }

  .navbar__text {
    opacity: 1;
    color: var(--white);
    text-align: center;
    font-size: 30px;
    font-weight: 600;
  }

  .navbar-button {
    justify-content: center;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar-button.blue {
    background-color: var(--white);
  }

  .btn__join {
    font-size: 30px;
  }

  .btn__join.white {
    color: var(--blue-base);
  }

  .navbar-button-2 {
    justify-content: center;
  }

  .hero-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-text-block {
    order: 1;
    max-width: none;
  }

  .button {
    width: 100%;
  }

  .hero-image {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .about-us-section,
  .values-section {
    padding: 60px 40px;
  }

  .grid_cell.small {
    min-width: 190px;
  }

  .grid-text.programs {
    font-size: 24px;
  }

  .navbar__wrap {
    flex-flow: row;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .heading.left {
    font-size: 30px;
    font-weight: 600;
  }

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

  .section-coaches.dark-blue {
    padding: 60px 40px;
  }

  .section-coaches.white {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid__programs__cell {
    min-width: 200px;
  }

  .container {
    max-width: 728px;
  }

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

  .pillars-of-support-section {
    padding: 60px 40px;
  }

  .partners-section {
    padding: 60px 20px;
  }

  .partners__items__wrap {
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .partners__item {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 220px;
    max-width: 420px;
    min-height: 220px;
    max-height: 360px;
    margin: 0;
  }

  .partners__logo {
    max-width: 90%;
    margin: 0;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer__logo__wrap {
    margin-right: 20px;
  }

  .logo__blue {
    width: auto;
    height: auto;
  }

  .footer__contact__wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex: 0 auto;
  }

  .heroimage__wrap {
    object-fit: scale-down;
    flex: 0 auto;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: auto;
    margin-bottom: auto;
  }

  .hero__wrap {
    box-sizing: border-box;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
    overflow: visible;
  }

  .joinus__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .joinus-section2 {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .joinus-section2.coaches {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mask {
    width: 658px;
  }

  .menu-button {
    position: relative;
  }

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

  .body__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .coaches__person__wrap {
    grid-row-gap: 30px;
    flex-flow: column;
    max-height: none;
    padding: 0 0 30px;
  }

  .coaches__person__wrap.reverse {
    flex-flow: column;
    max-height: none;
  }

  .coaches__image {
    margin-top: 20px;
  }

  .coaches__text__wrap {
    padding: 0 20px;
  }

  .coaches__text__wrap.reverse {
    padding-left: 20px;
    padding-right: 20px;
  }

  .coaches__person__image__wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-width: 300px;
    margin-top: 0;
  }

  .coaches__person__image__wrap.imageon {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: 575px;
    overflow: hidden;
  }

  .image-6 {
    width: 100%;
  }

  .image_vernon {
    height: 100%;
  }

  .aboutus__section__hero {
    padding-bottom: 60px;
  }

  .aboutus__offers__wrap {
    grid-row-gap: 30px;
    padding: 60px 20px;
  }

  .heading1 {
    font-size: 30px;
    font-weight: 700;
  }

  .description-2 {
    font-weight: 300;
  }

  .aboutus__offers__itemright__wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    width: auto;
    max-width: none;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .aboutus__offers__item__img {
    width: 100%;
    max-height: none;
  }

  .aboutus__offers__item__description {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .aboutus__offers__itemleft__wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    order: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .aboutus__offers__header__items__wrap {
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .event_hero_image {
    height: 110%;
  }

  .events-annual-events-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .events-annual-events-item {
    max-width: none;
  }

  .join-us-component {
    margin-bottom: 100px;
  }

  .join-us-component-wrap {
    width: 300px;
    left: auto;
  }

  .base-text.white {
    min-width: 10.5ch;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text-block {
    order: 1;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .button,
  .hero-image {
    width: 100%;
  }

  .heading {
    font-size: var(--heading1-small);
  }

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

  .team-slider {
    padding: 60px 15px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo__blue {
    width: auto;
    height: auto;
  }

  .madeby__wrap {
    align-items: stretch;
  }

  .footer__nav__wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .footer__social__wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .social__wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .footer__wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer__contact__wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heroimage__wrap {
    width: auto;
  }

  .hero__wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .joinus__wrap {
    padding: 20px;
  }

  .joinus-section2 {
    max-width: none;
    padding-bottom: 70px;
  }

  .joinus-section2.coaches {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer__address__wrap {
    align-items: center;
  }

  .aboutus__hero__text__wrap {
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .aboutus__hero__heading__wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .heading1.events {
    font-size: 10vw;
  }

  .events_wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .event_hero_image {
    vertical-align: baseline;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .mask-2 {
    width: auto;
    height: 540px;
  }

  .events_hero_subheading {
    font-size: 2.2vw;
  }

  .events_slide {
    height: 100%;
  }

  .calendar-heading {
    font-size: 30px;
  }

  .event-item {
    flex-flow: column;
  }

  .event-details-wrap {
    width: 100%;
  }

  .events-annual-events-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .events-annual-events-title {
    font-size: 40px;
    line-height: 110%;
    width: auto;
  }

  .events-annual-events-description {
    align-items: flex-start;
    max-width: none;
  }

  .events-annual-events-description-text.centered {
    width: 26ch;
    margin-top: 387px;
    font-weight: 500;
  }

  .events-annual-events-btn {
    width: 100%;
  }

  .events-annual-events-item,
  .events-annual-events-item.reverse {
    flex-flow: column;
  }

  .image-14 {
    width: 150%;
    margin-left: -24%;
  }

  .join-us-component {
    height: 765px;
  }

  .base-text {
    display: none;
  }

  .base-text.mobile {
    z-index: 2;
    color: var(--white);
    text-align: center;
    max-width: 9ch;
    font-size: 60px;
    font-weight: 700;
    display: block;
    position: absolute;
    top: 22%;
    left: auto;
    right: auto;
  }

  .white-text-mask {
    border-radius: 20px;
    display: none;
  }

  .annual-events-title {
    text-align: center;
    line-height: 120%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    justify-content: space-between;
    align-items: center;
  }

  .navbar-content {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .navbar-brand {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
  }

  .logo__white {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 144px;
    height: auto;
  }

  .navbar-menu {
    grid-column-gap: 12px;
    background-color: #2333cd;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-right: 0;
  }

  .navbar-link {
    padding: 30px 0;
  }

  .navbar__text {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
  }

  .navbar-button {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 150px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .navbar-button.blue {
    border: 2px none var(--white);
    background-color: var(--white);
    max-width: 150px;
  }

  .btn__join {
    font-size: 30px;
  }

  .cta-donation {
    display: none;
  }

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

  .hero-text-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    order: 1;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    width: 100%;
  }

  .button__text.light {
    text-align: center;
  }

  .hero-image {
    max-width: none;
  }

  .about-us-section {
    padding: 60px 20px;
  }

  .cta-button-basic {
    width: 100%;
  }

  .values-section {
    padding: 60px 20px;
  }

  .description {
    max-width: none;
  }

  .grid_cell.big.b {
    background-image: linear-gradient(to bottom, var(--breathe-blue), var(--breathe-blue)), url('../images/be-respectful.jpg');
    background-position: 0 0, 15%;
    flex-flow: column;
  }

  .grid_cell.big.e {
    background-image: linear-gradient(to bottom, var(--breathe-blue), var(--breathe-blue)), url('../images/IMG_0431_a.jpg');
    background-position: 0 0, 11%;
  }

  .grid_cell.small.best {
    background-image: linear-gradient(to bottom, var(--breathe-blue), var(--breathe-blue)), url('../images/youth_running_program.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .grid-text.programs {
    font-size: 24px;
    font-weight: 600;
  }

  .grid-letter {
    font-style: italic;
    font-weight: 400;
  }

  .navbar__wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 20px;
    display: flex;
  }

  .grid-2-clmns {
    grid-row-gap: 30px;
    grid-template-rows: 1fr auto;
    grid-template-columns: auto;
    grid-auto-flow: column;
  }

  .grid-3-clmns {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .heading {
    font-size: var(--heading1-small);
    font-weight: 600;
    line-height: 110%;
  }

  .heading.white.left {
    font-size: var(--heading1-small);
    font-weight: 600;
  }

  .heading.black {
    white-space: normal;
    word-break: normal;
    max-width: 30ch;
  }

  .heading-3 {
    font-weight: 400;
  }

  .section-coaches.dark-blue {
    padding: 60px 20px;
  }

  .section-coaches.white {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid__programs {
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .team-slider {
    flex-flow: column;
    padding-top: 0;
  }

  .container {
    max-width: none;
  }

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

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

  .team-member-text {
    font-size: 16px;
  }

  .coaches__image__wrap.join.overlay {
    inset: 0%;
  }

  .pillars-of-support-section {
    padding: 60px 20px;
  }

  .pillars-of-support__items__wrap {
    flex-flow: column;
    width: auto;
  }

  .pos__item {
    width: auto;
  }

  .partners-section {
    padding: 60px 20px;
  }

  .partners__items__wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .partners__item {
    min-width: 280px;
    max-width: none;
    min-height: 272px;
    max-height: 272px;
    padding: 30px;
  }

  .partners__logo {
    max-width: 220px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer__logo__wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
  }

  .logo__blue {
    order: 1;
    width: auto;
    max-width: 144px;
    height: auto;
  }

  .footer__nav__wrap {
    justify-content: center;
    align-items: center;
  }

  .footer__social__wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .footer__social__wrap.mobile {
    display: block;
  }

  .social__wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: center;
    align-items: center;
  }

  .footer__wrapper,
  .footer__contact__wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer__text {
    justify-content: center;
    align-items: center;
  }

  .footer__text.mobile {
    color: #fff;
    margin-bottom: 0;
  }

  .heroimage__wrap {
    order: -1;
    min-width: 280px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero__wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    order: -1;
    justify-content: center;
    align-items: center;
  }

  .joinus__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-button-white {
    width: 100%;
  }

  .joinus-section2 {
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0;
  }

  .footer__address__wrap.mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
    display: none;
  }

  .icon {
    color: #fff;
  }

  .mask {
    width: 309px;
  }

  .menu-button {
    aspect-ratio: auto;
    flex-flow: row;
    order: 1;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: block;
    position: static;
  }

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

  .burger {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    vertical-align: baseline;
    background-color: #0000;
    margin: auto;
  }

  .coaches__wrapper {
    grid-row-gap: 30px;
  }

  .coaches__image {
    overflow: clip;
  }

  .coaches__name {
    font-size: 30px;
  }

  .coaches__text__description {
    font-size: 16px;
  }

  .coaches__person__image__wrap {
    min-width: 200px;
    min-height: 200px;
  }

  .heading1 {
    justify-content: center;
    align-items: center;
    font-family: Fira Sans Extra Condensed, sans-serif;
    font-weight: 700;
    display: flex;
  }

  .heading1.events {
    white-space: normal;
    overflow-wrap: normal;
    max-width: none;
    font-size: 16.6vw;
    font-style: italic;
    font-weight: 700;
    overflow: visible;
  }

  .events_wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .section {
    margin-top: 70px;
  }

  .events_hero {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 540px;
    min-height: auto;
    margin-top: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .slide-nav {
    display: none;
    overflow: visible;
  }

  .right-arrow,
  .left-arrow,
  .icon-2,
  .icon-3 {
    display: none;
  }

  .slider {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: border-box;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
  }

  .slide {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: border-box;
  }

  .events_overlay {
    z-index: 99;
    background-color: var(--blue-base);
    opacity: .8;
    mix-blend-mode: hard-light;
    height: 540px;
    position: absolute;
    inset: 0;
  }

  .event_hero_image {
    vertical-align: baseline;
    object-fit: cover;
    object-position: 50% 50%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0%;
    overflow: clip;
  }

  .mask-2 {
    z-index: 99;
    background-color: var(--blue-base);
    height: 540px;
    position: absolute;
    inset: 0;
  }

  .image-8 {
    max-width: none;
  }

  .slide-2 {
    mix-blend-mode: normal;
  }

  .div-block-4 {
    z-index: 10;
    background-color: var(--blue-base);
    opacity: .7;
    position: absolute;
    inset: 0;
  }

  .image-9 {
    max-width: none;
    position: absolute;
    left: -58px;
  }

  .events_textoverlay {
    z-index: 99;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    background-color: #0000;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .events_hero_subheading {
    font-size: 3.75vw;
  }

  .calendar-heading {
    text-align: center;
    font-size: 30px;
  }

  .events-annual-events-title {
    width: auto;
  }
}

#w-node-d730bf3c-cdbc-e05d-cdb6-a9a80145ef7b-c1d7b25d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-d730bf3c-cdbc-e05d-cdb6-a9a80145ef80-c1d7b25d,
#w-node-d730bf3c-cdbc-e05d-cdb6-a9a80145ef96-c1d7b25d {
  align-self: auto;
}

#w-node-cffa75c1-90d6-f59e-f4d8-0f759880a92a-c1d7b25d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-d730bf3c-cdbc-e05d-cdb6-a9a80145ef7b-c1d7b25d {
    align-self: auto;
  }
}