.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px none #000;
  background-color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(21%, hsla(0, 0%, 100%, 0.64)), color-stop(77%, hsla(0, 0%, 100%, 0.89)), to(hsla(0, 0%, 100%, 0.77))), url('../images/texture-background.jpg');
  background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0.64) 21%, hsla(0, 0%, 100%, 0.89) 77%, hsla(0, 0%, 100%, 0.77)), url('../images/texture-background.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, 100%;
  background-attachment: scroll, scroll;
}

.menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1%;
  padding-left: 1%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  line-height: 10px;
}

.logo_text {
  margin-top: 10px;
  color: #5748c5;
  font-style: normal;
  font-weight: 500;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  font-size: 16px;
}

.nav-link.w--current {
  color: #5748c5;
}

.nav-link.cool-link {
  padding-right: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(17, 17, 53, 0.22);
  font-family: Montserrat, sans-serif;
  color: #111035;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.nav-link.cool-link.home.w--current {
  border-left-style: none;
}

.nav-link.ctatop {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #ff4a00;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.text-span {
  color: hsla(0, 0%, 100%, 0.18);
  font-size: 15px;
}

.heading {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 90px;
  font-weight: 400;
  text-align: center;
}

.container {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -24%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 127px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f15e22;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.btn-hero:hover {
  border: 1px none #fff;
}

.btn-hero.btn-hero2 {
  margin-left: 30px;
  border: 1px solid #5748c5;
  background-color: transparent;
  color: #fff;
}

.btn-hero.btn-hero2.hvr-bounce-to-right {
  border-color: #57ff03;
  background-color: #bfd753;
  color: #111035;
}

.button-wrap {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 900px;
  min-height: auto;
  padding: 19px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/ring-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.paragraph {
  max-width: 1000px;
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #111035;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

.success-message-2 {
  padding: 45px 61px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/pattern.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/pattern.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text-field-long-2 {
  width: 420px;
  min-height: 48px;
  margin-right: 10px;
  margin-bottom: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1.5px none #e2e4e9;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.14);
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.text-field-long-2:focus {
  border-color: #9b9eb8;
}

.text-field-long-2::-webkit-input-placeholder {
  color: #fff;
}

.text-field-long-2:-ms-input-placeholder {
  color: #fff;
}

.text-field-long-2::-ms-input-placeholder {
  color: #fff;
}

.text-field-long-2::placeholder {
  color: #fff;
}

.section-cta-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 110px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3px none #fffdfd;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 16, 36, 0.91)), to(rgba(3, 16, 36, 0.91))), url('../images/texture-background.jpg');
  background-image: linear-gradient(180deg, rgba(3, 16, 36, 0.91), rgba(3, 16, 36, 0.91)), url('../images/texture-background.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100%;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-send {
  min-height: 48px;
  padding: 12px 28px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #5b3acc;
  font-size: 15px;
  font-weight: 500;
}

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

.mail-list-form {
  margin-top: 25px;
}

.success-text {
  color: #201b3d;
}

.text-block-14 {
  display: inline-block;
  color: #9b9eb8;
  font-size: 18px;
}

.container-flex-v {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  min-height: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-mail {
  margin-top: 5px;
  color: #fff;
  font-size: 28px;
  line-height: 35px;
}

.date {
  font-family: Montserrat, sans-serif;
  color: #111035;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}

.date.time {
  font-weight: 300;
}

.subheading {
  margin-bottom: 31px;
  font-family: Montserrat, sans-serif;
  color: #111035;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}

.subheading.white {
  color: #fff;
}

.subheading.white.kits {
  font-size: 30px;
}

.subheading.mid {
  font-size: 40px;
  font-weight: 400;
}

.subheading.small {
  width: 1200px;
  padding-right: 53px;
  padding-left: 53px;
  font-size: 30px;
}

.venue {
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  color: #111035;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

.tickets-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 48px;
  margin-top: 18px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 31px 41px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #bfd753;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}

.tickets-btn:hover {
  border: 1px none #fff;
}

.tickets-btn.btn-hero2 {
  margin-left: 30px;
  border: 1px solid #5748c5;
  background-color: transparent;
  color: #fff;
}

.tickets-btn.btn-hero2.hvr-bounce-to-right {
  border-color: #cd0000;
}

.tickets-btn.small {
  margin-top: 0px;
  background-color: #ff4a00;
  font-size: 18px;
}

.tickets-btn.orange {
  background-color: #ff4a00;
}

.image {
  margin-bottom: 0px;
  padding-right: 43px;
  padding-bottom: 0px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0.48)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.48));
}

.section-2.plate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0.48))), url('../images/texture-background.jpg');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.48)), url('../images/texture-background.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100%;
}

.price2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.price2.time {
  font-weight: 300;
}

.grid2 {
  width: 1200px;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.grid2.top {
  margin-top: 33px;
}

.grid2.low {
  margin-top: 69px;
}

.grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-wrapper.next {
  height: 250px;
  padding-right: 75px;
  padding-left: 75px;
}

.grid-text {
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 22px;
  text-align: center;
}

.grid-text.black {
  color: #111035;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-number {
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  color: #111035;
  font-size: 40px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.grid-number.black {
  color: #2d2e36;
}

.profiles-grids {
  width: 1200px;
  margin: 0px auto 40px;
}

.profiles-grids.low {
  width: 1000px;
  margin-top: 0px;
}

.profiles-grids.toprow {
  margin-top: 0px;
}

.profiles-grids.lowrow {
  margin-top: 0px;
}

.profiles-grids.mid-grids {
  margin-top: 0px;
}

.profiles-grids.top {
  margin-top: -271px;
}

.column-19 {
  margin-right: auto;
  margin-left: auto;
}

.member-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.team-pic {
  width: 400px;
  height: 400px;
  border-radius: 400px;
  background-color: #111333;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.team-pic.rich {
  width: 300px;
  height: 300px;
  background-image: url('../images/jack.jpg');
}

.team-pic.rob {
  width: 300px;
  height: 300px;
  background-image: url('../images/rob.jpg');
  background-size: cover;
}

.team-pic.rich {
  background-image: url('../images/rich.jpg');
  background-size: cover;
}

.team-pic.rob {
  background-image: url('../images/rob.jpg');
  background-size: cover;
}

.team-pic._3 {
  width: 300px;
  height: 300px;
  background-image: url('../images/rob.jpg');
  background-size: cover;
}

.team-pic._4 {
  width: 300px;
  height: 300px;
  background-image: url('../images/rich.jpg');
  background-size: cover;
}

.team-pic._5 {
  width: 300px;
  height: 300px;
  background-image: url('../images/rob.jpg');
  background-size: cover;
}

.team-pic._6 {
  width: 300px;
  height: 300px;
  background-image: url('../images/rob.jpg');
  background-size: cover;
}

.team-pic.jack {
  width: 300px;
  height: 300px;
  background-image: url('../images/jack.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.team-pic.ken {
  width: 300px;
  height: 300px;
  background-image: url('../images/ken.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.team-pic.caleb {
  width: 300px;
  height: 300px;
  background-image: url('../images/caleb.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.team-pic.nathan {
  width: 300px;
  height: 300px;
  background-image: url('../images/nathan.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.team-pic.daniel {
  width: 300px;
  height: 300px;
  background-image: url('../images/daniel.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.team-pic.renee {
  width: 300px;
  height: 300px;
  background-image: url('../images/renee.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.team-title {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #f15e22;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: none;
}

.role {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #515456;
}

.coaches {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 110px 230px 232px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3px none #fffdfd;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 9, 37, 0.88)), to(rgba(10, 9, 37, 0.88))), url('../images/texture-background.jpg');
  background-image: linear-gradient(180deg, rgba(10, 9, 37, 0.88), rgba(10, 9, 37, 0.88)), url('../images/texture-background.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100%;
}

.image-2 {
  display: block;
  width: 100%;
  margin-top: -169px;
}

.image-2.sub {
  margin-top: -177px;
}

.coaches-bottom {
  height: auto;
  margin-top: -157px;
  background-image: url('../images/torn2.png');
  background-position: 50% 0%;
  background-size: 105%;
  background-repeat: no-repeat;
}

.blurb-white {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.blurb-white.time {
  font-weight: 300;
}

.text-field {
  min-height: 62px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.13);
  background-color: transparent;
  font-size: 16px;
}

.social-link {
  display: none;
  width: 55px;
  height: 55px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.5;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-grid-01 {
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-wrapper._2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.form-block {
  width: 90%;
  margin-top: 40px;
}

.footer-title-button {
  margin-right: 20px;
  color: #57ff03;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #ffd2dd;
  color: #5e4dcd;
  font-size: 16px;
}

.footer-title {
  margin-bottom: 22px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.secondary-link {
  display: block;
  margin-right: 32px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  text-decoration: none;
}

.submit-button {
  min-height: 62px;
  min-width: 62px;
  border-radius: 0px;
  background-color: #f15e22;
  color: #fff;
  font-size: 17px;
}

.footer-01 {
  padding: 89px 0% 60px;
  background-color: #1e2833;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 53, 0.94)), to(rgba(7, 6, 21, 0.92))), url('../images/texture-background.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 53, 0.94), rgba(7, 6, 21, 0.92)), url('../images/texture-background.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
  font-family: Montserrat, sans-serif;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.topsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  min-height: auto;
  padding: 110px 55px 76px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/boxers.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/boxers.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
  background-attachment: scroll, scroll;
}

.topsection.about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 53, 0.77)), to(rgba(17, 17, 53, 0.77))), url('../images/ring.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 53, 0.77), rgba(17, 17, 53, 0.77)), url('../images/ring.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.topsection.tickets {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 53, 0.77)), to(rgba(17, 17, 53, 0.77))), url('../images/ticket-2974645_1280.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 53, 0.77), rgba(17, 17, 53, 0.77)), url('../images/ticket-2974645_1280.jpg');
}

.topsection.training {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 53, 0.77)), to(rgba(17, 17, 53, 0.77))), url('../images/man-5612736_1280.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 53, 0.77), rgba(17, 17, 53, 0.77)), url('../images/man-5612736_1280.jpg');
  background-position: 0px 0px, 50% 61%;
  background-size: auto, auto;
}

.topsection.fundraising {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 13, 49, 0.81)), to(rgba(13, 13, 49, 0.81))), url('../images/fund.jpg');
  background-image: linear-gradient(180deg, rgba(13, 13, 49, 0.81), rgba(13, 13, 49, 0.81)), url('../images/fund.jpg');
  background-position: 0px 0px, 50% 61%;
  background-size: auto, cover;
}

.topsection.night {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/ring.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/ring.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, auto;
}

.topsection.faqs {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 53, 0.86)), to(rgba(17, 17, 53, 0.86))), url('../images/texture-background.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 53, 0.86), rgba(17, 17, 53, 0.86)), url('../images/texture-background.jpg');
}

.topsection.training {
  height: 400px;
  padding-top: 51px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 53, 0.77)), to(rgba(17, 17, 53, 0.77))), url('../images/pavilion.png');
  background-image: linear-gradient(180deg, rgba(17, 17, 53, 0.77), rgba(17, 17, 53, 0.77)), url('../images/pavilion.png');
  background-position: 0px 0px, 50% 61%;
  background-size: auto, auto;
}

.topsection.tickets {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 53, 0.77)), to(rgba(17, 17, 53, 0.77))), url('../images/pavillion2.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 53, 0.77), rgba(17, 17, 53, 0.77)), url('../images/pavillion2.jpg');
  background-position: 0px 0px, 50% 50%;
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 90px;
  font-weight: 400;
  text-align: center;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-2.disclaimer {
  font-size: 12px;
  line-height: 18px;
}

.list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.inline-link {
  color: red;
}

.profiles-grids-2 {
  width: auto;
  margin: 67px auto 113px;
}

.member-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.team-title-2 {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #111333;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: none;
}

.role-2 {
  margin-top: 0px;
  color: #515456;
}

.tickets-embed {
  margin-bottom: 25px;
}

.training-grid1 {
  width: 1200px;
  margin-top: 77px;
  margin-bottom: 11px;
}

.front-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  margin: 60px auto 93px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.front-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.front-box._1 {
  background-image: url('../images/IMG_1463.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.front-box._2 {
  background-image: url('../images/IMG_4105.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.front-box._3 {
  background-image: url('../images/IMG_1464.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.front-box._4 {
  background-image: url('../images/IMG_6773001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.front-box.v1 {
  background-image: url('../images/pavillion3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.front-box.v2 {
  background-image: url('../images/pavillion2.jpg');
  background-position: 50% 18%;
  background-size: auto;
}

.front-box.v3 {
  background-image: url('../images/pavillion1.jpg');
  background-position: 0% 100%;
  background-size: cover;
}

.front-box.v4 {
  background-image: url('../images/pavillion4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.front-box.v5 {
  background-image: url('../images/pavillion5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.front-box.v6 {
  background-image: url('../images/pavillion6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.front-box.v7 {
  background-image: url('../images/pavillion7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.front-box.v8 {
  background-image: url('../images/pavillion8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.redkit {
  padding-right: 4px;
  padding-left: 4px;
  background-color: #ff4a00;
}

.kit-sample {
  padding-top: 58px;
  padding-bottom: 58px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.image-3 {
  margin-right: auto;
  margin-left: auto;
}

.foundations-grid {
  width: 1200px;
}

.foundation-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  min-height: 300px;
  padding: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blurbs-boxes {
  margin-top: 29px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.js-clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: auto;
  margin-right: auto;
  margin-bottom: -10px;
  margin-left: auto;
  padding: 20px 1px 0px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px none #fff;
  border-radius: 0px;
  background-color: #f15e22;
}

.limited-time {
  padding-left: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 14px;
  margin-left: 0px;
  padding: 10px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.clock-number {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 20px;
  font-weight: 700;
}

.clock-label {
  margin-top: 10px;
  margin-right: -5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.clock {
  margin-bottom: 39px;
}

.clock.homepage {
  margin-top: 45px;
  margin-bottom: 114px;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.applications {
  margin-bottom: 44px;
}

.blurb-black {
  font-family: Montserrat, sans-serif;
  color: #2d2e36;
  font-size: 23px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.blurb-black.time {
  font-weight: 300;
}

.entry-options {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin: 40px auto 51px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fee-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 8px;
  border-color: #f15e22;
  border-radius: 200px;
  background-color: #f15e22;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 9, 52, 0.59)), to(rgba(9, 9, 52, 0.59))), url('../images/texture-background.jpg');
  background-image: linear-gradient(180deg, rgba(9, 9, 52, 0.59), rgba(9, 9, 52, 0.59)), url('../images/texture-background.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, auto;
}

.price {
  margin-top: -1px;
  margin-bottom: -1px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}

.price.number {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.list-2 {
  width: 100%;
}

.points {
  font-family: Montserrat, sans-serif;
  color: #2d2e36;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.points.time {
  font-weight: 300;
}

.bold-text-2 {
  font-weight: 400;
}

.grid1 {
  width: 100%;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 10px;
}

.grid1.top {
  margin-top: 33px;
}

.grid1.low {
  margin-top: 69px;
}

.inclusions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  padding: 13px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inclusions.next {
  height: 250px;
  padding-right: 75px;
  padding-left: 75px;
}

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

.expect-grid {
  min-width: 900px;
  margin-top: 39px;
}

.container-6 {
  max-width: 1200px;
  margin-top: 64px;
  margin-bottom: 61px;
}

.bold-text-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.close-button {
  width: 60px;
  height: 60px;
  margin-bottom: 42px;
  padding: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 200px;
  background-color: #fff;
  background-image: url('../images/close.png');
  background-position: 50% 50%;
  background-size: 60px;
  font-size: 30px;
  text-align: center;
}

.profile-detail-title {
  font-family: Montserrat, sans-serif;
  color: #f15e22;
  font-weight: 700;
  text-transform: none;
}

.profile-contact {
  position: relative;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

.contact-holder {
  width: 500px;
  height: 60px;
  margin-top: 18px;
}

.contact-holder.email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  padding: 18px 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/email-icon_1email-icon.png');
  background-position: 0% 50%;
  background-size: auto 60%;
  background-repeat: no-repeat;
}

.contact-holder.phone {
  width: auto;
  padding: 18px 75px;
  background-image: url('../images/phone-icon_1phone-icon.png');
  background-position: 0% 50%;
  background-size: auto 70%;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
}

.contact-holder.phone {
  width: auto;
  padding: 18px 75px;
  background-image: url('../images/phone-icon_1phone-icon.png');
  background-position: 0% 50%;
  background-size: auto 70%;
  background-repeat: no-repeat;
}

.close-holder {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.71)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.71));
}

.profile-template {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 107px;
  padding-bottom: 144px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.title-profile-detail {
  padding-bottom: 43px;
  font-family: Montserrat, sans-serif;
  color: #b5b5b5;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.profile-detail-text {
  margin-top: 120px;
  margin-bottom: 161px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 34px;
  font-weight: 400;
}

.body-profile {
  background-color: rgba(17, 17, 53, 0.94);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 6, 20, 0.91)), to(rgba(6, 6, 20, 0.91))), url('../images/texture-background.jpg');
  background-image: linear-gradient(180deg, rgba(6, 6, 20, 0.91), rgba(6, 6, 20, 0.91)), url('../images/texture-background.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.profile-detail-title-2 {
  font-family: Montserrat, sans-serif;
  color: #f15e22;
  font-weight: 600;
  text-transform: none;
}

.profile-contact-2 {
  position: relative;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

.title-profile-detail-2 {
  padding-bottom: 43px;
  font-family: Montserrat, sans-serif;
  color: #b5b5b5;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.pav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pav1 {
  width: 300px;
  height: 300px;
  margin-bottom: 15px;
  background-image: url('../images/pav1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.pav2-3-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pav3 {
  width: 48%;
  background-image: url('../images/pav2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.pav4 {
  width: 300px;
  height: 300px;
  background-image: url('../images/pav3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bold-text-5 {
  color: #111035;
}

.faq-title {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.faq-wrappwe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.answers {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.faq-cols {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.bold-text-6 {
  color: #f15e22;
}

.terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pav-wrapper-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 600px;
  padding: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.79)), to(rgba(0, 0, 0, 0.79))), url('../images/pav3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0.79)), url('../images/pav3.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.pav-cols {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.pav-desc {
  margin-bottom: 62px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.link {
  color: #f15e22;
}

.plan-price-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pricing-plan {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30%;
  min-height: 400px;
  padding: 35px 35px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-width: 1px;
  border-color: #dddeeb;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 50px 100px -25px rgba(80, 106, 121, 0.5);
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  font-size: 13px;
  font-weight: 600;
}

.pricing-plan.unable {
  opacity: 1;
}

.feature {
  margin-bottom: 10px;
  padding-left: 30px;
  background-image: url('../images/tick_1tick.png');
  background-position: 0% 10%;
  background-size: 18px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
}

.feature.notick {
  background-image: none;
}

.plan-duration {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.feature-wrap {
  margin-bottom: 38px;
  padding-top: 20px;
}

.feature-wrap.sold {
  opacity: 0.42;
}

.plan-name {
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #111035;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.plan-name.sold {
  opacity: 0.35;
}

.plan-price {
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  line-height: 40px;
  font-weight: 500;
}

.plan-price.sold {
  margin-top: -150px;
  opacity: 0.34;
}

.pricing-table-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 67px;
  padding-bottom: 83px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.pricing-button {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 50px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#68b8ff), color-stop(49%, #09b5d0), to(#4d6ef1));
  background-image: linear-gradient(90deg, #68b8ff, #09b5d0 49%, #4d6ef1);
  box-shadow: 0 20px 35px -10px rgba(80, 106, 121, 0.5);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pricing-button:hover {
  background-color: #ff398b;
  -webkit-transform: translate3d(0px, 0px, 20px);
  transform: translate3d(0px, 0px, 20px);
}

.packages-section {
  margin-bottom: 0px;
}

.white-link {
  color: #fff;
}

.top-mobile {
  display: none;
}

.mobile-toptext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
  margin-bottom: 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.fighters-front {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/top-fighters.png');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.fog {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1000px;
  background-image: url('../images/fog.png');
  background-position: 50% 50%;
  background-size: cover;
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 28px;
  text-align: center;
}

.play {
  position: relative;
  z-index: 400;
  cursor: pointer;
}

.video--modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.video-holder {
  min-height: 600px;
  min-width: 1080px;
  background-color: #fff;
  box-shadow: 1px 1px 18px 10px rgba(0, 0, 0, 0.14);
}

.close-modal {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 21px;
  margin-right: 11px;
}

.pavilion-data {
  width: 1200px;
  margin-top: 77px;
  margin-bottom: 171px;
}

.tictet-option {
  font-family: Montserrat, sans-serif;
  color: #111035;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.ticket-selecotr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 14px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.columns {
  margin-bottom: 87px;
}

.venue-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  margin: 0px auto 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-4 {
  padding-bottom: 23px;
}

.image-5 {
  padding-bottom: 28px;
}

.video {
  max-width: 1000px;
}

.html-embed-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-pic {
  margin-top: 80px;
}

.foundation-logo {
  margin-bottom: 24px;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.image-6 {
  position: relative;
  z-index: 5;
  width: 200%;
  max-width: 200%;
  margin-top: 94px;
  margin-left: -129px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.b4biz {
  margin-top: -25px;
  margin-bottom: 40px;
}

.sponsor-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sponsor-sticky {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 200px;
  height: 200px;
  background-image: url('../images/crypto-sticky.png');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  cursor: pointer;
}

.title-text-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  text-align: center;
}

.paragraph-4 {
  max-width: 1000px;
  margin: 25px auto 40px;
  font-family: Montserrat, sans-serif;
  color: #111035;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

.lightbox-link {
  margin-right: auto;
  margin-left: auto;
}

.subheading-2 {
  margin-bottom: 31px;
  font-family: Montserrat, sans-serif;
  color: #111035;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}

.subheading-2.mid {
  font-size: 40px;
  font-weight: 400;
}

.subheading-2.mid.form {
  margin-bottom: 0px;
  font-size: 30px;
}

.subheading-2.white {
  color: #fff;
}

.app-details {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.app-details.tcs {
  font-size: 11px;
}

.text-block-15 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.column-22 {
  padding-top: 0px;
}

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

.fight-date {
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #111035;
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.tickets-btn-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 48px;
  margin-top: 18px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 31px 41px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #bfd753;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}

.tickets-btn-2:hover {
  border: 1px none #fff;
}

.hurry {
  padding-top: 54px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.team-title-3 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #f15e22;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: none;
}

.trainers-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0.48)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.48));
}

.trainers-section.plate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0.48))), url('../images/texture-background.jpg');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.48)), url('../images/texture-background.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100%;
}

.tickets-embed-2 {
  margin-bottom: 52px;
}

.container-8 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-7 {
  margin-right: auto;
  margin-bottom: 33px;
  margin-left: auto;
  text-align: center;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.74)), to(hsla(0, 0%, 100%, 0.74))), url('../images/texture-background.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.74), hsla(0, 0%, 100%, 0.74)), url('../images/texture-background.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 100%;
  }

  .nav-link.cool-link {
    padding-right: 27px;
    font-weight: 500;
    text-align: right;
  }

  .nav-link.ctatop {
    text-align: right;
  }

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

  .container {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn-hero {
    width: auto;
    height: 35px;
    padding-right: 29px;
    padding-left: 29px;
    font-size: 14px;
  }

  .btn-hero.btn-hero2.hvr-bounce-to-right {
    padding-right: 11px;
    padding-left: 11px;
  }

  .section-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/ring-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-x;
    background-attachment: scroll;
  }

  .paragraph {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
  }

  .subheading {
    font-size: 30px;
    line-height: 35px;
  }

  .subheading.small {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image {
    position: relative;
    z-index: 30;
  }

  .section-2 {
    padding-right: 17px;
    padding-left: 17px;
  }

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

  .grid2.low {
    margin-top: 0px;
  }

  .profiles-grids {
    width: 100%;
    margin-top: -122px;
  }

  .profiles-grids.low {
    width: 100%;
  }

  .member-wrapper {
    width: 100%;
    margin: 22px auto;
  }

  .coaches {
    padding-top: 62px;
    padding-right: 53px;
    padding-left: 53px;
  }

  .image-2 {
    margin-top: -77px;
  }

  .coaches-bottom {
    background-size: 120%;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-wrapper {
    margin-top: 34px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .secondary-link {
    font-size: 15px;
  }

  .footer-01 {
    padding-bottom: 181px;
  }

  .footer-top {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .topsection.tickets {
    height: 200px;
    padding-top: 0px;
  }

  .topsection.tickets {
    height: 200px;
    padding-top: 0px;
  }

  .title-text {
    font-size: 40px;
  }

  .profiles-grids-2 {
    width: 100%;
    margin-top: 144px;
  }

  .member-wrapper-2 {
    margin: 22px auto;
  }

  .training-grid1 {
    width: 100%;
    margin-bottom: -8px;
  }

  .front-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .front-box {
    width: 49%;
    height: 350px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .front-box._1 {
    width: 50%;
  }

  .front-box.v1 {
    width: 50%;
  }

  .front-box.v5 {
    width: 50%;
  }

  .foundations-grid {
    width: 100%;
  }

  .js-clock {
    border-style: none;
  }

  .clock-number {
    font-size: 31px;
  }

  .heading-2 {
    font-size: 25px;
  }

  .menu-button {
    background-color: transparent;
  }

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

  .icon {
    color: #2d2e36;
  }

  .entry-options {
    width: 100%;
  }

  .grid1 {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .grid1.low {
    margin-top: 0px;
  }

  .html-embed {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .container-6 {
    padding-right: 17px;
    padding-left: 17px;
  }

  .bold-text-3 {
    font-size: 21px;
  }

  .close-holder {
    height: 250px;
  }

  .bold-text-4 {
    font-size: 21px;
  }

  .pav-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pav2-3-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .plan-price-wrapper {
    width: 100%;
    margin-right: 22px;
    margin-left: 0px;
  }

  .pricing-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 22px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-plan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 600px;
    min-height: auto;
    margin-right: auto;
    margin-bottom: 14px;
    margin-left: auto;
    padding: 18px 48px 27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 19px;
    padding-bottom: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .plan-name {
    margin-bottom: 8px;
    padding-bottom: 0px;
    line-height: 30px;
  }

  .pricing-table-container {
    max-width: 100%;
    padding-top: 50px;
  }

  .div-block {
    width: 100%;
    background-image: url('../images/MTT-1.png');
    background-position: 50% 50%;
    background-size: 100%;
  }

  .top-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 600px;
    background-image: url('../images/torn2.png'), -webkit-gradient(linear, left top, left bottom, color-stop(68%, rgba(39, 39, 51, 0)), to(#06031d)), url('../images/MTT-1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 16, 0.71)), to(rgba(2, 2, 16, 0.71))), url('../images/ring.jpg');
    background-image: url('../images/torn2.png'), linear-gradient(180deg, rgba(39, 39, 51, 0) 68%, #06031d), url('../images/MTT-1.png'), linear-gradient(180deg, rgba(2, 2, 16, 0.71), rgba(2, 2, 16, 0.71)), url('../images/ring.jpg');
    background-position: 50% 170%, 0px 0px, 50% 50%, 0px 0px, 50% 100%;
    background-size: auto, auto, 100%, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat, repeat, repeat;
  }

  .mobile-toptext {
    padding-top: 371px;
    padding-bottom: 41px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 49px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .fighters-front {
    background-size: 120%;
  }

  .fog {
    height: 500px;
  }

  .column-20 {
    display: block;
  }

  .video--modal {
    display: none;
  }

  .video-holder {
    width: 90%;
    min-height: auto;
    min-width: auto;
  }

  .pavilion-data {
    width: 100%;
    margin-bottom: 133px;
  }

  .venue-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .b4biz {
    width: 50%;
  }

  .sponsor-sticky {
    width: 150px;
    height: 150px;
  }

  .title-text-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-4 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
  }

  .subheading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .trainers-section {
    padding-right: 17px;
    padding-left: 17px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link.cool-link {
    text-align: right;
  }

  .heading {
    font-size: 24px;
    line-height: 30px;
  }

  .container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-top {
    height: 400px;
    min-height: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-image: url('../images/ring-bg.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .paragraph {
    margin-top: -1px;
    margin-bottom: 19px;
    padding-right: 45px;
    padding-left: 45px;
    font-size: 15px;
    line-height: 24px;
  }

  .text-field-long-2 {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form-3 {
    width: 100%;
  }

  .mail-list-form {
    width: 100%;
  }

  .subheading {
    font-size: 30px;
  }

  .subheading.small {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image {
    width: 300px;
  }

  .profiles-grids {
    width: 100%;
    margin-bottom: 23px;
  }

  .team-pic {
    width: 300px;
    height: 300px;
  }

  .team-pic.jack {
    width: 200px;
    height: 200px;
  }

  .team-pic.ken {
    width: 200px;
    height: 200px;
  }

  .team-pic.nathan {
    width: 200px;
    height: 200px;
  }

  .team-pic.renee {
    width: 200px;
    height: 200px;
  }

  .team-title {
    font-size: 25px;
  }

  .role {
    font-size: 18px;
  }

  .image-2 {
    margin-top: -58px;
  }

  .coaches-bottom {
    background-size: 200%;
  }

  .footer-bottom {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-grid-01 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .footer-wrapper.socials {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .secondary-link {
    margin-right: auto;
    margin-left: auto;
    padding-right: 44px;
    padding-left: 44px;
    font-size: 14px;
    text-align: center;
  }

  .footer-01 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-column {
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-logo {
    margin: 20px auto 53px;
    padding-top: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .topsection {
    padding-right: 25px;
    padding-left: 25px;
    background-size: auto, auto;
  }

  .topsection.about {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/about-top.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/about-top.jpg');
    background-size: auto, cover;
  }

  .topsection.tickets {
    height: 200px;
    padding-bottom: 0px;
  }

  .topsection.faqs {
    height: 200px;
  }

  .topsection.training {
    height: 300px;
  }

  .topsection.tickets {
    height: 200px;
    padding-bottom: 0px;
  }

  .title-text {
    font-size: 30px;
  }

  .paragraph-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .profiles-grids-2 {
    width: 100%;
    margin-bottom: 23px;
  }

  .team-title-2 {
    font-size: 25px;
  }

  .role-2 {
    font-size: 18px;
  }

  .tickets-embed {
    padding-right: 12px;
    padding-left: 12px;
  }

  .training-grid1 {
    margin-bottom: 6px;
  }

  .front-box {
    height: 250px;
  }

  .js-clock {
    width: 304px;
    border-style: none;
  }

  .limited-time {
    padding-left: 6px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
  }

  .clock-number {
    font-size: 28px;
  }

  .container-4 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .entry-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fee-type {
    margin-top: 40px;
  }

  .html-embed {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .bold-text-3 {
    font-size: 18px;
  }

  .profile-detail-title {
    font-size: 30px;
  }

  .profile-contact {
    font-size: 18px;
  }

  .contact-holder.email {
    height: 40px;
  }

  .contact-holder.phone {
    height: 40px;
    margin-bottom: 17px;
  }

  .contact-holder.phone {
    height: 40px;
    margin-bottom: 17px;
  }

  .title-profile-detail {
    padding-bottom: 19px;
    font-size: 18px;
  }

  .profile-detail-text {
    margin-bottom: 175px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .bold-text-4 {
    font-size: 18px;
  }

  .profile-detail-title-2 {
    font-size: 30px;
  }

  .profile-contact-2 {
    font-size: 18px;
  }

  .title-profile-detail-2 {
    padding-bottom: 19px;
    font-size: 18px;
  }

  .faq-wrappwe {
    padding-right: 7px;
    padding-left: 7px;
  }

  .terms {
    padding-right: 7px;
    padding-left: 7px;
  }

  .pav-wrapper-section {
    padding-right: 42px;
    padding-left: 42px;
  }

  .plan-price-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-left: 0%;
  }

  .pricing-row {
    padding-left: 0%;
  }

  .pricing-plan {
    margin-bottom: 53px;
    padding-right: 10%;
    padding-bottom: 5%;
    padding-left: 10%;
  }

  .feature {
    text-align: left;
  }

  .plan-name {
    font-size: 20px;
  }

  .pricing-table-container {
    width: 80%;
  }

  .pricing-button {
    position: relative;
    z-index: 2;
  }

  .top-mobile {
    background-image: url('../images/torn2.png'), -webkit-gradient(linear, left top, left bottom, color-stop(39%, rgba(39, 39, 51, 0)), color-stop(78%, #06031d)), url('../images/MTT-1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 16, 0.71)), to(rgba(2, 2, 16, 0.71))), url('../images/ring.jpg');
    background-image: url('../images/torn2.png'), linear-gradient(180deg, rgba(39, 39, 51, 0) 39%, #06031d 78%), url('../images/MTT-1.png'), linear-gradient(180deg, rgba(2, 2, 16, 0.71), rgba(2, 2, 16, 0.71)), url('../images/ring.jpg');
    background-position: 50% 170%, 0px 0px, 50% 50%, 0px 0px, 50% 100%;
    background-size: auto, auto, 120%, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat, repeat, repeat;
  }

  .mobile-toptext {
    padding-top: 250px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 63px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fighters-front {
    background-size: 70%;
  }

  .html-embed-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .play {
    width: 60px;
    height: 90px;
    padding: 0px;
  }

  .pavilion-data {
    margin-bottom: 120px;
  }

  .tictet-option {
    font-size: 18px;
    line-height: 21px;
  }

  .ticket-selecotr {
    margin-bottom: 87px;
  }

  .container-7 {
    margin-top: 38px;
  }

  .venue-grid {
    margin-bottom: 5px;
  }

  .group {
    margin-top: 31px;
  }

  .sponsor-sticky {
    width: 95px;
    height: 95px;
  }

  .title-text-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-4 {
    margin-top: -1px;
    margin-bottom: 19px;
    padding-right: 45px;
    padding-left: 45px;
    font-size: 15px;
    line-height: 24px;
  }

  .subheading-2 {
    font-size: 30px;
  }

  .fight-date {
    line-height: 30px;
  }

  .team-title-3 {
    font-size: 25px;
  }

  .tickets-embed-2 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .container-8 {
    margin-top: 38px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .menu-container {
    padding-right: 1%;
    padding-left: 1%;
  }

  .nav-link.cool-link {
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
  }

  .nav-link.ctatop {
    text-align: center;
  }

  .text-span {
    display: none;
  }

  .heading {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 18px;
  }

  .btn-hero {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .btn-hero.btn-hero2.hvr-bounce-to-right {
    margin-left: 0px;
    background-color: #bfd753;
  }

  .button-wrap {
    width: 100%;
    margin-bottom: 60px;
    padding-right: 19px;
    padding-left: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .section-top {
    height: 400px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: url('../images/ring-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .paragraph {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 14px;
    line-height: 18px;
  }

  .text-field-long-2 {
    width: 100%;
    margin-right: 0px;
  }

  .section-cta-2 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .form-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mail-list-form {
    width: 100%;
  }

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

  .container-flex-v {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-mail {
    text-align: center;
  }

  .date {
    font-size: 21px;
  }

  .subheading {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 24px;
  }

  .subheading.white.kits {
    font-size: 21px;
    line-height: 24px;
  }

  .subheading.mid {
    font-size: 26px;
  }

  .subheading.small {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .venue {
    font-size: 21px;
  }

  .tickets-btn {
    margin-bottom: 14px;
    padding-top: 18px;
    padding-bottom: 18px;
    color: #111035;
    font-size: 18px;
  }

  .tickets-btn.btn-hero2.hvr-bounce-to-right {
    margin-left: 0px;
  }

  .image {
    width: 250px;
    margin-top: 0px;
    padding-right: 50px;
  }

  .section-2 {
    margin-bottom: 0px;
    padding-right: 13px;
    padding-left: 13px;
  }

  .price2 {
    font-size: 18px;
  }

  .grid-text {
    font-size: 15px;
  }

  .profiles-grids {
    margin-top: -156px;
    margin-bottom: 16px;
  }

  .team-pic {
    width: 250px;
    height: 250px;
  }

  .team-pic.rich {
    width: 200px;
    height: 200px;
  }

  .team-pic.rob {
    width: 200px;
    height: 200px;
  }

  .team-pic.rich {
    width: 200px;
    height: 200px;
  }

  .team-pic.rob {
    width: 200px;
    height: 200px;
  }

  .team-pic._3 {
    width: 200px;
    height: 200px;
  }

  .team-pic._4 {
    width: 200px;
    height: 200px;
  }

  .team-pic._5 {
    width: 200px;
    height: 200px;
  }

  .team-pic._6 {
    width: 200px;
    height: 200px;
  }

  .team-title {
    margin-top: 10px;
    font-size: 23px;
    line-height: 20px;
  }

  .role {
    font-size: 16px;
  }

  .coaches {
    display: block;
    padding-right: 18px;
    padding-left: 17px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .tape {
    width: 100%;
  }

  .image-2 {
    margin-top: 0px;
  }

  .coaches-bottom {
    margin-top: -128px;
    background-size: 300%;
  }

  .blurb-white {
    font-size: 18px;
    line-height: 23px;
  }

  .footer-bottom {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
  }

  .footer-grid-01 {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .footer-wrapper {
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .footer-wrapper.socials {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-title-button {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .container-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .secondary-link {
    margin-right: auto;
    margin-left: auto;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 13px;
  }

  .footer-01 {
    margin-top: 0px;
  }

  .footer-top {
    padding-top: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-logo {
    margin-bottom: 32px;
    padding-right: 31px;
    padding-left: 31px;
  }

  .topsection {
    padding-right: 15px;
    padding-left: 15px;
    background-size: 250%, auto;
  }

  .topsection.tickets {
    height: 200px;
  }

  .topsection.faqs {
    height: 200px;
  }

  .topsection.training {
    height: 200px;
  }

  .topsection.tickets {
    height: 200px;
  }

  .title-text {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .list {
    padding-left: 23px;
  }

  .profiles-grids-2 {
    margin-top: 34px;
    margin-bottom: 16px;
  }

  .team-title-2 {
    margin-top: 10px;
    font-size: 23px;
    line-height: 20px;
  }

  .role-2 {
    font-size: 16px;
  }

  .tickets-embed {
    padding-right: 11px;
    padding-left: 11px;
  }

  .training-grid1 {
    margin-bottom: 110px;
  }

  .front-grid {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .front-box {
    width: 90%;
  }

  .front-box._1 {
    width: 90%;
  }

  .front-box.v1 {
    width: 90%;
  }

  .front-box.v5 {
    width: 90%;
  }

  .js-clock {
    width: 80%;
    height: 60px;
    margin: 16px auto;
    padding-top: 10px;
    border-style: none;
  }

  .box {
    height: auto;
  }

  .clock-number {
    font-size: 18px;
  }

  .clock-label {
    margin-top: 1px;
    font-size: 10px;
    font-weight: 300;
  }

  .clock.homepage {
    margin: 9px auto 27px;
  }

  .heading-2 {
    font-size: 18px;
  }

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

  .blurb-black {
    font-size: 18px;
    line-height: 23px;
  }

  .entry-options {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .html-embed {
    width: 90%;
  }

  .profile-detail-title {
    font-size: 21px;
    text-align: center;
  }

  .profile-contact {
    font-size: 15px;
  }

  .contact-holder.email {
    padding-right: 32px;
    padding-left: 32px;
    background-size: auto 30%;
  }

  .contact-holder.phone {
    width: 80%;
    background-position: 20% 50%;
    background-size: auto 40%;
  }

  .contact-holder.phone {
    width: 80%;
    background-position: 20% 50%;
    background-size: auto 40%;
  }

  .title-profile-detail {
    font-size: 15px;
    line-height: 30px;
  }

  .profile-detail-text {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 15px;
  }

  .profile-detail-title-2 {
    font-size: 21px;
    text-align: center;
  }

  .profile-contact-2 {
    font-size: 15px;
  }

  .title-profile-detail-2 {
    font-size: 15px;
    line-height: 30px;
  }

  .faq-wrappwe {
    padding-right: 0px;
    padding-left: 0px;
  }

  .answers {
    width: 100%;
  }

  .terms {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pav-wrapper-section {
    padding-right: 33px;
    padding-left: 33px;
  }

  .plan-price-wrapper {
    margin-left: 0%;
    padding-top: 12px;
  }

  .pricing-row {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-plan {
    padding-right: 5%;
    padding-bottom: 12%;
  }

  .feature {
    text-align: left;
  }

  .plan-price {
    font-size: 24px;
  }

  .pricing-button {
    margin-right: 5%;
  }

  .top-mobile {
    background-image: url('../images/torn2.png'), -webkit-gradient(linear, left top, left bottom, color-stop(33%, rgba(39, 39, 51, 0)), color-stop(71%, #06031d)), url('../images/MTT-1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 10, 0.77)), to(rgba(2, 2, 10, 0.77))), url('../images/ring.jpg');
    background-image: url('../images/torn2.png'), linear-gradient(180deg, rgba(39, 39, 51, 0) 33%, #06031d 71%), url('../images/MTT-1.png'), linear-gradient(180deg, rgba(2, 2, 10, 0.77), rgba(2, 2, 10, 0.77)), url('../images/ring.jpg');
    background-position: 50% 170%, 0px 0px, 50% 0%, 0px 0px, 50% 100%;
    background-size: auto, auto, 120%, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat, repeat, repeat;
  }

  .mobile-toptext {
    padding-top: 212px;
    padding-bottom: 0px;
  }

  .counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .fighters-front {
    background-size: auto 90%;
  }

  .fog {
    height: 260px;
  }

  .play {
    width: 50px;
    height: auto;
  }

  .column-21 {
    margin-top: -68px;
  }

  .pavilion-data {
    margin-bottom: 110px;
  }

  .tictet-option {
    font-size: 15px;
  }

  .ticket-selecotr {
    min-height: 200px;
    padding: 9px 0px 0px;
  }

  .venue-grid {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .title-text-2 {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph-4 {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 14px;
    line-height: 18px;
  }

  .subheading-2 {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 24px;
  }

  .subheading-2.mid {
    font-size: 26px;
  }

  .subheading-2.mid.form {
    font-size: 24px;
  }

  .app-details {
    padding-left: 11px;
  }

  .fight-date {
    font-size: 18px;
    line-height: 24px;
  }

  .bold-text-7 {
    line-height: 20px;
  }

  .tickets-btn-2 {
    margin-bottom: 14px;
    padding-top: 18px;
    padding-bottom: 18px;
    color: #111035;
    font-size: 18px;
  }

  .hurry {
    font-size: 18px;
  }

  .team-title-3 {
    margin-top: 10px;
    font-size: 23px;
    line-height: 20px;
  }

  .trainers-section {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tickets-embed-2 {
    padding-right: 11px;
    padding-left: 11px;
  }
}

