@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.wrapperAbout--scientific {
    position: relative;
}

.scientific-board {
    --scientific-text: #39444c;
    --scientific-text-muted: #8e9aa4;
    --scientific-accent: var(--cci-color-red, #fa5f55);
    --scientific-cta-bg: #333f48;
    --scientific-expert-bg: #f4f4f4;
    --scientific-font: 'Inter', var(--cci-font-main, Roboto, Arial, sans-serif);
    --scientific-pad-y: calc(24px + (76 - 24) * (100vw - 375px) / (1920 - 375));
    --scientific-pad-x: calc(16px + (150 - 16) * (100vw - 375px) / (1920 - 375));
    --scientific-gap: calc(24px + (48 - 24) * (100vw - 375px) / (1920 - 375));
    --scientific-gap-section: calc(24px + (70 - 24) * (100vw - 375px) / (1920 - 375));
    --scientific-gap-footer: calc(48px + (153 - 48) * (100vw - 375px) / (1920 - 375));
    font-family: 'Inter';
}

.wrapperAbout--scientific .aboutCompanyMenu ul li a,
.wrapperAbout--scientific .backButton a {
    color: var(--cci-color-black) !important;
}

.wrapperAbout--scientific .logo_black {
    display: block !important;
}

.wrapperAbout--scientific .logo_white {
    display: none !important;
}

.scientific-board__main {
    background: #fff;
    color: var(--scientific-text);
    font-family: var(--scientific-font);
}

.scientific-board__container {
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto;
    padding-inline: var(--scientific-pad-x);
}

.scientific-board__intro {
    padding-top: calc(96px + var(--scientific-pad-y) * 0.5);
    padding-bottom: 0;
    margin-bottom: var(--scientific-gap-section);
}

.scientific-board__intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: var(--scientific-gap);
    align-items: center;
}

.scientific-board__hero-image {
    overflow: hidden;
}

.scientific-board__hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 4px;
}

.scientific-board__intro-copy h1 {
    margin: 0 0 calc(24px + (32 - 24) * (100vw - 375px) / (1920 - 375));
    font-family: var(--scientific-font);
    font-size: calc(24px + (47 - 24) * (100vw - 320px) / (1920 - 320));
    line-height: calc(32px + (55 - 32) * (100vw - 320px) / (1920 - 320));
    letter-spacing: -0.014em;
    font-weight: 600;
    color: var(--scientific-text);
}

.scientific-board__intro-copy p {
    margin: 0 0 20px;
    font-size: calc(16px + (18 - 16) * (100vw - 375px) / (1920 - 375));
    line-height: calc(24px + (28 - 24) * (100vw - 375px) / (1920 - 375));
    color: var(--scientific-text);
}

.scientific-board__intro-copy p:last-child {
    margin-bottom: 0;
}

.scientific-board__section {
    padding-block: 0;
    margin-bottom: var(--scientific-gap-section);
}

.scientific-board__section--explore {
    margin-bottom: var(--scientific-gap-footer);
}

.scientific-board__section--explore h2 {
    font-size: 20px;
    line-height: 28px;
}

.scientific-board__section h2 {
    margin: 0 0 calc(32px + (48 - 32) * (100vw - 375px) / (1920 - 375));
    font-family: var(--scientific-font);
    font-size: calc(20px + (37 - 20) * (100vw - 320px) / (1920 - 320));
    line-height: calc(28px + (45 - 28) * (100vw - 320px) / (1920 - 320));
    letter-spacing: -0.014em;
    font-weight: 600;
    letter-spacing: -0.008em;
    color: var(--scientific-text);
}

.scientific-board__experts,
.scientific-board__explore {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--scientific-gap);
}

.scientific-board__expert-card,
.scientific-board__explore-card {
    margin: 0;
}

.scientific-board__expert-image,
.scientific-board__explore-image {
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.scientific-board__expert-image {
    background: var(--scientific-expert-bg);
    border: none;
    padding: 0;
    width: 100%;
    cursor: pointer;
}

.scientific-board__expert-name {
    border: none;
    background: none;
    padding: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    text-align: left;
}

.scientific-board__expert-image img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: top center;
    border-radius: 4px;
}

.scientific-board__explore-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 4px;
}

.scientific-board__expert-card h3,
.scientific-board__explore-card h3 {
    margin: 20px 0 0;
    font-family: var(--scientific-font);
    font-size: calc(18px + (20 - 18) * (100vw - 375px) / (1920 - 375));
    line-height: calc(24px + (28 - 24) * (100vw - 375px) / (1920 - 375));
    font-weight: 600;
    color: var(--scientific-text);
}

.scientific-board__expert-card h3 {
    margin: 16px 0 0;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.014em;
}

.scientific-board__expert-card p {
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.014em;
    font-weight: 500;
    color: var(--scientific-text-muted);
}

.scientific-board__explore-card h3 a {
    color: var(--scientific-text);
    text-decoration: none;
}

.scientific-board__explore-card h3 a:hover {
    color: var(--scientific-accent);
}

.scientific-board__read-more {
    display: inline-block;
    margin-top: 12px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.014em;
    font-weight: 500;
    color: var(--scientific-accent);
    text-decoration: none;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

.scientific-board__read-more:hover {
    text-decoration: underline;
}

.scientific-board__cta {
    background: var(--scientific-cta-bg);
    padding-block: var(--scientific-pad-y);
}

.scientific-board__cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: var(--scientific-gap);
}

.scientific-board__cta-copy {
    color: #fff;
}

.scientific-board__cta-copy p {
    margin: 0 0 24px;
    font-size: calc(16px + (18 - 16) * (100vw - 375px) / (1920 - 375));
    line-height: calc(24px + (28 - 24) * (100vw - 375px) / (1920 - 375));
    font-weight: 500;
}

.scientific-board__cta-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: calc(14px + (16 - 14) * (100vw - 375px) / (1920 - 375));
    line-height: calc(20px + (24 - 20) * (100vw - 375px) / (1920 - 375));
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.scientific-board__cta-link:hover {
    opacity: 0.85;
}

.scientific-board__cta-link i {
    font-size: 20px;
    text-decoration: none;
}

.direction--rtl .scientific-board__cta-link i.mdi-arrow-right {
    transform: scaleX(-1);
}

body.scientific-board-modal-open {
    overflow: hidden;
}

.scientific-board__modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--scientific-pad-y) var(--scientific-pad-x);
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.scientific-board__modal--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.scientific-board__modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 31, 45, 0.55);
}

.scientific-board__modal-dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 960px);
    max-height: calc(100vh - 48px);
    overflow: auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 64px rgba(20, 31, 45, 0.2);
    padding: 32px;
    box-sizing: border-box;
}

.scientific-board__modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    color: var(--scientific-text-muted);
    cursor: pointer;
    padding: 0;
}

.scientific-board__modal-close i {
    font-size: 28px;
    line-height: 1;
}

.scientific-board__modal-close:hover {
    color: var(--scientific-text);
}

.scientific-board__modal-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: calc(24px + (40 - 24) * (100vw - 375px) / (960 - 375));
    align-items: start;
}

.scientific-board__modal-photo {
    background: var(--scientific-expert-bg);
    overflow: hidden;
}

.scientific-board__modal-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 9 / 10;
    object-fit: cover;
    object-position: top center;
    border-radius: 4px;
}

.scientific-board__modal-name {
    margin: 0 0 8px;
    font-family: var(--scientific-font);
    font-size: calc(24px + (32 - 24) * (100vw - 375px) / (960 - 375));
    line-height: calc(32px + (40 - 32) * (100vw - 375px) / (960 - 375));
    font-weight: 600;
    letter-spacing: -0.008em;
    color: var(--scientific-text);
    text-align: center;
}

.scientific-board__modal-degree {
    margin: 0 0 24px;
    font-size: calc(14px + (16 - 14) * (100vw - 375px) / (960 - 375));
    line-height: calc(20px + (24 - 20) * (100vw - 375px) / (960 - 375));
    font-weight: 500;
    color: var(--scientific-text-muted);
    text-align: center;
}

.scientific-board__modal-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.scientific-board__modal-list li {
    position: relative;
    margin: 0 0 16px;
    padding-left: 20px;
    font-size: calc(15px + (16 - 15) * (100vw - 375px) / (960 - 375));
    line-height: calc(22px + (24 - 22) * (100vw - 375px) / (960 - 375));
    color: var(--scientific-text);
}

.scientific-board__modal-list li:last-child {
    margin-bottom: 0;
}

.scientific-board__modal-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--scientific-accent);
    transform: translateY(-50%);
}

@media (max-width: 1024px) {
    .scientific-board__intro-grid {
        display: flex;
        flex-direction: column-reverse;
    }

    .scientific-board__hero-image img {
        aspect-ratio: 16 / 10;
        min-height: 0;
    }

    .scientific-board__experts,
    .scientific-board__explore {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .scientific-board__cta-grid {
        grid-template-columns: 1fr;
    }

    .scientific-board__modal-grid {
        grid-template-columns: 1fr;
    }

    .scientific-board__modal-photo img {
        aspect-ratio: 9 / 10;
    }
}

@media (max-width: 768px) {
    .scientific-board__experts,
    .scientific-board__explore {
        grid-template-columns: 1fr;
    }

    .scientific-board__expert-card {
        margin-bottom: 28px;
    }

    .scientific-board__section {
        margin-bottom: 32px;
    }

    .scientific-board__intro {
        padding-top: calc(80px + var(--scientific-pad-y));
    }

    .scientific-board__intro-copy h1 {
        margin-bottom: 20px;
    }

    .scientific-board__section h2 {
        margin-bottom: 24px;
    }

    .scientific-board__section--explore h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .scientific-board__modal-dialog {
        max-height: calc(100vh - var(--scientific-pad-y) * 2);
        padding: 24px;
    }

    .scientific-board__modal-close {
        top: 6px;
        right: 6px;
    }

    .scientific-board__modal-name {
        padding-right: 0;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 4px;
    }

    .scientific-board__modal-degree {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px;
    }

    .scientific-board__modal-photo {
        margin-bottom: 16px;
    }
}

.smartbanner {
  z-index: 9999999 !important;
}