:root {
  --dark-violet: #9f0ccc;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

body {
  color: #fff;
  background-color: #0f0f0f;
  font-family: TTcommon, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 88px;
}

h2 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

a {
  color: #fff;
  text-decoration: none;
}

.container {
  max-width: 1144px;
}

.primary-btn {
  background-color: var(--dark-violet);
  letter-spacing: -.01em;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 8px;
  height: 48px;
  padding: 13px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  transition: color .3s, background-color .3s;
}

.primary-btn:hover {
  background-color: #9f0ccccc;
}

.primary-btn.margin-58 {
  cursor: pointer;
  border: 1px solid #171819;
  margin-top: 58px;
  transition: background-color .3s;
}

.primary-btn.margin-58:hover {
  background-color: #171819;
  background-image: none;
  border: 1px solid #ffffff4d;
}

.primary-btn.margin-58.trigger {
  letter-spacing: 0;
  border-style: none;
  border-radius: 8px;
  align-items: center;
  padding: 13px 24px;
  font-weight: 500;
  display: inline-block;
}

.primary-btn.margin-58.trigger:hover {
  background-color: #9f0ccccc;
  border-style: none;
}

.primary-btn.margin-58.trigger.position-to-body {
  z-index: -1;
  opacity: 0;
  margin-top: 568px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.primary-btn.fw {
  letter-spacing: 0;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.primary-btn.fw.disabled {
  color: #545556;
  background-color: #ffffff0a;
}

.primary-btn.copybutton {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 24px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.primary-btn.ohio {
  text-align: center;
  min-width: 400px;
  margin-top: 16px;
  display: block;
}

.primary-btn.vip-btn {
  text-align: center;
  display: block;
}

.text-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-padding {
  padding: 0% 2.5rem 0;
}

.secondary-btn {
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 26px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 21px;
}

.text-medium {
  opacity: .6;
  font-size: 18px;
  line-height: 28px;
}

.text-medium.margin20 {
  margin-top: 20px;
}

.text-medium.mb-28px {
  align-self: auto;
  margin-bottom: 28px;
}

.text-medium.product-llist {
  color: #fff;
  margin-bottom: 0;
  margin-left: 24px;
}

.text-medium.product-llist.time-limit-spec {
  opacity: 1;
  max-width: none;
}

.text-medium.text-color-white {
  opacity: 1;
}

.text-medium.text-color-white.opacity-50 {
  opacity: .6;
  max-width: 80%;
  font-family: TTcommon, sans-serif;
  font-weight: 400;
}

.text-medium.mb-0 {
  align-self: auto;
}

.text-medium.center {
  text-align: center;
  padding-bottom: 20px;
  line-height: 24px;
}

.text-medium.lnh-24 {
  line-height: 24px;
}

.text-medium.full-opac {
  opacity: 1;
}

.text-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.text-regular {
  opacity: .6;
  color: #fff9;
  font-size: 16px;
  line-height: 24px;
}

.text-regular.mb-24px {
  color: #a2a3a3;
  margin-bottom: 24px;
  font-weight: 500;
}

.text-regular.mb-24px.opacity-100 {
  opacity: 1;
  color: #fff9;
  font-weight: 400;
}

.text-regular.mb-24px.opacity-100.ohio-center {
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.text-regular.margin-left-6-34px {
  opacity: .75;
  margin-left: 0;
  font-family: TTcommon, sans-serif;
}

.text-regular.opacity-100 {
  opacity: 1;
  font-size: 14px;
  line-height: 20px;
}

.text-regular.opacity-100.mb-0 {
  margin-bottom: 0;
}

.text-regular.cms {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.phone-img-bottom {
  position: absolute;
  top: 31.5px;
  right: -36px;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.followus-section {
  padding-top: 130px;
}

.hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.05fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.all-microbet-wrapper {
  justify-content: space-between;
  margin-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.all-microbet-wrapper.ballers {
  margin-top: 100px;
}

.all-microbet-wrapper.picks-wrapper {
  margin-top: 20px;
  padding-bottom: 130px;
}

.nav-menu {
  align-items: center;
  display: none;
}

.nav-link {
  color: #fff;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.nav-link.last {
  cursor: pointer;
  border-bottom: 2px solid #0000;
  margin-top: 3px;
  margin-right: 32px;
  padding-bottom: 3px;
  transition: all .3s;
}

.nav-link.last:hover {
  opacity: .5;
}

.nav-link.last.w--current {
  color: #fff;
  border-bottom: 2px solid #9f0ccc;
}

.nav-link.last.contrigger {
  display: none;
}

.notify-text {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.notify-text.but {
  margin-left: 0;
}

.hero-title {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
}

.microbet-section {
  padding-top: 0;
}

.micro-left-wrapper {
  width: 440px;
  position: sticky;
  top: 224px;
}

.nav-button {
  border: 1px solid #ffffff26;
  border-radius: 8px;
  margin-right: 16px;
  padding: 12px 20px;
  transition: all .3s;
  display: flex;
}

.nav-button:hover {
  border-color: var(--dark-violet);
}

.nav-button.hide {
  display: none;
}

.nav-button.hide:hover {
  border-color: #fff;
}

.nav-button.mb-24px.btn-grow, .nav-button.mb-24px.hide {
  display: none;
}

.phone-img-top {
  z-index: 22;
  position: absolute;
  top: -65px;
  left: -89px;
}

.container-large {
  max-width: 1140px;
  margin-top: 0;
  padding-top: 0;
}

.container-large.support-subheading {
  padding-top: 0;
  padding-bottom: 20px;
}

.navbar {
  z-index: 2500;
  background-color: #0f0f0f;
  border-bottom: 1px solid #ffffff14;
  padding: 20px;
}

.all-follow-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 115vh;
  min-height: 850px;
  max-height: 1000px;
  margin-top: 88px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.hero-section.announcement-spacer {
  margin-top: 7.5%;
  padding-top: 100px;
}

.hero-section.announcement-spacer.ohio {
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 128px;
  padding-bottom: 128px;
}

.hero-section.announcement-spacer.ohio.picks-hero {
  margin-top: 2.5%;
  padding-bottom: 232px;
}

.hero-section.announcement-spacer.ohio-hide {
  display: none;
}

.hero-section.ohio {
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 20px;
  padding-top: 128px;
  padding-bottom: 0;
}

.hero-section.ohio.announcement-spacer {
  padding-top: 170px;
}

.the-transformation-grid-layout {
  flex: none;
  align-items: stretch;
  display: flex;
}

.micro-content {
  width: 460px;
  margin-left: 24px;
}

.marquee-container {
  margin-top: 118px;
  position: relative;
}

.marquee-container.tp {
  margin-top: 72px;
  margin-bottom: 36px;
  padding-top: 42px;
  padding-bottom: 42px;
  display: block;
}

.marquee-container.tp.margin-remove {
  margin-top: 96px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.main-wrapper.noov {
  overflow: hidden;
}

.main-wrapper.announcement-spacer {
  margin-top: 56px;
}

.nav-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.item-top {
  flex: none;
  align-items: center;
  display: flex;
}

.brand-marquee-slide {
  opacity: .3;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.brand-marquee-slide.linear1.hide {
  display: none;
}

.brand-marquee-slide.linear1.opacity100, .brand-marquee-slide.linear2.opacity100 {
  opacity: 1;
}

.micro-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.micro-subtitle.margin-10 {
  letter-spacing: 0;
  margin-bottom: 4px;
}

.content-wrapper {
  border: 1px solid #ffffff26;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 12px 24px;
  display: flex;
}

.content-wrapper.investor {
  border-style: none;
  width: 189px;
  height: 72px;
  padding: 0;
}

.content-wrapper.simplebet {
  border-style: none;
  width: 172px;
  height: 72px;
  padding: 0;
}

.content-wrapper.magic {
  border-style: none;
  width: 133px;
  height: 72px;
  padding: 0;
}

.content-wrapper.tampa {
  border-style: none;
  width: 204px;
  height: 72px;
  padding: 0;
}

.content-wrapper._305 {
  border-style: none;
  width: 206px;
  height: 72px;
  padding: 0;
}

.content-wrapper.ptc {
  border-style: none;
  width: 100px;
  height: 72px;
  padding: 0;
}

.content-wrapper.frog {
  border-style: none;
  width: 201px;
  height: 72px;
  padding: 0;
}

.content-wrapper.elysium {
  border-style: none;
  width: 171px;
  height: 72px;
  padding: 0;
}

.content-wrapper._8vc {
  border-style: none;
  width: 131px;
  height: 72px;
  padding: 0;
}

.content-wrapper.stronach {
  border-style: none;
  width: 136px;
  height: 72px;
  padding: 0;
}

.content-wrapper.fuel {
  border-style: none;
  width: 165px;
  height: 72px;
  padding: 0;
}

.content-wrapper.finsight {
  border-style: none;
  width: 156px;
  height: 72px;
  padding: 0;
}

.content-wrapper.elizebeth {
  border-style: none;
  width: 219px;
  height: 72px;
  padding: 0;
}

.content-wrapper.anti {
  border-style: none;
  width: 100px;
  height: 72px;
  padding: 0;
}

.content-wrapper.fj {
  border-style: none;
  width: 168px;
  height: 72px;
  padding: 0;
}

.content-wrapper.gaingels {
  border-style: none;
  width: 171px;
  height: 72px;
  padding: 0;
}

.content-wrapper.riverside {
  border-style: none;
  width: 222px;
  height: 72px;
  padding: 0;
}

.content-wrapper.moving {
  border-style: none;
  width: 166px;
  height: 72px;
  padding: 0;
}

.content-wrapper.roger {
  border-style: none;
  width: 227px;
  height: 72px;
  padding: 0;
}

.content-wrapper.ezekeil {
  border-style: none;
  width: 186px;
  height: 72px;
  padding: 0;
}

.content-wrapper.ruseel {
  border-style: none;
  width: 204px;
  height: 72px;
  padding: 0;
}

.content-wrapper.richard {
  border-style: none;
  width: 223px;
  height: 72px;
  padding: 0;
}

.content-wrapper.travis {
  border-style: none;
  width: 176px;
  height: 72px;
  padding: 0;
}

.content-wrapper.david {
  border-style: none;
  width: 199px;
  height: 72px;
  padding: 0;
}

.content-wrapper.gary {
  border-style: none;
  width: 173px;
  height: 72px;
  padding: 0;
}

.content-wrapper.dez {
  border-style: none;
  width: 158px;
  height: 72px;
  padding: 0;
}

.content-wrapper.bigley {
  border-style: none;
  width: 195px;
  height: 72px;
  padding: 0;
}

.content-wrapper.desan {
  border-style: none;
  width: 210px;
  height: 72px;
  padding: 0;
}

.content-wrapper.braxton {
  border-style: none;
  width: 217px;
  height: 72px;
  padding: 0;
}

.content-wrapper.mark {
  border-style: none;
  width: 146px;
  height: 72px;
  padding: 0;
}

.content-wrapper.aliya {
  border-style: none;
  width: 112px;
  height: 72px;
  padding: 0;
}

.micro-right-wrapper.ballers {
  width: 50%;
}

.overlay {
  z-index: 999;
  background-image: none;
  position: absolute;
  inset: 0%;
}

.overlay.hide {
  display: none;
}

.link-wrapper {
  background-color: #171819;
  border: 1px solid #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .3s;
  display: flex;
}

.link-wrapper._2 {
  z-index: 99;
  cursor: pointer;
  position: absolute;
  inset: 0% 0% 0% 23%;
}

.link-wrapper._2:hover {
  background-color: #9f0ccc;
}

.link-wrapper._3 {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  left: 76px;
}

.link-wrapper._3:hover {
  background-color: #9f0ccc;
}

.link-wrapper._1 {
  cursor: pointer;
  background-color: #17181900;
  border-style: none;
  padding-top: 0;
}

.link-wrapper._1.tik {
  justify-content: flex-start;
}

.link-wrapper._1.tik.spothide {
  display: none;
}

.link-wrapper._4 {
  z-index: 120;
  cursor: pointer;
  position: absolute;
  left: 115px;
}

.link-wrapper._4:hover {
  background-color: #9f0ccc;
}

.link-wrapper.follow {
  cursor: pointer;
  background-color: #0000;
  border-radius: 26px;
  width: 64px;
  height: 64px;
  margin-right: 22px;
}

.link-wrapper.follow:hover {
  background-color: #9f0ccc;
}

.link-wrapper.follow.spthide {
  margin-right: 0;
  display: none;
}

.link-wrapper.follow.tpr {
  border-radius: 22px;
  width: 56px;
  height: 56px;
  margin-right: 0;
}

.link-wrapper.follow.tpr:hover {
  background-color: #9f0ccc00;
  border-color: #fff;
}

.microbet-heading {
  max-width: 486px;
  margin-top: 0;
  margin-bottom: 0;
}

.microbet-heading.maxwidth-480 {
  max-width: 486px;
}

.microbet-heading.no-max {
  letter-spacing: -.02em;
  max-width: none;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.microbet-heading.no-max.center {
  text-align: left;
}

.microbet-heading.no-max.joey-quote {
  max-width: 75%;
}

.microbet-heading.creator_head {
  text-align: center;
  letter-spacing: -.02em;
  max-width: none;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.microbet-heading.creator_head.center {
  text-align: center;
}

.microbet-heading.creator_head.joey-quote {
  max-width: 75%;
}

.social-wrapper {
  align-items: center;
  width: 164px;
  display: none;
  position: relative;
}

.social-wrapper.str {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 15px;
}

.follow-content {
  text-align: center;
  width: 715px;
}

.logo-wrapper {
  align-items: center;
  display: none;
}

.item-holder-bottom {
  z-index: 200;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.item-holder-bottom.margin-bottom {
  margin-bottom: 16px;
}

.item-holder-bottom.margin-bottom.aboutmarq {
  height: 72px;
}

.hero-right-wrapper {
  z-index: 2000;
  position: relative;
  left: 26px;
}

.micro-content-wrapper {
  align-items: flex-start;
  display: flex;
}

.micro-content-wrapper.margin70 {
  margin-top: 80px;
}

.micro-content-wrapper.vip-btn {
  margin-top: 40px;
  display: block;
}

.all-social-icon-wrapper {
  justify-content: space-between;
  width: 392px;
  display: flex;
}

.all-social-icon-wrapper.margin36 {
  width: 464px;
  margin-top: 36px;
  margin-bottom: 72px;
}

.all-social-icon-wrapper.margin36.mw {
  justify-content: space-between;
  width: auto;
}

.all-social-icon-wrapper.margin36.hide {
  display: none;
}

.all-img-wrapper {
  display: flex;
  position: relative;
}

.social-img {
  background-color: #1c1d1f;
  border-radius: 15px;
  width: 141px;
  height: 316px;
  overflow: hidden;
}

.social-img.second {
  background-color: #212224;
  width: 165px;
  height: 358px;
  margin-left: 47px;
  transform: translate(0, 97px);
}

.social-img.third {
  background-color: #262729;
  width: 195px;
  height: 422px;
  margin-left: 25px;
  transform: translate(0, 72px);
}

.social-img.fourth {
  background-color: #212224;
  width: 165px;
  height: 358px;
  margin-left: 37px;
  transform: translate(0, 164px);
}

.social-img.fifth {
  margin-left: 37px;
  transform: translate(0, 120px);
}

.social-img.first {
  position: relative;
  transform: translate(0, 170px);
}

.section-build-with-us {
  border-top: 1px #ffffff1a;
  padding-top: 112px;
  padding-bottom: 112px;
}

.build-with-us-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.build-with-us-text {
  letter-spacing: -.48px;
  max-width: 590px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.build-with-us-text.extend {
  max-width: 650px;
  margin-bottom: 32px;
}

.wired-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 270px;
  display: flex;
}

.press-content-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-in-the-press {
  border-bottom: 1px #ffffff1a;
  padding-top: 140px;
  padding-bottom: 176px;
  display: block;
}

.press-text {
  letter-spacing: -.48px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.read-article-wrapper {
  grid-column-gap: 8px;
  letter-spacing: -.48px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.logo-image {
  max-height: 32px;
  margin-bottom: 24px;
}

.footer-text-link {
  opacity: .6;
  transition: all .3s;
}

.footer-text-link:hover {
  opacity: .3;
  text-decoration: none;
}

.footer-content-wrapper {
  justify-content: space-between;
  display: flex;
}

.social-icons-grid {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  margin-top: 20px;
  margin-bottom: 32px;
  display: grid;
}

.footer-text-link-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 180px 180px 240px;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-text-header {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

.footer-info-wrapper {
  width: 40%;
}

.footer {
  padding-top: 112px;
  padding-bottom: 162px;
}

.social-content-wrapper.desktop-hide {
  display: none;
}

.company-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.collection-list {
  grid-column-gap: 128px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 282px 282px;
  grid-auto-columns: 1fr;
  display: grid;
}

.press-wrapper {
  position: sticky;
  top: 224px;
}

.buble {
  background-color: #620cccc9;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  display: none;
  position: absolute;
  inset: auto 0% 0% 3%;
}

.buble.small {
  width: 30px;
  height: 30px;
  left: 23%;
}

.buble.medium {
  width: 40px;
  height: 40px;
  display: none;
  bottom: 16%;
  left: 14%;
}

.lottie-animation {
  display: none;
  position: absolute;
  bottom: -151.562px;
}

.div-block {
  z-index: 333;
  position: absolute;
  inset: 0% 0% -42%;
}

.nav-main-wrapper, .dropdown, .dropdown.dropdownhide, .icons-block {
  display: none;
}

.heading {
  letter-spacing: -.05em;
  margin-left: auto;
  margin-right: auto;
}

.heading.max-width-996px {
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}

.heading.maxwidth-880 {
  max-width: 880px;
}

.heading.maxwidth-880.center {
  text-align: center;
  letter-spacing: -.03em;
  max-width: 936px;
  margin-bottom: 40px;
  padding-top: 60px;
  font-size: 64px;
  line-height: 72px;
}

.heading.maxwidth-880.center.ballers-club {
  padding-top: 10px;
}

.heading.maxwidth-880.center_media {
  text-align: center;
  letter-spacing: -.03em;
  max-width: 1107px;
  padding-top: 60px;
  font-size: 64px;
  line-height: 72px;
}

.heading.maxwidth-880.center_media.ballers-club {
  padding-top: 10px;
}

.heading.maxwidth-880.center_media-copy {
  text-align: center;
  letter-spacing: -.03em;
  max-width: 1107px;
  padding-top: 0;
  font-size: 64px;
  line-height: 72px;
}

.heading.maxwidth-880.center_media-copy.ballers-club {
  padding-top: 10px;
}

.heading.maxwidth-880-copy {
  max-width: 880px;
}

.heading.maxwidth-880-copy.center {
  text-align: center;
  letter-spacing: -.03em;
  max-width: 936px;
  margin-bottom: 40px;
  padding-top: 60px;
  font-size: 64px;
  line-height: 72px;
}

.section-hero {
  margin-top: 96px;
}

.section-hero.announcement-spacer {
  margin-top: 152px;
}

.hero-main {
  padding-top: 167px;
  padding-bottom: 176px;
}

.hero-main.center-align {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-main.center-align.about-page {
  padding-bottom: 0;
}

.hero-main.center-align.media_page {
  padding-bottom: 100px;
}

.hero-main.center-align.media_page-copy {
  margin-top: 30px;
  padding-bottom: 100px;
}

.colour-purple {
  color: #9f0ccc;
}

.grid-gambling {
  grid-column-gap: 66px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  margin-top: 196px;
}

.grid-gambling.new {
  grid-row-gap: 48px;
  text-align: center;
  grid-template-columns: 1fr;
  max-width: 808px;
  margin-top: 104px;
  margin-left: auto;
  margin-right: auto;
}

.horizontal-line {
  opacity: .1;
  background-color: #fff;
  height: 1px;
}

.horizontal-line.resp-page {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.responsive-block-main {
  padding-top: 176px;
  padding-bottom: 176px;
}

.responsive-block-main.new-resp-page {
  padding-top: 104px;
  padding-bottom: 112px;
}

.responsive-block-main.new-resp-page.ballers-club {
  padding-top: 20px;
}

.responsive-block-main.py-104 {
  padding-top: 104px;
  padding-bottom: 104px;
}

.grid-responsive {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.grid-responsive.new {
  grid-row-gap: 48px;
  grid-template-columns: 1fr;
  max-width: 936px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.grid-responsive.new.ballers {
  max-width: none;
  padding-bottom: 100px;
}

.responsive-left-wrap {
  max-width: 486px;
  position: sticky;
  top: 224px;
}

.responsive-right-wrap.gridv {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.responsive-list-block {
  align-items: center;
  display: flex;
}

.responsive-list-block.mb-32px {
  margin-bottom: 32px;
}

.text-large {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.text-large.team-line {
  line-height: 32px;
}

.text-large.resp-number {
  font-size: 18px;
}

.div-round {
  background-image: url('../images/Rectangle-13.svg');
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  min-height: 64px;
  margin-top: 2px;
  display: flex;
  position: relative;
}

.div-round._56 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 56px;
  min-height: 56px;
  margin-right: 24px;
}

.div-round.lg {
  object-fit: fill;
  width: 37px;
}

.div-round.sm {
  width: auto;
}

.our-btr-main {
  padding-top: 176px;
  padding-bottom: 176px;
}

.our-btr-main.resp-page {
  padding-top: 104px;
  padding-bottom: 112px;
}

.our-btr-main.resp-page.affiliate-form {
  height: 1150px;
  padding-top: 0;
}

.our-btr-main.resp-page.baller-form {
  height: 100%;
  padding-top: 10px;
  padding-bottom: 40px;
}

.grid-our-btr {
  grid-column-gap: 61px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.grid-our-btr.new-page {
  grid-row-gap: 48px;
  grid-template-columns: 1fr;
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
}

.our-btr-left {
  position: sticky;
  top: 224px;
}

.our-btr-right.gridv {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.our-btr-list-block {
  align-items: center;
  display: flex;
}

.our-btr-list-block.mb-32px {
  margin-bottom: 32px;
}

.our-btr-list-block.baller-benefits {
  max-width: 500px;
}

.tick-embed {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.need-help-block {
  max-width: 808px;
  margin: 60px auto;
}

.need-help-block.mb-0 {
  margin-bottom: 0;
}

.need-help-block.new-max {
  margin-top: 0;
  margin-bottom: 0;
}

.need-help-block.ohio-version {
  margin-top: 16px;
  margin-bottom: 0;
}

.need-help-block.ohio-version.banner-version {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.weight-500 {
  color: #fff;
  font-weight: 500;
}

.weight-500.hover:hover {
  opacity: .6;
}

.text-color-white {
  color: #fff;
}

.text-color-white.weight-500 {
  opacity: 1;
}

.about-hero-main {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-about-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-top: 96px;
  padding-bottom: 0;
  display: flex;
}

.section-our-team.hide {
  display: none;
}

.our-team-block {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 224px;
}

.image-block {
  background-color: #262729;
  border-radius: 12px;
  max-width: 242px;
  height: 306px;
}

.image-block.mb-19px {
  filter: grayscale();
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 18px;
}

.our-team-card {
  text-align: left;
}

.our-team-list {
  grid-column-gap: 64px;
  grid-row-gap: 57px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.our-team-collection {
  max-width: 1160px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}

.our-team-collection-list:nth-child(2n) {
  transform: translate(0, 64px);
}

.hero-header {
  max-width: 484px;
  position: relative;
}

.hero-header.margin-bottom-58px {
  max-width: 100%;
  margin-bottom: 58px;
}

.menu-wrapper {
  display: none;
}

.our-team-heading {
  max-width: 486px;
  margin: 0 auto;
}

.our-team-heading.mb-18px {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.our-team-heading.mb-18px.hp {
  text-align: left;
  letter-spacing: 0;
  max-width: none;
}

.text-size-large {
  letter-spacing: -.03em;
  font-size: 40px;
  line-height: 48px;
}

.text-size-large.margin-bottom-54px {
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.text-size-large.margin-bottom-54px.new-v {
  margin-bottom: 0;
}

.microbet-ball-icon {
  width: 28px;
}

.microbet-ball-icon.lg {
  width: 37px;
}

.microbet-ball-icon.sm {
  width: 24px;
}

.microbet-wrapper {
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.read-text {
  letter-spacing: -.31px;
  font-family: SF pro, sans-serif;
  font-weight: 500;
  line-height: 24px;
}

.footer-brand {
  width: 110px;
  margin-bottom: 6px;
}

.margin-left-16px {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.margin-left-16px.nex {
  align-items: flex-start;
  margin-top: 16px;
}

.link-wrapper-res {
  background-color: #171819;
  border: 1px solid #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .3s;
  display: flex;
}

.link-wrapper-res.follow {
  cursor: pointer;
  background-color: #0000;
  border-radius: 26px;
  width: 24px;
  height: 24px;
}

.link-wrapper-res.follow:hover {
  background-color: #9f0ccc;
}

.line-divider {
  display: none;
}

.social-icon-footer {
  cursor: pointer;
  border: 1px solid #ffffff26;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: background-color .3s;
  display: flex;
}

.social-icon-footer:hover {
  background-color: #9f0ccc;
}

.follow-icon {
  width: 100%;
  max-width: 20px;
  height: 100%;
  max-height: 20px;
}

.forcehide {
  font-family: TTcommon, sans-serif;
}

.outerpop {
  z-index: 90000000;
  background-color: #0f0f0fd1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.outerpop.in_media {
  display: none;
}

.innerpop {
  z-index: 10;
  color: #fff;
  background-color: #242527;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  height: auto;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 28px #00000047;
}

.innerpop.in_media {
  max-width: 600px;
}

.popheading {
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.popheading.lite {
  color: #fff9;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.popheading.lite.semi {
  color: #fff;
  font-weight: 600;
}

.popheading.lite.smv {
  font-size: 16px;
  line-height: 24px;
}

.simplelocationform {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.simplelocationform:focus {
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #fff;
}

.simplelocationform.fixed_width {
  height: 600px;
  overflow: auto;
}

.xicon {
  opacity: .6;
  cursor: pointer;
  background-image: url('../images/image_1image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding: 32px;
  font-size: 24px;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.xicon:hover {
  opacity: .4;
}

.tf {
  color: #fff;
  text-align: left;
  background-color: #242527;
  border: 1px solid #ffffff26;
  border-radius: 8px;
  height: 48px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-size: 16px;
}

.tf:hover {
  background-color: #242527;
  border-color: #fff;
}

.tf:active {
  background-color: #242527;
}

.tf:focus {
  border-color: var(--dark-violet);
  background-color: #242527;
}

.tf:focus-visible {
  background-color: #242527;
}

.tf[data-wf-focus-visible] {
  background-color: #242527;
}

.tf::placeholder {
  color: #ffffff4d;
  background-color: #242527;
}

.tf.final {
  margin-bottom: 24px;
}

.tf.final.ohio {
  margin-bottom: 16px;
}

.tf.final.ohio::placeholder, .tf.final.ohio.dd {
  color: #fff9;
}

.tf.final.ohio.nobg {
  background-color: #0000;
}

.tf.final.ohio.nobg::placeholder {
  background-color: #fff0;
}

.sm {
  background-color: #9f0ccc00;
  border-radius: 12px;
  padding: 0;
}

.sm:focus {
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #fff;
}

.vertspace {
  width: 100%;
  height: 16px;
}

.vertspace._12 {
  height: 8px;
}

.hr {
  background-color: #ffffff1a;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.share-grid {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.sharebutton {
  color: #fff;
  border: 1px solid #ffffff26;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 48px;
  margin-bottom: 16px;
  padding: 16px 24px 16px 16px;
  display: flex;
}

.sharebutton.botrow {
  margin-bottom: 0;
}

.shareimg {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}

.socialblock {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.iconsports {
  filter: invert(94%) saturate(0%) grayscale();
  display: block;
}

.iconsports.hide {
  display: none;
}

.iconsports.opacdrop {
  opacity: .5;
}

.iconsports.deepopac {
  opacity: .3;
}

.iconsports.lightopac {
  opacity: .7;
}

.iconsports.midopac {
  opacity: .4;
}

.hrcms {
  display: none;
}

.sociicon {
  width: 100%;
  max-width: 18px;
  height: 100%;
  max-height: 18px;
}

.temphide {
  display: none;
}

.vertspcbig {
  clear: none;
  height: 98px;
  display: block;
}

.lowsap {
  color: #fff9;
}

.button {
  display: none;
}

.our-leader-block {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 160px;
}

.our-leader-collection {
  max-width: 1160px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
}

.our-leader-list {
  grid-column-gap: 64px;
  grid-row-gap: 57px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.leader-img {
  filter: grayscale();
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  max-width: 242px;
  height: 298px;
}

.our-directoe-collection {
  margin-top: 56px;
}

.our-board-list {
  grid-column-gap: 64px;
  grid-row-gap: 57px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.board-img {
  filter: grayscale();
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  max-width: 242px;
  height: 298px;
  margin-bottom: 0;
}

.our-director-block {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 152px;
}

.investor-text {
  opacity: .4;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.investor-wrapper {
  margin-bottom: 44px;
}

.section-video {
  height: 640px;
  margin-bottom: 164px;
  padding: 0;
  position: relative;
}

.bg-vid {
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.item-top-2 {
  flex: none;
  align-items: center;
  display: flex;
}

.vertspacebig {
  height: 0;
  margin-top: -32px;
}

.bgvidsoc {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lbdrop {
  background-color: var(--dark-violet);
  background-image: url('../images/Play-Icon---Initial_1Play Icon - Initial.png');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 4px 16px 1px #0009;
}

.lbdrop:hover {
  background-color: #fff;
  background-image: url('../images/Play-Icon---Hover_1Play Icon - Hover.png');
}

.contactdiv {
  border: 1px solid #ffffff1f;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 8px 8px 8px 20px;
  display: none;
}

.fs-copyclip_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-items: center start;
  display: grid;
  position: relative;
}

.fs-copyclip_button {
  color: #fff;
  text-align: center;
  background-color: #5c2aff;
  border-radius: 500px;
  padding: .6rem 2rem .65rem;
}

.fs-copyclip_button:hover {
  background-color: #6739ff;
}

.fs-copyclip_text {
  color: #acacac;
}

.xdiv {
  z-index: 8;
  position: fixed;
  inset: 0%;
}

.mobround {
  border-radius: 12px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.contactpop {
  z-index: 90000000;
  background-color: #0f0f0fd1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-label {
  text-align: left;
  margin-bottom: -8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.marquee-horizontal-large {
  z-index: 200;
  align-items: center;
  width: 100%;
  height: 72px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-horizontal {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.content-wrapper-copy {
  border: 1px solid #ffffff26;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 12px 24px;
  display: flex;
}

.content-wrapper-copy.investor {
  border-style: none;
  width: 189px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.simplebet {
  border-style: none;
  width: 172px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.magic {
  border-style: none;
  width: 133px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.tampa {
  border-style: none;
  width: 204px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy._305 {
  border-style: none;
  width: 206px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.ptc {
  border-style: none;
  width: 100px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.frog {
  border-style: none;
  width: 201px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.elysium {
  border-style: none;
  width: 171px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy._8vc {
  border-style: none;
  width: 131px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.stronach {
  border-style: none;
  width: 136px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.fuel {
  border-style: none;
  width: 165px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.finsight {
  border-style: none;
  width: 156px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.elizebeth {
  border-style: none;
  width: 219px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.anti {
  border-style: none;
  width: 100px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.fj {
  border-style: none;
  width: 168px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.gaingels {
  border-style: none;
  width: 171px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.riverside {
  border-style: none;
  width: 222px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.moving {
  border-style: none;
  width: 166px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.roger {
  border-style: none;
  width: 227px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.ezekeil {
  border-style: none;
  width: 186px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.ruseel {
  border-style: none;
  width: 204px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.richard {
  border-style: none;
  width: 223px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.travis {
  border-style: none;
  width: 176px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.david {
  border-style: none;
  width: 199px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.gary {
  border-style: none;
  width: 173px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.dez {
  border-style: none;
  width: 158px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.bigley {
  border-style: none;
  width: 195px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.desan {
  border-style: none;
  width: 210px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.braxton {
  border-style: none;
  width: 217px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.mark {
  border-style: none;
  width: 146px;
  height: 72px;
  padding: 0;
}

.content-wrapper-copy.aliya {
  border-style: none;
  width: 112px;
  height: 72px;
  padding: 0;
}

.build-sub {
  opacity: .6;
  text-align: center;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.build-sub.maxwidth-623 {
  opacity: 1;
  max-width: 623px;
}

.home-mq, .item-top-copy {
  flex: none;
  align-items: center;
  display: flex;
}

.desktop-nav-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

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

.desktop-logo-wrapper, .desktop-nav-menu {
  align-items: center;
  display: flex;
}

.desktop-nav-brand.is_fixed_width {
  width: 100px;
}

.desktop-nav-button {
  border: 1px solid #ffffff26;
  border-radius: 8px;
  margin-right: 16px;
  padding: 12px 20px;
  transition: all .3s;
  display: flex;
}

.desktop-nav-button:hover {
  border-color: var(--dark-violet);
}

.desktop-nav-button.hide:hover {
  border-color: #fff;
}

.desktop-nav-button.mb-24px.btn-grow, .desktop-nav-button.mb-24px.hide {
  display: none;
}

.desktop-social-wrapper {
  align-items: center;
  width: 164px;
  display: flex;
  position: relative;
}

.desktop-social-wrapper.str {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 15px;
}

.nav-button-copy {
  border: 1px solid #ffffff26;
  border-radius: 8px;
  margin-right: 16px;
  padding: 12px 20px;
  transition: all .3s;
  display: flex;
}

.nav-button-copy:hover {
  border-color: var(--dark-violet);
}

.nav-button-copy.hide:hover {
  border-color: #fff;
}

.nav-button-copy.mb-24px.btn-grow, .nav-button-copy.mb-24px.hide {
  display: none;
}

.desktop-nav-button-2 {
  border: 1px solid #ffffff26;
  border-radius: 8px;
  margin-right: 16px;
  padding: 12px 20px;
  transition: all .3s;
  display: flex;
}

.desktop-nav-button-2:hover {
  border-color: var(--dark-violet);
}

.desktop-nav-button-2.hide:hover {
  border-color: #fff;
}

.desktop-nav-button-2.mb-24px.btn-grow {
  display: none;
}

.desktop-nav-button-2.mb-24px.hide {
  display: block;
}

.menu-overlay {
  opacity: 1;
  background-color: #0009;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.joeydiv {
  flex-direction: column;
  align-items: center;
  margin-top: 96px;
  display: flex;
}

.thumb {
  width: 64px;
  margin-bottom: 16px;
}

.sp-12 {
  height: 12px;
}

.sp-36 {
  height: 36px;
}

.joey-block {
  text-align: center;
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
}

.nav-announcement {
  z-index: 2500;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #9f0ccc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.divider {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.announcement-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.announcement-text.ma-announcement {
  font-size: 14px;
}

.announcement-link {
  border-bottom: 1px solid #fff;
  font-weight: 700;
  transition: all .3s;
}

.announcement-link:hover {
  opacity: .8;
}

.ohio-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.ohio-header {
  text-align: center;
  font-size: 64px;
  line-height: 72px;
}

.ohio-header.flex-correct {
  margin-top: -16px;
}

.ohio-header.flex-correct.mbv {
  display: none;
}

.ohio-subheader {
  text-align: center;
  max-width: 77%;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.ohio-subheader.nomax {
  max-width: none;
}

.ohio-header-description {
  color: #fff9;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.divider-line {
  background-color: #ffffff26;
  width: 100%;
  height: 1px;
  margin-top: 128px;
}

.nav-items-wrapper {
  z-index: 2500;
  position: fixed;
  inset: 0% 0% auto;
}

.ohio-outerpop {
  z-index: 90000000;
  background-color: #0f0f0fd1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.ohio-outerpop.show-flex {
  display: flex;
}

.ohio-innerpop {
  z-index: 10;
  color: #fff;
  background-color: #242527;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  height: auto;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 28px #00000047;
}

.ohio-coming-soon {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.ohio-coming-soon:focus {
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #fff;
}

.ohio-xicon {
  opacity: .6;
  cursor: pointer;
  background-image: url('../images/image_1image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding: 32px;
  font-size: 24px;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ohio-xicon:hover {
  opacity: .4;
}

.ohio-xdiv {
  z-index: 8;
  position: fixed;
  inset: 0%;
}

.ohio-from-header {
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.ohio-from-header.lite {
  color: #fff9;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.ohio-from-header.lite.semi {
  color: #fff;
  font-weight: 600;
}

.ohio-from-header.lite.smv {
  font-size: 16px;
  line-height: 24px;
}

.ohio-form-description {
  color: #fff9;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.ohio-form-description.lite {
  color: #fff9;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.ohio-form-description.lite.semi {
  color: #fff;
  font-weight: 600;
}

.ohio-form-description.lite.smv {
  font-size: 16px;
  line-height: 24px;
}

.ohio-form-description.success {
  margin-bottom: 24px;
}

.ohio-success-header {
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.ohio-success-header.lite {
  color: #fff9;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.ohio-success-header.lite.semi {
  color: #fff;
  font-weight: 600;
}

.ohio-success-header.lite.smv {
  font-size: 16px;
  line-height: 24px;
}

.ohio-link {
  color: #fff;
  border-bottom: 1px solid #fff9;
  transition: opacity .3s;
}

.ohio-link:hover {
  opacity: .8;
}

.new-link {
  cursor: default;
}

.locationform {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.locationform:focus {
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #fff;
}

.bonuspop {
  z-index: 90000000;
  background-color: #0f0f0fd1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.statediv {
  text-align: left;
  background-color: #2d2e30;
  border-radius: 8px;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  transition: opacity .3s;
  display: flex;
}

.statediv:hover {
  opacity: .8;
}

.purp {
  background-color: var(--dark-violet);
  border-radius: 24px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 19px;
}

.purp.disab {
  color: #fff9;
  background-color: #353638;
}

.divo {
  position: relative;
}

.coverarrow {
  z-index: 2147483647;
  background-color: #2425270f;
  border-radius: 10px;
  width: 40px;
  margin: 3px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.inlineform {
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
}

.inlineform:focus {
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #fff;
}

.success-outer {
  z-index: 90000000;
  background-color: #0f0f0fd1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.success-outer.show-flex {
  display: flex;
}

.vertgap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-inner {
  z-index: 10;
  color: #fff;
  background-color: #242527;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  height: auto;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 28px #00000047;
}

.image {
  text-align: right;
  margin-left: 150px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 147px;
  padding-right: 0;
}

.image-2 {
  padding-bottom: 0;
}

.image-3 {
  text-align: right;
  margin-left: 24px;
  padding-bottom: 78px;
  padding-left: 0;
}

.image-4 {
  text-align: right;
  margin-top: 22px;
  margin-left: 200px;
  margin-right: 200px;
  padding-left: 0;
  padding-right: 120px;
}

.image-5 {
  margin-left: 87px;
  margin-right: 8px;
}

.image-6 {
  align-self: center;
  margin-bottom: 40px;
}

.div-picks-icon {
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-width: 64px;
  min-height: 64px;
  margin-top: 0;
  display: block;
  position: relative;
}

.div-picks-icon._56 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 56px;
  min-height: 56px;
  margin-right: 24px;
}

.div-round-copy {
  background-image: url('../images/Rectangle-13.svg');
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  min-height: 64px;
  margin-top: 2px;
  display: flex;
  position: relative;
}

.div-round-copy._56 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 56px;
  min-height: 56px;
  margin-right: 24px;
}

.image-7 {
  text-align: center;
}

.section {
  z-index: 100;
  background-color: #000;
  border-bottom: 1px solid #0f0f0f;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  position: relative;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  width: 70%;
  min-width: 350px;
  max-width: 500px;
  font-family: DM Sans, sans-serif;
  font-size: 10px;
}

.double {
  color: #fff;
  font-size: 70px;
  font-style: italic;
  font-weight: 700;
  line-height: 70px;
  display: block;
}

.double.transparent-font {
  color: #fff0;
  font-weight: 900;
  line-height: 55px;
}

.text-block-13 {
  color: #fff;
  margin-right: 8px;
}

.form-block {
  width: 100%;
  max-width: 520px;
}

.text-block-14 {
  color: #d9f53d;
  border: 1px solid #9d9ea3;
  border-radius: 7px;
  font-size: 50px;
  font-style: italic;
  font-weight: 900;
  line-height: 50px;
}

.transparent-font {
  color: #5a545400;
}

.section-2 {
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-block-7 {
  color: #fff;
  font-size: 125px;
  font-style: italic;
  font-weight: 900;
  line-height: 125px;
}

.flex-block {
  z-index: 1000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1400px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.text-block-9 {
  color: #fff;
  margin-bottom: 0;
  font-size: 70px;
  font-style: italic;
  font-weight: 900;
  line-height: 55px;
}

.football {
  width: auto;
  position: absolute;
  inset: auto auto 0% 0%;
}

.submit-button {
  background-color: #9f0ccc;
  border-radius: 9px;
  width: 150px;
  height: 50px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  display: flex;
}

.inder-block {
  display: none;
}

.text-block-9-mobile {
  color: #fff;
  margin-bottom: 0;
  font-size: 70px;
  font-style: italic;
  font-weight: 700;
  line-height: 55px;
  display: none;
}

.text-block-9-mobile.transparent-font {
  font-weight: 900;
}

.flex-block-6 {
  justify-content: center;
  align-items: center;
}

.blur-big-ball {
  position: absolute;
  bottom: -337.5px;
}

.text-field {
  opacity: .6;
  color: #fff;
  background-color: #4d4d4d;
  border: 1px solid #4d4d4d;
  border-radius: 9px;
  width: 100%;
  height: 50px;
  font-family: DM Sans, sans-serif;
}

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

.div-block-3 {
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.base-ball {
  width: auto;
  position: absolute;
  inset: 0% auto auto 3%;
}

.text-block-9-mobile1 {
  color: #fff;
  margin-bottom: 0;
  font-size: 70px;
  font-style: italic;
  font-weight: 700;
  line-height: 55px;
  display: none;
}

.text-block-9-mobile1.transparent-font {
  font-weight: 900;
}

.blur-ball {
  z-index: 10;
  position: absolute;
  inset: -20% 35% auto auto;
}

.text-block-9-new {
  color: #fff;
  margin-bottom: 0;
  font-size: 70px;
  font-style: italic;
  font-weight: 900;
  line-height: 55px;
}

.big-ball {
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-4 {
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.text-block-12 {
  color: #d9f53d;
  margin-top: 50px;
  font-size: 350px;
  font-weight: 400;
}

.success-message {
  background-color: #ddd0;
  padding: 0;
}

.match {
  color: #fff;
  font-size: 128px;
  font-weight: 900;
  position: absolute;
}

.match.transparent-font {
  color: #fff0;
  font-style: italic;
  inset: 226px 0% 0% 104px;
}

.flex-block-3 {
  width: 100%;
  margin-top: 16px;
}

.flex-block-5 {
  position: relative;
}

.double-new {
  color: #fff;
  font-size: 70px;
  font-style: italic;
  font-weight: 900;
  line-height: 70px;
  display: none;
}

.text-block-11 {
  color: #d9f53d;
  mix-blend-mode: normal;
  margin-top: -60px;
  font-size: 295px;
  font-weight: 400;
  line-height: 290px;
  box-shadow: 0 9px 9px -7px #0003, 0 2px 5px #0003;
}

.section-3 {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 0 10px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.flex-block-4 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  padding-left: 80px;
  padding-right: 80px;
}

.div-block-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 150px;
  display: flex;
}

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

.text-block {
  opacity: .61;
  color: #fff;
  font-family: DM Sans, sans-serif;
}

.div-block-6 {
  justify-content: space-between;
  width: 400px;
  margin-right: 40px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-3 {
  opacity: .65;
  color: #fff;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
}

.list-item, .list-item-2 {
  float: left;
}

.list-item-3 {
  float: left;
  clear: left;
}

.code-embed.baller-form {
  margin-top: -15px;
  padding-top: 0;
}

.code-embed.affiliate-form {
  min-height: 1110px;
}

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

.image-8 {
  width: 600px;
  max-width: 100%;
  padding-bottom: 10px;
}

.paragraph {
  font-size: 25px;
  line-height: 35px;
}

.paragraph-2 {
  text-align: center;
}

.paragraph-2.affiliate-details {
  font-size: 17px;
}

.center {
  text-align: center;
  display: none;
}

.center.baller-button {
  text-align: center;
  padding-bottom: 100px;
}

.center.affiliate-btn-wrap {
  display: none;
}

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

.grid {
  grid-template-areas: "Area";
}

.vip.baller-slide {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.vip-2.baller-slide.even {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.text-color-sea {
  color: #2de2e6;
}

.link_white {
  color: #fff;
}

.opacity_60 {
  opacity: .6;
}

.section_counter {
  padding-bottom: 100px;
}

.counter_wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.counter_layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr max-content 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.counter_divider {
  background-color: #353535;
  width: .5px;
  height: 100%;
}

.counter_block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.counting_text {
  color: var(--dark-violet);
  text-align: center;
  font-size: 120px;
  font-weight: 600;
  line-height: 150px;
}

.counter_subtext {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.counter_muted {
  color: #9e9e9e;
  text-align: center;
}

.section_social {
  padding-top: 100px;
  padding-bottom: 80px;
}

.text-color-betr {
  color: #b40de7;
}

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

.social_channel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #9e9e9e;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  max-width: 847px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
}

.social_icon {
  border: 1px solid #292929;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

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

.social_channels_wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.media_brands_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
}

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

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

.media_brand_title {
  font-size: 32px;
  line-height: 40px;
}

.media_brand_layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.media_brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #9e9e9e;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  line-height: 25px;
  transition: all .3s;
  display: flex;
}

.media_brand:hover {
  color: #fff;
}

.media_brand_img {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.media_brand_img.is_circle {
  border-radius: 100px;
}

.media_brand_img.is_rounded {
  border-radius: 12px;
}

.media_brand_contain_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

.section-creator_network {
  padding-top: 100px;
}

.media_brand_cover_1 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

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

.mobile_name {
  display: none;
}

.img {
  border-radius: 20px;
  width: 50%;
  display: inline-flex;
}

.img.right {
  order: 1;
}

.formh {
  height: 75vh;
  overflow: auto;
}

.formh.affiliates-form {
  height: 90vh;
}

.div-block-10.ballers {
  align-self: center;
  width: 50%;
}

.div-block-11.ballers {
  align-self: center;
}

.ballers-gallery {
  padding-bottom: 40px;
}

.baller-btn {
  padding-top: 40px;
}

.ticon {
  width: 34px;
}

.cs-form {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  display: block;
}

.form-block-2 {
  float: none;
  clear: none;
  text-align: left;
}

.paragraph-3, .heading-5, .paragraph-4 {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .primary-btn.ohio {
    display: block;
  }

  .primary-btn.vip-btn {
    text-align: center;
    display: block;
  }

  .page-padding {
    padding-bottom: 10px;
  }

  .text-medium.text-color-white.opacity-50 {
    max-width: 80%;
  }

  .phone-img-bottom {
    top: 44px;
    right: -95px;
  }

  .followus-section {
    padding-top: 130px;
  }

  .all-microbet-wrapper.picks-wrapper {
    margin-top: 20px;
  }

  .phone-img-top {
    top: -56.5px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .micro-content {
    width: 502px;
  }

  .marquee-container.tp.margin-remove {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 109px;
    padding-bottom: 120px;
  }

  .micro-right-wrapper.ballers {
    width: 600px;
    padding-left: 20px;
  }

  .microbet-heading.no-max.center {
    text-align: left;
  }

  .microbet-heading.creator_head.center {
    text-align: center;
  }

  .hero-right-wrapper {
    top: -36px;
    left: 14px;
  }

  .micro-content-wrapper.vip-btn {
    margin-top: 40px;
    display: block;
  }

  .grid-gambling.new {
    text-align: center;
  }

  .responsive-block-main.new-resp-page.ballers-club {
    padding-bottom: 60px;
  }

  .grid-responsive.new {
    padding-top: 20px;
  }

  .grid-responsive.new.qualify {
    max-width: none;
  }

  .grid-responsive.new.qualify.ballers-qualifications {
    margin-top: 80px;
  }

  .grid-responsive.new.ballers {
    margin-top: 60px;
  }

  .our-btr-main.resp-page.baller-form {
    padding-top: 20px;
  }

  .our-btr-right.gridv.ballers {
    margin-bottom: 80px;
  }

  .need-help-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .text-color-white.weight-500 {
    font-weight: 400;
  }

  .image-8 {
    width: 600px;
    max-width: 100%;
    padding-bottom: 10px;
  }

  .paragraph {
    font-size: 25px;
    line-height: 35px;
  }

  .vip.baller-slide {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .vip-2.baller-slide.even {
    flex-flow: row;
    margin-bottom: 80px;
    display: flex;
  }

  .img {
    border-radius: 20px;
    width: 50%;
  }

  .img.right {
    order: 1;
  }

  .div-block-10.ballers {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 50%;
    display: block;
  }

  .div-block-11.ballers {
    align-self: center;
    width: 50%;
  }

  .baller-btn {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .primary-btn.margin-58 {
    transition: background-color .3s;
  }

  .primary-btn.ohio {
    float: none;
    clear: none;
    flex: 1;
    align-self: auto;
    position: static;
  }

  .primary-btn.vip-btn {
    text-align: center;
    display: block;
  }

  .text-medium {
    text-align: left;
    width: auto;
  }

  .text-medium.mb-28px {
    text-align: center;
  }

  .text-medium.mb-0 {
    text-align: left;
  }

  .text-medium.center {
    width: auto;
  }

  .text-medium.baller {
    align-self: center;
  }

  .phone-img-bottom {
    top: 60px;
  }

  .followus-section {
    padding-top: 130px;
  }

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

  .all-microbet-wrapper {
    margin-top: 130px;
    padding-bottom: 130px;
  }

  .all-microbet-wrapper.picks-wrapper {
    margin-top: 20px;
    padding-bottom: 130px;
  }

  .hero-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-section.announcement-spacer {
    padding-bottom: 60px;
  }

  .brand-marquee-slide.linear1, .brand-marquee-slide.linear2 {
    background-image: none;
  }

  .micro-right-wrapper {
    align-self: auto;
  }

  .micro-right-wrapper.ballers {
    width: 600px;
    padding-left: 50px;
  }

  .link-wrapper.follow {
    cursor: pointer;
    transition: all .3s;
  }

  .link-wrapper.follow:hover {
    background-color: #9f0ccc;
  }

  .microbet-heading.no-max {
    text-align: center;
  }

  .microbet-heading.no-max.center {
    text-align: left;
  }

  .microbet-heading.creator_head {
    text-align: center;
  }

  .micro-content-wrapper.margin70.center {
    text-align: left;
  }

  .micro-content-wrapper.vip-btn {
    margin-top: 40px;
  }

  .all-social-icon-wrapper.margin36.mw {
    margin-bottom: 130px;
  }

  .read-article-wrapper:hover {
    opacity: .6;
  }

  .hero-main.center-align {
    padding-top: 60px;
  }

  .grid-responsive.new {
    padding-top: 20px;
  }

  .grid-responsive.new.qualify {
    padding-top: 40px;
  }

  .grid-responsive.new.ballers {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .our-btr-main.resp-page.baller-form {
    padding-top: 20px;
  }

  .need-help-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .text-color-white.weight-500 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    min-width: 0;
    max-width: none;
    display: flex;
  }

  .link-wrapper-res.follow {
    cursor: pointer;
    transition: all .3s;
  }

  .link-wrapper-res.follow:hover {
    background-color: #9f0ccc;
  }

  .social-icon-footer {
    cursor: pointer;
  }

  .social-icon-footer:hover {
    background-color: #9f0ccc;
  }

  .board-img {
    height: 242px;
  }

  .ohio-wrapper {
    padding-bottom: 20px;
  }

  .ohio-subheader {
    text-align: center;
  }

  .code-embed {
    max-height: 1075px;
    overflow: hidden;
  }

  .code-embed.baller-form, .code-embed.in_media {
    max-height: none;
  }

  .image-8 {
    width: 600px;
    max-width: 100%;
    padding-bottom: 10px;
  }

  .paragraph {
    font-size: 25px;
    line-height: 35px;
  }

  .center.baller-button {
    margin-bottom: 100px;
    padding-bottom: 0;
  }

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

  .vip {
    text-align: center;
    display: flex;
    position: static;
  }

  .vip.baller-slide {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .vip-2 {
    display: flex;
  }

  .vip-2.baller-slide.even {
    margin-bottom: 80px;
  }

  .img {
    float: left;
    clear: left;
    border-radius: 20px;
    order: -1;
    width: 50%;
  }

  .img.right {
    order: 1;
  }

  .div-block-10 {
    text-align: center;
    align-self: center;
    width: 50%;
  }

  .div-block-10.ballers {
    box-sizing: border-box;
    order: 0;
    align-self: center;
    width: auto;
  }

  .div-block-11.ballers {
    flex: 0 auto;
    width: auto;
  }

  .heading-4 {
    text-align: left;
    display: flex;
  }

  .baller-btn {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .primary-btn {
    text-align: center;
    display: block;
  }

  .primary-btn.ohio {
    padding-top: 13px;
  }

  .page-padding {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-medium {
    width: auto;
  }

  .text-medium.margin20 {
    padding-right: 0;
  }

  .text-medium.mb-28px {
    text-align: center;
  }

  .text-medium.center {
    margin-bottom: 0;
  }

  .text-medium.baller {
    width: auto;
  }

  .followus-section {
    padding-top: 130px;
  }

  .all-microbet-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-top: 130px;
    padding-bottom: 130px;
  }

  .all-microbet-wrapper.ballers {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    justify-items: stretch;
    padding-bottom: 0;
    display: grid;
  }

  .all-microbet-wrapper.picks-wrapper {
    padding-bottom: 130px;
  }

  .micro-left-wrapper {
    width: 440px;
    min-width: 440px;
    margin-right: 100px;
  }

  .container-large {
    text-align: left;
    object-fit: fill;
    order: 0;
    align-self: auto;
    max-width: 1140px;
    padding-top: 0;
    display: block;
  }

  .hero-section.announcement-spacer {
    padding-bottom: 60px;
  }

  .micro-subtitle.margin-10 {
    font-weight: 600;
  }

  .micro-right-wrapper {
    max-width: none;
  }

  .micro-right-wrapper.ballers {
    clear: none;
    object-fit: fill;
    align-self: auto;
    width: 600px;
    margin-left: 0;
    padding-left: 50px;
    position: static;
  }

  .microbet-heading.no-max.center {
    max-width: 500px;
    overflow: visible;
  }

  .micro-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    display: flex;
  }

  .all-social-icon-wrapper.margin36.mw {
    margin-bottom: 130px;
  }

  .press-content-wrapper {
    width: 1140px;
  }

  .footer-text-link {
    display: block;
  }

  .footer-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: auto;
    display: flex;
  }

  .footer-info-wrapper {
    clear: none;
    width: 40%;
    padding-left: 0;
    padding-right: 100px;
  }

  .grid-gambling.new {
    margin-bottom: 104px;
  }

  .responsive-block-main.new-resp-page.ballers-club, .grid-responsive.new {
    padding-top: 20px;
  }

  .grid-responsive.new.qualify {
    padding-top: 40px;
  }

  .grid-responsive.new.ballers {
    padding-bottom: 0;
  }

  .div-round {
    margin-left: 0;
  }

  .our-btr-main.resp-page.affiliate-form {
    float: none;
    text-align: left;
    width: 1140px;
  }

  .our-btr-main.resp-page.baller-form {
    padding-top: 20px;
  }

  .our-btr-right.gridh {
    padding-bottom: 0;
  }

  .our-btr-list-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .need-help-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .need-help-block.age-req {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .text-color-white {
    display: flex;
  }

  .text-color-white.weight-500 {
    text-align: left;
    padding-right: 0;
    display: flex;
  }

  .microbet-wrapper {
    min-width: 0;
    max-width: none;
    margin-right: 0;
    padding-right: 0;
  }

  .iconsports.hide {
    display: none;
  }

  .our-leader-block {
    width: 1140px;
  }

  .board-img {
    height: 292px;
  }

  .our-director-block {
    width: 1140px;
  }

  .code-embed.baller-form {
    max-height: none;
  }

  .subheading {
    padding-bottom: 13px;
    font-size: 55px;
    line-height: 65px;
  }

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

  .image-8 {
    width: 600px;
    max-width: 100%;
    padding-bottom: 20px;
  }

  .paragraph {
    font-size: 30px;
    line-height: 44px;
  }

  .paragraph.ballers {
    font-size: 25px;
  }

  .paragraph-2.affiliate-details.text-medium, .center {
    text-align: center;
  }

  .center.baller-button {
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .vip.baller-slide, .vip-2.baller-slide.even {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    text-align: center;
    padding-bottom: 0;
  }

  .img {
    border-radius: 20px;
  }

  .container-2 {
    width: 50%;
  }

  .div-block-10 {
    text-align: center;
    align-self: center;
    width: 50%;
  }

  .div-block-10.ballers {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: block;
  }

  .div-block-11 {
    align-self: center;
    width: 50%;
  }

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

  .baller-btn {
    padding-top: 40px;
  }

  .bold-text {
    font-weight: 600;
  }

  .cs-form {
    width: auto;
  }

  .form-block-2 {
    width: 1140px;
    display: block;
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .primary-btn.margin-58.trigger {
    margin-top: 34px;
  }

  .primary-btn.margin-58.trigger.position-to-body {
    margin-top: 352px;
  }

  .page-padding {
    padding-bottom: 10px;
  }

  .text-medium.text-color-white.opacity-50 {
    max-width: 60%;
    margin-left: 0;
    margin-right: auto;
  }

  .text-regular.text-align-center {
    text-align: center;
  }

  .hero-left-wrapper {
    text-align: left;
  }

  .nav-wrapper {
    flex: 1;
    justify-content: center;
    display: flex;
  }

  .followus-section {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .hero-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .all-microbet-wrapper {
    grid-row-gap: 58px;
    flex-direction: column;
    margin-top: 90px;
    padding-bottom: 80px;
  }

  .all-microbet-wrapper.picks-wrapper {
    margin-top: 80px;
    padding-bottom: 80px;
  }

  .nav-menu {
    background-color: #0f0f0f;
    flex-direction: column;
    width: 100%;
    min-width: 100%;
    padding-bottom: 3px;
    padding-left: 16px;
    padding-right: 16px;
    transition: transform .4s;
    display: flex;
    position: relative;
    transform: translate(0, -100%);
  }

  .nav-link.last {
    border-bottom-width: 1px;
    border-bottom-color: #ffffff1a;
    align-self: flex-start;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 17px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: block;
  }

  .nav-link.last.w--current {
    border-bottom-width: 1px;
    border-bottom-color: #ffffff1a;
  }

  .nav-link.last.border {
    border-top: 1px solid #ffffff1a;
    margin-top: -1px;
  }

  .nav-link.last.contrigger {
    display: block;
  }

  .notify-text {
    text-align: center;
    font-weight: 600;
    line-height: 20px;
  }

  .microbet-section {
    padding-top: 0;
  }

  .micro-left-wrapper {
    width: 100%;
  }

  .nav-button {
    background-color: #9f0ccc;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    padding-top: 9.5px;
    padding-bottom: 11.5px;
    display: block;
  }

  .nav-button.hide {
    display: none;
  }

  .nav-button.mb-24px {
    width: 100%;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-button.mb-24px:hover {
    background-color: #0000;
  }

  .nav-button.mb-24px.btn-grow {
    z-index: 99999;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .nav-button.mb-24px.hide {
    border-style: none;
    height: 48px;
    margin-bottom: 16px;
    padding: 0;
    display: flex;
  }

  .navbar {
    background-color: #0f0f0f;
    border-bottom: 1px solid #ffffff14;
    width: 100%;
    height: 72px;
    padding: 20px 16px 20px 18px;
    transition: opacity .4s;
  }

  .hero-section {
    height: auto;
    max-height: none;
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .hero-section.announcement-spacer {
    margin-top: 56px;
  }

  .hero-section.ohio {
    padding-top: 168px;
    padding-bottom: 0;
  }

  .hero-section.ohio.announcement-spacer {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .micro-content {
    width: 100%;
  }

  .marquee-container {
    margin-top: 20px;
  }

  .nav-container {
    display: block;
  }

  .micro-right-wrapper.ballers {
    width: auto;
  }

  .overlay {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .link-wrapper.follow:hover {
    background-color: #0000;
  }

  .link-wrapper.follow.remove {
    border-width: 0;
  }

  .link-wrapper.follow.remove.width {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }

  .microbet-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .microbet-heading.maxwidth-480 {
    max-width: 100%;
    margin-bottom: 14%;
  }

  .microbet-heading.line-height-44px {
    max-width: none;
    margin-bottom: 14%;
  }

  .microbet-heading.no-max.center {
    text-align: left;
  }

  .microbet-heading.no-max.joey-quote {
    max-width: none;
  }

  .microbet-heading.creator_head.center {
    text-align: center;
  }

  .microbet-heading.creator_head.joey-quote {
    max-width: none;
  }

  .social-wrapper {
    display: none;
  }

  .follow-content {
    width: 700px;
  }

  .logo-wrapper {
    display: flex;
  }

  .hero-right-wrapper {
    width: 500px;
    height: 500px;
    margin-top: 100px;
  }

  .all-social-icon-wrapper.margin36.mw {
    margin-bottom: 0;
  }

  .all-social-icon-wrapper.margin36.hide {
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .build-with-us-text {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .press-content-wrapper {
    grid-row-gap: 64px;
    flex-direction: column;
  }

  .section-in-the-press {
    padding-top: 156px;
  }

  .read-article-wrapper {
    margin-top: 20px;
  }

  .logo-image {
    margin-bottom: 20px;
  }

  .footer-content-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    margin-bottom: 64px;
  }

  .social-icons-grid {
    justify-content: start;
  }

  .footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .social-content-wrapper.responsive-hide {
    display: none;
  }

  .social-content-wrapper.desktop-hide.show {
    display: block;
  }

  .collection-list {
    grid-column-gap: 60px;
  }

  .press-wrapper {
    position: static;
  }

  .nav-main-wrapper {
    align-items: center;
    margin-bottom: 22px;
    display: flex;
    position: relative;
  }

  .menu-button {
    padding: 6px 0 0;
    position: absolute;
    left: 0;
  }

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

  .dropdown {
    border-bottom: 1px solid #ffffff1a;
    margin-left: 0;
    display: block;
  }

  .dropdown.mb-24px {
    margin-bottom: 24px;
    margin-left: 0;
  }

  .dropdown.dropdownhide {
    display: none;
  }

  .dropdown-toggle {
    border-bottom: 1px #ffffff1a;
    justify-content: space-between;
    width: 100%;
    padding: 15px 24px 17px 0;
    display: flex;
  }

  .dropdown-text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }

  .icons-block {
    border: 1px #000;
    border-top-color: #ffffff14;
    border-bottom: 1px solid #ffffff14;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .heading.max-width-996px {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-list {
    background-color: #0f0f0f;
    position: static;
    overflow: hidden;
  }

  .dropdown-link {
    color: #fff;
    padding-left: 24px;
  }

  .section-hero {
    margin-top: 72px;
  }

  .section-hero.announcement-spacer {
    margin-top: 128px;
  }

  .hero-main {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .grid-gambling {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-top: 14%;
  }

  .responsive-block-main {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .responsive-block-main.new-resp-page.ballers-club {
    padding-bottom: 60px;
  }

  .grid-responsive {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .grid-responsive.new {
    padding-top: 20px;
  }

  .responsive-left-wrap {
    position: static;
  }

  .our-btr-main {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .our-btr-main.resp-page.baller-form {
    padding-top: 20px;
  }

  .grid-our-btr {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .our-btr-left {
    position: static;
  }

  .need-help-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .about-hero-main {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-about-hero {
    height: auto;
    margin-top: 72px;
    padding-top: 15%;
    padding-bottom: 16%;
  }

  .our-team-block {
    padding-bottom: 60px;
  }

  .our-team-card {
    width: 242px;
  }

  .our-team-list {
    grid-column-gap: 30px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    justify-content: center;
  }

  .our-team-collection-list:nth-child(2n) {
    transform: translate(0);
  }

  .hero-header {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-header.margin-bottom-58px {
    margin-bottom: 21px;
  }

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

  .our-team-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .text-size-large.margin-bottom-54px {
    margin-bottom: 0;
  }

  .microbet-wrapper {
    width: auto;
  }

  .soc-icons {
    width: 100%;
    height: 100%;
  }

  .link-wrapper-res {
    width: 24px;
    height: 24px;
  }

  .link-wrapper-res.follow:hover {
    background-color: #0000;
  }

  .link-wrapper-res.follow.remove {
    border-width: 0;
  }

  .line-divider {
    background-color: #ffffff14;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

  .line-divider.mob {
    display: block;
  }

  .social-icon-footer {
    border-style: none;
  }

  .social-icon-footer:hover {
    background-color: #9f0ccc00;
  }

  .nav-brand.is_fixed_width {
    width: 86px;
  }

  .icon-block {
    flex-direction: column;
    justify-content: space-between;
    width: 20px;
    height: 10px;
    display: flex;
  }

  .icon-block.opacity {
    opacity: 0;
  }

  .tob-bar, .bottom-bar {
    background-color: #fff;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .html-embed {
    align-items: center;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .button {
    display: none;
  }

  .our-leader-block {
    padding-bottom: 60px;
  }

  .our-leader-list {
    grid-column-gap: 30px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    justify-content: center;
  }

  .our-leader-card {
    width: 242px;
  }

  .our-board-list {
    grid-column-gap: 30px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    justify-content: center;
  }

  .our-board-card {
    width: 242px;
  }

  .our-director-block {
    padding-bottom: 60px;
  }

  .bg-vid {
    border-radius: 12px;
    width: auto;
  }

  .contactdiv {
    max-width: none;
  }

  .mobround {
    border-radius: 12px;
    height: 100%;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .desktop-nav-container {
    display: none;
  }

  .desktop-nav-main-wrapper {
    align-items: center;
    margin-bottom: 22px;
    display: none;
    position: relative;
  }

  .desktop-nav-wrapper {
    flex: 1;
    justify-content: center;
    display: none;
  }

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

  .desktop-nav-menu {
    background-color: #0f0f0f;
    flex-direction: column;
    width: 100%;
    min-width: 100%;
    padding-bottom: 3px;
    padding-left: 16px;
    padding-right: 16px;
    transition: transform .4s;
    display: none;
    position: relative;
    transform: translate(0, -100%);
  }

  .desktop-menu-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .desktop-nav-button {
    background-color: #9f0ccc;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    padding-top: 9.5px;
    padding-bottom: 11.5px;
    display: block;
  }

  .desktop-nav-button.hide {
    display: none;
  }

  .desktop-nav-button.mb-24px {
    width: 100%;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .desktop-nav-button.mb-24px:hover {
    background-color: #0000;
  }

  .desktop-nav-button.mb-24px.btn-grow {
    z-index: 99999;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .desktop-nav-button.mb-24px.hide {
    border-style: none;
    height: 48px;
    margin-bottom: 16px;
    padding: 0;
    display: flex;
  }

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

  .nav-button-copy {
    background-color: #9f0ccc;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    padding-top: 9.5px;
    padding-bottom: 11.5px;
    display: block;
  }

  .nav-button-copy.hide {
    display: none;
  }

  .nav-button-copy.mb-24px {
    width: 100%;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-button-copy.mb-24px:hover {
    background-color: #0000;
  }

  .nav-button-copy.mb-24px.btn-grow {
    z-index: 99999;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .nav-button-copy.mb-24px.hide {
    border-style: none;
    height: 48px;
    margin-bottom: 16px;
    padding: 0;
    display: flex;
  }

  .desktop-nav-button-2 {
    background-color: #9f0ccc;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    padding-top: 9.5px;
    padding-bottom: 11.5px;
    display: block;
  }

  .desktop-nav-button-2.hide {
    display: none;
  }

  .desktop-nav-button-2.mb-24px {
    width: 100%;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .desktop-nav-button-2.mb-24px:hover {
    background-color: #0000;
  }

  .desktop-nav-button-2.mb-24px.btn-grow {
    z-index: 99999;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .desktop-nav-button-2.mb-24px.hide {
    border-style: none;
    height: 48px;
    margin-bottom: 16px;
    padding: 0;
    display: flex;
  }

  .div-block-2 {
    display: none;
  }

  .menu-overlay {
    z-index: 2001;
    background-color: #0009;
    display: none;
    position: fixed;
  }

  .joeydiv {
    margin-top: 60px;
  }

  .joey-block {
    margin-bottom: 60px;
  }

  .ohio-header {
    letter-spacing: -.03em;
    font-size: 48px;
    line-height: 56px;
  }

  .ohio-header-description {
    text-align: center;
  }

  .divider-line {
    margin-top: 96px;
  }

  .flex-block {
    flex-wrap: wrap;
    padding-top: 0;
  }

  .football {
    width: 180px;
  }

  .inder-block {
    padding-bottom: 100px;
    display: block;
  }

  .div-block-3 {
    display: none;
  }

  .big-ball {
    width: 180px;
  }

  .div-block-4 {
    width: 100%;
  }

  .section-3 {
    margin-top: 0;
    padding-top: 100px;
    position: static;
  }

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

  .subheading {
    margin-top: 10px;
  }

  .image-8 {
    width: 500px;
    max-width: 100%;
    padding-bottom: 10px;
  }

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

  .paragraph.ballers {
    font-size: 20px;
  }

  .center.baller-button {
    padding-bottom: 60px;
  }

  .vip.baller-slide, .vip-2.baller-slide.even {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

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

  .social_icon {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .social_channels_wrapper {
    text-align: left;
  }

  .media_brands_wrapper {
    grid-template-columns: 1.5fr;
  }

  .media_brand_images {
    height: 500px;
  }

  .media_brand_cover_1, .media_brand_cover_2 {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .mobile_name {
    display: block;
  }

  .desktop_name {
    display: none;
  }

  .div-block-11.ballers {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  .primary-btn.ohio {
    text-align: center;
    margin-top: 8px;
  }

  .text-medium.text-color-white.opacity-50 {
    max-width: 80%;
  }

  .text-regular.mb-24px.opacity-100.ohio-center {
    text-align: left;
  }

  .all-microbet-wrapper.picks-wrapper {
    padding-bottom: 80px;
  }

  .microbet-section {
    padding-top: 54px;
  }

  .hero-section.ohio {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .hero-section.ohio.announcement-spacer {
    padding-top: 60px;
  }

  .micro-content {
    width: 400px;
  }

  .marquee-container.tp.margin-remove {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .follow-content {
    width: 520px;
  }

  .logo-wrapper {
    left: 33%;
  }

  .micro-content-wrapper.margin70 {
    margin-top: 42px;
  }

  .all-social-icon-wrapper.margin36 {
    margin-bottom: 36px;
  }

  .section-build-with-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .build-with-us-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wired-content-wrapper {
    border-bottom: 1px #ffffff14;
    max-width: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-in-the-press {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .read-article-wrapper {
    margin-top: 20px;
  }

  .logo-image {
    margin-bottom: 20px;
  }

  .social-icons-grid.cs {
    justify-content: space-between;
  }

  .footer-text-link-grid {
    grid-template-columns: auto auto auto;
  }

  .collection-list {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 282fr;
  }

  .heading.max-width-996px {
    font-size: 56px;
    line-height: 64px;
  }

  .heading.maxwidth-880.center {
    margin-bottom: 16%;
  }

  .heading.maxwidth-880.center_media, .heading.maxwidth-880.center_media-copy {
    margin-bottom: 6%;
  }

  .heading.maxwidth-880-copy.center {
    margin-bottom: 16%;
  }

  .hero-main.center-align {
    margin-top: 60px;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .hero-main.center-align.media_page-copy {
    padding-top: 0%;
  }

  .grid-gambling.new {
    margin-top: 16%;
  }

  .responsive-block-main.new-resp-page {
    padding-top: 16%;
    padding-bottom: 16%;
  }

  .responsive-block-main.new-resp-page.ballers-club {
    padding-bottom: 10%;
  }

  .responsive-block-main.py-104 {
    padding-top: 16%;
    padding-bottom: 16%;
  }

  .grid-responsive.new {
    padding-top: 40px;
  }

  .responsive-right-wrap.gridv {
    grid-template-columns: 1fr;
  }

  .our-btr-main.resp-page {
    padding-top: 16%;
    padding-bottom: 16%;
  }

  .our-btr-main.resp-page.baller-form {
    padding-top: 20px;
  }

  .our-btr-right.gridv {
    grid-template-columns: 1fr;
  }

  .need-help-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .need-help-block.ohio-version {
    margin-top: 8px;
  }

  .image-block.mb-19px {
    width: 100%;
    max-width: 242vw;
  }

  .our-team-card {
    width: 100%;
  }

  .our-team-list {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .hrcms {
    background-color: #ffffff14;
    width: 100%;
    height: 1px;
    margin-top: 36px;
    margin-bottom: 16px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .our-leader-list {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .our-leader-card {
    width: 100%;
  }

  .leader-img {
    width: 100%;
    max-width: 242vw;
  }

  .our-board-list {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .our-board-card {
    width: 100%;
  }

  .board-img {
    width: 100%;
    max-width: 242vw;
  }

  .desktop-logo-wrapper {
    left: 33%;
  }

  .nav-announcement {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .ohio-wrapper {
    align-items: stretch;
  }

  .ohio-header {
    text-align: left;
    font-size: 36px;
    line-height: 40px;
  }

  .ohio-subheader {
    text-align: left;
    max-width: none;
    font-size: 20px;
    line-height: 24px;
  }

  .ohio-header-description {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .divider-line {
    margin-top: 48px;
  }

  .section {
    height: 80px;
    min-height: 80px;
  }

  .text-block-4 {
    width: 100%;
    max-width: none;
    padding-bottom: 16px;
  }

  .double.transparent-font {
    display: none;
  }

  .form-block {
    max-width: none;
  }

  .section-2 {
    aspect-ratio: auto;
    flex: auto;
    height: 100%;
    overflow: hidden;
  }

  .text-block-7 {
    font-size: 80px;
    line-height: 80px;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-9 {
    display: none;
  }

  .football {
    width: 120px;
  }

  .submit-button {
    width: 100%;
  }

  .form {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .inder-block {
    margin-top: -60px;
    margin-left: -62px;
    padding-bottom: 0;
  }

  .text-block-9-mobile {
    display: block;
  }

  .text-block-9-mobile.transparent-font {
    color: #fff0;
    margin-top: -10px;
    line-height: 30px;
  }

  .blur-big-ball {
    object-fit: fill;
    flex: 0 auto;
    display: none;
    overflow: hidden;
  }

  .base-ball {
    top: 25%;
  }

  .text-block-9-mobile1 {
    color: #fff0;
    display: block;
  }

  .text-block-9-mobile1.transparent-font {
    margin-top: 0;
    line-height: 45px;
  }

  .text-block-9-new {
    display: none;
  }

  .big-ball {
    bottom: 30%;
    right: -5%;
  }

  .div-block-4 {
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .text-block-12.text-shadow {
    font-size: 280px;
  }

  .match.transparent-font {
    left: 47px;
  }

  .flex-block-3 {
    margin-top: 0;
  }

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

  .double-new {
    display: block;
  }

  .text-block-11.text-shadow {
    font-size: 180px;
    line-height: 220px;
  }

  .section-3 {
    height: auto;
    display: none;
    overflow: hidden;
  }

  .image-8 {
    max-width: 100%;
  }

  .paragraph {
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph.ballers {
    font-size: 18px;
  }

  .center.baller-button {
    padding-bottom: 60px;
  }

  .grid {
    display: block;
  }

  .vip, .vip-2 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .primary-btn {
    height: 48px;
    padding: 13px 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
  }

  .primary-btn.margin-58 {
    margin-top: 34px;
    font-size: 16px;
    line-height: 21px;
  }

  .primary-btn.margin-58.trigger {
    font-weight: 600;
  }

  .primary-btn.margin-58.trigger.position-to-body {
    margin-top: 372px;
  }

  .primary-btn.fw {
    font-weight: 600;
  }

  .primary-btn.ohio {
    min-width: 0;
  }

  .page-padding {
    margin-top: 0;
    padding: 20px 1.5rem 10px;
  }

  .text-medium {
    font-size: 16px;
    line-height: 24px;
  }

  .text-medium.margin20 {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-medium.product-llist {
    margin-bottom: 0;
    margin-left: 16px;
  }

  .text-medium.text-color-white.opacity-50 {
    max-width: none;
    font-size: 20px;
    line-height: 28px;
  }

  .text-medium.mb-0 {
    margin-bottom: 0;
  }

  .text-medium.center {
    text-align: center;
    padding-top: 40px;
  }

  .text-medium.margin-top-16 {
    margin-top: 16px;
  }

  .text-regular {
    font-size: 16px;
    line-height: 24px;
  }

  .text-regular.text-align-center {
    text-align: center;
  }

  .text-regular.text-align-center.font-size {
    font-size: 14px;
  }

  .text-regular.mb-24px.opacity-100 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-regular.mb-24px.opacity-100.ohio-center {
    text-align: center;
    padding-bottom: 10px;
  }

  .text-regular.opacity-100 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-regular.cms {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-left-wrapper {
    text-align: left;
    width: 100%;
  }

  .phone-img-bottom {
    width: 100%;
    height: 430px;
    top: 24px;
    right: -24px;
  }

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

  .hero-wrapper {
    float: none;
    clear: none;
    grid-column-gap: 0px;
    text-align: left;
    object-fit: fill;
    grid-template-rows: 1fr auto;
    grid-template-columns: 101%;
    grid-auto-flow: row;
    margin-top: 16px;
    position: static;
  }

  .all-microbet-wrapper {
    grid-row-gap: 58px;
    padding-bottom: 50px;
  }

  .all-microbet-wrapper.ballers {
    margin-top: 60px;
  }

  .all-microbet-wrapper.picks-wrapper {
    padding-bottom: 45px;
  }

  .hero-title {
    font-size: 48px;
    line-height: 48px;
  }

  .microbet-section {
    padding-top: 0;
  }

  .micro-left-wrapper {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .nav-button.mb-24px.btn-grow {
    width: 100%;
    height: 40px;
    padding: 0;
  }

  .nav-button.mb-24px.hide {
    align-items: center;
    height: 40px;
    padding: 0;
  }

  .phone-img-top {
    text-align: left;
    width: 100%;
    height: 440px;
    position: absolute;
    top: -46px;
  }

  .container-large {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: block;
  }

  .navbar {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .hero-section {
    overflow: hidden;
  }

  .hero-section.announcement-spacer {
    text-align: left;
    margin-top: 64px;
  }

  .hero-section.announcement-spacer.ohio.picks-hero {
    padding-bottom: 60px;
  }

  .hero-section.ohio.announcement-spacer {
    padding-bottom: 0;
  }

  .the-transformation-grid-layout.centre {
    z-index: 9999;
    align-items: center;
  }

  .micro-content {
    width: 100%;
    margin-left: 16px;
  }

  .marquee-container {
    margin-top: -50px;
  }

  .marquee-container.tp.margin-remove {
    margin-top: 16%;
    padding-top: 0;
    padding-bottom: 6%;
  }

  .main-wrapper {
    text-align: left;
  }

  .micro-subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .micro-subtitle.margin-10 {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 600;
  }

  .content-wrapper {
    z-index: 9999999;
    position: relative;
  }

  .content-wrapper.investor {
    width: 146px;
    height: 56px;
  }

  .content-wrapper.simplebet {
    width: 134px;
    height: 56px;
  }

  .content-wrapper.magic {
    width: 102px;
    height: 56px;
  }

  .content-wrapper.tampa {
    width: 157px;
    height: 56px;
  }

  .content-wrapper._305 {
    width: 160px;
    height: 56px;
  }

  .content-wrapper.ptc {
    width: 78px;
    height: 56px;
  }

  .content-wrapper.frog {
    width: 156px;
    height: 56px;
  }

  .content-wrapper.elysium {
    width: 133px;
    height: 56px;
  }

  .content-wrapper._8vc {
    width: 102px;
  }

  .content-wrapper.stronach {
    width: 106px;
  }

  .content-wrapper.fuel {
    width: 134px;
  }

  .content-wrapper.finsight {
    width: 122px;
  }

  .content-wrapper.elizebeth {
    width: 170px;
  }

  .content-wrapper.anti {
    width: 78px;
  }

  .content-wrapper.fj {
    width: 131px;
  }

  .content-wrapper.gaingels {
    width: 133px;
  }

  .content-wrapper.riverside {
    width: 172px;
  }

  .content-wrapper.moving {
    width: 129px;
    height: 56px;
  }

  .content-wrapper.roger {
    width: 177px;
    height: 56px;
  }

  .content-wrapper.ezekeil {
    width: 145px;
    height: 56px;
  }

  .content-wrapper.ruseel {
    width: 157px;
    height: 56px;
  }

  .content-wrapper.richard {
    width: 174px;
    height: 56px;
  }

  .content-wrapper.travis {
    width: 137px;
    height: 56px;
  }

  .content-wrapper.david {
    width: 155px;
    height: 56px;
  }

  .content-wrapper.gary {
    width: 134px;
    height: 56px;
  }

  .content-wrapper.dez {
    width: 123px;
    height: 56px;
  }

  .content-wrapper.bigley {
    width: 152px;
    height: 56px;
  }

  .content-wrapper.desan {
    width: 163px;
    height: 56px;
  }

  .content-wrapper.braxton {
    width: 169px;
    height: 56px;
  }

  .content-wrapper.mark {
    width: 114px;
    height: 56px;
  }

  .content-wrapper.aliya {
    width: 87px;
    height: 56px;
  }

  .link-wrapper.follow.remove.width.spothide {
    display: none;
  }

  .link-wrapper.follow.tpr {
    border-radius: 22px;
    width: 56px;
    height: 56px;
  }

  .microbet-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .microbet-heading.maxwidth-480, .microbet-heading.line-height-44px {
    letter-spacing: 0;
    margin-bottom: 14%;
    font-size: 20px;
    line-height: 28px;
  }

  .microbet-heading.no-max {
    font-size: 26px;
    line-height: 36px;
  }

  .microbet-heading.no-max.center {
    text-align: left;
  }

  .microbet-heading.no-max.joey-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .microbet-heading.creator_head {
    font-size: 26px;
    line-height: 36px;
  }

  .microbet-heading.creator_head.center {
    text-align: center;
  }

  .microbet-heading.creator_head.joey-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .follow-content {
    width: 305px;
  }

  .logo-wrapper {
    left: 27%;
  }

  .page-wrapper {
    text-align: left;
  }

  .item-holder-bottom.margin-bottom.aboutmarq {
    margin-bottom: 8px;
  }

  .hero-right-wrapper {
    width: 375px;
    height: 375px;
  }

  .micro-content-wrapper {
    flex-direction: row;
  }

  .all-social-icon-wrapper.margin36 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: stretch stretch;
    width: 100%;
    margin-top: 58px;
    margin-bottom: 48px;
    display: flex;
  }

  .all-social-icon-wrapper.margin36.mw {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: 360px;
    max-width: 90vw;
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
  }

  .all-social-icon-wrapper.margin36.hide {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 90%;
    margin-left: 16px;
  }

  .social-img.second {
    width: 122px;
    height: 264px;
    margin-left: 0;
  }

  .social-img.third {
    width: 143px;
    height: 310px;
    margin-left: 18px;
  }

  .social-img.fourth {
    width: 122px;
    height: 264px;
    margin-left: 16px;
  }

  .social-img.fifth, .social-img.first {
    display: none;
  }

  .section-build-with-us {
    padding-top: 14%;
    padding-bottom: 16%;
  }

  .build-with-us-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .build-with-us-text {
    max-width: 280px;
    margin-bottom: 32px;
  }

  .wired-content-wrapper {
    border-bottom-width: 1px;
    border-bottom-color: #ffffff14;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .press-content-wrapper {
    grid-row-gap: 58px;
    align-items: flex-start;
  }

  .section-in-the-press {
    padding-top: 72px;
    padding-bottom: 58px;
  }

  .press-text {
    font-size: 36px;
    line-height: 40px;
  }

  .read-article-wrapper {
    margin-top: 16px;
  }

  .logo-image {
    margin-bottom: 16px;
  }

  .footer-content-wrapper {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }

  .social-icons-grid {
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    align-content: center;
    margin-top: 0;
    margin-bottom: 23px;
  }

  .social-icons-grid.cs {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    margin-bottom: 24px;
  }

  .footer-text-link-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom: 1px solid #ffffff14;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    margin-bottom: 48px;
    padding-bottom: 48px;
  }

  .footer-text-header {
    font-size: 16px;
    font-weight: 500;
  }

  .footer-info-wrapper {
    display: none;
  }

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

  .company-wrapper {
    grid-row-gap: 8px;
    margin-bottom: 16px;
  }

  .company-wrapper.bottom {
    margin-bottom: 0;
  }

  .collection-list {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .brand {
    height: 28px;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .div-block {
    bottom: -53%;
  }

  .menu-button {
    align-items: stretch;
    padding-top: 0;
    display: block;
  }

  .dropdown-toggle {
    padding-right: 0;
  }

  .icons-block {
    justify-content: flex-start;
  }

  .heading {
    font-size: 48px;
    line-height: 56px;
  }

  .heading.max-width-996px, .heading.maxwidth-880 {
    letter-spacing: -.03em;
    font-size: 36px;
    line-height: 44px;
  }

  .heading.maxwidth-880.center {
    text-align: left;
    margin-top: 55px;
    font-size: 36px;
    line-height: 44px;
  }

  .heading.maxwidth-880.center.ballers-club {
    text-align: center;
  }

  .heading.maxwidth-880.center_media {
    text-align: left;
    margin-top: 20px;
    font-size: 36px;
    line-height: 44px;
  }

  .heading.maxwidth-880.center_media.ballers-club {
    text-align: center;
  }

  .heading.maxwidth-880.center_media-copy {
    text-align: left;
    margin-top: 10px;
    font-size: 36px;
    line-height: 44px;
  }

  .heading.maxwidth-880.center_media-copy.ballers-club {
    text-align: center;
  }

  .heading.maxwidth-880-copy {
    letter-spacing: -.03em;
    font-size: 36px;
    line-height: 44px;
  }

  .heading.maxwidth-880-copy.center {
    text-align: left;
    margin-top: 55px;
    font-size: 36px;
    line-height: 44px;
  }

  .section-hero.announcement-spacer {
    margin-top: 60px;
  }

  .hero-main {
    padding-bottom: 15%;
  }

  .hero-main.center-align {
    padding-bottom: 0%;
  }

  .hero-main.center-align.media_page {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 80px;
    display: flex;
  }

  .hero-main.center-align.media_page-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 80px;
    padding-bottom: 80px;
    display: flex;
  }

  .grid-gambling {
    grid-row-gap: 0px;
    margin-top: 14%;
  }

  .grid-gambling.new {
    grid-row-gap: 28px;
    margin-top: 19%;
  }

  .gambling-right-wrap.ohio-wrapper {
    margin-top: 25px;
  }

  .horizontal-line.resp-page {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .horizontal-line.resp-page.in-sec {
    margin-left: 0;
    margin-right: 0;
  }

  .responsive-block-main {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .responsive-block-main.new-resp-page.ballers-club {
    margin-top: -65px;
    padding-top: 0;
    padding-bottom: 0%;
  }

  .grid-responsive {
    grid-row-gap: 0px;
  }

  .grid-responsive.new {
    grid-row-gap: 36px;
  }

  .grid-responsive.new.ballers {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .responsive-right-wrap {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .responsive-list-block {
    align-items: center;
  }

  .responsive-list-block.mb-32px {
    align-items: center;
    margin-bottom: 26px;
  }

  .text-large {
    line-height: 28px;
  }

  .div-round {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
  }

  .div-round._56 {
    width: 56px;
    height: 56px;
    margin-right: 0;
  }

  .our-btr-main {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .our-btr-main.resp-page.affiliate-form {
    padding-bottom: 16%;
  }

  .our-btr-main.resp-page.baller-form {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .grid-our-btr {
    grid-row-gap: 0px;
  }

  .our-btr-right {
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .our-btr-list-block {
    align-items: center;
  }

  .our-btr-list-block.mb-32px {
    margin-bottom: 28px;
  }

  .our-btr-list-block.baller-benefits {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .tick-embed {
    width: 32px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: 0%;
  }

  .need-help-block {
    max-width: 320px;
    margin-top: 50px;
    margin-bottom: 52px;
  }

  .need-help-block.ohio-version {
    max-width: none;
  }

  .weight-500 {
    font-weight: 600;
  }

  .text-color-white.weight-500 {
    font-weight: 500;
  }

  .about-hero-main {
    padding-top: 0;
    padding-bottom: 0;
  }

  .our-team-block {
    text-align: left;
    padding-bottom: 64px;
  }

  .image-block.mb-19px {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
  }

  .our-team-card {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .our-team-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .our-team-collection {
    margin-top: 40px;
  }

  .hero-header {
    margin-left: auto;
    margin-right: auto;
  }

  .our-team-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .our-team-heading.mb-18px {
    text-align: left;
    margin-bottom: 16px;
  }

  .our-team-heading.mb-18px.hp {
    font-size: 28px;
  }

  .text-size-large {
    font-size: 34px;
    line-height: 40px;
  }

  .text-size-large.margin-bottom-54px {
    font-size: 26px;
    line-height: 36px;
  }

  .microbet-ball-icon {
    object-fit: contain;
    width: 24px;
    height: 24px;
  }

  .microbet-ball-icon.sm {
    width: auto;
    height: auto;
    padding-bottom: 0;
  }

  .come-hang-text {
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    line-height: 40px;
  }

  .margin-left-16px {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 16px;
    display: flex;
  }

  .margin-left-16px.nex {
    align-items: flex-start;
    max-width: 65%;
    margin-top: 0;
  }

  .footer-soc {
    width: 100%;
    height: 100%;
  }

  .social-icon-footer {
    border-style: none;
    border-width: 0;
    width: 24px;
    height: 24px;
  }

  .social-icon-footer:hover {
    background-color: #0000;
  }

  .social-icon-footer.spothide {
    display: none;
  }

  .nav-brand {
    width: 100%;
    height: 100%;
  }

  .follow-icon {
    max-width: 20px;
    max-height: 20px;
  }

  .html-embed {
    display: block;
    position: relative;
  }

  .outerpop {
    padding-left: 16px;
    padding-right: 16px;
  }

  .innerpop {
    width: 100%;
    max-width: none;
    margin-top: -20%;
    margin-left: 0;
    margin-right: 0;
    padding: 36px 24px 24px;
  }

  .innerpop.contactcorrect {
    margin-top: -10%;
  }

  .innerpop.in_media {
    padding-left: 0;
    padding-right: 0;
  }

  .xicon {
    padding: 24px;
  }

  .tf:hover {
    border-width: 1px;
    border-color: #ffffff26;
  }

  .tf:focus {
    border-width: 2px;
    border-color: var(--dark-violet);
  }

  .sm {
    padding-bottom: 16px;
  }

  .vertspace._12._4 {
    height: 4px;
  }

  .iconsports {
    max-height: 56px;
  }

  .vertspcbig {
    height: 4vh;
  }

  .our-leader-block {
    text-align: left;
    padding-bottom: 64px;
  }

  .our-leader-collection {
    margin-top: 32px;
  }

  .our-leader-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .our-leader-card {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .leader-img {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
  }

  .our-directoe-collection {
    margin-top: 32px;
  }

  .our-board-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .our-board-card {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .board-img {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
  }

  .our-director-block {
    padding-bottom: 18%;
  }

  .investor-text {
    font-size: 16px;
    line-height: 24px;
  }

  .investor-wrapper {
    margin-bottom: 32px;
  }

  .section-video {
    height: 60vw;
    margin-bottom: 16%;
  }

  .bg-vid {
    border-radius: 12px;
  }

  .vertspacebig {
    margin-top: 0;
  }

  .lbdrop {
    background-size: 24px;
    width: 72px;
    height: 72px;
  }

  .contactdiv {
    justify-content: space-between;
    width: 100%;
  }

  .mobround {
    height: 100%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .contactpop {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-wrapper-copy {
    z-index: 9999999;
    position: relative;
  }

  .content-wrapper-copy.investor, .content-wrapper-copy.simplebet, .content-wrapper-copy.magic, .content-wrapper-copy.tampa, .content-wrapper-copy._305, .content-wrapper-copy.ptc, .content-wrapper-copy.frog, .content-wrapper-copy.elysium {
    width: auto;
    height: 56px;
  }

  .content-wrapper-copy._8vc, .content-wrapper-copy.stronach, .content-wrapper-copy.fuel, .content-wrapper-copy.finsight, .content-wrapper-copy.elizebeth, .content-wrapper-copy.anti, .content-wrapper-copy.fj, .content-wrapper-copy.gaingels, .content-wrapper-copy.riverside {
    width: auto;
  }

  .content-wrapper-copy.moving {
    width: auto;
    height: 56px;
  }

  .content-wrapper-copy.roger, .content-wrapper-copy.ezekeil, .content-wrapper-copy.ruseel, .content-wrapper-copy.richard {
    width: auto;
  }

  .content-wrapper-copy.travis, .content-wrapper-copy.david, .content-wrapper-copy.gary, .content-wrapper-copy.dez, .content-wrapper-copy.bigley {
    width: auto;
    height: 56px;
  }

  .content-wrapper-copy.desan, .content-wrapper-copy.braxton, .content-wrapper-copy.mark {
    width: auto;
  }

  .content-wrapper-copy.aliya {
    width: auto;
    height: 56px;
  }

  .build-sub {
    opacity: .6;
    text-align: center;
    letter-spacing: 0;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .desktop-logo-wrapper {
    left: 27%;
  }

  .desktop-brand {
    height: 28px;
  }

  .desktop-brand.w--current {
    width: 148px;
    height: 28px;
    padding-left: 0;
  }

  .desktop-nav-brand {
    width: 100%;
    height: 100%;
  }

  .desktop-nav-button.mb-24px.btn-grow {
    width: 100%;
    height: 40px;
    padding: 0;
  }

  .desktop-nav-button.mb-24px.hide {
    align-items: center;
    height: 40px;
    padding: 0;
  }

  .nav-button-copy.mb-24px.btn-grow {
    width: 100%;
    height: 40px;
    padding: 0;
  }

  .nav-button-copy.mb-24px.hide {
    align-items: center;
    height: 40px;
    padding: 0;
  }

  .desktop-nav-button-2.mb-24px.btn-grow {
    width: 100%;
    height: 40px;
    padding: 0;
  }

  .desktop-nav-button-2.mb-24px.hide {
    align-items: center;
    height: 40px;
    padding: 0;
  }

  .menu-overlay {
    float: none;
    width: 100%;
    position: fixed;
  }

  .announcement-text {
    max-width: 351px;
  }

  .ohio-wrapper {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .ohio-header {
    text-align: center;
    align-self: auto;
  }

  .ohio-header.flex-correct.mbv {
    display: block;
  }

  .ohio-header.flex-correct.nonmbv {
    display: none;
  }

  .ohio-subheader {
    font-size: 18px;
  }

  .ohio-subheader.nomax {
    text-align: center;
  }

  .ohio-outerpop {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ohio-innerpop {
    width: 100%;
    max-width: none;
    margin-top: -20%;
    margin-left: 0;
    margin-right: 0;
    padding: 36px 24px 24px;
  }

  .ohio-innerpop.contactcorrect {
    margin-top: -10%;
  }

  .ohio-xicon {
    padding: 24px;
  }

  .bonuspop, .success-outer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .success-inner {
    width: 100%;
    max-width: none;
    margin-top: -20%;
    margin-left: 0;
    margin-right: 0;
    padding: 36px 24px 24px;
  }

  .success-inner.contactcorrect {
    margin-top: -10%;
  }

  .image {
    margin-right: 0;
    padding-left: 0;
  }

  .bannerimg {
    width: 45%;
  }

  .div-picks-icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
  }

  .div-picks-icon._56 {
    width: 56px;
    height: 56px;
    margin-right: 0;
  }

  .div-round-copy {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
  }

  .div-round-copy._56 {
    width: 56px;
    height: 56px;
    margin-right: 0;
  }

  .section-subheading {
    margin-top: 20px;
  }

  .section {
    height: 50px;
    min-height: 50px;
  }

  .text-block-4 {
    min-width: auto;
    display: block;
  }

  .section-2 {
    overflow: hidden;
  }

  .text-block-7 {
    font-size: 70px;
    line-height: 70px;
    display: block;
  }

  .flex-block {
    flex-direction: column;
    flex: auto;
  }

  .football {
    width: 100px;
    bottom: 15%;
    overflow: hidden;
  }

  .inder-block {
    margin-top: -41px;
    padding-bottom: 40px;
  }

  .text-block-9-mobile.transparent-font {
    font-size: 50px;
    line-height: 49px;
  }

  .text-field {
    opacity: .92;
  }

  .base-ball {
    left: -13%;
    overflow: hidden;
  }

  .text-block-9-mobile1 {
    font-size: 50px;
  }

  .big-ball {
    width: 120px;
    bottom: 40%;
    overflow: hidden;
  }

  .div-block-4 {
    display: flex;
  }

  .text-block-12.text-shadow {
    margin-top: 0;
    font-size: 160px;
    line-height: 140px;
  }

  .success-message {
    height: 110px;
    margin-bottom: 15px;
  }

  .match.transparent-font {
    font-size: 70px;
    display: block;
    top: 130px;
    left: 40px;
  }

  .flex-block-3 {
    display: block;
  }

  .double-new {
    font-size: 50px;
    line-height: 50px;
  }

  .text-block-11.text-shadow {
    margin-top: 6px;
    font-size: 140px;
    line-height: 140px;
  }

  .list-item {
    float: left;
    clear: none;
  }

  .list-item-3 {
    clear: none;
  }

  .subheading {
    height: auto;
    margin-top: 55px;
    display: block;
  }

  .image-8 {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

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

  .center.baller-button {
    padding-top: 20px;
  }

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

  .vip {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .vip.baller-slide {
    display: block;
  }

  .vip-2 {
    padding-bottom: 10px;
  }

  .vip-2.baller-slide.even {
    margin-bottom: 60px;
    padding-bottom: 0;
    display: block;
  }

  .counter_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: left;
  }

  .counter_block {
    text-align: left;
  }

  .counting_text {
    text-align: left;
    font-size: 90px;
    line-height: 112px;
  }

  .counter_subtext, .counter_muted {
    text-align: left;
  }

  .section_social {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .social_channels_wrapper, .media_brand_left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .media_brand_images {
    height: 400px;
  }

  .media_brand_layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .media_brand_img {
    width: 80px;
    height: 80px;
  }

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

  .heading_style_h2 {
    font-size: 36px;
    line-height: 45px;
  }

  .mobile_name {
    font-size: 16px;
    line-height: 24px;
  }

  .img {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    margin-bottom: 32px;
    display: inline-flex;
  }

  .div-block-10.ballers {
    width: auto;
  }

  .ballers-gallery {
    padding-top: 40px;
  }
}

#w-node-_354777af-3546-8984-604c-f6aba8ffa99c-48340357, #w-node-_9b3d68e3-b32d-9936-600a-f26bfafa65e5-fafa65cd, #w-node-_9b3d68e3-b32d-9936-600a-f26bfafa65e9-fafa65cd, #w-node-_9b3d68e3-b32d-9936-600a-f26bfafa65ed-fafa65cd, #w-node-_9b3d68e3-b32d-9936-600a-f26bfafa65f1-fafa65cd, #w-node-_053ec52c-c8ac-d3f4-fda1-f343537ccb0a-537ccaf1, #w-node-_86436b07-9ea6-4051-7321-5e11eda4e2aa-537ccaf1, #w-node-_589f3e75-6d81-3bdd-7786-db9a72fc3e7d-537ccaf1, #w-node-_589f3e75-6d81-3bdd-7786-db9a72fc3e81-537ccaf1, #w-node-_589f3e75-6d81-3bdd-7786-db9a72fc3e85-537ccaf1, #w-node-_589f3e75-6d81-3bdd-7786-db9a72fc3e89-537ccaf1, #w-node-_72edadef-2bbc-ebee-c00e-990ee1db55b0-e1db5597, #w-node-_72edadef-2bbc-ebee-c00e-990ee1db55b4-e1db5597, #w-node-_72edadef-2bbc-ebee-c00e-990ee1db55b8-e1db5597, #w-node-_72edadef-2bbc-ebee-c00e-990ee1db55bc-e1db5597, #w-node-d0c47504-d23f-6c0b-449d-d1f2f38db608-e1db5597, #w-node-d0c47504-d23f-6c0b-449d-d1f2f38db60c-e1db5597, #w-node-d0c47504-d23f-6c0b-449d-d1f2f38db610-e1db5597, #w-node-d0c47504-d23f-6c0b-449d-d1f2f38db614-e1db5597, #w-node-_5cbdedba-6855-3119-b593-1e20e2ae6383-48340394, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-48340398, #w-node-_2dc54ee5-cf1d-16e4-1003-35aa89703f20-4834039b, #w-node-_2dc54ee5-cf1d-16e4-1003-35aa89703f23-4834039b, #w-node-e27fd85f-19b4-2265-873d-31569f68b295-4834039b, #w-node-_35c67c7b-316c-241e-3e47-45a88cb32935-4834039b, #w-node-_53634758-b0ac-c3f1-393b-fc8a81011b12-4834039b, #w-node-_9a85a992-9e2a-2625-8320-361ab3587309-4834039b, #w-node-_7118b6e6-18b5-7acc-fe15-69ad6d77b76f-4834039b, #w-node-_366add7e-1658-bf06-ed17-f8f022da00ad-4834039b, #w-node-b24c386a-c9d0-8135-a0ef-f4344286c099-4834039b, #w-node-_2dc54ee5-cf1d-16e4-1003-35aa89703f20-483403d1, #w-node-_2dc54ee5-cf1d-16e4-1003-35aa89703f23-483403d1, #w-node-e27fd85f-19b4-2265-873d-31569f68b295-483403d1, #w-node-_35c67c7b-316c-241e-3e47-45a88cb32935-483403d1, #w-node-_53634758-b0ac-c3f1-393b-fc8a81011b12-483403d1, #w-node-_9a85a992-9e2a-2625-8320-361ab3587309-483403d1, #w-node-e244bbfd-ed44-daae-88e0-4fe5ce2867d0-483403d1, #w-node-_70fc4ecf-f537-7c6a-7aa7-8cf4cefd1b54-483403d1, #w-node-a89ae0f7-973d-4876-546b-fb7d628ccad1-483403d1, #w-node-_6cad6478-46a4-b3c4-4b36-56d87597a44a-483403d1, #w-node-bdbd0f6f-1029-ea9e-e959-efb8a4b80127-483403d1, #w-node-d94fc377-d14f-89b0-05d2-975300cc45ab-483403d1, #w-node-_3f65bcd7-0d7d-99b5-6b01-a3b580856367-483403d1, #w-node-_15c95f31-f282-2667-a132-24e147ebee2c-483403d1, #w-node-c4b7f782-244d-55f8-5b5c-9f47614c45ed-483403d1, #w-node-_154eacc5-fb47-6b35-fdd3-e54f67adc023-483403d1, #w-node-c5fb56e2-7061-24a1-8aa9-f75bd08ab2d4-483403d1, #w-node-a97343cb-697f-78f4-1238-a2061ba867f1-483403d1, #w-node-_3489a537-fb5f-eb98-b499-ad36334fb9fb-483403d1, #w-node-_08cb1c4d-3946-dd3e-4e53-2cd0be06459e-483403d1, #w-node-_1a47f12b-6cbf-e3e4-9017-20f7987f6638-483403d1, #w-node-a44947b1-36a1-957d-319e-babb33538874-483403d1, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-483403d2, #w-node-bd07c59e-1ca3-b980-fcdb-891dd9cabee1-483403d7, #w-node-bd07c59e-1ca3-b980-fcdb-891dd9cabee5-483403d7, #w-node-bd07c59e-1ca3-b980-fcdb-891dd9cabee9-483403d7, #w-node-bd07c59e-1ca3-b980-fcdb-891dd9cabeed-483403d7, #w-node-f51b8d1d-16c0-0c2f-dfb5-4c3a4b8756b4-483403d7, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-483403dc, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-483403dd, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-483403de, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-483403df, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-483403e1, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-483403e2, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-483403e3, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-483403e4, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-483403e5, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-483403e6, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-483403e7, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-483403e8, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-483403e9, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-483403f3, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-48340405, #w-node-e6c09ac0-d579-4c53-3ca2-ec0adb42e3b2-48340407, #w-node-c5008329-28d7-ee1c-0ccd-60723b3194a1-48340407 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3af39cfd-25b5-2abd-5aaa-bbdf8ece44e0-48340407 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9857e1a2-97c8-364b-a86a-4558b5e93d44-48340407 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc6dd57c-52ae-b959-054e-9402765ef212-48340407 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fa73b927-407a-166c-afc7-b598d4424442-48340407, #w-node-e6c09ac0-d579-4c53-3ca2-ec0adb42e3b2-48340408, #w-node-c5008329-28d7-ee1c-0ccd-60723b3194a1-48340408 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3af39cfd-25b5-2abd-5aaa-bbdf8ece44e0-48340408 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9857e1a2-97c8-364b-a86a-4558b5e93d44-48340408 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc6dd57c-52ae-b959-054e-9402765ef212-48340408 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fa73b927-407a-166c-afc7-b598d4424442-48340408, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-48340427, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-4834043b, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-555a92a0, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-e156f401, #w-node-_354777af-3546-8984-604c-f6aba8ffa99c-0ac5d415, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-2242da37, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-46200725, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-b1399478, #w-node-_2dc54ee5-cf1d-16e4-1003-35aa89703f20-65f51d86, #w-node-_2dc54ee5-cf1d-16e4-1003-35aa89703f23-65f51d86, #w-node-e27fd85f-19b4-2265-873d-31569f68b295-65f51d86, #w-node-_35c67c7b-316c-241e-3e47-45a88cb32935-65f51d86, #w-node-_53634758-b0ac-c3f1-393b-fc8a81011b12-65f51d86, #w-node-_9a85a992-9e2a-2625-8320-361ab3587309-65f51d86, #w-node-_7118b6e6-18b5-7acc-fe15-69ad6d77b76f-65f51d86, #w-node-_366add7e-1658-bf06-ed17-f8f022da00ad-65f51d86, #w-node-b24c386a-c9d0-8135-a0ef-f4344286c099-65f51d86, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-eea0d8b7, #w-node-_2dc54ee5-cf1d-16e4-1003-35aa89703f23-ee871fe2, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-e897a48e, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-383551b2, #w-node-bd6a1631-1163-42a7-a62d-abbfff05f1b8-0bbf2368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23c1a8d6-1d7e-0f7a-d485-d79a43330cdb-f3dfec49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_57b9fbde-f0a2-dfe0-5140-39d811366a39-f3dfec49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23c1a8d6-1d7e-0f7a-d485-d79a43330cdb-dfd4c3e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_57b9fbde-f0a2-dfe0-5140-39d811366a39-dfd4c3e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23c1a8d6-1d7e-0f7a-d485-d79a43330cdb-60f1c7e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_57b9fbde-f0a2-dfe0-5140-39d811366a39-60f1c7e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-e27fd85f-19b4-2265-873d-31569f68b295-4834039b, #w-node-_35c67c7b-316c-241e-3e47-45a88cb32935-4834039b, #w-node-_53634758-b0ac-c3f1-393b-fc8a81011b12-4834039b, #w-node-_9a85a992-9e2a-2625-8320-361ab3587309-4834039b, #w-node-_7118b6e6-18b5-7acc-fe15-69ad6d77b76f-4834039b, #w-node-_366add7e-1658-bf06-ed17-f8f022da00ad-4834039b, #w-node-b24c386a-c9d0-8135-a0ef-f4344286c099-4834039b, #w-node-e27fd85f-19b4-2265-873d-31569f68b295-483403d1, #w-node-_35c67c7b-316c-241e-3e47-45a88cb32935-483403d1, #w-node-_53634758-b0ac-c3f1-393b-fc8a81011b12-483403d1, #w-node-_9a85a992-9e2a-2625-8320-361ab3587309-483403d1, #w-node-e244bbfd-ed44-daae-88e0-4fe5ce2867d0-483403d1, #w-node-_70fc4ecf-f537-7c6a-7aa7-8cf4cefd1b54-483403d1, #w-node-a89ae0f7-973d-4876-546b-fb7d628ccad1-483403d1, #w-node-_6cad6478-46a4-b3c4-4b36-56d87597a44a-483403d1, #w-node-bdbd0f6f-1029-ea9e-e959-efb8a4b80127-483403d1, #w-node-d94fc377-d14f-89b0-05d2-975300cc45ab-483403d1, #w-node-_3f65bcd7-0d7d-99b5-6b01-a3b580856367-483403d1, #w-node-_15c95f31-f282-2667-a132-24e147ebee2c-483403d1, #w-node-c4b7f782-244d-55f8-5b5c-9f47614c45ed-483403d1, #w-node-_154eacc5-fb47-6b35-fdd3-e54f67adc023-483403d1, #w-node-c5fb56e2-7061-24a1-8aa9-f75bd08ab2d4-483403d1, #w-node-a97343cb-697f-78f4-1238-a2061ba867f1-483403d1, #w-node-_3489a537-fb5f-eb98-b499-ad36334fb9fb-483403d1, #w-node-_08cb1c4d-3946-dd3e-4e53-2cd0be06459e-483403d1, #w-node-_1a47f12b-6cbf-e3e4-9017-20f7987f6638-483403d1, #w-node-a44947b1-36a1-957d-319e-babb33538874-483403d1, #w-node-e27fd85f-19b4-2265-873d-31569f68b295-65f51d86, #w-node-_35c67c7b-316c-241e-3e47-45a88cb32935-65f51d86, #w-node-_53634758-b0ac-c3f1-393b-fc8a81011b12-65f51d86, #w-node-_9a85a992-9e2a-2625-8320-361ab3587309-65f51d86, #w-node-_7118b6e6-18b5-7acc-fe15-69ad6d77b76f-65f51d86, #w-node-_366add7e-1658-bf06-ed17-f8f022da00ad-65f51d86, #w-node-b24c386a-c9d0-8135-a0ef-f4344286c099-65f51d86 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_64b8561f-67d1-b3ba-875f-e624709a0920-dfd4c3e8 {
    place-self: auto;
  }

  #w-node-_57b9fbde-f0a2-dfe0-5140-39d811366a3a-dfd4c3e8, #w-node-_57b9fbde-f0a2-dfe0-5140-39d811366a3a-60f1c7e8 {
    align-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_779673da-cd55-fba6-c6f4-99cb9fae7cba-48340357, #w-node-_779673da-cd55-fba6-c6f4-99cb9fae7cc3-48340357, #w-node-_0d86ef88-e626-ea15-757c-97e8ac00fd27-483403dc, #w-node-_0d86ef88-e626-ea15-757c-97e8ac00fd39-483403dc, #w-node-_59ac4b95-dff5-b209-4650-dcf37bc38ac9-483403dd, #w-node-_59ac4b95-dff5-b209-4650-dcf37bc38adb-483403dd, #w-node-_59ac4b95-dff5-b209-4650-dcf37bc38ac9-483403de, #w-node-_59ac4b95-dff5-b209-4650-dcf37bc38adb-483403de, #w-node-_59ac4b95-dff5-b209-4650-dcf37bc38ac9-483403df, #w-node-_59ac4b95-dff5-b209-4650-dcf37bc38adb-483403df, #w-node-_661ea187-1464-45fc-51f0-22e3c7d75671-483403e0, #w-node-_661ea187-1464-45fc-51f0-22e3c7d75683-483403e0, #w-node-_0217e829-0971-3b63-fd9d-017142f515df-483403e2, #w-node-_0217e829-0971-3b63-fd9d-017142f515f1-483403e2, #w-node-_59ac4b95-dff5-b209-4650-dcf37bc38ac9-483403e3, #w-node-_59ac4b95-dff5-b209-4650-dcf37bc38adb-483403e3, #w-node-_5e6db3af-6fd6-1ec7-eb82-102b11b5f7b3-483403e4, #w-node-_5e6db3af-6fd6-1ec7-eb82-102b11b5f7c5-483403e4, #w-node-dc04fc72-7f45-26ed-fb73-a0fa384e7afa-483403e5, #w-node-dc04fc72-7f45-26ed-fb73-a0fa384e7b0c-483403e5, #w-node-_5e6db3af-6fd6-1ec7-eb82-102b11b5f7b3-483403e6, #w-node-_5e6db3af-6fd6-1ec7-eb82-102b11b5f7c5-483403e6, #w-node-_5e6db3af-6fd6-1ec7-eb82-102b11b5f7b3-483403e7, #w-node-_5e6db3af-6fd6-1ec7-eb82-102b11b5f7c5-483403e7, #w-node-_5e6db3af-6fd6-1ec7-eb82-102b11b5f7b3-483403e8, #w-node-_5e6db3af-6fd6-1ec7-eb82-102b11b5f7c5-483403e8, #w-node-_5e6db3af-6fd6-1ec7-eb82-102b11b5f7b3-483403e9, #w-node-_5e6db3af-6fd6-1ec7-eb82-102b11b5f7c5-483403e9, #w-node-_63762b4f-f687-ee5a-8961-bce7af6f5081-483403f3, #w-node-_63762b4f-f687-ee5a-8961-bce7af6f508c-483403f3, #w-node-_59ac4b95-dff5-b209-4650-dcf37bc38ac9-48340405, #w-node-_59ac4b95-dff5-b209-4650-dcf37bc38adb-48340405, #w-node-_59ac4b95-dff5-b209-4650-dcf37bc38ac9-555a92a0, #w-node-_59ac4b95-dff5-b209-4650-dcf37bc38adb-555a92a0, #w-node-_5e6db3af-6fd6-1ec7-eb82-102b11b5f7b3-e156f401, #w-node-_5e6db3af-6fd6-1ec7-eb82-102b11b5f7c5-e156f401, #w-node-_779673da-cd55-fba6-c6f4-99cb9fae7cba-0ac5d415, #w-node-_779673da-cd55-fba6-c6f4-99cb9fae7cc3-0ac5d415, #w-node-_5e6db3af-6fd6-1ec7-eb82-102b11b5f7b3-2242da37, #w-node-_5e6db3af-6fd6-1ec7-eb82-102b11b5f7c5-2242da37, #w-node-_6b98ba69-c175-3f6e-a50c-040591abdcae-46200725, #w-node-_6b98ba69-c175-3f6e-a50c-040591abdcc0-46200725, #w-node-a2dfdf95-3719-fc0d-967e-0ae45f01086d-b1399478, #w-node-a2dfdf95-3719-fc0d-967e-0ae45f01087f-b1399478, #w-node-_59ac4b95-dff5-b209-4650-dcf37bc38ac9-e897a48e, #w-node-_59ac4b95-dff5-b209-4650-dcf37bc38adb-e897a48e, #w-node-_5e6db3af-6fd6-1ec7-eb82-102b11b5f7b3-383551b2, #w-node-_5e6db3af-6fd6-1ec7-eb82-102b11b5f7c5-383551b2 {
    justify-self: center;
  }

  #w-node-_49d6c8c7-ec9a-0781-05c4-fb6cb20b51c4-573e33bc {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_053ec52c-c8ac-d3f4-fda1-f343537ccb1c-537ccaf1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d1e69cef-d61e-caba-81fb-7ba8fbda6508-dfd4c3e8, #w-node-d1e69cef-d61e-caba-81fb-7ba8fbda6508-60f1c7e8 {
    align-self: auto;
  }
}


@font-face {
  font-family: 'SF pro';
  src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TTcommon';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TTcommon';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TTcommon';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TTcommon';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}