.header_container {
    margin-top: 3rem;
    width: 100%;
}
.rectangle {
    z-index: -1;
    width: 50%;
    height: 100%;
    background-color: #1a1a1a;
    border-radius: 30px;
    box-shadow: 0px 0px 100px #ff4d0180;
}

#menu-toggle {
    display: none;
}

#burger-menu {
    display: none;
}

.top-container {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    position: fixed;
    z-index: 2;
    padding-bottom: 0.8rem;
    padding-left: 0px;
    padding-right: 0px;
    left: 0px;
    top:0px;
}
  
.navbar-flex-right {
    justify-content: flex-end;
    padding-right: 1.5rem;
}

.navbar-flex-left {
    justify-content: flex-start;
}

.img-login-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.img-login-container > div:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top:-20vh;
}

.overMenu{
    background: #232323e6;
    backdrop-filter: blur(8px);
    box-shadow: 0px 4px 4px 0px rgba(26, 26, 26, 0.25);
    transition: all 0.5s ease-in-out;
}
.overMenu .logo {
    padding-right: 2rem;
    margin-left: 1rem;
    margin-top: 1rem;
    transition: all 0.5s ease-in-out;
}
.overMenu .topnav {
    margin-top: 1rem;
    margin-right: 0rem;
    transition: all 0.5s ease-in-out;
}
.overMenu .top-nav {
    margin-top: 1rem;
    margin-right: 0rem;
    transition: all 0.5s ease-in-out;
}

.btn_gap {
    display: flex !important;
    justify-content: center;
    gap: 0.5rem;
}

.loginMedia {
    margin-left: auto;
    width: 40%;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-around
}

.message_container {
    width: 22rem;
}

.message_container p {
    margin: 0.625rem;
}

.newUser {
    color: #ff4d01;
    font-size: 1.25rem;
    font-weight: 900;
}

/*screens*/
.play__title{
    font-family: 'Maven_Pro', Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #fff;
    text-align: left;
    font-size: clamp(1.25rem, 2.7vw, 2.375rem) !important;
    font-weight: 900;
    padding-top: 1rem;
    box-sizing: border-box;
    clear: both;
    margin-bottom: 0px !important;
}

.play__title4{
    font-family: 'Maven_Pro', Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #fff;
    text-align: right;
    font-size: clamp(1.2rem, 2.8vw, 1.65rem) !important;  
    font-weight: 900;
    box-sizing: border-box;
    clear: both;
    white-space:nowrap;
    margin-bottom: 2rem;
}

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

a:visited {
    color: #fff;
}

a span:hover {
    color: #fff;
}

a:active {
    color: #fff;
}

a.forgot {
    margin: 0.01rem;
    color: #ff4d01;
    font-size: 1rem;

}

a.join_us, a.login_in {
    cursor: pointer;
    color: #ff4d01 !important;
    margin-left: 0px !important;
    text-decoration: underline;
}

a.faq_link {
    border-bottom: 2px solid #ff4d01;
    margin: 0px !important;
}

.joinus {
    margin-top: 0.946rem;
    font-size: 1rem;
    /*margin-bottom: 1rem;*/
}

.play__title2 {
    font-family: 'Maven_Pro', Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: left;
    line-height: 1 !important;
    margin-top: 0px !important;
    font-size:  clamp(1.75rem, 4vw, 3.45rem) !important;
    font-weight: 900;
    box-sizing: border-box;
    clear: both;
    white-space:nowrap;
}

.play__title3 {
    font-family: 'Maven_Pro', Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: right;
    line-height: 1 !important;
    margin-top: 8vh !important;
    font-size: clamp(1.75rem, 4vw, 3.45rem) !important;
    font-weight: 900;
    box-sizing: border-box;
    clear: both;
    white-space:nowrap;
}

.play__subtitle {
    font-size: 3.125rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.play__subtitle_red {
    font-family: 'Maven_Pro', Arial, Helvetica, sans-serif;
    color: #ff4d01;
    font-weight: 900;
    font-size: clamp(1.125rem, 2vw, 1.5rem) !important;
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-align:left;
    white-space:nowrap;
}

img[alt="phone_mockup"] {
    margin-top: 13vh; 
}

.video_phone_mockup {
    margin-top: 13vh !important; 
    width: 50%;
    background-color: transparent;
    object-fit: cover;
}

.play__image {
    display: block;
    width: 85%;
}

.btnSubmit {
    text-align: center;
    padding: 0.5rem 0 0.5rem 0;
    width: 100%;
    border-radius: 0.313rem;
    border: 0.18rem solid #ff4d01;
    background-color: #ff4d01b3;
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    font-size: 0.938rem;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btnSubmit:hover {
    box-shadow: 0px 0px 15px 3px #ff4c004d;
    background-color: #ff4d01db;
}

.btnHeader {
    text-align: center;
    padding: 0.5rem 0 0.5rem 0;
    width: 11rem;
    border-radius: 0.313rem;
    border: 0.18rem solid #ff4d01;
    background-color: #ff4d01b3;
    color: #fff;
    cursor: pointer;
    font-weight: bolder;
    margin-left: 1.8rem;
    font-size: 0.938rem;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 32px;
    height: 32px;
}

.btnHeader:hover {
    box-shadow: 0px 0px 15px 3px #ff4c004d;
    background-color: #ff4d01db;
}

.btnSubmit.redirect_new {
    float: left;
    margin-left: 0.938rem;
}

.form__buttons>.right {
    float: right;
    margin-right: 1.25rem;
    display: inline-block;
    margin-top: auto;
}

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

a.redirect_new:hover {
    color: #fff;
    opacity: 0.9;
}

.form__buttons>.btnSubmit.left {
    text-align: left;
}

.form__buttons>.btnSubmit.left {
    text-align: right;
}

.btnBig {
    border-radius: 0.625rem;
    border: 0.25rem solid #ff4d01;
    background-color: #ff4d01b3;
    color: #fff;
    font-weight: bold;
    font-size: 2.188rem;
    padding: 1.563rem 3.438rem 1.563rem 3.438rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btnBig:hover {
    box-shadow: 0px 0px 15px 3px #ff4c004d;
    background-color: #ff4d01db;
}

.red_text {
    color: #ff4d01;
    text-decoration: underline 1px;
}

.play_now {
    margin-top: 3rem;
    margin-bottom: 0;
    padding: 0.5rem 0.938rem 0.5rem 0.938rem;
    border-radius: 0.313rem;
}

.top_button {
    margin-bottom: 0;
}

.top-nav {
    float: right;
    color: #fff !important;
    margin-top: 2.5rem;
    margin-right: 2rem;
}

.help {
    margin-top: 1rem !important;
    font-size: .9375rem;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
    cursor: not-allowed;
}

.how_work__title {
    color: #ff4d01;
    font-weight: bold;
    font-size: 1.875rem;
    margin-bottom: 1.875rem;
}

.how_work__description {
    font-family: 'Maven_Pro';
    font-size: 1.25rem;
    line-height: 1.563rem;
    line-height: 1.6875rem;
    margin: 0 auto;
    margin-bottom: 1.875rem;
    max-width: 69%;
}

.how_work__subtitle {
    color: #ff4d01;
    font-weight: bold;
    font-size: 1.875rem;
    margin-bottom: 3.875rem;
}

.how_work__image {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.how_work__image {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.load_games {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    clear: both;
}

.load_games.main__page {
    margin-top: 0;
    padding-top: 4rem;
    margin-bottom: 0;
}

.load_games:hover {
    opacity: 0.7;
}

.vertical__template_title {
    font-size: 2.5rem;
    font-weight: 900;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
}

.vertical__game_image,
.vertical__game_image_coming_soon {
    display: block;
    max-width: 66%;
    margin: 0 auto;
}

.vertical__game_image_coming_soon {
    filter: grayscale(1)
}

.ribbon_3alt {
    z-index: 1;
    top: 0px;
    left: -12px;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon_3 {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: -12px;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon_3alt span {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #ff4d01;
    background: linear-gradient(#ff4d01 0%, #ff4d01 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.ribbon_3alt span::after {
    content: "";
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #ff4d01;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ff4d01;
}

.ribbon_3alt span::before {
    content: "";
    z-index: -1;
    border-left: 3px solid #ff4d01;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ff4d01;
}

.ribbon_3 span {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #ff4d01;
    background: linear-gradient(#ff4d01 0%, #ff4d01 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 14px;
    left: -14px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.ribbon_3 span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #ff4d01;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ff4d01;
}

.ribbon_3 span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #ff4d01;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ff4d01;
}

.vertical__game_title {
    color: #ff4d01;
    font-weight: 700;
    padding-top: 0;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0.5625rem;
    font-size: 1.5rem;
}

.vertical__game_text,
.vertical__game_text_coming_soon {
    font-size: 1.125rem;
    font-family: 'Maven_Pro';
    color: #fff;
    margin-bottom: 2rem;
    text-align: left;
}


.vertical__game_title_coming_soon {
    font-weight: 700;
    padding-top: 0;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0.5625rem;
    font-size: 1.5rem;
    color: #B3B3B3;
}

.vertical__game_text_coming_soon {
    color: #999999;
}

.vertical__button {
    border-radius: 0.313rem;
    border: 0.18rem solid #ff4d01;
    background-color: #ff4d01b3;
    padding: 0.5rem 0.938rem 0.5rem 0.938rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.375rem;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-left: 0;
    display: block;
}

.more_games:hover,
.vertical__button:hover {
    box-shadow: 0px 0px 15px 3px #ff4c004d;
    background-color: #ff4d01db;
}

.flex {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.vertical__half {
    padding-right: 2.188rem;
}

.divide {
    width: 90%;
    height: 0.313rem;
    background-image: linear-gradient(to right, #373636, #bbb6b6, #bbb6b6, #bbb6b6, #373636);
    margin: 3.125rem auto 3.125rem auto;
    border-radius: 0.625rem;
}

.divide.last {
    margin: 0 auto 0 auto;
}
.divider {
 display: flex;
 align-items: center;
 padding: 7px;
}
.divider::before,
.divider::after {
 content: "";
 flex: 1;
 height: 0.5px;
 background: #ffffff;
}
.divider span {
 padding: 0 16px;
 font-size: 1rem;
 color: #ffffff;
}
/*forms*/
.input {
    margin-bottom: 1.5rem;
}

.eyeIcon {
    position: absolute;
    right: 2rem;
    top: 54%;
    cursor: pointer;
}

#eye2, #eye3 {
    position: absolute;
    right: 2rem;
    top: 46%;
    cursor: pointer;
}

.checkbox {
    color: #ff4d01;
    justify-items: left;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

a:focus {
    outline-offset: -2px
}

.form-subheader {
    font-size: 1rem;
    font-weight: 200;
    margin-bottom: 0.3rem;
}

.form-subheader-login {
    font-size: 1.25rem;
    font-weight: 700;
}
.form-subheader>span{
    margin-bottom: 1.4rem;
}
.registerError{
    display: none;
    text-align: left;
    position: absolute;
    top: 5.4rem;
    font-size: 12px;
    color:#E51717;
}
.inputContainer{
    margin-bottom: 0.5rem;
}

.wrapper {
    width: 100%;
}

.first {
    float: left;
    white-space:nowrap;
}

.second {
    float: right;
}

.form-control {
    width: 100%;
    border-color: #4D4D4D;
}

.form-control:focus {
    outline: none;
    background-color: #1a1a1ab3;
    box-shadow: none;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;

}

::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #fff;
}

::-ms-input-placeholder {
    color: #fff;
}

::placeholder {
    color: #737373;
}

.inlined {
    display: inline-block;
    width: 100%;
    float: left;
}

.nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe {
    height: 28px !important;
}

.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-bN97Pc-sM5MNb {
    height: 90%;
}

.devide {
    height: 0px;
}

.form__buttons button, 
.form__buttons a,
#signUpWithEmail {
    height: 67px;
    cursor:pointer;
}

#btnFacebook img, #sign_up_with_email>img {
    float:left;
    width:24px;
    padding: 0px;
    margin: 0px;
}

#btnFacebook2 img {
    float:left;
    width:24px;
    padding: 0px;
    margin: 0px;
}

/* ESTILOS DE LA VENTANA MODAL DE LOGIN */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); 
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: #1A1A1A;
    padding: 32px;
    border-radius: 32px;
    border: 2px solid #232323;
    text-align: center;
    width: 25rem;
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.modal-content #registration_form > p,
.modal-content #loginForm > p {
    color: var(--color-neutral-500);
}

.modal-content #registration_form #registerManually {
    margin:0.5rem;
}

.close {
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 24px;
    opacity: 1;
}

.close:hover{
    opacity: 0.5;
}

.return {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 24px;
    cursor: pointer;
}

#error_box img {
    width: 30px;
    height: 30px;
    border-radius: 25px;
    padding: 5px;
    background-color: #47CC0A;
}
  /* FIN ESTILOS DE LA VENTANA MODAL DE LOGIN */

/* Styling for video on the frontpage */

.fp_container {
display: flex;
position: relative;
width: 400px;
height: 400px;
overflow: visible;
justify-content: center;
}

.fp_container video,
.fp_container img,
.fp_container dotlottie-player {
position: absolute;
justify-self: center;
width: 100%;
height: 100%;
}

.fp_container video {
z-index: 1;
height: 95%;
margin-top: 3%;
align-content: center;
}
.fp_container img {
z-index: 1;
height: 100%;
object-fit: contain;
}
.fp_container dotlottie-player {
z-index: 1;
}
/* End of styling for video on the frontpage */

.fp_newContainer {
    margin-top:13vh;
    margin-left:0;
    display: inline-flex;
    max-width: 1700px;
}
.fp_newContainer2 {
    margin-top:3vh;
    margin-left:0;
    display: inline-flex;
    max-width: 1700px;
}

#FBLogin .button-container {
    width: 100%;
}

.fb-login-button {
    width: 100% !important;
    max-width: 100% !important;
}
.snow {
position: absolute;
top: 0;
left: 0%;
height: 100%;
width: 100%;
overflow: hidden; 
}

.flake {
position: absolute;
font-size: 5em;
color: #FFFFFF;
animation: spin-and-fade 10s linear infinite, fall-unique 10s linear infinite;
}

.fa-snowflake-o:before {
    content: "\f2dc";
} 

@keyframes fall-1 {
0% {
    transform: translate3d(10vw, -10vh, 0);
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    transform: translate3d(10vw, 110vh, 0);
    opacity: 0;
}
}
@keyframes fall-2 {
0% {
    transform: translate3d(50vw, -20vh, 0);
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    transform: translate3d(50vw, 120vh, 0);
    opacity: 0;
}
}
@keyframes fall-3 {
0% {
    transform: translate3d(80vw, -15vh, 0);
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    transform: translate3d(80vw, 130vh, 0);
    opacity: 0;
}
}


/*  ------------- ONLY MEDIA QUERIES UNDER THIS LINE -------------   */

@media only screen and (max-width:380px) {
    .loginMedia {
        width: 60%;
    }

    .devide {
        height: auto;
    }
}

@media only screen and (max-width:400px) {
    .modal-content{
        width: 20rem !important;
        padding: 12px;
        }  
    .tos{
        font-size: 12px;
    }

    .play__image {
        display: block;
        margin-left: -50px !important;
        width: clamp(80vw, 60vw, 50vw);
    }
}

@media screen and (min-width: 401px) and (max-width: 767px) {
    .modal-content {
        width: 22rem !important;
        padding: 24px;
    }
    .tos {
        display: flex;
        align-items: center;
        gap: 0.25rem;
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .btn_gap {
        display: none !important;
    }
    .ribbon_3 {
        left: 17px;
    }

    .modal-content #registration_form #registerManually {
        margin: 0;
    }
    .how_work__image {
        width: 85%;
    }
    .vertical__game_title {
        text-align: center;
    }
    .vertical__game_text,
    .vertical__game_text_coming_soon {
       text-align: center;
    }
    .vertical__game_title_coming_soon {
        text-align: center;
        padding-top: 1rem;
    }
    .vertical__game_text_coming_soon {
        text-align: center;
    }
    .fp_container {
        width: 300px !important;
        height: 300px !important;
    }
    #btnFacebook img, #sign_up_with_email>img {
        width:16px;
    }
    #btnFacebook2 img {
        width:16px;
    }
    #topnav {
        margin-right: 1rem;
        display: flex;
    }

    #top-nav {
        display: none !important;
    }

    .btn_gap {
        display: flex;
        justify-content: center;
        gap: 1rem;
    }

    .topnav {
        float: right;
        color: #fff !important;
        margin-right: 1rem;
        margin-top: 1rem;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .top-nav {
        display: none;
    }

    .img-login-container {
        display: flex;
    }

    .inlined {
        display: block;
        width: 100%;
        float: none;
    }

    .its_so_easy {
        padding: 0;
    }

    .anyone {
        padding: 0;
    }

    .play__title, .play__title4 {
        font-size: 1.375rem;
        clear: both;
        text-align:center;
    }

    .play__title2, .play__title3 {
        font-size: clamp(1.75rem, 2.5vw, 3.5rem);
        margin-top: 2rem;
        clear: both;
        white-space:normal;
        text-align:center;
    }

    .custom-container {
        width: 50% !important;
      }

    .play__image {
        display: block;
        margin-left: -70px;
        width: clamp(80vw, 60vw, 50vw);
    }

    .play__subtitle {
        font-size: 1.875rem;
    }

    .play__subtitle_red {
        font-size: 1rem;
        margin-bottom: 2rem;
        text-align: center;
    }
    
    .to_start {
        display:none;
    }

    .its_so_easy > p {
        text-align: center;
    }

    .mockup {
        display:none;
    }

    img[alt="laptop_mockup"] {
        display:block;
        margin-bottom:3rem;
    }

    .video_laptop_mockup {
        display:flex;
        margin-bottom: 3rem !important;
        margin: auto;
        width:100%;
    }

    .grandpa_laptop {
        display:none;
    }

    .grandpa_mobile {
        display:block;
        margin-bottom:3rem;
    }

    #loginForm,
    .message_container {
        width: 100%;
        margin: auto;
    }

    .vertical__half {
        display: flex;
        flex-direction: column;
        padding-left: 2rem;
    }

    .vertical__game_image {
        width: 100%;
        max-width: 100%;
        display: block;
    }
    .inactive {
        position: relative;
        left: -10px;
    }
    .vertical__button {
        font-size: 1.2rem;
        margin: 0 auto;
    }

    .vertical__template_title {
        font-size: 1.3rem;
        margin-bottom: 2rem;
    }

    .footer_menu__header {
        font-size: 1.125rem;
    }

    .main_menu {
        display: none;
    }

    .load_games.main__page {
        font-size: 1.125rem;
        padding-top: 2rem;
    }

    .how_work__description {
        max-width: 80%;
    }

    .form__buttons>.right {
        margin-right: 0;
    }

    .btnSubmit.redirect_new {
        margin-left: 0;
    }

    .col-xs-12 {
        padding: 0 !important;
    }

    .play__texts {
        padding-top: 1.2rem;
        clear: both;
        box-sizing: border-box;
    }

    .flex {
        display: block;
    }

    #burger-menu {
        display: flex;
        border: 1px solid #FF4D01;
        border-radius: 24px;
        padding: 1rem;
        background: #1a1a1a 0% 0% no-repeat padding-box;
    }

    .burger-menu {
        display: flex;
        position: absolute;
        top: 6vh;
        min-width: 248px;
        right: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        z-index: 11111;
    }

    .burger-menu>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        margin: 0;
        width: 100%;
        color: #fff;
        background-color: #4d4d4d;
    }

    .burger-menu>li>a {
        display: flex;
        gap: 0.75rem;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        opacity: 1;
        font-size: 14px;
        text-transform: capitalize;
        text-align: left;
        width: 100%;
        padding: 12px 16px;
        margin: 0px;
        align-items: center;
    }

    .burger-menu>li>a:hover {
        color: #fff;
        text-decoration: none;
        opacity: 0.8;
    }

    .burger-menu>li>a>img {
        margin-right: 10px;
        width: 16px;
        height: 16px;
    }

    .burger-menu>li:last-child>a>img {
        margin-right: 10px;
        height: 23px;
    }

    .burger-menu>li {
        color: #fff;
        text-transform: uppercase;
        opacity: 1;
        background: #1a1a1a 0% 0% no-repeat padding-box;
    }

    .burger-menu>li:hover {
        color: #fff;
        opacity: 0.81;
    }

    .menu-button-container {
        display: flex;
        height: 100%;
        width: 30px;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }

    .menu-button,
    .menu-button::before,
    .menu-button::after {
        display: block;
        background-color: #fff;
        position: absolute;
        height: 3px;
        width: 36px;
        margin-right: 1rem;
        -webkit-transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
        border-radius: 2px;
    }
    .menu-button::before {
        content: "";
        margin-top: -8px;
    }
    .menu-button::after {
        content: "";
        margin-top: 8px;
    }
    #menu-toggle:checked+.menu-button-container .menu-button::before {
        margin-top: 0px;
        -webkit-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    #menu-toggle:checked+.menu-button-container .menu-button {
        background: rgba(255, 255, 255, 0);
    }
    #menu-toggle:checked+.menu-button-container .menu-button::after {
        margin-top: 0px;
        -webkit-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
    .menu-button-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
        margin-top: 30px;
    }
    #menu-toggle~.menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        -webkit-transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    #menu-toggle:checked~.menu li {
        border: 1px solid #333;
        height: 2.5em;
        padding: 0.5em;
        -webkit-transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .form__buttons button, 
    .form__buttons a,
    #signUpWithEmail {
    height: 54px;
    cursor:pointer;
}
}
@media (max-width:819px){
    .top-container {
        display: block;
    }
}
@media (min-width:768px) and (max-width:991px){

    .play__title2, .play__title3 {
        font-size: clamp(1.75rem, 2.5vw, 3.5rem);
        margin-top: 2rem;
        clear: both;
        white-space:normal;
        text-align:center;
    }

    .its_so_easy {
        padding: 0;
    }
    .anyone {
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 60%;
        flex: 0 0 70%;
     }
    .play__title, .play__title4 {
        font-size: 1.375rem;
        clear: both;
        text-align:center;
    }

    .grandpa_mobile {
        display:block;
        margin-bottom:3rem;
    }
    .play__image {
        display: flex;
        justify-content: center;
        margin-left: -30px;
        width: clamp(80vw, 60vw, 50vw);
    }   

    .img-login-container > div:first-child {
        order:2;
    }
    .img-login-container > div:nth-child(2) {
        order:1;
    }
    .ribbon_3 {
        top: 18px;
        left: 71px;
    }
    .form__buttons>.right {
        float: right;
        margin-top: auto;
    }
    .loginMedia {
        width: 60%;
    }
    .devide {
        height: auto;
    }
    .play__image {
        display: flex;
        justify-content: center;
        margin-left: -150px;
        width: clamp(80vw, 60vw, 50vw);
    }
    #topnav {
        display: block !important;
    }
    #top-nav {
        display: none !important;
    }
    .topnav {
        float: right;
        color: #fff !important;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .logo {
        margin-left: 2rem;
        margin-top: 2rem;
    }

    .anyone {
       margin: auto;
       display: flex;
       flex-direction: column;
       align-items: center;
       max-width: 60%;
       flex: 0 0 70%;
    }

    .play__title {
        font-size: 1.375rem;
        margin-top: 1rem;
        clear: both;
    }

    .play__title4 {
        font-size: 1.375rem;
        clear: both;
    }
  
    .play__subtitle_red {
        font-size: 1rem;
    }

    .play_cards_now {
        display:flex;
        margin-top: 1.5rem;
    }

    .mockup {
        display:none;
    }

    img[alt="laptop_mockup"] {
        display:none; 
    }

    .video_laptop_mockup {
        display:flex;
    }
    
    div[alt="phone_mockup"] {
        margin-top: 8vh; 
        margin-right: 8rem;
    }

    .video_phone_mockup {
        margin-top: 13vh; 
        width: 50%;
    }

    .grandpa_laptop {
        display: none;
    }

    .grandpa_mobile {
        display:block;
        margin-bottom:3rem;
    }

    /*burger-menu*/
    #burger-menu {
        display: flex;
        border: 1px solid #FF4D01;
        border-radius: 20px;
        padding: 7px;
        background: #1a1a1a 0% 0% no-repeat padding-box;
    }

    .burger-menu {
        display: flex;
        position: absolute;
        top: 10px;
        width: 9rem;
        margin-top: 20px;
        right: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        z-index: 11111;
    }

    .burger-menu>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        margin: 0;
        width: 100%;
        color: #fff;
        background-color: #4d4d4d;
    }

    .burger-menu>li>a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        opacity: 1;
        font-size: 12px;
        text-transform: capitalize;
        text-align: left;
        width: 100%;
        padding: 8px 8px;
        margin: 0px;
    }

    .burger-menu>li>a:hover {
        color: #fff;
        text-decoration: none;
        opacity: 0.8;
    }

    .burger-menu>li>a>img {
        margin-right: 10px;
        width: 16px;
        height: 16px;
    }

    .burger-menu>li:last-child>a>img {
        margin-right: 10px;
        height: 23px;
    }

    .burger-menu>li {
        color: #fff;
        text-transform: uppercase;
        opacity: 1;
        background: #1a1a1a 0% 0% no-repeat padding-box;
    }

    .burger-menu>li:hover {
        color: #fff;
        opacity: 0.8;
    }
    .loginMedia {
        width: 30rem;
    }
    .fp_container {
        padding-right: 0;
        }
}

@media (min-width:992px) {
    #topnav {
        display: none !important;
    }

    #top-nav {
        display: block !important;
    }

    .play__title {
        font-size: 2.375rem;
        margin-top: 7rem;
        clear: both;
        white-space: nowrap;
    }

    .play_cards_now {
        display:flex;
        cursor: pointer;
    }

    .try_it_now {
        cursor: pointer;
    }

    .mockup {
        display:flex;
        justify-content: center;
    }

    div[alt="laptop_mockup"] {
        display:none; 
    }

    .video_laptop_mockup{
        display:none;
    }

    .grandpa_laptop {
        display: block;
    }
    .fb-login-button {
        margin-top: 1rem;
    }
    .g_id_signin div {
        width: 196px;
        margin: auto;
    }

    .play__title {
        font-size: 1.375rem;
        margin-top: 5rem;
        clear: both;
    }

    .play__title4 {
        font-size: 1.375rem;
        clear: both;
    }
    
    .play__title2, .play__title3 {
        font-size: 1.75rem;
        margin-top: 2rem;
        clear: both;
    }

    .play__subtitle_red {
        font-size: 1rem;
    }

    .play_cards_now {
        display:flex;
        cursor: pointer;
    }

    .try_it_now {
        cursor: pointer;
    }

    .its_so_easy {
        padding-right: 14rem;
    }

    .mockup {
        display:block;
    }

    img[alt="laptop_mockup"] {
        display:none; 
    }

    .video_laptop_mockup {
        display:none;
    }
    
    div[alt="phone_mockup"] {
        margin-top: 8vh; 
        margin-right: 8rem;
    }

    .video_phone_mockup {
        margin-top: 13vh; 
        
    }

    .grandpa_laptop {
        display: block;
        margin-top: 3vh;
        margin-left: 0vw;
    }

    .grandpa_mobile {
        display: none;
    }

    /*burger-menu*/
    #burger-menu {
        display: flex;
        border: 1px solid #FF4D01;
        border-radius: 20px;
        padding: 7px;
        background: #1a1a1a 0% 0% no-repeat padding-box;
    }

    .burger-menu {
        display: flex;
        position: absolute;
        top: 10px;
        width: 9rem;
        margin-top: 20px;
        right: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        z-index: 11111;
    }

    .burger-menu>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        margin: 0;
        width: 100%;
        margin: auto;
    }

    .ribbon_3 {
        left: 92px;
    }
    #topnav {
        display: none !important;
    }
    #top-nav {
        display: block !important;
    }
    .anyone {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 14rem;
    }
    .play__title {
        font-size: 2.375rem;
        margin-top: 7rem;
        clear: both;
        white-space: nowrap;
    }
    .play_cards_now {
        display:flex;
    }
    .its_so_easy {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .mockup {
        display:flex;
        justify-content: right;
        padding: 0;
    }
    div[alt="laptop_mockup"] {
        display:none; 
    }
    .video_laptop_mockup{
        display:none;
    }
    .grandpa_laptop {
        display: block;
        margin-top: -8vh;
    }
    .grandpa_mobile {
        display:none;
    }
}

@media only screen and (max-width:1200px) {
    .form__buttons>.right {
        float: none;
        margin-top: 1rem;
    }

    .btnSubmit.redirect_new {
        margin-left: 1.7rem;
    }
}@media only screen and (min-width:991px) and (max-width:1200px) {
    .anyone {
        padding-left: 9rem;
    }
    .its_so_easy {
        padding-right: 9rem;
    }
    div[alt="phone_mockup"] {
        margin-right: 3rem;
    }
    .play__image {
        margin-left: -3vh;
        width: 100%;
    }
}

@media (min-width:1200px) {
    .ribbon_3 {
        left: 107px;
    }
 
}
