body {
    font-family: 'Gilroy-Regular', sans-serif;
    font-style: normal;
    font-size: 14px;
}

.h_btn_test {
    background-color: #00CC92;
    width: 140px;
    text-align: center;
    margin-top: 15px;
    float: right;
    padding: 5px 10px 5px 10px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.h_logo {
    margin-top: 15px;
}

.banner1 {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(16, 22, 19, 1) 0%, rgba(23, 30, 27, 1) 100%);
    margin-top: 25px;
    border-radius: 25px;
    color: #fff;
    border: 2px solid #3ab180;
}

.btop {
    background: url(/assets/img/b1.png);
    background-position: right;
    background-repeat: no-repeat;
    background-color: #000;
}

.b1_h1 {
    font-size: 49px;
    font-weight: 700;
    color: #fff;
    padding: 50px 0px 0px 50px;
}

.b1_h2 {
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    padding: 50px 50px 50px 50px;
}

.b1_btn1 {
    background-color: #00CC92;
    width: 250px;
    text-align: center;
    margin-top: 15px;
    padding: 15px 10px 15px 10px;
    color: #000;
    border-radius: 10px;
    cursor: pointer;
    margin-left: 50px;
    font-size: 24px;
    margin-bottom: 30px;
}

.promo1 {
    margin-top: 50px;
}

.p1_h1 {
    font-size: 49px;
    font-weight: 700;
}

.p1_l1_img {
    background: url('/assets/img/img1d.png');
    width: 100%;
    height: 200px;
    margin-top: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}

.p1_l1_h1 {
    font-weight: 700;
    font-size: 22px;
    margin-top: 15px;
}

.p1_l1_h2 {
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.promo_wrapper {
    height: 200px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2)
}

.p2_l1_h1 {
    font-weight: 700;
    font-size: 18px;
    margin-top: 15px;
}

.p2_l1_h2 {
    font-weight: 400;
    font-size: 14px;
    margin-top: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.b1_h2 span {
    color: #00CC92;
}

.cont_wrapper {
    background-color: #F9F9F9;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #cecece;
    margin-bottom: 20px;
}

.logo_fx {
    text-align: center;
}

.name_fx {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
}

.city_fx {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}

.cont_text {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
}

.promo_btn2 {
    background-color: #00CC92;
    width: 450px;
    text-align: center;
    margin-top: 15px;
    padding: 15px 10px 15px 10px;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-size: 26px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 35px;
}

.footer {
    background-color: #000;
    margin-top: 100px;
    color: #fff;
}

.fx_ots {
    padding-top: 40px;
}

.f_title {
    font-weight: 700;
    font-size: 16px;
}

.f_desc {
    font-weight: 300;
    font-size: 16px;
}

.f_desc img {
    margin-right: 10px;
}

.f_desc a {
    color: #fff;
}

.textdesc {
    margin-top: 50px;
    text-align: center;
    color: #aaa;
    padding-bottom: 50px;
}

.hb1 {
    background: url('/assets/img/b1.png');
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.box {
    animation: 2s showp ease;
}

@keyframes showp {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}