html,
body,
body.ep-layout {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100%;
    overflow-x: clip;
}

.ep-main {
    overflow-x: clip;
    overflow-y: visible;
}
.st-cta,
.ep-footer {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    z-index: auto;
}

.ep-footer {
    flex: 0 0 auto;
    margin-top: 0;
}

:root {
    --st-blue: #0047ba;
    --st-cyan: #00a8e8;
    --st-red: #e9343f;
    --st-dark: #071525;
    --st-muted: #667085;
    --st-light: #f5f8ff;
    --st-card: #ffffff;
    --st-header-height: 92px;
}

.ep-main > .ep-container {
    width: 100%;
    max-width: none;
    padding: 0;
}

.ep-header {
    height: auto;
}
.ep-header.st-site-header {
    position: sticky;
    top: 0;
    z-index: 200;
    border-top: 10px solid #007cc2;
    background: #eef6ff;
}

.st-header-line {
    width: min(1180px, calc(100% - 40px));
    height: var(--st-header-height);
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 auto;
    padding: 0;
  
}

.ep-header.st-site-header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: var(--st-header-height);
    background: #eef6ff;
    z-index: -1;
}

.ep-header.st-site-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;

    background: #eef6ff;
}

.st-header-logo {
    flex: 0 0 260px;
    display: block;
    text-decoration: none;
}

.st-header-logo img {
    display: block;
    width: 100%;
    max-height: 72px;
    height: auto;
}

.st-header-info {
    flex: 0 0 245px;
    display: block;
    color: #050505;
    font-weight: 900;
}

.st-header-date {
    display: flex;
    align-items: baseline;
    gap: 9px;
    font-size: 22px;
    line-height: 1.15;
    white-space: nowrap;
}

.st-header-date strong {
    font-size: 34px;
    letter-spacing: -0.05em;
}

.st-header-date em {
    font-size: 16px;
    font-style: normal;
}

.st-header-venue {
    margin-top: 8px;
    font-size: 14px;
    white-space: nowrap;
}

.st-header-venue i {
    margin-right: 5px;
    color: #e9343f;
    font-size: 17px;
}

.st-expo-nav {
    flex: 1 1 auto;
    min-width: 0;
    margin-left: auto;
}

.st-expo-nav > ul {
    min-height: var(--st-header-height);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.st-expo-nav .ep-nav-item > a {
    min-height: var(--st-header-height);
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #050505;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
}

.st-expo-nav .ep-nav-item:hover > a,
.st-expo-nav .ep-nav-item.is-active > a {
    color: var(--st-blue);
    background: rgba(255, 255, 255, .42);
}

.st-expo-nav .ep-submenu {
    top: var(--st-header-height);
}

.st-home {
    color: var(--st-dark);
    background: #ffffff;
    overflow: hidden;
}

.st-hero {
    position: relative;
    margin-top: 0;
    min-height: 680px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(7, 21, 37, .58), rgba(0, 91, 172, .20)), url("../images/exbk.jpg") center / cover no-repeat;
    color: #ffffff;
}

.st-hero__bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, .12) 0 1px, transparent 1px 80px), linear-gradient(30deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 120px);
    opacity: .65;
}

.st-hero__inner,
.st-section,
.st-strip,
.st-cta {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.st-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 60px;
    align-items: center;
    padding: 86px 0;
}

.st-eyebrow {
    margin: 0 0 14px;
    color: var(--st-red);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.st-hero .st-eyebrow {
    color: #9de9ff;
}

.st-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(44px, 6vw, 66px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.st-lead {
    max-width: 690px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .84);
    font-size: 22px;
    line-height: 1.8;
}

.st-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 38px;
}

.st-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.st-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.st-btn--primary {
    color: #ffffff;
    background: var(--st-red);
    box-shadow: 0 18px 35px rgba(233, 52, 63, .36);
}

.st-btn--ghost {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .48);
    background: rgba(255, 255, 255, .08);
}

.st-btn--light {
    color: var(--st-blue);
    background: #ffffff;
}

.st-hero__panel {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 30px;
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(14px);
    box-shadow: 0 28px 90px rgba(0, 0, 0, .24);
}

.st-hero__panel span,
.st-hero__panel em,
.st-hero__panel a {
    display: block;
}

.st-hero__panel span {
    color: #9de9ff;
    font-weight: 800;
    letter-spacing: .08em;
}

.st-hero__panel-logo img {
    display: block;
    max-width: 289px;
    max-height: 88px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.st-hero__panel strong {
    display: block;
    margin: 14px 0;
    font-size: 20px;
    line-height: 1.15;
}

.st-hero__panel em {
    color: rgba(255, 255, 255, .78);
    font-style: normal;
}

.st-hero__panel a {
    margin-top: 26px;
    color: #ffffff;
    font-weight: 800;
}

.st-strip {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: -58px;
    overflow: hidden;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(7, 21, 37, .14);
}

.st-strip div {
    padding: 30px;
    border-right: 1px solid #e9eef7;
}

.st-strip div:last-child {
    border-right: 0;
}

.st-strip strong {
    display: block;
    color: var(--st-blue);
    font-size: 34px;
    line-height: 1;
}

.st-strip span {
    display: block;
    margin-top: 10px;
    color: var(--st-muted);
}

.st-section {
    padding: 96px 0 0;
}

.st-section__head {
    max-width: 720px;
    margin-bottom: 34px;
}

.st-section__head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.st-section__head--split {
    max-width: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
}

.st-section__head h2,
.st-cta h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.st-overview .st-section__head {
    max-width: none;
}

.st-overview .st-section__head h2 {
    max-width: 100%;
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.st-overview .st-section__head p:not(.st-eyebrow) {
    max-width: 100%;
    font-size: 17px;
	color: #000;
   line-height: 2;
	
}

.st-overview + .st-features {
    padding-top: 48px;
}

.st-section__head p:not(.st-eyebrow),
.st-overview article p,
.st-card p,
.st-news-card p,
.st-cta p {
    color: var(--st-muted);
    line-height: 1.8;
}

.st-overview__grid,
.st-card-grid,
.st-news__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.st-overview__grid {
    margin-top: 38px;
}

.st-overview article,
.st-card,
.st-news-card {
    border: 1px solid #e5edf7;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(15, 47, 86, .08);
}

.st-overview article {
    position: relative;
    overflow: hidden;
    min-height: 190px;
    padding: 34px 32px 30px;
}

.st-overview article::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--st-blue), var(--st-cyan));
}

.st-overview article::after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: -38px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: rgba(0, 168, 232, .08);
}
.st-overview h3,
.st-card h3,
.st-news-card h3 {
    margin: 0 0 14px;
    color: #071525;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 900;
}

.st-overview article p {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 16px;
}

.st-features .st-section__head {
    margin-bottom: 40px;
}

.st-features .st-section__head h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
    color: #050505;
    font-size: clamp(30px, 4vw, 42px);
}

.st-features .st-section__head h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 3px;
    transform: translateX(-50%);
    background: var(--st-cyan);
}

.st-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.st-feature-card {
    background: #ffffff;
}

.st-feature-card__top {
    position: relative;
    min-height: 182px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 24px 24px;
    color: #ffffff;
    background: #0789c7;
    text-align: center;
}

.st-feature-card__top b {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0055ad;
    font-size: 28px;
    font-style: italic;
    font-weight: 900;
}

.st-feature-card__top strong {
    display: block;
    font-size: clamp(42px, 5vw, 62px);
    line-height: 1;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.st-feature-card__top strong span {
    font-size: .45em;
    vertical-align: super;
}

.st-feature-card__top em {
    display: block;
    margin-top: 12px;
    font-size: 36px;
    line-height: 1.1;
    font-style: normal;
    font-weight: 900;
}

.st-feature-card__image {
    min-height: 230px;
    background-position: center;
    background-size: cover;
}

.st-feature-card__image--expo {
    background-image: url('/uploadfile/img/td01.jpg');
}

.st-feature-card__image--visitor {
    background-image: url('/uploadfile/img/td02.jpg');
}

.st-feature-card__image--meeting {
    background-image: url('/uploadfile/img/td03.jpg');
}

.st-feature-card p {
    margin: 18px 0 0;
    color: #111827;
    font-size: 16px;
    line-height: 1.85;
}

.st-feature-card small {
    display: block;
    margin-top: 14px;
    color: #111827;
    font-size: 13px;
}

.st-report {
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding: 70px max(20px, calc((100% - 1180px) / 2));
    background: #f6f6f6;
}

.st-report__inner {
    width: 100%;
}

.st-report .st-section__head {
    margin-bottom: 36px;
}

.st-report .st-section__head h2 {
    color: #050505;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 900;
    letter-spacing: -0.04em;
}

.st-report__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(360px, .95fr);
    gap: 60px;
    align-items: center;
}

.st-report__video {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #071525;
    box-shadow: 0 18px 50px rgba(7, 21, 37, .08);
}

.st-report__video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.st-report__number {
    padding: 28px 46px;
    color: #ffffff;
    background: #005bac;
}

.st-report__number span {
    display: block;
    margin-bottom: 4px;
    font-size: 26px;
    font-weight: 900;
}

.st-report__number strong {
    display: block;
    font-size: clamp(54px, 7vw, 76px);
    line-height: 1;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.st-report__content p {
    margin: 28px 0 34px;
    color: #111827;
    font-size: 24px;
    line-height: 1.72;
    font-family: "SimSun", "Songti SC", serif;
}

.st-report__link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #050505;
    font-size: 22px;
    font-weight: 900;
    text-decoration: none;
}

.st-report__link i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background: #0789c7;
    font-size: 22px;
}

.st-report__link:hover {
    color: var(--st-blue);
    text-decoration: none;
}

.st-outline {
    padding-top: 92px;
}

.st-outline .st-section__head {
    margin-bottom: 28px;
}

.st-outline .st-section__head h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
    color: #050505;
    font-size: clamp(34px, 4vw, 46px);
    font-weight: 900;
    letter-spacing: -0.04em;
}

.st-outline .st-section__head h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 3px;
    transform: translateX(-50%);
    background: var(--st-cyan);
}

.st-outline__logo {
    max-width: 680px;
    margin: 0 auto 36px;
    text-align: center;
}

.st-outline__logo img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.st-outline__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid #b7b7b7;
    background: #ffffff;
}

.st-outline__table th,
.st-outline__table td {
    padding: 22px 30px;
    border: 1px solid #b7b7b7;
    color: #050505;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    vertical-align: middle;
}

.st-outline__table th {
    width: 185px;
    background: #f5f5f5;
    font-weight: 900;
}

.st-outline__table a {
    color: #008bd2;
    text-decoration: underline;
}

.st-voices {
    padding-top: 96px;
}

.st-voices .st-section__head {
    margin-bottom: 42px;
}

.st-voices .st-section__head h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
    color: #050505;
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 900;
    letter-spacing: -0.04em;
}

.st-voices .st-section__head h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 3px;
    transform: translateX(-50%);
    background: var(--st-cyan);
}

.st-voices .st-section__head p {
    margin: 12px 0 0;
    color: #050505;
    font-size: 16px;
    font-weight: 900;
}

.st-voice-slider {
    position: relative;
}

.st-voice-grid {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 4px 18px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
}

.st-voice-grid::-webkit-scrollbar {
    display: none;
}

.st-voice-grid.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
}

.st-voice-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: #ffffff;
    background: #008bd2;
    box-shadow: 0 12px 28px rgba(7, 21, 37, .22);
    transform: translateY(-50%);
    cursor: pointer;
}

.st-voice-arrow:hover {
    background: #005bac;
}

.st-voice-arrow i {
    font-size: 36px;
    line-height: 1;
}

.st-voice-arrow--prev {
    left: -26px;
}

.st-voice-arrow--next {
    right: -26px;
}

.st-voice-card {
    flex: 0 0 calc((100% - 48px) / 3);
    scroll-snap-align: start;
    padding: 36px;
    border: 1px solid #d9dde5;
    background: #ffffff;
    box-shadow: 6px 8px 12px rgba(7, 21, 37, .12);
}

.st-voice-card img {
    display: block;
    width: 100%;
    height: 236px;
    object-fit: cover;
    margin-bottom: 18px;
}

.st-voice-card h3 {
    margin: 0 0 14px;
    color: #050505;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 900;
}

.st-voice-card p {
    margin: 0 0 8px;
    color: #050505;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 700;
}

.st-voice-card strong {
    display: block;
    margin-top: 18px;
    color: #050505;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}

.st-zones {
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding: 0 max(20px, calc((100% - 1180px) / 2));
    background: transparent;
}

.st-features + .st-zones {
    margin-top: 56px;
}

.st-zones + .st-report {
    margin-top: 72px;
}

.st-zone-board {
    padding: 0;
    background: transparent;
}

.st-zone-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 44px;
}

.st-zone-title i {
    width: 15px;
    height: 15px;
    background: #0087c9;
}

.st-zone-title h2 {
    margin: 0;
    color: #050505;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.st-zone-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.st-zone-card {
    --zone-color: #0087c9;
    padding: 14px 14px 10px;
    border: 2px solid var(--zone-color);
    background: rgba(255, 255, 255, .9);
}

.st-zone-card h3 {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 12px;
    color: var(--zone-color);
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
    text-align: center;
}

.st-zone-card__photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-bottom: 10px;
}

.st-zone-card__photos span {
    min-height: 76px;
    background-color: #d8e7f1;
    background-position: center;
    background-size: cover;
}

.st-zone-card__photos img {
    grid-column: 1 / -1;
    display: block;
    width: 100%;
    height: 76px;
    object-fit: cover;
}

.st-zone-card p {
    margin: 0;
    color: var(--zone-color);
    font-size: 15px;
    line-height: 1.45;
    font-weight: 900;
    text-align: center;
}

.st-card {
    padding: 128px;
}

.st-section__head--split a {
    color: var(--st-blue);
    font-weight: 800;
}

.st-news-card {
    overflow: hidden;
}

.st-news-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    background: #dce8f8;
}

.st-news-card div {
    padding: 24px;
}

.st-news-card time {
    color: var(--st-red);
    font-size: 13px;
    font-weight: 800;
}

.st-news-card h3 a {
    color: var(--st-dark);
}

.st-cta {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 80px max(40px, calc((100% - 1180px) / 2)) 92px;
    border-radius: 0;
    color: #ffffff;
    background: #0879b8;
    text-align: center;
}

.st-cta__col h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.st-cta__col h2 span {
    font-weight: 500;
}

.st-cta p {
    max-width: none;
    margin: 4px 0;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 900;
}

.st-cta__col:nth-child(2) p {
    font-size: 17px;
}

.st-cta__btn {
    width: min(440px, 100%);
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 999px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
}

.st-cta__btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.st-cta__btn--red {
    background: #db3047;
}

.st-cta__btn--disabled {
    background: #bfbebc;
    cursor: not-allowed;
}

.st-footer-office {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 28px 0 22px;
    color: #111827;
    background: #ffffff;
}

.st-footer-office h2 {
    margin: 0 0 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #9ca3af;
    color: #050505;
    font-size: 22px;
    font-weight: 900;
}

.st-footer-office__body {
    display: grid;
    grid-template-columns: 280px 1fr 340px;
    gap: 36px;
    align-items: center;
}

.st-footer-office__brand {
    display: flex;
    align-items: center;
}

.st-footer-office__brand img {
    display: block;
    max-width: 280px;
    width: 100%;
    height: auto;
}

.st-footer-office p {
    margin: 0 0 4px;
    color: #111827;
    font-size: 16px;
    line-height: 1.45;
}

.st-footer-office__visitor b {
    font-weight: 900;
}

.ep-footer {
    background: #ffffff;
    padding: 0;
    margin-top: 0;
}

.ep-footer-inner {
    max-width: none;
    padding: 18px max(20px, calc((100% - 1180px) / 2));
    background: #000;
}

.ep-footer-inner,
.ep-footer-inner a,
.ep-footer-links a {
    color: #5f6875;
}

.st-report-hero {
    position: relative;
    margin-top: 0;
    padding: 112px 0 96px;
    color: #ffffff;
    background: linear-gradient(135deg, #06142d 0%, #005bac 58%, #00a8e8 100%);
}

.st-report-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 78% 22%, rgba(255, 255, 255, .22), transparent 26%), linear-gradient(120deg, rgba(255, 255, 255, .12) 0 1px, transparent 1px 90px);
}

.st-report-hero__inner,
.st-report-section,
.st-report-cta {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.st-report-hero h1 {
    margin: 0;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.st-report-hero p:not(.st-eyebrow) {
    max-width: 760px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .84);
    font-size: 22px;
    line-height: 1.8;
}

.st-report-hero--result {
    padding: 60px 0 34px;
    color: #050505;
    background: #ffffff;
}

.st-report-hero--result::after {
    display: none;
}

.st-report-hero--result .st-report-hero__inner {
    text-align: center;
}

.st-report-hero--result h1 {
    position: relative;
    display: inline-block;
    margin: 0 0 40px;
    padding-bottom: 10px;
    color: #050505;
    font-size: clamp(32px, 4vw, 42px);
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.st-report-hero--result h1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 3px;
    transform: translateX(-50%);
    background: #0093d0;
}

.st-report-hero--result img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.st-report-hero--result p:not(.st-eyebrow) {
    max-width: 760px;
    margin: 28px auto 0;
    color: #008bd2;
    font-size: clamp(22px, 3vw, 28px);
    line-height: 1.55;
    font-weight: 900;
}

.st-report-section {
    padding-top: 92px;
}

.st-report-section__head {
    max-width: 760px;
    margin-bottom: 34px;
}

.st-report-section__head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.st-report-section__head h2,
.st-report-visual__content h2,
.st-report-cta h2 {
    margin: 0;
    color: #071525;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.st-report-section__head p:not(.st-eyebrow),
.st-report-visual__content p,
.st-report-zone-list span,
.st-report-voice-mini-grid p,
.st-report-cta p {
    color: var(--st-muted);
    line-height: 1.8;
}

.st-report-summary__grid {
    display: grid;
    grid-template-columns: 1.25fr .9fr .9fr;
    gap: 24px;
}

.st-report-heading-line {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.st-report-heading-line i {
    width: 12px;
    height: 12px;
    background: #0093d0;
}

.st-report-heading-line h2 {
    margin: 0;
    color: #050505;
    font-size: clamp(28px, 3vw, 34px);
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.st-report-kpi {
    min-height: 190px;
    padding: 32px;
    border: 1px solid #e5edf7;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(15, 47, 86, .09);
}

.st-report-kpi--primary {
    color: #ffffff;
    background: linear-gradient(135deg, #005bac, #00a8e8);
}

.st-report-kpi span,
.st-report-kpi em {
    display: block;
    font-style: normal;
    font-weight: 900;
}

.st-report-kpi span {
    color: inherit;
    opacity: .86;
}

.st-report-kpi strong {
    display: block;
    margin: 14px 0 10px;
    color: inherit;
    font-size: clamp(44px, 6vw, 72px);
    line-height: 1;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.st-report-kpi:not(.st-report-kpi--primary) strong {
    color: var(--st-blue);
}

.st-report-kpi em {
    color: inherit;
    opacity: .62;
}

.st-report-visual {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, .8fr);
    gap: 54px;
    align-items: center;
}

.st-report-visual__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 28px;
    background: #071525;
    box-shadow: 0 22px 58px rgba(7, 21, 37, .15);
}

.st-report-visual__media iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.st-report-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: var(--st-blue);
    font-size: 18px;
    font-weight: 900;
}

.st-report-table-wrap {
    overflow: hidden;
    border: 1px solid #dbe5f1;
    border-radius: 24px;
    box-shadow: 0 16px 42px rgba(15, 47, 86, .08);
}

.st-report-table-wrap--plain {
    border-color: #aeb4bc;
    border-radius: 0;
    box-shadow: none;
}

.st-report-info-table,
.st-report-visitor-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #ffffff;
}

.st-report-info-table th,
.st-report-info-table td,
.st-report-visitor-table th,
.st-report-visitor-table td {
    padding: 20px 28px;
    border: 1px solid #aeb4bc;
    color: #050505;
    font-size: 16px;
    line-height: 1.55;
    vertical-align: middle;
}

.st-report-info-table th {
    width: 160px;
    background: #f5f5f5;
    font-weight: 900;
    text-align: left;
}

.st-report-info-table a,
.st-report-visitor-table a {
    color: #008bd2;
    text-decoration: underline;
}

.st-report-visitor-table thead th {
    background: #f5f5f5;
    font-weight: 900;
    text-align: center;
}

.st-report-visitor-table tbody th {
    width: 250px;
    background: #ffffff;
    font-weight: 900;
    text-align: left;
}

.st-report-visitor-table td {
    text-align: right;
}

.st-report-visitor-table .is-large {
    font-size: 36px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.st-report-visitor-table .is-large span {
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0;
}

.st-report-visitor-table .is-total th,
.st-report-visitor-table .is-total td {
    font-weight: 900;
}


/* report red-frame readable text */
.st-report-info-table td,
.st-report-visitor-table tbody td:not(.is-large) {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: .015em;
}

.st-report-info-table td {
    word-spacing: .08em;
}

.st-report-visitor-table tbody td:not(.is-large) {
    padding-left: 30px;
    padding-right: 30px;
}
.st-report-notes {
    margin-top: 26px;
}

.st-report-notes p {
    margin: 0 0 4px;
    color: #050505;
    font-size: 13px;
    line-height: 1.55;
}

.st-report-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

.st-report-table th,
.st-report-table td {
    padding: 20px 24px;
    border-bottom: 1px solid #edf2f8;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}

.st-report-table th {
    color: #ffffff;
    background: #005bac;
    font-weight: 900;
}

.st-report-table tr:last-child td {
    border-bottom: 0;
}

.st-report-table .is-total td {
    color: #071525;
    background: #f0f8ff;
    font-weight: 900;
}

.st-report-zone-list,
.st-report-voice-mini-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.st-report-zone-list article,
.st-report-voice-mini-grid article {
    border: 1px solid #e5edf7;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(15, 47, 86, .08);
}

.st-report-zone-list article {
    padding: 26px;
}

.st-report-zone-list b {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--st-blue), var(--st-cyan));
}

.st-report-zone-list strong {
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 900;
}

.st-report-zone-list span {
    display: block;
}

.st-report-voice-mini-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.st-report-voice-mini-grid article {
    overflow: hidden;
}

.st-report-voice-mini-grid img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.st-report-voice-mini-grid h3,
.st-report-voice-mini-grid p {
    margin-left: 24px;
    margin-right: 24px;
}

.st-report-voice-mini-grid h3 {
    margin-top: 22px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 900;
}

.st-report-voice-mini-grid p {
    margin-bottom: 26px;
}

.st-report-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 0;
    margin-bottom: 96px;
    padding: 48px;
    border-radius: 32px;
    color: #ffffff;
    background: linear-gradient(135deg, #005bac, #00a8e8);
}

.st-report-cta h2,
.st-report-cta p,
.st-report-cta .st-eyebrow {
    color: #ffffff;
}

.st-report-cta p {
    max-width: 720px;
    margin: 16px 0 0;
    opacity: .82;
}

.st-report-cta a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 999px;
    color: var(--st-blue);
    background: #ffffff;
    font-weight: 900;
    text-decoration: none;
}

.st-exhibitor-page {
    color: var(--st-dark);
    background: #ffffff;
    overflow: hidden;
}

.st-exhibitor-hero {
    position: relative;
    margin-top: 0;
    padding: 110px 0 96px;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(7, 21, 37, .72), rgba(0, 91, 172, .38)), url("../images/exbk.jpg") center / cover no-repeat;
}

.st-exhibitor-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, .12) 0 1px, transparent 1px 90px), linear-gradient(30deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 130px);
}
.st-exhibitor-event-bar {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: linear-gradient(90deg, rgba(0, 88, 168, .96), rgba(0, 113, 197, .94));
}

.st-exhibitor-event-bar__inner {
    display: flex;
    width: min(1180px, calc(100% - 40px));
    min-height: 88px;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
    margin: 0 auto;
    color: #ffffff;
}

.st-exhibitor-event-bar__venue {
    min-width: 275px;
    padding: 12px 28px;
    color: #0068b7;
    background: #ffffff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
}

.st-exhibitor-event-bar__date {
    display: flex;
    align-items: baseline;
    gap: 12px;
    color: #ffffff;
    font-style: italic;
    font-weight: 900;
    white-space: nowrap;
}

.st-exhibitor-event-bar__date span {
    font-size: 28px;
    letter-spacing: .02em;
}

.st-exhibitor-event-bar__date strong {
    font-size: 56px;
    line-height: 1;
    font-weight: 900;
}

.st-exhibitor-event-bar__date em {
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
}

.st-exhibitor-event-bar__date b {
    margin: 0 8px;
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
}

.st-exhibitor-hero__inner,
.st-exhibitor-section,
.st-exhibitor-cta {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.st-exhibitor-support {
    padding: 72px 24px 78px;
    background: #e8f8ff;
}

.st-exhibitor-support-inner {
    max-width: var(--st-container);
    margin: 0 auto;
}

.st-exhibitor-support-title h2 {
    position: relative;
    margin: 0 0 48px;
    color: #050505;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
}

.st-exhibitor-support-title h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 375px;
    max-width: 70vw;
    height: 4px;
    background: #0b8dca;
    transform: translateX(-50%);
}

.st-exhibitor-support-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 34px;
}

.st-exhibitor-support-grid .st-exhibitor-support-card {
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
}

.st-exhibitor-support-card__head {
    position: relative;
    min-height: 80px;
    padding: 18px 76px 16px 18px;
    color: #ffffff;
    background: var(--support-color, #82a9b7);
}

.st-exhibitor-support-card__head h3 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.16;
    font-weight: 900;
}

.st-exhibitor-support-card__head span {
    position: absolute;
    top: 6px;
    right: 7px;
    min-width: 64px;
    padding: 7px 10px;
    border: 2px solid #ffffff;
    color: #ffffff;
    background: var(--support-label, #007bd0);
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
}

.st-exhibitor-support-card__body {
    padding: 15px 14px 13px;
}

.st-exhibitor-support-card__body p {
    min-height: 92px;
    margin: 0 0 14px;
    color: #050505;
    font-size: 14px;
    line-height: 1.72;
    font-weight: 700;
}

.st-exhibitor-support-card__image {
    width: 72%;
    height: 92px;
    margin: 0 auto;
    background-color: #d8e7ec;
    background-position: center;
    background-size: cover;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .24);
}

.st-exhibitor-support-card--seminar { --support-color: #8aabba; --support-label: #0b7fd1; }
.st-exhibitor-support-card--tools { --support-color: #f1c51b; --support-label: #0b7fd1; }
.st-exhibitor-support-card--guide { --support-color: #ef7622; --support-label: #0b7fd1; }
.st-exhibitor-support-card--agency { --support-color: #e5867d; --support-label: #0b7fd1; }
.st-exhibitor-support-card--promotion { --support-color: #89c522; --support-label: #e82100; }
.st-exhibitor-support-card--barcode { --support-color: #58bdb8; --support-label: #e82100; }

.st-exhibitor-support-card--seminar .st-exhibitor-support-card__image {
    background-image: linear-gradient(180deg, rgba(255,255,255,.15), rgba(0,0,0,.08)), linear-gradient(0deg, #efe2b8 0 18%, #5c6b62 19% 21%, #ffffff 22% 68%, #c6d9e4 69%);
}

.st-exhibitor-support-card--tools .st-exhibitor-support-card__image {
    width: 92%;
    background-image: linear-gradient(135deg, rgba(0, 141, 202, .92), rgba(40, 177, 217, .82)), linear-gradient(135deg, #eaf8ff, #d6eaf2);
}

.st-exhibitor-support-card--guide .st-exhibitor-support-card__image {
    width: 62%;
    background-image: linear-gradient(180deg, #ffffff 0 18%, #edf7fb 19% 76%, #ef7d24 77%), radial-gradient(circle at 30% 58%, #1b4d80 0 20px, transparent 21px);
}

.st-exhibitor-support-card--agency .st-exhibitor-support-card__image {
    background-image: linear-gradient(135deg, rgba(255,255,255,.18), rgba(0,0,0,.12)), linear-gradient(135deg, #f0c6c7, #ffffff 42%, #b76c61);
}

.st-exhibitor-support-card--promotion .st-exhibitor-support-card__image {
    width: 56%;
    background-image: linear-gradient(180deg, #ffffff, #eef6f7 76%, #dddddd), repeating-linear-gradient(90deg, #8eb3bc 0 12px, transparent 12px 24px);
}

.st-exhibitor-support-card--barcode .st-exhibitor-support-card__image {
    width: 46%;
    background-image: linear-gradient(180deg, #183b74 0 18%, #ffffff 19% 72%, #f3f3f3 73%), repeating-linear-gradient(90deg, #111 0 2px, transparent 2px 5px);
}
.st-exhibitor-cta {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.st-exhibitor-hero h1 {
    margin: 0;
    font-size: clamp(46px, 6vw, 80px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.st-exhibitor-hero p:not(.st-eyebrow) {
    max-width: 780px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, .84);
    font-size: 22px;
    line-height: 1.8;
}

.st-exhibitor-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 36px;
}

.st-exhibitor-hero__actions a,
.st-exhibitor-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
}

.st-exhibitor-hero__actions a:first-child {
    color: #ffffff;
    background: var(--st-red);
    box-shadow: 0 18px 35px rgba(233, 52, 63, .34);
}

.st-exhibitor-hero__actions a:last-child {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .48);
    background: rgba(255, 255, 255, .08);
}

.st-exhibitor-section {
    padding-top: 92px;
}

.st-exhibitor-section__head {
    max-width: 100%;
    margin-bottom: 34px;
}

.st-exhibitor-section__head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.st-exhibitor-section__head h2,
.st-exhibitor-heading-line h2,
.st-exhibitor-cta h2 {
    margin: 0;
    color: #071525;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.st-exhibitor-section__head p:not(.st-eyebrow),
.st-exhibitor-value-grid span,
.st-exhibitor-zone-grid p,
.st-exhibitor-booth-grid p,
.st-exhibitor-booth-grid li,
.st-exhibitor-flow-list span,
.st-exhibitor-support-grid span,
.st-exhibitor-cta p {
    color: #00000;
    line-height: 2.5;
	font-size: 18px;
}

.st-exhibitor-value-grid,
.st-exhibitor-zone-grid,
.st-exhibitor-booth-grid,
.st-exhibitor-flow-list,
.st-exhibitor-support-grid {
    display: grid;
    gap: 24px;
}

.st-exhibitor-value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.st-exhibitor-zone-grid,
.st-exhibitor-support-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.st-exhibitor-value-grid article,
.st-exhibitor-zone-grid article,
.st-exhibitor-booth-grid article,
.st-exhibitor-flow-list article,
.st-exhibitor-support-grid div {
    border: 1px solid #e5edf7;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(15, 47, 86, .08);
}

.st-exhibitor-value-grid article,
.st-exhibitor-zone-grid article,
.st-exhibitor-flow-list article,
.st-exhibitor-support-grid div {
    padding: 28px;
}

.st-exhibitor-value-grid b,
.st-exhibitor-flow-list b {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--st-red);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .14em;
}

.st-exhibitor-value-grid strong,
.st-exhibitor-flow-list strong,
.st-exhibitor-support-grid strong {
    display: block;
    margin-bottom: 10px;
    color: #071525;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 900;
}

.st-exhibitor-value-grid span,
.st-exhibitor-flow-list span,
.st-exhibitor-support-grid span {
    display: block;
}

.st-exhibitor-zone-grid article {
    position: relative;
    overflow: hidden;
}

.st-exhibitor-zone-grid article::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--st-blue), var(--st-cyan));
}

.st-exhibitor-zone-grid span {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--st-blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.st-exhibitor-zone-grid h3 {
    margin: 0 0 12px;
    color: #071525;
    font-size: 21px;
    font-weight: 900;
}

.st-exhibitor-zone-title {
    margin-bottom: 42px;
    text-align: center;
}

.st-exhibitor-zone-title h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 12px;
    color: #050505;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.st-exhibitor-zone-title h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 3px;
    transform: translateX(-50%);
    background: #0093d0;
}

.st-exhibitor-zone-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.st-exhibitor-zone-grid .st-exhibitor-zone-card {
    --zone-color: #008846;
    overflow: hidden;
    padding: 0;
    border: 4px solid var(--zone-color);
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(7, 21, 37, .12);
}

.st-exhibitor-zone-grid .st-exhibitor-zone-card::before {
    display: none;
}

.st-exhibitor-zone-card__head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 118px;
    padding: 16px 14px 15px;
    color: #ffffff;
    background: var(--zone-color);
    text-align: center;
}

.st-exhibitor-zone-card__head span {
    display: block;
    margin: 0 0 8px;
    color: rgba(255, 255, 255, .88);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: none;
}

.st-exhibitor-zone-card__head h3 {
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
}

.st-exhibitor-zone-card__body {
    display: flex;
    min-height: 0;
    flex-direction: column;
    padding: 18px 14px 18px;
    background: #f7fcff;
}

.st-exhibitor-zone-card__body strong {
    display: block;
    margin-bottom: 8px;
    color: #050505;
    font-size: 16px;
    font-weight: 900;
}

.st-exhibitor-zone-card__body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.st-exhibitor-zone-card__body li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 20px;
    color: #050505;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 900;
}

.st-exhibitor-zone-card__body li::before {
    content: "";
    position: absolute;
    top: .48em;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #050505;
}

.st-exhibitor-zone-card__photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 10px;
    padding-top: 0;
}

.st-exhibitor-zone-card__photos span {
    min-height: 84px;
    background-position: center;
    background-size: cover;
}

.st-exhibitor-zone-card__photos img {
    grid-column: 1 / -1;
    display: block;
    width: 100%;
    height: 84px;
    object-fit: cover;
}

.st-exhibitor-zone-grid .st-exhibitor-zone-card--green { --zone-color: #009345; }
.st-exhibitor-zone-grid .st-exhibitor-zone-card--brown { --zone-color: #3f1f0d; }
.st-exhibitor-zone-grid .st-exhibitor-zone-card--cyan { --zone-color: #38a8af; }
.st-exhibitor-zone-grid .st-exhibitor-zone-card--blue { --zone-color: #354a98; }
.st-exhibitor-zone-grid .st-exhibitor-zone-card--navy { --zone-color: #182f7f; }
.st-exhibitor-zone-grid .st-exhibitor-zone-card--pink { --zone-color: #df0a78; }
.st-exhibitor-zone-grid .st-exhibitor-zone-card--dark { --zone-color: #172651; }
.st-exhibitor-zone-grid .st-exhibitor-zone-card--sky { --zone-color: #5c93cf; }

.st-exhibitor-zone-card--green .st-exhibitor-zone-card__photos span:first-child { background-image: linear-gradient(135deg, rgba(255,255,255,.2), rgba(0,0,0,.08)), linear-gradient(135deg, #f2f7f5, #3aa36c); }
.st-exhibitor-zone-card--green .st-exhibitor-zone-card__photos span:last-child { background-image: linear-gradient(135deg, rgba(255,255,255,.25), rgba(0,0,0,.18)), radial-gradient(circle at 45% 45%, #232323 0 18px, transparent 19px), linear-gradient(135deg, #c8d9dc, #616a70); }
.st-exhibitor-zone-card--brown .st-exhibitor-zone-card__photos span:first-child { background-image: linear-gradient(180deg, #122748, #f0a33a 45%, #263849 46%, #7c8b96); }
.st-exhibitor-zone-card--brown .st-exhibitor-zone-card__photos span:last-child { background-image: linear-gradient(135deg, #f4e2b8, #c48d45 49%, #dce6ee 50%, #8ea5b5); }
.st-exhibitor-zone-card--cyan .st-exhibitor-zone-card__photos span:first-child { background-image: linear-gradient(135deg, rgba(255,255,255,.3), rgba(0,0,0,.08)), radial-gradient(circle at 45% 55%, #f4d1b1 0 10px, transparent 11px), linear-gradient(135deg, #dff0f8, #31a6d5); }
.st-exhibitor-zone-card--cyan .st-exhibitor-zone-card__photos span:last-child { background-image: linear-gradient(135deg, #f2f6fa, #7bb7e2 48%, #d6d6d6 49%, #ffffff); }
.st-exhibitor-zone-card--blue .st-exhibitor-zone-card__photos span:first-child { background-image: linear-gradient(135deg, #f2f3f5, #c8d0d9 45%, #5d6d76); }
.st-exhibitor-zone-card--blue .st-exhibitor-zone-card__photos span:last-child { background-image: linear-gradient(135deg, #d7c2bb, #181d29 46%, #9dd0d0 47%, #f5f8fa); }
.st-exhibitor-zone-card--navy .st-exhibitor-zone-card__photos span:first-child { background-image: linear-gradient(135deg, #e9edf4, #0c1e33 52%, #bec8d3); }
.st-exhibitor-zone-card--navy .st-exhibitor-zone-card__photos span:last-child { background-image: radial-gradient(circle at 40% 40%, #31a7ff 0 5px, transparent 6px), linear-gradient(135deg, #071525, #1c446f); }
.st-exhibitor-zone-card--pink .st-exhibitor-zone-card__photos span:first-child { background-image: linear-gradient(135deg, #ffffff, #ecd6de 48%, #edf5f7); }
.st-exhibitor-zone-card--pink .st-exhibitor-zone-card__photos span:last-child { background-image: linear-gradient(135deg, #f7eee8, #d998a2 46%, #ffffff); }
.st-exhibitor-zone-card--dark .st-exhibitor-zone-card__photos span:first-child { background-image: radial-gradient(circle at 50% 50%, #eadbc2 0 28px, transparent 29px), linear-gradient(135deg, #d0d4d8, #f6f1e9); }
.st-exhibitor-zone-card--dark .st-exhibitor-zone-card__photos span:last-child { background-image: linear-gradient(135deg, #d6b16a, #f0eadf 52%, #946f2f); }
.st-exhibitor-zone-card--sky .st-exhibitor-zone-card__photos span:first-child { background-image: linear-gradient(135deg, #e9f6ff, #f4dccb 44%, #ffffff); }
.st-exhibitor-zone-card--sky .st-exhibitor-zone-card__photos span:last-child { background-image: linear-gradient(135deg, #45372d, #d1b58e 44%, #ecf2f7); }

.st-exhibitor-heading-line {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.st-exhibitor-heading-line i {
    width: 12px;
    height: 12px;
    background: #0093d0;
}

.st-exhibitor-table-wrap {
    overflow: hidden;
    border: 1px solid #aeb4bc;
    background: #ffffff;
}

.st-exhibitor-info-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.st-exhibitor-info-table th,
.st-exhibitor-info-table td {
    padding: 20px 28px;
    border: 1px solid #aeb4bc;
    color: #050505;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    vertical-align: middle;
}

.st-exhibitor-info-table th {
    width: 160px;
    background: #f5f5f5;
    font-weight: 900;
}

.st-exhibitor-info-table a {
    color: #008bd2;
    text-decoration: underline;
}

.st-exhibitor-booth-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.st-exhibitor-booth-grid article {
    padding: 32px;
}

.st-exhibitor-booth-grid article.is-featured {
    border-color: rgba(0, 91, 172, .28);
    background: linear-gradient(180deg, #ffffff 0%, #f0f8ff 100%);
}

.st-exhibitor-booth-grid h3 {
    margin: 0 0 12px;
    color: #071525;
    font-size: 24px;
    font-weight: 900;
}

.st-exhibitor-booth-grid strong {
    display: block;
    margin-bottom: 14px;
    color: var(--st-blue);
    font-size: 34px;
    line-height: 1;
    font-style: italic;
    font-weight: 900;
}

.st-exhibitor-booth-grid ul {
    margin: 18px 0 0;
    padding-left: 18px;
}

.st-exhibitor-booth-guide {
    max-width: 1050px;
    margin: 0 auto;
    padding: 4px 0 8px;
    color: #050505;
}

.st-exhibitor-booth-guide h2 {
    position: relative;
    margin: 0 0 48px;
    color: #050505;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
}

.st-exhibitor-booth-guide h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 235px;
    height: 4px;
    background: #078dcc;
    transform: translateX(-50%);
}

.st-exhibitor-booth-guide__bar {
    max-width: 540px;
    margin: 0 auto 44px;
    padding: 8px 24px;
    color: #ffffff;
    background: #0b8dca;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 900;
    text-align: center;
}

.st-exhibitor-booth-guide__content {
    display: grid;
    grid-template-columns: minmax(280px, .82fr) minmax(420px, 1fr);
    gap: 64px;
    align-items: center;
    min-height: 245px;
}

.st-exhibitor-booth-guide__text {
    padding-left: 18px;
}

.st-exhibitor-booth-guide__text h3 {
    margin: 0 0 4px;
    color: #050505;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 500;
}

.st-exhibitor-booth-guide__text p {
    margin: 0;
    color: #050505;
    font-size: 22px;
    line-height: 1.55;
    font-weight: 500;
}

.st-exhibitor-booth-guide__figure {
    position: relative;
    height: 255px;
}

.st-exhibitor-booth-guide__plane {
    position: absolute;
    top: 38px;
    left: 50%;
    width: 285px;
    height: 150px;
    border: 3px solid #1d1d1d;
    background: #fff5d7;
    transform: translateX(-50%) rotate(30deg) skewX(-30deg);
    transform-origin: center;
}

.st-exhibitor-booth-guide__plane::before,
.st-exhibitor-booth-guide__plane::after {
    content: "";
    position: absolute;
    border-color: #1d1d1d;
    border-style: dashed;
}

.st-exhibitor-booth-guide__plane::before {
    left: -88px;
    bottom: -28px;
    width: 125px;
    border-width: 0 0 3px;
    transform: rotate(30deg);
}

.st-exhibitor-booth-guide__plane::after {
    right: -88px;
    bottom: -28px;
    width: 125px;
    border-width: 0 0 3px;
    transform: rotate(-30deg);
}

.st-exhibitor-booth-guide__plane span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #050505;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
    transform: translate(-50%, -50%) skewX(30deg) rotate(-30deg);
}

.st-exhibitor-booth-guide__measure {
    position: absolute;
    color: #050505;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

.st-exhibitor-booth-guide__measure--width {
    left: 108px;
    bottom: 26px;
}

.st-exhibitor-booth-guide__measure--depth {
    right: 78px;
    bottom: 54px;
}

.st-exhibitor-booth-guide__notes {
    margin-top: 34px;
    padding-left: 56px;
}

.st-exhibitor-booth-guide__notes p {
    margin: 0 0 6px;
    color: #ff1111;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
}
.st-exhibitor-flow-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.st-exhibitor-support-grid div i {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--st-blue), var(--st-cyan));
    font-size: 22px;
}

.st-exhibitor-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 0;
    margin-bottom: 96px;
    padding: 48px;
    border-radius: 32px;
    color: #ffffff;
    background: linear-gradient(135deg, #005bac, #00a8e8);
}

.st-exhibitor-cta h2,
.st-exhibitor-cta p,
.st-exhibitor-cta .st-eyebrow {
    color: #ffffff;
}

.st-exhibitor-cta p {
    max-width: 720px;
    margin: 16px 0 0;
    opacity: .82;
}

.st-exhibitor-cta a {
    flex: 0 0 auto;
    color: var(--st-blue);
    background: #ffffff;
}

@media (max-width: 960px) {
    .st-hero__inner,
    .st-overview__grid,
    .st-card-grid,
    .st-zone-grid,
    .st-voice-grid,
    .st-news__grid,
    .st-report__grid,
    .st-strip {
        grid-template-columns: 1fr 1fr;
    }

    .st-expo-nav .ep-nav-item > a {
        padding: 0 12px;
        font-size: 14px;
    }

    .st-header-line {
        gap: 18px;
    }

    .st-header-logo {
        flex-basis: 230px;
    }

    .st-header-info {
        flex: 0 0 260px;
    }

    .st-header-date strong {
        font-size: 26px;
    }

    .st-header-venue {
        font-size: 13px;
    }



    .st-hero__content,
    .st-hero__panel,
    .st-report__video,
    .st-report__content,
    .st-cta {
        grid-column: 1 / -1;
    }

    .st-strip div:nth-child(2) {
        border-right: 0;
    }

    .st-cta {
        gap: 36px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .st-footer-office__body {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }

    .st-report-summary__grid,
    .st-report-visual,
    .st-report-zone-list,
    .st-report-voice-mini-grid {
        grid-template-columns: 1fr 1fr;
    }

    .st-report-visual__media,
    .st-report-visual__content {
        grid-column: 1 / -1;
    }

    .st-report-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .st-exhibitor-value-grid,
    .st-exhibitor-zone-grid,
    .st-exhibitor-booth-grid,
    .st-exhibitor-flow-list,
    .st-exhibitor-support-grid {
        grid-template-columns: 1fr 1fr;
    }

    .st-exhibitor-cta {
        align-items: flex-start;
        flex-direction: column;
    }

}

@media (max-width: 640px) {
    .st-hero {
        min-height: auto;
    }

    .st-header-line {
        align-items: flex-start;
        flex-direction: column;
        height: auto;
        gap: 10px;
        padding: 10px 0;
    }

    .st-header-logo {
        flex-basis: auto;
        width: 280px;
    }

    .st-header-date {
        gap: 7px;
        font-size: 17px;
    }

    .st-header-date strong {
        font-size: 27px;
    }

    .st-expo-nav {
        width: 100%;
        overflow-x: auto;
        padding: 8px 0 4px;
    }

    .st-expo-nav > ul {
        flex-wrap: nowrap;
        min-width: max-content;
    }

    .st-expo-nav .ep-submenu {
        display: none !important;
    }

    .st-footer-office__body {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .st-footer-office__brand {
        max-width: 280px;
    }

    .st-report-hero {
        padding: 74px 0 68px;
    }

    .st-report-section {
        padding-top: 68px;
    }

    .st-report-summary__grid,
    .st-report-visual,
    .st-report-zone-list,
    .st-report-voice-mini-grid {
        grid-template-columns: 1fr;
    }

    .st-report-kpi {
        min-height: auto;
        padding: 26px;
    }

    .st-report-table-wrap {
        overflow-x: auto;
    }

    .st-report-table {
        min-width: 680px;
    }

    .st-report-voice-mini-grid img {
        height: 190px;
    }

    .st-report-cta {
        margin-top: 68px;
        margin-bottom: 68px;
        padding: 34px 24px;
    }

    .st-exhibitor-hero {
        padding: 74px 0 68px;
    }

    .st-exhibitor-section {
        padding-top: 68px;
    }

    .st-exhibitor-value-grid,
    .st-exhibitor-zone-grid,
    .st-exhibitor-booth-grid,
    .st-exhibitor-flow-list,
    .st-exhibitor-support-grid {
        grid-template-columns: 1fr;
    }

    .st-exhibitor-table-wrap {
        overflow-x: auto;
    }

    .st-exhibitor-info-table {
        min-width: 720px;
    }

    .st-exhibitor-cta {
        margin-top: 68px;
        margin-bottom: 68px;
        padding: 34px 24px;
    }

    .st-exhibitor-zone-title {
        margin-bottom: 30px;
    }

    .st-exhibitor-zone-card__head {
        min-height: auto;
    }

    .st-exhibitor-zone-card__body {
        min-height: auto;
    }

    .st-hero__inner,
    .st-overview__grid,
    .st-card-grid,
    .st-zone-grid,
    .st-voice-grid,
    .st-news__grid,
    .st-report__grid,
    .st-strip {
        grid-template-columns: 1fr;
    }

    .st-report {
        margin-top: 68px;
        padding-top: 54px;
        padding-bottom: 60px;
    }

    .st-report__grid {
        gap: 36px;
    }

    .st-report__number {
        padding: 24px 28px;
    }

    .st-report__content p {
        font-size: 19px;
    }

    .st-zone-board {
        padding: 0;
    }

    .st-zone-card h3 {
        min-height: auto;
        font-size: 18px;
    }

    .st-outline {
        padding-top: 68px;
    }

    .st-outline__table,
    .st-outline__table tbody,
    .st-outline__table tr,
    .st-outline__table th,
    .st-outline__table td {
        display: block;
        width: 100%;
    }

    .st-outline__table th,
    .st-outline__table td {
        padding: 16px 18px;
        font-size: 16px;
    }

    .st-outline__table td {
        border-top: 0;
    }

    .st-voices {
        padding-top: 68px;
    }

    .st-voice-card {
        flex-basis: calc((100% - 24px) / 2);
        padding: 22px;
    }

    .st-voice-card img {
        height: 190px;
    }

    .st-voice-card {
        flex-basis: 86%;
    }

    .st-voice-arrow {
        width: 42px;
        height: 42px;
    }

    .st-voice-arrow--prev {
        left: -10px;
    }

    .st-voice-arrow--next {
        right: -10px;
    }

    .st-strip div {
        border-right: 0;
        border-bottom: 1px solid #e9eef7;
    }

    .st-section {
        padding-top: 68px;
    }

    .st-zones {
        margin-top: 68px;
        padding-top: 68px;
        padding-bottom: 76px;
    }

    .st-cta {
        margin-top: 68px;
        margin-bottom: 0;
        padding: 44px 24px 58px;
        grid-template-columns: 1fr;
    }

    .st-cta p,
    .st-cta__col:nth-child(2) p {
        font-size: 16px;
    }

    .st-cta__btn {
        min-height: 52px;
        font-size: 17px;
    }
}
@media (max-width: 768px) {
    .st-exhibitor-booth-guide h2 {
        font-size: 36px;
    }

    .st-exhibitor-booth-guide__bar {
        margin-bottom: 28px;
        font-size: 22px;
    }

    .st-exhibitor-booth-guide__content {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .st-exhibitor-booth-guide__text {
        padding-left: 0;
    }

    .st-exhibitor-booth-guide__figure {
        transform: scale(.86);
        transform-origin: top center;
    }

    .st-exhibitor-booth-guide__notes {
        margin-top: 0;
        padding-left: 0;
    }
}
.st-exhibitor-support .st-exhibitor-support-grid {
    gap: 32px 34px;
}
.st-exhibitor-section.st-exhibitor-support {
    width: min(1180px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.st-exhibitor-support .st-exhibitor-support-inner {
    max-width: 100%;
}

.st-exhibitor-support .st-exhibitor-support-card__head,
.st-exhibitor-support .st-exhibitor-support-card__body,
.st-exhibitor-support .st-exhibitor-support-card__image {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.st-exhibitor-support .st-exhibitor-support-card__image {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .24);
}
.st-exhibitor-section.st-exhibitor-support {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
}

.st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-inner {
    width: min(1180px, calc(100% - 40px));
    max-width: none;
    margin: 0 auto;
}
.st-exhibitor-section.st-exhibitor-support {
    padding: 62px 0 72px;
    background: #e7f8ff;
}

.st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-inner {
    width: min(1100px, calc(100% - 40px));
}

.st-exhibitor-support-title h2 {
    margin-bottom: 36px;
    font-size: 32px;
    letter-spacing: -.02em;
}

.st-exhibitor-support-title h2::after {
    bottom: -11px;
    width: 337px;
    height: 3px;
    background: #0587c7;
}

.st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 39px 37px;
}

.st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-card {
    min-height: 352px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
}

.st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-card__head {
    min-height: 80px;
    box-sizing: border-box;
    padding: 17px 88px 12px 20px;
    border: 0;
    border-radius: 0;
    background: var(--support-color, #89aab8);
    box-shadow: none;
}

.st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-card__head h3 {
    color: #ffffff;
    font-size: 25px;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -.03em;
}

.st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-card__head span {
    top: 5px;
    right: 5px;
    min-width: 72px;
    padding: 8px 10px 9px;
    border: 2px solid #ffffff;
    background: var(--support-label, #007ed0);
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
}

.st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-card__body {
    display: flex;
    min-height: 272px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
    padding: 13px 15px 13px;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
}

.st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-card__body p {
    min-height: 0;
    margin: 0 0 12px;
    color: #050505;
    font-size: 14px;
    line-height: 1.62;
    font-weight: 800;
    letter-spacing: -.01em;
}

.st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-card__image {
    flex: 0 0 auto;
    margin: 0 auto;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    box-shadow: none;
}

.st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-card--seminar { --support-color: #88aab8; --support-label: #087bd0; }
.st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-card--tools { --support-color: #f0c51b; --support-label: #087bd0; }
.st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-card--guide { --support-color: #ee741f; --support-label: #087bd0; }
.st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-card--agency { --support-color: #e6847b; --support-label: #087bd0; }
.st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-card--promotion { --support-color: #88c522; --support-label: #e51f00; }
.st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-card--barcode { --support-color: #58bdb8; --support-label: #e51f00; }

.st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-card--seminar .st-exhibitor-support-card__image {
    width: 226px;
    height: 137px;
    background-image: url("../images/support/seminar.jpg");
}

.st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-card--tools .st-exhibitor-support-card__image {
    width: 306px;
    height: 99px;
    background-image: url("../images/support/tools.jpg");
}

.st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-card--guide .st-exhibitor-support-card__image {
    width: 182px;
    height: 137px;
    background-image: url("../images/support/guide.jpg");
}

.st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-card--agency .st-exhibitor-support-card__image {
    width: 225px;
    height: 139px;
    background-image: url("../images/support/agency.jpg");
}

.st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-card--promotion .st-exhibitor-support-card__image {
    width: 135px;
    height: 137px;
    background-image: url("../images/support/promotion.jpg");
}

.st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-card--barcode .st-exhibitor-support-card__image {
    width: 153px;
    height: 139px;
    background-image: url("../images/support/barcode.jpg");
}

@media (max-width: 960px) {
    .st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .st-exhibitor-section.st-exhibitor-support {
        padding: 48px 0 52px;
    }

    .st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .st-exhibitor-section.st-exhibitor-support .st-exhibitor-support-card__image {
        max-width: 100%;
    }
}
@media (max-width: 640px) {
    .st-exhibitor-event-bar__inner {
        flex-direction: column;
        gap: 10px;
        padding: 16px 0;
    }

    .st-exhibitor-event-bar__venue {
        min-width: 0;
        width: 100%;
        max-width: 300px;
        font-size: 18px;
    }

    .st-exhibitor-event-bar__date {
        flex-wrap: wrap;
        justify-content: center;
        gap: 7px;
    }

    .st-exhibitor-event-bar__date span,
    .st-exhibitor-event-bar__date em {
        font-size: 18px;
    }

    .st-exhibitor-event-bar__date strong {
        font-size: 34px;
    }

    .st-exhibitor-event-bar__date b {
        font-size: 24px;
    }
}
.st-home-event-bar + .st-strip {
    margin-top: 0;
}
.st-exhibitor-page .st-exhibitor-hero {
    min-height: 252px;
    margin-top: 0;
    padding: 0;
    background: url("../images/exbk.jpg") center top / cover no-repeat;
}

.st-exhibitor-page .st-exhibitor-hero::after,

.st-exhibitor-hero__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    display: block;
    width: min(680px, 52vw);
    max-height: 128px;
    height: auto;
    object-fit: contain;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.st-exhibitor-page .st-exhibitor-hero__inner {
    display: none;
}

.st-exhibitor-page .st-exhibitor-event-bar {
    margin-top: 0;
    background: rgba(0, 91, 172, .96);
}

.st-exhibitor-page .st-exhibitor-event-bar__inner {
    min-height: 88px;
    width: min(1180px, calc(100% - 40px));
    gap: 22px;
}

.st-exhibitor-page .st-exhibitor-event-bar__venue {
    min-width: 275px;
    padding: 12px 28px;
    font-size: 22px;
}

.st-exhibitor-page .st-exhibitor-event-bar__date span {
    font-size: 28px;
}

.st-exhibitor-page .st-exhibitor-event-bar__date strong {
    font-size: 56px;
}

.st-exhibitor-page .st-exhibitor-event-bar__date em {
    font-size: 26px;
}

.st-exhibitor-page .st-exhibitor-event-bar__date b {
    font-size: 38px;
}

@media (max-width: 960px) {
    .st-exhibitor-page .st-exhibitor-hero {
        min-height: 190px;
    }
}

@media (max-width: 640px) {
    .st-exhibitor-page .st-exhibitor-hero {
        min-height: 120px;
    }
}
.st-exhibitor-page .st-exhibitor-hero::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: min(680px, 52vw);
    height: 128px;
    background: none;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

@media (max-width: 960px) {
    .st-exhibitor-page .st-exhibitor-hero::before {
        width: min(520px, 64vw);
        height: 98px;
    }
}

@media (max-width: 640px) {
    .st-exhibitor-page .st-exhibitor-hero::before {
        width: min(320px, 72vw);
        height: 62px;
    }
}
.st-exhibitor-page .st-exhibitor-hero::before {
    width: min(760px, 60vw);
    height: 150px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .92) 16%, rgba(255, 255, 255, .92) 84%, rgba(255, 255, 255, 0));
}

.st-exhibitor-page .st-exhibitor-hero::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: block;
    width: min(680px, 52vw);
    height: 128px;
    background: none;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

@media (max-width: 960px) {
    .st-exhibitor-page .st-exhibitor-hero::before {
        width: min(600px, 72vw);
        height: 120px;
    }

    .st-exhibitor-page .st-exhibitor-hero::after {
        width: min(520px, 64vw);
        height: 98px;
    }
}

@media (max-width: 640px) {
    .st-exhibitor-page .st-exhibitor-hero::before {
        width: min(380px, 88vw);
        height: 78px;
    }

    .st-exhibitor-page .st-exhibitor-hero::after {
        width: min(320px, 72vw);
        height: 62px;
    }
}
.st-exhibitor-page .st-exhibitor-hero::before {
    height: 300px;
}

@media (max-width: 960px) {
    .st-exhibitor-page .st-exhibitor-hero::before {
        height: 170px;
    }
}

@media (max-width: 640px) {
    .st-exhibitor-page .st-exhibitor-hero::before {
        height: 96px;
    }
}
.st-exhibitor-page .st-exhibitor-hero::before,
.st-exhibitor-page .st-exhibitor-hero::after {
    top: 50%;
    transform: translate(-50%, -50%);
}

.st-exhibitor-page .st-exhibitor-hero::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .92) 16%, rgba(255, 255, 255, .92) 84%, rgba(255, 255, 255, 0));
}

.st-exhibitor-page .st-exhibitor-hero::after {
    background: none;
}
.st-exhibitor-page .st-exhibitor-hero {
    min-height: 300px;
}

@media (max-width: 960px) {
    .st-exhibitor-page .st-exhibitor-hero {
        min-height: 300px;
    }
}

@media (max-width: 640px) {
    .st-exhibitor-page .st-exhibitor-hero {
        min-height: 145px;
    }
}
.st-exhibitor-page .st-exhibitor-event-bar {
    background: rgba(0, 91, 172, .90);
}
.st-exhibitor-page .st-exhibitor-event-bar {
    position: relative;
    z-index: 3;
    margin-top: -88px;
}

.st-exhibitor-page .st-exhibitor-event-bar + .st-exhibitor-section {
    padding-top: 92px;
}

@media (max-width: 640px) {
    .st-exhibitor-page .st-exhibitor-event-bar {
        margin-top: 0;
    }

    .st-exhibitor-page .st-exhibitor-event-bar + .st-exhibitor-section {
        padding-top: 68px;
    }
}
.st-exhibitor-page .st-exhibitor-hero {
    min-height: 436px;
}

.st-exhibitor-page .st-exhibitor-hero::before {
    height: 300px;
}

.st-exhibitor-page .st-exhibitor-event-bar {
    margin-top: -88px;
}

@media (max-width: 960px) {
    .st-exhibitor-page .st-exhibitor-hero {
        min-height: 340px;
    }

    .st-exhibitor-page .st-exhibitor-hero::before {
        height: 170px;
    }
}

@media (max-width: 640px) {
    .st-exhibitor-page .st-exhibitor-hero {
        min-height: 190px;
    }

    .st-exhibitor-page .st-exhibitor-hero::before {
        height: 96px;
    }
}
.st-visit-access {
    width: min(1180px, calc(100% - 40px));
    margin: 88px auto 96px;
    color: #050505;
}

.st-visit-access__head {
    margin-bottom: 20px;
    text-align: center;
}

.st-visit-access__head h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 22px;
    color: #050505;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 900;
}

.st-visit-access__head h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 200px;
    height: 1px;
    background: #333333;
    transform: translateX(-50%);
}

.st-visit-access__body {
    display: grid;
    grid-template-columns: minmax(320px, .85fr) minmax(520px, 1.25fr);
    gap: 70px;
    align-items: start;
}

.st-visit-access__info {
    padding-top: 26px;
    text-align: center;
}

.st-visit-access__info h3 {
    margin: 0 0 24px;
    color: #050505;
    font-size: 18px;
    font-weight: 900;
}

.st-visit-access__info p {
    margin: 0 0 8px;
    color: #050505;
    font-size: 16px;
    line-height: 1.7;
}

.st-visit-access__info a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 22px;
    padding: 1px 4px;
    border: 1px solid #1d4ed8;
    color: #050505;
    background: #ffffff;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: underline;
}

.st-visit-access__info a i {
    color: #1d4ed8;
    font-size: 13px;
}

.st-visit-access__info dl {
    margin: 0;
    color: #050505;
    font-size: 16px;
    line-height: 1.8;
}

.st-visit-access__info dt {
    margin-bottom: 6px;
    font-weight: 500;
}

.st-visit-access__info dd {
    margin: 0;
}

.st-visit-access__map {
    min-height: 300px;
    background: #dddddd;
}

.st-visit-access__map iframe {
    display: block;
    width: 100%;
    height: 300px;
    border: 0;
}

@media (max-width: 960px) {
    .st-visit-access__body {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .st-visit-access__info {
        padding-top: 0;
    }
}

@media (max-width: 640px) {
    .st-visit-access {
        margin: 64px auto 72px;
    }

    .st-visit-access__head h2 {
        font-size: 34px;
    }

    .st-visit-access__map,
    .st-visit-access__map iframe {
        height: 260px;
        min-height: 260px;
    }
}
.st-visit-access__info {
    text-align: left;
}
.st-visit-access-route {
    margin-top: 46px;
    text-align: center;
}

.st-visit-access-route h3 {
    margin: 0 0 24px;
    color: #050505;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 900;
}

.st-visit-access-route figure {
    margin: 0 auto 28px;
}

.st-visit-access-route img {
    display: block;
    width: min(760px, 100%);
    height: auto;
    margin: 0 auto;
}

.st-visit-access-route p {
    margin: 10px 0 0;
    color: #050505;
    font-size: 16px;
    line-height: 1.8;
}

.st-visit-access-route a {
    color: #050505;
    text-decoration: underline;
}

.st-visit-access-route a i {
    color: #1d4ed8;
}

@media (max-width: 640px) {
    .st-visit-access-route {
        margin-top: 34px;
    }

    .st-visit-access-route h3 {
        font-size: 22px;
    }
}
.st-visit-access-route {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 24px;
    align-items: center;
}

.st-visit-access-route h3,
.st-visit-access-route p {
    grid-column: 1 / -1;
}

.st-visit-access-route figure {
    margin: 0;
}

.st-visit-access-route figure:first-of-type {
    grid-column: 1;
    justify-self: end;
}

.st-visit-access-route figure:first-of-type::after {
    content: "";
    grid-column: 2;
}

.st-visit-access-route figure:last-of-type {
    grid-column: 3;
    justify-self: start;
}

.st-visit-access-route::before {
    content: "";
    grid-column: 2;
    grid-row: 2;
    align-self: stretch;
    width: 1px;
    background: #d5d5d5;
}

.st-visit-access-route img {
    width: min(500px, 100%);
}

@media (max-width: 960px) {
    .st-visit-access-route {
        grid-template-columns: 1fr;
    }

    .st-visit-access-route h3,
    .st-visit-access-route p,
    .st-visit-access-route figure:first-of-type,
    .st-visit-access-route figure:last-of-type {
        grid-column: 1;
    }

    .st-visit-access-route::before {
        display: none;
    }

    .st-visit-access-route figure:first-of-type,
    .st-visit-access-route figure:last-of-type {
        justify-self: center;
    }
}
.st-visit-access-route h3 {
    grid-row: 1;
}

.st-visit-access-route::before,
.st-visit-access-route figure {
    grid-row: 2;
}

.st-visit-access-route p {
    grid-row: 3;
}

.st-visit-access-route figure:first-of-type img,
.st-visit-access-route figure:last-of-type img {
    max-width: 500px;
}

.st-visit-access-route figure:first-of-type img {
    margin-left: auto;
    margin-right: 0;
}

.st-visit-access-route figure:last-of-type img {
    margin-left: 0;
    margin-right: auto;
}
.st-visit-access-route {
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    column-gap: 34px;
}

.st-visit-access-route figure {
    width: 100%;
}

.st-visit-access-route figcaption {
    margin: 0 0 18px;
    color: #050505;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 900;
    text-align: center;
}

.st-visit-access-route figure:first-of-type {
    justify-self: stretch;
    text-align: right;
}

.st-visit-access-route figure:last-of-type {
    justify-self: stretch;
    text-align: left;
}

.st-visit-access-route figure:first-of-type img {
    margin-left: 0;
    margin-right: auto;
}

.st-visit-access-route figure:last-of-type img {
    margin-left: auto;
    margin-right: 0;
}

@media (max-width: 960px) {
    .st-visit-access-route figure:first-of-type,
    .st-visit-access-route figure:last-of-type {
        text-align: center;
    }

    .st-visit-access-route figure:first-of-type img,
    .st-visit-access-route figure:last-of-type img {
        margin-left: auto;
        margin-right: auto;
    }
}
.st-visit-hotel {
    width: min(1180px, calc(100% - 40px));
    margin: 78px auto 96px;
    color: #050505;
    text-align: center;
}

.st-visit-hotel__head {
    margin-bottom: 24px;
}

.st-visit-hotel__head h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 22px;
    color: #050505;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 900;
}

.st-visit-hotel__head h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 200px;
    height: 1px;
    background: #333333;
    transform: translateX(-50%);
}

.st-visit-hotel > p {
    margin: 0 0 26px;
    color: #050505;
    font-size: 17px;
    line-height: 1.8;
}

.st-visit-hotel__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 385px;
    min-height: 60px;
    padding: 0 34px;
    color: #ffffff;
    background: #315ec6;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 900;
    text-decoration: none;
}

.st-visit-hotel__btn:hover {
    color: #ffffff;
    background: #2451b5;
}

@media (max-width: 640px) {
    .st-visit-hotel {
        margin: 60px auto 72px;
    }

    .st-visit-hotel__head h2 {
        font-size: 34px;
    }

    .st-visit-hotel__btn {
        min-width: 0;
        width: 100%;
        min-height: 56px;
        padding: 0 18px;
        font-size: 16px;
    }
}
.st-visit-hotel__btn {
    background: #0879b8;
}

.st-visit-hotel__btn:hover {
    background: #004a91;
}
.st-visit-hotel__btn,
.st-visit-hotel__btn:hover {
    background: #0789c7;
}
.st-about-page .st-report-hero__inner,
.st-about-page .st-report-hero p:not(.st-eyebrow) {
    max-width: none;
}

.st-about-page .st-report-hero__inner > p {
    width: 100%;
}
.st-about-page .st-report-hero__inner img + p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}
.st-about-page .st-report-hero__inner img + p {
    line-height: 2;
}

.st-contact-page--jp {
    --jp-blue: #0879b8;
    --jp-cyan: #00a8e8;
    --jp-navy: #071525;
    --jp-text: #1d2939;
    --jp-muted: #667085;
    --jp-line: #dfe8f2;
    --jp-bg: #f5f9fc;
    color: var(--jp-text);
    background: #ffffff;
}


.st-contact-jp-main {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


.st-contact-jp-kicker,
.st-contact-jp-heading span,
.st-contact-jp-office__label,
.st-contact-jp-request span,
.st-contact-jp-outline span {
    display: block;
    margin: 0 0 12px;
    color: var(--jp-blue);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.st-contact-jp-main {
    padding: 0 0 104px;
}

.st-contact-jp-heading {
    display: grid;
    grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
    gap: 56px;
    align-items: end;
    margin-bottom: 34px;
    padding: 38px 0 28px;
    border-bottom: 1px solid var(--jp-line);
}

.st-contact-jp-heading h2 {
    margin: 0;
    color: var(--jp-navy);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -.035em;
}

.st-contact-jp-heading p {
    margin: 0;
    color: var(--jp-muted);
    font-size: 16px;
    line-height: 1.9;
}

.st-contact-jp-board {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr) 320px;
    border: 1px solid var(--jp-line);
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(7, 21, 37, .07);
}

.st-contact-jp-office {
    padding: 38px 32px;
    border-right: 1px solid var(--jp-line);
    background: linear-gradient(180deg, #ffffff, #f7fbff);
}

.st-contact-jp-office h3 {
    margin: 0;
    color: var(--jp-navy);
    font-size: 19px;
    line-height: 2.35;
    font-weight: 900;
}

.st-contact-jp-office p {
    margin: 20px 0 0;
    color: var(--jp-muted);
    font-size: 15px;
    line-height: 2;
}

.st-contact-jp-methods {
    display: grid;
    grid-template-rows: repeat(3, minmax(0, 1fr));
}

.st-contact-jp-methods a {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    grid-template-areas: "label value" "note value";
    gap: 7px 26px;
    align-items: center;
    min-height: 112px;
    padding: 26px 34px;
    border-bottom: 1px solid var(--jp-line);
    color: var(--jp-navy);
    background: #ffffff;
    text-decoration: none;
    transition: background .2s ease;
}

.st-contact-jp-methods a:last-child {
    border-bottom: 0;
}

.st-contact-jp-methods a:hover {
    background: #f5fbff;
}

.st-contact-jp-methods span {
    grid-area: label;
    color: var(--jp-blue);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.st-contact-jp-methods strong {
    grid-area: value;
    color: var(--jp-navy);
    font-size: 22px;
    line-height: 1.35;
    font-weight: 900;
    word-break: break-all;
}

.st-contact-jp-methods em {
    grid-area: note;
    color: #98a2b3;
    font-size: 13px;
    line-height: 1.4;
    font-style: normal;
    font-weight: 700;
}

.st-contact-jp-request {
    padding: 38px 32px;
    color: #ffffff;
    background: #0879b8;
}

.st-contact-jp-request span {
    color: rgba(255,255,255,.62);
}

.st-contact-jp-request h3 {
    margin: 0;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.35;
    font-weight: 900;
}

.st-contact-jp-request p {
    margin: 20px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 15px;
    line-height: 1.9;
}

.st-contact-jp-request a {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding: 0 28px;
    border: 1px solid rgba(255,255,255,.45);
    color: #ffffff;
    background: transparent;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.st-contact-jp-request a:hover {
    color: var(--jp-navy);
    background: #ffffff;
}

.st-contact-jp-outline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 30px;
    border-top: 1px solid var(--jp-line);
    border-left: 1px solid var(--jp-line);
    background: #ffffff;
}

.st-contact-jp-outline div {
    min-height: 126px;
    padding: 26px 24px;
    border-right: 1px solid var(--jp-line);
    border-bottom: 1px solid var(--jp-line);
}

.st-contact-jp-outline strong {
    display: block;
    color: var(--jp-navy);
    font-size: 16px;
    line-height: 1.65;
    font-weight: 900;
}

.st-contact-jp-empty {
    padding: 38px 42px;
    border: 1px solid var(--jp-line);
    color: var(--jp-muted);
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(7, 21, 37, .07);
    font-size: 17px;
    line-height: 1.8;
}

@media (max-width: 1080px) {
    .st-contact-jp-heading,
    .st-contact-jp-board,
    .st-contact-jp-outline {
        grid-template-columns: 1fr;
    }

    .st-contact-jp-office {
        border-right: 0;
        border-bottom: 1px solid var(--jp-line);
    }
}

@media (max-width: 700px) {
    .st-contact-jp-intro {
        padding: 54px 0 42px;
    }

    .st-contact-jp-main {
        width: min(100% - 32px, 1180px);
        padding-bottom: 76px;
    }

    .st-contact-jp-intro__inner {
        width: min(100% - 32px, 1180px);
        padding-left: 20px;
        border-left-width: 4px;
    }

    .st-contact-jp-office,
    .st-contact-jp-request {
        padding: 28px 24px;
    }

    .st-contact-jp-methods a {
        grid-template-columns: 1fr;
        grid-template-areas: "label" "value" "note";
        min-height: auto;
        padding: 24px;
    }

    .st-contact-jp-methods strong {
        font-size: 19px;
    }
}
.st-home-event-bar {
    position: relative;
    z-index: 4;
    margin-top: -88px;
    background: rgba(0, 91, 172, .88);
}

@media (max-width: 640px) {
    .st-home-event-bar {
        margin-top: 0;
    }
}
.st-exhibitor-voices-result {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 88px 0 96px;
    background: #ffffff;
}

.st-exhibitor-voices-result .st-exhibitor-section__head {
    margin-bottom: 54px;
}

.st-exhibitor-voices-result .st-exhibitor-section__head h2 {
    margin: 0 0 26px;
    color: #050505;
    font-size: clamp(32px, 4vw, 42px);
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.st-exhibitor-voices-result .st-exhibitor-section__head p {
    margin: 0;
    color: #050505;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 900;
}

.st-exhibitor-voices-result__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 52px;
}

.st-exhibitor-voices-result__card {
    padding: 42px 42px 34px;
    border: 1px solid #d8dde8;
    background: #ffffff;
    box-shadow: 5px 6px 8px rgba(27, 39, 64, .18);
}

.st-exhibitor-voices-result__card img {
    display: block;
    width: 100%;
    height: 226px;
    object-fit: cover;
    margin: 0 0 22px;
}

.st-exhibitor-voices-result__card h3 {
    margin: 0 0 16px;
    color: #050505;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 900;
}

.st-exhibitor-voices-result__card p {
    margin: 0;
    color: #050505;
    font-size: 16px;
    line-height: 1.85;
    font-weight: 700;
    text-align: left;
}

.st-exhibitor-voices-result__card p + p {
    margin-top: 2px;
}

.st-exhibitor-voices-result__card strong {
    display: block;
    margin-top: 18px;
    color: #050505;
    font-size: 21px;
    line-height: 1.45;
    font-weight: 900;
    text-align: center;
}

@media (max-width: 960px) {
    .st-exhibitor-voices-result__grid {
        gap: 28px;
    }

    .st-exhibitor-voices-result__card {
        padding: 30px 26px;
    }
}

@media (max-width: 760px) {
    .st-exhibitor-voices-result {
        padding: 64px 0 72px;
    }

    .st-exhibitor-voices-result__grid {
        grid-template-columns: 1fr;
    }

    .st-exhibitor-voices-result__card img {
        height: 210px;
    }
}
.st-report-list-intro {
    width: 100%;
    margin: 0;
    padding: 80px 0 60px;
    background: #ffffff;
	
}

.st-report-list-intro__panel {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 58px;
    background: #ffffff;
    border: 1px solid #d8dde8;
    box-shadow: 0 20px 55px rgba(7, 21, 37, .16);
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .88fr);
    gap: 54px;
    align-items: center;
}

.st-report-list-intro__media {
    min-width: 0;
}

.st-report-list-intro__logo {
    display: block;
    width: min(350px, 72%);
    max-height: 100px;
    object-fit: contain;
    margin: 0 0 18px;
}

.st-report-list-intro__photo {
    display: block;
    width: 100%;
    height: 390px;
    object-fit: cover;
    background: #dddddd;
}

.st-report-list-intro__content {
    color: #050505;
}

.st-report-list-intro__content h2 {
    margin: 0 0 14px;
    color: #050505;
    font-size: 36px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: .01em;
}

.st-report-list-intro__content p {
    margin: 0 0 12px;
    color: #050505;
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: .04em;
    text-align: left;
}

.st-report-list-intro__content dl {
    margin: 28px 0 0;
    color: #050505;
    font-size: 18px;
    line-height: 1.75;
    font-weight: 900;
}

.st-report-list-intro__content dl div {
    display: flex;
    gap: 0;
}

.st-report-list-intro__content dt,
.st-report-list-intro__content dd {
    margin: 0;
}

@media (max-width: 960px) {
    .st-report-list-intro {
    width: 100%;
    margin: 0;
    padding: 112px 0 76px;
    background: #ffffff;
}

    .st-report-list-intro__panel {
        grid-template-columns: 1fr;
        padding: 54px 34px 44px;
        gap: 34px;
    }

    .st-report-list-intro__photo {
        height: 300px;
    }
}

@media (max-width: 640px) {
    .st-report-list-intro {
    width: 100%;
    margin: 0;
    padding: 112px 0 76px;
    background: #ffffff;
    border: 1px solid #d8dde8;
}

    .st-report-list-intro__panel {
        width: min(100% - 28px, 1180px);
        padding: 34px 22px 30px;
    }

    .st-report-list-intro__logo {
        width: min(280px, 86%);
        margin-bottom: 14px;
    }

    .st-report-list-intro__photo {
        height: 220px;
    }

    .st-report-list-intro__content p,
    .st-report-list-intro__content dl {
        font-size: 16px;
        line-height: 1.85;
    }
}
.st-report-list-loop .st-report-list-intro + .st-report-list-intro {
    padding-top: 0;
}

.st-report-list-loop .st-report-list-intro__panel {
    margin-bottom: 20px;
}
.st-mobile-menu-toggle {
    display: none;
}

@media (max-width: 760px) {
    .ep-header {
        width: 100%;
        background: #ffffff;
        border-top: 4px solid #007cc2;
        overflow: visible;
    }

    .st-header-line {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 154px;
        display: grid;
        grid-template-columns: 1fr 46px;
        grid-template-areas: "logo menu" "info menu";
        align-items: start;
        gap: 8px 8px;
        margin: 0;
        padding: 12px 10px 12px;
        box-sizing: border-box;
        background: #ffffff;
    }

    .st-header-logo {
        grid-area: logo;
        width: min(290px, calc(100vw - 74px));
        flex: none;
    }

    .st-header-logo img {
        width: 100%;
        max-height: 74px;
        object-fit: contain;
    }

    .st-header-info {
        grid-area: info;
        flex: none;
        width: auto;
        min-width: 0;
        color: #050505;
    }

    .st-header-date {
        gap: 5px;
        font-size: 18px;
        line-height: 1.15;
    }

    .st-header-date strong {
        font-size: 29px;
    }

    .st-header-date em {
        font-size: 15px;
    }

    .st-header-venue {
        margin-top: 8px;
        font-size: 15px;
        line-height: 1.35;
        white-space: normal;
    }

    .st-mobile-menu-toggle {
        grid-area: menu;
        justify-self: end;
        align-self: center;
        display: inline-flex;
        width: 38px;
        height: 38px;
        margin-top: 4px;
        border: 0;
        border-radius: 0;
        background: #e9343f;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        z-index: 20;
    }

    .st-mobile-menu-toggle span {
        display: block;
        width: 24px;
        height: 3px;
        background: #ffffff;
    }

    .st-expo-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 30;
        display: none;
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: visible;
        background: rgba(0, 91, 172, .96);
        box-shadow: 0 12px 30px rgba(7, 21, 37, .22);
    }

    .ep-header.is-mobile-menu-open .st-expo-nav {
        display: block;
    }

    .st-expo-nav > ul {
        display: block;
        width: 100%;
        min-width: 0;
        min-height: 0;
        margin: 0;
        padding: 6px 0;
    }

    .st-expo-nav .ep-nav-item > a {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 18px;
        color: #ffffff;
        font-size: 16px;
        border-bottom: 1px solid rgba(255,255,255,.16);
    }

    .st-expo-nav .ep-nav-item:hover > a,
    .st-expo-nav .ep-nav-item.is-active > a {
        color: #ffffff;
        background: rgba(255,255,255,.14);
    }

    .st-expo-nav .ep-submenu {
        display: none !important;
    }
}
@media (max-width: 760px) {
    .st-header-line {
        min-height: 92px;
        grid-template-columns: minmax(0, 1fr) minmax(128px, auto) 40px;
        grid-template-areas: "logo info menu";
        align-items: center;
        gap: 8px;
        padding: 10px 8px;
    }

    .st-header-logo {
        width: auto;
        max-width: none;
    }

    .st-header-logo img {
        max-height: 58px;
        width: 100%;
        object-fit: contain;
    }

    .st-header-info {
        align-self: center;
    }

    .st-header-date {
        gap: 3px;
        font-size: 12px;
        line-height: 1.1;
        justify-content: flex-start;
    }

    .st-header-date span {
        font-size: 13px;
        font-weight: 900;
    }

    .st-header-date strong {
        font-size: 20px;
        letter-spacing: -0.05em;
    }

    .st-header-date em {
        font-size: 11px;
        white-space: nowrap;
    }

    .st-header-venue {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.25;
        font-weight: 900;
    }

    .st-header-venue i {
        margin-right: 3px;
        font-size: 14px;
    }

    .st-mobile-menu-toggle {
        width: 36px;
        height: 36px;
        margin-top: 0;
        background: #0879b8;
    }
}

@media (max-width: 420px) {
    .st-header-line {
        grid-template-columns: minmax(0, 1fr) minmax(106px, auto) 38px;
        gap: 6px;
        padding: 9px 7px;
    }

    .st-header-logo img {
        max-height: 52px;
    }

    .st-header-date {
        font-size: 11px;
        gap: 2px;
    }

    .st-header-date span {
        font-size: 11px;
    }

    .st-header-date strong {
        font-size: 17px;
    }

    .st-header-date em {
        font-size: 10px;
    }

    .st-header-venue {
        font-size: 11px;
    }
}
@media (max-width: 760px) {
    .st-home .st-hero {
        min-height: 460px;
        align-items: flex-end;
        background-position: center top;
    }

    .st-home .st-hero__inner {
        width: min(100% - 28px, 1180px);
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 52px 0 108px;
    }

    .st-home .st-hero .st-eyebrow {
        margin-bottom: 8px;
        font-size: 10px;
        line-height: 1.4;
        letter-spacing: .12em;
    }

    .st-home .st-hero h1 {
        max-width: 96%;
        font-size: clamp(26px, 8vw, 36px);
        line-height: 1.12;
        letter-spacing: -0.04em;
    }

    .st-home .st-lead {
        max-width: 96%;
        margin-top: 14px;
        font-size: 15px;
        line-height: 1.75;
    }

    .st-home .st-hero__actions {
        gap: 10px;
        margin-top: 20px;
    }

    .st-home .st-btn {
        min-height: 38px;
        padding: 0 16px;
        font-size: 13px;
    }

    .st-home .st-hero__panel {
        width: min(100%, 300px);
        padding: 18px 20px;
        border-radius: 18px;
        background: rgba(255, 255, 255, .12);
        box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
    }

    .st-home .st-hero__panel-logo img {
        max-width: 210px;
        max-height: 58px;
    }

    .st-home .st-hero__panel strong {
        margin: 10px 0 6px;
        font-size: 14px;
        line-height: 1.35;
    }

    .st-home .st-hero__panel em {
        font-size: 13px;
        line-height: 1.4;
    }

    .st-home .st-hero__panel a {
        margin-top: 12px;
        font-size: 13px;
    }

    .st-home-event-bar {
        margin-top: -76px;
        background: rgba(0, 91, 172, .86);
    }

    .st-home-event-bar .st-exhibitor-event-bar__inner {
        width: min(100% - 28px, 1180px);
        min-height: 76px;
        flex-direction: row;
        justify-content: flex-start;
        gap: 10px;
        padding: 0;
    }

    .st-home-event-bar .st-exhibitor-event-bar__venue {
        min-width: 0;
        width: auto;
        max-width: 46%;
        padding: 7px 10px;
        font-size: 13px;
        line-height: 1.25;
        white-space: normal;
    }

    .st-home-event-bar .st-exhibitor-event-bar__date {
        flex: 1;
        min-width: 0;
        gap: 4px;
        flex-wrap: wrap;
        justify-content: flex-start;
        line-height: 1.1;
    }

    .st-home-event-bar .st-exhibitor-event-bar__date span,
    .st-home-event-bar .st-exhibitor-event-bar__date em {
        font-size: 13px;
    }

    .st-home-event-bar .st-exhibitor-event-bar__date strong {
        font-size: 25px;
    }

    .st-home-event-bar .st-exhibitor-event-bar__date b {
        margin: 0 2px;
        font-size: 18px;
    }
}

@media (max-width: 420px) {
    .st-home .st-hero {
        min-height: 420px;
    }

    .st-home .st-hero__inner {
        width: min(100% - 22px, 1180px);
        padding: 42px 0 96px;
    }

    .st-home .st-hero h1 {
        font-size: clamp(23px, 7.2vw, 30px);
    }

    .st-home .st-lead {
        font-size: 14px;
        line-height: 1.65;
    }

    .st-home .st-hero__panel {
        padding: 15px 16px;
    }

    .st-home-event-bar {
        margin-top: -68px;
    }

    .st-home-event-bar .st-exhibitor-event-bar__inner {
        width: min(100% - 22px, 1180px);
        min-height: 68px;
        gap: 7px;
    }

    .st-home-event-bar .st-exhibitor-event-bar__venue {
        max-width: 43%;
        padding: 6px 8px;
        font-size: 12px;
    }

    .st-home-event-bar .st-exhibitor-event-bar__date span,
    .st-home-event-bar .st-exhibitor-event-bar__date em {
        font-size: 11px;
    }

    .st-home-event-bar .st-exhibitor-event-bar__date strong {
        font-size: 21px;
    }
}
@media (max-width: 760px) {
    .st-home-event-bar .st-exhibitor-event-bar__inner {
        min-height: 92px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 6px;
        padding: 9px 0;
    }

    .st-home-event-bar .st-exhibitor-event-bar__venue {
        max-width: none;
        width: auto;
        padding: 0;
        color: #ffffff;
        background: transparent;
        font-size: 13px;
        text-align: left;
    }

    .st-home-event-bar .st-exhibitor-event-bar__date {
        width: 100%;
        flex: none;
        gap: 4px;
        justify-content: flex-start;
    }
}

@media (max-width: 420px) {
    .st-home-event-bar {
        margin-top: -82px;
    }

    .st-home-event-bar .st-exhibitor-event-bar__inner {
        min-height: 82px;
        gap: 5px;
        padding: 8px 0;
    }

    .st-home-event-bar .st-exhibitor-event-bar__venue {
        max-width: none;
        font-size: 12px;
    }
}

@media (max-width: 760px) {
    .st-exhibitor-page .st-exhibitor-event-bar__inner {
        min-height: 92px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 6px;
        padding: 9px 0;
    }

    .st-exhibitor-page .st-exhibitor-event-bar__venue {
        min-width: 0;
        width: auto;
        max-width: none;
        padding: 0;
        color: #ffffff;
        background: transparent;
        font-size: 13px;
        line-height: 1.35;
        text-align: left;
    }

    .st-exhibitor-page .st-exhibitor-event-bar__date {
        width: 100%;
        flex: none;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 4px;
        line-height: 1.1;
    }

    .st-exhibitor-page .st-exhibitor-event-bar__date span,
    .st-exhibitor-page .st-exhibitor-event-bar__date em {
        font-size: 13px;
    }

    .st-exhibitor-page .st-exhibitor-event-bar__date strong {
        font-size: 25px;
    }

    .st-exhibitor-page .st-exhibitor-event-bar__date b {
        margin: 0 2px;
        font-size: 18px;
    }
}

@media (max-width: 420px) {
    .st-exhibitor-page .st-exhibitor-event-bar__inner {
        min-height: 82px;
        gap: 5px;
        padding: 8px 0;
    }

    .st-exhibitor-page .st-exhibitor-event-bar__venue {
        font-size: 12px;
    }

    .st-exhibitor-page .st-exhibitor-event-bar__date span,
    .st-exhibitor-page .st-exhibitor-event-bar__date em {
        font-size: 11px;
    }

    .st-exhibitor-page .st-exhibitor-event-bar__date strong {
        font-size: 21px;
    }
}

@media (max-width: 960px) {
    .st-visit-access-route {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    .st-visit-access-route h3 {
        grid-row: 1;
    }

    .st-visit-access-route figure:first-of-type {
        grid-row: 2;
    }

    .st-visit-access-route figure:last-of-type {
        grid-row: 3;
    }

    .st-visit-access-route p {
        grid-row: 4;
    }
}

@media (max-width: 640px) {
    .st-visit-access-route {
        row-gap: 20px;
    }

    .st-visit-access-route figcaption {
        margin-bottom: 12px;
        font-size: 15px;
        line-height: 1.5;
    }

    .st-visit-access-route figure:first-of-type img,
    .st-visit-access-route figure:last-of-type img {
        max-width: 100%;
    }
}
