:root {
  --black: black;
  --white: white;
  --royal-blue: #1d51fe;
  --text-gray: #b3b3b3;
  --dark-grey: #1d1d1d;
  --midnight-blue: #0f257b;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  background-color: var(--black);
  color: var(--white);
  padding-top: 4rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

h1 {
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  color: var(--white);
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 1.8rem;
  font-family: Bebasneue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--white);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

img {
  max-width: 100%;
  object-fit: cover;
  display: block;
}

figure {
  margin-bottom: 0;
}

.nav {
  z-index: 99;
  width: 100%;
  background-color: var(--black);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav__logo-wrap {
  width: 8rem;
  padding-top: .7rem;
  padding-bottom: .7rem;
}

.nav__logo-img {
  width: 100%;
}

.nav__list {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav__li {
  padding: 1.1rem 1.4rem;
}

.nav__li.close {
  display: none;
}

.nav__link {
  opacity: .45;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  transition: opacity .5s;
  position: relative;
}

.nav__link:hover, .nav__link.w--current {
  opacity: 1;
}

.nav__items {
  max-width: 82rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 0;
  display: flex;
}

.container {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.hero__contents {
  z-index: 1;
  min-height: 100vh;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: flex;
  position: relative;
}

.hero__contents.home {
  padding-top: 10rem;
}

.hero__contents.auto {
  position: relative;
}

.hero__contents.hero__contents--donate {
  min-height: 46rem;
}

.hero__heading {
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}

.button-primary {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  background-color: var(--royal-blue);
  letter-spacing: .03em;
  text-transform: capitalize;
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  padding: .7rem 2.3rem;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  transition: background-color .5s;
  display: flex;
}

.button-primary:hover {
  background-color: #003bfd;
}

.button-primary.trans {
  background-color: rgba(0, 0, 0, 0);
  padding-left: .8rem;
  padding-right: .8rem;
}

.hero {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: relative;
}

.flex-gap-sm {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.padding-bottom-sm {
  padding-bottom: 2rem;
}

.styles-wrapper {
  min-height: 100vh;
}

.styles__top {
  background-color: var(--royal-blue);
  padding: 3.5rem;
}

.huge {
  font-size: 5rem;
  line-height: 1;
}

.styles__block {
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  padding: 1.1rem 1.5rem;
}

.program {
  position: relative;
}

.section-padding {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.section-padding.p-b-0 {
  padding-bottom: 0;
}

.section-padding.md {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-padding.sm {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}

.section-padding.lg {
  padding-top: 14.3875rem;
  padding-bottom: 14.3875rem;
}

.section-padding.big-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.col-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.padding-32 {
  padding-bottom: 2rem;
}

.padding-20 {
  padding-bottom: 1.5rem;
}

.benefits {
  background-color: var(--black);
  position: relative;
}

.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .2s;
}

.benefits__contents {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--text-gray);
  flex-direction: column;
  display: flex;
}

.icon-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.icon-flex.center {
  align-items: center;
}

.icon-flex.top {
  align-items: flex-start;
}

.icon-wrap {
  width: 5rem;
  height: 5rem;
  min-height: 5rem;
  min-width: 5rem;
  background-color: var(--royal-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-sm {
  width: 60%;
}

.heading-border {
  border-bottom: 4px solid var(--royal-blue);
  color: var(--white);
  margin-bottom: 1.5rem;
  line-height: 1;
  display: inline-block;
}

.benefits__list {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 6.6rem;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 6.6rem;
  grid-auto-columns: 1fr;
  display: grid;
}

.donor {
  position: relative;
  overflow: hidden;
}

.icon-parent {
  width: 7rem;
  height: 7rem;
  background-color: var(--white);
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.8125rem;
  display: flex;
}

.donor__logos {
  height: 9rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--royal-blue);
  border-top-left-radius: 66px;
  border-bottom-left-radius: 66px;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: absolute;
  bottom: 13%;
  right: 0;
}

.donor__logo-img {
  max-width: 8rem;
}

.donor__logo-img.su {
  height: 48px;
}

.community {
  background-color: var(--black);
  position: relative;
}

.form-block {
  background-color: var(--dark-grey);
  border-radius: 1.4rem;
  margin-bottom: 3.75rem;
  padding: 1.875rem;
}

.form-fields-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form__field {
  height: auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: rgba(255, 255, 255, .5);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  padding-left: 0;
}

.form__field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
  text-align: left;
  text-transform: capitalize;
}

.form__field::placeholder {
  color: rgba(255, 255, 255, .5);
  text-align: left;
  text-transform: capitalize;
}

.form__field.text-area {
  padding-bottom: 8.4rem;
}

.form__field.select {
  background-color: var(--dark-grey);
}

.form__title {
  text-transform: capitalize;
}

.form__left {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.btn-submit {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.footer {
  background-color: var(--dark-grey);
  border-radius: 1.5rem 1.5rem 0 0;
  position: relative;
}

.footer__logo {
  width: 60%;
}

.logo-background {
  width: 10rem;
  height: 10rem;
  min-height: 10rem;
  min-width: 10rem;
  background-color: var(--midnight-blue);
  object-fit: cover;
  border-radius: 1.6rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer__link-title {
  border-bottom: 2px solid var(--white);
  margin-bottom: 2rem;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  display: inline-block;
}

.footer__link-col {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-direction: column;
  display: flex;
}

.grid-2-col {
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer__line {
  height: 1px;
  background-color: rgba(255, 255, 255, .76);
}

.footer__copyright {
  text-align: center;
}

.heading-primary {
  font-size: 6.5rem;
}

.heading-primary.line-height {
  line-height: 1.3;
}

.heading-primary.medium-size {
  font-size: 4.5rem;
}

.text-dark-gray {
  color: var(--text-gray);
  border: 0 #000;
}

.text-dark-gray.custom {
  padding-top: 1rem;
}

.text-dark-gray.show-m {
  display: none;
}

.about-hero {
  color: var(--text-gray);
  position: relative;
  overflow: hidden;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.bg-gray {
  background-color: var(--dark-grey);
}

.motto {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

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

.heading-secondary {
  color: var(--white);
  font-family: Bebasneue, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
}

.heading-secondary.line-h {
  line-height: 1.2;
}

.text-button {
  background-color: var(--white);
  color: var(--royal-blue);
  padding: 0 .9rem;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
}

.bg-height {
  min-height: 37.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.misson {
  position: relative;
  overflow: hidden;
}

.vision {
  background-image: linear-gradient(rgba(0, 0, 0, .26), rgba(0, 0, 0, .26)), url('../images/boxer-bg-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
  overflow: hidden;
}

.capitalize {
  text-transform: capitalize;
}

.coach-team {
  position: relative;
}

.max-width {
  max-width: 45rem;
}

.blue-gradient {
  height: 20%;
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--black));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.coach__contents {
  z-index: 2;
  position: relative;
}

.coach-items {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  margin-top: 6rem;
  display: flex;
}

.coach__item {
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
  grid-template-rows: auto;
  grid-template-columns: 21rem 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.coach__title {
  color: var(--white);
  padding-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.coach__item-img-wrap {
  border-radius: 4rem;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 99px rgba(29, 81, 254, .5);
}

.coach__item-img-wrap.tyler {
  max-height: 540px;
}

.coach__item-img-wrap.april {
  max-height: 33.25rem;
}

.coach__item-img-wrap.travis {
  max-height: 21rem;
}

.coach__item-img-wrap.joe {
  max-height: 28.56rem;
}

.support {
  position: relative;
}

.support.classes-support {
  background-image: url('../images/support-bg.png');
  background-position: 50%;
}

.support.schedule-support {
  background-image: url('../images/schedule-bg.png');
  background-position: 50% 0;
}

.support.support--about {
  background-image: none;
}

.class-hero {
  position: relative;
}

.donate-hero {
  color: var(--text-gray);
  position: relative;
  overflow: hidden;
}

.footer__grid {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.coach__item-img {
  width: 100%;
  height: 100%;
  border: 6px solid var(--white);
  border-radius: 4rem;
}

.coach__item-img.travis {
  object-position: 50% 0%;
}

.coach__item-img.april {
  max-height: 532px;
}

.coach__item-img.tyler {
  height: 540px;
}

.coach__item-img.joe {
  max-height: 28.5625rem;
}

.text-max-width {
  max-width: 33rem;
}

.burger-wrap {
  cursor: pointer;
  padding: .6rem;
  display: none;
}

.burger {
  width: 1.5rem;
  height: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.burger__line {
  width: 100%;
  height: 1px;
  background-color: var(--white);
}

.pay {
  background-color: var(--royal-blue);
  position: relative;
  overflow: hidden;
}

.text-link {
  font-size: 1.25rem;
  font-weight: 700;
}

.text-link.normal {
  font-weight: 400;
}

.vertical-gap-30 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.vertical-gap-30.center {
  align-items: center;
}

.pay__img {
  width: 100%;
}

.pay__figure {
  width: 45%;
}

.donate__btn-img {
  max-width: 16.62rem;
}

.donate__btn {
  display: none;
}

.icon-abs {
  position: absolute;
}

.icon-abs.right-top {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.icon-abs.bottom {
  top: auto;
  bottom: 0;
  left: 31%;
}

.pay__grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pay__figure-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: flex;
}

.gallery__img-wrap {
  border-radius: 1.8rem;
  position: relative;
  overflow: hidden;
}

.scroll-down {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translate(-50%);
}

.scroll__mouse {
  width: 1.7rem;
  height: 2.4rem;
  border: 1px solid var(--white);
  border-radius: 1rem;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.375rem;
  padding-right: 40px;
  display: flex;
}

.banner-left {
  width: 100%;
  max-width: 32rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.banner-left.md {
  max-width: 36rem;
}

.banner-left.lg {
  max-width: 42.625rem;
}

.banner-left.wide {
  max-width: 40rem;
}

.form-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.form-grid._1-row {
  grid-template-rows: auto;
  padding-bottom: 4rem;
}

.pulse {
  width: 1rem;
  height: 1rem;
  min-height: 1rem;
  min-width: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pulse__front {
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 2px solid var(--white);
  background-color: var(--royal-blue);
  border-radius: 100%;
  position: absolute;
}

.plus-back {
  width: 100%;
  height: 100%;
  background-color: var(--royal-blue);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  position: absolute;
}

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

.reg-form {
  position: relative;
}

.text-deco {
  text-decoration: underline;
}

.form__top-img {
  object-fit: contain;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(-50%, -100%);
}

.div-block-2 {
  position: relative;
}

.html-embed {
  width: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.vertical-gap-20 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.overlay-abs {
  width: 100%;
  height: 100%;
  background-color: var(--black);
  border-radius: 4rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 100%);
}

.social-embed {
  line-height: 1;
  transition: all .5s;
}

.social-embed:hover {
  color: var(--royal-blue);
  transform: translate(0, -10%);
}

.mouse__wheel {
  width: 5px;
  height: 10px;
  background-color: var(--white);
  transform-origin: 0 100%;
  border-radius: 3px;
}

.margin-top-80 {
  margin-top: 5rem;
}

.background-video {
  height: 100%;
}

.background-video.motti-bg-v {
  background-image: linear-gradient(rgba(29, 81, 254, .5), rgba(29, 81, 254, .5));
}

.hidden {
  display: none;
}

.about-hero__img {
  z-index: 0;
  width: 60%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.max-width--sm {
  max-width: 20em;
}

.about-hero__abs-img {
  z-index: 0;
  height: 85%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.suppport__contents {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.preloader {
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader__inner {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--midnight-blue);
  border-radius: 1.5rem;
  position: relative;
  transform: scale(0);
}

.preloader__logo {
  z-index: 9;
  position: absolute;
}

.send-icon {
  width: 1rem;
  transition: transform .5s;
  position: absolute;
  right: 13%;
}

.icon-abs--hand {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 4.6vw;
  right: auto;
}

.bg-video-height {
  min-height: 42rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mission__img-abs {
  width: 40%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-relative {
  z-index: 1;
  position: relative;
}

.button--submit {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  letter-spacing: .03em;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .7rem 3.625rem .7rem 2rem;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  transition: background-color .5s;
  display: flex;
}

.button--submit.trans {
  background-color: rgba(0, 0, 0, 0);
  padding-left: .8rem;
  padding-right: .8rem;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-submit-wrap {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  background-color: var(--royal-blue);
  letter-spacing: .03em;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  transition: background-color .5s;
  display: flex;
  position: relative;
}

.button-submit-wrap:hover {
  background-color: #003bfd;
}

.button-submit-wrap.trans {
  background-color: rgba(0, 0, 0, 0);
  padding-left: .8rem;
  padding-right: .8rem;
}

.blue {
  color: var(--royal-blue);
}

.ab {
  width: 150px;
  height: 150px;
  object-position: 50% 30%;
  border-radius: 100%;
}

.image-2 {
  width: 21%;
  position: absolute;
  bottom: 0;
  left: 24%;
  right: auto;
}

.bg-img-wrap {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/BG_1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-img-wrap.donor-bg {
  background-image: url('../images/Group-209.png');
}

.bg-img-wrap.program-bg {
  background-image: url('../images/BG.png');
  background-position: 50% 0;
  background-size: cover;
}

.bg-img-wrap.vision-bg {
  display: none;
}

.bg-img-wrap.support-bg {
  background-image: url('../images/support-bg.png');
}

.bg-img-wrap.support-bg--2 {
  background-image: url('../images/schedule-bg.png');
}

.bg-img-wrap.reg-bg {
  background-image: url('../images/reg-bg.png');
}

.bg-img-wrap.donate-bg {
  background-image: url('../images/Donate-bg-img.png');
  overflow: hidden;
}

.bg-img-wrap.diversity-bg {
  background-image: url('../images/pexels-cottonbro-47528451.png');
  background-position: 50% 0;
  background-size: cover;
}

.bg-img-wrap.guided-by-coaches-bg {
  background-image: url('../images/pexels-cottonbro-4752845.png');
  background-position: 50% 0;
  background-size: cover;
}

.bg-img-wrap.boxing-standards-bg {
  background-image: url('../images/pexels-cottonbro-47528452.png');
  background-position: 50% 0;
  background-size: cover;
}

.link-underline {
  text-decoration: underline;
}

.donate-hero__boxer-girl {
  width: 56%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.preloader__bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--midnight-blue);
  position: relative;
}

.success-message {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.diversity {
  position: relative;
}

.heading {
  text-transform: none;
  font-weight: 700;
}

.underline {
  border-bottom: 4px solid #1d51fe;
  border-radius: 0;
}

.heading-underline {
  text-transform: none;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-2, .standard-title {
  text-transform: none;
}

.boxing-standards, .guided-by-coaches {
  background-color: var(--black);
  position: relative;
}

.email-info {
  background-color: #1d1d1d;
  border-radius: 24px;
  padding: 30px;
}

.flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.email-link {
  margin-top: 30px;
  font-size: 1.25rem;
  font-weight: 700;
}

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

.form__top-image {
  transform: translate(-50%, -100%);
}

@media screen and (min-width: 1920px) {
  .program, .donor {
    background-position: 50% 0;
  }

  .donor__content {
    min-height: 660px;
  }

  .footer {
    position: relative;
  }

  .about-hero {
    background-position: 70%;
  }

  .vision {
    background-position: 50% 0;
  }

  .support {
    background-position: 50% 40%;
  }

  .support.classes-support {
    background-position: 50% 0;
  }

  .support.schedule-support {
    background-position: 50% 20%;
  }

  .flex-end {
    min-height: 704px;
  }

  .reg-form {
    background-position: 50% 20%;
  }

  .suppport__contents {
    min-height: 750px;
  }

  .preloader {
    background-color: var(--black);
  }

  .preloader__inner {
    background-color: var(--royal-blue);
    justify-content: center;
    align-items: center;
    transform: scale(0);
  }

  .icon-abs--hand {
    left: 16.1vw;
  }

  .donate-hero__boxer-girl {
    width: 55%;
    height: 90%;
    object-position: 50% 0%;
  }

  .diversity {
    background-position: 50% 0;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 5rem;
  }

  .nav__logo-wrap {
    padding: 12px;
  }

  .nav__list {
    width: 60%;
    height: 100vh;
    background-color: var(--black);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 6.6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: translate(105%);
  }

  .nav__li {
    width: 100%;
    border-bottom: 1px solid #424242;
    padding-left: 0;
  }

  .nav__li.close {
    width: auto;
    border-bottom-style: none;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .nav__items {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .hero__contents {
    min-height: auto;
  }

  .hero__contents.home {
    min-height: 100vh;
    padding-top: 8rem;
  }

  .icon-flex.top {
    align-items: flex-start;
  }

  .icon-wrap {
    width: 4rem;
    height: 4rem;
    min-height: 4rem;
    min-width: 4rem;
  }

  .heading-border {
    line-height: 1.3;
  }

  .icon-parent {
    margin-bottom: 2.5rem;
  }

  .donor__logos {
    height: 7rem;
    bottom: 4%;
  }

  .donor__logo-img.su {
    max-width: none;
  }

  .form-block {
    margin-bottom: 3rem;
  }

  .form__field {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .form__field.text-area {
    padding-bottom: 6rem;
  }

  .grid-2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-primary {
    font-size: 5rem;
  }

  .heading-primary.custom {
    font-size: 4.5rem;
  }

  .heading-secondary {
    font-size: 4rem;
    line-height: 1.2;
  }

  .bg-height {
    min-height: 26rem;
  }

  .coach-items {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .coach__item {
    grid-column-gap: 1.75rem;
    grid-row-gap: 4rem;
    grid-template-columns: .8fr 1fr;
  }

  .donate-hero {
    color: var(--text-gray);
  }

  .footer__grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .burger-wrap {
    display: block;
  }

  .burger__line {
    background-color: rgba(255, 255, 255, .48);
  }

  .nav__close-wrap {
    cursor: pointer;
    padding: .6rem;
  }

  .nav__close {
    width: 1.2rem;
    height: 1.2rem;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .nav__close-line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    transform: rotate(45deg);
  }

  .nav__close-line.top {
    transform: rotate(-45deg);
  }

  .vertical-gap-30 {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
  }

  .icon-abs.bottom {
    left: 19%;
  }

  .pay__grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .pay__figure-grid {
    max-width: 750px;
  }

  .form-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .vertical-gap-20 {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
  }

  .about-hero__img {
    width: 36rem;
  }

  .about-hero__abs-img {
    width: 100%;
    object-position: 50% 0%;
    position: static;
  }

  .bg-video-height {
    min-height: 26rem;
  }

  .mission__img-abs {
    width: 70%;
  }

  .image-2 {
    left: 3%;
  }

  .bg-img-wrap.donate-bg {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  body {
    line-height: 1.6;
  }

  h2 {
    font-size: 4rem;
  }

  .nav__logo-wrap {
    padding-left: 0;
  }

  .nav__list {
    width: 70%;
    padding-left: 1rem;
    padding-right: 1rem;
    transform: translate(105%);
  }

  .nav__items {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .hero__contents {
    min-height: auto;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .hero__contents.home {
    padding-bottom: 13.2rem;
  }

  .hero__heading {
    font-size: 5.9rem;
  }

  .button-primary {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-gap-sm {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .program {
    background-position: 76%;
  }

  .section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-padding.md {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-padding.sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-padding.lg {
    padding-top: 10.3875rem;
    padding-bottom: 3.4875rem;
  }

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

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

  .icon-flex.center {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-border {
    font-size: 1.6rem;
  }

  .benefits__list {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-bottom: 2rem;
  }

  .image-grid {
    grid-template-rows: 4rem;
    grid-auto-rows: 5rem;
  }

  .donor {
    background-position: 70%;
  }

  .icon-parent {
    width: 6rem;
    height: 6rem;
  }

  .donor__logos {
    height: 6rem;
    max-width: 80%;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
    bottom: 12%;
  }

  .donor__logo-img {
    max-width: 3rem;
  }

  .donor__logo-img.su {
    max-width: none;
  }

  .form-block {
    margin-bottom: 0;
  }

  .form__left {
    align-items: center;
  }

  .footer {
    font-size: .9rem;
  }

  .footer__link-title {
    font-size: 1.2rem;
  }

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

  .heading-primary {
    margin-bottom: 1rem;
    font-size: 4rem;
  }

  .text-dark-gray.custom {
    display: none;
  }

  .text-dark-gray.show-m {
    display: block;
  }

  .heading-secondary {
    font-size: 3.5rem;
    line-height: 1.3;
  }

  .vision {
    background-image: linear-gradient(rgba(0, 0, 0, .26), rgba(0, 0, 0, .26));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .coach__item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .coach__item-img-wrap {
    max-height: 500px;
  }

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

  .text-max-width {
    max-width: 100%;
  }

  .text-link {
    font-size: 1.1rem;
  }

  .vertical-gap-30 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .icon-abs {
    width: 56%;
  }

  .icon-abs.right-top {
    width: 10rem;
  }

  .icon-abs.bottom {
    width: 12rem;
    left: 27%;
  }

  .pay__grid {
    grid-template-columns: 1fr;
    padding-bottom: 56px;
  }

  .pay__figure-grid {
    max-width: 560px;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .scroll-down {
    bottom: 12%;
  }

  .button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .form__left-img {
    align-self: center;
  }

  .icon-md {
    width: 60%;
  }

  .form__top-img {
    margin-top: 2rem;
    position: static;
    transform: none;
  }

  .vertical-gap-20 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image {
    width: 40%;
  }

  .paragraph {
    font-size: .8rem;
  }

  .margin-top-80 {
    margin-top: 4rem;
  }

  .about-hero__img {
    width: 100%;
    position: static;
  }

  .icon-abs--hand {
    width: 12rem;
  }

  .mission__img-abs {
    width: 100%;
    position: static;
  }

  .button--submit, .button-submit-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .image-2 {
    display: none;
  }

  .bg-img-wrap {
    min-height: 16rem;
    position: static;
  }

  .bg-img-wrap.donor-bg {
    position: relative;
  }

  .bg-img-wrap.program-bg {
    background-position: 100%;
  }

  .bg-img-wrap.vision-bg {
    background-image: url('../images/vision-bg.png');
    background-position: 50%;
    display: block;
  }

  .bg-img-wrap.support-bg {
    background-position: 100%;
  }

  .bg-img-wrap.donate-bg {
    background-image: url('../images/donate-bg.png');
    position: relative;
  }

  .bg-img-wrap.diversity-bg, .bg-img-wrap.guided-by-coaches-bg, .bg-img-wrap.boxing-standards-bg {
    background-position: 100%;
  }

  .donate-hero__boxer-girl {
    width: auto;
    height: 100%;
    display: none;
    top: 0;
    bottom: 0%;
  }

  .diversity {
    background-position: 76%;
  }

  .form__top-image {
    margin-top: 2rem;
    position: static;
    transform: none;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 1.4rem;
  }

  .nav__list {
    width: 75%;
  }

  .nav__items {
    padding-right: .7rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero__contents {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero__contents.home {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .hero__heading {
    font-size: 4.8rem;
  }

  .button-primary {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .flex-gap-sm {
    flex-wrap: wrap;
  }

  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-padding.sm {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .section-padding.lg {
    padding-top: 8.6875rem;
  }

  .heading-border {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .benefits__list {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .image-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-auto-rows: 4rem;
  }

  .icon-parent {
    width: 5rem;
    height: 5rem;
  }

  .donor__logos {
    height: 5rem;
    max-width: 95%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    bottom: 7%;
  }

  .donor__logo-img {
    max-width: 2rem;
  }

  .donor__logo-img.su {
    height: 36px;
  }

  .community {
    padding-top: 0;
  }

  .heading-primary {
    font-size: 3.6rem;
  }

  .heading-primary.custom {
    font-size: 4rem;
  }

  .heading-primary.line-height {
    line-height: 1.1;
  }

  .heading-primary.medium-size {
    font-size: 3.6rem;
  }

  .motto {
    background-position: 80%;
  }

  .heading-secondary {
    font-size: 3rem;
  }

  .vision {
    background-position: 0%;
  }

  .coach-items {
    margin-top: 4rem;
  }

  .coach__item-img-wrap {
    max-height: 400px;
    border-radius: 2rem;
  }

  .coach__item-img {
    border-width: 2px;
    border-radius: 2rem;
  }

  .text-link {
    font-size: .9rem;
  }

  .pay__img {
    max-width: 300px;
  }

  .pay__figure {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-abs.right-top {
    width: 8rem;
  }

  .icon-abs.bottom {
    left: 14%;
  }

  .button-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }

  .reg-form {
    background-position: 50%;
  }

  .suppport__contents {
    min-height: 38rem;
  }

  .icon-abs--hand {
    width: 10rem;
  }

  .button--submit, .button-submit-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .bg-img-wrap {
    min-height: 16rem;
  }

  .bg-img-wrap.vision-bg {
    background-position: 0%;
  }

  .bg-img-wrap.donate-bg {
    background-position: 100%;
  }

  .email-info {
    padding: 16px;
  }

  .email-link {
    margin-top: 16px;
    font-size: 1rem;
  }
}

#w-node-a168e0f8-7c15-70e6-a317-4171cbb30162-608a2992, #w-node-_22fd28ab-cbc4-44a1-d0f7-62379434b7d4-608a2992, #w-node-a6597cf5-bcad-c64c-a965-3c12d999dc01-608a2992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31adc171-8d8b-2c62-1b40-ff4b39b44865-608a2992, #w-node-e208b5c3-364e-2078-94a2-cc79c9c2568b-608a2992 {
  grid-area: 1 / 1 / 5 / 3;
}

#w-node-a195455b-dbcb-80b3-1136-159c95a377d2-608a2992, #w-node-_24466710-7862-28c3-d766-2f14be9af190-608a2992 {
  grid-area: 5 / 1 / 7 / 2;
}

#w-node-_7ff08f04-fae8-54d8-8281-37754ca5c310-608a2992, #w-node-_4972a775-eaa6-c798-e2f9-4eb9f26569d0-608a2992 {
  grid-area: 7 / 1 / 9 / 2;
}

#w-node-_6514589e-aee9-fd5e-957d-dd03b8e57766-608a2992, #w-node-_6165d548-1063-1f93-2f5c-dc2d5c9bc9cf-608a2992 {
  grid-area: 5 / 2 / 8 / 3;
}

#w-node-_6cb0d683-94ed-8cd2-cb5d-91f41590c88c-608a2992, #w-node-_4972a775-eaa6-c798-e2f9-4eb9f26569d1-608a2992 {
  grid-area: 8 / 2 / 10 / 3;
}

#w-node-_2117c86c-a03b-4895-6be6-147f48a50645-608a2992, #w-node-d82fdccd-ea38-73cc-511e-8a5f4344bba1-608a2992 {
  grid-area: 9 / 1 / 12 / 2;
}

#w-node-_644a0ab9-47a4-8521-d573-50ef8f83969e-608a2992, #w-node-_4972a775-eaa6-c798-e2f9-4eb9f26569d2-608a2992 {
  grid-area: 10 / 2 / 12 / 3;
}

#w-node-bcbfe2ef-c0e9-274c-76e8-e496e9eb0cad-608a2992, #w-node-e4c1312e-fd33-4185-49df-9b3d93b0c8d0-608a2992, #w-node-_607371ce-0840-a48b-f098-b7b4d313066b-d3130666, #w-node-_607371ce-0840-a48b-f098-b7b4d3130677-d3130666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0beb54f-f36d-73c5-af97-99e0957ebe40-82d45d0e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f4d4fed8-ca27-65b4-1a1a-7d4382d45d12-82d45d0e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-abfb6f88-0161-ec6b-d8e1-67123b0df735-718a2993, #w-node-abfb6f88-0161-ec6b-d8e1-67123b0df73a-718a2993 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abfb6f88-0161-ec6b-d8e1-67123b0df73c-718a2993, #w-node-abfb6f88-0161-ec6b-d8e1-67123b0df73d-718a2993, #w-node-_58b672bd-5234-1608-e9b9-e247c4cd24e0-718a2993 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_58b672bd-5234-1608-e9b9-e247c4cd24db-718a2993, #w-node-_58b672bd-5234-1608-e9b9-e247c4cd24dc-718a2993 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f344bce-1f61-fc56-362a-a454d39f87a0-718a2993 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2f344bce-1f61-fc56-362a-a454d39f87a4-718a2993, #w-node-bd8fe645-1eff-6801-3a0f-5c6a78f64af5-2e8a2994, #w-node-a11e5f39-4570-c574-26ca-11138f582bcc-2e8a2994, #w-node-c9e8cac5-7e3e-e521-c307-c719212e69f9-2e8a2994 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58d4d2a7-d079-cf1d-1042-8c0290d90284-2e8a2994 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ed48a6b8-952f-bba4-a17a-f7067ded03cf-e98a2995 {
  align-self: center;
  justify-self: center;
}

#w-node-_77b0d788-0074-d7b1-2346-4c60f02c7a80-ca8a2996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93c5a21c-8099-54c5-7fdc-72e5e5c11082-688a2998 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_77b0d788-0074-d7b1-2346-4c60f02c7a80-ca8a2996 {
    justify-self: center;
  }

  #w-node-_93c5a21c-8099-54c5-7fdc-72e5e5c11082-688a2998 {
    align-self: end;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f4d4fed8-ca27-65b4-1a1a-7d4382d45d12-82d45d0e {
    grid-row: 3 / 4;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}