@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700&display=swap');

 

@media (max-width: 960px){
.e124_nav__menu{
        position: absolute;
        width: 160px;
        height: 100vh;
        top: 0px;
        left: -163px;
        background: #fff;
        filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.25));
        transition: 0.4s;
    }

    
.e124_nav__toggle{
        display: flex;
        align-items: center;
        flex-direction: column;
        height: 13px;
        justify-content: space-between;
        margin-right: 30px;
    }
    
.e124_bx{
        width: 20px;
        height: 2px;
        border-radius: 6px;
        background-color: #2B2B2B;
        z-index: 1;
    }

.e124_show-menu {
        left: 0;
        transition: 0.4s;
    }
}

.e124_content{
    display: flex;
    width: 100%;
    
    flex-direction: column;
    align-items: center;
}

.e124_banner-1{
    display: flex;
    width: 100%;
}

.e124_banner{
    display: flex;
    width: 100%;
    height: 297px;
    /* background: #D9D9D9; */
    cursor: pointer;
    object-fit: cover;
}

.e124_bx-clock{
    display: flex;
    flex-direction: row;
    z-index: 1;
    width: 100%;    
    align-items: center;
    justify-content: center;
    background: #E64310;
    padding: 10px;
}

.e124_bx-clock-flex{
    display: flex;
    flex-direction: row;
}

.e124_clock{
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 4px;
    width: 56.21px;
    height: 56.21px;
    margin-left: 8px;
}

.e124_clock h3{
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}

.e124_clock p{
    font-weight: 300;
    font-size: 11px;
    color: #000000;
}

.e124_bx-button-clock{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 8px;
}

.e124_bx-button-clock label{
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
}

@media (max-width: 960px){
.e124_clock{
        width: 47px;
        height: 47px;
    }
    
.e124_clock h3{
        font-size: 20px;
    }

.e124_bx-clock{
        flex-direction: column;
    }
    
.e124_clock p{
        font-size: 10px;
    }
    
.e124_bx-button-clock{
        margin-bottom: 8px
    }
    
.e124_bx-button-clock label{
        font-size: 15px;
    }
}

.e124_bx-banner-2{
    display: flex;
    flex-direction: row;
    column-gap: 20px !important;
    width: 100%;
    margin-top: 33px;
    justify-content: center;    
}

.e124_banner-2{
    display: flex;
    width: 371px;
    height: 186px;
    /* background: #D9D9D9; */
    cursor: pointer;
    object-fit: cover;
    text-align: center;
    display: block;
    
}

.e124_bx-button{
    display: flex;
    height: 36px;
    background: #E64310;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.e124_bx-button label{
    cursor: pointer;
    font-weight: 600;
    font-size: 19px;
    color: #fff;
}

.e124_bx-button-2{
    display: none;
}

@media (max-width: 960px){
.e124_banner-1{
        justify-content: center;
        align-items: center;
    }

.e124_banner{
        width: 90%;
        height: 245px;
    }

.e124_bx-banner-2{
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        margin-top: 26px;        
        justify-content: left !important;
        column-gap: 10px !important;
    }

.e124_bx-ba{
        display: flex;
        flex-direction: column;
        margin-right: 14px;
    }

.e124_banner-2{
        height: 166px;
        margin-top: 16px;
        text-align: center;
        display: block;
    }

.e124_bx-button-2{
    /*
        position: absolute;
        top: 47%;*/
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        /*
        width: 100%;    
        left: 0;
        right: -25px;
        margin: 0 auto;    */
    }

.e124_bx-button-2 button{
        border: none;
        width: 34px;
        height: 34px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 30px;

    }
}

.e124_box-title{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
}

.e124_box-title h1{
    font-weight: 600;
    font-size: 32px;
    line-height: 24px;
    color: #2B2B2B;
}

.e124_line{
    width: 79px;
    height: 0px;
    border: 1px solid #6F6D6D;
    margin-top: 14px;
}

.e124_box-title h2{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #6F6D6D;
    margin-top: 26px;
}

@media (max-width: 960px){
.e124_box-title{
        width: 90%;
    }

.e124_box-title h1{
        font-size: 20px;
    }
    
.e124_line{
        width: 102px;
    }
    
.e124_box-title h2{
        font-size: 16px;
    }
}

.e124_container-card{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 7px;
    width: 100%;
    justify-content: space-between;
}

.e124_card{
    display: flex;
    flex-direction: column;
    width: 227px;
    height: 288px;
    border: 1px solid #E1E1E1;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    margin-top: 14px;
}

.e124_image-card{
    width: 197px;
    height: 157px;
    border-radius: 4px;
    object-fit: cover;
    text-align: center;
    /* background: #D9D9D9; */
}

.e124_image-card-img{
    max-height: 100%;
}

.e124_bx-info{
    margin-top: 16px;
    width: 100%;
}

.e124_bx-info h5{
    font-weight: 300;
    font-size: 13px;
    color: #2B2B2B;
}

.e124_bx-info p{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #2B2B2B;
    margin-top: 16px;
}

@media (max-width: 960px){
.e124_container-card{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 7px;
        width: 100%;
        justify-content: space-between;
    }
    
.e124_card{
        width: 90%;
        height: 120px;
        margin-right: 0px;
        flex-direction: row;
    }
    
.e124_image-card{
        width: 124px;
        height: 100%;
    }

.e124_bx-info{
        margin-top: 0px;
        height: 100%;
        margin-left: 10px;
        display: flex;
        justify-content: space-between;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

.e124_bx-info h5{
        font-size: 13px;
    }
    
.e124_bx-info p{
        font-size: 15px;
        margin-top: 0px;
    }
}



.e124_bx2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    
}

.e124_bx-1{
    display: flex;
    flex-direction: column;
}

.e124_bx-1 img{
    position: relative;
    right: 22px;
}

.e124_bx-1 p{
    font-size: 18px;
    font-weight: 400;
    color: #2B2B2B;
}

.e124_bx-social{
    display: felx;
    felx-direction: column;
    margin-top: 39px;
}


.e124_bx-icon{
    display: flex;
    flex-direction: row;
    margin-top: 17px;
}

.e124_bx-icon div{
    display: flex;
    align-items: center;
    width: 55px;
    height: 55px;
    border: 1px solid #F0F0F0;
    border-radius: 14px;
    justify-content: center;
    margin-right: 10px;
}

.e124_bx-icon div:hover{
    background: rgba(241, 138, 14, 0.2);
    transition: 0.4s;
}

.e124_bx-2{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.e124_bx-poli{
    display: flex;
    flex-direction: column;
}

.e124_bx-poli p{
    font-weight: 400;
    font-size: 16px;
    color: #2B2B2B;
    cursor: pointer;
    margin-top: 15px;
}

.e124_bx-down{
    display: flex;
    flex-direction: column;
    margin-left: 100px;
}

.e124_bx-down img{
    width: 160px;
    height: auto;
    margin-top: 19px;
    cursor: pointer;
}

@media (max-width: 960px){
    

.e124_bx2{
        flex-direction: column;
    }

.e124_bx-1 p{
        font-size: 17px;
    }
    
.e124_bx-poli{
        flex-direction: column;
    }

.e124_bx-2{
        flex-direction: column;
    }

.e124_bx-down{
        margin-left: 0px;
        margin-top: 28px;
    }

.e124_bx-down img{
        width: 140px;
    }
}

.e124_bx-locat{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 0 10px 0;
    margin: 40px 0 20px 0;
    border-top: 1px solid #E1E1E1;
}

.e124_content-locat{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    
    justify-content: space-between;
}

.e124_content-locat div{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.e124_content-locat h6{
    font-size: 15px;
    color: #2B2B2B;
}

@media (max-width: 960px){
.e124_content-locat{
        flex-direction: column;
    }
    
.e124_content-locat div{
        flex-direction: row;
    }
    
.e124_content-locat h6{
        font-size: 12px;
        color: #2B2B2B;
    }
}

.e124_banner-contact{
    display: flex;
    width: 100%;
    height: 297px;
    background: #D9D9D9;
    cursor: pointer;
    object-fit: cover;
}

.e124_h1-contact{
    position: relative;
    bottom: 150px;
    color: #fff;
    right: 10%;
    font-size: 45px
}

@media (max-width: 960px){
.e124_banner-contact{
        width: 100%;
        height: 120px;
    }
    
.e124_h1-contact{
        bottom: 65px;
        right: 0;
        font-size: 17px
    }
}

.e124_bx-contac{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.e124_bx-title-contac{
    display: flex;
    flex-direction: column;
}

.e124_bx-title-contac h2{
    font-size: 23px;
    color: #2B2B2B;
}

.e124_bx-title-contac label{
    font-size: 17px;
    color: #2B2B2B;
    margin-top: 10px;
}

@media (max-width: 960px){
.e124_bx-contac{
        width: 90%;
    }
}

.e124_button {
    border: 1px solid #949494;
    border-radius: 4px;
    color: #949494;
    padding: 10px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 12px 0 0 0;
    cursor: pointer;
    width: 200px;
    transition: 0.4s
}

.e124_button:hover{
    color: #fff;
    border: 1px solid #E64310;
    background: #E64310;
}

.e124_bx-contac-email{
    display: flex;
    background: #F2F4F5;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    width: 440px;
    height: 876px;
    padding: 10px 20px;
}

.e124_bx-contac-email{
    display: flex;
    flex-direction: column;
}

.e124_bx-contac-email h5{
    font-size: 23px;
    color: #2B2B2B;
    font-weight: 200;
}

.e124_bx-contac-flex{
    display: flex;
    flex-direction: column;
    margin-left: 38px;
    margin-top: 41px;
    width: 75%;
}

.e124_bx-contac-flex h1{
    font-size: 19px;
    color: #2B2B2B;
}

.e124_bx-contac-flex h2{
    font-size: 15px;
    color: #2B2B2B;
    font-weight: 200;
}

.e124_bx-contac-flex h3{
    font-size: 14px;
    color: #898989;
    font-weight: 200;
}

.e124_bx-contac-flex p{
    font-size: 13px;
    color: #898989;
    margin-top: 21px;
}

.e124_line-flex{
    display: flex;
    flex-direction: column;
    border-top: 1px solid #8F8F8F;
    margin-top: 14px;
    width: 100%;
}

.e124_line-flex h6{
    font-size: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #E64310;
    font-weight: 200;
    margin-top: 17px;
}

.e124_bx-question{
    display: flex;
    flex-direction: column;
    border-top: 1px solid #8F8F8F;
    width: 90%;
    margin-top: 43px;
}

.e124_bx-question h1{
    margin-top: 56px;
    font-size: 22px;
    color: #2B2B2B;
    font-weight: 200;
}

.e124_bx-question-flex{
    display: flex;
    flex-direction: row;
}

.e124_bx-question-flex{
    display: flex;
    flex-direction: row;
    margin-top: 36px;
}

.e124_text-question{
    margin-left: 8px;
}

.e124_text-question h2{
    font-size: 15px;
    color: #2B2B2B;
}

.e124_text-question p{
    font-size: 15px;
    color: #2B2B2B;
    margin-top: 6px;
}

@media (max-width: 960px){
.e124_bx-contac{
        flex-direction: column;
        align-items: center
    }

.e124_bx-contac-email{
        width: 90%;
        height: 876px;
        margin-top: 40px;
    }

.e124_bx-contac-email img{
        width: 100%;
    }
}