@font-face {
  font-family: Orbitron;
  src: url('../fonts/Orbitron-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Orbitron;
  src: url('../fonts/Orbitron-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Orbitron;
  src: url('../fonts/Orbitron-ExtraBold.ttf') format("truetype"), url('../fonts/Orbitron-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Orbitron;
  src: url('../fonts/Orbitron-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Orbitron;
  src: url('../fonts/Orbitron-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-ExtraBold.ttf') format("truetype"), url('../fonts/Sora-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Russoone;
  src: url('../fonts/RussoOne-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --margins--laptop-margins: 50px;
  --colors--background-clr: #ececec;
  --margins--pc-margins: 80px;
  --margins--tab-margins: 20px;
  --colors--primary: #002c1d;
  --colors--primary-shade1: #005035;
  --fonts--sora: Sora, Arial, sans-serif;
  --colors--black: black;
  --colors--white: white;
  --colors--secondary: #ba9232;
  --fonts--orbitron: Orbitron, Verdana, sans-serif;
  --margins--mob-margins: 10px;
  --fonts--russoone: Russoone, Impact, sans-serif;
}

.body-wrapper {
  width: 100vw;
}

.section {
  padding: 120px var(--margins--laptop-margins);
  background-color: var(--colors--background-clr);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.footer {
  padding-top: 50px;
  padding-bottom: 20px;
}

.section.header {
  min-height: 100vh;
  padding-top: 230px;
}

.section.section-video {
  padding: 0;
}

.section.green {
  background-color: var(--colors--primary);
}

.section.green.section-practice {
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
}

.section.green.section-events {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.section-stats, .section.section-quote {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
}

.section.no-top-margin {
  padding-top: 0;
}

.section.no-top-margin.section-videos.section-all-videos, .section.section-contact {
  padding-top: 220px;
}

.section.section-contact.no-margin-bottom {
  padding-bottom: 0;
}

.container {
  z-index: 1;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.container.container-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.container.container-header {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.container.container-video {
  max-width: 100%;
  height: 100%;
}

.container.container-stats {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.container.container-practice {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 100%;
}

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

.container.container-videos {
  justify-content: flex-start;
  align-items: flex-start;
}

.container.container-events {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
}

.container.contact-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.link {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--colors--primary-shade1);
  text-transform: capitalize;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Sora, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link.no-decor {
  text-decoration: none;
}

.link-text {
  font-family: var(--fonts--sora);
  color: var(--colors--black);
}

.link-text.is-absolute {
  position: absolute;
}

.link-text.home {
  color: var(--colors--primary-shade1);
}

.menu-btn-line {
  background-color: #151515;
  border-radius: 30px;
  width: 100%;
  height: 3px;
  margin-top: 12px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar {
  background-color: #fff0;
  padding: 15px 50px;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.navbar-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.header-menu-left-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  display: flex;
}

.header-logo-img {
  width: 70px;
}

.header-menu-right-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mob-nav-links {
  display: none;
}

.navbar-logo-link {
  z-index: 10;
  text-align: center;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 120px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: translate(-50%);
}

.btn {
  border: 2px solid var(--colors--primary-shade1);
  text-decoration: none;
}

.btn.yellow {
  border-color: var(--colors--secondary);
}

.btn.yellow.left {
  align-self: flex-start;
}

.btn.submit {
  align-self: flex-start;
  margin-top: 30px;
  position: relative;
}

.btn-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--colors--primary-shade1);
  outline-color: var(--colors--primary-shade1);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  text-decoration: none;
  display: flex;
  transform: translate(-6px, -6px);
}

.btn-container.yellow {
  background-color: var(--colors--secondary);
  outline-color: var(--colors--secondary);
}

.paragraph {
  font-family: var(--fonts--sora);
  color: var(--colors--black);
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph.white {
  color: var(--colors--white);
}

.paragraph.white.about-paragraph {
  text-align: justify;
  font-weight: 300;
}

.paragraph.header-paragraph {
  width: 500px;
}

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

.footer-logo {
  width: 70px;
  text-decoration: none;
}

.footer-links-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-links-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-link {
  width: 30px;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-social-link:hover {
  opacity: .8;
}

.event-code {
  width: 120%;
  transform: translate(-18%);
}

.footer-decor {
  width: 250px;
  position: absolute;
  inset: auto 0% 0% 50%;
}

.header-img {
  height: 100%;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.header-heading {
  font-family: var(--fonts--orbitron);
  color: var(--colors--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 900;
  line-height: 77px;
}

.header-left {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 610px;
  display: flex;
}

.header-left-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 610px;
  display: flex;
}

.header-right {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--colors--primary-shade1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.header-scroll {
  top: auto;
  left: auto;
  right: var(--margins--laptop-margins);
  bottom: var(--margins--laptop-margins);
  transition: all .2s;
  position: absolute;
}

.header-scroll:hover {
  opacity: .7;
  transform: translate(0, 5px);
}

.header-right-content-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-right-content-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.header-right-line {
  background-color: var(--colors--white);
  width: 100%;
  height: 3px;
}

.secondary-heading {
  font-family: var(--fonts--russoone);
  color: var(--colors--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 40px;
}

.secondary-heading.green {
  color: var(--colors--primary-shade1);
}

.secondary-heading.black {
  color: var(--colors--black);
}

.secondary-heading.black.video-title {
  font-size: 21px;
  line-height: 21px;
}

.header-right-content-inside-div {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dot {
  background-color: var(--colors--white);
  border-radius: 20px;
  width: 8px;
  height: 8px;
}

.dot.green {
  background-color: var(--colors--primary-shade1);
}

.video {
  height: 100vh;
}

.about-image {
  width: 30%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.primary-heading {
  font-family: var(--fonts--orbitron);
  color: var(--colors--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 48px;
}

.primary-heading.black {
  color: var(--colors--black);
}

.primary-heading.black.quote {
  text-align: center;
  line-height: 50px;
}

.primary-heading.events-heading {
  width: 440px;
}

.about-content-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.yellow {
  color: var(--colors--secondary);
}

.stats-left {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.stats-left-inner-div {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stats-left-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.stats-right {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.stats-right-contet-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.stats-right-content-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stats-right-content-inner-div {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title {
  font-family: var(--fonts--sora);
  color: var(--colors--black);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 20px;
}

.practice-img {
  width: 440px;
}

.practice-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 50px;
  display: flex;
}

.practice-content-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.paper-tear {
  z-index: 10;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.paper-tear.down {
  inset: auto 0% 0%;
}

.quote-div {
  width: 680px;
  position: relative;
}

.quote-img {
  width: 45px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-90%, -90%);
}

.section-videos-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.video-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.video-div {
  width: 400px;
}

.video-title-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.caption {
  font-family: var(--fonts--sora);
  color: var(--colors--secondary);
  text-transform: uppercase;
  font-size: 18px;
}

.events-img-div {
  height: 100%;
}

.events-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.header-decor {
  height: 250px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.quote-decor {
  height: 250px;
  position: absolute;
  inset: 20% 0% auto auto;
}

.profile-decor {
  height: 190px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.events-decor {
  height: 250px;
  position: absolute;
  inset: 20% 0% auto auto;
}

.contact-form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.form-block {
  width: 80%;
  margin-top: 30px;
}

.error-message {
  background-color: #ff9090;
  border-radius: 8px;
  margin-top: 30px;
}

.form-element {
  width: 100%;
  height: 50px;
}

.success-message {
  background-color: #dec33e;
  border-radius: 8px;
}

.form-element-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.text-field {
  font-family: var(--fonts--sora);
  color: var(--colors--black);
  background-color: #0000;
  border: 1px solid #a1a1a1;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  font-weight: 300;
  display: flex;
}

.text-field:focus {
  border-color: var(--colors--secondary);
}

.text-field::placeholder {
  color: #a1a1a1;
  font-family: Sora, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.submit-button {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-right: var(--margins--pc-margins);
    padding-left: var(--margins--pc-margins);
  }

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

  .section.green.section-practice {
    justify-content: center;
    align-items: flex-start;
    height: 640px;
  }

  .section.section-stats, .section.section-quote {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-top: 80px;
  }

  .section.no-top-margin.section-videos.section-all-videos, .section.section-contact {
    padding-top: 250px;
  }

  .container {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .container.container-footer {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .container.container-header {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .container.container-practice {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container.container-events {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .link {
    font-size: 19px;
  }

  .link-text {
    font-size: 21px;
  }

  .navbar {
    padding-left: 80px;
    padding-right: 80px;
  }

  .navbar-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-menu-left-div {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .header-logo-img {
    width: 80px;
  }

  .header-menu-right-div {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

  .paragraph.header-paragraph {
    width: 628px;
  }

  .footer-logo {
    width: 80px;
  }

  .footer-social-links-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-social-link {
    width: 32px;
  }

  .footer-decor {
    width: 260px;
  }

  .header-heading {
    font-size: 130px;
    line-height: 103px;
  }

  .header-left {
    width: 500px;
  }

  .header-left-content {
    width: 800px;
  }

  .header-scroll {
    right: var(--margins--pc-margins);
    bottom: var(--margins--tab-margins);
  }

  .secondary-heading {
    font-size: 32px;
    line-height: 45px;
  }

  .secondary-heading.black.video-title {
    font-size: 22px;
    line-height: 30px;
  }

  .primary-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .primary-heading.black.quote {
    line-height: 60px;
  }

  .primary-heading.events-heading {
    width: 500px;
  }

  .stats-right-contet-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .title {
    font-size: 23px;
  }

  .practice-img {
    width: 450px;
  }

  .practice-content-wrapper {
    padding-right: 60px;
  }

  .quote-div {
    width: 756px;
  }

  .quote-img {
    width: 50px;
  }

  .video-div {
    width: 460px;
  }

  .caption {
    font-size: 23px;
  }

  .header-decor, .quote-decor {
    height: 260px;
  }

  .profile-decor {
    height: 220px;
  }

  .events-decor {
    height: 260px;
  }

  .text-field:focus {
    border-color: #dec33e;
  }
}

@media screen and (min-width: 1440px) {
  .section.header {
    height: 800px;
  }

  .section.green.section-practice {
    height: 700px;
  }

  .section.no-top-margin.section-videos {
    padding-left: 70px;
    padding-right: 0;
  }

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

  .container.container-practice {
    max-width: 1440px;
  }

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

  .header-logo-img, .footer-logo {
    width: 90px;
  }

  .footer-links-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-social-links-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-social-link {
    width: 35px;
  }

  .footer-decor {
    width: 300px;
  }

  .header-scroll {
    right: 130px;
  }

  .secondary-heading.black.video-title {
    font-size: 22px;
  }

  .title {
    font-size: 26px;
  }

  .quote-img {
    width: 60px;
  }

  .video-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .video-div {
    width: 500px;
  }

  .video-title-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .caption {
    font-size: 26px;
  }

  .header-decor, .quote-decor {
    height: 300px;
  }

  .profile-decor {
    height: 260px;
  }

  .events-decor {
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-right: var(--margins--tab-margins);
    padding-left: var(--margins--tab-margins);
  }

  .section.header {
    height: auto;
    padding-top: 270px;
  }

  .section.green.section-practice {
    height: auto;
  }

  .container.container-header {
    flex-flow: column;
  }

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

  .container.container-practice {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 50px 40px;
  }

  .link {
    font-size: 14px;
  }

  .menu-btn-line {
    background-color: #000;
  }

  .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    padding: 4px 10px;
  }

  .menu-button.w--open {
    background-color: #f7dfa1a1;
    border-radius: 60px;
  }

  .paragraph.white.tab-center {
    text-align: center;
  }

  .header-img {
    width: 70%;
    height: auto;
    inset: 0% auto auto 50%;
    transform: translate(-50%);
  }

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

  .header-left {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: 500px;
  }

  .header-left-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .header-right {
    align-self: flex-end;
    width: 300px;
    transform: translate(0, -60px);
  }

  .header-scroll {
    right: var(--margins--tab-margins);
    bottom: var(--margins--tab-margins);
    display: none;
  }

  .header-right-content-wrapper {
    width: 90%;
  }

  .secondary-heading.black.video-title {
    width: 100%;
    font-size: 19px;
  }

  .primary-heading.black.quote {
    line-height: 53px;
  }

  .primary-heading.tab-center {
    text-align: center;
  }

  .stats-left, .stats-left-content {
    justify-content: flex-start;
    align-items: center;
  }

  .stats-right-contet-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .title {
    letter-spacing: 4px;
  }

  .practice-img {
    width: 370px;
    height: auto;
  }

  .practice-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .practice-content-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
  }

  .quote-div {
    width: 630px;
  }

  .section-videos-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 50px;
  }

  .video-div {
    width: 350px;
  }

  .profile-decor {
    height: 230px;
  }

  .events-decor {
    height: 170px;
  }

  .form-block {
    order: 1;
    width: 100%;
  }

  .text-field {
    border-color: #7e7e7e;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-right: var(--margins--tab-margins);
    padding-left: var(--margins--tab-margins);
  }

  .section.header {
    padding-top: 240px;
    padding-bottom: 0;
  }

  .section.green.section-about {
    padding-bottom: 0;
    padding-right: 0;
    padding-left: var(--margins--tab-margins);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section.section-quote {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .section.no-top-margin.section-videos.section-all-videos, .section.section-contact {
    padding-top: 160px;
  }

  .container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .container.container-footer {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    align-items: center;
  }

  .container.container-header {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .container.container-stats {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

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

  .container.container-events {
    flex-flow: column;
  }

  .link {
    font-size: 18px;
  }

  .link-text {
    font-size: 17px;
    line-height: 19px;
  }

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

  .menu-btn-line {
    background-color: var(--colors--primary-shade1);
  }

  .navbar {
    height: 100px;
    padding: 0 20px;
  }

  .navbar-container {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .header-menu-left-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 350px;
    display: none;
  }

  .menu-button.w--open {
    background-color: var(--colors--white);
    box-shadow: 0 0 5px #0003;
  }

  .mob-navbar-link-div {
    justify-content: center;
    align-items: center;
    width: 100%;
    text-decoration: none;
    display: flex;
  }

  .mob-navbar-link-div:hover {
    background-color: #0000001a;
  }

  .nav-menu {
    background-color: var(--colors--white);
    margin-top: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px #0000001a;
  }

  .header-menu-right-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 350px;
    display: none;
  }

  .mob-nav-links {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: var(--colors--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .navbar-logo-link {
    z-index: 0;
    width: 70px;
    height: 55px;
    position: relative;
  }

  .btn-container {
    padding: 17px 25px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph.header-paragraph {
    width: 100%;
  }

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

  .footer-decor {
    inset: auto 0% 0% auto;
    transform: translate(32%, -110px)rotate(-90deg);
  }

  .header-img {
    inset: 0% 0% auto auto;
    transform: translate(-10%, 10%);
  }

  .header-heading {
    width: 100%;
    font-size: 85px;
  }

  .header-left, .header-left-content {
    width: 100%;
  }

  .header-right {
    align-self: center;
    width: 320px;
  }

  .header-scroll {
    right: var(--margins--mob-margins);
    bottom: var(--margins--mob-margins);
  }

  .header-right-content-div, .header-right-content-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .secondary-heading, .secondary-heading.black.video-title {
    font-size: 23px;
    line-height: 28px;
  }

  .video {
    height: 60vh;
  }

  .about-image {
    align-self: flex-end;
    width: 50%;
    position: relative;
  }

  .primary-heading {
    font-size: 50px;
    line-height: 55px;
  }

  .primary-heading.black.quote {
    font-size: 43px;
    line-height: 53px;
  }

  .primary-heading.black.mob-center {
    text-align: center;
  }

  .primary-heading.events-heading {
    width: 100%;
  }

  .about-content-container {
    width: 100%;
    padding-right: 20px;
  }

  .stats-right {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .stats-right-contet-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .title {
    letter-spacing: 3px;
  }

  .quote-div {
    width: 100%;
  }

  .quote-img {
    width: 50px;
    inset: 0% auto auto 50%;
    transform: translate(-50%, -120%);
  }

  .section-videos-wrapper {
    justify-content: center;
    align-items: stretch;
  }

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

  .video-div {
    width: 430px;
  }

  .video-title-div {
    justify-content: flex-start;
    align-items: center;
  }

  .header-decor {
    inset: auto 0% 0% auto;
    transform: rotate(180deg);
  }

  .quote-decor {
    top: 0%;
  }
}

@media screen and (max-width: 479px) {
  .container.container-header {
    margin-bottom: 50px;
  }

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

  .menu-btn-line {
    height: 2px;
    margin-top: 10px;
  }

  .navbar {
    height: 12vh;
  }

  .menu-button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbar-logo-link {
    margin-top: 8px;
  }

  .event-code {
    width: 90%;
  }

  .header-img {
    transform: translate(0%, 30%);
  }

  .header-right {
    align-self: center;
    width: 100%;
    max-width: 300px;
  }

  .secondary-heading {
    font-size: 20px;
  }

  .secondary-heading.black.video-title {
    text-align: center;
  }

  .primary-heading {
    font-size: 40px;
  }

  .primary-heading.black.quote {
    font-size: 31px;
    line-height: 40px;
  }

  .primary-heading.events-heading {
    font-size: 35px;
  }

  .stats-right-contet-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .video-wrapper, .video-div {
    width: 100%;
  }

  .caption {
    text-align: center;
  }

  .header-decor {
    inset: 50% 0% auto auto;
  }

  .profile-decor {
    height: 190px;
  }

  .events-decor {
    inset: auto 0% 0% auto;
  }
}


@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-ExtraBold.ttf') format('truetype'), url('../fonts/Orbitron-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-ExtraBold.ttf') format('truetype'), url('../fonts/Sora-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Russoone';
  src: url('../fonts/RussoOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}