@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 500;
    font-display: block;
    src: url("../fonts/noto-sans-kr-500.woff2") format("woff2");
}

:root {
    --hm-ink: #111318;
    --hm-muted: #646971;
    --hm-line: #d9dadd;
    --hm-paper: #ffffff;
    --hm-warm: #f3f1eb;
    --hm-cool: #edf0f6;
    --hm-accent: #3158d8;
    --hm-accent-dark: #2446b8;
    --hm-dark: #171a20;
    --hm-brand: #063768;
    --hm-navy: #0f172a;
    --hm-heading: #07111f;
    --hm-blue: #2563eb;
    --hm-copy: #405269;
    --hm-subtle: #475569;
    --hm-border: #d7dee8;
    --hm-border-soft: #e2e8f0;
    --hm-input-border: #cbd5e1;
    --hm-surface-blue: #eef4fb;
    --hm-surface-soft: #f8fafc;
    --hm-shell: 1200px;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--hm-ink);
    background: var(--hm-paper);
    font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    word-break: keep-all;
}

body.hm-menu-open {
    overflow: hidden;
}

.hm-site,
.hm-site * {
    box-sizing: border-box;
}

.hm-site {
    min-width: 0;
    overflow: clip;
    color: var(--hm-ink);
    background: var(--hm-paper);
}

.hm-site a {
    color: inherit;
    text-decoration: none;
}

.hm-site p,
.hm-site h1,
.hm-site h2,
.hm-site h3,
.hm-site ul,
.hm-site ol,
.hm-site dl,
.hm-site figure {
    margin-top: 0;
}

.sound_only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.hm-shell {
    width: min(calc(100% - 64px), var(--hm-shell));
    margin-right: auto;
    margin-left: auto;
}

.hm-skip {
    position: fixed;
    z-index: 10000;
    top: 10px;
    left: 10px;
    padding: 12px 18px;
    color: var(--hm-paper);
    background: #000;
    transform: translateY(-160%);
}

.hm-skip:focus {
    transform: translateY(0);
}

/* Top promotion */
.hm-top-promo {
    position: relative;
    height: 96px;
    overflow: hidden;
    color: var(--hm-paper);
    background: var(--hm-brand);
}

.hm-top-promo[hidden] {
    display: none !important;
}

.hm-top-promo__inner {
    display: flex;
    width: min(calc(100% - 64px), 1280px);
    height: 96px;
    min-height: 96px;
    align-items: center;
    justify-content: center;
}

.hm-top-promo__creative {
    display: flex;
    width: min(100%, 768px);
    height: 96px;
    align-items: center;
    justify-content: center;
}

.hm-top-promo__creative picture,
.hm-top-promo__creative img {
    display: block;
    width: 100%;
    height: 100%;
}

.hm-top-promo__creative img {
    object-fit: contain;
    object-position: center;
}

.hm-top-promo__tools {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 56px;
    display: flex;
    align-items: center;
    gap: 14px;
    transform: translateY(-50%);
}

.hm-top-promo__tools button {
    padding: 0;
    border: 0;
    color: #e4e6ec;
    background: transparent;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
}

.hm-top-promo__tools button:hover {
    color: var(--hm-paper);
}

.hm-top-promo__close {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 14px;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
    cursor: pointer;
}

.hm-top-promo__close i {
    position: absolute;
    top: 13px;
    left: 4px;
    width: 20px;
    height: 2px;
    background: var(--hm-paper);
}

.hm-top-promo__close i:first-child {
    transform: rotate(45deg);
}

.hm-top-promo__close i:last-child {
    transform: rotate(-45deg);
}

.hm-top-promo__creative:focus-visible,
.hm-top-promo__tools button:focus-visible,
.hm-top-promo__close:focus-visible {
    outline: 2px solid #aebcff;
    outline-offset: 3px;
}

/* Header */
.hm-header {
    position: relative;
    z-index: 1000;
    background: var(--hm-paper);
}

.hm-header__inner {
    position: relative;
    display: flex;
    width: min(calc(100% - 64px), var(--hm-shell));
    min-height: 125px;
    align-items: center;
    gap: 0;
    padding-right: 0;
    padding-left: 0;
}

.hm-brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    min-width: 198px;
    gap: 8px;
    color: #292c30;
    font-family: "Inter", "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 21px;
    font-weight: 650;
    line-height: 1;
    letter-spacing: -.015em;
}

.hm-brand__mark {
    display: block;
    width: 52px;
    height: 46px;
    flex: 0 0 52px;
    align-self: center;
    object-fit: contain;
}

.hm-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    transform: translateX(-50%);
}

.hm-nav__links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
}

.hm-nav__links a {
    position: relative;
    display: inline-flex;
    min-width: 75px;
    height: 125px;
    align-items: center;
    padding: 0 20px;
    color: #292929;
    font-family: "Noto Sans KR", "Noto Sans Korean", "Malgun Gothic", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1px;
    white-space: nowrap;
}

.hm-nav__links .hm-nav__mobile-account {
    display: none;
}

.hm-nav__links a::after {
    position: absolute;
    right: 12px;
    bottom: 38px;
    left: 12px;
    height: 2px;
    background: var(--hm-ink);
    content: "";
    opacity: 0;
    transform: scaleX(.3);
    transition: opacity .18s ease, transform .18s ease;
}

.hm-nav__links a:hover::after,
.hm-nav__links a:focus-visible::after,
.hm-nav__links a.is-current::after {
    opacity: 1;
    transform: scaleX(1);
}

.hm-nav__links a.is-current {
    color: var(--hm-heading);
}

.hm-header-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-left: auto;
}

.hm-header-actions a {
    display: inline-flex;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 0;
    font-family: "Noto Sans KR", "Noto Sans Korean", "Malgun Gothic", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1px;
    white-space: nowrap;
}

.hm-header-actions__login {
    position: relative;
    color: #292929;
}

.hm-header-actions__login::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: var(--hm-ink);
    content: "";
    opacity: 0;
    transform: scaleX(.3);
    transition: opacity .18s ease, transform .18s ease;
}

.hm-header-actions__login:hover::after,
.hm-header-actions__login:focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
}

.hm-header-actions__contact,
.hm-site a.hm-header-actions__contact {
    box-sizing: border-box;
    height: 42px;
    padding: 0 23px;
    border-color: var(--hm-navy);
    border-radius: 12px;
    color: var(--hm-paper);
    background: var(--hm-navy);
}

.hm-header-actions__contact > span {
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
}

.hm-header-actions__contact:hover {
    background: #020617;
}

.hm-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.2;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.hm-button:focus-visible,
.hm-site a:focus-visible,
.hm-menu-button:focus-visible {
    outline: 3px solid rgba(49, 88, 216, .25);
    outline-offset: 3px;
}

.hm-button--quiet,
.hm-button--outline {
    border-color: #bfc2c8;
    background: var(--hm-paper);
}

.hm-button--quiet:hover,
.hm-button--outline:hover {
    border-color: var(--hm-ink);
}

.hm-button--dark,
.hm-button--primary {
    color: var(--hm-paper);
    background: var(--hm-ink);
}

.hm-button--dark:hover,
.hm-button--primary:hover {
    background: var(--hm-accent);
}

.hm-button--light {
    color: var(--hm-ink);
    background: var(--hm-paper);
}

.hm-button--light:hover {
    background: var(--hm-warm);
}

.hm-button--large {
    min-height: 54px;
    padding: 0 24px;
    font-size: 15px;
}

.hm-menu-button {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--hm-line);
    border-radius: 0;
    background: var(--hm-paper);
    cursor: pointer;
}

.hm-menu-button__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.hm-menu-button__icon {
    display: flex;
    width: 20px;
    flex-direction: column;
    gap: 4px;
}

.hm-menu-button__icon i {
    display: block;
    height: 2px;
    background: var(--hm-ink);
    transition: .18s ease;
}

.hm-menu-button[aria-expanded="true"] .hm-menu-button__icon i:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.hm-menu-button[aria-expanded="true"] .hm-menu-button__icon i:nth-child(2) {
    opacity: 0;
}

.hm-menu-button[aria-expanded="true"] .hm-menu-button__icon i:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* Shared type */
.hm-kicker {
    margin-bottom: 20px;
    color: var(--hm-accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -.01em;
}

.hm-section-title {
    max-width: 820px;
    margin-bottom: 66px;
}

.hm-section-title--small {
    max-width: 620px;
}

.hm-section-title h2,
.hm-route__heading h2,
.hm-wholesale__heading h2,
.hm-demo__copy h2,
.hm-contact h2 {
    margin-bottom: 0;
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 820;
    line-height: 1.2;
    letter-spacing: -.06em;
}

.hm-section-title > p:last-child,
.hm-wholesale__heading > p:last-child,
.hm-demo__copy > p,
.hm-route__heading > p:last-child {
    max-width: 680px;
    margin-top: 24px;
    margin-bottom: 0;
    color: var(--hm-muted);
    font-size: 17px;
    line-height: 1.85;
}

.hm-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 3px;
    border-bottom: 1px solid currentColor;
    font-size: 14px;
    font-weight: 800;
}

.hm-text-link span {
    font-size: 18px;
    font-weight: 400;
}

/* Hero */
.hm-hero {
    padding: 88px 0 94px;
    background: var(--hm-warm);
}

.hm-hero__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 64px;
}

.hm-hero h1 {
    margin-bottom: 28px;
    font-size: clamp(48px, 4.1vw, 60px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -.07em;
}

.hm-hero__description {
    max-width: 610px;
    margin-bottom: 34px;
    color: #4e535c;
    font-size: 17px;
    line-height: 1.85;
    letter-spacing: -.02em;
}

.hm-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    margin-bottom: 48px;
}

.hm-hero__actions .hm-text-link {
    margin-left: 8px;
}

.hm-hero__scope {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 0;
    border-top: 1px solid #c9c7c1;
}

.hm-hero__scope > div {
    padding: 18px 16px 0 0;
}

.hm-hero__scope dt {
    margin-bottom: 5px;
    color: #777b82;
    font-size: 11px;
    font-weight: 800;
}

.hm-hero__scope dd {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}

/* Hero operation flow */
.hm-hero-flow {
    position: relative;
    width: min(100%, 560px);
    margin: 0 0 22px auto;
    padding: 26px 28px 28px;
    border: 1px solid #d0d3d8;
    background: var(--hm-paper);
    box-shadow: 22px 24px 0 rgba(27, 31, 39, .07);
}

.hm-hero-flow__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.hm-hero-flow__head strong {
    color: #1d2d43;
    font-size: 13px;
    font-weight: 800;
}

.hm-hero-flow__head span {
    padding: 5px 9px;
    color: #3158d8;
    background: #eef2ff;
    font-size: 11px;
    font-weight: 800;
}

.hm-hero-flow__channels {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.hm-hero-flow__channel {
    display: flex;
    min-width: 0;
    height: 72px;
    align-items: center;
    gap: 10px;
    padding: 11px 10px;
    border: 1px solid #e0e2e5;
    background: #f8f8f6;
}

.hm-hero-flow__channel-mark {
    display: inline-flex;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    color: var(--hm-paper);
    background: #173251;
    font-size: 15px;
    font-weight: 850;
    line-height: 1;
}

.hm-hero-flow__channel-mark svg,
.hm-hero-flow__hub-mark svg {
    display: block;
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: square;
    stroke-linejoin: miter;
    stroke-width: 1.8;
}

.hm-hero-flow__channel--smartstore .hm-hero-flow__channel-mark {
    background: #19b85a;
}

.hm-hero-flow__channel--coupang .hm-hero-flow__channel-mark {
    background: #e64c3d;
}

.hm-hero-flow__channel > span:last-child,
.hm-hero-flow__hub-title > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.hm-hero-flow__channel small {
    overflow: hidden;
    color: #6b7078;
    font-size: 10px;
    font-weight: 650;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hm-hero-flow__channel strong {
    overflow: hidden;
    color: #20242b;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hm-hero-flow__exchange {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    min-height: 78px;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hm-hero-flow__exchange::before,
.hm-hero-flow__exchange::after {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ccd2d9;
    content: "";
}

.hm-hero-flow__exchange::before {
    left: 42%;
}

.hm-hero-flow__exchange::after {
    right: 42%;
}

.hm-hero-flow__exchange-item {
    position: relative;
    z-index: 1;
    display: inline-flex;
    height: 30px;
    align-items: center;
    gap: 5px;
    padding: 0 9px;
    border: 1px solid #dce0e5;
    color: #424852;
    background: var(--hm-paper);
    font-size: 11px;
    font-weight: 750;
    line-height: 1;
}

.hm-hero-flow__exchange-item b {
    color: #3158d8;
    font-size: 15px;
    line-height: 1;
}

.hm-hero-flow__exchange-item--order b {
    color: #17884a;
}

.hm-hero-flow__hub {
    padding: 20px;
    color: var(--hm-paper);
    background: #132b48;
}

.hm-hero-flow__hub-title {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 17px;
}

.hm-hero-flow__hub-mark {
    display: inline-flex;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    color: #132b48;
    background: var(--hm-paper);
}

.hm-hero-flow__hub-title small {
    color: #b8c7da;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .08em;
    line-height: 1.3;
}

.hm-hero-flow__hub-title strong {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
}

.hm-hero-flow__hub-tasks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.hm-hero-flow__hub-tasks > div {
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .07);
}

.hm-hero-flow__hub-tasks small,
.hm-hero-flow__hub-tasks strong {
    display: block;
}

.hm-hero-flow__hub-tasks small {
    margin-bottom: 2px;
    color: #b8c7da;
    font-size: 10px;
    font-weight: 650;
}

.hm-hero-flow__hub-tasks strong {
    font-size: 13px;
    font-weight: 750;
}

.hm-hero-flow__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0;
    margin: 18px 0 0;
    border-top: 1px solid #d9dce1;
    border-bottom: 1px solid #d9dce1;
    list-style: none;
}

.hm-hero-flow__steps li {
    position: relative;
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 7px;
    padding: 13px 8px;
}

.hm-hero-flow__steps li:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -4px;
    color: #91969e;
    content: "→";
    font-size: 13px;
    transform: translateY(-50%);
}

.hm-hero-flow__steps span {
    color: #3158d8;
    font-size: 9px;
    font-weight: 850;
}

.hm-hero-flow__steps strong {
    overflow: hidden;
    font-size: 12px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Real product screen */
.hm-screen {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    border: 1px solid #cfd2d7;
    background: var(--hm-paper);
}

.hm-screen__top {
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border-bottom: 1px solid #dfe1e5;
    color: #555b64;
    background: var(--hm-paper);
    font-size: 11px;
    font-weight: 750;
}

.hm-screen img {
    display: block;
    width: 100%;
    height: auto;
}

.hm-screen figcaption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    border-top: 1px solid #dfe1e5;
    background: var(--hm-paper);
    font-size: 12px;
}

.hm-screen figcaption span {
    color: #747982;
}

/* Pain points */
.hm-friction {
    padding: 120px 0;
}

.hm-friction__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 110px;
}

.hm-friction .hm-section-title {
    margin-bottom: 0;
}

.hm-friction .hm-section-title h2 {
    font-size: clamp(34px, 3.6vw, 50px);
}

.hm-friction__list {
    padding: 0;
    margin-bottom: 0;
    border-top: 2px solid var(--hm-ink);
    list-style: none;
}

.hm-friction__list li {
    display: grid;
    grid-template-columns: 54px 1fr;
    align-items: start;
    padding: 24px 0;
    border-bottom: 1px solid var(--hm-line);
}

.hm-friction__list span {
    color: var(--hm-accent);
    font-size: 12px;
    font-weight: 850;
}

.hm-friction__list p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 650;
    letter-spacing: -.025em;
}

/* Operational route */
.hm-route {
    padding: 116px 0 0;
    color: var(--hm-paper);
    background: var(--hm-dark);
}

.hm-route .hm-kicker {
    color: #8fa7ff;
}

.hm-route__heading {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: end;
    gap: 100px;
    margin-bottom: 72px;
}

.hm-route__heading > p:last-child {
    color: #b4b7bd;
}

.hm-route__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
    margin-bottom: 0;
    border-top: 1px solid #555961;
    list-style: none;
}

.hm-route__steps li {
    min-height: 260px;
    padding: 32px 28px 44px;
    border-right: 1px solid #41454d;
}

.hm-route__steps li:first-child {
    padding-left: 0;
}

.hm-route__steps li:last-child {
    border-right: 0;
}

.hm-route__steps span {
    display: block;
    margin-bottom: 58px;
    color: #8fa7ff;
    font-size: 13px;
    font-weight: 800;
}

.hm-route__steps strong {
    display: block;
    margin-bottom: 13px;
    font-size: 21px;
    letter-spacing: -.035em;
}

.hm-route__steps p {
    margin-bottom: 0;
    color: #aeb2ba;
    font-size: 14px;
    line-height: 1.75;
}

/* Screenshot feature chapters */
.hm-operations {
    padding: 132px 0;
}

.hm-operation {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    align-items: center;
    gap: 74px;
    padding: 88px 0;
    border-top: 1px solid var(--hm-line);
}

.hm-operation:last-child {
    padding-bottom: 0;
}

.hm-operation--reverse {
    grid-template-columns: 1.28fr .72fr;
}

.hm-operation--reverse .hm-operation__copy {
    grid-column: 2;
    grid-row: 1;
}

.hm-operation--reverse .hm-screen {
    grid-column: 1;
    grid-row: 1;
}

.hm-operation__number {
    margin-bottom: 26px;
    color: var(--hm-accent);
    font-size: 12px;
    font-weight: 850;
}

.hm-operation__copy h3 {
    margin-bottom: 24px;
    font-size: clamp(32px, 3.2vw, 48px);
    font-weight: 820;
    line-height: 1.23;
    letter-spacing: -.055em;
}

.hm-operation__copy > p:not(.hm-operation__number) {
    margin-bottom: 28px;
    color: var(--hm-muted);
    font-size: 16px;
    line-height: 1.8;
}

.hm-operation__copy ul {
    padding: 0;
    margin-bottom: 32px;
    border-top: 1px solid var(--hm-line);
    list-style: none;
}

.hm-operation__copy li {
    padding: 12px 0;
    border-bottom: 1px solid var(--hm-line);
    color: #3f444c;
    font-size: 14px;
}

.hm-operation .hm-screen {
    box-shadow: 18px 18px 0 var(--hm-cool);
}

/* Wholesale */
.hm-wholesale {
    padding: 128px 0;
    background: var(--hm-cool);
}

.hm-wholesale__heading {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: end;
    gap: 100px;
    margin-bottom: 80px;
}

.hm-wholesale__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 0;
    border-top: 2px solid var(--hm-ink);
}

.hm-wholesale__list > div {
    min-height: 220px;
    padding: 30px 28px 0;
    border-right: 1px solid #c8ccd5;
}

.hm-wholesale__list > div:first-child {
    padding-left: 0;
}

.hm-wholesale__list > div:last-child {
    border-right: 0;
}

.hm-wholesale__list dt {
    margin-bottom: 38px;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -.035em;
}

.hm-wholesale__list dd {
    margin: 0;
    color: #5f6570;
    font-size: 14px;
    line-height: 1.75;
}

/* Sales channels */
.hm-markets {
    padding: 126px 0;
}

.hm-markets__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 100px;
}

.hm-markets .hm-section-title {
    margin-bottom: 0;
}

.hm-market-list {
    border-top: 2px solid var(--hm-ink);
}

.hm-market-list > div {
    display: grid;
    grid-template-columns: 58px 1fr auto;
    min-height: 102px;
    align-items: center;
    border-bottom: 1px solid var(--hm-line);
}

.hm-market-list span {
    color: var(--hm-accent);
    font-size: 12px;
    font-weight: 850;
}

.hm-market-list strong {
    font-size: 22px;
    letter-spacing: -.04em;
}

.hm-market-list small {
    color: #8b8f96;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

/* Demo */
.hm-demo {
    padding: 120px 0 0;
    overflow: hidden;
    background: var(--hm-warm);
}

.hm-demo__grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    align-items: center;
    gap: 120px;
}

.hm-demo__device {
    display: flex;
    height: 690px;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}

.hm-phone {
    width: 330px;
    padding: 14px 12px 0;
    border: 8px solid var(--hm-ink);
    border-bottom: 0;
    border-radius: 42px 42px 0 0;
    background: var(--hm-paper);
    box-shadow: 28px 30px 0 rgba(22, 25, 31, .08);
}

.hm-phone__bar {
    width: 72px;
    height: 5px;
    margin: 0 auto 12px;
    border-radius: 8px;
    background: var(--hm-ink);
}

.hm-phone img {
    display: block;
    width: 100%;
    height: auto;
}

.hm-demo__copy {
    padding-bottom: 92px;
}

.hm-demo__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 42px;
    border-top: 2px solid var(--hm-ink);
}

.hm-demo__links a {
    position: relative;
    min-height: 160px;
    padding: 26px 24px;
    border-right: 1px solid #c9c7c1;
    border-bottom: 1px solid #c9c7c1;
}

.hm-demo__links a:last-child {
    border-right: 0;
}

.hm-demo__links a:hover {
    color: var(--hm-accent);
}

.hm-demo__links span,
.hm-demo__links strong {
    display: block;
}

.hm-demo__links span {
    margin-bottom: 18px;
    color: #70747b;
    font-size: 12px;
}

.hm-demo__links strong {
    font-size: 21px;
    letter-spacing: -.035em;
}

.hm-demo__links b {
    position: absolute;
    right: 22px;
    bottom: 20px;
    font-size: 22px;
    font-weight: 400;
}

/* Introduction */
.hm-introduction {
    padding: 128px 0;
}

.hm-introduction__steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    margin-bottom: 0;
    border-top: 2px solid var(--hm-ink);
    list-style: none;
}

.hm-introduction__steps li {
    min-height: 220px;
    padding: 30px 32px 0;
    border-right: 1px solid var(--hm-line);
}

.hm-introduction__steps li:first-child {
    padding-left: 0;
}

.hm-introduction__steps li:last-child {
    border-right: 0;
}

.hm-introduction__steps span {
    display: block;
    margin-bottom: 52px;
    color: var(--hm-accent);
    font-size: 12px;
    font-weight: 850;
}

.hm-introduction__steps strong {
    display: block;
    margin-bottom: 12px;
    font-size: 19px;
}

.hm-introduction__steps p {
    margin-bottom: 0;
    color: var(--hm-muted);
    font-size: 14px;
}

/* Closing */
.hm-contact {
    padding: 94px 0;
    color: var(--hm-paper);
    background: var(--hm-accent);
}

.hm-contact__inner {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    align-items: end;
    gap: 90px;
}

.hm-contact .hm-kicker {
    color: #dce4ff;
}

.hm-contact h2 {
    font-size: clamp(36px, 4vw, 54px);
}

.hm-contact__action p {
    margin-bottom: 24px;
    color: #e2e7ff;
    font-size: 15px;
}

/* Footer */
.hm-footer {
    color: #252830;
    background: var(--hm-paper);
}

.hm-footer__directory {
    padding: 58px 0 62px;
    background: #f4f5f7;
}

.hm-footer__directory-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 54px;
}

.hm-footer__navigation {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 28px;
}

.hm-footer__mobile-navigation {
    display: none;
}

.hm-footer__menu {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.hm-footer__menu strong,
.hm-footer__consult > strong {
    display: block;
    margin-bottom: 12px;
    color: #333;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: normal;
}

.hm-footer__menu a {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
}

.hm-footer__menu a span {
    color: #8b9099;
    font-size: 11px;
}

.hm-footer__menu a:hover,
.hm-footer__policy a:hover,
.hm-footer__sites a:hover {
    color: var(--hm-accent);
}

.hm-footer__consult {
    padding-left: 28px;
    border-left: 1px solid #dcdfe4;
}

.hm-footer__consult p {
    margin-bottom: 20px;
    color: #555b64;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

.hm-footer__consult a {
    display: flex;
    height: 42px;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border: 1px solid #222630;
    color: var(--hm-paper);
    background: #222630;
    font-size: 14px;
    font-weight: 600;
}

.hm-footer__consult a:hover {
    background: var(--hm-accent);
    border-color: var(--hm-accent);
}

.hm-footer__company {
    padding: 40px 0 60px;
    border-top: 1px solid #ddd;
}

.hm-footer__company-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 56px;
}

.hm-footer__policy {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.hm-footer__policy a {
    color: #111;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.hm-footer__policy .hm-footer__policy-primary {
    color: var(--hm-brand);
}

.hm-footer__sites {
    position: relative;
    width: 240px;
    flex: 0 0 240px;
}

.hm-footer__sites summary {
    display: flex;
    height: 32px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #777;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    list-style: none;
}

.hm-footer__sites summary::-webkit-details-marker {
    display: none;
}

.hm-footer__sites summary > span {
    width: 0;
    height: 0;
    margin-right: 4px;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #333;
    border-left: 4px solid transparent;
    transition: transform .18s ease;
}

.hm-footer__sites[open] summary > span {
    transform: rotate(180deg);
}

.hm-footer__sites > div {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: calc(100% + 8px);
    width: 100%;
    padding: 8px;
    border: 1px solid #cfd4da;
    border-radius: 8px;
    background: var(--hm-paper);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .12);
}

.hm-footer__sites > div a {
    display: flex;
    height: 38px;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    color: #333;
    font-size: 14px;
    line-height: 1;
}

.hm-footer__sites > div a + a {
    border-top: 1px solid #eceff3;
}

.hm-footer__sites > div a span {
    color: #7b8490;
    font-size: 11px;
}

.hm-footer__company-info {
    margin-top: 30px;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
}

.hm-footer__company-info p {
    margin: 0;
}

.hm-footer__company-info strong {
    font-weight: 600;
}

.hm-footer__company-info p:first-child span {
    padding-left: 12px;
    margin-left: 12px;
    border-left: 1px solid #d6d9de;
}

.hm-footer__business {
    display: flex;
    gap: 6px 18px;
    flex-wrap: wrap;
    max-width: 980px;
    margin-top: 16px;
    color: #5f6670;
    font-size: 13px;
    line-height: 1.7;
}

.hm-footer__business span {
    white-space: normal;
}

.hm-footer__business strong {
    margin-right: 4px;
    color: #383e46;
    font-weight: 600;
}

.hm-footer__copyright {
    margin: 22px 0 0;
    color: #777d86;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.5;
}

/* Gnuboard subpages */
.hm-subpage {
    min-height: 620px;
    padding: 68px 0 100px;
}

.hm-subpage--notice {
    padding-bottom: 140px;
}

.hm-subpage__title {
    padding-bottom: 22px;
    margin-bottom: 38px;
    border-bottom: 2px solid var(--hm-ink);
    font-size: clamp(30px, 4vw, 44px);
    letter-spacing: -.045em;
}

.hm-subpage__inner > #container,
.hm-subpage__inner > form,
.hm-subpage__inner > section {
    width: 100%;
}

#hd_login_msg {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1220px) {
    .hm-footer__directory-grid {
        gap: 34px;
    }

    .hm-footer__navigation {
        gap: 18px;
    }

    .hm-header__inner {
        width: min(calc(100% - 64px), var(--hm-shell));
    }

    .hm-nav {
        margin-left: 0;
    }

    .hm-nav__links {
        gap: 0;
    }

    .hm-nav__links a {
        font-size: 16px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .hm-header-actions a {
        font-size: 16px;
    }

    .hm-header-actions {
        gap: 16px;
        margin-left: auto;
    }

    .hm-hero__grid {
        gap: 46px;
    }
}

@media (max-width: 1040px) {
    .hm-shell {
        width: min(calc(100% - 48px), var(--hm-shell));
    }

    .hm-top-promo__inner {
        width: 100%;
        height: 96px;
        min-height: 96px;
    }

    .hm-top-promo__tools {
        right: 42px;
    }

    .hm-top-promo__close {
        top: 50%;
        right: 10px;
    }

    .hm-footer__directory-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .hm-footer__navigation {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 36px;
    }

    .hm-footer__consult {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
        gap: 4px 30px;
        padding: 26px 0 0;
        border-top: 1px solid #dcdfe4;
        border-left: 0;
    }

    .hm-footer__consult > strong,
    .hm-footer__consult p {
        grid-column: 1;
    }

    .hm-footer__consult > strong {
        margin-bottom: 0;
    }

    .hm-footer__consult p {
        margin-bottom: 0;
    }

    .hm-footer__consult a {
        width: 180px;
        grid-column: 2;
        grid-row: 1 / span 2;
    }

    .hm-header__inner {
        display: grid;
        width: 100%;
        min-height: 64px;
        grid-template-columns: 34px minmax(0, 1fr) auto;
        gap: 10px;
        padding-right: 18px;
        padding-left: 18px;
    }

    .hm-menu-button {
        display: inline-flex;
        width: 24px;
        height: 24px;
        grid-column: 1;
        grid-row: 1;
        padding: 0;
        border: 0;
    }

    .hm-header .hm-brand {
        min-width: 0;
        gap: 7px;
        grid-column: 2;
        grid-row: 1;
        overflow: hidden;
        font-size: 17px;
        letter-spacing: -.02em;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hm-header .hm-brand__mark {
        width: 39px;
        height: 35px;
        flex-basis: 39px;
    }

    .hm-header-actions {
        grid-column: 3;
        grid-row: 1;
        gap: 0;
        margin: 0;
    }

    .hm-header-actions .hm-header-actions__login {
        display: none;
    }

    .hm-site .hm-header-actions a.hm-header-actions__contact {
        display: inline-flex;
        height: 36px;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
        border-radius: 12px;
        font-size: 14px;
        line-height: 1;
        text-align: center;
    }

    .hm-nav {
        position: absolute;
        top: 64px;
        right: 0;
        bottom: auto;
        left: 0;
        display: none;
        width: auto;
        max-height: calc(100vh - 64px);
        margin-left: 0;
        padding: 22px 24px 26px;
        overflow-y: auto;
        border-top: 1px solid var(--hm-line);
        border-bottom: 1px solid var(--hm-line);
        background: var(--hm-paper);
        box-shadow: 0 18px 28px rgba(16, 19, 24, .1);
        transform: none;
    }

    .hm-nav.is-open {
        display: block;
    }

    .hm-nav__links {
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        margin: 0;
    }

    .hm-nav__links a {
        min-width: 0;
        height: auto;
        padding: 14px 2px;
        border-bottom: 1px solid #e8e9eb;
        font-size: 16px;
    }

    .hm-nav__links .hm-nav__mobile-account {
        display: inline-flex;
    }

    .hm-nav__links a::after {
        display: none;
    }

    .hm-hero__grid,
    .hm-friction__grid,
    .hm-markets__grid {
        grid-template-columns: 1fr;
    }

    .hm-hero__content {
        max-width: 780px;
    }

    .hm-hero__grid {
        gap: 60px;
    }

    .hm-hero-flow {
        width: min(100%, 680px);
        margin-right: 0;
        margin-left: 0;
    }

    .hm-friction__grid,
    .hm-markets__grid {
        gap: 54px;
    }

    .hm-route__heading,
    .hm-wholesale__heading {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hm-route__heading > p:last-child,
    .hm-wholesale__heading > p:last-child {
        max-width: 700px;
    }

    .hm-operation,
    .hm-operation--reverse {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .hm-operation--reverse .hm-operation__copy,
    .hm-operation--reverse .hm-screen {
        grid-column: auto;
        grid-row: auto;
    }

    .hm-operation--reverse .hm-operation__copy {
        order: 1;
    }

    .hm-operation--reverse .hm-screen {
        order: 2;
    }

    .hm-operation__copy {
        max-width: 680px;
    }

    .hm-wholesale__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .hm-wholesale__list > div:nth-child(2) {
        border-right: 0;
    }

    .hm-wholesale__list > div:nth-child(n+3) {
        border-top: 1px solid #c8ccd5;
    }

    .hm-wholesale__list > div:nth-child(3) {
        padding-left: 0;
    }

    .hm-demo__grid {
        gap: 70px;
    }

    .hm-contact__inner {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .hm-contact__action {
        max-width: 520px;
    }
}

@media (max-width: 768px) {
    .hm-shell {
        width: min(calc(100% - 32px), var(--hm-shell));
    }

    .hm-header .hm-header__inner {
        width: 100%;
        min-height: 64px;
        grid-template-columns: 36px minmax(0, 1fr) auto;
        gap: 9px;
        margin-right: 0;
        margin-left: 0;
        padding-right: 14px;
        padding-left: 14px;
    }

    .hm-menu-button {
        width: 36px;
        height: 36px;
    }

    .hm-header .hm-brand {
        gap: 6px;
        font-size: 16px;
    }

    .hm-header .hm-brand__mark {
        width: 36px;
        height: 32px;
        flex-basis: 36px;
    }

    .hm-site .hm-header-actions a.hm-header-actions__contact {
        width: 80px;
        height: 40px;
        padding-right: 0;
        padding-left: 0;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0;
    }

    .hm-header-actions__contact > span {
        transform: translateY(-1px);
    }

    .hm-top-promo {
        height: 88px;
    }

    .hm-top-promo .hm-top-promo__inner {
        width: 100%;
        height: 88px;
        min-height: 88px;
    }

    .hm-top-promo__creative {
        height: 88px;
    }

    .hm-top-promo__creative img {
        height: 96px;
        transform: translateY(-4px);
    }

    .hm-top-promo__tools {
        display: none;
    }

    .hm-top-promo__close {
        top: 50%;
        right: 14px;
        width: 24px;
        height: 24px;
    }

    .hm-top-promo__close i {
        top: 11px;
        left: 3px;
        width: 18px;
    }

    .hm-hero {
        padding: 60px 0 70px;
    }

    .hm-hero__grid {
        gap: 48px;
    }

    .hm-kicker {
        margin-bottom: 15px;
        font-size: 12px;
    }

    .hm-hero h1 {
        margin-bottom: 23px;
        font-size: clamp(34px, 9.2vw, 44px);
        line-height: 1.12;
    }

    .hm-hero__description {
        font-size: 15px;
        line-height: 1.75;
    }

    .hm-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 38px;
    }

    .hm-hero__actions .hm-text-link {
        width: max-content;
        margin-top: 8px;
        margin-left: 0;
    }

    .hm-hero__scope {
        grid-template-columns: 1fr;
    }

    .hm-hero__scope > div {
        display: grid;
        grid-template-columns: 58px 1fr;
        padding: 11px 0;
        border-bottom: 1px solid #d2d0ca;
    }

    .hm-hero__scope dt {
        margin-bottom: 0;
    }

    .hm-hero-flow {
        margin-bottom: 10px;
        padding: 18px 16px 20px;
        box-shadow: 8px 10px 0 rgba(27, 31, 39, .07);
    }

    .hm-hero-flow__head {
        margin-bottom: 16px;
    }

    .hm-hero-flow__channels {
        gap: 6px;
    }

    .hm-hero-flow__channel {
        height: 66px;
        gap: 7px;
        padding: 9px 7px;
    }

    .hm-hero-flow__channel-mark {
        width: 27px;
        height: 27px;
        flex-basis: 27px;
        font-size: 13px;
    }

    .hm-hero-flow__channel-mark svg {
        width: 17px;
        height: 17px;
    }

    .hm-hero-flow__exchange {
        min-height: 70px;
        gap: 6px;
    }

    .hm-hero-flow__exchange-item {
        padding: 0 7px;
        font-size: 10px;
    }

    .hm-hero-flow__hub {
        padding: 17px;
    }

    .hm-hero-flow__steps li {
        justify-content: center;
        gap: 5px;
        padding-right: 4px;
        padding-left: 4px;
    }

    .hm-screen figcaption {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .hm-friction,
    .hm-markets {
        padding: 88px 0;
    }

    .hm-section-title,
    .hm-section-title--small {
        margin-bottom: 44px;
    }

    .hm-section-title h2,
    .hm-route__heading h2,
    .hm-wholesale__heading h2,
    .hm-demo__copy h2,
    .hm-contact h2 {
        font-size: clamp(33px, 9vw, 43px);
    }

    .hm-section-title > p:last-child,
    .hm-wholesale__heading > p:last-child,
    .hm-demo__copy > p,
    .hm-route__heading > p:last-child {
        margin-top: 18px;
        font-size: 15px;
    }

    .hm-friction .hm-section-title h2 {
        font-size: clamp(31px, 8.5vw, 41px);
    }

    .hm-friction__list li {
        grid-template-columns: 42px 1fr;
        padding: 19px 0;
    }

    .hm-friction__list p {
        font-size: 16px;
    }

    .hm-route {
        padding-top: 86px;
    }

    .hm-route__heading {
        margin-bottom: 46px;
    }

    .hm-route__steps {
        grid-template-columns: 1fr;
    }

    .hm-route__steps li,
    .hm-route__steps li:first-child {
        display: grid;
        min-height: 0;
        grid-template-columns: 34px 118px 1fr;
        gap: 12px;
        padding: 24px 0;
        border-right: 0;
        border-bottom: 1px solid #41454d;
    }

    .hm-route__steps li:last-child {
        border-bottom: 0;
    }

    .hm-route__steps span,
    .hm-route__steps strong,
    .hm-route__steps p {
        margin: 0;
    }

    .hm-route__steps strong {
        font-size: 17px;
    }

    .hm-operations {
        padding: 92px 0;
    }

    .hm-operation {
        gap: 34px;
        padding: 64px 0;
    }

    .hm-operation__copy h3 {
        font-size: clamp(30px, 8vw, 40px);
    }

    .hm-operation .hm-screen {
        margin-right: -8px;
        box-shadow: 8px 10px 0 var(--hm-cool);
    }

    .hm-operation .hm-screen img {
        width: 130%;
        max-width: none;
    }

    .hm-wholesale {
        padding: 90px 0;
    }

    .hm-wholesale__heading {
        margin-bottom: 54px;
    }

    .hm-wholesale__list {
        grid-template-columns: 1fr;
    }

    .hm-wholesale__list > div,
    .hm-wholesale__list > div:first-child,
    .hm-wholesale__list > div:nth-child(3) {
        min-height: 0;
        padding: 24px 0;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid #c8ccd5;
    }

    .hm-wholesale__list dt {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .hm-market-list > div {
        grid-template-columns: 42px 1fr auto;
        min-height: 86px;
    }

    .hm-market-list strong {
        font-size: 19px;
    }

    .hm-demo {
        padding-top: 86px;
    }

    .hm-demo__grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .hm-demo__copy {
        order: 1;
        padding-bottom: 0;
    }

    .hm-demo__device {
        height: 560px;
        order: 2;
    }

    .hm-phone {
        width: min(310px, 86vw);
    }

    .hm-demo__links {
        grid-template-columns: 1fr;
    }

    .hm-demo__links a {
        min-height: 118px;
        border-right: 0;
    }

    .hm-introduction {
        padding: 92px 0;
    }

    .hm-introduction__steps {
        grid-template-columns: 1fr;
    }

    .hm-introduction__steps li,
    .hm-introduction__steps li:first-child {
        min-height: 0;
        padding: 24px 0;
        border-right: 0;
        border-bottom: 1px solid var(--hm-line);
    }

    .hm-introduction__steps span {
        margin-bottom: 18px;
    }

    .hm-contact {
        padding: 74px 0;
    }

    .hm-footer__directory {
        padding: 18px 0;
    }

    .hm-footer__navigation {
        display: none;
    }

    .hm-footer__mobile-navigation {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-top: 1px solid #dfe3e8;
        border-bottom: 1px solid #dfe3e8;
    }

    .hm-footer__mobile-navigation a {
        display: flex;
        min-width: 0;
        height: 52px;
        align-items: center;
        justify-content: space-between;
        padding: 0 14px;
        color: #222a35;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
    }

    .hm-footer__mobile-navigation a:nth-child(even) {
        border-left: 1px solid #dfe3e8;
    }

    .hm-footer__mobile-navigation a:nth-child(n + 3) {
        border-top: 1px solid #dfe3e8;
    }

    .hm-footer__mobile-navigation span {
        color: #7d8794;
        font-size: 14px;
        font-weight: 400;
    }

    .hm-footer__consult {
        display: none;
    }

    .hm-footer__company {
        padding: 28px 0 calc(48px + env(safe-area-inset-bottom));
    }

    .hm-footer__company > .hm-shell {
        display: block;
    }

    .hm-footer__company-top {
        display: block;
    }

    .hm-footer__policy {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 20px;
    }

    .hm-footer__policy a {
        padding: 0;
        font-size: 14.5px;
        font-weight: 500;
        line-height: 1.5;
    }

    .hm-footer__sites {
        width: 100%;
        margin-top: 24px;
    }

    .hm-footer__sites summary {
        height: 42px;
        font-size: 14.5px;
    }

    .hm-footer__sites > div {
        position: static;
        margin-top: 8px;
        box-shadow: none;
    }

    .hm-footer__company-info {
        margin-top: 26px;
        color: #596574;
        font-size: 14.5px;
        line-height: 1.65;
    }

    .hm-footer__company-info p:first-child span {
        display: block;
        padding-left: 0;
        margin-top: 2px;
        margin-left: 0;
        border-left: 0;
    }

    .hm-footer__business {
        display: grid;
        gap: 2px;
        margin-top: 14px;
        font-size: 12.5px;
    }

    .hm-footer__copyright {
        margin-top: 20px;
        font-size: 13.5px;
        line-height: 1.6;
    }

    .hm-subpage {
        padding: 48px 0 72px;
    }

    .hm-subpage--notice {
        padding-bottom: 100px;
    }
}

@media (max-width: 460px) {
    .hm-market-list > div {
        grid-template-columns: 36px 1fr;
    }

    .hm-market-list small {
        display: none;
    }

    .hm-route__steps li,
    .hm-route__steps li:first-child {
        grid-template-columns: 28px 1fr;
    }

    .hm-route__steps p {
        grid-column: 2;
    }
}

@media (max-width: 360px) {
    .hm-header .hm-header__inner {
        width: 100%;
        grid-template-columns: 34px minmax(0, 1fr) auto;
        margin-right: 0;
        margin-left: 0;
        gap: 7px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .hm-menu-button {
        width: 34px;
        height: 34px;
    }

    .hm-header .hm-brand {
        gap: 6px;
        font-size: 15px;
    }

    .hm-header .hm-brand__mark {
        width: 34px;
        height: 30px;
        flex-basis: 34px;
    }

    .hm-site .hm-header-actions a.hm-header-actions__contact {
        width: 72px;
        height: 38px;
        padding-right: 0;
        padding-left: 0;
        font-size: 14px;
    }

    .hm-hero-flow {
        padding-right: 12px;
        padding-left: 12px;
    }

    .hm-hero-flow__channel {
        height: 82px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 4px;
        padding: 7px 4px;
        text-align: center;
    }

    .hm-hero-flow__channel > span:last-child {
        width: 100%;
        align-items: center;
    }

    .hm-hero-flow__channel small {
        font-size: 9px;
    }

    .hm-hero-flow__channel strong {
        font-size: 11px;
    }

    .hm-hero-flow__exchange-item {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 9px;
    }

    .hm-hero-flow__hub-tasks strong,
    .hm-hero-flow__steps strong {
        font-size: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .hm-site *,
    .hm-site *::before,
    .hm-site *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
