#byd_home_image,
#videoBYD {
    height: 100%;
    object-fit: cover;
}
#byd_discover_tang_container,
#byd_home_container,
#byd_home_earth_container {
    width: 100%;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
}
#byd_home_earth_subtitle,
#byd_home_earth_title {
    margin-bottom: 0;
    color: #fff;
}
#button-byd-home-earth,
#button-byd-home-info-block {
    border-radius: 0;
    min-width: 64px;
    padding-left: 24px;
    padding-right: 24px;
}
#byd_home_container {
    background-position: center;
    height: 100vh;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 48px;
}
.descriptionBanner {
    width: 60%;
}
#videoBYD {
    width: 100%;
}
#byd_home_banner_title {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
}
#byd_home_title_info_block,
#byd_home_title_info_block_main {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
#byd_home_info_block {
    width: 100%;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
#byd_home_title_info_block_main {
    color: #000;
}
#byd_home_text_info_block {
    font-size: 16px;
    align-self: center;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 5px;
}
#byd_home_info_block_inform {
    background-color: #efefef;
    display: none;
    width: 100%;
    height: 180px;
}
#byd_home_title_info_block_inform {
    font-weight: 700;
}
#byd_home_text_info_block_inform {
    font-size: 16px;
    align-self: center;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 5px;
}
#byd_home_image_block {
    width: 100%;
    height: 300px;
    padding: 0;
}
#byd_home_image {
    width: 100%;
    object-position: bottom;
    --bs-gutter-x: 0;
}
#byd_discover_tang_container {
    height: 500px;
    align-items: center;
    flex-direction: column;
    background-position-y: bottom;
}
#top_discover_info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#byd_home_discover_title {
    margin-top: 48px;
    color: #000;
    font-weight: 700;
    text-align: center;
}
#byd_home_discover_specific {
    width: 100%;
    height: 120px;
    background-color: #252728;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
#byd_home_block_specific {
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#byd_home_block_specific_center {
    height: 80%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#byd_home_top_specific_center,
#byd_home_top_specific_left,
#byd_home_top_specific_right {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
#byd_home_bottom_specific {
    font-size: 10px;
    color: #fff;
}
#byd_home_earth_container {
    height: 900px;
    padding-top: 150px;
    align-items: center;
    flex-direction: column;
}
#byd_home_earth_title {
    font-weight: 700;
    text-align: center;
}
#button-byd-home-earth {
    color: #fff;
    border-color: #fff;
}
#byd_discover_tang_container_mobile,
#byd_home_discover_specific_mobile {
    display: none;
}
#labelStayInformed {
    font-size: 12px;
}
.disclaimerBlock {
    background-color: #000;
    padding: 2rem;
}
.disclaimerBlock p {
    color: #fff;
    text-align: justify;
    font-size: 12px;
}
.go_down {
    top: 80% !important;
}

.text-number-disclaimer {
    font-size: 8px !important;
    color: white;
    
}
.text-number-disclaimer-banner{
    font-size: 20px !important;
    color: white;
}

.disclaimer-number{
display: flex;
   flex-direction: row;
   justify-content: center;
}
@media screen and (min-width: 320px) and (max-width: 399px) {
    #byd_home_earth_subtitle,
    #byd_home_earth_title {
        color: #fff;
        margin-bottom: 0;
    }
    #byd_home_container {
        height: 300px;
        background-position: center;
        padding-top: 8px;
    }
    #byd_home_banner_title {
        margin-bottom: 100px;
        font-size: 33px;
    }
    #byd_home_info_block {
        height: 300px;
    }
    #byd_home_info_block_inform {
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    #byd_home_div_center,
    #byd_home_div_center_inform {
        display: flex;
        justify-content: flex-start;
        text-align: left;
        margin-top: 15px;
    }
    #byd_home_text_info_block {
        font-size: 10px;
        margin-left: 20px;
        margin-right: 20px;
        line-height: 150%;
    }
    #byd_home_title_info_block,
    #byd_home_title_info_block_main {
        font-size: 20px;
        line-height: 26px;
        margin-left: 20px;
        margin-right: 20px;
        font-weight: bolder;
    }
    #byd_home_text_info_block_inform {
        margin-left: 20px;
        margin-right: 20px;
        line-height: 150%;
    }
    #byd_home_title_info_block_main {
        color: #000;
    }
    #byd_home_title_info_block_inform {
        font-size: 14px;
        margin-left: 80px;
        margin-right: 80px;
        font-weight: bolder;
    }
    #button-byd-home-info-block {
        font-size: 12px;
    }
    #byd_home_image_block {
        height: 150px;
    }
    #byd_discover_tang_container,
    #byd_home_discover_specific {
        display: none;
    }
    #byd_home_discover_title {
        margin-top: 0;
        text-align: center;
    }
    #byd_home_discover_specific_mobile {
        width: 100%;
        height: 80px;
        background-color: #252728;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        color: #fff;
    }
    #byd_home_top_specific_centerMobile,
    #byd_home_top_specific_leftMobile,
    #byd_home_top_specific_rightMobile {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 700;
        color: #fff;
    }
    #byd_home_bottom_specificMobile {
        line-height: 80%;
        margin-bottom: 10px;
        font-weight: 700;
        color: #fff;
        font-size: 8px;
    }
    #byd_home_earth_title {
        font-weight: 700;
    }
    #byd_discover_tang_container_mobile {
        width: 100%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: bottom;
    }
    .btnTransparent {
        padding: 5px 10px;
    }
}
@media screen and (min-width: 400px) and (max-width: 569px) {
    #byd_home_text_info_block,
    #byd_home_text_info_block_inform {
        margin-left: 20px;
        margin-right: 20px;
        line-height: 150%;
    }
    #byd_home_earth_subtitle,
    #byd_home_earth_title {
        color: #fff;
        margin-bottom: 0;
    }
    #byd_home_container {
        height: 300px;
        background-position: center;
        padding-top: 8px;
    }
    #byd_home_banner_title {
        margin-bottom: 100px;
        font-size: 33px;
    }
    #byd_home_info_block {
        height: 260px;
    }
    #byd_home_info_block_inform {
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    #byd_home_div_center,
    #byd_home_div_center_inform {
        display: flex;
        justify-content: flex-start;
        text-align: left;
        margin-top: 15px;
    }
    #byd_home_text_info_block {
        font-size: 10px;
    }
    #byd_home_title_info_block,
    #byd_home_title_info_block_main {
        font-size: 20px;
        line-height: 26px;
        margin-left: 50px;
        margin-right: 50px;
        font-weight: bolder;
    }
    #byd_home_title_info_block_inform {
        font-size: 14px;
        margin-left: 80px;
        margin-right: 80px;
        font-weight: bolder;
    }
    #button-byd-home-info-block {
        font-size: 12px;
    }
    #byd_home_image_block {
        height: 150px;
    }
    #byd_discover_tang_container,
    #byd_home_discover_specific {
        display: none;
    }
    #byd_home_discover_title {
        margin-top: 0;
        text-align: center;
    }
    #byd_home_discover_specific_mobile {
        width: 100%;
        height: 80px;
        background-color: #252728;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    #byd_home_top_specific_centerMobile,
    #byd_home_top_specific_leftMobile,
    #byd_home_top_specific_rightMobile {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 700;
        color: #fff;
    }
    #byd_home_bottom_specificMobile {
        line-height: 80%;
        margin-bottom: 10px;
        font-weight: 700;
        color: #fff;
        font-size: 10px;
    }
    #byd_home_earth_title {
        font-weight: 700;
    }
    #byd_discover_tang_container_mobile {
        width: 100%;
        height: 330px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: bottom;
    }
    .btnTransparent {
        padding: 5px 10px;
    }
}
@media screen and (min-width: 570px) and (max-width: 768px) {
    #byd_home_text_info_block,
    #byd_home_text_info_block_inform {
        margin-left: 20px;
        margin-right: 20px;
        line-height: 150%;
    }
    #byd_home_earth_subtitle,
    #byd_home_earth_title {
        color: #fff;
        margin-bottom: 0;
    }
    #byd_home_container {
        height: 300px;
        background-position: center;
        padding-top: 8px;
    }
    #byd_home_banner_title {
        margin-bottom: 100px;
        font-size: 33px;
    }
    #byd_home_info_block {
        height: 260px;
    }
    #byd_home_info_block_inform {
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    #byd_home_div_center,
    #byd_home_div_center_inform {
        display: flex;
        justify-content: flex-start;
        text-align: left;
        margin-top: 15px;
    }
    #byd_home_text_info_block {
        font-size: 10px;
    }
    #byd_home_title_info_block,
    #byd_home_title_info_block_main {
        font-size: 20px;
        line-height: 26px;
        margin-left: 50px;
        margin-right: 50px;
        font-weight: bolder;
    }
    #byd_home_title_info_block_inform {
        font-size: 14px;
        margin-left: 80px;
        margin-right: 80px;
        font-weight: bolder;
    }
    #button-byd-home-info-block {
        font-size: 12px;
    }
    #byd_home_image_block {
        height: 150px;
    }
    #byd_discover_tang_container,
    #byd_home_discover_specific {
        display: none;
    }
    #byd_home_discover_title {
        margin-top: 0;
        text-align: center;
    }
    #byd_home_discover_specific_mobile {
        width: 100%;
        height: 80px;
        background-color: #252728;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    #byd_home_top_specific_centerMobile,
    #byd_home_top_specific_leftMobile,
    #byd_home_top_specific_rightMobile {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 700;
        color: #fff;
    }
    #byd_home_bottom_specificMobile {
        line-height: 80%;
        margin-bottom: 10px;
        font-weight: 700;
        color: #fff;
        font-size: 10px;
    }
    #byd_home_earth_title {
        font-weight: 700;
    }
    #byd_discover_tang_container_mobile {
        width: 100%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: bottom;
    }
    .btnTransparent {
        padding: 5px 10px;
    }
    
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
    #byd_home_title_info_block,
    #byd_home_title_info_block_main {
        font-size: 34px;
        line-height: 38px;
        margin-left: 20px;
        margin-right: 20px;
        font-weight: bolder;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1359px) {
    #byd_home_container {
        height: 100vh;
        background-position: center;
    }
    #byd_discover_tang_container {
        height: 700px;
    }
    #bottom_discover_info {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin-top: 350px;
    }
}
@media screen and (min-width: 1360px) and (max-width: 1439px) {
    #byd_home_container {
        height: 100vh;
        background-position: center;
    }
    #byd_discover_tang_container {
        height: 700px;
    }
    #byd_home_image_block {
        height: 450px;
    }
}
@media screen and (min-width: 1440px) and (max-width: 1659px) {
    #byd_home_container {
        height: 100vh;
        background-position: center;
    }
    #byd_discover_tang_container {
        height: 700px;
    }
    #bottom_discover_info {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin-top: 450px;
    }
    #button-byd-home-info-block {
        font-size: 18px;
        font-weight: 700;
    }
    #byd_home_image_block {
        height: 400px;
    }
}
@media screen and (min-width: 1660px) and (max-width: 1919px) {
    #byd_discover_tang_container {
        height: 800px;
    }
    #byd_home_image_block {
        height: 450px;
    }
}
@media screen and (min-width: 1920px) and (max-width: 2559px) {
    #byd_home_container {
        height: 100vh;
        background-position: center;
    }
    #byd_home_banner_title {
        font-size: 70px;
    }
    #byd_discover_tang_container {
        height: 1000px;
    }
    #bottom_discover_info {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin-top: 700px;
    }
    #byd_home_image_block {
        height: 550px;
    }
    #byd_home_discover_title {
        margin-top: 48px;
    }
    #button-byd-home-info-block {
        font-size: 22px;
        font-weight: 700;
    }
}
@media screen and (min-width: 2560px) {
    #byd_home_container {
        height: 750px;
        background-position: center;
    }
    #byd_home_banner_title {
        font-size: 70px;
    }
    #byd_discover_tang_container {
        height: 1050px;
    }
    #byd_home_image_block {
        height: 550px;
    }
    #button-byd-home-info-block {
        font-size: 30px;
        font-weight: 700;
    }
}
