@charset "UTF-8";

body.company2-sizl {
    background:
        radial-gradient(circle at 8% 8%, rgba(221, 194, 254, 0.18), transparent 28%),
        radial-gradient(circle at 90% 18%, rgba(192, 132, 252, 0.16), transparent 24%),
        linear-gradient(180deg, #f9f7ff 0%, #ffffff 28%, #fbf9ff 100%);
    color: #141b2d;
    overflow-x: clip;
}

body.company2-sizl #wrap {
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
}

body.company2-sizl #wrap::before,
body.company2-sizl #wrap::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

body.company2-sizl #wrap::before {
    left: -18rem;
    top: 16rem;
    width: 42rem;
    height: 42rem;
    background: radial-gradient(circle, rgba(221, 194, 254, 0.28), rgba(221, 194, 254, 0) 72%);
}

body.company2-sizl #wrap::after {
    right: -18rem;
    top: 62rem;
    width: 38rem;
    height: 38rem;
    background: radial-gradient(circle, rgba(192, 132, 252, 0.2), rgba(192, 132, 252, 0) 72%);
}

body.company2-sizl .quick_menu {
    right: 2rem;
}

body.company2-sizl .header {
    background: rgba(252, 248, 255, 0.82);
    box-shadow: 0 1.2rem 3.2rem rgba(125, 45, 191, 0.08);
    border-bottom: 1px solid rgba(234, 220, 255, 0.9);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.company2-sizl .header.scroll,
body.company2-sizl .header:hover,
body.company2-sizl .header.nav-open {
    background: rgba(252, 248, 255, 0.92);
    box-shadow: 0 1.8rem 4rem rgba(125, 45, 191, 0.1);
}

body.company2-sizl .header::after {
    height: 1px;
    top: calc(100% - 1px);
    background: linear-gradient(90deg, rgba(234, 220, 255, 0) 0%, rgba(234, 220, 255, 0.98) 14%, rgba(234, 220, 255, 0.98) 86%, rgba(234, 220, 255, 0) 100%);
}

body.company2-sizl .header .menu > li > a,
body.company2-sizl .header .menu > li > a span {
    color: #1c1730;
}

body.company2-sizl .header .menu > li:hover > a,
body.company2-sizl .header .menu > li.is-open > a,
body.company2-sizl .header .menu > li.current > a {
    color: #971bfd;
}

body.company2-sizl .header .menu > li > a span::after {
    background: linear-gradient(90deg, rgba(216, 180, 254, 0.92) 0%, rgba(151, 27, 253, 0.98) 100%);
}

body.company2-sizl .header .submenu {
    background: rgba(252, 248, 255, 0.96);
    box-shadow: 0 2.6rem 5rem rgba(125, 45, 191, 0.12);
}

body.company2-sizl .header .submenu li > a {
    color: #2a2440;
}

body.company2-sizl .header .submenu li > a:hover,
body.company2-sizl .header .submenu li > a:focus-visible,
body.company2-sizl .header .submenu li > a.current {
    color: #971bfd;
    background: rgba(151, 27, 253, 0.06);
}

body.company2-sizl .header .nav.active {
    background: rgba(252, 248, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

body.company2-sizl .header .m_menu span {
    background: #2a2440;
}

body.company2-sizl #subVisual {
    margin-top: 9.6rem;
    min-height: 25.5rem;
    height: auto;
    padding-bottom: 5.4rem;
    background: transparent;
    position: relative;
    overflow: visible;
}

body.company2-sizl #subVisual::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 2.4rem;
    bottom: 2.4rem;
    width: min(1440px, calc(100% - 4.8rem));
    border-radius: 3.4rem;
    background:
        radial-gradient(circle at 18% 18%, rgba(216, 180, 254, 0.26), transparent 16%),
        radial-gradient(circle at 84% 22%, rgba(216, 180, 254, 0.22), transparent 18%),
        linear-gradient(135deg, #11081f 0%, #26103f 55%, #6b32c1 100%);
    box-shadow: 0 2.4rem 5rem rgba(78, 24, 136, 0.14);
    pointer-events: none;
    z-index: 0;
    transform: translateX(-50%);
}

body.company2-sizl #subVisual::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 2.4rem;
    bottom: 2.4rem;
    width: min(1440px, calc(100% - 4.8rem));
    border-radius: 3.4rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    pointer-events: none;
    z-index: 0;
    transform: translateX(-50%);
}

body.company2-sizl #subVisual .inner {
    width: min(1440px, calc(100% - 4.8rem));
    height: 100%;
    padding-top: 6.2rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

body.company2-sizl #subVisual h2 {
    margin: 0;
    line-height: 1.06;
    text-align: center;
    color: #ffffff;
    font-size: clamp(4.8rem, 5vw, 7rem);
    letter-spacing: -0.05em;
}

body.company2-sizl #subVisual h2::before {
    content: "Company";
    display: block;
    margin-bottom: 1.8rem;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(216, 180, 254, 0.94);
}

body.company2-sizl .sub_page {
    margin-top: 6.8rem;
    margin-bottom: 6.8rem;
    position: relative;
    z-index: 1;
}

body.company2-sizl .sub_page .inner {
    max-width: 1440px;
    padding: 0;
}

body.company2-sizl #container.sub_page.company > #content {
    margin-top: -2.2rem;
}

body.company2-sizl .company_second_con.ceo {
    background: none;
}

body.company2-sizl .company_second_con.ceo .inner {
    position: relative;
}

body.company2-sizl .ceo_panel {
    position: relative;
    overflow: hidden;
    padding: 6.2rem;
    border-radius: 3.4rem;
    border: 1px solid rgba(226, 211, 251, 0.92);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 248, 255, 0.98) 100%);
    box-shadow: 0 2.4rem 5rem rgba(78, 24, 136, 0.08);
}

body.company2-sizl .ceo_panel::before,
body.company2-sizl .ceo_panel::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

body.company2-sizl .ceo_panel::before {
    left: -8rem;
    top: -8rem;
    width: 28rem;
    height: 28rem;
    background: radial-gradient(circle, rgba(221, 194, 254, 0.24), rgba(221, 194, 254, 0) 72%);
}

body.company2-sizl .ceo_panel::after {
    right: -10rem;
    bottom: -10rem;
    width: 30rem;
    height: 30rem;
    background: radial-gradient(circle, rgba(192, 132, 252, 0.18), rgba(192, 132, 252, 0) 72%);
}

body.company2-sizl .ceo_intro,
body.company2-sizl .ceo_body {
    position: relative;
    z-index: 1;
}

body.company2-sizl .ceo_intro {
    max-width: 96rem;
    margin-bottom: 4.8rem;
}

body.company2-sizl .ceo_eyebrow {
    margin: 0 0 1.2rem;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #8c49df;
}

body.company2-sizl .ceo_heading {
    margin: 0 0 1.6rem;
    font-size: clamp(5rem, 4vw, 6.2rem);
    line-height: 1.04;
    font-weight: 800;
    color: #141b2d;
    text-align: left;
}

body.company2-sizl .ceo_title {
    margin: 0;
    font-size: clamp(2.6rem, 2.15vw, 3.4rem);
    line-height: 1.42;
    font-weight: 700;
    color: #3c4660;
    text-align: left;
    word-break: keep-all;
}

body.company2-sizl .ceo_title span {
    color: #7d2dbf;
    font-weight: 800;
}

body.company2-sizl .ceo_summary {
    display: block;
    margin-top: 2.2rem;
    font-size: 2rem;
    line-height: 1.75;
    font-weight: 700;
    color: #545f77;
    word-break: keep-all;
}

body.company2-sizl .ceo_body {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(34rem, 0.92fr);
    gap: 3.6rem;
    align-items: stretch;
}

body.company2-sizl .ceo_message {
    padding: 4rem 4.2rem;
    border-radius: 2.8rem;
    border: 1px solid rgba(228, 217, 248, 0.94);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(249, 244, 255, 0.96) 100%);
    box-shadow: 0 1.8rem 3.6rem rgba(125, 45, 191, 0.08);
}

body.company2-sizl .ceo_message p {
    margin: 0 0 2rem;
    font-size: 1.8rem;
    line-height: 1.9;
    color: #566278;
    text-align: left;
    word-break: keep-all;
}

body.company2-sizl .ceo_message p:last-of-type {
    margin-bottom: 0;
}

body.company2-sizl .ceo_signoff {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 3rem;
    padding-top: 2.4rem;
    border-top: 1px solid rgba(215, 197, 245, 0.7);
    isolation: isolate;
}

body.company2-sizl .ceo_signoff span {
    font-size: 2rem;
    font-weight: 800;
    color: #211a36;
}

body.company2-sizl .ceo_signoff img {
    max-width: 18rem;
    height: auto;
    display: block;
    background: transparent;
}

body.company2-sizl .ceo_visual {
    display: flex;
}

body.company2-sizl .ceo_visual_frame {
    position: relative;
    width: 100%;
    min-height: 0;
    aspect-ratio: 1.92 / 1;
    border-radius: 3rem;
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    background:
        radial-gradient(circle at 84% 20%, rgba(216, 180, 254, 0.24), transparent 18%),
        linear-gradient(160deg, #140b23 0%, #2a1244 58%, #6d33c2 100%);
    box-shadow: 0 2.2rem 4.8rem rgba(78, 24, 136, 0.16);
}

body.company2-sizl .ceo_visual_frame::before {
    content: "";
    position: absolute;
    inset: 1.4rem;
    border-radius: 2.4rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    pointer-events: none;
}

body.company2-sizl .ceo_visual_frame img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 72% center;
    transform: none;
    filter: none;
}

@media all and (max-width:1400px) {
    body.company2-sizl #subVisual {
        margin-top: 8rem;
        min-height: 23.4rem;
        padding-bottom: 4.7rem;
    }

    body.company2-sizl #subVisual::before,
    body.company2-sizl #subVisual::after {
        width: calc(100% - 8rem);
    }

    body.company2-sizl #subVisual .inner {
        width: calc(100% - 8rem);
        padding-top: 5.4rem;
    }

    body.company2-sizl .sub_page {
        margin-top: 6.4rem;
        margin-bottom: 6.4rem;
    }

    body.company2-sizl .sub_page .inner {
        width: calc(100% - 8rem);
    }

    body.company2-sizl #container.sub_page.company > #content {
        margin-top: -2rem;
    }

    body.company2-sizl .ceo_panel {
        padding: 5rem 4.6rem;
        border-radius: 3rem;
    }

    body.company2-sizl .ceo_intro {
        max-width: none;
        margin-bottom: 3.8rem;
    }

    body.company2-sizl .ceo_heading {
        font-size: 4.8rem;
    }

    body.company2-sizl .ceo_title {
        font-size: 2.15rem;
    }

    body.company2-sizl .ceo_summary {
        font-size: 1.8rem;
    }

    body.company2-sizl .ceo_body {
        grid-template-columns: 1fr;
        gap: 2.8rem;
    }

    body.company2-sizl .ceo_message {
        padding: 3.4rem 3.2rem;
        border-radius: 2.4rem;
    }

    body.company2-sizl .ceo_message p {
        font-size: 1.7rem;
    }

    body.company2-sizl .ceo_visual_frame {
        min-height: 0;
        aspect-ratio: 1.84 / 1;
        padding: 0;
    }

    body.company2-sizl .ceo_visual_frame img {
        width: 100%;
        height: 100%;
        transform: none;
    }
}

@media all and (max-width:480px) {
    body.company2-sizl #subVisual {
        min-height: 20.4rem;
        padding-bottom: 3.4rem;
    }

    body.company2-sizl #subVisual::before {
        top: 1.6rem;
        bottom: 1.6rem;
        width: calc(100% - 4rem);
        border-radius: 2.6rem;
    }

    body.company2-sizl #subVisual::after {
        top: 1.6rem;
        bottom: 1.6rem;
        width: calc(100% - 4rem);
        border-radius: 2.6rem;
    }

    body.company2-sizl #subVisual .inner {
        width: calc(100% - 4rem);
        padding-top: 4.4rem;
    }

    body.company2-sizl #subVisual h2 {
        font-size: 4.4rem;
    }

    body.company2-sizl #subVisual h2::before {
        font-size: 1.4rem;
        margin-bottom: 1.2rem;
    }

    body.company2-sizl .sub_page {
        margin-top: 4.8rem;
        margin-bottom: 5.4rem;
    }

    body.company2-sizl .sub_page .inner {
        width: calc(100% - 4rem);
    }

    body.company2-sizl #container.sub_page.company > #content {
        margin-top: -1.4rem;
    }

    body.company2-sizl .ceo_panel {
        padding: 3.8rem 2rem 4rem;
        border-radius: 2.6rem;
    }

    body.company2-sizl .ceo_eyebrow {
        margin-bottom: 1rem;
        font-size: 1.3rem;
    }

    body.company2-sizl .ceo_heading {
        font-size: 3.4rem;
        margin-bottom: 1.2rem;
    }

    body.company2-sizl .ceo_title {
        font-size: 1.8rem;
        line-height: 1.65;
    }

    body.company2-sizl .ceo_summary {
        margin-top: 1.6rem;
        font-size: 1.55rem;
        line-height: 1.75;
    }

    body.company2-sizl .ceo_body {
        gap: 2rem;
    }

    body.company2-sizl .ceo_message {
        padding: 2.4rem 2rem;
        border-radius: 2.2rem;
    }

    body.company2-sizl .ceo_message p {
        font-size: 1.45rem;
        line-height: 1.8;
    }

    body.company2-sizl .ceo_signoff {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.2rem;
        margin-top: 2.2rem;
        padding-top: 1.8rem;
    }

    body.company2-sizl .ceo_signoff span {
        font-size: 1.7rem;
    }

    body.company2-sizl .ceo_signoff img {
        max-width: 14rem;
    }

    body.company2-sizl .ceo_visual_frame {
        min-height: 0;
        aspect-ratio: 1.74 / 1;
        padding: 0;
        border-radius: 2.3rem;
    }

    body.company2-sizl .ceo_visual_frame img {
        width: 100%;
        height: 100%;
        transform: none;
    }

    body.company2-sizl .quick_menu {
        position: fixed;
        top: auto;
        right: 2rem;
        bottom: 9%;
        z-index: 10000;
        transform: none;
        transform-origin: center;
        align-items: stretch;
    }

    body.company2-sizl .quick_menu a {
        width: 16rem;
        height: 4.5rem;
        padding: 0 1.5rem;
        font-size: 1.6rem;
        border-radius: 5rem;
        margin-bottom: 1rem;
        box-shadow: 0 1.2rem 2.6rem rgba(85, 17, 149, 0.24);
    }

    body.company2-sizl .quick_menu a span img {
        width: 70%;
        height: auto;
    }
}
