@import url(../../../ncss/font.css);

:root {
    --executive-header-height: 72px;
    --executive-safe-top: env(safe-area-inset-top, 0px);
    --executive-ink: #18191d;
    --executive-muted: #6d7078;
    --executive-accent: #5140b8;
    --executive-line: rgba(81, 64, 184, 0.075);
    --executive-background: #ffffff;
    --executive-surface: rgba(255, 255, 255, 0.86);
    --executive-glass-highlight: rgba(255, 255, 255, 1);
    --executive-glass-shadow: 0 24px 64px rgba(81, 64, 184, 0.075);
}

html {
    width: 100%;
    min-width: 0;
    background: var(--executive-background);
    scroll-padding-top:
        calc(var(--executive-header-height) + var(--executive-safe-top) + 24px);
}

body.executive-content-page {
    width: 100%;
    min-width: 0;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    color: var(--executive-ink);
    background:
        radial-gradient(circle at 50% 0, rgba(104, 78, 232, 0.045), transparent 420px),
        #ffffff !important;
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overscroll-behavior-x: none;
}

.executive-content-page,
.executive-content-page *,
.executive-content-page *::before,
.executive-content-page *::after {
    box-sizing: border-box;
}

.executive-content-page img,
.executive-content-page svg {
    max-width: 100%;
}

.executive-content-page a {
    -webkit-tap-highlight-color: transparent;
}

.executive-content-page a:focus-visible,
.executive-content-page [role="button"]:focus-visible {
    outline: 3px solid rgba(81, 64, 184, 0.22);
    outline-offset: 3px;
}

.executive-content-page .fimo-page-header {
    top: 0 !important;
    margin: 0 !important;
    transform: none !important;
    min-height: calc(var(--executive-header-height) + var(--executive-safe-top));
    padding-top: var(--executive-safe-top);
    border-bottom: 1px solid rgba(255, 255, 255, 0.74);
    background: rgba(255, 255, 255, 0.9);
    box-shadow:
        0 10px 34px rgba(81, 64, 184, 0.035),
        inset 0 -1px 0 rgba(81, 64, 184, 0.055);
    backdrop-filter: blur(22px) saturate(1.08);
    -webkit-backdrop-filter: blur(22px) saturate(1.08);
}

.executive-content-page .fimo-page-header__inner {
    width: min(1060px, calc(100% - 40px));
    min-height: var(--executive-header-height);
    gap: 14px;
}

.executive-content-page .fimo-page-back {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 12px;
    color: var(--executive-accent);
    background: rgba(239, 236, 251, 0.88);
    box-shadow:
        0 7px 18px rgba(81, 64, 184, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.executive-content-page .fimo-page-identity__eyebrow {
    color: var(--executive-accent);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.executive-content-page .fimo-page-back:hover {
    color: var(--executive-accent);
    background: rgba(238, 236, 247, 0.9);
    box-shadow:
        0 8px 20px rgba(81, 64, 184, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.94);
    transform: translateX(-2px);
}

.executive-content-page .fimo-page-identity__copy strong {
    margin: 0;
    color: var(--executive-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.2;
}

.executive-header-spacer {
    width: 42px;
    height: 42px;
}

.executive-content-page main {
    width: 100%;
    min-width: 0;
    min-height: calc(100vh - var(--executive-header-height));
    padding:
        calc(var(--fimo-page-header-height, var(--executive-header-height)) + var(--executive-safe-top) + 42px)
        max(24px, env(safe-area-inset-right, 0px))
        calc(118px + env(safe-area-inset-bottom, 0px))
        max(24px, env(safe-area-inset-left, 0px));
}

.executive-content-page main > * {
    min-width: 0;
    max-width: 100%;
}

.executive-content-page main > .terms_d1,
.executive-content-page main > .page13_d1,
.executive-content-page main > .page12_d1,
.executive-content-page main > .page5_d1,
.executive-content-page main > .page3_d1 {
    width: min(880px, 100%) !important;
    max-width: 880px !important;
    min-width: 0;
    margin: 0 auto !important;
    padding: 0 !important;
}

.executive-content-page main > .page3_d1,
.executive-content-page main > .page12_d1 {
    width: min(980px, 100%) !important;
    max-width: 980px !important;
}

.executive-content-page main > .page5_d1 {
    width: min(900px, 100%) !important;
    max-width: 900px !important;
}

.executive-intro {
    max-width: 690px;
    margin: 0 auto 34px;
    text-align: center;
}

.executive-kicker {
    margin: 0 0 10px;
    color: var(--executive-accent);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    line-height: 1.2;
    text-transform: uppercase;
}

.executive-intro h1 {
    margin: 0;
    color: var(--executive-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 5vw, 3.15rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.08;
}

.executive-lede {
    max-width: 570px;
    margin: 15px auto 0;
    color: var(--executive-muted);
    font-size: 0.98rem;
    line-height: 1.65;
}

.executive-content-page .legal_main_img {
    display: block;
    width: 100%;
    height: 220px;
    margin: 0 0 26px;
    padding: 42px;
    border-radius: 18px;
    object-fit: contain;
    background:
        linear-gradient(145deg, #ffffff, rgba(251, 249, 255, 0.9));
    box-shadow:
        var(--executive-glass-shadow),
        inset 0 1px 0 var(--executive-glass-highlight);
}

.executive-content-page .boxes_wrapper,
.executive-content-page .box_wrapper {
    display: grid;
    width: 100% !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.executive-content-page--about .boxes_wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.executive-content-page .boxes_wrapper > .box,
.executive-content-page .box_wrapper > .box {
    display: flex;
    width: 100%;
    min-width: 0;
    height: auto !important;
    min-height: 168px;
    margin: 0 !important;
    padding: 23px !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.84) !important;
    border-radius: 18px !important;
    background:
        linear-gradient(145deg, #ffffff, rgba(251, 249, 255, 0.88)) !important;
    box-shadow:
        0 17px 44px rgba(81, 64, 184, 0.075),
        inset 0 1px 0 var(--executive-glass-highlight) !important;
    transition: transform 170ms ease, box-shadow 170ms ease;
}

@media (hover: hover) and (pointer: fine) {
    .executive-content-page .boxes_wrapper > .box:hover,
    .executive-content-page .box_wrapper > .box:hover {
        box-shadow:
            0 21px 50px rgba(81, 64, 184, 0.105),
            inset 0 1px 0 var(--executive-glass-highlight) !important;
        transform: translateY(-2px);
    }
}

.executive-content-page .boxes_wrapper > .box > img:first-child,
.executive-content-page .box_wrapper > .box > img:first-child {
    width: 46px;
    height: 46px;
    padding: 10px;
    border-radius: 13px;
    object-fit: contain;
    background: linear-gradient(145deg, rgba(236, 232, 255, 0.94), rgba(248, 246, 255, 0.92));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.executive-content-page .box_middle {
    flex: initial !important;
    margin-top: 15px !important;
}

.executive-content-page .boxes_wrapper h2,
.executive-content-page .box_wrapper h2 {
    margin: 0 0 7px !important;
    color: var(--executive-ink) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 1.08rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere;
}

.executive-content-page .boxes_wrapper p,
.executive-content-page .box_wrapper p {
    margin: 0 !important;
    color: var(--executive-muted) !important;
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 0.88rem !important;
    font-weight: 400 !important;
    line-height: 1.62 !important;
    text-align: left !important;
    overflow-wrap: anywhere;
}

.executive-content-page .boxes_wrapper a,
.executive-content-page .box_wrapper a {
    display: inline-flex;
    min-height: 38px;
    margin-top: auto;
    padding-top: 12px;
    align-items: center;
    color: var(--executive-accent) !important;
    font-size: 0.84rem !important;
    font-weight: 700 !important;
    text-decoration: none;
}

.executive-content-page .boxes_wrapper a img {
    width: 15px;
    height: 15px;
    margin-left: 8px;
    object-fit: contain;
}

.executive-content-page--copyrights .boxes_wrapper {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 18px;
    background:
        linear-gradient(145deg, #ffffff, rgba(251, 249, 255, 0.88));
    box-shadow:
        var(--executive-glass-shadow),
        inset 0 1px 0 var(--executive-glass-highlight);
}

.executive-content-page--copyrights .boxes_wrapper > .box {
    min-height: 0;
    padding: 21px 26px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.executive-content-page--copyrights .boxes_wrapper > .box + .box {
    border-top: 1px solid var(--executive-line) !important;
}

.executive-content-page--copyrights .boxes_wrapper p {
    font-size: 0.94rem !important;
    line-height: 1.68 !important;
}

.executive-content-page main > div > p,
.executive-content-page .main_para {
    max-width: 790px;
    margin-right: auto !important;
    margin-left: auto !important;
    color: var(--executive-muted) !important;
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 0.96rem !important;
    font-weight: 400 !important;
    line-height: 1.72 !important;
    text-align: left !important;
}

.executive-content-page main h2.heading_desktop_app,
.executive-content-page main h2.heading_how_works {
    margin: 32px 0 19px !important;
    color: var(--executive-ink) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(1.5rem, 3vw, 1.9rem) !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-align: center !important;
}

.executive-content-page--desktop .page3_d1 > p:first-of-type,
.executive-content-page--rules .page3_d1 > p:first-of-type,
.executive-content-page--learn .page3_d1 > .main_para {
    margin-bottom: 22px !important;
    padding: 19px 22px !important;
    border-radius: 16px;
    background: linear-gradient(145deg, #ffffff, rgba(251, 249, 255, 0.86));
    box-shadow:
        0 14px 36px rgba(81, 64, 184, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.executive-content-page--learn .page3_d1 > .main_para + .main_para {
    margin-top: -10px !important;
    margin-bottom: 22px !important;
}

.executive-content-page .terms_d1 > .mt70,
.executive-content-page .terms_d1 > .mt20,
.executive-content-page .terms_d1 .mb120 {
    margin: 0 !important;
}

.executive-content-page .tabs {
    display: block;
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background:
        linear-gradient(145deg, #ffffff, rgba(251, 249, 255, 0.88));
    box-shadow:
        var(--executive-glass-shadow),
        inset 0 1px 0 var(--executive-glass-highlight),
        inset 0 -1px 0 rgba(73, 74, 80, 0.035);
    backdrop-filter: blur(24px) saturate(1.08);
    -webkit-backdrop-filter: blur(24px) saturate(1.08);
}

.executive-content-page .tab {
    width: 100%;
    min-width: 0;
    padding: 0 28px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.22) !important;
    box-shadow: none !important;
}

.executive-content-page .tab + .tab {
    border-top: 1px solid var(--executive-line) !important;
}

.executive-content-page .tab .top_tab {
    display: grid;
    min-height: 76px;
    padding: 19px 0 !important;
    border: 0 !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    cursor: pointer;
    touch-action: manipulation;
    user-select: none;
}

.executive-content-page .tab .top_tab h1 {
    margin: 0 !important;
    color: var(--executive-ink) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 1.04rem !important;
    font-weight: 700 !important;
    line-height: 1.42 !important;
    overflow-wrap: anywhere;
}

.executive-content-page .tab .plus {
    position: relative;
    display: block;
    width: 28px;
    min-width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(242, 242, 240, 0.82) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.executive-content-page .tab .plus span {
    display: none !important;
}

.executive-content-page .tab .plus::before,
.executive-content-page .tab .plus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1.5px;
    border-radius: 2px;
    content: "";
    background: #4c4d52;
    transform: translate(-50%, -50%);
    transition: opacity 150ms ease;
}

.executive-content-page .tab .plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.executive-content-page .tab.active .plus {
    background: rgba(236, 234, 246, 0.9) !important;
}

.executive-content-page .tab.active .plus::before {
    background: var(--executive-accent);
}

.executive-content-page .tab.active .plus::after {
    opacity: 0;
}

.executive-content-page .tab > p {
    display: none !important;
    margin: 0 !important;
    padding: 0 0 26px !important;
    border: 0 !important;
    color: var(--executive-muted) !important;
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 0.94rem !important;
    font-weight: 400 !important;
    line-height: 1.75 !important;
    text-align: left !important;
    overflow-wrap: anywhere;
}

.executive-content-page .tab.active > p {
    display: block !important;
}

.executive-content-page .tab > p a {
    color: var(--executive-accent);
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.executive-content-page .sharing_files_tab.active > p:nth-child(2) {
    display: block !important;
}

.executive-content-page--faq .faq {
    display: block !important;
}

.executive-content-page--faq .support {
    display: none;
}

.executive-content-page--resources main > .page13_d1 {
    width: min(940px, 100%) !important;
    max-width: 940px !important;
}

.executive-content-page .assist-download-app {
    display: grid;
    width: 100%;
    margin: 0 !important;
    padding: 34px;
    grid-template-columns: 230px minmax(0, 1fr);
    align-items: center;
    gap: 34px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 18px;
    background:
        linear-gradient(145deg, #ffffff, rgba(251, 249, 255, 0.88));
    box-shadow:
        var(--executive-glass-shadow),
        inset 0 1px 0 var(--executive-glass-highlight),
        inset 0 -1px 0 rgba(73, 74, 80, 0.035);
    backdrop-filter: blur(24px) saturate(1.08);
    -webkit-backdrop-filter: blur(24px) saturate(1.08);
}

.executive-content-page .assist-image-wrapper,
.executive-content-page .top_area {
    display: grid;
    width: 100%;
    min-height: 230px;
    margin: 0;
    place-items: center;
    border: 0;
    border-radius: 14px;
    background:
        linear-gradient(145deg, #ffffff, rgba(248, 246, 255, 0.82));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        inset 0 0 0 1px rgba(71, 72, 78, 0.035);
}

.executive-content-page .assist-image-wrapper img,
.executive-content-page .top_area img {
    width: 138px !important;
    height: 138px !important;
    object-fit: contain;
}

.executive-content-page .assist-boxes {
    display: grid;
    width: 100%;
    min-width: 0;
    margin: 0 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border-radius: 14px;
    background: rgba(81, 64, 184, 0.075);
}

.executive-content-page .assist-boxes .assist-box {
    position: relative;
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 132px;
    margin: 0;
    padding: 21px 16px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--executive-ink);
    background: rgba(255, 255, 255, 0.84) !important;
    box-shadow: none !important;
    text-decoration: none;
    transition: background 160ms ease;
}

.executive-content-page .assist-boxes .assist-box:hover {
    background: rgba(255, 255, 255, 0.78) !important;
}

.executive-content-page .assist-boxes .img_wrapper,
.executive-content-page .assist-boxes .assist-box > div {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(236, 232, 255, 0.92), rgba(248, 246, 255, 0.9));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.executive-content-page .assist-boxes .assist-box img {
    width: 27px !important;
    height: 27px !important;
    object-fit: contain;
}

.executive-content-page .assist-boxes .assist-box span {
    margin-top: 11px !important;
    color: var(--executive-ink) !important;
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
}

.executive-content-page .public_footer {
    z-index: 90;
    border-top: 1px solid rgba(255, 255, 255, 0.74);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 -12px 36px rgba(81, 64, 184, 0.04);
    backdrop-filter: blur(22px) saturate(1.08);
    -webkit-backdrop-filter: blur(22px) saturate(1.08);
}

.executive-content-page .public_footer .bottomnav {
    background: transparent;
    box-shadow: none;
}

.executive-content-page--error main {
    display: grid;
    min-height: 100vh;
    padding-bottom: calc(40px + env(safe-area-inset-bottom, 0px));
    place-items: center;
}

.executive-content-page--error main > .page13_d1 {
    width: min(570px, 100%) !important;
    max-width: 570px !important;
}

.executive-content-page--error .reset-password {
    display: flex;
    width: 100%;
    min-height: 460px;
    padding: 38px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 20px;
    background:
        linear-gradient(145deg, #ffffff, rgba(251, 249, 255, 0.88));
    box-shadow:
        var(--executive-glass-shadow),
        inset 0 1px 0 var(--executive-glass-highlight);
    text-align: center;
}

.executive-content-page--error .reset-password-image {
    width: min(210px, 64%);
    height: 180px;
    margin: 0 0 24px;
    object-fit: contain;
}

.executive-content-page--error .reset-password-presentation h1 {
    margin: 0 0 10px;
    color: var(--executive-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.7rem, 4vw, 2.3rem);
    line-height: 1.2;
}

.executive-content-page--error .reset-password-presentation p {
    max-width: 410px;
    margin: 0 auto;
    color: var(--executive-muted);
    font-size: 0.96rem;
    line-height: 1.65;
    text-align: center;
}

.executive-content-page--error .Go-Back-Link {
    display: inline-flex;
    min-width: 132px;
    min-height: 46px;
    margin-top: 24px;
    padding: 11px 20px !important;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #fff !important;
    background: var(--executive-accent);
    box-shadow: 0 12px 26px rgba(81, 64, 184, 0.2);
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 720px) {
    :root {
        --executive-header-height: 68px;
    }

    .executive-content-page .fimo-page-header__inner {
        width: calc(100% - 24px);
        min-height: var(--executive-header-height);
        gap: 10px;
    }

    .executive-content-page .fimo-page-back,
    .executive-header-spacer {
        width: 40px;
        height: 40px;
    }

    .executive-content-page main {
        padding:
            calc(var(--fimo-page-header-height, 70px) + var(--executive-safe-top) + 34px)
            max(18px, env(safe-area-inset-right, 0px))
            calc(104px + env(safe-area-inset-bottom, 0px))
            max(18px, env(safe-area-inset-left, 0px));
    }

    .executive-intro {
        margin-bottom: 24px;
        padding: 0 8px;
    }

    .executive-intro h1 {
        font-size: clamp(1.9rem, 10vw, 2.55rem);
    }

    .executive-lede {
        margin-top: 12px;
        font-size: 0.91rem;
        line-height: 1.6;
    }

    .executive-content-page .boxes_wrapper,
    .executive-content-page .box_wrapper,
    .executive-content-page--about .boxes_wrapper {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .executive-content-page .boxes_wrapper > .box,
    .executive-content-page .box_wrapper > .box {
        min-height: 0;
        padding: 20px !important;
    }

    .executive-content-page .legal_main_img {
        height: 178px;
        margin-bottom: 18px;
        padding: 30px;
        border-radius: 15px;
    }

    .executive-content-page main > div > p,
    .executive-content-page .main_para {
        font-size: 0.91rem !important;
        line-height: 1.66 !important;
    }

    .executive-content-page--desktop .page3_d1 > p:first-of-type,
    .executive-content-page--rules .page3_d1 > p:first-of-type,
    .executive-content-page--learn .page3_d1 > .main_para {
        padding: 16px 17px !important;
    }

    .executive-content-page .tabs {
        border-radius: 15px;
    }

    .executive-content-page .tab {
        padding: 0 18px !important;
    }

    .executive-content-page .tab .top_tab {
        min-height: 68px;
        padding: 16px 0 !important;
        gap: 12px;
    }

    .executive-content-page .tab .top_tab h1 {
        font-size: 0.96rem !important;
    }

    .executive-content-page .tab > p {
        padding-bottom: 22px !important;
        font-size: 0.89rem !important;
        line-height: 1.7 !important;
    }

    .executive-content-page .assist-download-app {
        padding: 18px;
        grid-template-columns: 1fr;
        gap: 18px;
        border-radius: 15px;
    }

    .executive-content-page .assist-image-wrapper,
    .executive-content-page .top_area {
        min-height: 160px;
    }

    .executive-content-page .assist-image-wrapper img,
    .executive-content-page .top_area img {
        width: 112px !important;
        height: 112px !important;
    }

    .executive-content-page .assist-boxes .assist-box {
        min-height: 112px;
        padding: 17px 10px;
    }

    .executive-content-page--error .reset-password {
        min-height: 400px;
        padding: 28px 20px;
        border-radius: 17px;
    }

    .executive-content-page--error .reset-password-image {
        height: 150px;
    }
}

@media (max-width: 340px) {
    .executive-content-page .assist-boxes {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .executive-content-page *,
    .executive-content-page *::before,
    .executive-content-page *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media print {
    .executive-content-page {
        background: #fff !important;
    }

    .executive-content-page .fimo-page-header,
    .executive-content-page .public_footer,
    .executive-content-page .executive-intro {
        display: none !important;
    }

    .executive-content-page main {
        padding: 0 !important;
    }

    .executive-content-page .tabs {
        box-shadow: none;
    }

    .executive-content-page .tab > p {
        display: block !important;
    }
}
