/*
 * AFIXAR public client portal.
 * This file is loaded only for visitors; authenticated screens keep afixar-ui.css.
 */

body.afx-public {
    --afx-public-black: #000000;
    --afx-public-text: #1b1b1d;
    --afx-public-body: #4f4f4f;
    --afx-public-muted: #71717a;
    --afx-public-accent: #ed1b00;
    --afx-public-accent-hover: #c91700;
    --afx-public-bg: #f4f6fa;
    --afx-public-surface: #ffffff;
    --afx-public-soft: #f7f8fb;
    --afx-public-border: #dfe3e8;
    --afx-public-border-soft: #eceff3;
    --afx-public-radius: 8px;
    --afx-topbar-height: 42px;
    --afx-main-menu-height: 72px;
    padding-top: calc(var(--afx-topbar-height) + var(--afx-main-menu-height)) !important;
    background: var(--afx-public-bg);
    color: var(--afx-public-body);
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: 0;
}

body.afx-public,
body.afx-public input,
body.afx-public button,
body.afx-public select,
body.afx-public textarea,
body.afx-public h1,
body.afx-public h2,
body.afx-public h3,
body.afx-public h4,
body.afx-public h5,
body.afx-public h6 {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
}

body.afx-public h1,
body.afx-public h2,
body.afx-public h3,
body.afx-public h4,
body.afx-public h5,
body.afx-public h6 {
    color: var(--afx-public-text);
}

body.afx-public a {
    color: var(--afx-public-text);
}

body.afx-public a:hover,
body.afx-public a:focus {
    color: var(--afx-public-accent);
}

body.afx-public a:focus-visible,
body.afx-public button:focus-visible,
body.afx-public input:focus-visible,
body.afx-public select:focus-visible,
body.afx-public textarea:focus-visible {
    outline: 3px solid rgba(237, 27, 0, .22);
    outline-offset: 2px;
}

/* Public utility bar */
html body.afx-public #header {
    left: 0 !important;
    height: var(--afx-topbar-height);
    min-height: var(--afx-topbar-height);
    border: 0;
    background: var(--afx-public-black);
    box-shadow: none;
}

html body.afx-public #header > .container {
    width: min(100%, 1320px);
    height: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

html body.afx-public #header .top-nav {
    gap: 2px;
}

html body.afx-public #header .top-nav > li > a {
    min-height: 32px;
    padding: 6px 10px;
    border-radius: 6px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}

html body.afx-public #header .top-nav > li > a:hover,
html body.afx-public #header .top-nav > li > a:focus {
    background: rgba(255, 255, 255, .12);
    color: #ffffff;
}

html body.afx-public #header .top-nav .primary-action > a,
html body.afx-public #header .top-nav .primary-action > a.btn {
    border-color: var(--afx-public-accent);
    background: var(--afx-public-accent);
    color: #ffffff;
}

html body.afx-public #header .top-nav .primary-action > a:hover,
html body.afx-public #header .top-nav .primary-action > a:focus {
    border-color: var(--afx-public-accent-hover);
    background: var(--afx-public-accent-hover);
}

/* Public primary navigation */
html body.afx-public #main-menu,
html body.afx-public #main-menu .navbar,
html body.afx-public #main-menu .navbar-default,
html body.afx-public #main-menu .navbar-main,
html body.afx-public #main-menu .navbar-collapse,
html body.afx-public #main-menu .navbar-main > .container,
html body.afx-public #main-menu .afx-sidebar-brand {
    border-color: var(--afx-public-border-soft) !important;
    background: rgba(255, 255, 255, .98) !important;
    color: var(--afx-public-text) !important;
}

html body.afx-public #main-menu {
    top: var(--afx-topbar-height) !important;
    height: var(--afx-main-menu-height) !important;
    min-height: var(--afx-main-menu-height) !important;
    border-bottom: 1px solid var(--afx-public-border-soft) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06) !important;
    backdrop-filter: saturate(160%) blur(18px);
    -webkit-backdrop-filter: saturate(160%) blur(18px);
}

html body.afx-public #main-menu .afx-sidebar-brand {
    min-width: 190px;
    height: var(--afx-main-menu-height) !important;
    padding: 0 24px !important;
    border-right: 0 !important;
}

html body.afx-public #main-menu .afx-sidebar-brand img {
    width: 132px;
    max-width: 132px;
    max-height: 32px;
}

html body.afx-public #main-menu .navbar-main > .container {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 20px !important;
}

html body.afx-public #main-menu .navbar-nav {
    gap: 2px;
}

html body.afx-public #main-menu .navbar-nav > li > a {
    min-height: 40px !important;
    padding: 10px 11px !important;
    border-radius: 6px !important;
    color: var(--afx-public-body) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

html body.afx-public #main-menu .navbar-nav > li > a i,
html body.afx-public #main-menu .navbar-nav .dropdown-menu > li > a i {
    color: #7a7a82 !important;
}

html body.afx-public #main-menu .navbar-nav > li > a:hover,
html body.afx-public #main-menu .navbar-nav > li > a:focus,
html body.afx-public #main-menu .navbar-nav > .active > a,
html body.afx-public #main-menu .navbar-nav > .open > a {
    background: var(--afx-public-black) !important;
    color: #ffffff !important;
}

html body.afx-public #main-menu .navbar-nav > li > a:hover i,
html body.afx-public #main-menu .navbar-nav > li > a:focus i,
html body.afx-public #main-menu .navbar-nav > .active > a i,
html body.afx-public #main-menu .navbar-nav > .open > a i {
    color: #ffffff !important;
}

html body.afx-public #main-menu .dropdown-menu {
    min-width: 280px !important;
    margin-top: 7px !important;
    padding: 8px !important;
    border: 1px solid var(--afx-public-border) !important;
    border-radius: var(--afx-public-radius) !important;
    background: #ffffff !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .14) !important;
}

html body.afx-public #main-menu .dropdown-menu > li > a {
    padding: 10px 11px !important;
    border-radius: 6px !important;
    color: var(--afx-public-body) !important;
    font-size: 13px !important;
}

html body.afx-public #main-menu .dropdown-menu > li > a:hover,
html body.afx-public #main-menu .dropdown-menu > li > a:focus,
html body.afx-public #main-menu .dropdown-menu > .active > a {
    background: var(--afx-public-soft) !important;
    color: var(--afx-public-accent) !important;
}

html body.afx-public #main-menu .dropdown-menu > li > a:hover i,
html body.afx-public #main-menu .dropdown-menu > li > a:focus i,
html body.afx-public #main-menu .dropdown-menu > .active > a i {
    color: var(--afx-public-accent) !important;
}

/* Content rhythm */
html body.afx-public #main-body {
    min-height: calc(100vh - var(--afx-topbar-height) - var(--afx-main-menu-height) - 68px);
    padding: 42px 0 58px;
    background: var(--afx-public-bg);
}

html body.afx-public #main-body > .container,
html body.afx-public #main-body > .container-fluid {
    width: min(calc(100% - 32px), 1240px);
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

html body.afx-public #main-body .main-content {
    min-width: 0;
}

html body.afx-public .header-lined {
    margin: 0 0 28px;
    padding: 0 0 18px;
    border-bottom: 1px solid var(--afx-public-border);
}

html body.afx-public .header-lined h1,
html body.afx-public #order-standard_cart .header-lined h1 {
    margin: 0;
    padding: 0;
    border-bottom: 0 !important;
    color: var(--afx-public-text);
    font-size: 34px !important;
    font-weight: 700;
    line-height: 1.15;
}

html body.afx-public .header-lined h1 small {
    display: block;
    max-width: 760px;
    margin-top: 9px;
    color: var(--afx-public-muted);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

html body.afx-public .breadcrumb {
    margin: 14px 0 0;
    padding: 0;
    background: transparent;
    color: var(--afx-public-muted);
    font-size: 12px;
}

html body.afx-public .breadcrumb > li + li:before {
    color: #a1a1aa;
}

/* Actions and fields */
html body.afx-public .btn {
    min-height: 40px;
    padding: 9px 16px;
    border-radius: var(--afx-public-radius) !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

html body.afx-public .btn-primary,
html body.afx-public .btn-success,
html body.afx-public #order-standard_cart .btn-order-now,
html body.afx-public #order-premium_comparison .order-button {
    border-color: var(--afx-public-black) !important;
    background: var(--afx-public-black) !important;
    color: #ffffff !important;
}

html body.afx-public .btn-primary:hover,
html body.afx-public .btn-primary:focus,
html body.afx-public .btn-success:hover,
html body.afx-public .btn-success:focus,
html body.afx-public #order-standard_cart .btn-order-now:hover,
html body.afx-public #order-standard_cart .btn-order-now:focus,
html body.afx-public #order-premium_comparison .order-button:hover,
html body.afx-public #order-premium_comparison .order-button:focus {
    border-color: var(--afx-public-accent) !important;
    background: var(--afx-public-accent) !important;
    color: #ffffff !important;
}

html body.afx-public .btn-default {
    border-color: #cfd4da;
    background: #ffffff;
    color: var(--afx-public-text);
}

html body.afx-public .btn-default:hover,
html body.afx-public .btn-default:focus {
    border-color: var(--afx-public-black);
    background: var(--afx-public-black);
    color: #ffffff;
}

html body.afx-public .form-control,
html body.afx-public input.field,
html body.afx-public select.field,
html body.afx-public textarea.field {
    min-height: 46px;
    padding: 11px 13px;
    border: 1px solid #cfd4da;
    border-radius: var(--afx-public-radius);
    background: #ffffff;
    color: var(--afx-public-text);
    box-shadow: none;
    font-size: 14px;
}

html body.afx-public textarea.form-control,
html body.afx-public textarea.field {
    min-height: 132px;
}

html body.afx-public .form-control:focus,
html body.afx-public input.field:focus,
html body.afx-public select.field:focus,
html body.afx-public textarea.field:focus {
    border-color: var(--afx-public-accent);
    box-shadow: 0 0 0 3px rgba(237, 27, 0, .10);
}

html body.afx-public .form-group > label,
html body.afx-public .control-label {
    margin-bottom: 7px;
    color: var(--afx-public-text);
    font-size: 13px;
    font-weight: 700;
}

html body.afx-public .prepend-icon .field-icon {
    height: 46px;
    color: #85858d;
    line-height: 46px;
}

html body.afx-public .prepend-icon .field {
    height: 46px;
    padding-left: 44px;
}

html body.afx-public .sub-heading {
    margin: 30px 0 18px;
    border-top: 1px solid var(--afx-public-border);
    color: var(--afx-public-text);
    text-align: left;
}

html body.afx-public .sub-heading span {
    position: relative;
    top: -11px;
    display: inline-block;
    padding: 0 12px 0 0;
    background: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

/* Panels, notices and tables */
html body.afx-public .panel,
html body.afx-public .modal-content {
    border-color: var(--afx-public-border) !important;
    border-radius: var(--afx-public-radius) !important;
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .05);
}

html body.afx-public .panel > .panel-heading,
html body.afx-public .modal-header {
    padding: 15px 18px;
    border-color: var(--afx-public-border-soft) !important;
    border-radius: 7px 7px 0 0 !important;
    background: var(--afx-public-soft) !important;
    color: var(--afx-public-text) !important;
}

html body.afx-public .panel-title,
html body.afx-public .modal-title {
    color: var(--afx-public-text) !important;
    font-size: 15px;
    font-weight: 700;
}

html body.afx-public .panel-body,
html body.afx-public .modal-body {
    padding: 20px;
}

html body.afx-public .panel-sidebar .list-group-item {
    padding: 12px 16px;
    border-color: var(--afx-public-border-soft);
    color: var(--afx-public-body);
    font-size: 13px;
}

html body.afx-public .panel-sidebar .list-group-item:hover,
html body.afx-public .panel-sidebar .list-group-item:focus,
html body.afx-public .panel-sidebar .list-group-item.active {
    background: var(--afx-public-soft);
    color: var(--afx-public-accent);
}

html body.afx-public .alert {
    border-width: 1px;
    border-radius: var(--afx-public-radius);
    box-shadow: none;
}

html body.afx-public .table-responsive,
html body.afx-public .table-container,
html body.afx-public .dataTables_wrapper {
    border: 1px solid var(--afx-public-border);
    border-radius: var(--afx-public-radius);
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .04);
}

html body.afx-public table.table {
    margin-bottom: 0;
    background: #ffffff;
}

html body.afx-public table.table > thead > tr > th {
    padding: 13px 14px;
    border-color: #242426;
    background: var(--afx-public-black);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle;
}

html body.afx-public table.table > tbody > tr > td {
    padding: 14px;
    border-color: var(--afx-public-border-soft);
    color: var(--afx-public-body);
    vertical-align: middle;
}

html body.afx-public table.table-striped > tbody > tr:nth-of-type(odd) {
    background: var(--afx-public-soft);
}

html body.afx-public table.table-hover > tbody > tr:hover,
html body.afx-public table.table > tbody > tr:hover {
    background: #f1f3f6;
}

html body.afx-public .pagination > li > a,
html body.afx-public .pagination > li > span {
    min-width: 38px;
    min-height: 38px;
    border-color: var(--afx-public-border);
    color: var(--afx-public-text);
    text-align: center;
}

html body.afx-public .pagination > .active > a,
html body.afx-public .pagination > .active > span {
    border-color: var(--afx-public-black);
    background: var(--afx-public-black);
    color: #ffffff;
}

/* Login, password reset and registration */
html body.afx-public .logincontainer {
    width: min(100%, 520px);
    max-width: 520px;
    margin: 12px auto;
    padding: 34px;
    border: 1px solid var(--afx-public-border);
    border-radius: var(--afx-public-radius);
    background: #ffffff;
    box-shadow: 0 18px 52px rgba(0, 0, 0, .08);
}

html body.afx-public .logincontainer .header-lined {
    margin-bottom: 26px;
    padding-bottom: 18px;
}

html body.afx-public .logincontainer .header-lined h1 {
    font-size: 30px !important;
}

html body.afx-public .logincontainer .login-form > div[align="center"] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

html body.afx-public .logincontainer .login-form > div[align="center"] .btn {
    width: 100%;
}

html body.afx-public .logincontainer .checkbox {
    margin: 18px 0;
}

html body.afx-public .logincontainer .m-t-2 {
    margin-top: 22px !important;
    color: var(--afx-public-muted);
    font-size: 13px;
}

html body.afx-public .logincontainer .m-t-2 a {
    color: var(--afx-public-accent);
    font-weight: 700;
}

html body.afx-public #registration {
    padding: 28px 30px;
    border: 1px solid var(--afx-public-border);
    border-radius: var(--afx-public-radius);
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(0, 0, 0, .05);
}

html body.afx-public #registration .marketing-email-optin,
html body.afx-public #registration .tospanel {
    border-radius: var(--afx-public-radius);
}

html body.afx-public #registration input[type="submit"] {
    min-width: 220px;
}

html body.afx-public form.form-horizontal:not(#frmGeneratePassword) {
    padding: 28px;
    border: 1px solid var(--afx-public-border);
    border-radius: var(--afx-public-radius);
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(0, 0, 0, .05);
}

/* Knowledge base and public content */
html body.afx-public .kb-index-search,
html body.afx-public .kb-search {
    max-width: 820px;
    margin: 0 auto 34px;
}

html body.afx-public .kb-search .form-control {
    height: 50px;
}

html body.afx-public .kb-search .btn {
    min-height: 50px;
}

html body.afx-public .kb-category-card,
html body.afx-public .kb-popular-item,
html body.afx-public .kb-article,
html body.afx-public .announcement-single,
html body.afx-public .featured-tld {
    border: 1px solid var(--afx-public-border) !important;
    border-radius: var(--afx-public-radius) !important;
    background: #ffffff !important;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .04) !important;
}

html body.afx-public .kb-category-card,
html body.afx-public .kb-popular-item {
    height: 100%;
    padding: 20px;
}

html body.afx-public .kb-category-link,
html body.afx-public .kb-popular-link {
    color: var(--afx-public-text);
}

html body.afx-public .kb-category-link:hover,
html body.afx-public .kb-popular-link:hover {
    color: var(--afx-public-accent);
}

html body.afx-public .kb-article,
html body.afx-public .announcement-single {
    margin-bottom: 18px;
    padding: 24px;
}

html body.afx-public .announcement-single .label,
html body.afx-public .kb-article .label {
    border-radius: 4px;
    background: var(--afx-public-black);
}

html body.afx-public .featured-tld {
    overflow: hidden;
}

/* Public catalog overview */
html body.afx-public .afx-products-overview {
    max-width: none;
}

html body.afx-public .afx-products-summary {
    margin-bottom: 38px;
}

html body.afx-public .afx-products-summary-tile {
    min-height: 118px;
    padding: 18px;
    border: 1px solid var(--afx-public-border);
    border-radius: var(--afx-public-radius);
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .04);
}

html body.afx-public .afx-products-summary-tile .icon,
html body.afx-public .afx-product-card-icon {
    border-radius: 6px;
    background: var(--afx-public-black);
    color: #ffffff;
}

html body.afx-public .afx-products-summary .tile:nth-child(3) .icon {
    background: var(--afx-public-accent);
}

html body.afx-public .afx-products-catalog {
    gap: 42px;
}

html body.afx-public .afx-product-category-header {
    margin-bottom: 18px;
}

html body.afx-public .afx-product-category-kicker {
    color: var(--afx-public-accent);
}

html body.afx-public .afx-product-category-header h2 {
    color: var(--afx-public-text);
    font-size: 25px;
}

html body.afx-public .afx-product-card-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
}

html body.afx-public .afx-product-card {
    min-height: 190px;
    padding: 22px;
    border: 1px solid var(--afx-public-border);
    border-radius: var(--afx-public-radius);
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .04);
}

html body.afx-public .afx-product-card:hover {
    border-color: #bcc2c9;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .08);
    transform: translateY(-2px);
}

html body.afx-public .afx-product-card-action .btn,
html body.afx-public .afx-product-category-header .btn {
    border-radius: var(--afx-public-radius) !important;
}

/* Store category control */
html body.afx-public .afx-store-category-bar {
    margin-bottom: 30px;
}

html body.afx-public .afx-store-category-navbar {
    min-height: 52px;
    border: 1px solid var(--afx-public-border) !important;
    border-radius: var(--afx-public-radius) !important;
    background: #ffffff !important;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .04);
}

html body.afx-public .afx-store-category-navbar .navbar-brand {
    height: 50px;
    color: var(--afx-public-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

html body.afx-public .afx-store-category-navbar .navbar-nav > li > a {
    color: var(--afx-public-body);
    font-weight: 600;
}

html body.afx-public .afx-store-category-navbar .navbar-nav > .open > a,
html body.afx-public .afx-store-category-navbar .navbar-nav > li > a:hover,
html body.afx-public .afx-store-category-navbar .navbar-nav > li > a:focus {
    background: var(--afx-public-soft);
    color: var(--afx-public-accent);
}

html body.afx-public .afx-store-category-navbar .dropdown-menu {
    border-color: var(--afx-public-border);
    border-radius: var(--afx-public-radius);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .12);
}

/* Standard cart product cards */
html body.afx-public #order-standard_cart .cart-body {
    float: none;
    width: 100%;
}

html body.afx-public #order-standard_cart .cart-body > .products:not(.afx-whatsapp-products) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

html body.afx-public #order-standard_cart .cart-body > .products:not(.afx-whatsapp-products) > .row {
    display: contents;
}

html body.afx-public #order-standard_cart .cart-body > .products:not(.afx-whatsapp-products) > .row > [class*="col-"] {
    display: flex;
    width: auto;
    margin: 0;
    padding: 0;
}

html body.afx-public #order-standard_cart .product.clearfix:not(.afx-whatsapp-product),
html body.afx-public #order-standard_cart .afx-whatsapp-product.panel {
    min-height: 272px;
    border: 1px solid var(--afx-public-border) !important;
    border-radius: var(--afx-public-radius) !important;
    background: #ffffff !important;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .05) !important;
}

html body.afx-public #order-standard_cart .product.clearfix:not(.afx-whatsapp-product):hover,
html body.afx-public #order-standard_cart .afx-whatsapp-product.panel:hover {
    border-color: #b9c0c8 !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .09) !important;
}

html body.afx-public #order-standard_cart .product.clearfix:not(.afx-whatsapp-product) header,
html body.afx-public #order-standard_cart .afx-whatsapp-product .panel-heading {
    min-height: 64px;
    padding: 20px 20px 10px;
    background: #ffffff !important;
}

html body.afx-public #order-standard_cart .product.clearfix:not(.afx-whatsapp-product) header span:first-child,
html body.afx-public #order-standard_cart .afx-whatsapp-product .panel-title {
    color: var(--afx-public-text) !important;
    font-size: 20px !important;
}

html body.afx-public #order-standard_cart .product.clearfix:not(.afx-whatsapp-product) .product-desc,
html body.afx-public #order-standard_cart .afx-whatsapp-product .product-desc {
    padding: 10px 20px 18px !important;
    color: var(--afx-public-body);
}

html body.afx-public #order-standard_cart .product.clearfix:not(.afx-whatsapp-product) .product-desc li:before {
    background: var(--afx-public-accent);
}

html body.afx-public #order-standard_cart .product.clearfix:not(.afx-whatsapp-product) footer,
html body.afx-public #order-standard_cart .afx-whatsapp-product .panel-footer {
    padding: 17px 20px 20px;
    border-top: 1px solid var(--afx-public-border-soft);
    background: #ffffff;
}

html body.afx-public #order-standard_cart .product-pricing .price,
html body.afx-public #order-standard_cart .afx-whatsapp-product .product-pricing .price {
    color: var(--afx-public-text);
    font-size: 29px;
    font-weight: 700;
}

html body.afx-public #order-standard_cart .afx-whatsapp-tiles .row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

html body.afx-public #order-standard_cart .afx-whatsapp-tiles .tile {
    display: block;
    width: auto;
    padding: 0;
}

html body.afx-public #order-standard_cart .afx-whatsapp-tile {
    min-height: 112px;
    border: 1px solid var(--afx-public-border);
    border-radius: var(--afx-public-radius);
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .04);
}

html body.afx-public #order-standard_cart .afx-whatsapp-tile .icon {
    border-radius: 6px;
    background: var(--afx-public-black);
}

html body.afx-public #order-standard_cart .afx-whatsapp-tiles .tile:nth-child(3) .icon {
    background: var(--afx-public-accent);
}

html body.afx-public #order-standard_cart .afx-whatsapp-products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

html body.afx-public #order-standard_cart .afx-whatsapp-products > .row {
    display: contents;
}

html body.afx-public #order-standard_cart .afx-whatsapp-products > .row > [class*="col-"] {
    display: flex;
    width: auto;
    margin: 0;
    padding: 0;
}

html body.afx-public #order-standard_cart .afx-whatsapp-product.panel {
    width: 100%;
    min-height: 292px;
    margin: 0;
}

html body.afx-public #order-standard_cart .afx-whatsapp-info-panels .panel {
    border-radius: var(--afx-public-radius) !important;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .04) !important;
}

html body.afx-public #order-standard_cart .afx-whatsapp-includes .panel-heading i {
    color: #14833b;
}

html body.afx-public #order-standard_cart .afx-whatsapp-terms .panel-heading i {
    color: var(--afx-public-accent);
}

/* Premium comparison product cards */
html body.afx-public #order-premium_comparison .main-container {
    max-width: none;
}

html body.afx-public #order-premium_comparison .txt-center {
    margin-bottom: 30px;
}

html body.afx-public #order-premium_comparison #headline {
    margin-top: 0;
    color: var(--afx-public-text);
    font-size: 34px;
    line-height: 1.15;
}

html body.afx-public #order-premium_comparison #tagline {
    color: var(--afx-public-muted);
}

html body.afx-public #order-premium_comparison .price-table-container > ul {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

html body.afx-public #order-premium_comparison .price-table-container > ul > li {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body.afx-public #order-premium_comparison .price-table {
    height: 100%;
    border: 1px solid var(--afx-public-border);
    border-radius: var(--afx-public-radius);
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .05);
}

html body.afx-public #order-premium_comparison .price-table .top-head {
    min-height: 214px;
    background: #ffffff;
}

html body.afx-public #order-premium_comparison .price-table h4 {
    color: var(--afx-public-text);
    font-size: 18px;
}

html body.afx-public #order-premium_comparison .price-area .price {
    color: var(--afx-public-text);
    font-size: 18px;
}

html body.afx-public #order-premium_comparison .price-table > ul > li {
    border-color: var(--afx-public-border-soft);
    color: var(--afx-public-body);
    font-size: 13px;
}

html body.afx-public #order-premium_comparison .popular-plan {
    background: var(--afx-public-accent);
    color: #ffffff;
}

html body.afx-public #order-premium_comparison .includes-features {
    border-radius: var(--afx-public-radius);
}

/* Footer */
html body.afx-public #footer {
    min-height: 68px;
    padding: 23px 0;
    border: 0;
    background: var(--afx-public-black);
    color: #ffffff;
}

html body.afx-public #footer p {
    margin: 0;
    color: #d4d4d8;
    font-size: 12px;
}

html body.afx-public #footer .back-to-top {
    color: #ffffff;
}

@media (max-width: 1199px) and (min-width: 992px) {
    html body.afx-public #main-menu .afx-sidebar-brand {
        min-width: 172px;
        padding: 0 18px !important;
    }

    html body.afx-public #main-menu .navbar-main > .container {
        padding: 0 10px !important;
    }

    html body.afx-public #main-menu .navbar-nav > li > a {
        padding: 10px 8px !important;
        font-size: 12px !important;
    }

    html body.afx-public #main-menu .navbar-nav > li > a > i:not(.afx-menu-arrow) {
        display: none;
    }

    html body.afx-public #order-premium_comparison .price-table-container > ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    body.afx-public {
        --afx-main-menu-height: 62px;
    }

    html body.afx-public #main-menu {
        height: var(--afx-main-menu-height) !important;
        min-height: var(--afx-main-menu-height) !important;
        overflow: visible !important;
        align-items: center !important;
    }

    html body.afx-public #main-menu .afx-sidebar-brand {
        min-width: 172px;
        height: var(--afx-main-menu-height) !important;
        padding: 0 18px !important;
    }

    html body.afx-public #main-menu .navbar-main,
    html body.afx-public #main-menu .navbar-main > .container {
        position: static;
        display: block !important;
        min-width: 0;
        height: var(--afx-main-menu-height) !important;
    }

    html body.afx-public #main-menu .navbar-main > .container {
        padding: 0 16px !important;
    }

    html body.afx-public #main-menu .navbar-header {
        display: flex !important;
        height: var(--afx-main-menu-height);
        align-items: center;
        justify-content: flex-end;
    }

    html body.afx-public #main-menu .navbar-toggle {
        display: inline-flex !important;
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 0;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--afx-public-border);
        border-radius: var(--afx-public-radius);
        background: #ffffff;
    }

    html body.afx-public #main-menu .navbar-toggle .icon-bar {
        width: 17px;
        background: var(--afx-public-black);
    }

    html body.afx-public #main-menu .navbar-collapse.collapse {
        display: none !important;
    }

    html body.afx-public #main-menu .navbar-collapse.collapse.in,
    html body.afx-public #main-menu .navbar-collapse.collapsing {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        max-height: calc(100vh - var(--afx-topbar-height) - var(--afx-main-menu-height));
        padding: 10px 16px 18px;
        overflow-y: auto !important;
        border-top: 1px solid var(--afx-public-border-soft) !important;
        border-bottom: 1px solid var(--afx-public-border) !important;
        background: #ffffff !important;
        box-shadow: 0 18px 32px rgba(0, 0, 0, .12);
    }

    html body.afx-public #main-menu .navbar-nav {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0;
    }

    html body.afx-public #main-menu .navbar-nav > li {
        width: 100% !important;
    }

    html body.afx-public #main-menu .navbar-nav > li > a {
        display: flex !important;
        width: 100%;
        min-height: 44px !important;
        padding: 11px 12px !important;
    }

    html body.afx-public #main-menu .dropdown-menu {
        position: static !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 2px 0 8px !important;
        border: 0 !important;
        border-left: 2px solid var(--afx-public-accent) !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    html body.afx-public #order-standard_cart .afx-whatsapp-products,
    html body.afx-public #order-premium_comparison .price-table-container > ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    html body.afx-public #order-standard_cart .afx-whatsapp-tiles .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.afx-public {
        --afx-topbar-height: 42px;
        --afx-main-menu-height: 60px;
        font-size: 14px;
    }

    html body.afx-public #header > .container {
        width: 100%;
        padding: 0 12px;
    }

    html body.afx-public #header .top-nav > li > a {
        padding: 6px 8px;
        font-size: 11px;
    }

    html body.afx-public #main-menu .afx-sidebar-brand {
        min-width: 150px;
        padding: 0 16px !important;
    }

    html body.afx-public #main-menu .afx-sidebar-brand img {
        width: 116px;
        max-width: 116px;
    }

    html body.afx-public #main-body {
        padding: 28px 0 42px;
    }

    html body.afx-public #main-body > .container,
    html body.afx-public #main-body > .container-fluid {
        width: min(calc(100% - 24px), 1240px);
    }

    html body.afx-public .header-lined,
    html body.afx-public #order-standard_cart .header-lined {
        margin-bottom: 22px;
        padding-bottom: 15px;
    }

    html body.afx-public .header-lined h1,
    html body.afx-public #order-standard_cart .header-lined h1,
    html body.afx-public #order-premium_comparison #headline {
        font-size: 27px !important;
    }

    html body.afx-public .header-lined h1 small {
        font-size: 14px;
    }

    html body.afx-public .breadcrumb {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    html body.afx-public .logincontainer {
        margin: 0 auto;
        padding: 24px 20px;
    }

    html body.afx-public .logincontainer .login-form > div[align="center"] {
        grid-template-columns: 1fr;
    }

    html body.afx-public #registration,
    html body.afx-public form.form-horizontal:not(#frmGeneratePassword) {
        padding: 22px 16px;
    }

    html body.afx-public #registration input[type="submit"] {
        width: 100%;
        min-width: 0;
    }

    html body.afx-public .afx-products-summary .row {
        gap: 10px 0;
    }

    html body.afx-public .afx-products-summary .tile {
        width: 50%;
    }

    html body.afx-public .afx-products-summary-tile {
        min-height: 108px;
        padding: 14px;
    }

    html body.afx-public .afx-product-category-header,
    html body.afx-public .afx-product-card-action {
        align-items: stretch;
        flex-direction: column;
    }

    html body.afx-public .afx-product-card-grid,
    html body.afx-public #order-standard_cart .cart-body > .products:not(.afx-whatsapp-products),
    html body.afx-public #order-standard_cart .afx-whatsapp-products,
    html body.afx-public #order-premium_comparison .price-table-container > ul {
        grid-template-columns: 1fr;
    }

    html body.afx-public .afx-product-card-action .btn,
    html body.afx-public .afx-product-category-header .btn,
    html body.afx-public #order-standard_cart .btn-order-now,
    html body.afx-public #order-premium_comparison .order-button {
        width: 100%;
    }

    html body.afx-public #order-standard_cart .product.clearfix:not(.afx-whatsapp-product),
    html body.afx-public #order-standard_cart .afx-whatsapp-product.panel {
        min-height: 0;
    }

    html body.afx-public #order-standard_cart .product.clearfix:not(.afx-whatsapp-product) footer,
    html body.afx-public #order-standard_cart .afx-whatsapp-product .panel-footer {
        align-items: stretch;
        flex-direction: column;
    }

    html body.afx-public #order-premium_comparison .price-table .top-head {
        min-height: 0;
    }

    html body.afx-public .table-responsive,
    html body.afx-public .table-container,
    html body.afx-public .dataTables_wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    html body.afx-public table.table {
        min-width: 660px;
    }

    html body.afx-public #footer {
        padding: 21px 12px;
        text-align: center;
    }
}

@media (max-width: 420px) {
    html body.afx-public #header .top-nav > li > a {
        padding-right: 6px;
        padding-left: 6px;
        font-size: 10px;
    }

    html body.afx-public #header .top-nav {
        gap: 0;
    }

    html body.afx-public .afx-products-summary .tile {
        width: 100%;
    }

    html body.afx-public #order-standard_cart .afx-whatsapp-tiles .row {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    html body.afx-public *,
    html body.afx-public *:before,
    html body.afx-public *:after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media print {
    html body.afx-public {
        padding-top: 0 !important;
        background: #ffffff;
    }

    html body.afx-public #header,
    html body.afx-public #main-menu,
    html body.afx-public #footer {
        display: none !important;
    }
}

/* Public website navigation */
html body.afx-public {
    padding-top: 0 !important;
    padding-left: 0 !important;
}

html body.afx-public .afx-site-header {
    position: sticky;
    z-index: 1030;
    top: 0;
    width: 100%;
    border-bottom: 1px solid var(--afx-public-border-soft);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 5px 18px rgba(0, 0, 0, .055);
    backdrop-filter: saturate(160%) blur(16px);
    -webkit-backdrop-filter: saturate(160%) blur(16px);
}

html body.afx-public .afx-site-navbar,
html body.afx-public .afx-site-navbar.navbar-default {
    min-height: 76px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

html body.afx-public .afx-site-navbar > .container {
    width: min(100%, 1340px);
    padding-right: 24px;
    padding-left: 24px;
}

html body.afx-public .afx-site-navbar .navbar-header {
    min-width: 154px;
}

html body.afx-public .afx-site-navbar .afx-site-brand {
    display: flex;
    width: 142px;
    height: 76px;
    padding: 0;
    align-items: center;
}

html body.afx-public .afx-site-navbar .afx-site-brand img {
    display: block;
    width: 128px;
    max-width: 100%;
    max-height: 34px;
}

html body.afx-public .afx-site-navbar .afx-site-nav-collapse {
    padding: 0;
    border: 0;
    box-shadow: none;
}

html body.afx-public .afx-site-navbar .afx-site-nav-links,
html body.afx-public .afx-site-navbar .afx-site-actions {
    margin-top: 0;
    margin-bottom: 0;
}

html body.afx-public .afx-site-navbar .navbar-nav > li > a {
    display: flex;
    min-height: 42px;
    padding: 11px 10px;
    align-items: center;
    gap: 7px;
    border-radius: 6px;
    color: #3f3f46;
    font-size: 13px;
    font-weight: 650;
    line-height: 20px;
}

html body.afx-public .afx-site-navbar .afx-site-nav-links > li > a > i:not(.afx-menu-arrow) {
    display: none;
}

html body.afx-public .afx-site-navbar .navbar-nav > li > a:hover,
html body.afx-public .afx-site-navbar .navbar-nav > li > a:focus,
html body.afx-public .afx-site-navbar .navbar-nav > .open > a,
html body.afx-public .afx-site-navbar .navbar-nav > .open > a:hover,
html body.afx-public .afx-site-navbar .navbar-nav > .open > a:focus {
    background: #f3f4f6;
    color: var(--afx-public-black);
}

html body.afx-public .afx-site-navbar .afx-menu-arrow {
    margin-left: 1px;
    color: #7a7a82;
    font-size: 10px;
    transition: transform 160ms ease;
}

html body.afx-public .afx-site-navbar .open > a .afx-menu-arrow {
    transform: rotate(180deg);
}

html body.afx-public .afx-site-navbar .dropdown-menu {
    min-width: 330px;
    margin-top: 8px;
    padding: 8px;
    border: 1px solid var(--afx-public-border);
    border-radius: var(--afx-public-radius);
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .14);
}

html body.afx-public .afx-site-navbar .dropdown-menu > li > a {
    display: flex;
    min-height: 42px;
    padding: 10px 11px;
    align-items: center;
    border-radius: 6px;
    color: var(--afx-public-body);
    font-size: 13px;
    white-space: normal;
}

html body.afx-public .afx-site-navbar .dropdown-menu > li > a i {
    width: 22px;
    color: #6b7280;
    text-align: center;
}

html body.afx-public .afx-site-navbar .dropdown-menu > li > a:hover,
html body.afx-public .afx-site-navbar .dropdown-menu > li > a:focus {
    background: var(--afx-public-soft);
    color: var(--afx-public-accent);
}

html body.afx-public .afx-site-navbar .afx-site-actions > li > a {
    white-space: nowrap;
}

html body.afx-public .afx-site-navbar .afx-site-actions > li > a.afx-site-register {
    border: 1px solid var(--afx-public-black);
    background: var(--afx-public-black);
    color: #ffffff;
}

html body.afx-public .afx-site-navbar .afx-site-actions > li > a.afx-site-register:hover,
html body.afx-public .afx-site-navbar .afx-site-actions > li > a.afx-site-register:focus {
    border-color: var(--afx-public-accent);
    background: var(--afx-public-accent);
    color: #ffffff;
}

html body.afx-public .afx-site-navbar .afx-site-cart .badge {
    min-width: 18px;
    height: 18px;
    padding: 2px 5px;
    border-radius: 9px;
    background: var(--afx-public-accent);
    color: #ffffff;
    font-size: 10px;
    line-height: 14px;
}

@media (min-width: 1200px) {
    html body.afx-public .afx-site-navbar > .container {
        display: flex;
        align-items: center;
    }

    html body.afx-public .afx-site-navbar .navbar-header {
        float: none;
        flex: 0 0 154px;
    }

    html body.afx-public .afx-site-navbar .afx-site-nav-collapse.collapse {
        display: flex !important;
        height: 76px !important;
        flex: 1 1 auto;
        align-items: center;
    }

    html body.afx-public .afx-site-navbar .afx-site-nav-links {
        display: flex;
        float: none;
        margin-left: 2px;
        align-items: center;
        gap: 1px;
    }

    html body.afx-public .afx-site-navbar .afx-site-actions {
        display: flex;
        float: none !important;
        margin-left: auto;
        align-items: center;
        gap: 4px;
    }
}

/* Public products category page */
html body.afx-public.afx-products-page #main-body {
    min-height: calc(100vh - 76px - 68px);
    padding: 0;
    background: #ffffff;
}

html body.afx-public.afx-products-page #main-body > .container,
html body.afx-public.afx-products-page #main-body > .container-fluid {
    width: 100%;
    max-width: none;
    padding: 0;
}

html body.afx-public.afx-products-page #main-body > .container > .row {
    margin: 0;
}

html body.afx-public.afx-products-page #main-body .main-content {
    float: none;
    width: 100%;
    padding: 0;
}

html body.afx-public .afx-services-showcase {
    padding: 70px 24px 92px;
    background: #ffffff;
}

html body.afx-public .afx-services-inner {
    width: min(100%, 1180px);
    margin: 0 auto;
}

html body.afx-public .afx-services-intro {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

html body.afx-public .afx-services-kicker {
    display: block;
    margin-bottom: 12px;
    color: var(--afx-public-accent);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

html body.afx-public .afx-services-intro h1 {
    margin: 0;
    color: var(--afx-public-black);
    font-size: 44px;
    font-weight: 750;
    line-height: 1.12;
}

html body.afx-public .afx-services-intro p {
    max-width: 650px;
    margin: 18px auto 0;
    color: var(--afx-public-muted);
    font-size: 17px;
    line-height: 1.65;
}

html body.afx-public .afx-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

html body.afx-public .afx-service-card {
    min-width: 0;
    border: 1px solid var(--afx-public-border);
    border-top: 3px solid #3b82f6;
    border-radius: var(--afx-public-radius);
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(17, 24, 39, .05);
    transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

html body.afx-public .afx-service-card:hover,
html body.afx-public .afx-service-card:focus-within {
    border-right-color: #c9ced5;
    border-bottom-color: #c9ced5;
    border-left-color: #c9ced5;
    box-shadow: 0 16px 34px rgba(17, 24, 39, .1);
    transform: translateY(-3px);
}

html body.afx-public .afx-service-card-link {
    display: flex;
    min-height: 292px;
    padding: 27px;
    flex-direction: column;
    color: var(--afx-public-text);
    text-decoration: none;
}

html body.afx-public .afx-service-card-link:hover,
html body.afx-public .afx-service-card-link:focus {
    color: var(--afx-public-text);
    text-decoration: none;
}

html body.afx-public .afx-service-icon {
    display: inline-flex;
    width: 54px;
    height: 54px;
    margin-bottom: 23px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eaf2ff;
    color: #2563eb;
    font-size: 23px;
}

html body.afx-public .afx-service-eyebrow {
    margin-bottom: 7px;
    color: #6b7280;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

html body.afx-public .afx-service-card h2 {
    margin: 0;
    color: var(--afx-public-black);
    font-size: 22px;
    font-weight: 750;
    line-height: 1.25;
}

html body.afx-public .afx-service-card p {
    margin: 11px 0 24px;
    color: #606068;
    font-size: 14px;
    line-height: 1.6;
}

html body.afx-public .afx-service-cta {
    display: inline-flex;
    margin-top: auto;
    align-items: center;
    gap: 8px;
    color: var(--afx-public-black);
    font-size: 13px;
    font-weight: 800;
}

html body.afx-public .afx-service-cta i {
    transition: transform 160ms ease;
}

html body.afx-public .afx-service-card-link:hover .afx-service-cta,
html body.afx-public .afx-service-card-link:focus .afx-service-cta {
    color: var(--afx-public-accent);
}

html body.afx-public .afx-service-card-link:hover .afx-service-cta i,
html body.afx-public .afx-service-card-link:focus .afx-service-cta i {
    transform: translateX(3px);
}

html body.afx-public .afx-service-card--sites {
    border-top-color: #18181b;
}

html body.afx-public .afx-service-card--sites .afx-service-icon {
    background: #f0f0f1;
    color: #18181b;
}

html body.afx-public .afx-service-card--marketing {
    border-top-color: #ed1b00;
}

html body.afx-public .afx-service-card--marketing .afx-service-icon {
    background: #fff0ed;
    color: #d91a00;
}

html body.afx-public .afx-service-card--email {
    border-top-color: #0891b2;
}

html body.afx-public .afx-service-card--email .afx-service-icon {
    background: #ecfeff;
    color: #0e7490;
}

html body.afx-public .afx-service-card--whatsapp {
    border-top-color: #16a34a;
}

html body.afx-public .afx-service-card--whatsapp .afx-service-icon {
    background: #ecfdf3;
    color: #15803d;
}

@media (max-width: 1199px) {
    html body.afx-public .afx-site-navbar,
    html body.afx-public .afx-site-navbar.navbar-default {
        min-height: 68px;
    }

    html body.afx-public .afx-site-navbar > .container {
        width: 100%;
        padding-right: 18px;
        padding-left: 18px;
    }

    html body.afx-public .afx-site-navbar .navbar-header {
        display: flex;
        float: none;
        width: 100%;
        height: 68px;
        align-items: center;
    }

    html body.afx-public .afx-site-navbar .afx-site-brand {
        float: none;
        width: 134px;
        height: 68px;
    }

    html body.afx-public .afx-site-navbar .afx-site-brand img {
        width: 120px;
    }

    html body.afx-public .afx-site-navbar .navbar-toggle {
        display: flex;
        float: none;
        width: 42px;
        height: 42px;
        margin: 0 0 0 auto;
        padding: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        border: 1px solid var(--afx-public-border);
        border-radius: var(--afx-public-radius);
        background: #ffffff;
    }

    html body.afx-public .afx-site-navbar .navbar-toggle:hover,
    html body.afx-public .afx-site-navbar .navbar-toggle:focus {
        border-color: #b8bec7;
        background: var(--afx-public-soft);
    }

    html body.afx-public .afx-site-navbar .navbar-toggle .icon-bar {
        width: 19px;
        height: 2px;
        margin: 0;
        background: var(--afx-public-black);
        transition: opacity 160ms ease, transform 160ms ease;
    }

    html body.afx-public .afx-site-navbar .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
        transform: translateY(6px) rotate(45deg);
    }

    html body.afx-public .afx-site-navbar .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
        opacity: 0;
    }

    html body.afx-public .afx-site-navbar .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(4) {
        transform: translateY(-6px) rotate(-45deg);
    }

    html body.afx-public .afx-site-navbar .afx-site-nav-collapse {
        margin-right: -18px;
        margin-left: -18px;
        padding: 10px 18px 18px;
        border-top: 1px solid var(--afx-public-border-soft);
        background: #ffffff;
        box-shadow: 0 14px 25px rgba(0, 0, 0, .08);
        overscroll-behavior: contain;
    }

    html body.afx-public .afx-site-navbar .afx-site-nav-collapse.collapse {
        display: none !important;
    }

    html body.afx-public .afx-site-navbar .afx-site-nav-collapse.collapse.in {
        display: block !important;
        height: auto !important;
        max-height: calc(100vh - 68px);
        max-height: calc(100dvh - 68px);
        overflow-y: auto !important;
    }

    html body.afx-public .afx-site-navbar .afx-site-nav-collapse.collapsing {
        display: block !important;
        overflow: hidden !important;
    }

    html body.afx-public .afx-site-navbar .navbar-nav,
    html body.afx-public .afx-site-navbar .navbar-right {
        float: none !important;
        width: 100%;
        margin: 0;
    }

    html body.afx-public .afx-site-navbar .navbar-nav > li {
        float: none;
        width: 100%;
    }

    html body.afx-public .afx-site-navbar .navbar-nav > li > a {
        width: 100%;
        min-height: 44px;
        padding: 11px 12px;
    }

    html body.afx-public .afx-site-navbar .afx-site-nav-links > li > a > i:not(.afx-menu-arrow) {
        display: inline-block;
        width: 20px;
        color: #71717a;
        text-align: center;
    }

    html body.afx-public .afx-site-navbar .afx-menu-arrow {
        margin-left: auto;
    }

    html body.afx-public .afx-site-navbar .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        min-width: 0;
        margin: 2px 0 8px;
        border: 0;
        border-left: 2px solid var(--afx-public-accent);
        border-radius: 0;
        box-shadow: none;
    }

    html body.afx-public .afx-site-navbar .afx-site-actions {
        margin-top: 8px;
        padding-top: 10px;
        border-top: 1px solid var(--afx-public-border-soft);
    }

    html body.afx-public .afx-site-navbar .afx-site-actions > li > a.afx-site-register {
        margin-top: 4px;
        justify-content: center;
    }

    html body.afx-public.afx-public-menu-open {
        overflow: hidden;
    }

    html body.afx-public.afx-products-page #main-body {
        min-height: calc(100vh - 68px - 68px);
    }

    html body.afx-public .afx-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    html body.afx-public .afx-services-showcase {
        padding: 48px 16px 64px;
    }

    html body.afx-public .afx-services-intro {
        margin-bottom: 32px;
        text-align: left;
    }

    html body.afx-public .afx-services-intro h1 {
        font-size: 32px;
        line-height: 1.16;
    }

    html body.afx-public .afx-services-intro p {
        margin-top: 14px;
        font-size: 15px;
    }

    html body.afx-public .afx-services-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    html body.afx-public .afx-service-card-link {
        min-height: 0;
        padding: 23px 21px;
    }

    html body.afx-public .afx-service-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 19px;
        font-size: 21px;
    }
}

@media print {
    html body.afx-public .afx-site-header {
        display: none !important;
    }
}
