:root {
  --relume-library-lite--rl-black: black;
  --p8-grey: #5c5c5c;
  --relume-library-lite--rl-white: white;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.nav_divider {
  z-index: 1;
  background-color: #ffffff40;
  width: 30%;
  max-width: 40%;
  height: 1px;
  margin-right: -6rem;
  position: relative;
}

.nav_divider.hide-tablet {
  width: 34%;
  margin-right: 0;
}

.nav_menu {
  color: #fff;
  background-color: #ffffff0a;
  align-items: center;
  height: 4.5rem;
  margin-right: -25.2rem;
  padding-left: 16rem;
  padding-right: 28rem;
  display: flex;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 69.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav_menu-button {
  padding: 1.25rem;
}

.nav_component {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ddd0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 32px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
}

.nav_component.about {
  position: relative;
}

.nav_brand-image {
  width: 10rem;
  height: 6rem;
  position: relative;
  top: 15px;
}

.page-padding {
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 1rem;
  display: flex;
}

.nav_brand {
  flex: none;
  margin-left: -13.5rem;
}

.nav_link {
  color: #fff;
  letter-spacing: .1rem;
  align-items: center;
  height: 4.5rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding: .5rem 0;
  font-family: Oswald, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.nav_link:hover {
  text-decoration: none;
  box-shadow: inset 0 -2px #ffffff80;
}

.nav_link.w--current {
  color: #fff;
  box-shadow: inset 0 -2px #fff;
}

.nav_link.is-last {
  margin-right: 0;
}

.body {
  background-color: #141414;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
}

.nav-cta {
  color: #fff;
  background-color: #a3a3a3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 2.5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  right: 0;
}

.text-block {
  letter-spacing: .15rem;
  font-family: Oswald, sans-serif;
  font-size: 1.15rem;
}

.rl-button {
  border: 1px none var(--relume-library-lite--rl-black);
  background-color: var(--p8-grey);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  letter-spacing: .15rem;
  padding: 1rem 2rem;
  font-family: Exo, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  transition: background-color .2s;
}

.rl-button:hover {
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
}

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium.is-white {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1.is-white {
  color: #fff;
  font-family: Cinzel, sans-serif;
  font-size: 5rem;
  font-weight: 400;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.header5_component {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.header-section {
  background-image: linear-gradient(#00000080, #00000080);
  height: 100vh;
  position: relative;
}

.rl_header5_content {
  color: #fff;
  width: 100%;
  max-width: 68rem;
}

.image {
  width: 175px;
}

.link {
  color: #fff;
  letter-spacing: .05rem;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
}

.link:hover {
  color: #000;
  background-color: #fff;
}

.link.events {
  display: none;
}

.loader---main-page {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.nav-separator {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 1px;
  height: 40px;
  margin-right: 5px;
  display: block;
}

.nav-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-icon {
  filter: invert();
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.fn-faq-item-toggle-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #0f1213;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.footer-container {
  background-color: #141414bf;
  position: relative;
}

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

.footer-logo {
  width: 200px;
}

.social-container {
  padding-top: 20px;
}

.footer-link {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.footer-links-left {
  justify-content: center;
  align-items: flex-end;
}

.footer-links-right {
  justify-content: center;
  align-items: flex-start;
}

.mobile-nav {
  display: none;
}

.background-video-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-custom-code {
  display: none;
}

.rising-stars-heading-container {
  max-width: 400px;
}

.rising-stars-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 145px 5em 80px;
  display: flex;
  position: sticky;
}

.rising-stars-paragraph-container {
  flex: 1;
  max-width: 260px;
  margin-bottom: 16px;
}

.rising-stars-wrapper {
  border-radius: 4px;
  max-width: 1332px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.rising-stars-wrapper.rising-stars-columns {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.rising-stars-content {
  justify-content: space-between;
  display: flex;
}

.heading-wrapper {
  margin-bottom: 16px;
}

.rising-stars-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 64px;
}

.rising-stars-p-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 16px;
  line-height: 28px;
}

.tabs {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  overflow: hidden;
}

.rs-tab-link {
  color: #fff;
  white-space: nowrap;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.rs-tab-link.w--current {
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 10em;
  padding: 20px 40px;
  display: flex;
}

.tab-title {
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.fighter-wrapper {
  border: 1px solid #fff;
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 550px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 5px #ffffff05;
}

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

.fighter-thumbnail {
  object-fit: cover;
  border-radius: 1px;
  width: 100%;
  height: 100%;
}

.fighter-list-wrapper {
  padding-top: 20px;
}

.fighter-gradient {
  background-image: linear-gradient(#fff0, #2e2e2e8c 80%);
  position: absolute;
  inset: 0%;
}

.fighter-name {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 32px;
  line-height: 32px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.fighter-weight {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}

.no-fighters {
  color: #fff;
  background-color: #ddd0;
  padding: 40px 0;
  font-family: Exo, sans-serif;
  font-size: 50px;
}

.no-fighters-text {
  width: 100%;
  height: 100%;
  font-size: 46px;
  overflow: visible;
}

.fighter-section {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 100px;
  display: flex;
}

.fighter-heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 400;
}

.quick-stack {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.scroll-question {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.answer {
  color: #dbdbdb;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 26px;
}

.fighter-tabs {
  width: 100%;
}

.tabs-menu {
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.tab-link-bio {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #ddd0;
  width: 100%;
}

.tab-link-bio.w--current {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #c8c8c859;
}

.tab-link-fights {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #30303000;
  width: 100%;
}

.tab-link-fights.w--current {
  background-color: #303030;
}

.tab-text {
  font-size: 18px;
}

.link-block.w--current {
  z-index: 1;
  width: 175px;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 100px;
  display: grid;
}

.fn-section-off-black {
  color: #ecf0ef;
  background-color: #0f1213;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Open Sans, sans-serif;
  display: flex;
  overflow: hidden;
}

.fn-heading-jambo {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Bitter, serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 1.1em;
}

.fn-label-jambo {
  color: #cdd3d2;
  letter-spacing: .2em;
  text-transform: uppercase;
  max-width: 480px;
  margin-bottom: 96px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-span-color-text {
  color: #fff;
  font-family: Exo, sans-serif;
}

.fn-get-a-demo-link {
  color: #df0;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 230px;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: none;
  transition: letter-spacing .25s;
  display: flex;
  position: relative;
}

.fn-get-a-demo-link:hover {
  color: #df0;
  letter-spacing: .3em;
}

.fn-get-a-demo-link.w--current:hover {
  color: #df0;
}

.fn-get-a-demo-shape {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  flex: none;
  width: 230px;
  height: 230px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.fn-get-a-demo-shape-second {
  border: 1px solid #fff;
  border-radius: 50%;
  flex: none;
  width: 193px;
  height: 193px;
  position: absolute;
  inset: auto auto auto 0;
}

.fn-heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2em;
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-button {
  color: #0f1213;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-section {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

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

.fn-list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #cdd3d2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 45px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.6em;
  list-style-type: none;
  display: flex;
}

.fn-list-item {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-family: Exo, sans-serif;
  font-weight: 400;
  display: flex;
}

.spacer-s {
  width: 24px;
  height: 24px;
}

.fn-feature-pricing-card {
  background-color: #0f1213;
  border: 1px solid #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 2px 5px 1px #fff3;
}

.fn-pricing-line {
  background-color: #3e4545;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.fn-pricing-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.fn-pricing-tabs-menu {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.fn-pricing-tabs-link-right {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #ecf0ef;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 133px;
  min-height: 38px;
  padding: 4px 36px;
  font-size: 16px;
  display: flex;
}

.fn-pricing-tabs-link-right:hover {
  color: #fff;
  background-color: #464646;
  border-style: solid;
  border-color: #fff;
}

.fn-pricing-tabs-link-right.w--current {
  color: #1d1f1e;
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
}

.fn-pricing-tabs-link-right.w--current:hover {
  border-top-color: #df0;
  border-bottom-color: #df0;
  border-right-color: #df0;
}

.fn-pricing-tabs-link-left {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #ecf0ef;
  border-right-style: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 133px;
  min-height: 38px;
  padding: 4px 36px;
  font-size: 16px;
  display: flex;
}

.fn-pricing-tabs-link-left:hover {
  color: #fff;
  background-color: #464646;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.fn-pricing-tabs-link-left.w--current {
  color: #1d1f1e;
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
}

.fn-pricing-tabs-link-left.w--current:hover {
  border-top-color: #df0;
  border-bottom-color: #df0;
  border-left-color: #df0;
}

.fn-pricing-tabs-content, .fn-pricing-tabs-content-wrapper {
  width: 100%;
}

.fn-pricing-tabs-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.fn-heading-7 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3em;
}

.text-block-2 {
  color: #fff;
  font-family: Exo, sans-serif;
}

.feature-text {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}

.fn-heading-10 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2em;
}

.fn-paragraph-2 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-family: Bitter, serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-button-2 {
  color: #0f1213;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button-2:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-section-2 {
  color: #ecf0ef;
  background-color: #141414;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-container-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-column-center-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fn-list-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #cdd3d2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 45px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.6em;
  list-style-type: none;
  display: flex;
}

.fn-list-item-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fn-list-checkmark-2 {
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
  overflow: hidden;
}

.fn-list-checkmark-icon-2 {
  color: #0f1213;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 10px;
  display: flex;
}

.fn-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fn-label-small {
  color: #dbdbdb;
  margin-bottom: 24px;
  line-height: 1em;
}

.fh-section-image-wrapper-first {
  border-radius: 24px;
  width: 100%;
  height: 490px;
  overflow: hidden;
}

.feature {
  font-weight: 500;
}

.fn-heading-12 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-heading-13 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-section-3 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: none;
}

.fn-container-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-slide-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0f1213;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 16px;
  display: grid;
  overflow: hidden;
}

.fn-slider-image {
  object-fit: cover;
  width: 100%;
}

.fn-slider-column {
  padding: 46px 100px 46px 24px;
}

.fn-label-icon {
  background-color: #fff;
  width: 63px;
  height: 1px;
  margin-bottom: 24px;
}

.fn-author-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ecf0ef;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1.6em;
  display: flex;
}

.fn-heading-14 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2em;
}

.fn-field {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 1em;
  transition: border-color .25s;
}

.fn-field:hover {
  border-color: #cdd3d2;
}

.fn-field:active {
  border-color: #fff;
}

.fn-field:focus {
  border-color: var(--relume-library-lite--rl-white);
}

.fn-field::placeholder {
  color: #ecf0ef;
}

.fn-field-message {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 160px;
  max-height: 160px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.fn-field-message:hover {
  border-color: #cdd3d2;
}

.fn-field-message:active, .fn-field-message:focus {
  border-color: #df0;
}

.fn-field-message::placeholder {
  color: #ecf0ef;
}

.fn-form-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fn-button-form {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 42px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-form:hover {
  background-color: #3e4545;
}

.fn-form {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.fn-form-advance {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-select-field {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.fn-success-message {
  color: #0f1213;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-success-message-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.fn-error-message {
  text-align: center;
  background-color: #c33939;
  border-radius: 8px;
  margin-top: 24px;
}

.feature-icon {
  filter: invert();
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}

.button {
  background-color: #535353;
  margin-top: 20px;
}

.contact-section {
  background-color: #1d1f1e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.fn-section-3-cp {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 40px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.video-tabs {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.video-tab-content {
  flex: 1;
}

.tab-titles {
  flex-flow: column;
  flex: 0 auto;
  width: 30%;
  margin-left: 20px;
  display: flex;
}

.tab-link {
  color: #fff;
  background-color: #303030;
  font-size: 24px;
  line-height: 24px;
}

.tab-link.w--current {
  background-color: #7a7a7a;
}

.tab-pane-fights {
  margin-bottom: 40px;
}

.video-wrapper {
  margin-top: 40px;
}

.video-title-text {
  font-size: 28px;
}

.tab-pane-bio {
  height: 68vh;
  overflow: auto;
}

.tabs-menu-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: auto;
}

.quick-stack-2 {
  z-index: 1;
  position: relative;
}

.desktop-list-wrapper {
  display: block;
}

.gyms-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-top: 10em;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: sticky;
}

.gym-name {
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  font-size: 2em;
  line-height: 32px;
  position: absolute;
  inset: auto 0;
}

.gym-list-wrapper {
  padding-top: 0;
  overflow: auto;
}

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

.gym-tabs {
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.gym-tabs-content {
  flex: 1;
}

.gym-tabs-menu {
  flex-flow: column;
  width: 30%;
  margin-left: 20px;
  display: flex;
}

.gym-heading-wrapper {
  color: #fff;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.gym-desktop-list {
  padding-left: 0;
  padding-right: 0;
}

.gym-section-wrapper {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.gym-mobile-list, .mobile-list-wrapper {
  display: none;
}

.world-lottie {
  filter: saturate(0%) brightness(200%);
  width: 400px;
  height: 150px;
  margin-bottom: 20px;
}

.rising-stars-explanatory-text {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 20px;
  line-height: 28px;
}

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

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

.gym-wrapper {
  background-image: linear-gradient(#0000002e, #ffffff0d);
  border: 1px solid #fff;
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 8em;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px #fff3;
}

.page-scroll-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  padding-left: 4em;
  padding-right: 4em;
  display: grid;
}

.page-scroll-visual {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.page-scroll-img-wrap {
  width: 95%;
  max-width: 100%;
  height: 90%;
  max-height: 100%;
}

.page-scroll-img-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.page-scroll-img-item {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
  inset: 0%;
}

.page-scroll-img-item.is-active {
  opacity: 100;
}

.page-scroll-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.page-scroll-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
}

.page-scroll-text-wrap {
  max-width: 65em;
}

.page-scroll-text-item {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  opacity: .2;
  flex-flow: column;
  padding-top: 5em;
  padding-bottom: 5em;
  transition: opacity .3s;
  display: flex;
}

.page-scroll-text-item.is-active {
  opacity: 100;
}

.heading {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}

.paragraph {
  color: #fff;
  font-family: Bitter, serif;
  font-size: 2em;
  line-height: 2em;
}

.mobile-image {
  display: none;
}

.about-heading-wrapper {
  padding-top: 4em;
  padding-left: 5em;
  padding-right: 5em;
}

.faq-questions-heading {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2em;
}

.fn-section-4 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-container-grid-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-column-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-paragraph-no-margin {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.spacer-s-2 {
  width: 24px;
  height: 24px;
}

.fn-faq-classic-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fn-faq-intro {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fn-faq-item-toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #0f1213;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.fn-heading-5-no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-faq-arrow-down {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.gym-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
  overflow: visible;
}

.tabs-menu-states {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: auto;
}

.fighter-bio-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.fighter-slider {
  border: 1px solid #fff;
  border-radius: 16px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

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

.slider {
  height: 50em;
}

.fighter-image {
  object-fit: contain;
  background-color: #141414;
  width: 100%;
  height: 100%;
}

.question-pane {
  padding-left: 40px;
  padding-right: 40px;
}

.question-block {
  padding-right: 60px;
}

.fighter-question {
  color: #fff;
  font-weight: 600;
}

.fighter-answer {
  color: #fff;
  font-family: Bitter, serif;
  font-size: 24px;
  line-height: 24px;
}

.get-started-section {
  padding: 8em 4em;
}

.get-started-heading {
  color: var(--relume-library-lite--rl-white);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2em;
}

.join-us-heading-wrapper {
  padding-top: 10em;
  padding-left: 5em;
  padding-right: 5em;
}

.join-us-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 64px;
}

.fn-heading-15 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  line-height: 1.2em;
}

.fn-paragraph-3 {
  color: #cdd3d2;
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: Bitter, serif;
  font-size: 20px;
  line-height: 1.6em;
}

.fn-section-5 {
  color: #ecf0ef;
  background-color: #141414;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 5em;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-container-grid-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.fn-column-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-label-small-2 {
  color: #df0;
  margin-bottom: 24px;
  line-height: 1em;
}

.fn-paragraph-no-margin-2 {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-field-2 {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
  transition: border-color .25s;
}

.fn-field-2:hover {
  border-color: #cdd3d2;
}

.fn-field-2:active, .fn-field-2:focus {
  border-color: #df0;
}

.fn-field-2::placeholder {
  color: #ecf0ef;
}

.fn-field-message-2 {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 160px;
  max-height: 160px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
}

.fn-field-message-2:hover {
  border-color: #cdd3d2;
}

.fn-field-message-2:active, .fn-field-message-2:focus {
  border-color: #df0;
}

.fn-field-message-2::placeholder {
  color: #ecf0ef;
}

.fn-form-wrapper-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fn-button-form-2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 42px;
  padding: 0 42px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-form-2:hover {
  background-color: #3e4545;
}

.fn-form-2 {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.fn-checkbox {
  border: 1px solid #687373;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.fn-checkbox.w--redirected-checked {
  background-color: #df0;
  background-image: url('../images/Vector-1-Stroke.svg');
  background-size: 8px 8px;
}

.fn-checkbox.w--redirected-focus {
  box-shadow: none;
}

.fn-checkbox-wrapper {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fn-form-advance-2 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-label {
  color: #939b9b;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

.form-label.no-margin {
  color: #fff;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.fn-radio-buttons-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  display: flex;
}

.fn-select-field-2 {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 1em;
}

.fn-radio-button {
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.fn-radio-button.w--redirected-checked {
  background-color: #df0;
  background-image: url('../images/Vector-1-Stroke.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: #0000;
}

.fn-radio-button.w--redirected-focus {
  box-shadow: none;
}

.fn-radio-wrapper {
  align-items: center;
  display: flex;
}

.fn-success-message-2 {
  background-color: var(--relume-library-lite--rl-white);
  color: #0f1213;
  border-radius: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-success-message-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.fn-error-message-2 {
  text-align: center;
  background-color: #c33939;
  border-radius: 8px;
  margin-top: 24px;
}

.join-photo {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.text-block-4 {
  font-family: Exo, sans-serif;
}

.link-2 {
  color: #fff;
}

.div-block {
  justify-content: space-between;
  display: flex;
}

.feature-price {
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 32px;
  display: flex;
}

.get-started-button {
  color: #0f1213;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.get-started-button:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-heading-16 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-paragraph-4 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-section-6 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-container-grid-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-column-4 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-label-small-3 {
  color: #df0;
  margin-bottom: 24px;
  line-height: 1em;
}

.fn-paragraph-no-margin-3 {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-field-3 {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
  transition: border-color .25s;
}

.fn-field-3:hover {
  border-color: #cdd3d2;
}

.fn-field-3:active, .fn-field-3:focus {
  border-color: #df0;
}

.fn-field-3::placeholder {
  color: #ecf0ef;
}

.fn-field-message-3 {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 160px;
  max-height: 160px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
}

.fn-field-message-3:hover {
  border-color: #cdd3d2;
}

.fn-field-message-3:active, .fn-field-message-3:focus {
  border-color: #df0;
}

.fn-field-message-3::placeholder {
  color: #ecf0ef;
}

.fn-form-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fn-button-form-3 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 12px 42px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-form-3:hover {
  background-color: #3e4545;
}

.fn-form-3 {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.fn-checkbox-2 {
  border: 1px solid #687373;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.fn-checkbox-2.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/Vector-1-Stroke.svg');
  background-size: 8px 8px;
}

.fn-checkbox-2.w--redirected-focus {
  box-shadow: none;
}

.fn-checkbox-wrapper-2 {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fn-form-advance-3 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-label-2 {
  color: #939b9b;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

.form-label-2.no-margin {
  margin-bottom: 0;
}

.fn-radio-buttons-wrapper-2 {
  grid-column-gap: 90px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  display: flex;
}

.fn-select-field-3 {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 1em;
}

.fn-radio-button-2 {
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.fn-radio-button-2.w--redirected-checked {
  background-color: #df0;
  background-image: url('../images/Vector-1-Stroke.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: #0000;
}

.fn-radio-button-2.w--redirected-focus {
  box-shadow: none;
}

.fn-radio-wrapper-2 {
  align-items: center;
  display: flex;
}

.fn-success-message-3 {
  color: #0f1213;
  background-color: #df0;
  border-radius: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-success-message-wrapper-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.fn-error-message-3 {
  text-align: center;
  background-color: #c33939;
  border-radius: 8px;
  margin-top: 24px;
}

.get-started-checkbox {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.scroll-guide-mobile {
  display: none;
}

.state-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 70vh;
  display: grid;
  overflow: hidden;
}

.state-image {
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bold-text, .bold-text-2 {
  font-weight: 500;
}

@media screen and (min-width: 1920px) {
  .nav-wrapper {
    justify-content: center;
    align-items: center;
    height: 60px;
  }

  .nav-icon {
    width: 40px;
    height: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .nav_menu {
    margin-right: -2.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .nav_menu-button, .nav_menu-button.w--open {
    color: #0385ce;
    background-color: #e9f0f4;
  }

  .nav_component {
    top: 0;
  }

  .page-padding {
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_brand {
    margin-left: 0;
  }

  .nav_link {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: .875rem;
  }

  .rl-text-style-medium.is-white {
    font-size: 1.2rem;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .rl-heading-style-h1.is-white {
    font-size: 4rem;
  }

  .image {
    width: 100%;
  }

  .link {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .rising-stars-section {
    padding: 124px 40px 60px;
  }

  .rising-stars-wrapper, .rising-stars-wrapper.rising-stars-columns {
    max-width: 768px;
  }

  .rising-stars-heading {
    font-size: 48px;
  }

  .no-fighters-text {
    font-size: 30px;
    line-height: 30px;
  }

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-off-black {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-heading-jambo {
    font-size: 76px;
  }

  .fn-label-jambo {
    margin-bottom: 26px;
  }

  .fn-get-a-demo-link {
    width: 218px;
    height: 218px;
  }

  .fn-get-a-demo-link:hover {
    letter-spacing: .1em;
  }

  .fn-get-a-demo-shape {
    width: 218px;
    height: 218px;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .fn-get-a-demo-shape-second {
    width: 184px;
    height: 184px;
    left: auto;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

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

  .fn-pricing-tabs-link-right:hover {
    color: #ecf0ef;
    border-top-color: #ecf0ef;
    border-bottom-color: #ecf0ef;
    border-right-color: #ecf0ef;
  }

  .fn-pricing-tabs-link-right.w--current:hover {
    color: #1d1f14;
    background-color: #df0;
  }

  .fn-pricing-tabs-link-left:hover {
    color: #ecf0ef;
    border-top-color: #ecf0ef;
    border-bottom-color: #ecf0ef;
    border-left-color: #ecf0ef;
  }

  .fn-pricing-tabs-link-left.w--current:hover {
    color: #1d1f1e;
    background-color: #df0;
  }

  .fn-heading-7 {
    font-size: 32px;
  }

  .fn-heading-10 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .fh-section-image-wrapper-first {
    height: 334px;
  }

  .fn-heading-12 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-heading-13 {
    font-size: 32px;
  }

  .fn-section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-container-grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-slider-column {
    padding-right: 34px;
  }

  .fn-heading-14 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-section {
    flex-flow: column;
  }

  .fn-section-3-cp {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gyms-wrapper {
    padding: 124px 40px 60px;
  }

  .social-links {
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .navigation-links {
    justify-content: space-between;
    align-items: center;
  }

  .page-scroll-section {
    display: block;
  }

  .page-scroll-visual {
    display: none;
  }

  .page-scroll-content {
    padding: 10vh 3em;
  }

  .page-scroll-text-item {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .mobile-image {
    object-fit: cover;
    height: 50em;
    display: block;
  }

  .faq-questions-heading {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-container-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fighter-bio-wrapper {
    flex-flow: column;
    grid-template-columns: .75fr;
    justify-content: flex-start;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .question-pane {
    width: 100%;
  }

  .get-started-heading {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .join-us-heading {
    font-size: 48px;
  }

  .fn-heading-15 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-container-grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-heading-16 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-container-grid-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .nav_menu {
    flex-direction: column;
    min-width: 64vw;
    height: 100vh;
    margin-right: 0;
    padding-top: 4rem;
  }

  .hamurger-line {
    background-color: #d0d6f9;
    width: 24px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamurger-line.middle {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .nav_menu-button {
    z-index: 10000;
    background-color: #e9f0f400;
    padding: 1rem;
  }

  .nav_menu-button.w--open {
    z-index: 1000;
    background-color: #0000;
  }

  .nav_component {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: none;
  }

  .nav_brand-image {
    max-width: 8rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_link {
    height: 4rem;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    transition: none;
  }

  .nav_link.w--current {
    box-shadow: none;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .mobile-nav {
    background-color: #141414;
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
  }

  .icon {
    color: #fff;
    font-size: 40px;
  }

  .nav-menu {
    background-color: #141414bf;
    background-image: linear-gradient(#141414, #ffffff1a);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 1125px;
    display: flex;
  }

  .brand {
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 100%;
    margin-left: 20px;
    padding-left: 0;
    display: flex;
    position: absolute;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Exo, sans-serif;
    font-size: 26px;
  }

  .mobile-social-links {
    justify-content: space-around;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 200px;
    padding-right: 200px;
    display: flex;
    position: relative;
    inset: auto 0% 0%;
  }

  .background-video {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .rising-stars-section {
    padding: 104px 20px 40px;
  }

  .rising-stars-paragraph-container.cc-hidden-mobile {
    display: none;
  }

  .rising-stars-wrapper {
    max-width: 100%;
  }

  .rising-stars-wrapper.rising-stars-columns {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .rising-stars-heading {
    font-size: 48px;
    line-height: 38px;
  }

  .rising-stars-p-text {
    font-size: 16px;
    line-height: 28px;
  }

  .tabs {
    padding-top: 20px;
  }

  .fighter-list {
    grid-template-columns: 1fr 1fr;
  }

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

  .fighter-heading {
    line-height: 64px;
  }

  .quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .fighter-photo {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-off-black {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fn-heading-jambo {
    margin-bottom: 12px;
    font-size: 54px;
  }

  .fn-label-jambo {
    margin-bottom: 0;
  }

  .fn-get-a-demo-link {
    width: auto;
    height: auto;
  }

  .fn-get-a-demo-shape, .fn-get-a-demo-shape-second {
    display: none;
  }

  .fn-heading-2 {
    font-size: 34px;
  }

  .fn-paragraph {
    margin-bottom: 24px;
  }

  .fn-button {
    width: 100%;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-feature-pricing-card {
    padding: 24px;
  }

  .fn-heading-7 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-heading-10 {
    font-size: 34px;
  }

  .fn-paragraph-2 {
    margin-bottom: 24px;
  }

  .fn-button-2 {
    width: 100%;
  }

  .fn-section-2 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-container-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .fn-label-small {
    margin-bottom: 12px;
  }

  .fn-heading-12 {
    font-size: 34px;
  }

  .fn-heading-13 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-section-3 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-container-grid-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .fn-slide-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .fn-slider-image {
    height: 280px;
  }

  .fn-slider-column {
    padding: 15px;
  }

  .fn-heading-14 {
    font-size: 34px;
  }

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

  .contact-section {
    flex-flow: column;
  }

  .fn-section-3-cp {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .video-tabs {
    display: none;
  }

  .gyms-wrapper {
    padding: 104px 20px 40px;
  }

  .gym-tabs, .gym-desktop-list {
    display: none;
  }

  .gym-video-mobile {
    margin-bottom: 20px;
  }

  .gym-mobile-list {
    display: block;
  }

  .rising-stars-explanatory-text {
    font-size: 16px;
    line-height: 28px;
  }

  .faq-questions-heading {
    font-size: 34px;
  }

  .fn-section-4 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-container-grid-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-heading-5-no-margin {
    font-size: 18px;
  }

  .gym-list {
    grid-template-columns: 1fr;
  }

  .get-started-heading {
    font-size: 34px;
  }

  .join-us-heading {
    font-size: 48px;
    line-height: 38px;
  }

  .fn-heading-15 {
    font-size: 34px;
  }

  .fn-paragraph-3 {
    margin-bottom: 24px;
  }

  .fn-section-5 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-container-grid-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-label-small-2 {
    margin-bottom: 12px;
  }

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

  .get-started-button {
    width: 100%;
  }

  .fn-heading-16 {
    font-size: 34px;
  }

  .fn-paragraph-4 {
    margin-bottom: 24px;
  }

  .fn-section-6 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-container-grid-6 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-label-small-3 {
    margin-bottom: 12px;
  }

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

  .image-5 {
    filter: invert();
    width: 50px;
  }

  .text-block-5 {
    color: #fff;
  }

  .scroll-guide-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    color: #fff;
  }

  .mobile-social-links {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .rising-stars-section {
    margin-top: 100px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .rising-stars-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rising-stars-heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .fighter-name {
    font-size: 28px;
    line-height: 32px;
  }

  .fighter-section {
    padding-top: 60px;
  }

  .scroll-question {
    font-size: 22px;
    line-height: 22px;
  }

  .answer {
    font-size: 18px;
    line-height: 18px;
  }

  .fn-container-grid {
    padding: 20px;
  }

  .fn-section-off-black {
    margin-top: 60px;
  }

  .fn-button {
    width: 100%;
  }

  .fn-pricing-tabs-link-right.w--current:hover, .fn-pricing-tabs-link-left:hover {
    background-color: #fff;
    border-color: #fff;
  }

  .fn-pricing-tabs-link-left.w--current:hover {
    background-color: #fff;
    border-bottom-color: #fff;
  }

  .feature-text {
    font-size: 20px;
  }

  .fn-button-2 {
    width: 100%;
  }

  .fh-section-image-wrapper-first {
    height: 220px;
  }

  .fn-author-wrapper {
    font-size: 14px;
  }

  .contact-section {
    margin-top: 100px;
  }

  .fn-section-3-cp {
    padding-left: 1em;
    padding-right: 1em;
  }

  .video-tabs {
    display: none;
  }

  .tab-titles {
    opacity: 1;
  }

  .tab-pane-fights, .tab-pane-bio {
    height: 100%;
  }

  .tabs-menu-4 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: auto;
  }

  .quick-stack-2 {
    z-index: 1;
    position: relative;
  }

  .desktop-list-wrapper {
    display: none;
  }

  .mobile-video {
    margin-bottom: 20px;
  }

  .gyms-wrapper {
    margin-top: 100px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .gym-name {
    overflow-wrap: anywhere;
    font-size: 24px;
    line-height: 32px;
  }

  .mobile-list-wrapper {
    display: block;
  }

  .gym-wrapper {
    height: 10em;
  }

  .page-scroll-section {
    padding-left: 1em;
    padding-right: 1em;
  }

  .page-scroll-content {
    padding: 1vh 0;
  }

  .heading {
    font-size: 2em;
    font-weight: 600;
  }

  .paragraph {
    font-size: 1.4em;
    line-height: 1.4em;
  }

  .about-heading-wrapper {
    padding-top: 80px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .tabs-menu-states {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: auto;
  }

  .slider {
    display: block;
  }

  .question-pane {
    padding-left: 0;
    padding-right: 0;
  }

  .fighter-question {
    font-size: 24px;
    line-height: 24px;
  }

  .fighter-answer {
    font-size: 18px;
    line-height: 18px;
  }

  .code-embed {
    display: block;
  }

  .join-us-heading-wrapper {
    padding-top: 6em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .join-us-heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 2em;
    line-height: 2em;
  }

  .fn-section-5 {
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .get-started-button {
    width: 100%;
  }

  .fn-checkbox-2 {
    flex: 0 auto;
  }

  .lottie-animation {
    filter: invert();
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 190px;
    right: 15px;
    transform: rotate(-90deg);
  }

  .image-5 {
    filter: invert();
    width: 50px;
    padding-bottom: 5px;
  }

  .text-block-5 {
    color: #fff;
    font-size: 12px;
  }

  .scroll-guide-mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .checkbox-label {
    width: 95%;
  }

  .state-wrapper {
    grid-template-columns: 1fr;
  }

  .state-image {
    display: none;
  }
}

#w-node-_2b6d0853-5859-466e-f620-b0e1a9ee5753-a9ee5752 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0302f180-31d3-7849-0cc3-693904334002-08c93a4b {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_0302f180-31d3-7849-0cc3-693904334004-08c93a4b {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_0302f180-31d3-7849-0cc3-693904334009-08c93a4b {
  grid-area: 1 / 9 / 3 / 13;
  place-self: center;
}

#w-node-ab1d99e9-e6ad-3737-044f-71a8c8e1d15d-08c93a4b {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-ab1d99e9-e6ad-3737-044f-71a8c8e1d162-08c93a4b {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-ab1d99e9-e6ad-3737-044f-71a8c8e1d191-08c93a4b, #w-node-_08cd0805-8c77-665a-9f40-099ec9bca7cf-08c93a4b, #w-node-f691a30a-1997-6726-cf2b-83ba83118e9c-08c93a4b, #w-node-f691a30a-1997-6726-cf2b-83ba83118eb3-08c93a4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a75620c-9e22-7091-46dd-b5a1c0ce70fd-08c93a4b {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_2a75620c-9e22-7091-46dd-b5a1c0ce7119-08c93a4b {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center end;
}

#w-node-d1fb9d41-c086-d3cb-2eef-dc46b40d54e4-a0e1314a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d1fb9d41-c086-d3cb-2eef-dc46b40d54f2-a0e1314a {
  grid-area: 1 / 7 / 2 / 13;
}

#Email-5.w-node-d1fb9d41-c086-d3cb-2eef-dc46b40d54f6-a0e1314a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Message.w-node-d1fb9d41-c086-d3cb-2eef-dc46b40d54f9-a0e1314a, #w-node-d1fb9d41-c086-d3cb-2eef-dc46b40d54fa-a0e1314a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55ef8911-d4fb-8630-90b7-7ff7e31b8f39-a0e1314a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_55ef8911-d4fb-8630-90b7-7ff7e31b8f3c-a0e1314a {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_55ef8911-d4fb-8630-90b7-7ff7e31b8f41-a0e1314a, #w-node-_55ef8911-d4fb-8630-90b7-7ff7e31b8f49-a0e1314a, #w-node-_55ef8911-d4fb-8630-90b7-7ff7e31b8f51-a0e1314a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55ef8911-d4fb-8630-90b7-7ff7e31b8f55-a0e1314a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_55ef8911-d4fb-8630-90b7-7ff7e31b8f5a-a0e1314a, #w-node-_55ef8911-d4fb-8630-90b7-7ff7e31b8f62-a0e1314a, #w-node-_55ef8911-d4fb-8630-90b7-7ff7e31b8f6a-a0e1314a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df93ac99-4d52-564f-b0d1-55f39a66d960-646182b8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-df93ac99-4d52-564f-b0d1-55f39a66d96b-646182b8 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_38e6115d-fb16-9646-7ad2-6e9c1ca39087-646182b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Full-Name.w-node-df93ac99-4d52-564f-b0d1-55f39a66d96d-646182b8, #Email.w-node-df93ac99-4d52-564f-b0d1-55f39a66d96f-646182b8, #State-City.w-node-_0822ee85-7343-cd3e-d19f-622829a8a825-646182b8, #Years-Of-Relevant-Experience-3.w-node-_13091a45-cdc7-80b3-fc49-2e8ba156c1d7-646182b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4685a43-f7d5-a6a0-47bd-a90d1093bef2-646182b8, #Link-to-Portfolio.w-node-_1ce0d293-380f-bfc6-ca97-51fc612828c4-646182b8, #w-node-_00b239e8-b243-1213-d0f9-d3ddc272aeb5-646182b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#What-forms-of-content-are-you-best-at.w-node-_2769a38a-ca55-06af-21f5-09a747c8c681-646182b8, #What-kind-of-camera-do-you-use-2.w-node-_16f0915e-d8ed-0257-c2e7-afef69622f3a-646182b8, #Videography-Skill-1.w-node-_33db6951-580a-fb54-7f8b-38746207e8b0-646182b8, #Photography-Skill-1.w-node-f49cdb86-de85-3309-0e7f-add4542b3771-646182b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field-2.w-node-df93ac99-4d52-564f-b0d1-55f39a66d995-646182b8, #w-node-df93ac99-4d52-564f-b0d1-55f39a66d996-646182b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df93ac99-4d52-564f-b0d1-55f39a66d960-3aabb3c5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-df93ac99-4d52-564f-b0d1-55f39a66d96b-3aabb3c5 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_38e6115d-fb16-9646-7ad2-6e9c1ca39087-3aabb3c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Instagram-Handle.w-node-a7c12b73-25bf-002b-6065-c58ed651094a-3aabb3c5, #Email-Address.w-node-_6247a6bd-929c-7a66-c0f2-9811fd6cfca9-3aabb3c5, #File-Link-2.w-node-f993cec4-1979-1731-a93c-2662454ea968-3aabb3c5, #Glove-Color.w-node-_0822ee85-7343-cd3e-d19f-622829a8a825-3aabb3c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20f332b1-3b81-5b64-d377-8a0e7add0980-3aabb3c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-Song.w-node-_1ce0d293-380f-bfc6-ca97-51fc612828c4-3aabb3c5, #Second-Song.w-node-f48f43f2-bd5d-7327-1a97-9b3614adde22-3aabb3c5, #Third-Song.w-node-_9e2aa3e5-63b5-d0f3-8650-de546c856d23-3aabb3c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field.w-node-df93ac99-4d52-564f-b0d1-55f39a66d995-3aabb3c5, #w-node-c34b8fb2-4517-204b-3aca-1753cdadd2f6-3aabb3c5, #w-node-df93ac99-4d52-564f-b0d1-55f39a66d996-3aabb3c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_0302f180-31d3-7849-0cc3-693904334002-08c93a4b, #w-node-_0302f180-31d3-7849-0cc3-693904334004-08c93a4b {
    grid-column: span 7 / span 7;
  }

  #w-node-_0302f180-31d3-7849-0cc3-693904334009-08c93a4b {
    order: 9999;
    grid-area: span 2 / span 8 / span 2 / span 8;
    justify-self: start;
  }

  #w-node-ab1d99e9-e6ad-3737-044f-71a8c8e1d15d-08c93a4b {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-ab1d99e9-e6ad-3737-044f-71a8c8e1d162-08c93a4b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-ab1d99e9-e6ad-3737-044f-71a8c8e1d191-08c93a4b, #w-node-_08cd0805-8c77-665a-9f40-099ec9bca7cf-08c93a4b, #w-node-f691a30a-1997-6726-cf2b-83ba83118e9c-08c93a4b, #w-node-f691a30a-1997-6726-cf2b-83ba83118eb3-08c93a4b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2a75620c-9e22-7091-46dd-b5a1c0ce70fd-08c93a4b {
    grid-column: span 4 / span 4;
  }

  #w-node-_2a75620c-9e22-7091-46dd-b5a1c0ce7119-08c93a4b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d1fb9d41-c086-d3cb-2eef-dc46b40d54e4-a0e1314a {
    grid-column: span 3 / span 3;
  }

  #w-node-d1fb9d41-c086-d3cb-2eef-dc46b40d54f2-a0e1314a {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_55ef8911-d4fb-8630-90b7-7ff7e31b8f39-a0e1314a {
    grid-column: span 8 / span 8;
  }

  #w-node-_55ef8911-d4fb-8630-90b7-7ff7e31b8f3c-a0e1314a, #w-node-_55ef8911-d4fb-8630-90b7-7ff7e31b8f55-a0e1314a {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-df93ac99-4d52-564f-b0d1-55f39a66d960-646182b8 {
    grid-column: span 3 / span 3;
  }

  #w-node-df93ac99-4d52-564f-b0d1-55f39a66d96b-646182b8 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-df93ac99-4d52-564f-b0d1-55f39a66d960-3aabb3c5 {
    grid-column: span 3 / span 3;
  }

  #w-node-df93ac99-4d52-564f-b0d1-55f39a66d96b-3aabb3c5 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2b6d0853-5859-466e-f620-b0e1a9ee5753-a9ee5752 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr 1fr;
  }

  #w-node-_0302f180-31d3-7849-0cc3-693904334002-08c93a4b, #w-node-_0302f180-31d3-7849-0cc3-693904334004-08c93a4b {
    grid-column: span 4 / span 4;
  }

  #w-node-_0302f180-31d3-7849-0cc3-693904334009-08c93a4b, #w-node-ab1d99e9-e6ad-3737-044f-71a8c8e1d15d-08c93a4b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ab1d99e9-e6ad-3737-044f-71a8c8e1d162-08c93a4b {
    grid-column: span 4 / span 4;
  }

  #w-node-ab1d99e9-e6ad-3737-044f-71a8c8e1d191-08c93a4b, #w-node-_08cd0805-8c77-665a-9f40-099ec9bca7cf-08c93a4b, #w-node-f691a30a-1997-6726-cf2b-83ba83118e9c-08c93a4b, #w-node-f691a30a-1997-6726-cf2b-83ba83118eb3-08c93a4b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d1fb9d41-c086-d3cb-2eef-dc46b40d54e4-a0e1314a, #w-node-d1fb9d41-c086-d3cb-2eef-dc46b40d54f2-a0e1314a {
    grid-column: span 4 / span 4;
  }

  #Message.w-node-d1fb9d41-c086-d3cb-2eef-dc46b40d54f9-a0e1314a, #w-node-d1fb9d41-c086-d3cb-2eef-dc46b40d54fa-a0e1314a {
    grid-column: span 1 / span 1;
  }

  #w-node-_55ef8911-d4fb-8630-90b7-7ff7e31b8f39-a0e1314a, #w-node-_55ef8911-d4fb-8630-90b7-7ff7e31b8f3c-a0e1314a, #w-node-_55ef8911-d4fb-8630-90b7-7ff7e31b8f55-a0e1314a, #w-node-df93ac99-4d52-564f-b0d1-55f39a66d960-646182b8, #w-node-df93ac99-4d52-564f-b0d1-55f39a66d96b-646182b8 {
    grid-column: span 4 / span 4;
  }

  #field-2.w-node-df93ac99-4d52-564f-b0d1-55f39a66d995-646182b8, #w-node-df93ac99-4d52-564f-b0d1-55f39a66d996-646182b8 {
    grid-column: span 1 / span 1;
  }

  #w-node-df93ac99-4d52-564f-b0d1-55f39a66d960-3aabb3c5, #w-node-df93ac99-4d52-564f-b0d1-55f39a66d96b-3aabb3c5 {
    grid-column: span 4 / span 4;
  }

  #field.w-node-df93ac99-4d52-564f-b0d1-55f39a66d995-3aabb3c5, #w-node-df93ac99-4d52-564f-b0d1-55f39a66d996-3aabb3c5 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_436071fc-cf63-95e1-4e1d-585afac450cd-8c8245de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Full-Name.w-node-df93ac99-4d52-564f-b0d1-55f39a66d96d-646182b8, #Email.w-node-df93ac99-4d52-564f-b0d1-55f39a66d96f-646182b8, #State-City.w-node-_0822ee85-7343-cd3e-d19f-622829a8a825-646182b8, #Years-Of-Relevant-Experience-3.w-node-_13091a45-cdc7-80b3-fc49-2e8ba156c1d7-646182b8 {
    grid-column: span 2 / span 2;
  }

  #Instagram.w-node-df93ac99-4d52-564f-b0d1-55f39a66d970-646182b8, #YouTube.w-node-_4464e796-ee8f-7afe-ac68-16acd8f72ce8-646182b8, #TikTok.w-node-_776f0ce4-9727-88a0-668a-2e297f3f13eb-646182b8, #Other.w-node-_1502a19d-b40e-3a04-26e1-ee10a7a545d1-646182b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #What-forms-of-content-are-you-best-at.w-node-_2769a38a-ca55-06af-21f5-09a747c8c681-646182b8, #What-kind-of-camera-do-you-use-2.w-node-_16f0915e-d8ed-0257-c2e7-afef69622f3a-646182b8, #Videography-Skill-1.w-node-_33db6951-580a-fb54-7f8b-38746207e8b0-646182b8, #Photography-Skill-1.w-node-f49cdb86-de85-3309-0e7f-add4542b3771-646182b8, #field-2.w-node-df93ac99-4d52-564f-b0d1-55f39a66d995-646182b8, #Instagram-Handle.w-node-a7c12b73-25bf-002b-6065-c58ed651094a-3aabb3c5, #Email-Address.w-node-_6247a6bd-929c-7a66-c0f2-9811fd6cfca9-3aabb3c5, #File-Link-2.w-node-f993cec4-1979-1731-a93c-2662454ea968-3aabb3c5, #Glove-Color.w-node-_0822ee85-7343-cd3e-d19f-622829a8a825-3aabb3c5, #field.w-node-df93ac99-4d52-564f-b0d1-55f39a66d995-3aabb3c5, #w-node-c34b8fb2-4517-204b-3aca-1753cdadd2f6-3aabb3c5 {
    grid-column: span 2 / span 2;
  }
}


