.elementor-2571 .elementor-element.elementor-element-624170c8{--display:flex;}.elementor-2571 .elementor-element.elementor-element-49c309c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-74px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for container, class: .elementor-element-49c309c */.tb-header {
    width: 100%;
    padding: 14px 0;
    background: #fff !important;
    border-bottom: 1px solid #e5eaf2;
    box-shadow: 0 3px 15px rgba(15,35,70,.06);
}

.tb-header-inner {
    width: 1200px;
    max-width: 92%;
    min-height: 62px;
    margin: 0 auto !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;

    gap: 25px;
    box-sizing: border-box;
}

.tb-logo-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;

    padding: 8px 14px;
    background: #fff;
    border-radius: 8px;

    text-decoration: none !important;
    line-height: 0;
}

.tb-logo {
    display: block;
    width: 195px;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    object-fit: contain;
}

.tb-header-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    flex-shrink: 0;
    min-height: 46px;

    padding: 0 24px !important;
    margin: 0 !important;

    border-radius: 8px;
    background: #ffd21f !important;
    color: #111 !important;

    text-decoration: none !important;
    white-space: nowrap;

    font-size: 13px;
    font-weight: 950;
    line-height: 1;

    box-shadow: 0 5px 15px rgba(255,190,0,.20);
}

@media (max-width: 767px) {

    .tb-header {
        padding: 10px 0;
    }

    .tb-header-inner {
        max-width: 94%;
        min-height: 52px;
        gap: 10px;
    }

    .tb-logo-link {
        padding: 6px 8px;
    }

    .tb-logo {
        width: 145px;
    }

    .tb-header-btn {
        min-height: 40px;
        padding: 0 14px !important;
        font-size: 11px;
    }
}

@media (max-width: 380px) {

    .tb-logo {
        width: 125px;
    }

    .tb-header-btn {
        padding: 0 10px !important;
        font-size: 10px;
    }
}/* End custom CSS */