.sitegen-content {
	
}

.sitegen-game-logo
{
	height: 8rem;
    width: 20rem;
}

.sitegen-platform-button:hover, .sitegen-platform-button--active {
  background-color: var(--platform-tile-background-color-selected);
}

.sitegen-button 
{
	align-items: center;
	background: url("https://ubistatic2-a.akamaihd.net/sitegen/assets/img/aco-totinos/ac_btn-glow-bg_ncsa.png") -9px 0 no-repeat,
    url("https://ubistatic2-a.akamaihd.net/sitegen/assets/img/aco-totinos/ac_btn-primary-left-bg_ncsa.png") 0 0 no-repeat,
    url("https://ubistatic2-a.akamaihd.net/sitegen/assets/img/aco-totinos/ac_btn-primary-right-bg_ncsa.png") right 0 no-repeat, #f4d5b4;
	background-size: auto 100%;
	border: none;
	border-radius: 0;
	color: #041418;
	cursor: pointer;
	display: inline-flex;
	font-family: "din-2014", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.1;
	max-height: 35px;
	padding: 8px 50px;
	position: relative;
	letter-spacing: 0.25rem;
	overflow: visible;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.sitegen-button:before {
  border-color: #cea276;
  border-width: 2px;
  border-style: solid;
  content: "";
  height: calc(100% + 4px);
  position: absolute;
  top: -4px;
  left: -4px;
  transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  width: calc(100% + 4px);
  z-index: 1;
}

.sitegen-button:hover {
  background: url("https://ubistatic2-a.akamaihd.net/sitegen/assets/img/aco-totinos/ac_btn-glow-bg_ncsa.png") 25% 0 no-repeat,
    url("https://ubistatic2-a.akamaihd.net/sitegen/assets/img/aco-totinos/ac_btn-primary-left-bg_ncsa.png") 0 0 no-repeat,
    url("https://ubistatic2-a.akamaihd.net/sitegen/assets/img/aco-totinos/ac_btn-primary-right-bg_ncsa.png") right 0 no-repeat, #f4d5b4;
  background-size: auto 100%;
}

.sitegen-button:hover:before {
  transform: scaleX(0.98) scaleY(0.89);
}

.sitegen-button:hover:after{
  clip: rect(0, 250px, 39px, 0);
}
