/* Skip To Main Content */
.budi-skip-to-main-content {
    width: 1px;
    height: 1px;
    border: 0;
    margin-inline: auto;
    overflow: hidden;
    padding: 10px 20px;
    font-weight: 700;
    position: fixed !important;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color-sub);
    color: #ffffff;
    z-index: 9;
}

/* =====================================
* Header
======================================== */
header.simplistic-header {
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 9999;
    transition: all 0.3s ease;
    position: relative;
    top: 0;
    padding: 10px 0;
    background-color: #fffbf5;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

body.admin-bar header.simplistic-header {
    top: 32px;
}

header.simplistic-header .container {
    max-width: var(--header-max-width);
}

header.simplistic-header .simplistic-header-container {
    width: 100%;
}

header.simplistic-header .simplistic-header-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

header.simplistic-header .simplistic-header-layout__item {
    display: flex;
    align-items: center;
}

header.simplistic-header .simplistic-header-layout__item--logo,
header.simplistic-header .simplistic-header-layout__item--cta {
    flex: 0 0 auto;
}

header.simplistic-header .simplistic-header-layout__item--menu {
    flex: 1 1 auto;
    justify-content: center;
}

header.simplistic-header .simplistic-header-menu--desktop {
    display: block;
}

header.simplistic-header .simplistic-mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(6, 53, 60, 0.16);
    background: transparent !important;
    color: var(--color-custom, #06353C) !important;
    cursor: pointer;
}

header.simplistic-header .simplistic-mobile-menu-toggle__line {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background-color: currentColor;
}

header.simplistic-header .simplistic-mobile-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: max(15px, calc((100vw - var(--header-max-width)) / 2 + 15px));
    width: min(420px, calc(100vw - 30px));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
    z-index: 30;
}

header.simplistic-header.is-mobile-menu-open .simplistic-mobile-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

header.simplistic-header .simplistic-mobile-menu__inner {
    max-height: calc(100vh - 180px);
    overflow-y: auto;
    padding: 24px;
    background: #ffffff;
    border: 1px solid rgba(14, 56, 85, 0.08);
    box-shadow: 0 18px 50px rgba(14, 56, 85, 0.12);
}

header.simplistic-header .simplistic-mobile-menu__header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    margin-bottom: 20px;
}

header.simplistic-header .simplistic-mobile-menu__title {
    color: var(--color-custom, #06353C);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

header.simplistic-header .simplistic-mobile-menu__close {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid rgba(6, 53, 60, 0.16);
    background: #ffffff;
    cursor: pointer;
}

header.simplistic-header .simplistic-mobile-menu__close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background-color: var(--color-custom, #06353C);
}

header.simplistic-header .simplistic-mobile-menu__close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

header.simplistic-header .simplistic-mobile-menu__close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

header.simplistic-header .simplistic-mobile-menu__list,
header.simplistic-header .simplistic-mobile-menu__list .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

header.simplistic-header .simplistic-mobile-menu__list>li {
    border-top: 1px solid rgba(14, 56, 85, 0.08);
}

header.simplistic-header .simplistic-mobile-menu__list>li:last-child {
    border-bottom: 1px solid rgba(14, 56, 85, 0.08);
}

header.simplistic-header .simplistic-mobile-menu__list li {
    position: relative;
}

header.simplistic-header .simplistic-mobile-menu__list a {
    display: block;
    padding: 16px 48px 16px 0;
    color: var(--color-custom, #06353C);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
}

header.simplistic-header .simplistic-mobile-menu__list .menu-item-has-children>a {
    position: relative;
}

header.simplistic-header .simplistic-mobile-menu__list .menu-item-has-children>a::before,
header.simplistic-header .simplistic-mobile-menu__list .menu-item-has-children>a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 12px;
    height: 2px;
    background-color: currentColor;
    transform: translateY(-50%);
}

header.simplistic-header .simplistic-mobile-menu__list .menu-item-has-children>a::after {
    transition: transform 0.2s ease;
    transform: translateY(-50%) rotate(90deg);
}

header.simplistic-header .simplistic-mobile-menu__list .sub-menu {
    display: none;
    padding-bottom: 12px;
}

header.simplistic-header .simplistic-mobile-menu__list .sub-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
    font-size: 15px;
    font-weight: 500;
}

header.simplistic-header .simplistic-mobile-menu__list li.is-submenu-open>.sub-menu {
    display: block;
}

header.simplistic-header .simplistic-mobile-menu__list li.is-submenu-open>a::after {
    transform: translateY(-50%) rotate(0deg);
}

header.simplistic-header .simplistic-mobile-menu__cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

header.simplistic-header .simplistic-mobile-menu__cta .simplistic-outline-button {
    justify-content: center;
    width: 100%;
    text-align: center;
}

#primary-navigation-overlay {
    position: fixed;
    inset: 0;
    background: rgba(6, 53, 60, 0.24);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.24s ease, visibility 0.24s ease;
    z-index: 9998;
}

body.simplistic-mobile-menu-open #primary-navigation-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.simplistic-mobile-menu-open {
    overflow: hidden;
}

header.simplistic-header .budi-simplistic-header-logo a {
    display: inline-flex;
    align-items: center;
}

header.simplistic-header .budi-simplistic-header-logo img.logo {
    max-width: 230px;
    height: auto;
    max-height: 78px;
}

header.simplistic-header .simplistic-header-menu__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    margin: 0;
    padding: 0;
    list-style: none;
}

header.simplistic-header .simplistic-header-menu__list li {
    margin: 0;
}

header.simplistic-header .simplistic-header-menu__list>li {
    position: static;
}

/* Ensure mega menu panel is never clipped by parent containers */
header.simplistic-header,
header.simplistic-header .simplistic-header-inner,
header.simplistic-header .simplistic-header-menu,
header.simplistic-header .simplistic-header-menu__list {
    overflow: visible;
}

header.simplistic-header .simplistic-header-menu__list a:not(.mega-menu-panel__button):not(.company-phone-class) {
    color: var(--color-custom, #06353C);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.89em;
    text-decoration: none;
    transition: opacity 0.2s ease, text-shadow 0.2s ease;
}

header.simplistic-header .menu-item-has-mega-menu > a {
    position: relative;
}

header.simplistic-header .menu-item-has-mega-menu > a::after {
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    bottom: -18px;
    height: 18px;
}

/* header.simplistic-header .simplistic-header-menu__list a:not(.mega-menu-panel__button):hover,
header.simplistic-header .simplistic-header-menu__list a:active,
header.simplistic-header .simplistic-header-menu__list .current-menu-item>a,
header.simplistic-header .simplistic-header-menu__list .current_page_item>a,
header.simplistic-header .simplistic-header-menu__list .current-menu-parent>a,
header.simplistic-header .simplistic-header-menu__list .current-menu-ancestor>a,
header.simplistic-header .simplistic-header-menu__list .current-page-parent>a,
header.simplistic-header .simplistic-header-menu__list .current-page-ancestor>a {
    text-shadow: 0.3px 0 currentColor, -0.3px 0 currentColor;
} */

header.simplistic-header .simplistic-header-menu__list a:not(.mega-menu-panel__button):not(.mega-menu-panel__pill-link):hover,
header.simplistic-header .simplistic-header-menu__list a:active {
    /* Faux-bold effect without using font-weight: bold */
    text-shadow: 0.3px 0 currentColor, -0.3px 0 currentColor;
}

header.simplistic-header .simplistic-header-menu__list .current-menu-item>a:not([href*="#"]),
header.simplistic-header .simplistic-header-menu__list .current_page_item>a:not([href*="#"]),
header.simplistic-header .simplistic-header-menu__list .current-menu-parent>a:not([href*="#"]),
header.simplistic-header .simplistic-header-menu__list .current-menu-ancestor>a:not([href*="#"]),
header.simplistic-header .simplistic-header-menu__list .current-page-parent>a:not([href*="#"]),
header.simplistic-header .simplistic-header-menu__list .current-page-ancestor>a:not([href*="#"]) {
    /* Keep active-state faux-bold except anchor links */
    text-shadow: 0.3px 0 currentColor, -0.3px 0 currentColor;
}

header.simplistic-header .budi-simplistic-header-cta-menu__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

header.simplistic-header .simplistic-cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

header.simplistic-header .mega-menu-panel {
    position: absolute;
    top: 100%;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    width: auto;
    max-width: none;
    padding-top: 11px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
    z-index: 20;
}

header.simplistic-header .menu-item-has-mega-menu:hover .mega-menu-panel,
header.simplistic-header .menu-item-has-mega-menu:focus-within .mega-menu-panel,
header.simplistic-header .menu-item-has-mega-menu.is-mega-open .mega-menu-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

header.simplistic-header .mega-menu-panel__inner {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 31px;
    align-items: stretch;
    padding-block: 40px;
    padding-inline: max(18px, calc((100vw - var(--header-max-width)) / 2 + 18px));
    background: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

header.simplistic-header .mega-menu-panel__nav {
    padding: 0;
}

header.simplistic-header .mega-menu-panel__title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 15px;
    color: var(--color-custom, #06353C);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

header.simplistic-header .mega-menu-panel__title-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

header.simplistic-header .mega-menu-panel__title-icon-image {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

header.simplistic-header .mega-menu-panel__title-text {
    display: inline-block;
}

header.simplistic-header .mega-menu-panel__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

header.simplistic-header .mega-menu-panel__list li {
    width: 100%;
}

header.simplistic-header .mega-menu-panel__list a {
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 0;
    color: #0B3753;
    font-size: 18px;
    line-height: 1.89em;
    text-shadow: none;
}

header.simplistic-header .mega-menu-panel__promo {
    position: relative;
    overflow: hidden;
    min-height: 190px;
    padding: 38px 40px;
    border-radius: 15px;
    background-color: #1aa7a0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

header.simplistic-header .mega-menu-panel__promo-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(26, 167, 160, 0.96) 0%, rgba(26, 167, 160, 0.88) 48%, rgba(26, 167, 160, 0.62) 100%);
}

header.simplistic-header .mega-menu-panel__promo-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 100%;
    color: #ffffff;
}

header.simplistic-header .mega-menu-panel__promo-content--preview-update {
    align-items: stretch;
    gap: 26px;
    min-height: 100%;
}

header.simplistic-header .mega-menu-panel__promo-links {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 14px;
}

header.simplistic-header .mega-menu-panel__pill-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    max-width: 100%;
    padding: 6px 14px;
    border-radius: 999px;
    background: #ffffff;
    color: #e34841 !important;
    font-weight: 600 !important;
    text-decoration: none;
    box-shadow: 0 7px 14px rgba(36, 140, 137, 0.14);
}

header.simplistic-header .mega-menu-panel__pill-link:hover {
    opacity: 0.92;
}

header.simplistic-header .mega-menu-panel__eyebrow {
    margin: 0;
    flex: 1;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #ffffff;
}

header.simplistic-header .mega-menu-panel__phone {
    display: none;
}

header.simplistic-header .mega-menu-panel__description {
    margin: 0 0 18px;
    max-width: 420px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.6;
}

header.simplistic-header .mega-menu-panel__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
    flex-shrink: 0;
    min-width: 280px;
}

header.simplistic-header .mega-menu-panel__actions--preview-update {
    align-items: flex-end;
    justify-content: flex-end;
    min-width: 250px;
}

header.simplistic-header .mega-menu-panel__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    text-decoration: none;
    backdrop-filter: blur(2px);
}

header.simplistic-header .mega-menu-panel__button:hover {
    opacity: 0.85;
}

header.simplistic-header .mega-menu-panel__button.btn-primary {
    background-color: var(--color-sub, #FF7A7A);
}

header.simplistic-header .mega-menu-panel__promo--preview-update .mega-menu-panel__button {
    justify-content: flex-start;
    min-height: 44px;
    padding: 7px 18px;
    background-color: var(--color-sub, #FF7A7A);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
}

header.simplistic-header .mega-menu-panel__promo--preview-update .mega-menu-panel__button::before {
    width: 30px;
    height: 30px;
}

header.simplistic-header .mega-menu-panel__button--calculator::before {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.0379 20.1465C27.795 20.1465 27.5982 20.3434 27.5982 20.5863V25.6471C27.5982 26.1245 27.2098 26.5129 26.7324 26.5129H14.0659V25.22C14.0659 25.088 14.0401 24.9194 13.9516 24.7342C14.4962 24.5345 14.9455 24.2905 15.2555 24.0031H16.142C16.8477 24.0031 17.4218 23.4289 17.4218 22.7232C17.4218 22.0175 16.8477 21.4434 16.142 21.4434H15.7236V20.5968C15.7236 20.587 15.7232 20.577 15.7229 20.567H16.142C16.8477 20.567 17.4218 19.9929 17.4218 19.2872C17.4218 18.5814 16.8477 18.0073 16.142 18.0073H15.0531C14.6553 18.0073 14.2994 18.1898 14.0645 18.4754C14.0651 18.46 14.066 18.4446 14.066 18.429V16.6646C14.3009 16.9491 14.6562 17.1308 15.0531 17.1308H16.1419C16.8476 17.1308 17.4217 16.5567 17.4217 15.851C17.4217 15.1453 16.8476 14.5712 16.1419 14.5712H15.7236V12.8546H16.1419C16.8476 12.8546 17.4217 12.2805 17.4217 11.5748C17.4217 10.8691 16.8476 10.295 16.1419 10.295H15.053C14.7047 10.295 14.3745 10.4389 14.1362 10.683C12.9282 10.1972 11.1835 9.94797 9.45036 9.94797C8.89999 9.94797 8.3485 9.97316 7.81331 10.023V1.74521C7.81331 1.26785 8.20167 0.87949 8.67903 0.87949H12.2376C12.4805 0.87949 12.6773 0.682616 12.6773 0.439745C12.6773 0.196875 12.4805 0 12.2376 0H8.67903C7.71669 0 6.93382 0.782928 6.93382 1.74521V10.13C4.83476 10.4477 3.1772 11.178 3.1772 12.294V14.3336C1.81133 14.8615 1.51953 15.5134 1.51953 15.9735V18.429C1.51953 19.1557 2.22219 19.7188 3.29164 20.111C3.20322 20.296 3.17726 20.4645 3.17726 20.5968V23.0524C3.17726 23.2232 3.21623 23.3849 3.28953 23.5375C1.84209 24.0646 1.51953 24.7314 1.51953 25.2201V27.6756C1.51953 29.1389 4.27748 29.8342 6.63921 29.9851C6.64876 29.9856 6.65819 29.986 6.66763 29.986C6.89767 29.986 7.0912 29.8071 7.10608 29.5743C7.12155 29.3319 6.93763 29.1228 6.69522 29.1073C3.69634 28.9158 2.39902 28.0665 2.39902 27.6756V26.4795C3.55338 27.1964 5.68167 27.566 7.79268 27.566C9.9037 27.566 12.032 27.1964 13.1863 26.4795V27.6756C13.1863 28.114 11.6702 28.9719 8.6495 29.121C8.40692 29.133 8.21995 29.3394 8.23196 29.5819C8.24356 29.8172 8.43792 30 8.67077 30C8.67809 30 8.68542 29.9998 8.6928 29.9995C11.3672 29.8675 14.0659 29.0977 14.0659 27.6756V27.3925H26.7325C27.6948 27.3925 28.4777 26.6095 28.4777 25.6473V20.5864C28.4777 20.3435 28.2808 20.1465 28.0379 20.1465ZM15.7236 23.0524V22.323H16.1419V22.3229C16.3626 22.3229 16.5422 22.5025 16.5422 22.7232C16.5422 22.9439 16.3626 23.1235 16.1419 23.1235H15.7213C15.7228 23.1 15.7236 23.0762 15.7236 23.0524ZM15.0531 18.8868H16.1419C16.3626 18.8868 16.5422 19.0664 16.5422 19.2871C16.5422 19.5078 16.3626 19.6874 16.1419 19.6874H15.3031C15.1464 19.5317 14.9362 19.3757 14.658 19.2253C14.6879 19.034 14.8534 18.8868 15.0531 18.8868ZM14.8441 20.5968C14.8441 20.7716 14.5481 21.1641 13.4387 21.5265C12.3798 21.8725 10.9634 22.0631 9.45042 22.0631C5.96046 22.0631 4.05675 21.0944 4.05675 20.5968C4.05664 20.5206 4.10568 20.4407 4.16169 20.374C5.23208 20.6396 6.51552 20.7749 7.79262 20.7749C9.96932 20.7749 12.1644 20.3819 13.2912 19.6205C14.5158 19.9915 14.8441 20.4183 14.8441 20.5968ZM16.142 15.4508C16.3626 15.4507 16.5422 15.6303 16.5422 15.851C16.5422 16.0718 16.3626 16.2513 16.1419 16.2513H15.0531C14.9174 16.2513 14.7976 16.1833 14.7252 16.0799C15.0503 15.8949 15.308 15.685 15.4803 15.4508H16.142ZM15.0531 11.1747H16.1419C16.3626 11.1747 16.5422 11.3542 16.5422 11.5749C16.5422 11.7957 16.3626 11.9752 16.1419 11.9752H15.6758C15.5852 11.6761 15.3676 11.409 15.0514 11.1747C15.052 11.1747 15.0525 11.1747 15.0531 11.1747ZM5.46206 11.3642C6.52097 11.0182 7.93729 10.8277 9.45036 10.8277C12.9403 10.8277 14.844 11.7964 14.844 12.2941C14.844 12.4688 14.548 12.8614 13.4387 13.2238C12.3797 13.5698 10.9634 13.7604 9.45036 13.7604C5.9604 13.7604 4.05669 12.7917 4.05669 12.2941C4.05664 12.1192 4.35271 11.7267 5.46206 11.3642ZM4.05658 13.5535C5.21099 14.2703 7.33929 14.6399 9.4503 14.6399C11.5613 14.6399 13.6896 14.2702 14.844 13.5535V14.7496C14.844 14.8871 14.6606 15.1592 14.0428 15.4454C14.0412 15.4461 14.0396 15.4469 14.0381 15.4476C13.8712 15.5246 13.6733 15.6027 13.4385 15.6794C12.3796 16.0254 10.9633 16.2159 9.45024 16.2159C5.96034 16.2159 4.05658 15.2472 4.05658 14.7495V13.5535ZM3.29105 15.2379C3.88179 16.4595 6.6811 17.0954 9.45036 17.0954C10.1686 17.0954 10.8888 17.0525 11.572 16.9678C10.5387 17.2722 9.1977 17.4398 7.79274 17.4398C4.30279 17.4398 2.39908 16.4711 2.39908 15.9734C2.39902 15.7916 2.67799 15.5071 3.29105 15.2379ZM2.39902 18.429V17.2329C3.55338 17.9497 5.68167 18.3193 7.79268 18.3193C9.78346 18.3193 11.9934 17.9742 13.1863 17.2342V18.429C13.1863 18.6038 12.8903 18.9963 11.781 19.3588C10.7221 19.7047 9.30575 19.8953 7.79268 19.8953C4.30273 19.8954 2.39902 18.9267 2.39902 18.429ZM11.781 26.1499C10.7221 26.4959 9.30575 26.6864 7.79268 26.6864C4.30273 26.6864 2.39902 25.7177 2.39902 25.22C2.39902 24.9735 2.88593 24.5676 3.95193 24.2439C5.07874 25.0052 7.27378 25.3982 9.45036 25.3982C10.7276 25.3982 12.011 25.2628 13.0815 24.9972C13.1371 25.0635 13.1863 25.1437 13.1863 25.22C13.1863 25.3948 12.8903 25.7874 11.781 26.1499ZM13.4386 23.9821C12.3797 24.3281 10.9634 24.5186 9.4503 24.5186C5.9604 24.5186 4.05664 23.55 4.05664 23.0523V21.8562C5.21099 22.573 7.33929 22.9426 9.4503 22.9426C11.5613 22.9426 13.6896 22.573 14.844 21.8562V23.0523C14.844 23.2271 14.548 23.6196 13.4386 23.9821Z' fill='white'/%3E%3Cpath d='M26.7353 0H14.2444C14.0016 0 13.8047 0.196875 13.8047 0.439745C13.8047 0.682616 14.0016 0.87949 14.2444 0.87949H26.7354C27.2127 0.87949 27.6011 1.26785 27.6011 1.74521V18.5823C27.6011 18.8251 27.7979 19.022 28.0408 19.022C28.2838 19.022 28.4806 18.8251 28.4806 18.5823V1.74521C28.4806 0.782928 27.6976 0 26.7353 0Z' fill='white'/%3E%3Cpath d='M25.949 3.59209C25.949 3.34922 25.7522 3.15234 25.5092 3.15234H9.90849C9.66562 3.15234 9.46875 3.34922 9.46875 3.59209V7.9146C9.46875 8.15747 9.66562 8.35435 9.90849 8.35435H25.5093C25.7522 8.35435 25.949 8.15747 25.949 7.9146L25.949 3.59209ZM25.0695 7.47486H10.3482V4.03183H25.0695V7.47486Z' fill='white'/%3E%3Cpath d='M20.3608 10.2949H19.272C18.5663 10.2949 17.9922 10.869 17.9922 11.5747C17.9922 12.2804 18.5663 12.8545 19.272 12.8545H20.3608C21.0665 12.8545 21.6406 12.2804 21.6406 11.5747C21.6406 10.869 21.0665 10.2949 20.3608 10.2949ZM20.3608 11.975H19.272C19.0513 11.975 18.8717 11.7954 18.8717 11.5747C18.8717 11.354 19.0513 11.1745 19.272 11.1745H20.3608C20.5816 11.1745 20.7611 11.354 20.7611 11.5747C20.7611 11.7954 20.5815 11.975 20.3608 11.975Z' fill='white'/%3E%3Cpath d='M24.5757 10.2949H23.4868C22.7811 10.2949 22.207 10.869 22.207 11.5747C22.207 12.2804 22.7811 12.8545 23.4868 12.8545H24.5757C25.2814 12.8545 25.8555 12.2804 25.8555 11.5747C25.8555 10.869 25.2814 10.2949 24.5757 10.2949ZM24.5757 11.975H23.4868C23.2661 11.975 23.0866 11.7954 23.0866 11.5747C23.0866 11.354 23.2662 11.1745 23.4868 11.1745H24.5757C24.7964 11.1745 24.9759 11.354 24.9759 11.5747C24.9759 11.7954 24.7964 11.975 24.5757 11.975Z' fill='white'/%3E%3Cpath d='M20.3608 14.5703H19.272C18.5663 14.5703 17.9922 15.1444 17.9922 15.8501C17.9922 16.5558 18.5663 17.1299 19.272 17.1299H20.3608C21.0665 17.1299 21.6406 16.5558 21.6406 15.8501C21.6406 15.1444 21.0665 14.5703 20.3608 14.5703ZM20.3608 16.2504H19.272C19.0513 16.2504 18.8717 16.0709 18.8717 15.8502C18.8717 15.6295 19.0513 15.4499 19.272 15.4499H20.3608C20.5816 15.4499 20.7611 15.6295 20.7611 15.8502C20.761 16.0709 20.5815 16.2504 20.3608 16.2504Z' fill='white'/%3E%3Cpath d='M24.5757 14.5703H23.4868C22.7811 14.5703 22.207 15.1444 22.207 15.8501C22.207 16.5558 22.7811 17.1299 23.4868 17.1299H24.5757C25.2814 17.1299 25.8555 16.5558 25.8555 15.8501C25.8555 15.1444 25.2814 14.5703 24.5757 14.5703ZM24.5757 16.2504H23.4868C23.2661 16.2504 23.0866 16.0709 23.0866 15.8502C23.0866 15.6295 23.2662 15.4499 23.4868 15.4499H24.5757C24.7964 15.4499 24.9759 15.6295 24.9759 15.8502C24.9759 16.0709 24.7964 16.2504 24.5757 16.2504Z' fill='white'/%3E%3Cpath d='M20.3608 18.0078H19.272C18.5663 18.0078 17.9922 18.5819 17.9922 19.2876C17.9922 19.9933 18.5663 20.5675 19.272 20.5675H20.3608C21.0665 20.5675 21.6406 19.9933 21.6406 19.2876C21.6406 18.5819 21.0665 18.0078 20.3608 18.0078ZM20.3608 19.6879H19.272C19.0513 19.6879 18.8717 19.5083 18.8717 19.2876C18.8717 19.0669 19.0513 18.8874 19.272 18.8874H20.3608C20.5816 18.8874 20.7611 19.0669 20.7611 19.2876C20.761 19.5083 20.5815 19.6879 20.3608 19.6879Z' fill='white'/%3E%3Cpath d='M24.5757 18.0078H23.4868C22.7811 18.0078 22.207 18.5819 22.207 19.2876C22.207 19.9933 22.7811 20.5675 23.4868 20.5675H24.5757C25.2814 20.5675 25.8555 19.9933 25.8555 19.2876C25.8555 18.5819 25.2814 18.0078 24.5757 18.0078ZM24.5757 19.6879H23.4868C23.2661 19.6879 23.0866 19.5083 23.0866 19.2876C23.0866 19.0669 23.2662 18.8874 23.4868 18.8874H24.5757C24.7964 18.8874 24.9759 19.0669 24.9759 19.2876C24.9759 19.5083 24.7964 19.6879 24.5757 19.6879Z' fill='white'/%3E%3Cpath d='M20.3608 21.4434H19.272C18.5663 21.4434 17.9922 22.0175 17.9922 22.7232C17.9922 23.4289 18.5663 24.003 19.272 24.003H20.3608C21.0665 24.003 21.6406 23.4289 21.6406 22.7232C21.6406 22.0175 21.0665 21.4434 20.3608 21.4434ZM20.3608 23.1234H19.272C19.0513 23.1234 18.8717 22.9438 18.8717 22.7231C18.8717 22.5024 19.0513 22.3229 19.272 22.3229H20.3608C20.5816 22.3229 20.7611 22.5024 20.7611 22.7231C20.761 22.9438 20.5815 23.1234 20.3608 23.1234Z' fill='white'/%3E%3Cpath d='M24.5757 21.4434H23.4868C22.7811 21.4434 22.207 22.0175 22.207 22.7232C22.207 23.4289 22.7811 24.003 23.4868 24.003H24.5757C25.2814 24.003 25.8555 23.4289 25.8555 22.7232C25.8555 22.0175 25.2814 21.4434 24.5757 21.4434ZM24.5757 23.1234H23.4868C23.2661 23.1234 23.0866 22.9438 23.0866 22.7231C23.0866 22.5024 23.2662 22.3229 23.4868 22.3229H24.5757C24.7964 22.3229 24.9759 22.5024 24.9759 22.7231C24.9759 22.9438 24.7964 23.1234 24.5757 23.1234Z' fill='white'/%3E%3Cpath d='M5.51256 8.68164H4.02568C3.78281 8.68164 3.58594 8.87852 3.58594 9.12139C3.58594 9.36426 3.78281 9.56113 4.02568 9.56113H5.51256C5.75543 9.56113 5.9523 9.36426 5.9523 9.12139C5.9523 8.87852 5.75543 8.68164 5.51256 8.68164Z' fill='white'/%3E%3Cpath d='M5.51256 7.32031H4.02568C3.78281 7.32031 3.58594 7.51719 3.58594 7.76006C3.58594 8.00293 3.78281 8.1998 4.02568 8.1998H5.51256C5.75543 8.1998 5.9523 8.00293 5.9523 7.76006C5.9523 7.51719 5.75543 7.32031 5.51256 7.32031Z' fill='white'/%3E%3Cpath d='M5.51006 5.80859C5.26719 5.80859 5.07031 6.00547 5.07031 6.24834C5.07031 6.49121 5.26719 6.68808 5.51006 6.68808H5.51592C5.75879 6.68808 5.95273 6.49121 5.95273 6.24834C5.95273 6.00547 5.75293 5.80859 5.51006 5.80859Z' fill='white'/%3E%3C/svg%3E");
}

header.simplistic-header .mega-menu-panel__button--calculator::before {
    background-image: url("../images/quick-menu/euro-symbol.svg");
}

header.simplistic-header .mega-menu-panel__button--job::before {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2693_196)'%3E%3Cpath d='M9.96236 13.0401C10.1806 13.1461 10.4436 13.0551 10.5496 12.8369C10.6647 12.6001 10.8997 12.4531 11.1629 12.4531C11.4262 12.4531 11.6612 12.6001 11.7762 12.8368C11.8522 12.9932 12.0088 13.0844 12.1718 13.0844C12.2362 13.0844 12.3016 13.0701 12.3635 13.0401C12.5818 12.9339 12.6728 12.671 12.5667 12.4528C12.3034 11.9108 11.7655 11.5742 11.1629 11.5742C10.5604 11.5742 10.0224 11.9108 9.75916 12.4527C9.65304 12.671 9.74404 12.9339 9.96236 13.0401Z' fill='white'/%3E%3Cpath d='M18.8387 11.5742C18.2361 11.5742 17.6982 11.9108 17.4349 12.4528C17.3288 12.6711 17.4198 12.934 17.6382 13.0401C17.7 13.0701 17.7654 13.0844 17.8299 13.0844C17.9928 13.0844 18.1495 12.9932 18.2254 12.8368C18.3404 12.6001 18.5754 12.4531 18.8387 12.4531C19.102 12.4531 19.337 12.6001 19.452 12.8369C19.5581 13.0551 19.8209 13.1461 20.0393 13.0401C20.2576 12.9339 20.3485 12.671 20.2425 12.4527C19.9792 11.9108 19.4413 11.5742 18.8387 11.5742Z' fill='white'/%3E%3Cpath d='M15.9799 14.6013C15.7113 14.8466 15.3634 14.9816 15.0004 14.9816C14.6374 14.9816 14.2895 14.8465 14.0209 14.6013C13.8416 14.4377 13.5637 14.4504 13.4 14.6296C13.2364 14.8088 13.2491 15.0868 13.4283 15.2504C13.8593 15.6439 14.4176 15.8605 15.0004 15.8605C15.5832 15.8605 16.1415 15.6439 16.5725 15.2504C16.7517 15.0868 16.7644 14.8088 16.6008 14.6296C16.4371 14.4503 16.1591 14.4375 15.9799 14.6013Z' fill='white'/%3E%3Cpath d='M28.4078 20.0735C27.7339 20.0735 27.1701 20.5568 27.0672 21.2228L26.8305 22.7542C26.436 22.4625 25.9834 22.2557 25.5012 22.1487L25.3457 19.2379L25.56 19.1252L26.1139 19.4164C26.4215 19.578 26.7873 19.5516 27.0685 19.3474C27.3497 19.1431 27.4879 18.8034 27.4291 18.4608L27.3234 17.844L27.7715 17.4072C28.0204 17.1646 28.1083 16.8086 28.0009 16.4781C27.8935 16.1475 27.6131 15.9111 27.2691 15.8612L26.6498 15.7712L26.3729 15.21C26.3729 15.21 26.3729 15.21 26.3729 15.2099C26.2191 14.8983 25.9076 14.7047 25.56 14.7047C25.3979 14.7047 25.2439 14.7473 25.1097 14.824L24.5942 5.18203C24.4394 2.27625 22.0384 0 19.128 0H11.5718C10.6698 0 9.82246 0.351797 9.18561 0.990645L8.25549 1.92439C7.09891 1.99852 6.11764 2.74975 5.7165 3.7943C5.53264 3.46693 5.19145 3.26561 4.81246 3.26561C4.41443 3.26561 4.05766 3.48738 3.88152 3.84434L3.49762 4.62211L2.63922 4.74686C2.24529 4.8041 1.9242 5.07486 1.80115 5.45344C1.67816 5.83201 1.77883 6.23982 2.06389 6.51768L2.68504 7.12307L2.53838 7.97801C2.47111 8.37029 2.62932 8.75941 2.95141 8.99332C3.13334 9.12557 3.34627 9.19272 3.56061 9.19272C3.72561 9.19266 3.89148 9.15287 4.04471 9.0723L4.81246 8.66865L5.28074 8.9148L4.61277 20.4195C4.59871 20.6618 4.78369 20.8696 5.02604 20.8837C5.03471 20.8842 5.04332 20.8845 5.05188 20.8845C5.28291 20.8845 5.47662 20.7041 5.49016 20.4705L6.14512 9.18926C6.33174 9.17449 6.51443 9.10887 6.67352 8.99332C6.99555 8.75935 7.15381 8.37023 7.08648 7.97795L6.93988 7.12295L7.56104 6.51756C7.84609 6.23971 7.94676 5.83195 7.82371 5.45332C7.70072 5.07475 7.37957 4.80398 6.98564 4.74674L6.40967 4.66301C6.50078 3.61207 7.38291 2.79715 8.44404 2.79715C8.56088 2.79715 8.67291 2.75062 8.75535 2.66783L9.80822 1.61092C10.2788 1.13895 10.9052 0.878906 11.5718 0.878906H19.128C21.571 0.878906 23.5865 2.78959 23.7166 5.22891L24.2816 15.7985L23.851 15.8611C23.507 15.9111 23.2267 16.1475 23.1193 16.478C23.0119 16.8086 23.0997 17.1646 23.3487 17.4072L23.7968 17.844L23.691 18.4607C23.6322 18.8033 23.7704 19.143 24.0516 19.3473C24.1812 19.4415 24.3289 19.4972 24.4804 19.5148L24.6166 22.0646L19.2084 22.0644C19.2136 22.023 19.2172 21.9811 19.2172 21.9383V20.0379C19.2172 19.7486 19.0936 19.4883 18.8974 19.3048C20.7353 18.3727 21.998 16.4643 21.998 14.2663V12.0135C21.998 11.7708 21.8013 11.5741 21.5586 11.5741C21.3159 11.5741 21.1191 11.7708 21.1191 12.0135V14.2663C21.1191 16.8932 18.9832 19.0304 16.357 19.0328H13.6456C11.0194 19.0304 8.88356 16.8932 8.88356 14.2663V8.64838C8.88356 8.14951 9.28938 7.74369 9.78824 7.74369H11.164C11.2833 7.74176 11.42 7.6933 11.5118 7.57301C11.5198 7.56264 12.3852 6.53771 14.9883 6.61529C16.4671 6.65912 17.1035 7.37947 17.8404 8.21355C18.1428 8.55586 18.4588 8.91293 18.8423 9.23854C18.3708 9.12088 17.9935 9.20848 17.9652 9.21551C17.7296 9.27357 17.5856 9.5117 17.6437 9.74736C17.7017 9.98297 17.9399 10.1268 18.1755 10.0689C18.1823 10.0672 18.8605 9.90979 19.3504 10.6303C19.4354 10.7554 19.5736 10.8228 19.7142 10.8228C19.7993 10.8228 19.8852 10.7981 19.9608 10.7467C20.1616 10.6103 20.2137 10.337 20.0772 10.1363C20.029 10.0654 19.9795 10.0002 19.9289 9.93914C20.5851 10.2426 21.4138 10.4392 22.5199 10.4392C22.7626 10.4392 22.9594 10.2425 22.9594 9.99973C22.9594 9.75697 22.7626 9.56027 22.5199 9.56027C20.2028 9.56027 19.3752 8.62348 18.499 7.6316C17.6999 6.72709 16.8737 5.79187 15.0143 5.73668C12.5544 5.66338 11.3782 6.49477 10.9791 6.86473H9.78818C8.80469 6.86473 8.00459 7.66482 8.00459 8.64832V14.2663C8.00459 16.4642 9.26723 18.3725 11.1052 19.3047C10.909 19.4883 10.7854 19.7486 10.7854 20.0378V21.9382C10.7854 21.981 10.789 22.0229 10.7942 22.0644L5.26709 22.0646C4.50139 22.0646 3.77008 22.3121 3.17201 22.7542L2.93535 21.2228C2.83246 20.5568 2.26867 20.0735 1.59479 20.0735C0.846777 20.0735 0.238281 20.682 0.238281 21.4299V28.6787C0.238281 29.4072 0.830957 29.9999 1.55945 29.9999H3.45953C4.5482 29.9999 5.43385 29.1142 5.43385 28.0256V25.3951C5.43385 24.3967 4.68883 23.5696 3.72572 23.4392C4.16881 23.1215 4.70541 22.9436 5.26703 22.9436H7.02309V29.5605C7.02309 29.8033 7.21984 30 7.46254 30C7.62941 30 7.77461 29.907 7.84902 29.7699C7.88283 29.7076 7.90205 29.6362 7.90205 29.5604V22.9434H22.1004V29.5604C22.1004 29.6363 22.1196 29.7077 22.1534 29.7699C22.2278 29.907 22.3729 30 22.5399 30C22.7826 30 22.9793 29.8033 22.9793 29.5605V22.9436H24.7354C25.2971 22.9436 25.8336 23.1215 26.2768 23.4391C25.3136 23.5696 24.5686 24.3967 24.5686 25.395V28.0255C24.5686 29.1142 25.4543 29.9998 26.5429 29.9998H28.443C29.1715 29.9998 29.7642 29.4071 29.7642 28.6787V21.4299C29.7643 20.682 29.1558 20.0735 28.4078 20.0735ZM6.98787 5.72502C6.9993 5.76018 7.00926 5.82814 6.94756 5.8882L6.161 6.6549C6.0574 6.75592 6.01018 6.90135 6.03461 7.04391L6.22029 8.1266C6.23488 8.2115 6.18684 8.26061 6.15695 8.28234C6.12707 8.30408 6.06549 8.33461 5.98926 8.29441L5.01701 7.78324C4.88893 7.71598 4.73605 7.71598 4.60803 7.78324L3.63578 8.29441C3.55949 8.33455 3.49791 8.30408 3.46809 8.28234C3.4382 8.26061 3.39016 8.2115 3.40475 8.1266L3.59043 7.04391C3.61486 6.90135 3.56764 6.75592 3.46404 6.6549L2.67748 5.8882C2.61578 5.82814 2.6258 5.76012 2.63717 5.72496C2.64859 5.6898 2.68047 5.62898 2.76566 5.61656L3.8527 5.45865C3.99584 5.43791 4.11959 5.34797 4.18357 5.21824L4.66973 4.23322C4.70781 4.156 4.77555 4.14439 4.81252 4.14439C4.84949 4.14439 4.91723 4.15594 4.95531 4.23322L5.44141 5.21824C5.50545 5.34797 5.6292 5.43785 5.77228 5.45865L6.85926 5.61656C6.94457 5.62898 6.97639 5.6898 6.98787 5.72502ZM1.11719 21.4299C1.11719 21.1666 1.33141 20.9524 1.59479 20.9524C1.83203 20.9524 2.03055 21.1225 2.06676 21.357L2.38563 23.4207H1.11719V21.4299ZM4.555 25.3951V28.0256C4.555 28.6296 4.06357 29.121 3.45959 29.121H1.55945C1.31559 29.121 1.11719 28.9226 1.11719 28.6787V24.2996H3.45959C4.06357 24.2996 4.555 24.7911 4.555 25.3951ZM11.7904 22.0645C11.7208 22.0645 11.6643 22.0079 11.6643 21.9383V20.0379C11.6643 19.9683 11.7209 19.9118 11.7904 19.9118H18.2121C18.2817 19.9118 18.3382 19.9684 18.3382 20.0379V21.9383C18.3382 22.0079 18.2816 22.0645 18.2121 22.0645H11.7904ZM27.9358 21.357C27.972 21.1225 28.1705 20.9524 28.4078 20.9524C28.6711 20.9524 28.8853 21.1666 28.8853 21.4299V23.4207H27.6169L27.9358 21.357ZM23.9621 16.7779C23.9564 16.7723 23.9499 16.766 23.9552 16.7497C23.9604 16.7334 23.9695 16.732 23.9774 16.7309L24.803 16.611C24.807 16.6104 24.8109 16.6099 24.8148 16.6093L24.8253 16.6078C24.9684 16.587 25.0922 16.4971 25.1562 16.3673L25.5354 15.599C25.5389 15.5919 25.5429 15.5837 25.56 15.5837C25.5772 15.5837 25.5812 15.5919 25.5848 15.5991L25.9639 16.3673C26.0279 16.4971 26.1517 16.587 26.2948 16.6078L27.1427 16.731C27.1506 16.7321 27.1596 16.7334 27.1649 16.7497C27.1702 16.766 27.1637 16.7724 27.1579 16.7779L26.5444 17.376C26.4408 17.477 26.3936 17.6224 26.418 17.765L26.5629 18.6094C26.5642 18.6174 26.5657 18.6264 26.5519 18.6364C26.538 18.6465 26.53 18.6422 26.5229 18.6385L25.7645 18.2398C25.6364 18.1725 25.4836 18.1725 25.3555 18.2398L24.5972 18.6385C24.5901 18.6422 24.5821 18.6465 24.5682 18.6364C24.5543 18.6263 24.5558 18.6174 24.5571 18.6094L24.702 17.765C24.7264 17.6224 24.6792 17.477 24.5756 17.376L23.9621 16.7779Z' fill='white'/%3E%3Cpath d='M26.3496 12.9645H26.8805V13.4954C26.8805 13.7381 27.0772 13.9348 27.3199 13.9348C27.5626 13.9348 27.7594 13.7381 27.7594 13.4954V12.9645H28.2902C28.5329 12.9645 28.7297 12.7678 28.7297 12.525C28.7297 12.2822 28.5329 12.0855 28.2902 12.0855H27.7594V11.5547C27.7594 11.3119 27.5626 11.1152 27.3199 11.1152C27.0772 11.1152 26.8805 11.3119 26.8805 11.5547V12.0855H26.3496C26.1069 12.0855 25.9102 12.2822 25.9102 12.525C25.9102 12.7678 26.1069 12.9645 26.3496 12.9645Z' fill='white'/%3E%3Cpath d='M10.2875 10.8237C10.4282 10.8237 10.5664 10.7563 10.6514 10.6312C11.1223 9.93852 11.7602 10.0552 11.8314 10.071L11.9507 10.1008C12.1829 10.1588 12.418 10.0173 12.4752 9.78495C12.5356 9.53979 12.3742 9.29528 12.1251 9.25473C11.4819 9.15008 10.584 9.17592 9.93136 10.1272C9.80058 10.3179 9.83239 10.5834 10.0133 10.7274C10.0952 10.7925 10.192 10.8237 10.2875 10.8237Z' fill='white'/%3E%3Cpath d='M29.0566 10.3184C29.2993 10.3184 29.4961 10.1216 29.4961 9.87891C29.4961 9.6362 29.2993 9.43945 29.0566 9.43945C28.8139 9.43945 28.6172 9.6362 28.6172 9.87891C28.6172 10.1216 28.8139 10.3184 29.0566 10.3184Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2693_196'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

header.simplistic-header .mega-menu-panel__button::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

header.simplistic-header .mega-menu-panel__button--email::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='28' viewBox='0 0 24 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.5668 4.30078H0.433123C0.193874 4.30078 0 4.52702 0 4.80609V23.1953C0 23.4744 0.193874 23.7007 0.433123 23.7007H18.6721C18.9113 23.7007 19.1052 23.4744 19.1052 23.1953C19.1052 22.9163 18.9113 22.69 18.6721 22.69H1.58737L9.45146 14.6721L11.7149 16.9799C11.7965 17.0631 11.8983 17.1047 12 17.1047C12.1017 17.1047 12.2033 17.0632 12.285 16.9799L14.5486 14.6719L22.4129 22.69H20.3179C20.0787 22.69 19.8848 22.9162 19.8848 23.1953C19.8848 23.4744 20.0787 23.7006 20.3179 23.7006H23.5668C23.806 23.7006 23.9999 23.4744 23.9999 23.1953V4.80609C23.9999 4.52697 23.806 4.30078 23.5668 4.30078ZM23.1337 22.0827L15.2068 14.0008L22.1641 6.90729C22.3443 6.72365 22.3626 6.40438 22.2053 6.19427C22.0478 5.98411 21.7742 5.96262 21.5941 6.14631L12 15.9282L6.56252 10.3843C6.38238 10.2007 6.10891 10.2222 5.95137 10.4323C5.79396 10.6424 5.81238 10.9616 5.99248 11.1453L8.79329 14.0009L0.866247 22.0831V5.91881L4.64244 9.76885C4.72461 9.85258 4.82618 9.8937 4.92734 9.8937C5.048 9.8937 5.16804 9.83524 5.25364 9.72089C5.41104 9.51073 5.39262 9.19152 5.21253 9.00788L1.58699 5.3114H23.1337V22.0827Z' fill='white'/%3E%3C/svg%3E%0A");
}

header.simplistic-header .mega-menu-panel__button--phone::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='28' viewBox='0 0 24 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2493_575)'%3E%3Cpath d='M18.9657 17.3446C18.4744 16.7477 17.8817 16.4286 17.2536 16.4286C16.6306 16.4286 16.0329 16.7418 15.5213 17.3387L13.9206 19.2002C13.7889 19.1174 13.6572 19.0406 13.5306 18.9638C13.3482 18.8574 13.176 18.757 13.0291 18.6506C11.5298 17.5396 10.1672 16.0917 8.86033 14.2184C8.22716 13.2847 7.80167 12.4987 7.49268 11.7009C7.90804 11.2577 8.29301 10.7967 8.66785 10.3535C8.80968 10.188 8.95151 10.0167 9.09334 9.8512C10.1571 8.61019 10.1571 7.00278 9.09334 5.76176L7.71049 4.14845C7.55347 3.96525 7.39138 3.77614 7.23942 3.58703C6.93549 3.22064 6.61638 2.84243 6.28713 2.48785C5.79579 1.92053 5.20821 1.61914 4.59023 1.61914C3.97226 1.61914 3.37454 1.92053 2.86801 2.48785C2.86294 2.49376 2.86294 2.49376 2.85788 2.49967L1.13565 4.52666C0.487286 5.28309 0.117514 6.20498 0.0364682 7.27462C-0.0851005 9.00022 0.350521 10.6076 0.684835 11.6595C1.50542 14.242 2.73124 16.6354 4.55984 19.2002C6.77847 22.2909 9.44792 24.7316 12.4973 26.4512C13.6623 27.0954 15.2174 27.8577 16.9548 27.9877C17.0612 27.9936 17.1726 27.9996 17.2739 27.9996C18.444 27.9996 19.4267 27.5091 20.1966 26.534C20.2017 26.5222 20.2118 26.5163 20.2169 26.5044C20.4803 26.1321 20.7842 25.7953 21.1033 25.4348C21.3211 25.1925 21.544 24.9384 21.7618 24.6725C22.2633 24.0638 22.5267 23.3546 22.5267 22.6277C22.5267 21.8949 22.2582 21.1917 21.7466 20.6007L18.9657 17.3446ZM20.7791 23.5674C20.7741 23.5674 20.7741 23.5733 20.7791 23.5674C20.5816 23.8156 20.379 24.0401 20.1612 24.2883C19.8319 24.6547 19.4976 25.0389 19.1835 25.4703C18.6719 26.1085 18.0692 26.4099 17.279 26.4099C17.203 26.4099 17.1219 26.4099 17.046 26.404C15.5415 26.2917 14.1435 25.6062 13.095 25.0211C10.228 23.4019 7.7105 21.1031 5.6185 18.1896C3.89121 15.7608 2.73631 13.5151 1.97144 11.104C1.50036 9.63255 1.32814 8.48609 1.40412 7.40463C1.45477 6.71321 1.68271 6.13998 2.10314 5.64948L3.83043 3.63431C4.07863 3.36247 4.34203 3.21473 4.60036 3.21473C4.91948 3.21473 5.17781 3.43929 5.3399 3.6284C5.34497 3.63431 5.35004 3.64022 5.3551 3.64613C5.66409 3.98298 5.95788 4.33164 6.26687 4.70395C6.42389 4.89305 6.58598 5.08216 6.74808 5.27718L8.13092 6.8905C8.66785 7.51691 8.66785 8.09605 8.13092 8.72247C7.98403 8.89385 7.84219 9.06523 7.6953 9.23069C7.26981 9.73892 6.86458 10.2117 6.42389 10.6726C6.41376 10.6845 6.40363 10.6904 6.39857 10.7022C5.96294 11.2104 6.04399 11.7068 6.13517 12.0437C6.14023 12.0614 6.1453 12.0791 6.15036 12.0968C6.51 13.1133 7.01654 14.0707 7.78648 15.2112L7.79154 15.2171C9.18958 17.2264 10.6636 18.7924 12.2896 19.9921C12.4973 20.1457 12.71 20.2698 12.9126 20.388C13.095 20.4944 13.2672 20.5948 13.4141 20.7012C13.4344 20.713 13.4546 20.7308 13.4749 20.7426C13.6471 20.843 13.8092 20.8903 13.9764 20.8903C14.3968 20.8903 14.6602 20.583 14.7463 20.4826L16.4786 18.4615C16.6509 18.2605 16.9244 18.0183 17.2435 18.0183C17.5576 18.0183 17.8159 18.2487 17.9729 18.4497C17.978 18.4556 17.978 18.4556 17.9831 18.4615L20.7741 21.7177C21.2958 22.3204 21.2958 22.9409 20.7791 23.5674Z' fill='white'/%3E%3Cpath d='M12.9691 6.66076C14.2963 6.92078 15.5018 7.65357 16.4642 8.77639C17.4266 9.89921 18.0497 11.3057 18.2776 12.854C18.3333 13.244 18.6221 13.5159 18.9513 13.5159C18.9918 13.5159 19.0273 13.51 19.0678 13.5041C19.4427 13.4331 19.6909 13.0195 19.6301 12.5822C19.3565 10.7088 18.5967 9.00096 17.4368 7.64766C16.2768 6.29436 14.8129 5.40792 13.2072 5.08881C12.8324 5.01789 12.4828 5.30746 12.417 5.73886C12.3512 6.17026 12.5943 6.58984 12.9691 6.66076Z' fill='white'/%3E%3Cpath d='M23.9684 12.3514C23.5176 9.26658 22.2715 6.45953 20.3568 4.2257C18.4421 1.99188 16.0361 0.538116 13.3919 0.0121628C13.0222 -0.0646619 12.6727 0.230818 12.6068 0.662218C12.546 1.09953 12.7942 1.50729 13.1691 1.58411C15.5295 2.05097 17.6823 3.35699 19.3944 5.34852C21.1065 7.34597 22.2209 9.85754 22.621 12.6114C22.6768 13.0014 22.9655 13.2733 23.2947 13.2733C23.3352 13.2733 23.3707 13.2674 23.4112 13.2615C23.781 13.1965 24.0343 12.7828 23.9684 12.3514Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2493_575'%3E%3Crect width='24' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

header.simplistic-header .flyer-intensivpflege::before {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.268 19.7224H28.9803C29.084 19.5125 29.1426 19.2765 29.1426 19.027C29.1426 18.1588 28.4362 17.4524 27.5681 17.4524H22.0686V7.67143C22.0686 7.42873 21.8719 7.23197 21.6292 7.23197C21.3864 7.23197 21.1897 7.42873 21.1897 7.67143V21.9929H20.2932V2.41504C20.2932 2.29551 20.3399 2.18301 20.4248 2.09816C20.5094 2.01344 20.6219 1.9668 20.7415 1.9668C20.9886 1.9668 21.1897 2.16789 21.1897 2.41504V5.6207C21.1897 5.8634 21.3864 6.06016 21.6291 6.06016C21.8719 6.06016 22.0686 5.8634 22.0686 5.6207V4.00193H22.7504C22.9932 4.00193 23.1899 3.80518 23.1899 3.56248C23.1899 3.31979 22.9932 3.12303 22.7504 3.12303H22.0686V2.41504C22.0686 1.68326 21.4732 1.08789 20.7415 1.08789C20.3871 1.08789 20.0539 1.226 19.8032 1.47678C19.5524 1.72756 19.4143 2.06078 19.4143 2.41504V3.12303H12.8888C12.4239 3.12303 12.0457 2.74486 12.0457 2.27998C12.0457 2.03729 11.849 1.84053 11.6063 1.84053C11.3635 1.84053 11.1668 2.03729 11.1668 2.27998C11.1668 3.22949 11.9393 4.00193 12.8888 4.00193H14.8958V4.65473H13.7889C13.3448 4.65473 12.9834 5.01607 12.9834 5.46021V8.49912C12.9834 9.08541 13.3443 9.58873 13.8555 9.79932V10.7778C13.8555 11.2714 14.2571 11.6731 14.7508 11.6731H14.8916V11.9605C14.8916 13.0738 15.7973 13.9795 16.9106 13.9795H19.4143V15.1997H12.6513C11.8328 15.1997 11.1669 15.8656 11.1669 16.6842V17.4525H9.16469L5.10227 13.3901C4.80491 13.0927 4.40952 12.9289 3.98893 12.9289C3.56834 12.9289 3.17284 13.0926 2.87547 13.3901C2.69893 13.5666 2.57348 13.7751 2.49848 13.997L2.44118 13.9397C2.3029 13.8014 2.11909 13.7253 1.92356 13.7253C1.72803 13.7253 1.54422 13.8014 1.40606 13.9396L0.214146 15.1308C-0.0713818 15.4164 -0.0713818 15.881 0.214146 16.1666L2.44129 18.3937C2.61297 18.5653 2.89118 18.5653 3.0628 18.3937C3.23442 18.2221 3.23442 17.9438 3.0628 17.7723L0.939302 15.6488L1.92356 14.665L7.37805 20.1195C7.68344 20.4258 8.1076 20.6014 8.54172 20.6014H13.2696C13.5123 20.6014 13.709 20.4046 13.709 20.1619C13.709 19.9192 13.5123 19.7225 13.2696 19.7225H12.0457V18.3314H19.4143V19.7225H15.3204C15.0776 19.7225 14.8809 19.9192 14.8809 20.1619C14.8809 20.4046 15.0776 20.6014 15.3204 20.6014H19.4143V21.993H7.48991C7.35907 21.993 7.23075 21.9397 7.13793 21.8469L4.51293 19.2219C4.34126 19.0503 4.06305 19.0503 3.89143 19.2219C3.71981 19.3935 3.71981 19.6718 3.89143 19.8433L6.51643 22.4683C6.76182 22.7137 7.09733 22.8586 7.44309 22.8707V24.2301C6.7685 24.4219 6.27286 25.0433 6.27286 25.7788V26.0534C5.67977 26.2404 5.24852 26.7955 5.24852 27.4496C5.24852 28.2566 5.90506 28.9132 6.71213 28.9132C7.5192 28.9132 8.17575 28.2566 8.17575 27.4496C8.17575 26.7957 7.74467 26.2407 7.15182 26.0536V25.7788C7.15182 25.3756 7.47965 25.0475 7.88254 25.0475H20.7743C21.0171 25.0475 21.2138 24.8508 21.2138 24.6081C21.2138 24.3654 21.0171 24.1686 20.7743 24.1686H8.32206V22.8719H25.0911V24.1686H22.8251C22.5823 24.1686 22.3856 24.3654 22.3856 24.6081C22.3856 24.8508 22.5823 25.0475 22.8251 25.0475H25.5303C25.9336 25.0475 26.2616 25.3756 26.2616 25.7788V26.0535C25.6686 26.2405 25.2374 26.7955 25.2374 27.4496C25.2374 28.2566 25.894 28.9132 26.701 28.9132C27.5081 28.9132 28.1647 28.2566 28.1647 27.4496C28.1647 26.7956 27.7335 26.2406 27.1406 26.0535V25.7788C27.1406 25.0434 26.6448 24.422 25.97 24.2301V22.8719H29.268C29.6716 22.8719 29.9999 22.5434 29.9999 22.1395V20.4549C29.9999 20.051 29.6716 19.7224 29.268 19.7224ZM16.8082 5.53363V6.84238H13.8624V5.53363H16.8082ZM16.8082 8.49912C16.8082 8.78963 16.5719 9.02594 16.2814 9.02594H14.3891C14.0987 9.02594 13.8624 8.78963 13.8624 8.49912V7.72135H16.8082V8.49912ZM14.7344 10.7778V9.90484H15.9361V10.7778C15.9361 10.7868 15.9288 10.7942 15.9197 10.7942H14.7508C14.7418 10.7942 14.7344 10.7868 14.7344 10.7778ZM16.9106 13.1005C16.282 13.1005 15.7706 12.5891 15.7706 11.9605V11.6731H15.9197C16.4134 11.6731 16.815 11.2715 16.815 10.7778V9.79932C17.3262 9.58873 17.6871 9.08541 17.6871 8.49912V5.46021C17.6871 5.01607 17.3257 4.65473 16.8816 4.65473H15.7747V4.00193H19.4143V13.1005H16.9106ZM11.1669 19.7224H8.54172C8.3394 19.7224 8.14206 19.6409 7.99997 19.4984L3.49885 14.9973C3.49821 14.9966 3.49768 14.9959 3.49704 14.9952C3.22581 14.724 3.22581 14.2827 3.49704 14.0114C3.6284 13.88 3.80313 13.8077 3.98893 13.8077C4.17479 13.8077 4.3494 13.8801 4.48082 14.0114L8.67186 18.2027C8.7543 18.2851 8.86604 18.3314 8.98264 18.3314H11.1668V19.7224H11.1669ZM12.0458 17.4525V16.6842C12.0458 16.3503 12.3174 16.0786 12.6513 16.0786H19.4144V17.4525H12.0458ZM6.71213 28.0342C6.38975 28.0342 6.12743 27.7718 6.12743 27.4495C6.12743 27.1271 6.38975 26.8647 6.71213 26.8647C7.03452 26.8647 7.29684 27.1271 7.29684 27.4495C7.29684 27.7718 7.03452 28.0342 6.71213 28.0342ZM26.701 28.0342C26.3787 28.0342 26.1163 27.7718 26.1163 27.4495C26.1163 27.1271 26.3787 26.8647 26.701 26.8647C27.0234 26.8647 27.2857 27.1271 27.2857 27.4495C27.2857 27.7718 27.0234 28.0342 26.701 28.0342ZM27.5681 18.3314C27.9517 18.3314 28.2638 18.6435 28.2638 19.027C28.2638 19.409 27.9541 19.72 27.5726 19.7225H22.0686V18.3314H27.5681ZM29.121 21.9929H22.0687V20.6013H27.5636C27.5651 20.6013 27.5666 20.6015 27.5681 20.6015C27.5712 20.6015 27.5741 20.6013 27.5771 20.6013H29.121V21.9929Z' fill='white'/%3E%3C/svg%3E%0A");
}

header.simplistic-header .flyer-kinderintensivpflege::before {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.0446 8.23588L25.5103 7.2242C25.3315 6.88512 25.2087 6.51562 25.1455 6.13717H25.829C26.2329 6.13717 26.5614 5.80863 26.5614 5.40475V0.732422C26.5614 0.328535 26.2329 0 25.829 0H18.0543C17.6504 0 17.3218 0.328535 17.3218 0.732422V5.40475C17.3218 5.80863 17.6504 6.13717 18.0543 6.13717H18.7881V6.99088C18.7881 7.12775 18.7293 7.25859 18.627 7.34959L17.7428 8.13475C17.5613 8.29588 17.5448 8.57367 17.706 8.75514C17.8671 8.9366 18.1449 8.95307 18.3264 8.79193L19.2108 8.00654C19.5008 7.74867 19.667 7.37848 19.667 6.99088V6.13717H24.2561C24.3259 6.65848 24.4877 7.16924 24.733 7.63441L25.2672 8.64615C25.6258 9.32607 25.7562 10.0873 25.6442 10.8474L25.0671 14.7621C25.0639 14.7833 25.0624 14.8047 25.0624 14.8262V17.9727C25.0624 18.6127 24.5416 19.1334 23.9016 19.1334C23.2616 19.1334 22.7409 18.6127 22.7409 17.9727V13.4908C22.7409 13.0999 22.5125 12.739 22.159 12.5715L21.3321 12.18C20.9147 11.9827 20.423 11.9955 20.0168 12.2145L15.5271 14.6364C15.1877 14.8197 14.955 15.1431 14.8886 15.5243L14.6729 16.774H12.652L13.207 13.5667C13.2373 13.3924 13.3265 13.2321 13.4584 13.1151L16.793 10.1537C16.9744 9.99252 16.9909 9.71478 16.8298 9.53332C16.6686 9.3518 16.3908 9.33533 16.2094 9.49652L12.875 12.4577C12.595 12.706 12.4053 13.0464 12.341 13.4164L12.1949 14.2604C12.0003 14.1632 11.7795 14.1077 11.5449 14.1023C10.6672 13.971 9.83813 14.5658 9.68684 15.4398L9.08801 18.6959C9.04413 18.9346 9.20204 19.1637 9.44075 19.2076C9.68086 19.2516 9.90874 19.0924 9.95245 18.8549L10.5521 15.5943C10.6236 15.1809 11.0181 14.9027 11.4322 14.9744C11.457 14.9787 11.482 14.9808 11.5072 14.9808C11.7397 14.9808 11.9258 15.0815 12.023 15.2539L11.76 16.774H11.6364C10.9013 16.774 10.299 17.3375 10.2652 18.0561C10.2472 18.4264 10.382 18.7739 10.6152 19.0291C10.3968 19.2686 10.2634 19.587 10.2634 19.9358C10.2634 20.2851 10.397 20.6037 10.6158 20.8433C10.397 21.0829 10.2634 21.4015 10.2634 21.7507C10.2634 22.0997 10.3969 22.4183 10.6154 22.6578C10.3721 22.924 10.2479 23.2683 10.2651 23.6304C10.299 24.3494 10.9013 24.9125 11.6363 24.9125H14.3226L13.5512 25.4635C13.4263 25.5527 13.279 25.5999 13.1255 25.5999H10.3744C10.3474 25.5999 10.3206 25.6016 10.2939 25.6041L8.35946 23.2873L9.01975 22.7359C9.1854 22.5979 9.2986 22.4046 9.33879 22.1901L9.58137 20.8717C9.62532 20.633 9.46741 20.4039 9.2287 20.36C8.99004 20.316 8.76088 20.4739 8.717 20.7127L8.47465 22.0296C8.47231 22.0421 8.4661 22.0532 8.45672 22.061L7.79608 22.6126L7.59217 22.3683C7.46034 22.2105 7.27501 22.1134 7.07022 22.095C6.86567 22.0765 6.66569 22.139 6.5079 22.2708L3.71356 24.6039C3.38778 24.8759 3.34401 25.3623 3.61606 25.6882L6.98567 29.7239C7.13772 29.906 7.35674 30 7.57723 30C7.75126 30 7.92622 29.9415 8.06995 29.8215L10.8643 27.4884C11.166 27.2364 11.2252 26.8007 11.0162 26.4789H13.1254C13.4632 26.4789 13.7871 26.3751 14.062 26.1787L15.4221 25.2073C15.6036 25.0772 15.767 24.9227 15.907 24.748C16.3191 24.2337 16.3606 23.8184 16.6367 23.033C16.707 22.833 16.7381 22.6225 16.7381 22.4102V20.7564L17.3815 21.2767C17.5406 21.4056 17.7318 21.4692 17.9221 21.4692C18.1437 21.4692 18.3642 21.383 18.5316 21.2138C18.5721 21.1521 19.3897 20.5444 19.282 19.3874C19.3381 19.3406 19.3475 19.327 19.497 19.1773C20.2816 18.3915 20.3078 17.1231 19.5643 16.2974L18.427 15.0363L19.1291 13.692L20.4338 12.9882C20.5951 12.9013 20.7904 12.8962 20.956 12.9746L21.7826 13.3659C21.8307 13.3887 21.8619 13.4378 21.8619 13.4909V17.9728C21.8619 19.0975 22.7769 20.0124 23.9015 20.0124C25.0262 20.0124 25.9412 19.0974 25.9412 17.9728V14.8584L26.5136 10.9756C26.6532 10.0295 26.491 9.08221 26.0446 8.23588ZM18.2007 0.878906H25.6825V5.25826H18.2007V0.878906ZM7.59071 29.0769L4.3609 25.2087L6.98766 23.0154L10.2175 26.8836L7.59071 29.0769ZM11.1432 23.5888C11.137 23.4591 11.1827 23.3362 11.2717 23.2428C11.361 23.1492 11.4813 23.0977 11.6105 23.0977H14.0901C14.3328 23.0977 14.5296 22.9009 14.5296 22.6582C14.5296 22.4155 14.3328 22.2188 14.0901 22.2188H11.6105C11.3524 22.2188 11.1424 22.0088 11.1424 21.7507C11.1424 21.4927 11.3524 21.2828 11.6105 21.2828H14.0901C14.3328 21.2828 14.5296 21.0861 14.5296 20.8434C14.5296 20.6007 14.3328 20.4039 14.0901 20.4039H11.6105C11.3524 20.4039 11.1424 20.1939 11.1424 19.9359C11.1424 19.6779 11.3524 19.468 11.6105 19.468H14.0901C14.3328 19.468 14.5296 19.2712 14.5296 19.0286C14.5296 18.7859 14.3328 18.5891 14.0901 18.5891H11.6105C11.3416 18.5891 11.1302 18.3653 11.1432 18.0981C11.1547 17.8527 11.376 17.6531 11.6365 17.6531H14.9843C15.4668 17.6531 15.8595 18.0459 15.8595 18.5288V22.4102C15.8595 22.5275 15.8406 22.6432 15.8033 22.7546L15.4808 23.7223C15.4446 23.8314 15.3963 23.9356 15.3367 24.0338H11.6365C11.376 24.0336 11.1547 23.8342 11.1432 23.5888ZM18.9116 16.8857C19.3128 17.3312 19.3259 17.9967 18.963 18.4558C18.9015 18.3595 18.8319 18.2668 18.753 18.1793L17.5366 16.8305C17.5191 16.811 17.5154 16.7824 17.5271 16.7598L17.9932 15.8672L18.9116 16.8857ZM16.7477 16.3535C16.5673 16.6996 16.6218 17.1275 16.8833 17.4185L18.1002 18.7678C18.5323 19.2473 18.5149 19.9821 18.0608 20.4405L17.9205 20.5819L16.7384 19.626V18.5287C16.7384 17.7587 16.2397 17.1034 15.5487 16.8677L15.7546 15.6744C15.7744 15.5607 15.8438 15.4642 15.9446 15.4098L17.7489 14.4366C17.5637 14.7912 17.014 15.8427 16.7477 16.3535Z' fill='white'/%3E%3C/svg%3E%0A");
}

header .simplistic-outline-button {
    min-height: 50px;
    padding: 12px 30px;
    font-weight: 700;
    line-height: 1em;
    border-color: var(--color-sub);
    background-color: var(--color-sub);
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    body.admin-bar header.simplistic-header {
        top: 46px;
    }

    header.simplistic-header {
        padding-block: 15px;
    }

    header.simplistic-header .simplistic-header-layout {
        gap: 16px;
    }

    header.simplistic-header .simplistic-header-layout__item--cta {
        margin-left: auto;
    }

    header.simplistic-header .simplistic-header-layout__item--menu {
        flex: 0 0 auto;
        justify-content: flex-end;
    }

    header.simplistic-header .budi-simplistic-header-logo img.logo {
        max-width: 180px;
    }

    header.simplistic-header .simplistic-cta .simplistic-outline-button {
        min-height: 44px;
        padding-inline: 18px;
    }

    header.simplistic-header .simplistic-cta {
        gap: 8px;
        flex-wrap: wrap;
    }

    header.simplistic-header .simplistic-header-layout__item--cta {
        display: none;
    }

    header.simplistic-header .simplistic-mobile-menu {
        top: calc(100% + 10px);
        right: 15px;
        width: calc(100vw - 30px);
    }

    header.simplistic-header .simplistic-mobile-menu__inner {
        max-height: calc(100vh - 140px);
        padding: 20px;
    }
}

@media screen and (max-width: 1199px) {
    header.simplistic-header .simplistic-header-layout__item--menu {
        flex: 0 0 auto;
        justify-content: flex-end;
    }

    header.simplistic-header .simplistic-header-layout__item--cta {
        display: none;
    }

    header.simplistic-header .simplistic-header-menu--desktop {
        display: none;
    }

    header.simplistic-header .simplistic-mobile-menu-toggle {
        display: inline-flex;
    }

    header.simplistic-header .mega-menu-panel__inner {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 20px;
    }

    header.simplistic-header .mega-menu-panel__promo-content {
        flex-direction: column;
        align-items: flex-start;
    }

    header.simplistic-header .mega-menu-panel__promo--preview-update {
        padding: 24px;
    }

    header.simplistic-header .mega-menu-panel__promo-content--preview-update {
        gap: 18px;
    }

    header.simplistic-header .mega-menu-panel__actions {
        width: 100%;
    }

    header.simplistic-header .mega-menu-panel__actions--preview-update {
        min-width: 100%;
        align-items: stretch;
    }

    header.simplistic-header .mega-menu-panel__pill-link,
    header.simplistic-header .mega-menu-panel__promo--preview-update .mega-menu-panel__button {
        width: 100%;
    }
}

/* When body has scroll */
body.budi-scrolled header.simplistic-header {
    background-color: #fffbf5;
    padding-block: 10px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

body.budi-scrolled:has(.header-announcement) header.simplistic-header {
    border-bottom: 0px;
}

body.budi-scrolled header.simplistic-header .mega-menu-panel {
    top: 100%;
    padding-top: 10px;
}

body.budi-scrolled header.simplistic-header .simplistic-mobile-menu {
    top: calc(100% + 8px);
}

@media screen and (min-width: 1024px) {
    body.budi-scrolled header.simplistic-header img.logo {
        max-width: 230px;
    }
}

/* =====================================
* Footer
======================================== */

footer.footer {
    background-color: rgba(255, 251, 245, 0.25) !important;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-block: 44px !important;
}

footer.footer .footer_1 img {
    max-width: 274px !important;
}

footer.footer .budi-footer-legal-menu {
    gap: 15px;
    flex-wrap: wrap;
}

footer.footer .budi-footer-legal-menu>li:not(:last-child)::after {
    content: '|';
    margin-left: 15px;
    color: var(--footer-text-color);
    font-size: 16px;
}

footer.footer .budi-footer-legal-menu a {
    color: var(--footer-text-color);
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    footer.footer {
        padding-block: 30px !important;
    }

    footer.footer .footer_1 img {
        max-width: 174px !important;
    }
}

/* =====================================
* Footer Fullsite
======================================== */

footer.footer.footer--fullsite {
    background-color: #fff !important;
    padding-block: 0 !important;
}

footer.footer.footer--fullsite .footer-fullsite {
    padding-top: 50px;
    padding-bottom: 70px;
}

footer.footer.footer--fullsite .footer-inner {
    max-width: 100%;
}

footer.footer.footer--fullsite .container {
    max-width: var(--footer-max-width);
}

footer.footer.footer--fullsite ul.menu {
    margin-bottom: 0;
}

footer.footer.footer--fullsite ul.menu>li:not(:last-child),
footer.footer.footer--fullsite .textwidget ul li:not(:last-child) {
    margin-bottom: 10px;
}

footer.footer.footer--fullsite ul.menu>li>a:hover,
footer.footer.footer--fullsite .textwidget ul li a:hover {
    text-shadow: 0.3px 0 currentColor, -0.3px 0 currentColor;
}

.footer-fullsite__columns {
    padding-bottom: 0;
}

.footer-fullsite__col {
    margin-bottom: 20px;
}

.footer-fullsite__col-inner {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 335px;
}

footer .footer_widget_title {
    margin-bottom: 15px;
    color: var(--color-custom);
    font-weight: 600;
}

.footer-fullsite__bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 0;
    padding-block: 30px;
}

.footer-fullsite__social {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.footer-fullsite__social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--color-main, #0e3855);
    transition: opacity 0.2s ease;
    text-decoration: none;
}

.footer-fullsite__social-icon:hover {
    opacity: 0.8;
}

.footer-fullsite__social-icon svg {
    width: 16px;
    height: 16px;
}

.footer-fullsite__legal-menu {
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 1204px) {
    .footer-fullsite__social {
        justify-content: center;
        margin-bottom: 15px;
    }

    .footer-fullsite__legal-menu {
        justify-content: center;
    }

    footer.footer .budi-footer-legal-menu {
        gap: 10px;
    }
}

@media screen and (max-width: 991px) {
    .footer-fullsite__col.footer-fullsite__col-logo {
        margin-bottom: 50px;
    }

    .footer-fullsite__columns .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footer-fullsite__legal-menu {
        justify-content: flex-start;
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .footer-fullsite__columns .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-fullsite__social {
        justify-content: center;
    }

    .footer-fullsite__legal-menu {
        justify-content: center;
    }

    .footer-fullsite__bottom .row {
        text-align: center;
    }

    .footer-fullsite__col:not(:last-child) {
        margin-bottom: 35px;
    }
}
