
@font-face{font-family:'Bebas Neue Bold';src:url('https://c74cd23f57.mjedge.net/sfw_fonts/BebasNeueBold.ttf')}

body {
    background-color: #000;
}

.main {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
    margin-top: 2.5rem;
    max-width: 1906px;
    width: 100%;
    margin-bottom: 20px;
}

/* text, CTA, and button styles */
.attention {
    margin-top: 12px;
    font-weight: 600;
    font-family: "Arial", sans-serif;
    font-style: normal;
    text-align: justify;
    font-size: 21px;
    transition: font-size .3s ease-in-out;
    letter-spacing: -0.3px;
}

.attention_text{
    /* text-align: center !important; */
    color: #fff;
    margin: 0 !important;
}

@media (max-width: 992px) { 
    .attention{
        font-size: 19px;
    } 
}

@media (max-width: 576px) {
    .attention{
        font-size: 18px;
    } 
}

.btn {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: 800;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    padding: 16px 30px;
    transition: all 0.3s ease-in-out;
    border: none;
}
.get_access-btns-wrap {
    margin: 10px 0;
}
.get_login-btns-wrap {
    margin: 0 0 20px;
}
.top-get_login-btn-wrap {
    margin: 2.25rem 0 0 !important;
}
.access.btn{
    font-family: "Bebas Neue Bold", sans-serif;
    text-transform: uppercase;
    color: #ffd345;
    background-color: transparent;
    letter-spacing: 2px;
    font-size: 75px;
    line-height: 75px;
    position: relative;
    padding: 0;
    
}
.access.btn:before {
    content: "";
    position: absolute;
    width: 99%;
    height: 3px;
    background-color: #ffd345;
    bottom: -2px;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
}

.login.btn{
    text-transform: uppercase;
    color: #eee !important;
    background-color: #232323;
}
.login.btn:hover{
    background: #313131;
}

/* Main Body */
.logo-container {
    width: 100%;
    background-color: #202020;
}
.logo-container.pt-2 {
    background: url('https://www.phoenixxx.com/images/header_bg.jpg') repeat;
}
.logo {
    width: 200px;
    padding: .25rem 0;
    background-color: transparent !important;
}
.text-center.logo-container.my-5 {
    background-color: transparent !important;
}
.grid {
    display: grid;
    grid-gap: 0 !important;
}
.grid-item {
    width: 20% !important;
    padding: 3px !important;
    margin-bottom: 0 !important;
}

@media (max-width: 992px) {
    .main {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
    }
    .grid-item {
        padding: 2.5px !important;
        width: 25% !important;
    }
}

@media (max-width: 768px) {
    .main {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }
    .grid-item {
        width: 33.33% !important;
        padding: 2.25px;
    }
}


@media (max-width: 576px) {
    .main {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .grid-item {
        width: 50% !important;
        padding: 2px !important;
    }
    .logo {
        width: 220px;
    }
    .access.btn{
        font-size: 45px;
        line-height: 45px;
    }
}

.copy a:hover {
    color: #feea01 !important;
}

.submit-btn {
    width: 100%;
    border-radius: 0;
    border: 5px solid #eee;
    background: #fff;
    color: #333;
    text-transform: uppercase;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: .04em;
    height: calc(1.5em + .75rem + 2px) !important;
}

.newletter_wrap .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: .04em;
    text-align: left;
    color: #efefef !important;
}

.promo-container {
    background: rgb(211 175 57) !important;
}