/* Main CSS */
body {
    background-color: #909090;
    margin: 0
}

.alpha {
    opacity: 50%
}

.solid {
    opacity: 100% !important;
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-weight: 900;
}

.copy {
    position: absolute;
    z-index: 1000;
    visibility: hidden;
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#aria-text {
    opacity: 0;
    position: absolute;
    z-index: -1
}

#aria-text div {
    position: absolute
}

#aria-button {
    top: 430px;
    left: 86px;
    width: 128px;
    height: 28px;
}

#init {
    background-color: #FFFFFF;
    position: absolute;
    display: block;
    z-index: 10000;
    width: 100%;
    height: 100%;
}

#outline {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #FFFFFF;
}

#vlogo {
    position: absolute;
    left: 17.25px;
    top: 545.08px;
    height: 37.85px;
	z-index: 100;
}

#logo_intro {
    position: absolute;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
}

#logo {
    position: absolute;
    left: 44px;
    top: 37px;
    height: 36px;
}

#esrb {
    position: absolute;
    left: 40.8px;
    top: 243px;
    height: 78px;
	    z-index: 100;

}

#logo img {
    width: 100%
}

#outline #border {
    position: absolute;
    border: 1px solid #B5B5B5;
    box-sizing: border-box;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1001;
}

#rHit {
    color: #f2f2f2;
    top: 0;
    margin-top: 4px;
    width: 16px;
    height: 22px;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 1002;
    line-height: 0;
}

#green_shape {
    top: 161px;
    left: 141px;
}

#f_f {
    position: absolute;
    width: 300px;
    height: 250px;
    z-index: 40;
}

#f_f .bg {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

#f_f .bg img {
    width: 100%
}

#f_f .fg {
    content: '';
    position: absolute;
    width: 424px;
    height: 341px;
    left: -132px;
    top: 200px;
}

#f_f .fg img {
    width: 100%;
}




#bg_mid {
    content: '';
    position: absolute;
    z-index: 45;
    width: 148px;
    height: 27px;
    left: 77px;
    top: 406px;
    background: rgba(218, 60, 73);
    border-radius: 50%;
    filter: blur(10px);
    will-change: filter;
}


#cta {
    will-change: transform;
    top: 431px;
    left: 86px;
    width: 128px;
    height: 27px;
    background: #9BF00B;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
}

#txtCta {
    color: #054B16;
    padding: 0 6px 0.1em 9px;
    display: flex;
    max-width: 130px;
    text-align: center;
}

#txtCta span {
    overflow: hidden;
    margin-left: 11px;
    width: 12px;
    height: 10px;
    position: relative;
    display: inline-table;
}

#arrow {
    fill: #054B16;
    height: 10px;
    transform: translateX(0);
    enable-background: new 0 0 45.8 25.9;
}



#bg_arrow {
    height: 30px;
    width: 205px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -220px;
    fill: #0043d4;
}