body.lani-dream-shell-page #header-container,
body.lani-dream-shell-page #footer,
body.lani-dream-shell-page .mobile-header-menu-buttons,
body.lani-dream-shell-page .mobile-footer-menu-buttons {
    display: none !important;
}

body.lani-dream-shell-page #breadcrumb2 {
    background: #f7fcff;
    border-bottom: 1px solid #d7ebf5;
    color: #526978;
    margin: 0;
    padding: 0 !important;
}

body.lani-dream-shell-page #breadcrumb2 .p-breadcrumbs__ul {
    margin: 0 auto !important;
    max-width: 1120px;
    padding: 11px 0 !important;
    width: calc(100% - 36px);
}

.lani-dd-shell-header,
.lani-dd-shell-footer {
    --lani-dream-ink: #16364d;
    --lani-dream-muted: #526978;
    --lani-dream-line: #cae5f3;
    --lani-dream-primary: #1768b0;
    --lani-dream-primary-dark: #0b4f87;
    --lani-dream-cyan: #83eaf1;
    --lani-dream-blue: #63a4ff;
    box-sizing: border-box;
    font-family: inherit;
}

.lani-dd-shell-header *,
.lani-dd-shell-footer * {
    box-sizing: border-box;
}

.lani-dd-shell-header {
    background:
        radial-gradient(circle at 82% 0%, rgba(131, 234, 241, 0.2), transparent 28%),
        linear-gradient(110deg, #f5fbff 0%, #fff 48%, #f3fdfd 100%);
    border-bottom: 1px solid var(--lani-dream-line);
    box-shadow: 0 7px 26px rgba(23, 104, 176, 0.07);
    color: var(--lani-dream-ink);
    position: relative;
    z-index: 100;
}

.lani-dd-shell-header__inner {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-inline: auto;
    max-width: 1120px;
    min-height: 76px;
    width: calc(100% - 36px);
}

.lani-dd-shell-brand {
    align-items: center;
    color: inherit;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 10px;
    line-height: 1;
    text-decoration: none;
}

.lani-dd-shell-brand__mark {
    align-items: center;
    background: linear-gradient(145deg, var(--lani-dream-primary) 0%, #2f92d5 55%, #27b8c2 100%);
    border-radius: 50%;
    box-shadow: 0 7px 18px rgba(23, 104, 176, 0.22);
    color: #fff;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.lani-dd-shell-brand__mark svg {
    display: block;
    height: 27px;
    width: 27px;
}

.lani-dd-shell-brand__text {
    align-items: baseline;
    display: inline-flex;
    gap: 8px;
}

.lani-dd-shell-brand__lani {
    color: #1768b0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.015em;
}

.lani-dd-shell-brand__label {
    color: #375b70;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.lani-dd-shell-brand:hover .lani-dd-shell-brand__lani {
    color: var(--lani-dream-primary-dark);
}

.lani-dd-shell-brand:focus-visible,
.lani-dd-shell-header a:focus-visible,
.lani-dd-shell-header button:focus-visible {
    outline: 3px solid #1367b1;
    outline-offset: 3px;
}

.lani-dd-shell-footer a:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
    box-shadow: 0 0 0 5px rgba(11, 79, 135, 0.72);
}

.lani-dd-shell-menu {
    margin-left: auto;
    position: relative;
}

.lani-dd-shell-menu__toggle {
    appearance: none;
    background: transparent;
    border: 0;
    display: none;
    font: inherit;
}

.lani-dd-shell-nav {
    align-items: center;
    display: flex !important;
    gap: 2px;
}

.lani-dd-shell-nav a {
    border-radius: 8px;
    color: #274b61;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    padding: 11px 9px;
    text-decoration: none;
    white-space: nowrap;
}

.lani-dd-shell-nav a:hover {
    background: #eaf7fc;
    color: var(--lani-dream-primary-dark);
}

.lani-dd-shell-nav .lani-dd-shell-nav__main {
    border-left: 1px solid var(--lani-dream-line);
    border-radius: 0 8px 8px 0;
    color: #5b7381;
    gap: 4px;
    margin-left: 5px;
    padding-left: 13px;
}

.lani-dd-shell-header__search {
    align-items: center;
    border: 1px solid #b9deef;
    border-radius: 50%;
    color: var(--lani-dream-primary);
    display: none;
    height: 44px;
    justify-content: center;
    margin-left: auto;
    text-decoration: none;
    width: 44px;
}

.lani-dd-shell-header__search svg {
    fill: none;
    height: 21px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 2;
    width: 21px;
}

.lani-dd-shell-footer {
    background:
        radial-gradient(circle at 15% 10%, rgba(131, 234, 241, 0.08), transparent 30%),
        linear-gradient(135deg, #1768b0 0%, #0e658a 57%, #075d72 100%);
    color: #fff;
    margin: 0;
    padding: 52px 0 20px;
    position: relative;
    z-index: 2;
}

.lani-dd-shell-footer__inner {
    margin-inline: auto;
    max-width: 1120px;
    width: calc(100% - 36px);
}

.lani-dd-shell-footer__grid {
    display: grid;
    gap: 36px;
    grid-template-columns: minmax(220px, 1.25fr) repeat(3, minmax(140px, 0.75fr));
}

.lani-dd-shell-brand--footer {
    color: #fff;
}

.lani-dd-shell-brand--footer .lani-dd-shell-brand__mark {
    background: rgba(255, 255, 255, 0.16);
    box-shadow: none;
    color: #fff;
}

.lani-dd-shell-brand--footer .lani-dd-shell-brand__lani,
.lani-dd-shell-brand--footer .lani-dd-shell-brand__label {
    color: #fff;
}

.lani-dd-shell-footer__about p {
    color: #fff;
    font-size: 13px;
    line-height: 1.9;
    margin: 17px 0 0;
    max-width: 330px;
}

.lani-dd-shell-footer__nav h2 {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.5;
    margin: 7px 0 15px;
}

.lani-dd-shell-footer__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lani-dd-shell-footer__nav li + li {
    margin-top: 10px;
}

.lani-dd-shell-footer__nav a {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-size: 12.5px;
    line-height: 1.6;
    min-height: 36px;
    padding-block: 5px;
    text-decoration: none;
    text-underline-offset: 4px;
}

.lani-dd-shell-footer__nav a:hover {
    color: #fff;
    text-decoration: underline;
}

.lani-dd-shell-footer__bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
    padding-top: 18px;
}

.lani-dd-shell-footer__bottom p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
    margin: 0;
}

@media screen and (max-width: 1023px) {
    body.lani-dream-shell-page.mblt-header-mobile-buttons,
    body.lani-dream-shell-page.mblt-header-and-footer-mobile-buttons {
        margin-top: 0 !important;
    }
}

@media (max-width: 900px) {
    .lani-dd-shell-header__inner {
        gap: 7px;
        min-height: 64px;
        width: calc(100% - 24px);
    }

    .lani-dd-shell-brand__mark {
        height: 36px;
        width: 36px;
    }

    .lani-dd-shell-brand__mark svg {
        height: 23px;
        width: 23px;
    }

    .lani-dd-shell-brand__lani {
        font-size: 25px;
    }

    .lani-dd-shell-brand__label {
        font-size: 11px;
        letter-spacing: 0.08em;
    }

    .lani-dd-shell-header__search {
        display: inline-flex;
    }

    .lani-dd-shell-menu {
        margin-left: 0;
    }

    .lani-dd-shell-menu__toggle {
        align-items: center;
        background: transparent;
        border: 1px solid #b9deef;
        border-radius: 10px;
        color: var(--lani-dream-primary);
        cursor: pointer;
        display: flex;
        flex-direction: column;
        height: 44px;
        justify-content: center;
        padding: 5px 7px 4px;
        width: 51px;
    }

    .lani-dd-shell-menu__icon {
        display: grid;
        gap: 3px;
        width: 18px;
    }

    .lani-dd-shell-menu__icon i {
        background: currentColor;
        border-radius: 999px;
        display: block;
        height: 2px;
        transform-origin: center;
        transition: transform 0.18s ease, opacity 0.18s ease;
        width: 18px;
    }

    .lani-dd-shell-menu__label {
        font-size: 8px;
        font-weight: 800;
        line-height: 1;
        margin-top: 4px;
    }

    .lani-dd-shell-menu.is-open .lani-dd-shell-menu__icon i:first-child {
        transform: translateY(5px) rotate(45deg);
    }

    .lani-dd-shell-menu.is-open .lani-dd-shell-menu__icon i:nth-child(2) {
        opacity: 0;
    }

    .lani-dd-shell-menu.is-open .lani-dd-shell-menu__icon i:last-child {
        transform: translateY(-5px) rotate(-45deg);
    }

    .lani-dd-shell-menu:not(.is-open) > .lani-dd-shell-nav {
        display: none !important;
    }

    .lani-dd-shell-menu.is-open > .lani-dd-shell-nav {
        align-items: stretch;
        background: #fff;
        border: 1px solid var(--lani-dream-line);
        border-radius: 16px;
        box-shadow: 0 18px 44px rgba(11, 79, 135, 0.2);
        display: grid !important;
        gap: 2px;
        max-height: calc(100vh - 96px);
        overflow-y: auto;
        padding: 10px;
        position: absolute;
        right: 0;
        top: calc(100% + 9px);
        width: min(330px, calc(100vw - 24px));
    }

    .lani-dd-shell-nav a {
        align-items: center;
        border-radius: 10px;
        font-size: 14px;
        min-height: 44px;
        padding: 11px 13px;
        white-space: normal;
    }

    .lani-dd-shell-nav .lani-dd-shell-nav__main {
        border-left: 0;
        border-top: 1px solid var(--lani-dream-line);
        border-radius: 0 0 10px 10px;
        margin: 5px 0 0;
        padding-left: 13px;
        padding-top: 14px;
    }

    .lani-dd-shell-footer__grid {
        grid-template-columns: 1.2fr repeat(2, minmax(140px, 0.8fr));
    }

    .lani-dd-shell-footer__about {
        grid-column: 1 / -1;
    }
}

@media (max-width: 680px) {
    body.lani-dream-shell-page #breadcrumb2 .p-breadcrumbs__ul {
        padding-block: 9px !important;
        width: calc(100% - 24px);
    }

    .lani-dd-shell-brand__text {
        gap: 6px;
    }

    .lani-dd-shell-footer {
        padding-top: 42px;
    }

    .lani-dd-shell-footer__inner {
        width: calc(100% - 30px);
    }

    .lani-dd-shell-footer__grid {
        gap: 31px 22px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lani-dd-shell-footer__nav:first-of-type {
        grid-column: 1 / -1;
    }

    .lani-dd-shell-footer__nav:first-of-type ul {
        display: grid;
        gap: 10px 18px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lani-dd-shell-footer__nav:first-of-type li + li {
        margin-top: 0;
    }

    .lani-dd-shell-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        margin-top: 34px;
    }
}

@media (max-width: 370px) {
    .lani-dd-shell-brand__label {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lani-dd-shell-header *,
    .lani-dd-shell-footer * {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

@media print {
    .lani-dd-shell-header,
    .lani-dd-shell-footer {
        display: none !important;
    }
}
