.t-menuburger span {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    height: 2px !important;
    background-color: #000;
}

.t-menuburger {
    position: relative;
    flex-shrink: 0;
    width: 48px !important;
    height: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
}

@media screen and (max-width: 640px) {
    .t451m__container {
        padding: 42px 35px 35px;
    }
}

@media screen and (max-width: 980px) {
    .t451m__container .t-menusub__menu {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 980px) {
    .t451m__container .t-menusub__content {
        padding-top: 0;
        padding-bottom: 20px;
        padding-left: 13px;
        padding-right: 0;
    }
}

@media screen and (max-width: 980px) {
    .t-menusub__menu {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        background-color: transparent;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid rgb(178 182 189 / 27%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media screen and (max-width: 980px) {
    .t-menusub__list-item {
        margin-bottom: 12px;
    }
}

.t451m__list_item a {
    margin-bottom: 12px;
    display: inline-block;
}

.t-input-group_cb div[data-customstyle='yes'] {
    display: inline;
    vertical-align: middle;
    font-size: 12px !important;
}

.t-checkbox__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 17px;
    width: 17px;
    border: 1px solid #000;
    box-sizing: border-box;
    margin-right: 7px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .6;
    border-radius: 100%;
}

.t-checkbox__indicator:after {
    content: '';
    position: absolute;
    display: none;
    left: 5px;
    top: 3px;
    width: 4px;
    height: 7px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

@media screen and (max-width: 980px) {
.t-input-group_cb div[data-customstyle='yes'] {
    display: inline;
    vertical-align: middle;
    font-size: 9px !important;
}
}

.t708 .t708__btn-text {
    position: absolute;
    right: 70px;
    white-space: nowrap;
    background: #fff;
    padding: 11px 16px;
    font-size: 13px;
    border-radius: 77px;
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #3d4659;
    color: #fff;
    opacity: .85;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.t708 .t708__btn-text::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 0px;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    border-left-color: #292929;
}

@media (min-width: 961px) {
    #rec998165266 .t397__col {
        max-width: calc(100% - 80px);
        margin-left: 50px !important;
        margin-right: 50px !important;
    }
}

@media screen and (max-width: 960px) {
    .t397__col {
        padding: 0 11px;
        box-sizing: border-box;
    }
}