.umb-cont {
    background-color: #fff;
    background-image: url('../img/road.jpg');
    width: 100%;
    height: 100vh;
    background-position: top center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    background-attachment: fixed;
    padding-top: 80px;
}

.umb-umb {
    width: 100%;
    margin-bottom: -1px;
}


.umb-title {
    text-align: center;
    color: #fff;
    font-family: 'Gotham Ultra';
    font-weight: bold;
    font-size: clamp(20px, 10vw, 80px);
    line-height: clamp(18px, 10vw, 69px);
}

.umb-subtitle {
    text-align: center;
    font-family: 'Gotham Book';
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
}

.umb-subtitle span {
    font-family: 'Gotham Black';
}


.contentcontainermain {
    margin-top: 30px;
}

.lp-intro {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Gotham';
    color: #000;
    
}
.lp-text {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Gotham Book';
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
    margin-top: 30px;
}

ul.lp-ul li {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Gotham Book';
    font-weight: 400;
    color: #000;
}

ul.lp-ul li::marker {
   color: #FF0000;
}

ul.lp-ul li span {
    color: #FF0000;
    font-weight: 600;
}

.rp-video-cont video {
    height: auto;
    max-width: 100%;
    border-radius: 12px;
    outline: none;
    border: none;
}

.rp-video-cont {
    margin-bottom: 30px;

}

.rp-pseudo-list-cont {}
.rp-pseudo-list-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    margin-bottom: 13px;
}
.rp-pseudo-list-item img {
    width: 36px;
    height: 36px;
}
.rp-pseudo-list-item p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Gotham Book';
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}

.rp-link {
    text-decoration: underline;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Gotham Book';
    font-weight: 400;
    color: #FF0000;
}

/* #FF0000 */
/* slider */

.slider {
    margin-top: 60px
}


.slider img {
    width: auto;
    height: 360px; 
}

.slick-slide {
    border-radius: 12px;
    margin: 8px;
    overflow: hidden;
}

/* footer */
.footer-mobile {
    display: none;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.footer-mobile-logo {
    width: 100%;
    height: auto;
    max-width: 70px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.footer-mobile-text {
    font-size: 9px;
    font-family: 'Gotham Book';
    font-weight: 600;
    margin-bottom: 122px;
}

.footer-desktop-text {
    font-size: 12px;
    font-family: 'Gotham Book';
    font-weight: 600;
}

.footer-desktop {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.footer-desktop-logo {
    width: 76px;
    height: 41px;
}




/* map */

.mapaintro {
    text-align: center;
    margin-top: 36px;
    margin-bottom: 31px;
}

/* menu */

.topmenu {
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: transparent;
    z-index: 1;
    transition: all 0.2s linear;
}

.topmenu.scrolled {
    background-color: #fff;
}

.lcdw, .lcdd {
    width: 166px;
    height: 34px;
}
.topmenu .lcdd {
    display: none;
}

.topmenu.scrolled .lcdd {display: initial;}
.topmenu.scrolled .lcdw {display: none;}

.top-men-deskt-ver {
    height: 80px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.nmbd {
    font-family: 'Gotham';
    font-size: 14px;
    font-weight: 325;
    line-height: 17px;
    padding: 12px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    text-decoration: none;
}
.topmenu.scrolled .nmbd {
    color: #000;
}
.rmbd {
    margin-left: 24px;
    margin-right: 24px;
    font-family: 'Gotham';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    padding: 12px 24px 12px 24px;
    border-radius: 29px;
    background-color: #FF0000;
    color: #fff;
    text-decoration: none;
}
.topmenu.scrolled .rmbd {}
.lmbd {}
.topmenu.scrolled .lmbd {}

.tmdv-buttons-desktop {}
.tmdv-buttons-mobile {display: none;}

.tmdv-logo {
    position: relative;
    width: 166px;
    height: 34px; 
}

.userico {
    width: 20px;
    height: 20px;
}
.hamico {
width: 20px;
height: 14px;
}

.user_d {display: none;}
.topmenu.scrolled .user_w {display: none;}
.topmenu.scrolled .user_d {display: initial;}
.mobilemenucontopen {
    right: 0 !important;
}


.menumobitem {
    min-height: 60px;
    border-bottom: solid 1px #CFCFCF;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Gotham';
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: left;
    line-height: 60px;
    color: #000;
    text-decoration: none;
}

.exit_menu {
    text-align: right;
}
.exit_menu img {

    width: 18px;
    height: 18px;
}

.login-text {
    margin-top: 40px;
    text-align: center;
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 24px;
}

.inputlogin {
    border: solid 1px #C8C8C8;
    border-radius: 10px;
    height: 40px;
    margin-bottom: 20px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.submitlogin {
    height: 40px;
    background-color: #FF0000;
    color: #fff;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    font-family: 'Gotham';
    border-radius: 20px;
}

/* RWD */

.mobilemenucontlog {
    display: flex;
    width: 481px;
    max-width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    right: -481px;
    background-color: #fff;
    z-index: 2;
    transition: all 0.1s linear;
    flex-direction: column;
    justify-content: flex-start;
};

.loginexit {}
.loginexit img {
    width: 18px;
    height: 18px;
    margin-left: 40px;
    margin-top: 40px;
}

.bigumb  {display: none;}
.smalumb {display: initial;}
.mobumb  {display: none;}
.mobtit  {display: none;}
.vid-mob {display: none;}
.mobilemenucont {display: none;}
@media (max-width: 575px) {
    .slider img {
        height: auto;
        max-height: 250px;
    }
    .mobilemenucont {
        display: flex;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100vw;
        background-color: #fff;
        z-index: 2;
        transition: all 0.1s linear;
        flex-direction: column;
        justify-content: flex-start;
    };
    .vid-desk  {display: none;}
    .vid-mob   {display: inline-block;}
    .bigumb    {display: none;}
    .smalumb   {display: none;}
    .mobumb    {display: initial;}
    .desktit   {display: none;}
    .mobtit    {display: inherit;}
    .umb-title {font-size: clamp(20px, 19vw, 80px); line-height: clamp(18px, 15vw, 69px);}
    .umb-cont  {background-size: cover; justify-content: space-between; height: calc(100vh - 20px);padding-top: 60px;}
    .slider img {max-width: calc(100vw - 24px);}
    .footer-desktop {display: none;}
    .footer-mobile {display: flex;}

    .top-men-deskt-ver, .topmenu {
        height: 60px;
    }
    .tmdv-logo, .lcdw, .lcdd {
        width: 104px;
        height: 22px;
    }
    .rmbd {
        margin-left: 0px;
        font-size: 12px;
        margin-right: 15px;
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    .vid-desk  {display: none;}
    .tmdv-buttons-desktop {display: none;}
    .tmdv-buttons-mobile {display: initial;}
}

@media (min-width: 576px) and (max-width: 1199px ) {
    .bigumb  {display: initial;}
    .smalumb {display: none;}
    .mobumb  {display: none;}
    .umb-cont {justify-content: space-between;}
}


@media (min-width: 1200px) and (max-width: 1500px ) {
    .bigumb  {display: initial;}
    .smalumb {display: none;}
    .mobumb  {display: none;}
    .umb-cont {background-size: 100% auto; justify-content: flex-end;} 
} 

#lres {
    display: flex;
    justify-content: center;
    flex-direction: column;   
}

#errortext {
    text-align: center;
    color: red;
    font-weight: 500;
    text-transform: uppercase;
}

.afterloginlink {
    display: inline-block;
    width: 100%;
    padding-left: 40px;
    line-height: 88px;
    font-family: 'Gotham';
    border-bottom: solid 1px lightgray;
    color: #000;
    text-decoration: none;
    font-size: 24px;
}

.afterloginlink:hover {
    color: #fff;
    background-color: #000;
} 

.afterloginlinkfirst {
    margin-top: 40px;
    border-top: solid 1px lightgray;
}