@font-face {
    font-family: "Archivo";
    font-style: regular;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/archivo/v6/k3kQo8UDI-1M0wlSTd7iL0nAMaM.ttf) format('woff');
}

@font-face {
    font-family: "Archivo";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/archivo/v6/k3kSo8UDI-1M0wlSfdzoK2vFIaOV8A.ttf) format('woff');
}

@font-face {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/archivo/v6/k3kVo8UDI-1M0wlSdSrLC0HrLaqM6Q4.ttf) format('woff');
}

@font-face {
    font-family: "Archivo";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/archivo/v6/k3kXo8UDI-1M0wlSfdzQ30LhKYiJ-Q7m8w.ttf) format('woff');
}

@font-face {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/archivo/v6/k3kVo8UDI-1M0wlSdQbMC0HrLaqM6Q4.ttf) format('woff');
}

@font-face {
    font-family: "Archivo";
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/archivo/v6/k3kXo8UDI-1M0wlSfdzQ80XhKYiJ-Q7m8w.ttf) format('woff');
}

@font-face {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/archivo/v6/k3kVo8UDI-1M0wlSdWLNC0HrLaqM6Q4.ttf) format('woff');
}

@font-face {
    font-family: "Archivo";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/archivo/v6/k3kXo8UDI-1M0wlSfdzQl0ThKYiJ-Q7m8w.ttf) format('woff');
}

@font-face {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6Hkvalrub76M7dd8aGZk.ttf) format('woff');
}

@font-face {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6HkvalqKbL6M7dd8aGZk.ttf) format('woff');
}

@font-face {
    font-family: "Cairo";
    font-style: regular;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cairo/v6/SLXGc1nY6HkvamImRJqExst1.ttf) format('woff');
}

@font-face {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6Hkvalr-ar6M7dd8aGZk.ttf) format('woff');
}

@font-face {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6Hkvalqaa76M7dd8aGZk.ttf) format('woff');
}

@font-face {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6Hkvalqiab6M7dd8aGZk.ttf) format('woff');
}

html, body {
    font-size: 14px;
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    font-style: normal;
}

h1 {
    font-size: 3rem;
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h2 {
    font-size: 2.25rem;
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h3 {
    font-size: 1.875rem;
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h4 {
    font-size: 1.5rem;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h5 {
    font-size: 1.25rem;
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h6 {
    font-size: 1rem;
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.body .alert {
    margin-bottom: 0px;
    text-align: left;
    font-weight: 600;
    font-style: normal;
    font-size: "";
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-style: none;
}

.body .alert-info {
    color: #1E79E4;
    background: rgba(30, 121, 228, 0.2);
    border-color: transparent;
}

.body .alert-success {
    color: #26a25e;
    background: rgba(25, 200, 104, 0.2);
    border-color: transparent;
}

.body .alert-danger {
    color: #ff8355;
    background: rgba(255, 131, 85, 0.2);
    border-color: transparent;
}

.body .alert .close {
    height: 100%;
    padding: 0px 12px;
    font-size: 16px;
    outline: none;
}

.body .alert-danger .close:hover {
    color: #ff8355;
}

.body .alert-success .close:hover {
    color: #26a25e;
}

.body .alert-info .close:hover {
    color: #1E79E4;
}

.body .alert-rtl .alert {
    text-align: right;
}

.body .badge {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.body .badge-primary {
    color: #ffffff;
    background: #1E79E4;
    box-shadow: none;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.body .badge-secondary {
    color: #ff8355;
    background: #252427;
    box-shadow: none;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.body .badge-danger {
    color: #ffffff;
    background: #C81919;
    box-shadow: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.body .badge-warning {
    color: #ffffff;
    background: rgba(255, 193, 7, 1);
    box-shadow: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.body {
    background: #252427;
}

.body .btn {
}

.body .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

.body .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

.body .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

.body .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

.body .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

.body .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

.body .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

.body .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

.body .btn-big-primary:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

.body .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: #ff8355 !important;
}

.body .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(255, 131, 85, 0.9) !important;
    border-color: #ea5923 !important;
}

.body .card {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    border-color: #000000;
    background: #373539;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: none;
    box-shadow: 0px 2px 4px 0px rgba(25, 25, 25, 0.12);
}

.body .form-group__checkbox {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: -ms-user-select;
    user-select: none;
}

.body .form-group__checkbox label {
    margin-bottom: 0px;
    font-weight: 600;
    font-style: normal;
}

.body .form-group__checkbox-label {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    position: relative;
    vertical-align: middle;
}

.body .form-group__label-title {
    position: relative;
    vertical-align: middle;
}

.body .form-group__checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.body .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    font-size: 16px;
    width: 16px;
    height: 16px;
    background: #252427;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.body .form-group__checkbox:hover input ~ .checkmark {
    background: #252427;
}

.body .form-group__checkbox input:checked ~ .checkmark {
    background: #ff8355;
}

.body .form-group__checkbox:after {
    content: ' ';
    position: absolute;
    display: none;
}

.body .form-group__checkbox input:checked ~ .checkmark:after {
    content: "\f00c";
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    width: 16px;
    height: 16px;
    font-size: 0.7em;
}

.body .form-group__checkbox .checkmark:after {
    color: #ffffff;
}

.body .radiomark {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: #252427;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
}

.body .form-group__checkbox:hover input ~ .radiomark {
    background: #252427;
}

.body .form-group__checkbox input:checked ~ .radiomark {
    background: #ff8355;
}

.body .form-group__checkbox input:checked ~ .radiomark:after {
    content: " ";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-color: #ff8355;
    border-style: solid;
    background: #ffffff;
}

.body .form-group__checkbox .radiomark:after {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    color: #ffffff;
}

.body .form-group__checkbox-rtl .form-group__checkbox-label {
    margin-right: 0px;
    margin-left: 8px;
}

@media (max-width: 768px) {
    .body .form-group__label-title {
        display:inline;
        vertical-align: inherit;
    }
}

.body .component-footer {
    position: relative;
    font-size: "";
    font-weight: 600;
    font-style: normal;
}

.body .component-footer__public {
    color: #ffffff;
    min-height: 64px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: none;
    background: #373539;
}

.body .component-footer__public-copyright {
}

.body textarea {
    resize: none;
}

.body .form-control {
    background-color: #252427;
    border-color: #1a191b;
    color: #ffffff;
    font-size: "";
    font-weight: inherit;
    height: 48px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
    border-style: solid;
    padding-left: 12px;
    padding-right: 12px;
    box-shadow: none;
    outline: none;
}

.body .form-group input:read-only {
    opacity: 0.5;
}

.body .form-group input:-moz-read-only {
    opacity: 0.5;
}

.body .form-group input:disabled {
    opacity: 0.5;
}

.body .form-control:focus {
    background-color: #252427;
    border-color: #1a191b;
    color: #ffffff;
    box-shadow: none;
    outline: none;
}

.body textarea.form-control {
    height: 160px;
}

.body .form-group label {
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: "";
    margin-bottom: 4px;
}

.body .form-group small {
    display: block;
    color: #ffffff;
    font-size: 0.9rem;
    margin-top: 4px;
}

.body select.form-control:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right .3em top 50%, 0 0;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}

.body .input-group .form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.body .input-group-prepend .btn {
    z-index: inherit;
}

.body .input-group-append .btn {
    z-index: inherit;
    border-bottom-left-radius: 0px!important;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body .input-group-btn .btn {
    z-index: inherit;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.body .form-group-rtl select.form-control:not([multiple]) {
    background-position: left 1em top 50%, 0 0;
}

.body .form-group-rtl .form-group {
    text-align: right;
}

.body .form-group-rtl .form-group label {
    text-align: right;
}

.body .form-group-rtl .form-group small {
    text-align: right;
}

.body .form-group-rtl .input-group .form-control {
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.body .form-group-rtl .input-group-append .btn {
    border-bottom-right-radius: 0px!important;
    border-top-right-radius: 0px!important;
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
}

.body .form-group-rtl .input-group-btn .btn {
    border-bottom-right-radius: 0px!important;
    border-top-right-radius: 0px!important;
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
}

.body .form-group-rtl .dropdown-menu {
    right: 0px!important;
    transform: none!important;
    top: 100%!important;
    text-align: start!important;
}

.body .form-group-rtl .dropdown-toggle {
    text-align: right!important;
}

.body .form-group-rtl .dropdown-toggle::after {
    margin-right: 0.255em;
    margin-left: 0px!important;
}

.body .form-group-rtl .select2-container {
    left: auto !important;
}

.body .form-group-rtl .bootstrap-datetimepicker-widget.dropdown-menu {
    inset: inherit !important;
}

.body .form-group-rtl .bootstrap-datetimepicker-widget .list-unstyled {
    padding-right: 0px;
}

.body .form-group .select2-container .dropdown-menu {
    padding: 0px;
    margin: 0px;
}

.body .form-group .select2-container--open .dropdown-menu {
    background-color: transparent;
    color: #ffffff;
}

.body .form-group .select2-container--open .select2-dropdown {
    margin-top: 8px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: rgba(255, 255, 255, 0.04);
    border-style: solid;
    box-shadow: 0 8px 24px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.body .form-group .select2-search__field {
    padding-left: 2.3rem;
}

.body .form-group .select2-results__option a {
    font-weight: inherit;
    padding-left: 12px;
    padding-right: 12px;
    color: #ffffff;
    background-color: rgba(26, 25, 27, 1);
    text-decoration: none;
}

.body .form-group .select2-results__option {
    font-weight: inherit;
    font-size: "";
}

.body .form-group .select2-results__option.active a {
    color: rgba(255, 131, 85, 1);
    background-color: rgba(26, 25, 27, 1);
    text-decoration: none;
}

.body .form-group .select2-results__option a:hover {
    color: #ffffff;
    background-color: rgba(255, 131, 85, 1);
    text-decoration: none;
}

.body .form-group .select2-results__option.active a:hover {
    color: #ffffff;
    background-color: rgba(255, 131, 85, 1);
    text-decoration: none;
}

.body .form-group .select2-dropdown, .select2-results__options {
    padding-top: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    max-height: 408px!important;
}

.body .form-group .select2-results__options {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.body .form-group .select2-container--open .select2-selection--single {
    background-color: #252427;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.body .form-group .select2-selection--single {
    display: flex;
    align-items: center;
}

.body .form-group .select2-search__field-icon {
    padding-left: 0.6em;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.body .form-group .select2-selection__id {
    vertical-align: middle;
}

.body .form-group .select2-search--dropdown {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-top: 6px;
}

.body .form-group .select2-selection__arrow b {
    border-top-color: #ffffff;
}

.body .form-group .select2-container--open .select2-selection__arrow b {
    border-bottom-color: #ffffff;
}

.body .panel-description {
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 16px;
    padding-bottom: 16px;
    color: #ffffff;
    font-size: "";
    border-color: #1a191b;
    background: #252427;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
    border-style: solid;
    box-shadow: none;
}

.body h1 {
    color: #ffffff;
}

.body h2 {
    color: #ffffff;
}

.body h3 {
    color: #ffffff;
}

.body h4 {
    color: #ffffff;
}

.body h5 {
    color: #ffffff;
}

.body h6 {
    color: #ffffff;
}

.body {
    color: #ffffff;
}

.body a {
    color: #ff8355;
}

.body a:hover {
    text-decoration: underline;
    color: #ff8355;
}

.body a:focus {
    text-decoration: underline;
    color: #ff8355;
}

.body-rtl h1, .body-rtl h2, .body-rtl h3, .body-rtl h4, .body-rtl h5, .body-rtl h6 {
    text-align: right;
}

@media (max-width: 480px) {
    .body h1 {
        font-size:10vmin;
        line-height: 1.1666666666;
    }
}

.body .style-text-primary {
    color: #f39c11e6;
}

.body .style-bg-primary-alpha-10 {
    background: rgba(255, 131, 85, 0.1);
}

.body .style-bg-primary-alpha-20 {
    background: rgba(255, 131, 85, 0.2);
}

.body .style-bg-primary-alpha-30 {
    background: rgba(255, 131, 85, 0.3);
}

.body .style-bg-primary-alpha-40 {
    background: rgba(255, 131, 85, 0.4);
}

.body .style-bg-primary-alpha-50 {
    background: "";
}

.body .style-bg-primary {
    background: #ff8355;
}

.body .style-bg-light {
    background: #ffffff;
}

.body .style-bg-color-light {
    background: "";
}

.body .style-svg-primary svg {
    fill: #ff8355;
}

.body .style-svg-g-primary svg g {
    fill: #ff8355;
}

.body .style-box-shadow-default {
    box-shadow: 0px 2px 4px 0px rgba(25, 25, 25, 0.12);
}

.body .style-border-style-default {
    border-style: none;
}

.body .styles-services-default {
    background: "";
    color: "";
}

.body .style-border-width-default {
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

.body .style-text-default {
    color: #ffffff;
}

.body .style-text-white, .style-text-white h1, .style-text-white h2, .style-text-white h3, .style-text-white h4, .style-text-white h5, .style-text-white h6 {
    color: #ffffff;
}

#theme_23 .body .block-signin__content, #theme_23 .body .block-signin__content h1, #theme_23 .body .block-signin__content h2, #theme_23 .body .block-signin__content h3, #theme_23 .body .block-signin__content h4, #theme_23 .body .block-signin__content h5, #theme_23 .body .block-signin__content h6, #theme_23 .body .block-signin-text__block-text, #theme_23 .body .block-signin-text__block-text h1, #theme_23 .body .block-signin-text__block-text h2, #theme_23 .body .block-signin-text__block-text h3 {
    color: #ffffff;
}

.body .style-header-text {
    color: "";
}

.body .style-header-text h2 {
    color: "";
}

.body .style-text-dark {
    color: #ffffff;
}

.body .faq-block__icon {
    color: #ff8355;
}

.body .style-card-number {
    background: #ffffff;
    border-color: #ea5923;
}

.body .style-card-number-line {
    background: #ff8355;
}

.body .style-text-features-title {
    color: "";
}

.body .style-text-features-desc {
    color: "";
}

.body .style-title-features {
    color: "";
}

.body .style-title-features h3 {
    color: "";
}

.body .style-desc-features {
    color: "";
}

.body .style-how-it-card-desc {
    color: "";
}

.body .style-how-it-card-title {
    color: "";
}

.body .style-review-card-desc {
    color: "";
}

.body .style-review-card-title h2 {
    color: "";
}

.body .style-review-card-author {
    color: "";
}

.body .style-review-block-image {
    background-color: "";
}

.body .style-faq-card-title {
    color: "";
}

.body .style-faq-privat-card-desc {
    color: "";
}

.body .style-faq-privat-card-title {
    color: "";
}

.body .style-faq-card-desc {
    color: "";
}

.body .style-collapse-icon {
    color: "";
}

.body .style-collapsed-icon {
    color: "";
}

.body .style-collapse-icon-privat {
    color: "";
    background: "";
}

.body .style-collapsed-background {
    background: "";
}

.body .style-border-radius-default {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.body .style-border-radius-0 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.body .style-border-radius-50 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.slick-prev:before, .slick-next:before {
    color: #ffffff;
}

.slick-dots li button {
    background: #ffffff;
}

.body .styled-card-icon-hover {
    color: "";
}

#theme_21 #block_55 .divider-bottom, div.block_2.theme_21 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICAgICAgICAgICAgIDxnIGZpbGw9InJnYmEoNTUsIDUzLCA1NywgMSkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTAgNDcuNDRMMTcwIDBsNjI2LjQ4IDk0Ljg5TDExMTAgODcuMTFsMTcwLTM5LjY3VjE0MEgwVjQ3LjQ0eiIgZmlsbC1vcGFjaXR5PSIuNSIvPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTAgOTAuNzJsMTQwLTI4LjI4IDMxNS41MiAyNC4xNEw3OTYuNDggNjUuOCAxMTQwIDEwNC44OWwxNDAtMTQuMTdWMTQwSDBWOTAuNzJ6Ii8+CiAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L3N2Zz4=);
}

#theme_21 #block_106 .divider-bottom, div.block_4.theme_21 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICAgICAgICAgICAgIDxnIGZpbGw9InJnYmEoMzcsIDM2LCAzOSwgMSkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTAgNDcuNDRMMTcwIDBsNjI2LjQ4IDk0Ljg5TDExMTAgODcuMTFsMTcwLTM5LjY3VjE0MEgwVjQ3LjQ0eiIgZmlsbC1vcGFjaXR5PSIuNSIvPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTAgOTAuNzJsMTQwLTI4LjI4IDMxNS41MiAyNC4xNEw3OTYuNDggNjUuOCAxMTQwIDEwNC44OWwxNDAtMTQuMTdWMTQwSDBWOTAuNzJ6Ii8+CiAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L3N2Zz4=);
}

#theme_21 #block_106 .bg:after, div.block_4.theme_21 {
    background: linear-gradient(0deg, rgba(14, 14, 15, 1) 0.0%,rgba(55, 53, 57, 1) 100.0%);
}

.body .modal {
}

.body .modal .modal-content {
    border: none;
    background: #373539;
}

.body .modal-rtl .modal-content {
    text-align: right;
}

.wrapper-sidebar-navbar .wrapper-content {
    padding-top: 64px;
}

.wrapper-navbar .component_navbar_sub {
    height: 64px;
}

.body + .component_navbar_sub {
    height: 64px;
}

.body + .wrapper-content {
    padding-top: 64px;
}

.body .component-sidebar__menu-logo {
    height: 64px;
}

.body .sidebar-block__left-menu {
    padding-bottom: 64px !important;
}

.body .navbar-nav-currencies {
    font-size: "";
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.body .component-navbar-public__wrapper {
    height: 64px;
}

.body .component-navbar-private__wrapper {
    height: 64px;
}

.body .component-navbar-public-brand a {
    text-decoration: none;
    color: #ffffff;
}

.body .component-navbar-private__wrapper .sidebar-block__top-brand {
    display: none;
}

.body .component-navbar-logo {
    display: flex;
}

.body .component-navbar-nav-item {
    position: relative;
}

.body .component-navbar-public-nav-item {
}

.body .component-navbar-private-nav-item {
    height: 64px;
}

.body .component-navbar-nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 100%;
    font-size: "";
    font-weight: 600;
}

.body .component-navbar-nav-link .badge {
    margin-left: 6px;
    margin-right: 6px;
}

.body .component-navbar-nav-link .component-navbar-nav-link-icon {
    display: flex;
    min-width: 26px;
    padding: 0px 3px;
}

.body .component-navbar-nav-link__navbar-private {
    color: #ffffff;
    background: transparent;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.body .component-navbar-nav-link__navbar-private:hover {
    color: #ff8355;
    background: transparent;
    text-decoration: none;
}

.body .component-navbar-nav-link-active__navbar-private {
    color: #ff8355;
    background: transparent;
}

.body .component-navbar-nav-link__navbar-public {
    color: #ffffff;
    background: transparent;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-style: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

.body .component-navbar-nav-link__navbar-public:hover {
    color: #ff8355;
    background: transparent;
    text-decoration: none;
}

.body .component-navbar-nav-link__navbar-public:focus {
    color: #ff8355;
    background: transparent;
    text-decoration: none;
}

.body .component-navbar-nav-link-active__navbar-public {
    color: #ff8355;
    background: transparent;
}

.body .component-navbar-public {
    height: 64px;
    box-shadow: 0px 2px 4px 0px rgba(25, 25, 25, 0.12);
}

.body .component-navbar-private {
    height: 64px;
    box-shadow: 0px 2px 4px 0px rgba(25, 25, 25, 0.12);
}

.body .component-navbar__navbar-private {
    background: #373539;
    box-shadow: 0px 2px 4px 0px rgba(25, 25, 25, 0.12);
}

.body .component-navbar__navbar-public {
    background: #373539;
    box-shadow: 0px 2px 4px 0px rgba(25, 25, 25, 0.12);
}

.body .component-navbar-balance-wrap__navbar-private {
    padding-top: 0px;
    padding-bottom: 0px;
}

.body .component-navbar-balance-item__navbar-private {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    background: #ff8355;
    padding-left: 16px;
    padding-right: 16px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
}

.body .component-navbar-balance-item__navbar-private:hover {
    color: #ffffff;
    text-decoration: none;
}

.body .component-navbar-private-brand {
    color: #ffffff;
    font-size: 0px;
}

.body .component-navbar-public-brand {
    color: #ffffff;
}

.body .component-navbar__navbar-private .navbar {
    height: 64px;
}

.body .component-navbar__navbar-public .navbar {
    height: 64px;
}

.body .component-navbar__navbar-public-padding .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
}

.body .navbar-burger {
    position: relative;
}

.body .navbar-light .navbar-toggler {
    border: none;
    outline: none;
    position: relative;
}

.body .navbar-burger-line {
    display: block;
    height: 2px;
    width: 24px;
    position: relative;
}

.body .navbar-burger-line:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: -7px;
    height: 2px;
    width: 24px;
}

.body .navbar-burger-line:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    height: 2px;
    width: 24px;
}

.body .component-navbar__navbar-public .navbar-burger-line:before {
    background: #ffffff;
}

.body .component-navbar__navbar-private .navbar-burger-line:before {
    background: #ffffff;
}

.body .component-navbar__navbar-private .navbar-burger-line:after {
    background: #ffffff;
}

.body .component-navbar__navbar-public .navbar-burger-line:after {
    background: #ffffff;
}

.body .component-navbar__navbar-public .navbar-burger-line {
    background: #ffffff;
}

.body .component-navbar__navbar-private .navbar-burger-line {
    background: #ffffff;
}

.body .navbar-nav {
    padding-right: 0px;
}

.body .component-navbar-collapse-divider {
    height: 1px;
    width: 100%;
    display: none;
    opacity: 0.2;
}

.body .component-navbar__navbar-private .component-navbar-collapse-divider {
    background: #ffffff;
}

.body .component-navbar__navbar-public .component-navbar-collapse-divider {
    background: #ffffff;
}

.body .navbar-dropdown {
    position: relative;
    display: inline-block;
    margin-top: 4px;
    padding-bottom: 4px;
}

.body .navbar-dropdown__container {
    position: absolute;
    padding: 0px;
    margin: 0px;
    top: 100%;
    background: "";
    min-width: 100%;
    border-top-left-radius: "";
    border-top-right-radius: "";
    border-bottom-left-radius: "";
    border-bottom-right-radius: "";
    border-color: "";
    box-shadow: "";
    border-style: "";
    border-left-width: "";
    border-right-width: "";
    border-top-width: "";
    border-bottom-width: "";
}

.body .navbar-dropdown__item {
    list-style: none;
}

.body .navbar-dropdown__link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: "";
    background: "";
    padding-top: "";
    padding-bottom: "";
    padding-left: "";
    padding-right: "";
}

.body .navbar-dropdown__link:hover {
    color: "";
    background: "";
    text-decoration: none;
}

.component-navbar-public-brand h1, .component-navbar-public-brand h2, .component-navbar-public-brand h3, .component-navbar-public-brand h4, .component-navbar-public-brand h5, .component-navbar-public-brand h6 {
    margin-bottom: 0px;
}

.component-navbar-public-brand>*:first-child {
    width: 100%;
}

.component-sidebar__menu-brand h1, .component-sidebar__menu-brand h2, .component-sidebar__menu-brand h3, .component-sidebar__menu-brand h4, .component-sidebar__menu-brand h5, .component-sidebar__menu-brand h6 {
    margin-bottom: 0px;
}

.component-sidebar__menu-brand>*:first-child {
    width: 100%;
}

@media (max-width: 991px) {
    .body .sidebar-block__top-logo {
        max-height:64px;
    }

    .body .component-navbar__navbar-public .navbar {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        min-height: 64px;
        padding: 0px 1rem;
    }

    .body .component-navbar__navbar-private .navbar {
        height: auto;
        min-height: 64px;
        flex-wrap: wrap;
        padding: 0px 1rem;
    }

    .body .component-navbar__navbar-private .navbar .navbar-private__header {
        min-height: 64px;
    }

    .body .component-navbar__navbar-public .navbar .navbar-public__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        min-height: 64px;
    }

    .body .component-navbar-private__wrapper {
        height: auto;
    }

    .body + .wrapper-content {
        padding-top: 0px;
    }

    .body .component-navbar__navbar-public .navbar-collapse {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        background: none;
    }

    .body .component-navbar__navbar-private .navbar-collapse {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        background: none;
    }

    .body .component-navbar__navbar-private .component-navbar-collapse {
        flex-wrap: wrap;
    }

    .body .component-navbar__navbar-private .component-navbar-private-nav-item {
        height: auto;
    }

    .body .component-navbar-collapse {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .body .component-navbar-collapse-divider {
        display: none;
    }

    .body .component-navbar-nav-link {
        width: 100%;
        justify-content: flex-start;
    }

    .body .navbar-nav {
        width: 100%;
    }

    .body .component-navbar-private__wrapper .sidebar-block__top-brand {
        display: block;
    }

    .body .component-navbar-private-brand {
        font-size: unset;
    }

    .body .navbar {
        flex-flow: row;
    }

    .body .navbar-nav-currencies {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.body .pagination {
    margin-bottom: 0px;
    padding: 0px;
}

.body .pagination .pagination-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: "";
    width: 2em;
    height: 2em;
    background: transparent;
    margin-right: 6px;
    border-color: transparent;
    border-style: solid;
    color: #afaeaf;
    box-shadow: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

.body .pagination .pagination-item__active .pagination-link {
    font-weight: 600;
    font-style: normal;
    background: rgba(255, 198, 16, 1);
    border-color: rgba(255, 198, 16, 1);
    color: #ffffff;
    text-decoration: none;
}

.body .pagination .pagination-item:not(.pagination-item__active):hover .pagination-link {
    background: transparent;
    border-color: transparent;
    color: rgba(255, 198, 16, 0.9);
    text-decoration: none;
}

.body .pagination-rtl .pagination .pagination-link {
    margin-right: 0px;
    margin-left: 6px;
}

.body pre {
    direction: ltr;
    unicode-bidi: bidi-override;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-weight: 300;
    background: #252427;
    color: #ffffff;
    border-color: #000000;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

.body .component-sidebar_wrapper {
    flex-basis: 250px;
    width: 250px;
}

.body .component-sidebar {
    background: linear-gradient(90deg, rgba(25, 25, 28, 1) 0.0%,rgba(55, 53, 57, 1) 100.0%);
    width: 250px;
    box-shadow: none;
    border-color: transparent;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-style: none;
}

.body .component-navbar__navbar-private {
    --navbar-margin: 250px;
    width: calc(100% - var(--navbar-margin) - var(--editor-sidebar));
}

.body .component-sidebar__menu {
    max-height: calc(100vh);
    overflow-y: auto;
}

.body .component-sidebar__menu .sidebar-block__left-menu {
    padding-top: 32px;
    padding-left: 0px;
    padding-right: 0px;
}

.body .component-sidebar__menu-logo {
    display: flex;
    justify-content: flex-start;
    color: #ffffff;
}

.body .component-sidebar__menu-logo a {
    color: #ffffff;
}

.body .component-sidebar__menu .component-navbar-logo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-left: 16px;
    margin-right: 16px;
}

.body .component-sidebar__menu-brand {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    color: #ffffff;
    user-select: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

.body .component-sidebar__menu-brand a {
    text-decoration: none;
}

.body .component-sidebar__menu-item {
    list-style: none;
}

.body .component-sidebar__menu-item-link {
    display: flex;
    align-items: center;
    word-break: break-all;
    font-size: "";
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    background: transparent;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-color: #ff8355;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-style: solid;
    text-decoration: none;
}

.body .component-sidebar__menu-item-link .badge {
    margin-left: auto;
}

.body .sidebar-rtl .component-sidebar__menu-item-link .badge {
    margin-left: 0px!important;
    margin-right: auto;
}

.body .component-sidebar__menu-item-link:hover {
    color: rgba(255, 131, 85, 1);
    background: transparent;
    border-color: #ff8355;
    text-decoration: none;
}

.body .component-sidebar__menu-item-active .component-sidebar__menu-item-link {
    color: #ffffff;
    background: #ff8355;
    border-color: #ff8355;
    font-weight: bold;
}

.body .component_private_navbar .component-sidebar__menu-logo {
    background: #373539;
}

@media (max-width: 991px) {
    .body .component-navbar__navbar-private {
        width:100%;
    }

    .body .sidebar-block__top-logo {
        --sidebar-width: 250px;
        max-width: calc(var(--sidebar-width) - 40px);
    }

    .body .component-sidebar_wrapper {
        display: none;
    }
}

.body .table-wr {
    box-shadow: 0px 2px 4px 0px rgba(25, 25, 25, 0.12);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.body .table {
    margin-bottom: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #373539;
}

.body .table .nowrap {
    white-space: nowrap;
}

.body .table thead {
}

.body .table thead tr th {
    font-size: "";
    border-bottom: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 7px;
    padding-right: 7px;
    border-top: none;
    border-left: none;
    border-right: none;
    vertical-align: middle;
    height: 40px;
    color: #ffffff;
    background: #424044;
}

.body .table__header-none {
    background: #373539 !important;
}

.body .table tbody tr td {
    font-size: "" !important;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 7px;
    padding-right: 7px;
    vertical-align: middle;
    height: 40px;
    color: #ffffff;
    background: #373539;
    border-color: #373539;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #373539;
}

.body .table tbody tr td:first-child {
    padding-left: 16px;
}

.body .table tbody tr td:last-child {
    padding-right: 16px;
}

.body .table thead tr th:first-child {
    padding-left: 16px;
    border-top-left-radius: 8px;
}

.body .table thead tr th:last-child {
    padding-right: 16px;
    border-top-right-radius: 8px;
}

.body .table tbody tr:last-child td {
    border-bottom: none;
}

.body .table tbody tr:first-child td {
    border-top: 0px;
}

.body .table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.body .table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.body .table tbody tr:nth-child(even) td {
    background: #373539;
}

.body .table tbody tr:nth-child(odd) td {
    background: #373539;
}

.body .table-rtl .table thead tr th:first-child {
    padding-left: 7px;
    padding-right: 16px;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 8px;
}

.body .table-rtl .table thead tr th:last-child {
    padding-right: 7px;
    padding-left: 16px;
    border-top-right-radius: 0px!important;
    border-top-left-radius: 8px;
}

.body .table-rtl .table tbody tr td:first-child {
    padding-left: 7px !important;
    padding-right: 16px !important;
}

.body .table-rtl .table tbody tr td:last-child {
    padding-left: 16px !important;
    padding-right: 7px !important;
}

.body .table-rtl .table tbody tr td {
    text-align: right;
}

.body .table-rtl .table thead tr th {
    text-align: right;
}

.body .table-rtl .table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 8px;
}

.body .table-rtl .table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 8px;
}

.body .table-responsive .table-service {
    min-width: 120px;
    max-width: 650px;
    word-break: break-all;
}

.body .table-responsive .table-link {
    min-width: 120px;
    max-width: 650px;
    word-break: break-all;
}

@media (max-width: 991px) {
    .body .table-responsive thead tr th {
        white-space:nowrap;
    }

    .body .table-responsive .table-link {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .body .table-responsive-classic {
        border: 0;
        box-shadow: none;
    }

    .body .table-responsive-classic thead {
        border: none;
        height: :1px;
        width: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0px;
        position: absolute;
        display: none;
    }

    .body .table-responsive-classic tbody tr {
        display: block;
        margin-bottom: 16px;
    }

    .body .table-responsive-classic tbody tr:last-child {
        margin-bottom: 0px;
    }

    .body .table-responsive-classic tbody td {
        display: block;
        text-align: right;
    }

    .body .table-responsive-classic tbody tr td {
        min-height: 40px;
        height: auto;
        border-bottom-width: 0px!important;
        word-break: break-all;
    }

    .body .table-rtl .table-responsive-classic tbody tr td {
        text-align: right;
        display: flex;
    }

    .body .table-responsive-classic tbody tr:first-child td {
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #373539;
    }

    .body .table-responsive-classic td::before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 8px;
    }

    .body .table-rtl .table-responsive-classic td::before {
        float: right;
        padding-left: 8px;
        white-space: nowrap;
    }

    .body .table-responsive-classic td:last-child {
        border-bottom: 0px;
    }

    .body .table-responsive-classic tbody tr td:first-child {
        padding-left: 7px;
    }

    .body .table-rtl .table-responsive-classic tbody tr td:first-child {
        padding-right: 7px;
    }

    .body .table-responsive-classic tbody tr td:last-child {
        padding-right: 7px;
    }

    .body .table-rtl .table-responsive-classic tbody tr td:last-child {
        padding-left: 7px;
    }

    .body .table-responsive-classic tbody tr:nth-child(even) td {
        background: #373539;
    }

    .body .table-responsive-classic tbody tr:nth-child(odd) td {
        background: #373539;
    }

    .body .table-responsive-classic tbody tr:last-child td:first-child {
        border-bottom-left-radius: 0px!important;
        border-bottom-right-radius: 0px!important;
    }

    .body .table-responsive-classic tbody tr:last-child td:last-child {
        border-bottom-right-radius: 0px!important;
        border-bottom-left-radius: 0px!important;
    }
}

@media (max-width: 768px) {
    .body .table-responsive .table-service {
        min-width:310px;
    }
}

.body .tab {
    padding: 0px;
}

.body .tab .nav-item {
    margin-right: 4px;
}

.body .tab .nav-item .nav-link {
    font-size: "";
    font-weight: 600;
    font-style: normal;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    color: #afaeaf;
    background: transparent;
    border-color: transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
    box-shadow: none;
}

.body .tab .nav-item .active {
    font-size: "";
    letter-spacing: "";
    color: #ffffff;
    background: rgba(255, 198, 16, 1);
    border-color: rgba(255, 198, 16, 1);
    box-shadow: none;
}

.body .tab .nav-item .nav-link:not(.active):hover {
    color: rgba(255, 198, 16, 0.9);
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    text-decoration: none;
}

@media (max-width: 768px) {
    .body .tab .nav-item {
        width:100%;
        margin-right: 0px;
        margin-bottom: 4px;
    }

    .body .tab-rtl .tab .nav-item {
        text-align: right;
    }
}

.body .ticket-dialog__row {
    margin-bottom: 16px;
    font-size: "";
}

.body .ticket-dialog__row-message {
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    border-color: #000000;
    background: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-style: none;
}

.body .ticket-dialog__row-bottom {
    display: flex;
    align-items: center;
    font-size: 0.75em;
}

.body .ticket-dialog__row-bottom-name {
    font-weight: bold;
}

.body .ticket-dialog__row-bottom-date {
}

.body .ticket-dialog__row-admin {
    padding-right: 50px;
}

.body .ticket-dialog__row-user {
    padding-left: 50px;
}

.body .ticket-dialog__row-admin .ticket-dialog__row-message {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.2);
    border-color: transparent;
    box-shadow: none;
}

.body .ticket-dialog__row-admin .ticket-dialog__row-bottom {
    color: #afaeaf;
}

.body .ticket-dialog__row-admin .ticket-dialog__row-bottom .ticket-dialog__row-bottom-name {
    padding-right: 7px;
}

.body .ticket-dialog__row-user .ticket-dialog__row-message {
    text-align: left;
    color: #ffffff;
    background: rgba(175, 174, 175, 0.2);
    border-color: transparent;
    box-shadow: none;
}

.body .ticket-dialog__row-user .ticket-dialog__row-bottom {
    justify-content: flex-end;
    text-align: right;
    color: #afaeaf;
}

.body .ticket-dialog__row-user .ticket-dialog__row-bottom .ticket-dialog__row-bottom-name {
    padding-right: 7px;
}

.body .ticket-dialog-rtl .ticket-dialog__row-admin {
    padding-left: 50px;
    padding-right: 0px;
}

.body .ticket-dialog-rtl .ticket-dialog__row-user {
    padding-right: 50px;
    padding-left: 0px;
}

.body .ticket-dialog-rtl .ticket-dialog__row-admin .ticket-dialog__row-message {
    text-align: right;
}

.body .ticket-dialog-rtl .ticket-dialog__row-user .ticket-dialog__row-message {
    text-align: right;
}

.body .ticket-dialog-rtl .ticket-dialog__row-admin .ticket-dialog__row-bottom .ticket-dialog__row-bottom-name {
    padding-right: 0px;
    padding-left: 7px;
}

.body .ticket-dialog-rtl .ticket-dialog__row-user .ticket-dialog__row-bottom .ticket-dialog__row-bottom-name {
    padding-right: 0px;
    padding-left: 7px;
}

.body .navbar-dropdown {
    position: relative;
    display: inline-block;
    margin-top: 4px;
    padding-bottom: 4px;
    font-size: "";
}

.body .navbar-dropdown__editor .navbar-dropdown__container {
    visibility: hidden;
}

.body .navbar-dropdown__editor:hover .navbar-dropdown__container {
    visibility: visible;
}

.body .navbar-dropdown__name {
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ff8355;
    background: rgba(255, 131, 85, 0.1);
    border-color: transparent;
    box-shadow: 0px 8px 24px 0px rgb(0px 0px 0px 0.1);
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: "";
    font-weight: 600;
    font-style: normal;
}

.body .navbar-dropdown__toggle:after {
    display: inline-block;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 12px;
}

.body .navbar-dropdown.show .navbar-dropdown__name {
    color: #ff8355;
    background: rgba(255, 131, 85, 0.25);
    border-color: transparent;
    text-decoration: none;
}

.body .navbar-dropdown__container {
    position: absolute;
    padding: 0px;
    margin: 0px;
    top: 100%;
    background: #1a191b;
    min-width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: transparent;
    box-shadow: 0px 8px 24px 0px rgb(0px 0px 0px 0.1);
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

.body .navbar-dropdown__item {
    list-style: none;
}

.body .navbar-dropdown__link {
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 1em;
    color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
}

.body .navbar-dropdown__link:hover {
    color: #ff8355;
    background: transparent;
    text-decoration: none;
}

.body .navbar-dropdown-rtl .navbar-dropdown__toggle:after {
    margin-left: 0px;
    margin-right: 12px;
}

.body .navbar-dropdown-rtl .navbar-dropdown__container {
    text-align: right;
}

.body .dropdown-item {
    text-decoration: none;
}

@media (max-width: 991px) {
    .body .navbar-dropdown {
        width:100%;
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .body .navbar-dropdown__container {
        position: relative;
        visibility: visible;
    }

    .body .navbar-dropdown__name {
        width: 100%;
    }
}

.body .balance-dropdown {
    position: relative;
    display: flex;
}

.body .balance-dropdown__editor .balance-dropdown__container {
    visibility: hidden;
}

.body .balance-dropdown__editor:hover .balance-dropdown__container {
    visibility: visible;
}

.body .balance-dropdown.show .balance-dropdown__toggle:after {
    transform: rotate(180deg);
    text-decoration: none;
}

.body .balance-dropdown__name {
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    background: #ff8355;
    border-color: #000000;
    box-shadow: none;
    border-style: none;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: "";
    font-weight: 400;
    font-style: normal;
}

.body .balance-dropdown__toggle:after {
    display: inline-block;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 12px;
}

.body .balance-dropdown.show .balance-dropdown__name {
    color: #ffffff;
    background: #ea5923;
    border-color: #000000;
    text-decoration: none;
}

.body .balance-dropdown__container {
    position: absolute;
    padding: 0px;
    padding-top: 4px;
    margin: 0px;
    top: 100%;
    z-index: 100;
    background: #1a191b;
    min-width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: #000000;
    box-shadow: none;
    border-style: none;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

.body .balance-dropdown__item {
    list-style: none;
}

.body .balance-dropdown__link {
    display: block;
    width: 100%;
    white-space: nowrap;
    font-size: "";
    text-decoration: none;
    color: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
}

.body .balance-dropdown__link:hover {
    color: #ff8355;
    background: transparent;
    text-decoration: none;
}

.body .balance-dropdown-rtl .balance-dropdown__toggle:after {
    margin-left: 0px;
    margin-right: 12px;
}

.body .balance-dropdown-rtl .balance-dropdown__container {
    text-align: right;
}

.body .balance-dropdown-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .body .balance-dropdown {
        width:100%;
        padding-bottom: 0px;
        flex-direction: column;
    }

    .body .balance-dropdown-container {
        width: 100%;
    }

    .body .balance-dropdown__container {
        position: relative;
        visibility: visible;
        display: none;
    }

    .body .balance-dropdown.show .balance-dropdown__container {
        display: block;
        text-decoration: none;
    }

    .body .balance-dropdown__name {
        width: 100%;
    }
}

#block_35 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 24px;
    padding-top: 30px;
}

#block_35 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_35 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_35 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_35 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_35 .text-block__title {
    margin-bottom: 8px;
}

#block_35 .header-with-text-rtl {
    text-align: right;
}

#block_36 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_36 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_36 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_36 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_36 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_36 .drip-feed__margin-tab {
    margin-bottom: 16px;
}

#block_36 .drip-feed__margin-table {
    margin-bottom: 24px;
}

#block_36 .drip-feed__margin-search {
    margin-bottom: 16px;
}

#block_37 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_37 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_37 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_37 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_37 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_37 .updates__margin-table {
    margin-bottom: 16px;
}

#block_37 .updates__margin-search {
    margin-bottom: 16px;
}

#block_37 .updates-filters .dropdown-menu .dropdown-item:active {
    color: inherit !important;
    background-color: inherit !important;
}

@media (max-width: 768px) {
    #block_37 .updates-filters .dropdown-menu {
        min-width:280px;
        max-width: 280px;
    }

    #block_37 .updates-filters .dropdown-menu .dropdown-item {
        max-width: 280px;
        white-space: pre-line;
    }

    #block_37 .updates-filters .dropdown .btn {
        text-align: left;
    }

    #block_37 .updates-list-rtl .updates-filters .dropdown .btn {
        text-align: right;
    }

    #block_37 .updates-list-rtl .dropdown-menu .dropdown-item {
        text-align: right;
    }
}

#block_39 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_39 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_39 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_39 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_39 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_39 .ticket-dialog__title {
    margin-bottom: 16px;
}

#block_39 .ticket-dialog__alignment {
    justify-content: flex-start;
}

#block_39 .form-group {
    margin-bottom: 16px;
}

#block_39 .block-ticket-dialog-rtl .ticket-dialog__title {
    text-align: right;
}

#block_40 {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_40 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_40 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_40 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_40 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_40 .text-block-with-card-rtl .text-block__description {
    text-align: right;
}

#block_41 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 16px;
}

#block_41 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_41 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_41 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_41 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_41 .add-funds__table-list {
    justify-content: flex-start;
}

#block_42 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_42 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_42 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_42 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_42 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_42 .services-list__description {
    text-align: left;
}

#block_42 .services-category {
    font-weight: 600;
    color: #ffffff !important;
    background: rgba(243, 156, 17, 0.8) !important;
    padding-top: 12px !important;
    padding-left: 12px !important;
    padding-right: 24px !important;
    padding-bottom: 12px !important;
}

#block_42 .services-category h4 {
    margin-bottom: 0px;
    font-size: 16px !important;
    color: #ffffff !important;
}

#block_42 .services-list-category-title {
    margin-bottom: 0px;
}

#block_42 .services-list-category-title td {
    text-align: left;
}

#block_42 .services-list-rtl .services-list-category-title td {
    text-align: right;
}

#block_42 .services-list-rtl .table-responsive-classic .services-list-category-title td:before {
    display: none;
}

#block_42 .services-list-rtl .services-list__description {
    text-align: right;
}

#block_42 .services-filter__active-category {
    max-width: 152px;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    text-overflow: ellipsis;
    padding-left: 4px;
}

#block_42 .services-filter__active-currency {
    max-width: 80px;
    min-width: 70px;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    text-overflow: ellipsis;
    text-align: left;
}

#block_42 .form-group-rtl .services-filter__active-currency {
    text-align: start!important;
}

#block_42 .services-filters .dropdown-menu {
    min-width: 420px;
    max-height: 210px;
    max-width: 320px;
    overflow-y: auto;
}

#block_42 .services-filters .dropdown-menu .dropdown-item {
    max-height: 280px;
    white-space: pre-line;
}

#block_42 .services-filters .dropdown-menu .dropdown-item:active {
    color: inherit !important;
    background-color: inherit !important;
}

#block_42 .services-filters .dropdown-currency .dropdown-menu {
    min-width: 100%;
    max-width: 100%;
    max-height: initial;
    overflow-y: initial;
}

#block_42 .services-filters .dropdown-currency .dropdown-menu .dropdown-item {
    padding: 0.25rem 1rem;
    max-width: 100%;
}

@media (max-width: 768px) {
    #block_42 .services-filters .dropdown-menu {
        min-width:280px;
        max-width: 280px;
    }

    #block_42 .services-filters .dropdown-menu .dropdown-item {
        max-width: 280px;
        white-space: pre-line;
    }

    #block_42 .services-filters .dropdown .btn {
        text-align: left;
    }

    #block_42 .services-list-rtl .services-filters .dropdown .btn {
        text-align: right;
    }

    #block_42 .services-list-rtl .dropdown-menu .dropdown-item {
        text-align: right;
    }
}

#block_43 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_43 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_43 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_43 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_43 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_43 .order-child-list__alignment {
    justify-content: flex-start;
}

#block_43 .order-child-list__margin-renew {
    margin-bottom: 16px;
}

#block_43 .order-child-list-button {
    text-align: right;
}

#block_43 .order-child-list-text {
    text-align: left;
}

#block_43 .order-child-list-rtl .order-child-list-button {
    text-align: left;
}

#block_43 .order-child-list-rtl .order-child-list-text {
    text-align: right;
}

@media (max-width: 991px) {
    #block_43 .order-child-list-button {
        text-align:left;
    }

    #block_43 .order-child-list-rtl .order-child-list-button {
        text-align: right;
    }
}

#block_44 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_44 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_44 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_44 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_44 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_44 .form-group {
    margin-bottom: 10px;
}

#block_44 .reset-password-confirm__alignment {
    justify-content: center;
}

#block_46 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_46 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_46 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_46 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_46 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_46 .sign-up-center-alignment {
    justify-content: center;
}

#block_46 .sign-up-center-terms-link {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

#block_46 .form-group {
    margin-bottom: 12px;
}

#block_46 .sign-up-center-signin-link {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

#block_47 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 16px;
    padding-top: 30px;
}

#block_47 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_47 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_47 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_47 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_47 .form-group {
    margin-bottom: 10px;
}

#block_47 .add-funds__form-alignment {
    justify-content: flex-start;
}

#block_48 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_48 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_48 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_48 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_48 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_48 .orders-history__margin-tab {
    margin-bottom: 16px;
}

#block_48 .orders-history__margin-table {
    margin-bottom: 25px;
}

#block_48 .orders-history__margin-search {
    margin-bottom: 16px;
}

#block_48 .orders-history-actions {
    text-align: right;
}

#block_48 .orders-history-rtl .orders-history-actions {
    text-align: left;
}

#block_49 .block-wrapper {
    width: 100%;
    flex-shrink: 0;
    position: relative;
    z-index: 120;
}

#block_49 .sidebar-block__top {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11;
}

#block_49 .sidebar-block__top-brand {
    display: flex;
    align-items: center;
}

#block_49 .sidebar-block__top-logo {
    max-width: 90px;
    transform: rotate(0deg);
}

#block_49 .navbar-brand {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

#block_49 .navbar-brand__logo {
    margin-right: 12px;
}

#block_49 .navbar-brand__logo img {
    width: 30px;
}

#block_49 .component-navbar-collapse {
    margin-left: auto;
}

#block_49 .navbar-icon {
    margin-right: 8px;
    min-width: 20px;
}

#block_49 .navbar-languages {
    padding-left: 12px;
    padding-right: 12px;
}

#block_49 .navbar-rtl .navbar-languages {
    margin-left: 0px;
    margin-right: 12px;
}

#block_49 .navbar-rtl .navbar-icon {
    margin-right: 0px;
    margin-left: 8px;
}

#block_49 .navbar-rtl .component-navbar-collapse {
    margin-left: inherit;
    margin-right: auto;
}

@media (max-width: 991px) {
    #block_49 .navbar-languages {
        margin-top:4px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #block_49 .navbar-rtl .navbar-languages {
        margin-left: 12px;
        margin-right: 0px;
    }

    #block_49 .sidebar-block__top {
        position: relative;
    }

    #block_49 .wrapper-sidebar-navbar {
        display: block;
    }
}

#block_50 {
    position: relative;
}

#block_50 .footer-block-rtl {
    text-align: right;
}

#block_51 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 16px;
    padding-top: 32px;
}

#block_51 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_51 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_51 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_51 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_51 .affiliates-info__data-table {
    margin-bottom: 16px;
}

#block_51 .affiliates-info__alignment {
    justify-content: flex-start;
}

#block_51 .affiliates-table-border-none td {
    border-bottom-color: transparent!important;
}

#block_55 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 149.922px;
    padding-top: 57px;
}

#block_55 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_55 .divider-bottom {
    background-image: "" !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 250px;
    height: 250px;
    z-index: 0;
}

#block_55 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: 90%;
    background-position: 50% 89%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_55 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_55 .block-signin-text__block-text {
    padding-top: 0px;
}

#block_55 .block-signin-text__block-text-title {
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#block_55 .block-signin-text__block-text-description {
    padding-left: 0px;
    padding-right: 3px;
}

#block_55 .block-signin-text__sign-up-link {
    padding-left: 6px;
}

#block_55 .sign-in__forgot {
    position: absolute;
    right: 0px;
    top: 0px;
    padding-right: 12px;
}

#block_55 .form-group {
    margin-bottom: 12px;
}

#block_55 .block-signin-text-rtl .block-signin-text__block-text {
    text-align: right;
}

#block_55 .block-signin-text-rtl .sign-in__forgot {
    right: auto;
    left: 0px;
    padding-right: 0;
    padding-left: 12px;
}

#block_55 .block-signin-text-rtl .block-signin-text__sign-up-link {
    padding-right: 6px;
    padding-left: 0px;
}

@media (max-width: 768px) {
    #block_55 .block-signin-text__block-text {
        margin-bottom:16px;
    }

    #block_55 .block-signin-text__block-text-title {
        padding-left: 0px;
        padding-right: 0px;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    #block_55 .block-signin-text__block-text-description {
        padding-left: 0px;
        padding-right: 0px;
        word-break: break-word;
        overflow-wrap: break-word;
    }
}

#block_56 {
    flex-shrink: 0;
}

#block_56 .sidebar-block__top {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

#block_56 .sidebar-block__top-brand {
    display: none;
}

#block_56 .sidebar-block__left {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
}

#block_56 .sidebar-block__left-menu {
    margin: 0px;
}

#block_56 .sidebar-block__left-menu li {
    list-style: none;
}

#block_56 .navbar-brand {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

#block_56 .navbar-brand__logo {
}

#block_56 .navbar-brand__logo img {
    width: 30px;
}

#block_56 .sidebar-block__menu-item-icon {
    display: flex;
    min-width: 26px;
    padding-right: 4px;
}

#block_56 .sidebar-rtl .sidebar-block__menu-item-icon {
    padding-right: 0px;
    padding-left: 4px;
}

#block_56 .component-navbar-collapse {
    margin-left: auto;
}

#block_56 .navbar-rtl .component-navbar-collapse {
    margin-left: inherit;
    margin-right: auto;
}

#block_56 .navbar-nav-sidebar-menu {
    display: none;
}

#block_56 .navbar-languages {
    display: flex;
    align-items: center;
}

#block_56 .sidebar-rtl .sidebar-block__left {
    left: auto;
    right: 0;
}

#block_56 .navbar-rtl .sidebar-block__top {
    right: auto;
    left: 0;
}

.editor__main .body-rtl {
    --editor-sidebar: 0px;
}

@media (max-width: 991px) {
    #block_56 .navbar-nav-sidebar-menu {
        display:flex;
    }

    #block_56 .sidebar-block__top-brand {
        display: flex;
        align-items: center;
    }

    #block_56 .navbar-nav-currencies {
        order: -1;
    }

    #block_56 .sidebar-block__top {
        position: relative;
    }

    #block_56 .component-navbar__navbar-private .navbar .navbar-private__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
}

#block_57 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_57 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_57 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_57 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_57 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_57 .block-blog__preview-margin {
    margin-bottom: 24px;
}

#block_57 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_57 .block-blog__preview img {
    max-height: 420px;
}

#block_57 .block-blog__header {
    width: 100%;
    margin-bottom: 8px;
}

#block_57 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_57 .blog-post__alignment {
    justify-content: center;
}

#block_57 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_57 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_57 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_58 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_58 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_58 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_58 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_58 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_58 .refill__margin-tab {
    margin-bottom: 16px;
}

#block_58 .refill__margin-table {
    margin-bottom: 16px;
}

#block_58 .refill__margin-search {
    margin-bottom: 16px;
}

#block_59 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_59 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_59 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_59 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_59 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_59 .form-group {
    margin-bottom: 10px;
}

#block_59 .mass-order__alignment {
    justify-content: flex-start;
}

#block_61 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 16px;
}

#block_61 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_61 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_61 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_61 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_61 .affiliate-block__table-payments {
    margin-bottom: 24px;
}

#block_61 .affiliate-list__alignment {
    justify-content: flex-start;
}

#block_62 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 32px;
}

#block_62 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_62 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_62 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_62 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_62 .blog-post__card-margin {
    margin-bottom: 24px;
}

#block_62 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    background-size: cover;
    background-position: center center;
}

#block_62 .block-blog__title {
    width: 100%;
    margin-bottom: "";
}

#block_62 .block-blog__title h3 {
    margin-bottom: 0px;
}

#block_62 .block-blog__content {
    width: 100%;
    margin-bottom: 16px;
}

#block_62 .blog-list__card {
    margin-bottom: 24px;
}

#block_62 .blog-list__alignment {
    justify-content: center;
}

#block_62 .blog-list-rtl .block-blog__content {
    text-align: right;
}

#block_62 .blog-list-rtl .block-blog__actions {
    text-align: right;
}

#block_62 .blog-list-rtl .blog-list__card {
    text-align: right;
    unicode-bidi: bidi-override !important;
    direction: unset !important;
}

#block_63 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 32px;
    padding-top: 32px;
}

#block_63 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_63 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_63 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_63 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_63 .subscriptions__margin-tab {
    margin-bottom: 16px;
}

#block_63 .subscriptions__margin-table {
    margin-bottom: 24px;
}

#block_63 .subscriptions__margin-search {
    margin-bottom: 16px;
}

#block_63 .subscriptions-history-actions {
    text-align: right;
}

#block_63 .subscriptions-history-rtl .subscriptions-history-actions {
    text-align: left;
}

#block_64 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_64 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_64 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_64 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_64 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_64 .form-group {
    margin-bottom: 12px;
}

#block_64 .alert {
    margin-bottom: 12px;
}

#block_64 .order-child-form__alignment {
    justify-content: flex-start;
}

#block_65 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 16px;
    padding-top: 30px;
}

#block_65 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_65 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_65 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_65 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_65 .form-group {
    margin-bottom: 12px;
}

#block_65 .ticket-form__alignment {
    justify-content: flex-start;
}

#block_66 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_66 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_66 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_66 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_66 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_66 .form-group {
    margin-bottom: 10px;
}

#block_66 .reset-password-form__alignment {
    justify-content: center;
}

#block_67 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_67 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_67 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_67 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_67 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_67 .form-group {
    margin-bottom: 10px;
}

#block_67 .account__alignment {
    justify-content: flex-start;
}

#block_67 .account-card {
    margin-bottom: 16px;
}

#block_67 .account-button-right {
    flex-shrink: 0;
    margin-left: 2em;
}

#block_67 .account-rtl .account-button-right {
    margin-right: 2em;
    margin-left: 0px;
}

#block_68 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 16px;
}

#block_68 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_68 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_68 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_68 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_68 .tickets-list__alignment {
    justify-content: flex-start;
}

#block_68 .tickets-list__margin-search {
    margin-bottom: 16px;
}

#block_68 .tickets-list__margin-table {
    margin-bottom: 24px;
}

#block_69 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_69 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 300px;
    height: 300px;
    z-index: 0;
}

#block_69 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 300px;
    height: 300px;
    z-index: 0;
}

#block_69 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: 30%;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_69 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_69 .form-group {
    margin-bottom: 12px;
}

#block_69 .confirm-email__alignment {
    justify-content: center;
}

#block_69 .confirm-email__header {
    margin-bottom: 16px;
}

#block_69 .confirm-email__header h3 {
    text-align: center;
}

#block_69 .confirm-email__description {
    margin-bottom: 16px;
}

#block_69 .confirm-email-card {
    text-align: center;
}

#block_69 .confirm-email__actions {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#block_69 .confirm-email__button-change-email {
    margin-left: 16px;
}

#block_69 .confirm-email-rtl .confirm-email__button-change-email {
    margin-left: 0px;
    margin-right: 16px;
}

#block_106 {
    position: relative;
    min-height: auto;
    padding-bottom: 40px;
    padding-top: 16.98611px;
}

#block_106 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_106 .divider-bottom {
    background-image: "" !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 250px;
    height: 250px;
    z-index: 0;
}

#block_106 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 61% 35%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_106 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: "" !important;
}

#block_106 .features-block__card {
}

#block_106 .features-block__header-preview {
    display: flex;
    justify-content: center;
    align-items: center;
}

#block_106 .feature-block__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.6em;
}

#block_106 .features-block-icons-rtl .features-block__card {
    text-align: right;
}

#block_115 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_115 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_115 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_115 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_115 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_115 .text-block-with-button__description {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}

#block_115 .text-block-with-button__button {
    display: flex;
    justify-content: center;
}

#block_115 .text-block-with-button-rtl .text-block-with-button__description {
    text-align: right;
}

#block_121 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_121 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_121 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_121 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_121 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_121 .text-block__image {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 135px;
    margin-right: 18px;
}

#block_121 .text-block__image img {
    max-width: 135px;
    transform: rotate(0deg);
}

#block_121 .text-block__description {
    width: 100%;
    padding-top: 12px;
    padding-left: 0px;
    padding-right: 0px;
}

#block_121 .text-block-with-image-rtl .text-block__description {
    text-align: right;
}

#block_121 .text-block-with-image-rtl .text-block__image {
    margin-right: 0px;
    margin-left: 18px;
}

@media (max-width: 768px) {
    #block_121 .text-block__image {
        margin-left:0px;
        margin-right: 0px;
        margin-bottom: 18px;
    }
}

@media (max-width: 600px) {
    #block_121 .text-block__image img {
        max-width:100%;
    }
}

#block_137 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_137 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_137 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_137 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_137 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_137 .text-block-rtl {
    text-align: right;
}

#block_138 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 25px;
    padding-top: 30px;
}

#block_138 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_138 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_138 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_138 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_138 .text-block__title {
    margin-bottom: 16px;
}

#block_138 .header-with-text-rtl {
    text-align: right;
}

#block_139 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_139 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_139 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_139 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_139 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_139 .text-block__title {
    margin-bottom: 16px;
}

#block_139 .header-with-text-rtl {
    text-align: right;
}

#block_141 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_141 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_141 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_141 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_141 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_141 .text-block-with-button__description {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
}

#block_141 .text-block-with-button__button {
    display: flex;
    justify-content: center;
}

#block_141 .text-block-with-button-rtl .text-block-with-button__description {
    text-align: right;
}

#block_145 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_145 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_145 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_145 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_145 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_145 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_145 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_145 .block-blog__preview img {
    max-height: 420px;
}

#block_145 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_145 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_145 .blog-post__alignment {
    justify-content: center;
}

#block_145 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_145 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_145 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_146 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_146 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_146 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_146 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_146 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_146 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_146 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_146 .block-blog__preview img {
    max-height: 420px;
}

#block_146 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_146 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_146 .blog-post__alignment {
    justify-content: center;
}

#block_146 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_146 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_146 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_147 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_147 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_147 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_147 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_147 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_147 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_147 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_147 .block-blog__preview img {
    max-height: 420px;
}

#block_147 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_147 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_147 .blog-post__alignment {
    justify-content: center;
}

#block_147 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_147 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_147 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_148 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_148 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_148 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_148 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_148 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_148 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_148 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_148 .block-blog__preview img {
    max-height: 420px;
}

#block_148 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_148 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_148 .blog-post__alignment {
    justify-content: center;
}

#block_148 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_148 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_148 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_151 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_151 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_151 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_151 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_151 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_151 .text-block__title {
    margin-bottom: 16px;
}

#block_151 .header-with-text-rtl {
    text-align: right;
}

#block_154 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_154 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_154 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_154 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_154 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_154 .faq-block__card {
    margin-bottom: 10px;
}

#block_154 .faq-block__header {
    display: flex;
    align-items: center;
    cursor: pointer;
}

#block_154 .faq-block__header-title {
    width: 100%;
}

#block_154 .faq-block__header-title h1 {
    margin-bottom: 0px;
}

#block_154 .faq-block__header-title h2 {
    margin-bottom: 0px;
}

#block_154 .faq-block__header-title h3 {
    margin-bottom: 0px;
}

#block_154 .faq-block__header-title h4 {
    margin-bottom: 0px;
}

#block_154 .faq-block__header-title h5 {
    margin-bottom: 0px;
}

#block_154 .faq-block__header-title h6 {
    margin-bottom: 0px;
}

#block_154 .faq-block__icon {
    width: 52px;
    text-align: right;
}

#block_154 .faq-block__header-icon {
    width: 52px;
    text-align: right;
}

#block_154 .collapsed .faq-block__icon:before {
    content: "\f055";
}

#block_154 .faq-block__icon:before {
    content: "\f056";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 22px;
}

#block_154 .faq-rtl .faq-block__card {
    text-align: right;
}

#block_154 .faq-rtl .faq-block__icon {
    text-align: left;
}

#block_154 .block-faq__title {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 16px;
}

#block_154 .block-faq__description {
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 992px) {
    #block_154 .block-faq__content {
        margin-bottom:24px;
    }
}

#block_157 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_157 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_157 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_157 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_157 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_157 .how-it-works-number {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background-clip: padding-box;
}

#block_157 .how-it-works-row .how-it-works-col:nth-child(odd) .how-it-works-card {
    margin-top: 47px;
}

#block_157 .how-it-works-col {
}

#block_157 .how-it-works-card {
    position: relative;
    margin-bottom: 16px;
}

#block_157 .how-it-works-title {
    position: relative;
}

#block_157 .how-it-works-description {
    position: relative;
}

#block_157 .how-it-works-preview {
    position: relative;
    margin-bottom: 12px;
}

#block_157 .how-it-works-arrow-top svg g {
    fill: rgba(243, 156, 17, 1);
}

#block_157 .how-it-works-arrow-bottom svg g {
    fill: rgba(243, 156, 17, 1);
}

#block_157 .how-it-works-row .how-it-works-col:nth-child(odd) .how-it-works-card .how-it-works-arrow-top {
    content: ' ';
    position: absolute;
    width: 124px;
    height: 30px;
    right: -74px;
    top: -27px;
    z-index: 1;
}

#block_157 .how-it-works-row .how-it-works-col:nth-child(odd) .how-it-works-card .how-it-works-arrow-bottom {
    display: none;
}

#block_157 .how-it-works-row .how-it-works-col:nth-child(even) .how-it-works-card .how-it-works-arrow-bottom {
    content: ' ';
    position: absolute;
    width: 124px;
    height: 30px;
    right: -72px;
    top: 100px;
    z-index: 1;
}

#block_157 .how-it-works-row .how-it-works-col:nth-child(even) .how-it-works-card .how-it-works-arrow-top {
    display: none;
}

#block_157 .how-it-works-row .how-it-works-col:nth-child(4n) .how-it-works-card .how-it-works-arrow-top {
    display: none;
}

#block_157 .how-it-works-row .how-it-works-col:nth-child(4n) .how-it-works-card .how-it-works-arrow-bottom {
    display: none;
}

#block_157 .how-it-works-row .how-it-works-col:last-child .how-it-works-card .how-it-works-arrow-bottom {
    display: none;
}

#block_157 .how-it-works-row .how-it-works-col:last-child .how-it-works-card .how-it-works-arrow-top {
    display: none;
}

#block_157 .how-it-works-rtl .how-it-works-arrow-bottom {
    transform: scale(-1, 1);
}

#block_157 .how-it-works-rtl .how-it-works-arrow-top {
    transform: scale(-1, 1);
}

#block_157 .how-it-works-rtl .how-it-works-row .how-it-works-col:nth-child(odd) .how-it-works-card .how-it-works-arrow-top {
    left: -74px;
    right: auto;
}

#block_157 .how-it-works-rtl .how-it-works-row .how-it-works-col:nth-child(even) .how-it-works-card .how-it-works-arrow-bottom {
    left: -72px;
    right: auto;
}

#block_157 .how-it-works-rtl .how-it-works-card {
    text-align: right;
}

@media (max-width: 991px) {
    #block_157 .how-it-works-row .how-it-works-col:nth-child(2n) .how-it-works-card .how-it-works-arrow-top {
        display:none;
    }

    #block_157 .how-it-works-row .how-it-works-col:nth-child(2n) .how-it-works-card .how-it-works-arrow-bottom {
        display: none;
    }
}

@media (max-width: 768px) {
    #block_157 .how-it-works-arrow-bottom {
        display:none;
    }

    #block_157 .how-it-works-arrow-top {
        display: none;
    }

    #block_157 .how-it-works-row .how-it-works-col:nth-child(odd) .how-it-works-card {
        margin-top: 0px;
    }
}

#block_158 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_158 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_158 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_158 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_158 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_158 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_158 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_158 .block-blog__preview img {
    max-height: 420px;
}

#block_158 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_158 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_158 .blog-post__alignment {
    justify-content: center;
}

#block_158 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_158 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_158 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_159 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_159 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_159 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_159 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_159 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_159 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_159 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_159 .block-blog__preview img {
    max-height: 420px;
}

#block_159 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_159 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_159 .blog-post__alignment {
    justify-content: center;
}

#block_159 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_159 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_159 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_160 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_160 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_160 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_160 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_160 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_160 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_160 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_160 .block-blog__preview img {
    max-height: 420px;
}

#block_160 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_160 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_160 .blog-post__alignment {
    justify-content: center;
}

#block_160 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_160 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_160 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_166 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_166 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_166 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_166 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_166 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_166 .text-block__title {
    margin-bottom: 16px;
}

#block_166 .header-with-text-rtl {
    text-align: right;
}

#block_167 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_167 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_167 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_167 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_167 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_167 .text-block__title {
    margin-bottom: 16px;
}

#block_167 .header-with-text-rtl {
    text-align: right;
}

#block_168 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_168 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_168 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_168 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_168 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_168 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_168 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_168 .block-blog__preview img {
    max-height: 420px;
}

#block_168 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_168 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_168 .blog-post__alignment {
    justify-content: center;
}

#block_168 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_168 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_168 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_169 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_169 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_169 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_169 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_169 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_169 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_169 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_169 .block-blog__preview img {
    max-height: 420px;
}

#block_169 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_169 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_169 .blog-post__alignment {
    justify-content: center;
}

#block_169 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_169 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_169 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_170 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_170 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_170 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_170 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_170 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_170 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_170 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_170 .block-blog__preview img {
    max-height: 420px;
}

#block_170 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_170 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_170 .blog-post__alignment {
    justify-content: center;
}

#block_170 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_170 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_170 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_171 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_171 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_171 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_171 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_171 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_171 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_171 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_171 .block-blog__preview img {
    max-height: 420px;
}

#block_171 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_171 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_171 .blog-post__alignment {
    justify-content: center;
}

#block_171 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_171 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_171 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_172 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_172 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_172 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_172 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_172 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_172 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_172 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_172 .block-blog__preview img {
    max-height: 420px;
}

#block_172 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_172 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_172 .blog-post__alignment {
    justify-content: center;
}

#block_172 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_172 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_172 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_173 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_173 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_173 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_173 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_173 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_173 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_173 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_173 .block-blog__preview img {
    max-height: 420px;
}

#block_173 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_173 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_173 .blog-post__alignment {
    justify-content: center;
}

#block_173 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_173 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_173 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_174 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_174 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_174 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_174 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_174 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_174 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_174 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_174 .block-blog__preview img {
    max-height: 420px;
}

#block_174 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_174 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_174 .blog-post__alignment {
    justify-content: center;
}

#block_174 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_174 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_174 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_175 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_175 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_175 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_175 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_175 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_175 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_175 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_175 .block-blog__preview img {
    max-height: 420px;
}

#block_175 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_175 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_175 .blog-post__alignment {
    justify-content: center;
}

#block_175 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_175 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_175 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_176 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_176 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_176 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_176 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_176 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_176 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_176 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_176 .block-blog__preview img {
    max-height: 420px;
}

#block_176 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_176 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_176 .blog-post__alignment {
    justify-content: center;
}

#block_176 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_176 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_176 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_179 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_179 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_179 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_179 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_179 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_179 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_179 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_179 .block-blog__preview img {
    max-height: 420px;
}

#block_179 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_179 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_179 .blog-post__alignment {
    justify-content: center;
}

#block_179 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_179 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_179 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_180 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_180 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_180 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_180 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_180 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_180 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_180 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_180 .block-blog__preview img {
    max-height: 420px;
}

#block_180 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_180 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_180 .blog-post__alignment {
    justify-content: center;
}

#block_180 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_180 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_180 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_181 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_181 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_181 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_181 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_181 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_181 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_181 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_181 .block-blog__preview img {
    max-height: 420px;
}

#block_181 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_181 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_181 .blog-post__alignment {
    justify-content: center;
}

#block_181 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_181 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_181 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_185 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_185 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_185 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_185 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_185 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_185 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_185 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_185 .block-blog__preview img {
    max-height: 420px;
}

#block_185 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_185 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_185 .blog-post__alignment {
    justify-content: center;
}

#block_185 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_185 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_185 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_186 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_186 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_186 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_186 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_186 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_186 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_186 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_186 .block-blog__preview img {
    max-height: 420px;
}

#block_186 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_186 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_186 .blog-post__alignment {
    justify-content: center;
}

#block_186 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_186 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_186 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_187 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_187 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_187 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_187 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_187 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_187 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_187 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_187 .block-blog__preview img {
    max-height: 420px;
}

#block_187 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_187 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_187 .blog-post__alignment {
    justify-content: center;
}

#block_187 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_187 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_187 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_189 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_189 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_189 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_189 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_189 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_189 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_189 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_189 .block-blog__preview img {
    max-height: 420px;
}

#block_189 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_189 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_189 .blog-post__alignment {
    justify-content: center;
}

#block_189 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_189 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_189 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_190 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_190 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_190 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_190 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_190 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_190 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_190 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_190 .block-blog__preview img {
    max-height: 420px;
}

#block_190 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_190 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_190 .blog-post__alignment {
    justify-content: center;
}

#block_190 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_190 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_190 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_191 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_191 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_191 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_191 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_191 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_191 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_191 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_191 .block-blog__preview img {
    max-height: 420px;
}

#block_191 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_191 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_191 .blog-post__alignment {
    justify-content: center;
}

#block_191 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_191 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_191 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_196 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_196 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_196 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_196 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_196 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_196 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_196 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_196 .block-blog__preview img {
    max-height: 420px;
}

#block_196 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_196 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_196 .blog-post__alignment {
    justify-content: center;
}

#block_196 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_196 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_196 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_197 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_197 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_197 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_197 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_197 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_197 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_197 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_197 .block-blog__preview img {
    max-height: 420px;
}

#block_197 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_197 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_197 .blog-post__alignment {
    justify-content: center;
}

#block_197 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_197 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_197 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_198 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_198 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_198 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_198 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_198 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_198 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_198 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_198 .block-blog__preview img {
    max-height: 420px;
}

#block_198 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_198 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_198 .blog-post__alignment {
    justify-content: center;
}

#block_198 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_198 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_198 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_200 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_200 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_200 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_200 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_200 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_200 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_200 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_200 .block-blog__preview img {
    max-height: 420px;
}

#block_200 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_200 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_200 .blog-post__alignment {
    justify-content: center;
}

#block_200 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_200 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_200 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_201 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_201 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_201 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_201 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_201 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_201 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_201 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_201 .block-blog__preview img {
    max-height: 420px;
}

#block_201 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_201 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_201 .blog-post__alignment {
    justify-content: center;
}

#block_201 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_201 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_201 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_202 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_202 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_202 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_202 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_202 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_202 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_202 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_202 .block-blog__preview img {
    max-height: 420px;
}

#block_202 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_202 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_202 .blog-post__alignment {
    justify-content: center;
}

#block_202 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_202 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_202 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_203 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_203 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_203 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_203 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_203 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_203 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_203 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_203 .block-blog__preview img {
    max-height: 420px;
}

#block_203 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_203 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_203 .blog-post__alignment {
    justify-content: center;
}

#block_203 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_203 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_203 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_204 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_204 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_204 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_204 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_204 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_204 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_204 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_204 .block-blog__preview img {
    max-height: 420px;
}

#block_204 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_204 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_204 .blog-post__alignment {
    justify-content: center;
}

#block_204 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_204 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_204 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_205 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_205 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_205 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_205 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_205 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_205 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_205 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_205 .block-blog__preview img {
    max-height: 420px;
}

#block_205 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_205 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_205 .blog-post__alignment {
    justify-content: center;
}

#block_205 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_205 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_205 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_206 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_206 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_206 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_206 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_206 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_206 .form-group {
    margin-bottom: 10px;
}

#block_206 .new-order__content-image {
    margin-bottom: 10px;
}

#block_206 .new-order__content-image img {
    width: 100%;
    max-width: 300px;
    transform: rotate(0deg);
}

#block_206 .new-order__content-title {
    margin-bottom: 10px;
}

#block_206 .new-order__content-title h3 {
    margin-bottom: 0px;
}

#block_206 .new-order__content-text {
    margin-bottom: 10px;
}

#block_206 .new-order-form-rtl .new-order-button-submit {
    text-align: right;
}

#block_206 .new-order-form-rtl .new-order__content-text {
    text-align: right;
}

#block_207 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_207 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_207 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_207 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_207 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_207 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_207 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_207 .block-blog__preview img {
    max-height: 420px;
}

#block_207 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_207 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_207 .blog-post__alignment {
    justify-content: center;
}

#block_207 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_207 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_207 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_208 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_208 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_208 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_208 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_208 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_208 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_208 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_208 .block-blog__preview img {
    max-height: 420px;
}

#block_208 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_208 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_208 .blog-post__alignment {
    justify-content: center;
}

#block_208 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_208 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_208 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_209 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_209 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_209 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_209 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_209 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_209 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_209 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_209 .block-blog__preview img {
    max-height: 420px;
}

#block_209 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_209 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_209 .blog-post__alignment {
    justify-content: center;
}

#block_209 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_209 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_209 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_210 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_210 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_210 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_210 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_210 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_210 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_210 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_210 .block-blog__preview img {
    max-height: 420px;
}

#block_210 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_210 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_210 .blog-post__alignment {
    justify-content: center;
}

#block_210 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_210 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_210 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_211 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_211 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_211 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_211 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_211 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_211 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_211 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_211 .block-blog__preview img {
    max-height: 420px;
}

#block_211 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_211 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_211 .blog-post__alignment {
    justify-content: center;
}

#block_211 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_211 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_211 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_212 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_212 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_212 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_212 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_212 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_212 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_212 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_212 .block-blog__preview img {
    max-height: 420px;
}

#block_212 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_212 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_212 .blog-post__alignment {
    justify-content: center;
}

#block_212 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_212 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_212 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_213 {
    position: relative;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_213 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_213 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_213 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_213 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_213 .totals-card {
}

#block_213 .totals-block__card {
    display: flex;
}

#block_213 .totals-block__card-left {
    width: 152px;
    flex-basis: 152px;
    padding-right: 12px;
}

#block_213 .totals-block__card-right {
    width: 100%;
}

#block_213 .totals-rtl .totals-block__card-right {
    padding-left: 0px;
    padding-right: 12px;
    text-align: right;
}

#block_213 .totals-block__count {
    position: relative;
    margin-bottom: 16px;
}

#block_213 .totals-block__count-value {
    font-weight: bold;
    position: relative;
    margin-bottom: 0px;
}

#block_213 .totals-block__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
}

#block_213 .totals-block__icon-preview {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#block_213 .totals-block__card-name h1 {
    margin-bottom: 0px;
}

#block_213 .totals-block__card-name h2 {
    margin-bottom: 0px;
}

#block_213 .totals-block__card-name h3 {
    margin-bottom: 0px;
}

#block_213 .totals-block__card-name h4 {
    margin-bottom: 0px;
}

#block_213 .totals-block__card-name h5 {
    margin-bottom: 0px;
}

#block_213 .totals-block__card-name h6 {
    margin-bottom: 0px;
}

#block_215 {
    position: relative;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_215 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_215 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_215 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_215 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_215 .features-block__card {
}

#block_215 .features-block__header-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

#block_215 .features-block__header-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

#block_215 .features-block-images-rtl .features-block__card {
    text-align: right;
}

@media (max-width: 768px) {
}

#block_216 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_216 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_216 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_216 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_216 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_216 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_216 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_216 .block-blog__preview img {
    max-height: 420px;
}

#block_216 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_216 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_216 .blog-post__alignment {
    justify-content: center;
}

#block_216 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_216 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_216 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_217 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_217 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_217 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_217 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_217 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_217 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_217 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_217 .block-blog__preview img {
    max-height: 420px;
}

#block_217 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_217 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_217 .blog-post__alignment {
    justify-content: center;
}

#block_217 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_217 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_217 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_218 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_218 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_218 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_218 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_218 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_218 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_218 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_218 .block-blog__preview img {
    max-height: 420px;
}

#block_218 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_218 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_218 .blog-post__alignment {
    justify-content: center;
}

#block_218 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_218 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_218 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_219 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_219 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_219 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_219 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_219 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_219 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_219 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_219 .block-blog__preview img {
    max-height: 420px;
}

#block_219 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_219 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_219 .blog-post__alignment {
    justify-content: center;
}

#block_219 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_219 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_219 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_223 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_223 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_223 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_223 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_223 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_223 .form-group {
    margin-bottom: "";
}

#block_223 .form-alignment {
    justify-content: center;
}

#block_223 .block-2fa__description-rtl {
    text-align: right;
    direction: rtl;
}

#block_232 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_232 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_232 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_232 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_232 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_232 .text-block-rtl {
    text-align: right;
}

#block_233 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_233 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_233 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_233 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_233 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_233 .text-block__title {
    margin-bottom: "";
}

#block_233 .header-with-text-rtl {
    text-align: right;
}

#block_236 {
    position: relative;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_236 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_236 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_236 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_236 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_236 .features-block__card {
}

#block_236 .features-block__header-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

#block_236 .features-block__header-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

#block_236 .features-block-images-rtl .features-block__card {
    text-align: right;
}

@media (max-width: 768px) {
}

#block_237 {
    position: relative;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_237 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_237 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_237 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_237 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_237 .features-block__card {
}

#block_237 .features-block__header-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

#block_237 .features-block__header-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

#block_237 .features-block-images-rtl .features-block__card {
    text-align: right;
}

@media (max-width: 768px) {
}

#block_238 {
    position: relative;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_238 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_238 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_238 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_238 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_238 .features-block__card {
}

#block_238 .features-block__header-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

#block_238 .features-block__header-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

#block_238 .features-block-images-rtl .features-block__card {
    text-align: right;
}

@media (max-width: 768px) {
}

#block_244 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_244 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_244 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_244 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_244 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_244 .text-block-with-card-rtl .text-block__description {
    text-align: right;
}

#block_245 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_245 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_245 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_245 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_245 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_245 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_245 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_245 .block-blog__preview img {
    max-height: 420px;
}

#block_245 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_245 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_245 .blog-post__alignment {
    justify-content: center;
}

#block_245 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_245 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_245 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_246 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_246 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_246 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_246 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_246 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_246 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_246 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_246 .block-blog__preview img {
    max-height: 420px;
}

#block_246 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_246 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_246 .blog-post__alignment {
    justify-content: center;
}

#block_246 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_246 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_246 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_247 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_247 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_247 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_247 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_247 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_247 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_247 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_247 .block-blog__preview img {
    max-height: 420px;
}

#block_247 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_247 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_247 .blog-post__alignment {
    justify-content: center;
}

#block_247 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_247 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_247 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_248 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_248 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_248 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_248 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_248 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_248 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_248 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_248 .block-blog__preview img {
    max-height: 420px;
}

#block_248 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_248 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_248 .blog-post__alignment {
    justify-content: center;
}

#block_248 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_248 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_248 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_249 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_249 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_249 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_249 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_249 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_249 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_249 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_249 .block-blog__preview img {
    max-height: 420px;
}

#block_249 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_249 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_249 .blog-post__alignment {
    justify-content: center;
}

#block_249 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_249 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_249 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_250 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_250 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_250 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_250 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_250 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_250 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_250 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_250 .block-blog__preview img {
    max-height: 420px;
}

#block_250 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_250 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_250 .blog-post__alignment {
    justify-content: center;
}

#block_250 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_250 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_250 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_251 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_251 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_251 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_251 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_251 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_251 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_251 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_251 .block-blog__preview img {
    max-height: 420px;
}

#block_251 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_251 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_251 .blog-post__alignment {
    justify-content: center;
}

#block_251 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_251 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_251 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_252 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_252 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_252 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_252 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_252 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_252 .block-blog__preview-margin {
    margin-bottom: 16px;
}

#block_252 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_252 .block-blog__preview img {
    max-height: 420px;
}

#block_252 .block-blog__header {
    width: 100%;
    margin-bottom: 16px;
}

#block_252 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_252 .blog-post__alignment {
    justify-content: center;
}

#block_252 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_252 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_252 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_254 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_254 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_254 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_254 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_254 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_254 .text-block-with-button__description {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
}

#block_254 .text-block-with-button__button {
    display: flex;
    justify-content: center;
}

#block_254 .text-block-with-button-rtl .text-block-with-button__description {
    text-align: right;
}

#block_256 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_256 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_256 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_256 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_256 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_256 .text-block__image {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    margin-right: 18px;
}

#block_256 .text-block__image img {
    max-width: 300px;
    transform: rotate(0deg);
}

#block_256 .text-block__description {
    width: 100%;
    padding-top: 12px;
    padding-left: 0px;
    padding-right: 0px;
}

#block_256 .text-block-with-image-rtl .text-block__description {
    text-align: right;
}

#block_256 .text-block-with-image-rtl .text-block__image {
    margin-right: 0px;
    margin-left: 18px;
}

@media (max-width: 768px) {
    #block_256 .text-block__image {
        margin-left:0px;
        margin-right: 0px;
        margin-bottom: 18px;
    }
}

@media (max-width: 600px) {
    #block_256 .text-block__image img {
        max-width:100%;
    }
}

#block_257 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_257 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_257 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_257 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_257 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_257 .text-block__image {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    margin-right: 18px;
}

#block_257 .text-block__image img {
    max-width: 300px;
    transform: rotate(0deg);
}

#block_257 .text-block__description {
    width: 100%;
    padding-top: 12px;
    padding-left: 0px;
    padding-right: 0px;
}

#block_257 .text-block-with-image-rtl .text-block__description {
    text-align: right;
}

#block_257 .text-block-with-image-rtl .text-block__image {
    margin-right: 0px;
    margin-left: 18px;
}

@media (max-width: 768px) {
    #block_257 .text-block__image {
        margin-left:0px;
        margin-right: 0px;
        margin-bottom: 18px;
    }
}

@media (max-width: 600px) {
    #block_257 .text-block__image img {
        max-width:100%;
    }
}

#block_258 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_258 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_258 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_258 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_258 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_258 .text-block__image {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    margin-right: 18px;
}

#block_258 .text-block__image img {
    max-width: 300px;
    transform: rotate(0deg);
}

#block_258 .text-block__description {
    width: 100%;
    padding-top: 12px;
    padding-left: 0px;
    padding-right: 0px;
}

#block_258 .text-block-with-image-rtl .text-block__description {
    text-align: right;
}

#block_258 .text-block-with-image-rtl .text-block__image {
    margin-right: 0px;
    margin-left: 18px;
}

@media (max-width: 768px) {
    #block_258 .text-block__image {
        margin-left:0px;
        margin-right: 0px;
        margin-bottom: 18px;
    }
}

@media (max-width: 600px) {
    #block_258 .text-block__image img {
        max-width:100%;
    }
}

#block_259 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_259 .divider-top {
    background-image: none !important;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_259 .divider-bottom {
    background-image: none !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_259 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_259 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#block_259 .text-block__image {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    margin-right: 18px;
}

#block_259 .text-block__image img {
    max-width: 300px;
    transform: rotate(0deg);
}

#block_259 .text-block__description {
    width: 100%;
    padding-top: 12px;
    padding-left: 0px;
    padding-right: 0px;
}

#block_259 .text-block-with-image-rtl .text-block__description {
    text-align: right;
}

#block_259 .text-block-with-image-rtl .text-block__image {
    margin-right: 0px;
    margin-left: 18px;
}

@media (max-width: 768px) {
    #block_259 .text-block__image {
        margin-left:0px;
        margin-right: 0px;
        margin-bottom: 18px;
    }
}

@media (max-width: 600px) {
    #block_259 .text-block__image img {
        max-width:100%;
    }
}

#block_83 .component_refill_link h1 {
    color: #052a36;
}

#block_83 .component_refill_link h2 {
    color: #052a36;
}

#block_83 .component_refill_link h3 {
    color: #052a36;
}

#block_83 .component_refill_link h4 {
    color: #052a36;
}

#block_83 .component_refill_link h5 {
    color: #052a36;
}

#block_83 .component_refill_link h6 {
    color: #052a36;
}

#block_83 .component_refill_link {
    color: #334e6e;
}

#block_83 .component_refill_link a {
    color: #0074ff;
}

#block_83 .component_refill_link a:hover {
    text-decoration: underline;
    color: #0074ff;
}

#block_83 .component_refill_link a:focus {
    text-decoration: underline;
    color: #0074ff;
}

.body-rtl h1, .body-rtl h2, .body-rtl h3, .body-rtl h4, .body-rtl h5, .body-rtl h6 {
    text-align: right;
}

@media (max-width: 480px) {
    #block_83 .component_refill_link h1 {
        font-size:10vmin;
        line-height: 1.1666666666;
    }
}

#block_55 .component_card .card {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    border-color: #000000;
    /* background:rgba(51, 51, 51, 1); */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: none;
    box-shadow: 0px 2px 4px 0px rgba(25, 25, 25, 0.12);
}

#block_55 .component_button_submit .btn {
}

#block_55 .component_button_submit .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_55 .component_button_submit .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_55 .component_button_submit .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_55 .component_button_submit .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_55 .component_button_submit .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_55 .component_button_submit .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_55 .component_button_submit .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_55 .component_button_submit .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_55 .component_button_submit .btn-big-primary:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_55 .component_button_submit .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 1) !important;
}

#block_55 .component_button_submit .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 0.9) !important;
    border-color: rgba(219, 140, 7, 0.9) !important;
}

#block_46 .component_button_submit .btn {
}

#block_46 .component_button_submit .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_46 .component_button_submit .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_46 .component_button_submit .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_46 .component_button_submit .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_46 .component_button_submit .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_46 .component_button_submit .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_46 .component_button_submit .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_46 .component_button_submit .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_46 .component_button_submit .btn-big-primary:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_46 .component_button_submit .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 1) !important;
}

#block_46 .component_button_submit .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 0.9) !important;
    border-color: rgba(219, 140, 7, 0.9) !important;
}

#block_46 .component_checkbox .form-group__checkbox {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: -ms-user-select;
    user-select: none;
}

#block_46 .component_checkbox .form-group__checkbox label {
    margin-bottom: 0px;
    font-weight: 600;
    font-style: normal;
}

#block_46 .component_checkbox .form-group__checkbox-label {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    position: relative;
    vertical-align: middle;
}

#block_46 .component_checkbox .form-group__label-title {
    position: relative;
    vertical-align: middle;
}

#block_46 .component_checkbox .form-group__checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#block_46 .component_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    font-size: 16px;
    width: 16px;
    height: 16px;
    background: #252427;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#block_46 .component_checkbox .form-group__checkbox:hover input ~ .checkmark {
    background: #252427;
}

#block_46 .component_checkbox .form-group__checkbox input:checked ~ .checkmark {
    background: rgba(243, 156, 17, 1);
}

#block_46 .component_checkbox .form-group__checkbox:after {
    content: ' ';
    position: absolute;
    display: none;
}

#block_46 .component_checkbox .form-group__checkbox input:checked ~ .checkmark:after {
    content: "\f00c";
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    width: 16px;
    height: 16px;
    font-size: 0.7em;
}

#block_46 .component_checkbox .form-group__checkbox .checkmark:after {
    color: #ffffff;
}

#block_46 .component_checkbox .radiomark {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: #252427;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
}

#block_46 .component_checkbox .form-group__checkbox:hover input ~ .radiomark {
    background: #252427;
}

#block_46 .component_checkbox .form-group__checkbox input:checked ~ .radiomark {
    background: rgba(243, 156, 17, 1);
}

#block_46 .component_checkbox .form-group__checkbox input:checked ~ .radiomark:after {
    content: " ";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-color: rgba(243, 156, 17, 1);
    border-style: solid;
    background: #ffffff;
}

#block_46 .component_checkbox .form-group__checkbox .radiomark:after {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    color: #ffffff;
}

#block_46 .component_checkbox .form-group__checkbox-rtl .form-group__checkbox-label {
    margin-right: 0px;
    margin-left: 8px;
}

@media (max-width: 768px) {
    #block_46 .component_checkbox .form-group__label-title {
        display:inline;
        vertical-align: inherit;
    }
}

#block_66 .component_button_submit .btn {
}

#block_66 .component_button_submit .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_66 .component_button_submit .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_66 .component_button_submit .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_66 .component_button_submit .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_66 .component_button_submit .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_66 .component_button_submit .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_66 .component_button_submit .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_66 .component_button_submit .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_66 .component_button_submit .btn-big-primary:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_66 .component_button_submit .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 1) !important;
}

#block_66 .component_button_submit .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 0.9) !important;
    border-color: rgba(219, 140, 7, 0.9) !important;
}

#block_44 .component_button_submit .btn {
}

#block_44 .component_button_submit .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_44 .component_button_submit .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_44 .component_button_submit .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_44 .component_button_submit .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_44 .component_button_submit .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_44 .component_button_submit .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_44 .component_button_submit .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_44 .component_button_submit .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_44 .component_button_submit .btn-big-primary:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_44 .component_button_submit .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 1) !important;
}

#block_44 .component_button_submit .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 0.9) !important;
    border-color: rgba(219, 140, 7, 0.9) !important;
}

#block_69 .component_button_resend .btn {
}

#block_69 .component_button_resend .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_69 .component_button_resend .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_69 .component_button_resend .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_69 .component_button_resend .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_69 .component_button_resend .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_69 .component_button_resend .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_69 .component_button_resend .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_69 .component_button_resend .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_69 .component_button_resend .btn-big-primary:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_69 .component_button_resend .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 1) !important;
}

#block_69 .component_button_resend .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 0.9) !important;
    border-color: rgba(219, 140, 7, 0.9) !important;
}

#block_69 .component_button_change .btn {
}

#block_69 .component_button_change .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: rgba(243, 156, 17, 1);
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_69 .component_button_change .btn-big-secondary:hover {
    color: rgba(219, 140, 7, 1);
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_69 .component_button_change .btn-big-secondary:focus {
    color: rgba(243, 156, 17, 1);
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_69 .component_button_change .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_69 .component_button_change .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_69 .component_button_change .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_69 .component_button_change .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_69 .component_button_change .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_69 .component_button_change .btn-big-primary:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_69 .component_button_change .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: #ff8355 !important;
}

#block_69 .component_button_change .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(255, 131, 85, 0.9) !important;
    border-color: #ea5923 !important;
}

#block_56 .component_private_sidebar .component-sidebar_wrapper {
    flex-basis: 250px;
    width: 250px;
}

#block_56 .component_private_sidebar .component-sidebar {
    background: linear-gradient(90deg, rgba(25, 25, 28, 1) 0.0%,rgba(55, 53, 57, 1) 100.0%);
    width: 250px;
    box-shadow: none;
    border-color: transparent;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-style: solid;
}

#block_56 .component_private_sidebar .component-navbar__navbar-private {
    --navbar-margin: 250px;
    width: calc(100% - var(--navbar-margin) - var(--editor-sidebar));
}

#block_56 .component_private_sidebar .component-sidebar__menu {
    max-height: calc(100vh);
    overflow-y: auto;
}

#block_56 .component_private_sidebar .component-sidebar__menu .sidebar-block__left-menu {
    padding-top: 32px;
    padding-left: 0px;
    padding-right: 0px;
}

#block_56 .component_private_sidebar .component-sidebar__menu-logo {
    display: flex;
    justify-content: flex-start;
    color: #ffffff;
}

#block_56 .component_private_sidebar .component-sidebar__menu-logo a {
    color: #ffffff;
}

#block_56 .component_private_sidebar .component-sidebar__menu .component-navbar-logo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-left: 16px;
    margin-right: 16px;
}

#block_56 .component_private_sidebar .component-sidebar__menu-brand {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    color: #ffffff;
    user-select: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

#block_56 .component_private_sidebar .component-sidebar__menu-brand a {
    text-decoration: none;
}

#block_56 .component_private_sidebar .component-sidebar__menu-item {
    list-style: none;
}

#block_56 .component_private_sidebar .component-sidebar__menu-item-link {
    display: flex;
    align-items: center;
    word-break: break-all;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    background: transparent;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-color: #ff8355;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-style: solid;
    text-decoration: none;
}

#block_56 .component_private_sidebar .component-sidebar__menu-item-link .badge {
    margin-left: auto;
}

#block_56 .component_private_sidebar .sidebar-rtl .component-sidebar__menu-item-link .badge {
    margin-left: 0px!important;
    margin-right: auto;
}

#block_56 .component_private_sidebar .component-sidebar__menu-item-link:hover {
    color: rgba(243, 156, 17, 1);
    background: transparent;
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_56 .component_private_sidebar .component-sidebar__menu-item-active .component-sidebar__menu-item-link {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    font-weight: bold;
}

#block_56 .component_private_sidebar .component_private_navbar .component-sidebar__menu-logo {
    background: #373539;
}

@media (max-width: 991px) {
    #block_56 .component_private_sidebar .component-navbar__navbar-private {
        width:100%;
    }

    #block_56 .component_private_sidebar .sidebar-block__top-logo {
        --sidebar-width: 250px;
        max-width: calc(var(--sidebar-width) - 40px);
    }

    #block_56 .component_private_sidebar .component-sidebar_wrapper {
        display: none;
    }
}

#block_56 .component_balance_dropdown .balance-dropdown {
    position: relative;
    display: flex;
}

#block_56 .component_balance_dropdown .balance-dropdown__editor .balance-dropdown__container {
    visibility: hidden;
}

#block_56 .component_balance_dropdown .balance-dropdown__editor:hover .balance-dropdown__container {
    visibility: visible;
}

#block_56 .component_balance_dropdown .balance-dropdown.show .balance-dropdown__toggle:after {
    transform: rotate(180deg);
    text-decoration: none;
}

#block_56 .component_balance_dropdown .balance-dropdown__name {
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: #000000;
    box-shadow: none;
    border-style: none;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: "";
    font-weight: 400;
    font-style: normal;
}

#block_56 .component_balance_dropdown .balance-dropdown__toggle:after {
    display: inline-block;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 12px;
}

#block_56 .component_balance_dropdown .balance-dropdown.show .balance-dropdown__name {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: #000000;
    text-decoration: none;
}

#block_56 .component_balance_dropdown .balance-dropdown__container {
    position: absolute;
    padding: 0px;
    padding-top: 4px;
    margin: 0px;
    top: 100%;
    z-index: 100;
    background: #1a191b;
    min-width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: #000000;
    box-shadow: none;
    border-style: none;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

#block_56 .component_balance_dropdown .balance-dropdown__item {
    list-style: none;
}

#block_56 .component_balance_dropdown .balance-dropdown__link {
    display: block;
    width: 100%;
    white-space: nowrap;
    font-size: "";
    text-decoration: none;
    color: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
}

#block_56 .component_balance_dropdown .balance-dropdown__link:hover {
    color: rgba(243, 156, 17, 1);
    background: transparent;
    text-decoration: none;
}

#block_56 .component_balance_dropdown .balance-dropdown-rtl .balance-dropdown__toggle:after {
    margin-left: 0px;
    margin-right: 12px;
}

#block_56 .component_balance_dropdown .balance-dropdown-rtl .balance-dropdown__container {
    text-align: right;
}

#block_56 .component_balance_dropdown .balance-dropdown-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    #block_56 .component_balance_dropdown .balance-dropdown {
        width:100%;
        padding-bottom: 0px;
        flex-direction: column;
    }

    #block_56 .component_balance_dropdown .balance-dropdown-container {
        width: 100%;
    }

    #block_56 .component_balance_dropdown .balance-dropdown__container {
        position: relative;
        visibility: visible;
        display: none;
    }

    #block_56 .component_balance_dropdown .balance-dropdown.show .balance-dropdown__container {
        display: block;
        text-decoration: none;
    }

    #block_56 .component_balance_dropdown .balance-dropdown__name {
        width: 100%;
    }
}

.wrapper-sidebar-navbar .wrapper-content {
    padding-top: 64px;
}

.wrapper-navbar .component_navbar_sub {
    height: 64px;
}

#block_56 .component_private_navbar + .component_navbar_sub {
    height: 64px;
}

#block_56.component_private_navbar + .wrapper-content {
    padding-top: 64px;
}

#block_56 .component_private_navbar .component-sidebar__menu-logo {
    height: 64px;
}

#block_56 .component_private_navbar .sidebar-block__left-menu {
    padding-bottom: 64px !important;
}

#block_56 .component_private_navbar .navbar-nav-currencies {
    font-size: "";
    padding-left: 12px !important;
    padding-right: 12px !important;
}

#block_56 .component_private_navbar .component-navbar-public__wrapper {
    height: 64px;
}

#block_56 .component_private_navbar .component-navbar-private__wrapper {
    height: 64px;
}

#block_56 .component_private_navbar .component-navbar-public-brand a {
    text-decoration: none;
    color: #ffffff;
}

#block_56 .component_private_navbar .component-navbar-private__wrapper .sidebar-block__top-brand {
    display: none;
}

#block_56 .component_private_navbar .component-navbar-logo {
    display: flex;
}

#block_56 .component_private_navbar .component-navbar-nav-item {
    position: relative;
}

#block_56 .component_private_navbar .component-navbar-public-nav-item {
}

#block_56 .component_private_navbar .component-navbar-private-nav-item {
    height: 64px;
}

#block_56 .component_private_navbar .component-navbar-nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 100%;
    font-size: "";
    font-weight: 600;
}

#block_56 .component_private_navbar .component-navbar-nav-link .badge {
    margin-left: 6px;
    margin-right: 6px;
}

#block_56 .component_private_navbar .component-navbar-nav-link .component-navbar-nav-link-icon {
    display: flex;
    min-width: 26px;
    padding: 0px 3px;
}

#block_56 .component_private_navbar .component-navbar-nav-link__navbar-private {
    color: #ffffff;
    background: transparent;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#block_56 .component_private_navbar .component-navbar-nav-link__navbar-private:hover {
    color: rgba(243, 156, 17, 1);
    background: transparent;
    text-decoration: none;
}

#block_56 .component_private_navbar .component-navbar-nav-link-active__navbar-private {
    color: rgba(243, 156, 17, 1);
    background: transparent;
}

#block_56 .component_private_navbar .component-navbar-nav-link__navbar-public {
    color: #ffffff;
    background: transparent;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-style: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

#block_56 .component_private_navbar .component-navbar-nav-link__navbar-public:hover {
    color: #ff8355;
    background: transparent;
    text-decoration: none;
}

#block_56 .component_private_navbar .component-navbar-nav-link__navbar-public:focus {
    color: #ff8355;
    background: transparent;
    text-decoration: none;
}

#block_56 .component_private_navbar .component-navbar-nav-link-active__navbar-public {
    color: #ff8355;
    background: transparent;
}

#block_56 .component_private_navbar .component-navbar-public {
    height: 64px;
    box-shadow: 0px 2px 4px 0px rgba(25, 25, 25, 0.12);
}

#block_56 .component_private_navbar .component-navbar-private {
    height: 64px;
    box-shadow: 0px 2px 4px 0px rgba(25, 25, 25, 0.12);
}

#block_56 .component_private_navbar .component-navbar__navbar-private {
    background: #373539;
    box-shadow: 0px 2px 4px 0px rgba(25, 25, 25, 0.12);
}

#block_56 .component_private_navbar .component-navbar__navbar-public {
    background: #373539;
    box-shadow: 0px 2px 4px 0px rgba(25, 25, 25, 0.12);
}

#block_56 .component_private_navbar .component-navbar-balance-wrap__navbar-private {
    padding-top: 0px;
    padding-bottom: 0px;
}

#block_56 .component_private_navbar .component-navbar-balance-item__navbar-private {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    background: #ff8355;
    padding-left: 16px;
    padding-right: 16px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
}

#block_56 .component_private_navbar .component-navbar-balance-item__navbar-private:hover {
    color: #ffffff;
    text-decoration: none;
}

#block_56 .component_private_navbar .component-navbar-private-brand {
    color: #ffffff;
    font-size: 0px;
}

#block_56 .component_private_navbar .component-navbar-public-brand {
    color: #ffffff;
}

#block_56 .component_private_navbar .component-navbar__navbar-private .navbar {
    height: 64px;
}

#block_56 .component_private_navbar .component-navbar__navbar-public .navbar {
    height: 64px;
}

#block_56 .component_private_navbar .component-navbar__navbar-public-padding .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
}

#block_56 .component_private_navbar .navbar-burger {
    position: relative;
}

#block_56 .component_private_navbar .navbar-light .navbar-toggler {
    border: none;
    outline: none;
    position: relative;
}

#block_56 .component_private_navbar .navbar-burger-line {
    display: block;
    height: 2px;
    width: 24px;
    position: relative;
}

#block_56 .component_private_navbar .navbar-burger-line:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: -7px;
    height: 2px;
    width: 24px;
}

#block_56 .component_private_navbar .navbar-burger-line:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    height: 2px;
    width: 24px;
}

#block_56 .component_private_navbar .component-navbar__navbar-public .navbar-burger-line:before {
    background: #ffffff;
}

#block_56 .component_private_navbar .component-navbar__navbar-private .navbar-burger-line:before {
    background: #ffffff;
}

#block_56 .component_private_navbar .component-navbar__navbar-private .navbar-burger-line:after {
    background: #ffffff;
}

#block_56 .component_private_navbar .component-navbar__navbar-public .navbar-burger-line:after {
    background: #ffffff;
}

#block_56 .component_private_navbar .component-navbar__navbar-public .navbar-burger-line {
    background: #ffffff;
}

#block_56 .component_private_navbar .component-navbar__navbar-private .navbar-burger-line {
    background: #ffffff;
}

#block_56 .component_private_navbar .navbar-nav {
    padding-right: 0px;
}

#block_56 .component_private_navbar .component-navbar-collapse-divider {
    height: 1px;
    width: 100%;
    display: none;
    opacity: 0.2;
}

#block_56 .component_private_navbar .component-navbar__navbar-private .component-navbar-collapse-divider {
    background: #ffffff;
}

#block_56 .component_private_navbar .component-navbar__navbar-public .component-navbar-collapse-divider {
    background: #ffffff;
}

#block_56 .component_private_navbar .navbar-dropdown {
    position: relative;
    display: inline-block;
    margin-top: 4px;
    padding-bottom: 4px;
}

#block_56 .component_private_navbar .navbar-dropdown__container {
    position: absolute;
    padding: 0px;
    margin: 0px;
    top: 100%;
    background: "";
    min-width: 100%;
    border-top-left-radius: "";
    border-top-right-radius: "";
    border-bottom-left-radius: "";
    border-bottom-right-radius: "";
    border-color: "";
    box-shadow: "";
    border-style: "";
    border-left-width: "";
    border-right-width: "";
    border-top-width: "";
    border-bottom-width: "";
}

#block_56 .component_private_navbar .navbar-dropdown__item {
    list-style: none;
}

#block_56 .component_private_navbar .navbar-dropdown__link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: "";
    background: "";
    padding-top: "";
    padding-bottom: "";
    padding-left: "";
    padding-right: "";
}

#block_56 .component_private_navbar .navbar-dropdown__link:hover {
    color: "";
    background: "";
    text-decoration: none;
}

.component-navbar-public-brand h1, .component-navbar-public-brand h2, .component-navbar-public-brand h3, .component-navbar-public-brand h4, .component-navbar-public-brand h5, .component-navbar-public-brand h6 {
    margin-bottom: 0px;
}

.component-navbar-public-brand>*:first-child {
    width: 100%;
}

.component-sidebar__menu-brand h1, .component-sidebar__menu-brand h2, .component-sidebar__menu-brand h3, .component-sidebar__menu-brand h4, .component-sidebar__menu-brand h5, .component-sidebar__menu-brand h6 {
    margin-bottom: 0px;
}

.component-sidebar__menu-brand>*:first-child {
    width: 100%;
}

@media (max-width: 991px) {
    #block_56 .component_private_navbar .sidebar-block__top-logo {
        max-height:64px;
    }

    #block_56 .component_private_navbar .component-navbar__navbar-public .navbar {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        min-height: 64px;
        padding: 0px 1rem;
    }

    #block_56 .component_private_navbar .component-navbar__navbar-private .navbar {
        height: auto;
        min-height: 64px;
        flex-wrap: wrap;
        padding: 0px 1rem;
    }

    #block_56 .component_private_navbar .component-navbar__navbar-private .navbar .navbar-private__header {
        min-height: 64px;
    }

    #block_56 .component_private_navbar .component-navbar__navbar-public .navbar .navbar-public__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        min-height: 64px;
    }

    #block_56 .component_private_navbar .component-navbar-private__wrapper {
        height: auto;
    }

    #block_56.component_private_navbar + .wrapper-content {
        padding-top: 0px;
    }

    #block_56 .component_private_navbar .component-navbar__navbar-public .navbar-collapse {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        background: none;
    }

    #block_56 .component_private_navbar .component-navbar__navbar-private .navbar-collapse {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        background: none;
    }

    #block_56 .component_private_navbar .component-navbar__navbar-private .component-navbar-collapse {
        flex-wrap: wrap;
    }

    #block_56 .component_private_navbar .component-navbar__navbar-private .component-navbar-private-nav-item {
        height: auto;
    }

    #block_56 .component_private_navbar .component-navbar-collapse {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #block_56 .component_private_navbar .component-navbar-collapse-divider {
        display: none;
    }

    #block_56 .component_private_navbar .component-navbar-nav-link {
        width: 100%;
        justify-content: flex-start;
    }

    #block_56 .component_private_navbar .navbar-nav {
        width: 100%;
    }

    #block_56 .component_private_navbar .component-navbar-private__wrapper .sidebar-block__top-brand {
        display: block;
    }

    #block_56 .component_private_navbar .component-navbar-private-brand {
        font-size: unset;
    }

    #block_56 .component_private_navbar .navbar {
        flex-flow: row;
    }

    #block_56 .component_private_navbar .navbar-nav-currencies {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

#block_65 .component_button_submit .btn {
}

#block_65 .component_button_submit .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_65 .component_button_submit .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_65 .component_button_submit .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_65 .component_button_submit .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_65 .component_button_submit .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_65 .component_button_submit .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_65 .component_button_submit .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_65 .component_button_submit .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_65 .component_button_submit .btn-big-primary:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_65 .component_button_submit .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 1) !important;
}

#block_65 .component_button_submit .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 0.9) !important;
    border-color: rgba(219, 140, 7, 0.9) !important;
}

#block_47 .component_button_submit .btn {
}

#block_47 .component_button_submit .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_47 .component_button_submit .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_47 .component_button_submit .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_47 .component_button_submit .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_47 .component_button_submit .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_47 .component_button_submit .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_47 .component_button_submit .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_47 .component_button_submit .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_47 .component_button_submit .btn-big-primary:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_47 .component_button_submit .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 1) !important;
}

#block_47 .component_button_submit .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 0.9) !important;
    border-color: rgba(219, 140, 7, 0.9) !important;
}

#block_41 .component_pagination .pagination {
    margin-bottom: 0px;
    padding: 0px;
}

#block_41 .component_pagination .pagination .pagination-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: "";
    width: 2em;
    height: 2em;
    background: transparent;
    margin-right: 6px;
    border-color: transparent;
    border-style: solid;
    color: #afaeaf;
    box-shadow: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_41 .component_pagination .pagination .pagination-item__active .pagination-link {
    font-weight: 600;
    font-style: normal;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    color: #ffffff;
    text-decoration: none;
}

#block_41 .component_pagination .pagination .pagination-item:not(.pagination-item__active):hover .pagination-link {
    background: transparent;
    border-color: transparent;
    color: rgba(243, 156, 17, 1);
    text-decoration: none;
}

#block_41 .component_pagination .pagination-rtl .pagination .pagination-link {
    margin-right: 0px;
    margin-left: 6px;
}

#block_48 .component_button_refill .btn {
}

#block_48 .component_button_refill .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_48 .component_button_refill .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_48 .component_button_refill .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_48 .component_button_refill .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_48 .component_button_refill .btn-actions:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_48 .component_button_refill .btn-actions:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_48 .component_button_refill .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_48 .component_button_refill .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_48 .component_button_refill .btn-big-primary:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_48 .component_button_refill .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: #ff8355 !important;
}

#block_48 .component_button_refill .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(255, 131, 85, 0.9) !important;
    border-color: #ea5923 !important;
}

#block_48 .component_status_tabs .tab {
    padding: 0px;
}

#block_48 .component_status_tabs .tab .nav-item {
    margin-right: 4px;
}

#block_48 .component_status_tabs .tab .nav-item .nav-link {
    font-size: "";
    font-weight: 600;
    font-style: normal;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    color: #afaeaf;
    background: transparent;
    border-color: transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
    box-shadow: none;
}

#block_48 .component_status_tabs .tab .nav-item .active {
    font-size: "";
    letter-spacing: "";
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
}

#block_48 .component_status_tabs .tab .nav-item .nav-link:not(.active):hover {
    color: rgba(243, 156, 17, 1);
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    text-decoration: none;
}

@media (max-width: 768px) {
    #block_48 .component_status_tabs .tab .nav-item {
        width:100%;
        margin-right: 0px;
        margin-bottom: 4px;
    }

    #block_48 .component_status_tabs .tab-rtl .tab .nav-item {
        text-align: right;
    }
}

#block_48 .component_pagination .pagination {
    margin-bottom: 0px;
    padding: 0px;
}

#block_48 .component_pagination .pagination .pagination-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: "";
    width: 2em;
    height: 2em;
    background: transparent;
    margin-right: 6px;
    border-color: transparent;
    border-style: solid;
    color: #afaeaf;
    box-shadow: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_48 .component_pagination .pagination .pagination-item__active .pagination-link {
    font-weight: 600;
    font-style: normal;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    color: #ffffff;
    text-decoration: none;
}

#block_48 .component_pagination .pagination .pagination-item:not(.pagination-item__active):hover .pagination-link {
    background: transparent;
    border-color: transparent;
    color: rgba(243, 156, 17, 1);
    text-decoration: none;
}

#block_48 .component_pagination .pagination-rtl .pagination .pagination-link {
    margin-right: 0px;
    margin-left: 6px;
}

#block_48 .component_button_cancel .btn {
}

#block_48 .component_button_cancel .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_48 .component_button_cancel .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_48 .component_button_cancel .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_48 .component_button_cancel .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_48 .component_button_cancel .btn-actions:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_48 .component_button_cancel .btn-actions:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_48 .component_button_cancel .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_48 .component_button_cancel .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_48 .component_button_cancel .btn-big-primary:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_48 .component_button_cancel .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: #ff8355 !important;
}

#block_48 .component_button_cancel .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(255, 131, 85, 0.9) !important;
    border-color: #ea5923 !important;
}

#block_63 .component_button_cancel .btn {
}

#block_63 .component_button_cancel .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_63 .component_button_cancel .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_63 .component_button_cancel .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_63 .component_button_cancel .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_63 .component_button_cancel .btn-actions:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_63 .component_button_cancel .btn-actions:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_63 .component_button_cancel .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_63 .component_button_cancel .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_63 .component_button_cancel .btn-big-primary:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_63 .component_button_cancel .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: #ff8355 !important;
}

#block_63 .component_button_cancel .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(255, 131, 85, 0.9) !important;
    border-color: #ea5923 !important;
}

#block_63 .component_button_unpause .btn {
}

#block_63 .component_button_unpause .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_63 .component_button_unpause .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_63 .component_button_unpause .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_63 .component_button_unpause .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_63 .component_button_unpause .btn-actions:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_63 .component_button_unpause .btn-actions:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_63 .component_button_unpause .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_63 .component_button_unpause .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_63 .component_button_unpause .btn-big-primary:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_63 .component_button_unpause .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: #ff8355 !important;
}

#block_63 .component_button_unpause .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(255, 131, 85, 0.9) !important;
    border-color: #ea5923 !important;
}

#block_63 .component_button_reorder .btn {
}

#block_63 .component_button_reorder .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_63 .component_button_reorder .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_63 .component_button_reorder .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_63 .component_button_reorder .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_63 .component_button_reorder .btn-actions:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_63 .component_button_reorder .btn-actions:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_63 .component_button_reorder .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_63 .component_button_reorder .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_63 .component_button_reorder .btn-big-primary:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_63 .component_button_reorder .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: #ff8355 !important;
}

#block_63 .component_button_reorder .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(255, 131, 85, 0.9) !important;
    border-color: #ea5923 !important;
}

#block_63 .component_pagination .pagination {
    margin-bottom: 0px;
    padding: 0px;
}

#block_63 .component_pagination .pagination .pagination-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: "";
    width: 2em;
    height: 2em;
    background: transparent;
    margin-right: 6px;
    border-color: transparent;
    border-style: solid;
    color: #afaeaf;
    box-shadow: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_63 .component_pagination .pagination .pagination-item__active .pagination-link {
    font-weight: 600;
    font-style: normal;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    color: #ffffff;
    text-decoration: none;
}

#block_63 .component_pagination .pagination .pagination-item:not(.pagination-item__active):hover .pagination-link {
    background: transparent;
    border-color: transparent;
    color: rgba(243, 156, 17, 1);
    text-decoration: none;
}

#block_63 .component_pagination .pagination-rtl .pagination .pagination-link {
    margin-right: 0px;
    margin-left: 6px;
}

#block_63 .component_status_tabs .tab {
    padding: 0px;
}

#block_63 .component_status_tabs .tab .nav-item {
    margin-right: 4px;
}

#block_63 .component_status_tabs .tab .nav-item .nav-link {
    font-size: "";
    font-weight: 600;
    font-style: normal;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    color: #afaeaf;
    background: transparent;
    border-color: transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
    box-shadow: none;
}

#block_63 .component_status_tabs .tab .nav-item .active {
    font-size: "";
    letter-spacing: "";
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
}

#block_63 .component_status_tabs .tab .nav-item .nav-link:not(.active):hover {
    color: rgba(243, 156, 17, 1);
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    text-decoration: none;
}

@media (max-width: 768px) {
    #block_63 .component_status_tabs .tab .nav-item {
        width:100%;
        margin-right: 0px;
        margin-bottom: 4px;
    }

    #block_63 .component_status_tabs .tab-rtl .tab .nav-item {
        text-align: right;
    }
}

#block_59 .component_button_submit .btn {
}

#block_59 .component_button_submit .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_59 .component_button_submit .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_59 .component_button_submit .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_59 .component_button_submit .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_59 .component_button_submit .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_59 .component_button_submit .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_59 .component_button_submit .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_59 .component_button_submit .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_59 .component_button_submit .btn-big-primary:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_59 .component_button_submit .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 1) !important;
}

#block_59 .component_button_submit .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 0.9) !important;
    border-color: rgba(219, 140, 7, 0.9) !important;
}

#block_36 .component_status_tabs .tab {
    padding: 0px;
}

#block_36 .component_status_tabs .tab .nav-item {
    margin-right: 4px;
}

#block_36 .component_status_tabs .tab .nav-item .nav-link {
    font-size: "";
    font-weight: 600;
    font-style: normal;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    color: #afaeaf;
    background: transparent;
    border-color: transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
    box-shadow: none;
}

#block_36 .component_status_tabs .tab .nav-item .active {
    font-size: "";
    letter-spacing: "";
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
}

#block_36 .component_status_tabs .tab .nav-item .nav-link:not(.active):hover {
    color: rgba(243, 156, 17, 1);
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    text-decoration: none;
}

@media (max-width: 768px) {
    #block_36 .component_status_tabs .tab .nav-item {
        width:100%;
        margin-right: 0px;
        margin-bottom: 4px;
    }

    #block_36 .component_status_tabs .tab-rtl .tab .nav-item {
        text-align: right;
    }
}

#block_36 .component_pagination .pagination {
    margin-bottom: 0px;
    padding: 0px;
}

#block_36 .component_pagination .pagination .pagination-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: "";
    width: 2em;
    height: 2em;
    background: transparent;
    margin-right: 6px;
    border-color: transparent;
    border-style: solid;
    color: #afaeaf;
    box-shadow: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_36 .component_pagination .pagination .pagination-item__active .pagination-link {
    font-weight: 600;
    font-style: normal;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    color: #ffffff;
    text-decoration: none;
}

#block_36 .component_pagination .pagination .pagination-item:not(.pagination-item__active):hover .pagination-link {
    background: transparent;
    border-color: transparent;
    color: rgba(243, 156, 17, 1);
    text-decoration: none;
}

#block_36 .component_pagination .pagination-rtl .pagination .pagination-link {
    margin-right: 0px;
    margin-left: 6px;
}

#block_36 .component_button_search .btn {
}

#block_36 .component_button_search .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: rgba(243, 156, 17, 1);
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_36 .component_button_search .btn-big-secondary:hover {
    color: rgba(219, 140, 7, 1);
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_36 .component_button_search .btn-big-secondary:focus {
    color: rgba(243, 156, 17, 1);
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_36 .component_button_search .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_36 .component_button_search .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_36 .component_button_search .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_36 .component_button_search .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_36 .component_button_search .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_36 .component_button_search .btn-big-primary:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_36 .component_button_search .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: #ff8355 !important;
}

#block_36 .component_button_search .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(255, 131, 85, 0.9) !important;
    border-color: #ea5923 !important;
}

#block_67 .component_button_save .btn {
}

#block_67 .component_button_save .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_67 .component_button_save .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_67 .component_button_save .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_67 .component_button_save .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_67 .component_button_save .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_67 .component_button_save .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_67 .component_button_save .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_67 .component_button_save .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_67 .component_button_save .btn-big-primary:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_67 .component_button_save .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 1) !important;
}

#block_67 .component_button_save .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 0.9) !important;
    border-color: rgba(219, 140, 7, 0.9) !important;
}

#block_43 .component_button_renew .btn {
}

#block_43 .component_button_renew .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_43 .component_button_renew .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_43 .component_button_renew .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_43 .component_button_renew .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_43 .component_button_renew .btn-actions:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_43 .component_button_renew .btn-actions:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_43 .component_button_renew .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_43 .component_button_renew .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_43 .component_button_renew .btn-big-primary:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_43 .component_button_renew .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: #ff8355 !important;
}

#block_43 .component_button_renew .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(255, 131, 85, 0.9) !important;
    border-color: #ea5923 !important;
}

#block_43 .component_button_dashboard .btn {
}

#block_43 .component_button_dashboard .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_43 .component_button_dashboard .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_43 .component_button_dashboard .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_43 .component_button_dashboard .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_43 .component_button_dashboard .btn-actions:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_43 .component_button_dashboard .btn-actions:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_43 .component_button_dashboard .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_43 .component_button_dashboard .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_43 .component_button_dashboard .btn-big-primary:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_43 .component_button_dashboard .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: #ff8355 !important;
}

#block_43 .component_button_dashboard .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(255, 131, 85, 0.9) !important;
    border-color: #ea5923 !important;
}

#block_43 .component_alert .alert {
    margin-bottom: 0px;
    text-align: left;
    font-weight: 600;
    font-style: normal;
    font-size: "";
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-style: none;
}

#block_43 .component_alert .alert-info {
    color: #1E79E4;
    background: rgba(30, 121, 228, 0.2);
    border-color: transparent;
}

#block_43 .component_alert .alert-success {
    color: #26a25e;
    background: rgba(25, 200, 104, 0.2);
    border-color: transparent;
}

#block_43 .component_alert .alert-danger {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.8);
    border-color: transparent;
}

#block_43 .component_alert .alert .close {
    height: 100%;
    padding: 0px 12px;
    font-size: 16px;
    outline: none;
}

#block_43 .component_alert .alert-danger .close:hover {
    color: #ffffff;
}

#block_43 .component_alert .alert-success .close:hover {
    color: #26a25e;
}

#block_43 .component_alert .alert-info .close:hover {
    color: #1E79E4;
}

#block_43 .component_alert .alert-rtl .alert {
    text-align: right;
}

#block_42 .component_filter_button .btn {
}

#block_42 .component_filter_button .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_42 .component_filter_button .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_42 .component_filter_button .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_42 .component_filter_button .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_42 .component_filter_button .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_42 .component_filter_button .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_42 .component_filter_button .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_42 .component_filter_button .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_42 .component_filter_button .btn-big-primary:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_42 .component_filter_button .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 1) !important;
}

#block_42 .component_filter_button .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 0.9) !important;
    border-color: rgba(219, 140, 7, 0.9) !important;
}

#block_42 .component_button_view .btn {
}

#block_42 .component_button_view .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_42 .component_button_view .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_42 .component_button_view .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_42 .component_button_view .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_42 .component_button_view .btn-actions:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_42 .component_button_view .btn-actions:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_42 .component_button_view .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_42 .component_button_view .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_42 .component_button_view .btn-big-primary:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_42 .component_button_view .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: #ff8355 !important;
}

#block_42 .component_button_view .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(255, 131, 85, 0.9) !important;
    border-color: #ea5923 !important;
}

#block_39 .component_ticket_messages .ticket-dialog__row {
    margin-bottom: 16px;
    font-size: "";
}

#block_39 .component_ticket_messages .ticket-dialog__row-message {
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    border-color: #000000;
    background: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-style: none;
}

#block_39 .component_ticket_messages .ticket-dialog__row-bottom {
    display: flex;
    align-items: center;
    font-size: 0.75em;
}

#block_39 .component_ticket_messages .ticket-dialog__row-bottom-name {
    font-weight: bold;
}

#block_39 .component_ticket_messages .ticket-dialog__row-bottom-date {
}

#block_39 .component_ticket_messages .ticket-dialog__row-admin {
    padding-right: 50px;
}

#block_39 .component_ticket_messages .ticket-dialog__row-user {
    padding-left: 50px;
}

#block_39 .component_ticket_messages .ticket-dialog__row-admin .ticket-dialog__row-message {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.8);
    border-color: transparent;
    box-shadow: none;
}

#block_39 .component_ticket_messages .ticket-dialog__row-admin .ticket-dialog__row-bottom {
    color: #afaeaf;
}

#block_39 .component_ticket_messages .ticket-dialog__row-admin .ticket-dialog__row-bottom .ticket-dialog__row-bottom-name {
    padding-right: 7px;
}

#block_39 .component_ticket_messages .ticket-dialog__row-user .ticket-dialog__row-message {
    text-align: left;
    color: #ffffff;
    background: rgba(175, 174, 175, 0.2);
    border-color: transparent;
    box-shadow: none;
}

#block_39 .component_ticket_messages .ticket-dialog__row-user .ticket-dialog__row-bottom {
    justify-content: flex-end;
    text-align: right;
    color: #afaeaf;
}

#block_39 .component_ticket_messages .ticket-dialog__row-user .ticket-dialog__row-bottom .ticket-dialog__row-bottom-name {
    padding-right: 7px;
}

#block_39 .component_ticket_messages .ticket-dialog-rtl .ticket-dialog__row-admin {
    padding-left: 50px;
    padding-right: 0px;
}

#block_39 .component_ticket_messages .ticket-dialog-rtl .ticket-dialog__row-user {
    padding-right: 50px;
    padding-left: 0px;
}

#block_39 .component_ticket_messages .ticket-dialog-rtl .ticket-dialog__row-admin .ticket-dialog__row-message {
    text-align: right;
}

#block_39 .component_ticket_messages .ticket-dialog-rtl .ticket-dialog__row-user .ticket-dialog__row-message {
    text-align: right;
}

#block_39 .component_ticket_messages .ticket-dialog-rtl .ticket-dialog__row-admin .ticket-dialog__row-bottom .ticket-dialog__row-bottom-name {
    padding-right: 0px;
    padding-left: 7px;
}

#block_39 .component_ticket_messages .ticket-dialog-rtl .ticket-dialog__row-user .ticket-dialog__row-bottom .ticket-dialog__row-bottom-name {
    padding-right: 0px;
    padding-left: 7px;
}

#block_39 .component_button_submit .btn {
}

#block_39 .component_button_submit .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_39 .component_button_submit .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_39 .component_button_submit .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_39 .component_button_submit .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_39 .component_button_submit .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_39 .component_button_submit .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_39 .component_button_submit .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_39 .component_button_submit .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_39 .component_button_submit .btn-big-primary:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_39 .component_button_submit .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 1) !important;
}

#block_39 .component_button_submit .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 0.9) !important;
    border-color: rgba(219, 140, 7, 0.9) !important;
}

#block_64 .component_button_submit .btn {
}

#block_64 .component_button_submit .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_64 .component_button_submit .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_64 .component_button_submit .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_64 .component_button_submit .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_64 .component_button_submit .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_64 .component_button_submit .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_64 .component_button_submit .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_64 .component_button_submit .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_64 .component_button_submit .btn-big-primary:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_64 .component_button_submit .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 1) !important;
}

#block_64 .component_button_submit .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 0.9) !important;
    border-color: rgba(219, 140, 7, 0.9) !important;
}

#block_58 .component_status_tabs .tab {
    padding: 0px;
}

#block_58 .component_status_tabs .tab .nav-item {
    margin-right: 4px;
}

#block_58 .component_status_tabs .tab .nav-item .nav-link {
    font-size: "";
    font-weight: 600;
    font-style: normal;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    color: #afaeaf;
    background: transparent;
    border-color: transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
    box-shadow: none;
}

#block_58 .component_status_tabs .tab .nav-item .active {
    font-size: "";
    letter-spacing: "";
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
}

#block_58 .component_status_tabs .tab .nav-item .nav-link:not(.active):hover {
    color: rgba(243, 156, 17, 1);
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    text-decoration: none;
}

@media (max-width: 768px) {
    #block_58 .component_status_tabs .tab .nav-item {
        width:100%;
        margin-right: 0px;
        margin-bottom: 4px;
    }

    #block_58 .component_status_tabs .tab-rtl .tab .nav-item {
        text-align: right;
    }
}

#block_58 .component_pagination .pagination {
    margin-bottom: 0px;
    padding: 0px;
}

#block_58 .component_pagination .pagination .pagination-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: "";
    width: 2em;
    height: 2em;
    background: transparent;
    margin-right: 6px;
    border-color: transparent;
    border-style: solid;
    color: #afaeaf;
    box-shadow: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_58 .component_pagination .pagination .pagination-item__active .pagination-link {
    font-weight: 600;
    font-style: normal;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    color: #ffffff;
    text-decoration: none;
}

#block_58 .component_pagination .pagination .pagination-item:not(.pagination-item__active):hover .pagination-link {
    background: transparent;
    border-color: transparent;
    color: rgba(243, 156, 17, 1);
    text-decoration: none;
}

#block_58 .component_pagination .pagination-rtl .pagination .pagination-link {
    margin-right: 0px;
    margin-left: 6px;
}

#block_58 .component_button_search .btn {
}

#block_58 .component_button_search .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: rgba(243, 156, 17, 1);
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_58 .component_button_search .btn-big-secondary:hover {
    color: rgba(219, 140, 7, 1);
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_58 .component_button_search .btn-big-secondary:focus {
    color: rgba(243, 156, 17, 1);
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_58 .component_button_search .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_58 .component_button_search .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_58 .component_button_search .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_58 .component_button_search .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_58 .component_button_search .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_58 .component_button_search .btn-big-primary:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_58 .component_button_search .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: #ff8355 !important;
}

#block_58 .component_button_search .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(255, 131, 85, 0.9) !important;
    border-color: #ea5923 !important;
}

#block_37 .component_button_search .btn {
}

#block_37 .component_button_search .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: rgba(243, 156, 17, 1);
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_37 .component_button_search .btn-big-secondary:hover {
    color: rgba(219, 140, 7, 1);
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_37 .component_button_search .btn-big-secondary:focus {
    color: rgba(243, 156, 17, 1);
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_37 .component_button_search .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_37 .component_button_search .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_37 .component_button_search .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_37 .component_button_search .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_37 .component_button_search .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_37 .component_button_search .btn-big-primary:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_37 .component_button_search .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: #ff8355 !important;
}

#block_37 .component_button_search .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(255, 131, 85, 0.9) !important;
    border-color: #ea5923 !important;
}

#block_37 .component_filter_button .btn {
}

#block_37 .component_filter_button .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_37 .component_filter_button .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_37 .component_filter_button .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_37 .component_filter_button .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_37 .component_filter_button .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_37 .component_filter_button .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_37 .component_filter_button .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_37 .component_filter_button .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_37 .component_filter_button .btn-big-primary:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_37 .component_filter_button .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 1) !important;
}

#block_37 .component_filter_button .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 0.9) !important;
    border-color: rgba(219, 140, 7, 0.9) !important;
}

#block_37 .component_pagination .pagination {
    margin-bottom: 0px;
    padding: 0px;
}

#block_37 .component_pagination .pagination .pagination-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: "";
    width: 2em;
    height: 2em;
    background: transparent;
    margin-right: 6px;
    border-color: transparent;
    border-style: solid;
    color: #afaeaf;
    box-shadow: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_37 .component_pagination .pagination .pagination-item__active .pagination-link {
    font-weight: 600;
    font-style: normal;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    color: #ffffff;
    text-decoration: none;
}

#block_37 .component_pagination .pagination .pagination-item:not(.pagination-item__active):hover .pagination-link {
    background: transparent;
    border-color: transparent;
    color: rgba(243, 156, 17, 1);
    text-decoration: none;
}

#block_37 .component_pagination .pagination-rtl .pagination .pagination-link {
    margin-right: 0px;
    margin-left: 6px;
}

#block_55 .component_checkbox_remember_me .form-group__checkbox {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: -ms-user-select;
    user-select: none;
}

#block_55 .component_checkbox_remember_me .form-group__checkbox label {
    margin-bottom: 0px;
    font-weight: 600;
    font-style: normal;
}

#block_55 .component_checkbox_remember_me .form-group__checkbox-label {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    position: relative;
    vertical-align: middle;
}

#block_55 .component_checkbox_remember_me .form-group__label-title {
    position: relative;
    vertical-align: middle;
}

#block_55 .component_checkbox_remember_me .form-group__checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#block_55 .component_checkbox_remember_me .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    font-size: 16px;
    width: 16px;
    height: 16px;
    background: #252427;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#block_55 .component_checkbox_remember_me .form-group__checkbox:hover input ~ .checkmark {
    background: #252427;
}

#block_55 .component_checkbox_remember_me .form-group__checkbox input:checked ~ .checkmark {
    background: rgba(243, 156, 17, 1);
}

#block_55 .component_checkbox_remember_me .form-group__checkbox:after {
    content: ' ';
    position: absolute;
    display: none;
}

#block_55 .component_checkbox_remember_me .form-group__checkbox input:checked ~ .checkmark:after {
    content: "\f00c";
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    width: 16px;
    height: 16px;
    font-size: 0.7em;
}

#block_55 .component_checkbox_remember_me .form-group__checkbox .checkmark:after {
    color: #ffffff;
}

#block_55 .component_checkbox_remember_me .radiomark {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: #252427;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
}

#block_55 .component_checkbox_remember_me .form-group__checkbox:hover input ~ .radiomark {
    background: #252427;
}

#block_55 .component_checkbox_remember_me .form-group__checkbox input:checked ~ .radiomark {
    background: rgba(243, 156, 17, 1);
}

#block_55 .component_checkbox_remember_me .form-group__checkbox input:checked ~ .radiomark:after {
    content: " ";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-color: rgba(243, 156, 17, 1);
    border-style: solid;
    background: #ffffff;
}

#block_55 .component_checkbox_remember_me .form-group__checkbox .radiomark:after {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    color: #ffffff;
}

#block_55 .component_checkbox_remember_me .form-group__checkbox-rtl .form-group__checkbox-label {
    margin-right: 0px;
    margin-left: 8px;
}

@media (max-width: 768px) {
    #block_55 .component_checkbox_remember_me .form-group__label-title {
        display:inline;
        vertical-align: inherit;
    }
}

#block_68 .component_button_search .btn {
}

#block_68 .component_button_search .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: rgba(243, 156, 17, 1);
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_68 .component_button_search .btn-big-secondary:hover {
    color: rgba(251, 185, 54, 1);
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_68 .component_button_search .btn-big-secondary:focus {
    color: rgba(243, 156, 17, 1);
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_68 .component_button_search .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_68 .component_button_search .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_68 .component_button_search .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_68 .component_button_search .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_68 .component_button_search .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_68 .component_button_search .btn-big-primary:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_68 .component_button_search .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: #ff8355 !important;
}

#block_68 .component_button_search .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(255, 131, 85, 0.9) !important;
    border-color: #ea5923 !important;
}

#block_68 .component_pagination .pagination {
    margin-bottom: 0px;
    padding: 0px;
}

#block_68 .component_pagination .pagination .pagination-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: "";
    width: 2em;
    height: 2em;
    background: "";
    margin-right: "";
    border-color: "";
    border-style: solid;
    color: "";
    box-shadow: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_68 .component_pagination .pagination .pagination-item__active .pagination-link {
    font-weight: "";
    font-style: "";
    background: "";
    border-color: "";
    color: "";
    text-decoration: none;
}

#block_68 .component_pagination .pagination .pagination-item:not(.pagination-item__active):hover .pagination-link {
    background: "";
    border-color: "";
    color: "";
    text-decoration: none;
}

#block_68 .component_pagination .pagination-rtl .pagination .pagination-link {
    margin-right: 0px;
    margin-left: "";
}

#block_51 .component_button_request_payout .btn {
}

#block_51 .component_button_request_payout .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_51 .component_button_request_payout .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_51 .component_button_request_payout .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_51 .component_button_request_payout .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_51 .component_button_request_payout .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_51 .component_button_request_payout .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_51 .component_button_request_payout .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_51 .component_button_request_payout .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_51 .component_button_request_payout .btn-big-primary:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_51 .component_button_request_payout .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 1) !important;
}

#block_51 .component_button_request_payout .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 0.9) !important;
    border-color: rgba(219, 140, 7, 0.9) !important;
}

#block_61 .component_pagination .pagination {
    margin-bottom: 0px;
    padding: 0px;
}

#block_61 .component_pagination .pagination .pagination-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: "";
    width: 2em;
    height: 2em;
    background: transparent;
    margin-right: 6px;
    border-color: transparent;
    border-style: solid;
    color: #afaeaf;
    box-shadow: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_61 .component_pagination .pagination .pagination-item__active .pagination-link {
    font-weight: 600;
    font-style: normal;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    color: #ffffff;
    text-decoration: none;
}

#block_61 .component_pagination .pagination .pagination-item:not(.pagination-item__active):hover .pagination-link {
    background: transparent;
    border-color: transparent;
    color: rgba(243, 156, 17, 1);
    text-decoration: none;
}

#block_61 .component_pagination .pagination-rtl .pagination .pagination-link {
    margin-right: 0px;
    margin-left: 6px;
}

#block_48 .component_button_search .btn {
}

#block_48 .component_button_search .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: rgba(243, 156, 17, 1);
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_48 .component_button_search .btn-big-secondary:hover {
    color: rgba(219, 140, 7, 1);
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_48 .component_button_search .btn-big-secondary:focus {
    color: rgba(243, 156, 17, 1);
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_48 .component_button_search .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_48 .component_button_search .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_48 .component_button_search .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_48 .component_button_search .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_48 .component_button_search .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_48 .component_button_search .btn-big-primary:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_48 .component_button_search .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: #ff8355 !important;
}

#block_48 .component_button_search .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(255, 131, 85, 0.9) !important;
    border-color: #ea5923 !important;
}

.wrapper-sidebar-navbar .wrapper-content {
    padding-top: 64px;
}

.wrapper-navbar .component_navbar_sub {
    height: 64px;
}

#block_49 .component_navbar + .component_navbar_sub {
    height: 64px;
}

#block_49.component_navbar + .wrapper-content {
    padding-top: 64px;
}

#block_49 .component_navbar .component-sidebar__menu-logo {
    height: 64px;
}

#block_49 .component_navbar .sidebar-block__left-menu {
    padding-bottom: 64px !important;
}

#block_49 .component_navbar .navbar-nav-currencies {
    font-size: "";
    padding-left: 12px !important;
    padding-right: 12px !important;
}

#block_49 .component_navbar .component-navbar-public__wrapper {
    height: 64px;
}

#block_49 .component_navbar .component-navbar-private__wrapper {
    height: 64px;
}

#block_49 .component_navbar .component-navbar-public-brand a {
    text-decoration: none;
    color: #ffffff;
}

#block_49 .component_navbar .component-navbar-private__wrapper .sidebar-block__top-brand {
    display: none;
}

#block_49 .component_navbar .component-navbar-logo {
    display: flex;
}

#block_49 .component_navbar .component-navbar-nav-item {
    position: relative;
}

#block_49 .component_navbar .component-navbar-public-nav-item {
}

#block_49 .component_navbar .component-navbar-private-nav-item {
    height: 64px;
}

#block_49 .component_navbar .component-navbar-nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 100%;
    font-size: "";
    font-weight: 600;
}

#block_49 .component_navbar .component-navbar-nav-link .badge {
    margin-left: 6px;
    margin-right: 6px;
}

#block_49 .component_navbar .component-navbar-nav-link .component-navbar-nav-link-icon {
    display: flex;
    min-width: 26px;
    padding: 0px 3px;
}

#block_49 .component_navbar .component-navbar-nav-link__navbar-private {
    color: #ffffff;
    background: transparent;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#block_49 .component_navbar .component-navbar-nav-link__navbar-private:hover {
    color: #ff8355;
    background: transparent;
    text-decoration: none;
}

#block_49 .component_navbar .component-navbar-nav-link-active__navbar-private {
    color: #ff8355;
    background: transparent;
}

#block_49 .component_navbar .component-navbar-nav-link__navbar-public {
    color: #ffffff;
    background: transparent;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-style: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

#block_49 .component_navbar .component-navbar-nav-link__navbar-public:hover {
    color: rgba(243, 156, 17, 1);
    background: transparent;
    text-decoration: none;
}

#block_49 .component_navbar .component-navbar-nav-link__navbar-public:focus {
    color: rgba(243, 156, 17, 1);
    background: transparent;
    text-decoration: none;
}

#block_49 .component_navbar .component-navbar-nav-link-active__navbar-public {
    color: rgba(243, 156, 17, 1);
    background: transparent;
}

#block_49 .component_navbar .component-navbar-public {
    height: 64px;
    box-shadow: 0px 2px 4px 0px rgba(25, 25, 25, 0.12);
}

#block_49 .component_navbar .component-navbar-private {
    height: 64px;
    box-shadow: 0px 2px 4px 0px rgba(25, 25, 25, 0.12);
}

#block_49 .component_navbar .component-navbar__navbar-private {
    background: #373539;
    box-shadow: 0px 2px 4px 0px rgba(25, 25, 25, 0.12);
}

#block_49 .component_navbar .component-navbar__navbar-public {
    background: #373539;
    box-shadow: 0px 2px 4px 0px rgba(25, 25, 25, 0.12);
}

#block_49 .component_navbar .component-navbar-balance-wrap__navbar-private {
    padding-top: 0px;
    padding-bottom: 0px;
}

#block_49 .component_navbar .component-navbar-balance-item__navbar-private {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    background: #ff8355;
    padding-left: 16px;
    padding-right: 16px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
}

#block_49 .component_navbar .component-navbar-balance-item__navbar-private:hover {
    color: #ffffff;
    text-decoration: none;
}

#block_49 .component_navbar .component-navbar-private-brand {
    color: #ffffff;
    font-size: 0px;
}

#block_49 .component_navbar .component-navbar-public-brand {
    color: #ffffff;
}

#block_49 .component_navbar .component-navbar__navbar-private .navbar {
    height: 64px;
}

#block_49 .component_navbar .component-navbar__navbar-public .navbar {
    height: 64px;
}

#block_49 .component_navbar .component-navbar__navbar-public-padding .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
}

#block_49 .component_navbar .navbar-burger {
    position: relative;
}

#block_49 .component_navbar .navbar-light .navbar-toggler {
    border: none;
    outline: none;
    position: relative;
}

#block_49 .component_navbar .navbar-burger-line {
    display: block;
    height: 2px;
    width: 24px;
    position: relative;
}

#block_49 .component_navbar .navbar-burger-line:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: -7px;
    height: 2px;
    width: 24px;
}

#block_49 .component_navbar .navbar-burger-line:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    height: 2px;
    width: 24px;
}

#block_49 .component_navbar .component-navbar__navbar-public .navbar-burger-line:before {
    background: #ffffff;
}

#block_49 .component_navbar .component-navbar__navbar-private .navbar-burger-line:before {
    background: #ffffff;
}

#block_49 .component_navbar .component-navbar__navbar-private .navbar-burger-line:after {
    background: #ffffff;
}

#block_49 .component_navbar .component-navbar__navbar-public .navbar-burger-line:after {
    background: #ffffff;
}

#block_49 .component_navbar .component-navbar__navbar-public .navbar-burger-line {
    background: #ffffff;
}

#block_49 .component_navbar .component-navbar__navbar-private .navbar-burger-line {
    background: #ffffff;
}

#block_49 .component_navbar .navbar-nav {
    padding-right: 0px;
}

#block_49 .component_navbar .component-navbar-collapse-divider {
    height: 1px;
    width: 100%;
    display: none;
    opacity: 0.2;
}

#block_49 .component_navbar .component-navbar__navbar-private .component-navbar-collapse-divider {
    background: #ffffff;
}

#block_49 .component_navbar .component-navbar__navbar-public .component-navbar-collapse-divider {
    background: #ffffff;
}

#block_49 .component_navbar .navbar-dropdown {
    position: relative;
    display: inline-block;
    margin-top: 4px;
    padding-bottom: 4px;
}

#block_49 .component_navbar .navbar-dropdown__container {
    position: absolute;
    padding: 0px;
    margin: 0px;
    top: 100%;
    background: "";
    min-width: 100%;
    border-top-left-radius: "";
    border-top-right-radius: "";
    border-bottom-left-radius: "";
    border-bottom-right-radius: "";
    border-color: "";
    box-shadow: "";
    border-style: "";
    border-left-width: "";
    border-right-width: "";
    border-top-width: "";
    border-bottom-width: "";
}

#block_49 .component_navbar .navbar-dropdown__item {
    list-style: none;
}

#block_49 .component_navbar .navbar-dropdown__link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: "";
    background: "";
    padding-top: "";
    padding-bottom: "";
    padding-left: "";
    padding-right: "";
}

#block_49 .component_navbar .navbar-dropdown__link:hover {
    color: "";
    background: "";
    text-decoration: none;
}

.component-navbar-public-brand h1, .component-navbar-public-brand h2, .component-navbar-public-brand h3, .component-navbar-public-brand h4, .component-navbar-public-brand h5, .component-navbar-public-brand h6 {
    margin-bottom: 0px;
}

.component-navbar-public-brand>*:first-child {
    width: 100%;
}

.component-sidebar__menu-brand h1, .component-sidebar__menu-brand h2, .component-sidebar__menu-brand h3, .component-sidebar__menu-brand h4, .component-sidebar__menu-brand h5, .component-sidebar__menu-brand h6 {
    margin-bottom: 0px;
}

.component-sidebar__menu-brand>*:first-child {
    width: 100%;
}

@media (max-width: 991px) {
    #block_49 .component_navbar .sidebar-block__top-logo {
        max-height:64px;
    }

    #block_49 .component_navbar .component-navbar__navbar-public .navbar {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        min-height: 64px;
        padding: 0px 1rem;
    }

    #block_49 .component_navbar .component-navbar__navbar-private .navbar {
        height: auto;
        min-height: 64px;
        flex-wrap: wrap;
        padding: 0px 1rem;
    }

    #block_49 .component_navbar .component-navbar__navbar-private .navbar .navbar-private__header {
        min-height: 64px;
    }

    #block_49 .component_navbar .component-navbar__navbar-public .navbar .navbar-public__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        min-height: 64px;
    }

    #block_49 .component_navbar .component-navbar-private__wrapper {
        height: auto;
    }

    #block_49.component_navbar + .wrapper-content {
        padding-top: 0px;
    }

    #block_49 .component_navbar .component-navbar__navbar-public .navbar-collapse {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        background: none;
    }

    #block_49 .component_navbar .component-navbar__navbar-private .navbar-collapse {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        background: none;
    }

    #block_49 .component_navbar .component-navbar__navbar-private .component-navbar-collapse {
        flex-wrap: wrap;
    }

    #block_49 .component_navbar .component-navbar__navbar-private .component-navbar-private-nav-item {
        height: auto;
    }

    #block_49 .component_navbar .component-navbar-collapse {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #block_49 .component_navbar .component-navbar-collapse-divider {
        display: none;
    }

    #block_49 .component_navbar .component-navbar-nav-link {
        width: 100%;
        justify-content: flex-start;
    }

    #block_49 .component_navbar .navbar-nav {
        width: 100%;
    }

    #block_49 .component_navbar .component-navbar-private__wrapper .sidebar-block__top-brand {
        display: block;
    }

    #block_49 .component_navbar .component-navbar-private-brand {
        font-size: unset;
    }

    #block_49 .component_navbar .navbar {
        flex-flow: row;
    }

    #block_49 .component_navbar .navbar-nav-currencies {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

#block_115 .component_button_link .btn {
}

#block_115 .component_button_link .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_115 .component_button_link .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_115 .component_button_link .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_115 .component_button_link .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_115 .component_button_link .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_115 .component_button_link .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_115 .component_button_link .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_115 .component_button_link .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_115 .component_button_link .btn-big-primary:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_115 .component_button_link .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 1) !important;
}

#block_115 .component_button_link .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 0.9) !important;
    border-color: rgba(219, 140, 7, 0.9) !important;
}

#block_63 .component_button_search .btn {
}

#block_63 .component_button_search .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: rgba(243, 156, 17, 1);
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_63 .component_button_search .btn-big-secondary:hover {
    color: rgba(219, 140, 7, 1);
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_63 .component_button_search .btn-big-secondary:focus {
    color: rgba(243, 156, 17, 1);
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_63 .component_button_search .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_63 .component_button_search .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_63 .component_button_search .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_63 .component_button_search .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_63 .component_button_search .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_63 .component_button_search .btn-big-primary:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_63 .component_button_search .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: #ff8355 !important;
}

#block_63 .component_button_search .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(255, 131, 85, 0.9) !important;
    border-color: #ea5923 !important;
}

#block_62 .component_pagination .pagination {
    margin-bottom: 0px;
    padding: 0px;
}

#block_62 .component_pagination .pagination .pagination-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: "";
    width: 2em;
    height: 2em;
    background: transparent;
    margin-right: 6px;
    border-color: transparent;
    border-style: solid;
    color: #afaeaf;
    box-shadow: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_62 .component_pagination .pagination .pagination-item__active .pagination-link {
    font-weight: 600;
    font-style: normal;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    color: #ffffff;
    text-decoration: none;
}

#block_62 .component_pagination .pagination .pagination-item:not(.pagination-item__active):hover .pagination-link {
    background: transparent;
    border-color: transparent;
    color: rgba(243, 156, 17, 1);
    text-decoration: none;
}

#block_62 .component_pagination .pagination-rtl .pagination .pagination-link {
    margin-right: 0px;
    margin-left: 6px;
}

#block_62 .component_button_more .btn {
}

#block_62 .component_button_more .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_62 .component_button_more .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_62 .component_button_more .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_62 .component_button_more .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_62 .component_button_more .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_62 .component_button_more .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_62 .component_button_more .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_62 .component_button_more .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_62 .component_button_more .btn-big-primary:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_62 .component_button_more .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 1) !important;
}

#block_62 .component_button_more .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 0.9) !important;
    border-color: rgba(219, 140, 7, 0.9) !important;
}

#block_141 .component_button_link .btn {
}

#block_141 .component_button_link .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_141 .component_button_link .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_141 .component_button_link .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_141 .component_button_link .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_141 .component_button_link .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_141 .component_button_link .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_141 .component_button_link .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_141 .component_button_link .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_141 .component_button_link .btn-big-primary:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_141 .component_button_link .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 1) !important;
}

#block_141 .component_button_link .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 0.9) !important;
    border-color: rgba(219, 140, 7, 0.9) !important;
}

#block_206 .component_button_forms .btn {
}

#block_206 .component_button_forms .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: rgba(243, 156, 17, 1);
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_206 .component_button_forms .btn-big-secondary:hover {
    color: rgba(219, 140, 7, 1);
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_206 .component_button_forms .btn-big-secondary:focus {
    color: rgba(243, 156, 17, 1);
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_206 .component_button_forms .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_206 .component_button_forms .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_206 .component_button_forms .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_206 .component_button_forms .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_206 .component_button_forms .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_206 .component_button_forms .btn-big-primary:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_206 .component_button_forms .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: #ff8355 !important;
}

#block_206 .component_button_forms .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(255, 131, 85, 0.9) !important;
    border-color: #ea5923 !important;
}

#block_206 .component_button_submit .btn {
}

#block_206 .component_button_submit .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_206 .component_button_submit .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_206 .component_button_submit .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_206 .component_button_submit .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_206 .component_button_submit .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_206 .component_button_submit .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_206 .component_button_submit .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_206 .component_button_submit .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_206 .component_button_submit .btn-big-primary:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_206 .component_button_submit .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 1) !important;
}

#block_206 .component_button_submit .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 0.9) !important;
    border-color: rgba(219, 140, 7, 0.9) !important;
}

#block_206 .component_content_button .btn {
}

#block_206 .component_content_button .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_206 .component_content_button .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_206 .component_content_button .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_206 .component_content_button .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_206 .component_content_button .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_206 .component_content_button .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_206 .component_content_button .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_206 .component_content_button .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_206 .component_content_button .btn-big-primary:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_206 .component_content_button .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 1) !important;
}

#block_206 .component_content_button .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 0.9) !important;
    border-color: rgba(219, 140, 7, 0.9) !important;
}

#block_206 .component_form_group textarea {
    resize: none;
}

#block_206 .component_form_group .form-control {
    background-color: #252427;
    border-color: #1a191b;
    color: #ffffff;
    font-size: 14px;
    font-weight: inherit;
    height: 48px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
    border-style: solid;
    padding-left: 12px;
    padding-right: 12px;
    box-shadow: none;
    outline: none;
}

#block_206 .component_form_group .form-group input:read-only {
    opacity: 0.5;
}

#block_206 .component_form_group .form-group input:-moz-read-only {
    opacity: 0.5;
}

#block_206 .component_form_group .form-group input:disabled {
    opacity: 0.5;
}

#block_206 .component_form_group .form-control:focus {
    background-color: #252427;
    border-color: #1a191b;
    color: #ffffff;
    box-shadow: none;
    outline: none;
}

#block_206 .component_form_group textarea.form-control {
    height: 160px;
}

#block_206 .component_form_group .form-group label {
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 4px;
}

#block_206 .component_form_group .form-group small {
    display: block;
    color: #ffffff;
    font-size: 0.9rem;
    margin-top: 4px;
}

#block_206 .component_form_group select.form-control:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right .3em top 50%, 0 0;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}

#block_206 .component_form_group .input-group .form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#block_206 .component_form_group .input-group-prepend .btn {
    z-index: inherit;
}

#block_206 .component_form_group .input-group-append .btn {
    z-index: inherit;
    border-bottom-left-radius: 0px!important;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#block_206 .component_form_group .input-group-btn .btn {
    z-index: inherit;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#block_206 .component_form_group .form-group-rtl select.form-control:not([multiple]) {
    background-position: left 1em top 50%, 0 0;
}

#block_206 .component_form_group .form-group-rtl .form-group {
    text-align: right;
}

#block_206 .component_form_group .form-group-rtl .form-group label {
    text-align: right;
}

#block_206 .component_form_group .form-group-rtl .form-group small {
    text-align: right;
}

#block_206 .component_form_group .form-group-rtl .input-group .form-control {
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

#block_206 .component_form_group .form-group-rtl .input-group-append .btn {
    border-bottom-right-radius: 0px!important;
    border-top-right-radius: 0px!important;
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
}

#block_206 .component_form_group .form-group-rtl .input-group-btn .btn {
    border-bottom-right-radius: 0px!important;
    border-top-right-radius: 0px!important;
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
}

#block_206 .component_form_group .form-group-rtl .dropdown-menu {
    right: 0px!important;
    transform: none!important;
    top: 100%!important;
    text-align: start!important;
}

#block_206 .component_form_group .form-group-rtl .dropdown-toggle {
    text-align: right!important;
}

#block_206 .component_form_group .form-group-rtl .dropdown-toggle::after {
    margin-right: 0.255em;
    margin-left: 0px!important;
}

#block_206 .component_form_group .form-group-rtl .select2-container {
    left: auto !important;
}

#block_206 .component_form_group .form-group-rtl .bootstrap-datetimepicker-widget.dropdown-menu {
    inset: inherit !important;
}

#block_206 .component_form_group .form-group-rtl .bootstrap-datetimepicker-widget .list-unstyled {
    padding-right: 0px;
}

#block_206 .component_form_group .form-group .select2-container .dropdown-menu {
    padding: 0px;
    margin: 0px;
}

#block_206 .component_form_group .form-group .select2-container--open .dropdown-menu {
    background-color: transparent;
    color: #ffffff;
}

#block_206 .component_form_group .form-group .select2-container--open .select2-dropdown {
    margin-top: 8px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: rgba(255, 255, 255, 0.04);
    border-style: solid;
    box-shadow: 0 8px 24px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

#block_206 .component_form_group .form-group .select2-search__field {
    padding-left: 2.3rem;
}

#block_206 .component_form_group .form-group .select2-results__option a {
    font-weight: inherit;
    padding-left: 12px;
    padding-right: 12px;
    color: #ffffff;
    background-color: rgba(26, 25, 27, 1);
    text-decoration: none;
}

#block_206 .component_form_group .form-group .select2-results__option {
    font-weight: inherit;
    font-size: 14px;
}

#block_206 .component_form_group .form-group .select2-results__option.active a {
    color: rgba(243, 156, 17, 1);
    background-color: rgba(26, 25, 27, 1);
    text-decoration: none;
}

#block_206 .component_form_group .form-group .select2-results__option a:hover {
    color: #ffffff;
    background-color: rgba(243, 156, 17, 1);
    text-decoration: none;
}

#block_206 .component_form_group .form-group .select2-results__option.active a:hover {
    color: #ffffff;
    background-color: rgba(243, 156, 17, 1);
    text-decoration: none;
}

#block_206 .component_form_group .form-group .select2-dropdown, .select2-results__options {
    padding-top: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    max-height: 408px!important;
}

#block_206 .component_form_group .form-group .select2-results__options {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#block_206 .component_form_group .form-group .select2-container--open .select2-selection--single {
    background-color: #252427;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#block_206 .component_form_group .form-group .select2-selection--single {
    display: flex;
    align-items: center;
}

#block_206 .component_form_group .form-group .select2-search__field-icon {
    padding-left: 0.6em;
    color: #ffffff;
    display: flex;
    align-items: center;
}

#block_206 .component_form_group .form-group .select2-selection__id {
    vertical-align: middle;
}

#block_206 .component_form_group .form-group .select2-search--dropdown {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-top: 6px;
}

#block_206 .component_form_group .form-group .select2-selection__arrow b {
    border-top-color: #ffffff;
}

#block_206 .component_form_group .form-group .select2-container--open .select2-selection__arrow b {
    border-bottom-color: #ffffff;
}

#block_49 .component_navbar_dropdown .navbar-dropdown {
    position: relative;
    display: inline-block;
    margin-top: 4px;
    padding-bottom: 4px;
    font-size: "";
}

#block_49 .component_navbar_dropdown .navbar-dropdown__editor .navbar-dropdown__container {
    visibility: hidden;
}

#block_49 .component_navbar_dropdown .navbar-dropdown__editor:hover .navbar-dropdown__container {
    visibility: visible;
}

#block_49 .component_navbar_dropdown .navbar-dropdown__name {
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(243, 156, 17, 1);
    background: rgba(243, 156, 17, 0.1);
    border-color: transparent;
    box-shadow: 0px 8px 24px 0px rgb(0px 0px 0px 0.1);
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: "";
    font-weight: 600;
    font-style: normal;
}

#block_49 .component_navbar_dropdown .navbar-dropdown__toggle:after {
    display: inline-block;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 12px;
}

#block_49 .component_navbar_dropdown .navbar-dropdown.show .navbar-dropdown__name {
    color: rgba(243, 156, 17, 1);
    background: rgba(243, 156, 17, 0.1);
    border-color: transparent;
    text-decoration: none;
}

#block_49 .component_navbar_dropdown .navbar-dropdown__container {
    position: absolute;
    padding: 0px;
    margin: 0px;
    top: 100%;
    background: #1a191b;
    min-width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: transparent;
    box-shadow: 0px 8px 24px 0px rgb(0px 0px 0px 0.1);
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

#block_49 .component_navbar_dropdown .navbar-dropdown__item {
    list-style: none;
}

#block_49 .component_navbar_dropdown .navbar-dropdown__link {
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 1em;
    color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
}

#block_49 .component_navbar_dropdown .navbar-dropdown__link:hover {
    color: rgba(243, 156, 17, 1);
    background: transparent;
    text-decoration: none;
}

#block_49 .component_navbar_dropdown .navbar-dropdown-rtl .navbar-dropdown__toggle:after {
    margin-left: 0px;
    margin-right: 12px;
}

#block_49 .component_navbar_dropdown .navbar-dropdown-rtl .navbar-dropdown__container {
    text-align: right;
}

#block_49 .component_navbar_dropdown .dropdown-item {
    text-decoration: none;
}

@media (max-width: 991px) {
    #block_49 .component_navbar_dropdown .navbar-dropdown {
        width:100%;
        margin-top: 0px;
        padding-bottom: 0px;
    }

    #block_49 .component_navbar_dropdown .navbar-dropdown__container {
        position: relative;
        visibility: visible;
    }

    #block_49 .component_navbar_dropdown .navbar-dropdown__name {
        width: 100%;
    }
}

#block_35 .component_button_link .btn {
}

#block_35 .component_button_link .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_35 .component_button_link .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_35 .component_button_link .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_35 .component_button_link .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_35 .component_button_link .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_35 .component_button_link .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_35 .component_button_link .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_35 .component_button_link .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_35 .component_button_link .btn-big-primary:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_35 .component_button_link .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 1) !important;
}

#block_35 .component_button_link .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 1) !important;
    border-color: rgba(219, 140, 7, 1) !important;
}

#block_254 .component_button_link .btn {
}

#block_254 .component_button_link .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_254 .component_button_link .btn-big-secondary:hover {
    color: #ff8355;
    background: rgba(37, 36, 39, 0.9);
    border-color: #1a191b;
    text-decoration: none;
}

#block_254 .component_button_link .btn-big-secondary:focus {
    color: #ff8355;
    background: #252427;
    border-color: #1a191b;
    text-decoration: none;
}

#block_254 .component_button_link .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_254 .component_button_link .btn-actions:hover {
    color: #ffffff;
    background: rgba(255, 131, 85, 0.9);
    border-color: #ea5923;
    text-decoration: none;
}

#block_254 .component_button_link .btn-actions:focus {
    color: #ffffff;
    background: #ff8355;
    border-color: #ea5923;
    text-decoration: none;
}

#block_254 .component_button_link .btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: "";
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    box-shadow: none;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

#block_254 .component_button_link .btn-big-primary:hover {
    color: #ffffff;
    background: rgba(243, 156, 17, 0.9);
    border-color: rgba(219, 140, 7, 0.9);
    text-decoration: none;
}

#block_254 .component_button_link .btn-big-primary:focus {
    color: #ffffff;
    background: rgba(243, 156, 17, 1);
    border-color: rgba(219, 140, 7, 1);
    text-decoration: none;
}

#block_254 .component_button_link .btn-big-primary.dropdown-toggle + .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 1) !important;
}

#block_254 .component_button_link .show > .btn-big-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: rgba(243, 156, 17, 0.9) !important;
    border-color: rgba(219, 140, 7, 0.9) !important;
}
