.msa-sheet,
.msa-sheet-trigger {
  display: none !important;
}

@media (max-width: 1024px) and (pointer: coarse) {

  :root {
	--msa-mobile-header-h: 64px;
	--msa-trigger-y: -3.5px;
	--msa-panel-gutter: 10px;
  }

  .msa-sheet,
  .msa-sheet-trigger {
	display: block !important;
  }

  #genesis-nav-primary,
  .nav-primary.genesis-responsive-menu {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
  }

  .site-header {
	position: sticky !important;
	top: 0 !important;
	z-index: 100001 !important;
	min-height: var(--msa-mobile-header-h);
  }

  .site-header .wrap {
	position: relative;
	z-index: 100001;
  }

  .msa-sheet-trigger,
  .msa-sheet__close,
  .msa-acc__toggle {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	user-select: none;
	touch-action: manipulation;
	-webkit-appearance: none;
	appearance: none;
  }

  .msa-sheet-trigger {
	position: fixed !important;
	left: 12px !important;
	top: calc(env(safe-area-inset-top, 0px) + (var(--msa-mobile-header-h) / 2) + var(--msa-trigger-y)) !important;
	transform: translateY(-50%) !important;
	z-index: 100002 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	cursor: pointer;
	border-radius: 12px;
	color: #fff !important;
	-webkit-text-fill-color: #fff;
  }

  .msa-sheet-trigger:focus,
  .msa-sheet-trigger:active,
  .msa-sheet-trigger:focus-visible {
	outline: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	transform: translateY(-50%) !important;
  }

  .msa-sheet-trigger::before {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	pointer-events: none;
	content: "\e195";
	font-family: "Font Awesome 7 Pro", "Font Awesome 7 Free";
	font-weight: 900;
	font-size: 20px;
  }

  .msa-sheet-trigger:active {
	opacity: 1 !important;
  }

  .msa-sheet-trigger:active::before {
	opacity: .75;
  }

  .msa-sheet-trigger__icon {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	pointer-events: none !important;
  }

  .msa-sheet {
	position: fixed;
	inset: 0;
	z-index: 99999;
	opacity: 0;
	pointer-events: none;
	transition: opacity 400ms ease;
  }

  .msa-sheet.is-open {
	opacity: 1;
	pointer-events: auto;
  }

  .msa-sheet__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.35);
	opacity: 0;
	transition: opacity 400ms ease;
	will-change: opacity;
  }

  .msa-sheet.is-open .msa-sheet__backdrop {
	opacity: 1;
  }

  .msa-sheet__panel {
	position: absolute;
	left: var(--msa-panel-gutter);
	right: var(--msa-panel-gutter);
	bottom: var(--msa-panel-gutter);
	width: auto;
	max-height: calc(100vh - var(--msa-mobile-header-h) - env(safe-area-inset-top, 0px) - 22px);
	background: #1a63af;
	border-radius: 22px;
	transform: translateY(110%);
	transition: transform 400ms cubic-bezier(.2,.8,.2,1);
	will-change: transform;
	display: flex;
	flex-direction: column;
	overflow: hidden;
  }

  .msa-sheet.is-open .msa-sheet__panel {
	transform: translateY(0);
  }

  .msa-sheet__handle {
	width: 44px;
	height: 5px;
	border-radius: 10px;
	background: rgba(255,255,255,.35);
	margin: 8px auto 6px;
  }

  .msa-sheet__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .msa-sheet__brand {
	color: #fff;
	font-weight: 800;
	letter-spacing: .10em;
	font-size: 15px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px;
  }

  .msa-sheet__close {
	border: 0;
	background: rgba(255,255,255,.14);
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 22px;
	outline: 0 !important;
	box-shadow: none !important;
  }

  .msa-sheet__nav {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 6px 10px 10px;
  }

  .msa-sheet-menu,
  .msa-sheet-menu .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
  }

  .msa-sheet-menu > li {
	border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .msa-sheet-menu a {
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	padding: 12px 10px;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .03em;
  }

  .msa-sheet .msa-sheet-menu > li > a::before,
  .msa-sheet .msa-sheet-menu .sub-menu > li > a::before {
	display: inline-block;
	width: 22px;
	min-width: 22px;
	text-align: center;
	margin-right: 10px;
	line-height: 1;
	opacity: .95;
	font-family: "Font Awesome 7 Pro", "Font Awesome 7 Free";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
  }

  .msa-sheet .msa-sheet-menu > li.msa-ico-home > a::before       { content: "\f015"; font-weight: 900; }
  .msa-sheet .msa-sheet-menu > li.msa-ico-basketball > a::before { content: "\f434"; font-weight: 900; }
  .msa-sheet .msa-sheet-menu > li.msa-ico-soccer > a::before     { content: "\f1e3"; font-weight: 900; }
  .msa-sheet .msa-sheet-menu > li.msa-ico-volleyball > a::before { content: "\f45f"; font-weight: 900; }
  .msa-sheet .msa-sheet-menu > li.msa-ico-register > a::before   { content: "\f14a"; font-weight: 900; }
  .msa-sheet .msa-sheet-menu > li.msa-ico-faq > a::before        { content: "\f059"; font-weight: 900; }
  .msa-sheet .msa-sheet-menu > li.msa-ico-dashboard > a::before  { content: "\f624"; font-weight: 900; }

  .msa-sheet .msa-sheet-menu .sub-menu > li > a::before {
	content: "\f105";
	font-weight: 900;
	opacity: .6;
  }

  .msa-sheet .msa-sheet-menu .msa-dynamic > a::before {
	content: "\f073";
	font-weight: 400;
	opacity: .85;
  }

  .msa-acc {
	position: relative;
  }

  .msa-sheet .msa-acc > a {
	padding-right: 64px;
  }

  .msa-sheet .msa-acc__toggle {
	all: unset;
	box-sizing: border-box;
	position: absolute;
	right: 10px;
	top: 9px;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,.14);
	color: #fff;
	border-radius: 12px;
	cursor: pointer;
	line-height: 1;
	font-size: 20px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	box-shadow: none;
	overflow: hidden;
  }

  .msa-sheet .msa-acc__toggle:hover,
  .msa-sheet .msa-acc__toggle:active,
  .msa-sheet .msa-acc__toggle:focus,
  .msa-sheet .msa-acc__toggle:focus-visible {
	background: rgba(255,255,255,.14) !important;
	border-radius: 14px !important;
	outline: none !important;
	box-shadow: none !important;
	filter: none !important;
	transform: none !important;
	opacity: 1 !important;
  }

  .msa-acc__toggle span {
	display: block;
	transform: translateY(-1px);
	transition: transform 400ms ease;
  }

  .msa-acc.is-expanded .msa-acc__toggle span {
	transform: rotate(180deg);
  }

  .msa-acc__panel {
	overflow: hidden;
	transition: max-height 400ms ease;
	background: rgba(0,0,0,.08);
  }

  .msa-acc__panel a {
	padding: 10px 10px 10px 18px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
  }

  .msa-sheet__footer {
	padding: 10px 14px 12px;
  }

  .msa-sheet__footer-btn {
	display: block;
	text-align: center;
	background: rgba(255,255,255,.18);
	color: #fff;
	text-decoration: none;
	padding: 10px 14px;
	border-radius: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
  }

  .msa-sheet__social {
	display: flex;
	gap: 10px;
	width: 100%;
	margin: 10px auto 0;
	justify-content: center;
  }

  .msa-sheet__social a {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: rgba(255,255,255,.14);
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
  }

  .msa-sheet__social a::before {
	display: block;
	font-family: "Font Awesome 7 Brands";
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	font-size: 20px;
	color: #fff;
	opacity: .95;
	content: "";
  }

  .msa-sheet__social a.msa-social-facebook::before  { content: "\f09a"; }
  .msa-sheet__social a.msa-social-instagram::before { content: "\f16d"; }
  .msa-sheet__social a.msa-social-twitter::before   { content: "\e61a"; }

  html.msa-sheet-open,
  body.msa-sheet-open {
	overflow: hidden;
	height: 100%;
  }

  .msa-sheet__nav,
  .msa-sheet__nav a,
  .msa-sheet__nav button {
	font-family: "Outfit", sans-serif;
  }

  .msa-sheet-menu > li > a {
	font-weight: 400;
  }
}