@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2');
    font-weight: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2');
    font-weight: 500;
}

:root {
    /*ui-scale-factor*/
    --rpx-75: clamp(0.75px, calc(0.026vw + 0.500px), 1px);
    --rpx-67: clamp(0.667px, calc(0.035vw + 0.334px), 1px);
    --rpx-50: clamp(.5px, 0.052vw, 1px);
    /*
    * 1px at 1920
    * 0.667px at 960
    */
    --rpx: var(--rpx-67);
    --wrapper-width: clamp(900px, calc(72.9167vw + 200px), 1600px);
    --wrapper-margin: calc((100vw - var(--wrapper-width)) / 2);

    --serif-font: "Times New Roman", serif;
    --sans-serif-font: Poppins, OpenSans, Arial, sans-serif;

    font-family: var(--sans-serif-font), serif;

    --theme-crimson: #BE1D23;
    --theme-red: #DA0A13;
    --theme-text-black: rgba(0, 0, 0);

    --header-height-min: calc(80 * var(--rpx));
    --header-height-max: calc(120 * var(--rpx));
    --breadcrumbs-height: calc(50 * var(--rpx));

    --header-height: var(--header-height-max);
    --page-padding-top: calc(var(--header-height-max) + var(--breadcrumbs-height));

    --inner-nav-max: calc(80 * var(--rpx));
    --inner-nav-min: calc(60 * var(--rpx));

    --no-header-100vh: calc(100vh - var(--header-height-max));
}

* {
    box-sizing: border-box;
    /*transition-timing-function: cubic-bezier(0.15, 1, 0.336, 1) !important;*/
    transition-timing-function: cubic-bezier(0.15, 1, 0.336, 1);
    font-family: inherit;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}


p {
    margin-top: 0;
    margin-bottom: 0;
}

.desc p + p {
    margin-top: 1.25em;
}

html {
    color: var(--theme-text-black);
    /*
    *16px at 1920
    *14px at 960
    */
    font-size: calc(0.20833vw + 12px);
}

body {
    font-size: clamp(14px, calc(0.20833vw + 12px), 16px);
    margin: 0;
    padding-right: 0 !important;
    min-height: 100vh;

    display: flex;
    flex-direction: column;
    align-items: stretch;
}

sup {
    font-size: .5em;
    line-height: 1em;
    vertical-align: 0;
    transform: translateY(-80%);
    display: inline-block;
}

br.mobile {
    display: none;
}

@media (max-width: 750px) {
    br.mobile {
        display: block;
    }
}

.anchor {
    position: relative;
}

.wrapper {
    width: var(--wrapper-width);
    margin-left: auto;
    margin-right: auto;
}

section .wrapper {
    position: relative;
}

.site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(var(--header-height) + var(--breadcrumbs-height));
    z-index: 600;
    transition: .3s;

}


.site-header:hover {
    background-color: #000;
}

.site-header-sample, .inner-nav-sample {
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    z-index: 601;
}

.site-header-sample.min {
    height: var(--header-height-min);
}

.site-header-sample.max {
    height: var(--header-height-max);
}

.site-header-sample.diff {
    height: calc(var(--header-height-max) - var(--header-height-min));
}

.inner-nav-sample.min {
    height: var(--inner-nav-min);
}

/*.page-content {
    padding-top: var(--header-height-max);
}*/

body.scrolled {
    --header-height: var(--header-height-min);
}

.layer-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

body.masked .layer-mask {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.site-header {
    width: 100%;
    height: var(--header-height);
    /*background-color: rgba(255, 255, 255, .0);*/

    transition: .3s;

    z-index: 600;
    color: #fff;
}

.site-header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(320 * var(--rpx));
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #000f, #0000);
}

.site-header.wireframe::before,
.site-header.solid::before {
    display: none;
}

.site-header.wireframe {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.site-header.solid,
.scrolled .site-header,
.scrolled .nav-bar {
    background-color: #000;
}

.nav-bar {
    height: 100%;
    z-index: 620;
    position: relative;
}

.nav-bar .wrapper {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: clamp(0px, calc(-23.3645vw + 324.2991px), 100px);
}

.top-nav {
    height: 100%;
    display: flex;
    font-weight: lighter;
}

.top-nav-item {
    flex: 0 0 auto;
    position: relative;
}

.top-nav-link {
    padding-left: calc(30 * var(--rpx-50));
    padding-right: calc(30 * var(--rpx-50));

    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

    position: relative;
    box-sizing: content-box;
    gap: calc(8em / 14);
    text-transform: uppercase;
}

.top-nav-link::after {
    content: "";
    position: absolute;
    width: calc(100% - 50 * var(--rpx));
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--theme-crimson);
    transform: scaleX(.25);
    transition: .6s cubic-bezier(0.15, 1, 0.336, 1);
    opacity: 0;
}

.top-nav-item:hover .top-nav-link::after {
    transform: none;
    opacity: 1;
}

.cube-ctn {
    display: block;
    width: calc(10em / 14);
    height: calc(10em / 14);
    perspective: 10px;
    position: relative;
}

.cube {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-style: preserve-3d;
    transition: .2s;
    transform-origin: center center calc(-5em / 14);
    pointer-events: none;
}

.cube i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cube .white {
    background-color: #fff;

}

.cube .red {
    background-color: var(--theme-crimson);
    transform-origin: center bottom;
    transform: rotateX(90deg);
}

.cube .red::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 75%;
    aspect-ratio: 14/12;
    background: url("../images/icon_arr_right.svg") center/contain no-repeat;
    transform: rotate(45deg) translateX(-100%);
    opacity: 0;
    transition: .2s;
}

.active .cube {
    transition: .5s cubic-bezier(0.15, 1, 0.336, 1);
    transform: rotateX(90deg);
}

a:hover .cube {
    transition: .5s cubic-bezier(0.15, 1, 0.336, 1);
    transform: scale(2) rotateX(90deg) translateX(-10%);
}

a:hover .cube .white,
.active .cube .white {
    transition: .2s .2s opacity;
    opacity: 0;
}

.top-nav-item:hover,
.top-nav-link.active {
    color: var(--theme-crimson);
}

a:hover .cube .red::after {
    transform: rotate(45deg);
    opacity: 1;
    transition: .4s .1s cubic-bezier(0.15, 1, 0.336, 1), opacity .3s .1s;
}

.top-nav-item .link-text {
    transition: .2s transform;
}

.top-nav-item:hover .link-text {
    transform: translateX(calc(4 * var(--rpx)));
    transition: .4s cubic-bezier(0.15, 1, 0.336, 1) transform;
}

.site-logo {
    height: calc(40 * var(--rpx-75));
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform-origin: left center;
    transition: .2s;
}

.site-logo img {
    display: block;
    height: 100%;
    width: auto;
}

.site-logo:hover{
    transform: scale(1.05);
    transition: .4s cubic-bezier(0.15, 1, 0.336, 1);
}

.nav-right {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;

    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: calc(20 * var(--rpx));
}

.btn-more {
    cursor: pointer;
    background: var(--theme-crimson);
    color: #fff;
    height: calc(46em / 14);
    border-radius: calc(23em / 14);
    padding: 0 calc(30em / 14) calc(2em / 14);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: none;
    transition: color .3s, background-color .3s, padding .6s cubic-bezier(0.15, 1, 0.336, 1);
    outline: none;
}

.btn-more.gray {
    background-color: #F2F2F2;
    color: #0008;
}

.btn-more.white {
    background-color: #fff;
    color: #000;
}

.btn-more.stroke{
    background-color: transparent;
    color: var(--theme-crimson);
    border: 1px solid var(--theme-crimson);
}

.btn-more:not(.no-expand):hover {
    padding: 0 calc(36em / 14) calc(2em / 14);
}

.nav-right > *, .nav-btn-style {
    position: relative;
}


.nav-right > *::after,
.nav-btn-style::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: calc(23em / 14);
    visibility: hidden;
    opacity: 0;
    --glow-color: rgba(255, 255, 255, .25);
}

.nav-right > .btn-more::after {
    --glow-color: var(--theme-crimson);
}

@keyframes navBtnHover {
    0% {
        opacity: 0;
        /*top: calc(-15 * var(--rpx));
        left: calc(-15 * var(--rpx));
        width: calc(100% + 30 * var(--rpx));
        height: calc(100% + 30 * var(--rpx));*/

        box-shadow: 0 0 0 calc(20 * var(--rpx)) var(--glow-color);
    }
    100% {
        opacity: 1;
        /*top: 0;
        left: 0;*/
        box-shadow: 0 0 0 calc(0 * var(--rpx)) var(--glow-color);
    }
}

.btn-more:hover,
.btn-more:focus {
    color: #fff;
    background: var(--theme-red);
}

.nav-right > *:hover::after,
.nav-btn-style:focus::after,
.nav-btn-style:hover::after {
    visibility: visible;
    animation: navBtnHover forwards 1.2s cubic-bezier(0.15, 1, 0.336, 1);
}

.site-header .btn-more {
    margin-left: calc(10 * var(--rpx));
    font-weight: 500;
    transition: color .3s, background-color .3s, padding .6s cubic-bezier(0.15, 1, 0.336, 1), font-size .6s cubic-bezier(0.15, 1, 0.336, 1);
}

.scrolled .site-header .btn-more {
    font-size: calc(14rem / 16);
}

.icon-search {
    width: calc(46em / 14);
    height: calc(46em / 14);
    border-radius: calc(23em / 14);
    background: url("../images/icon_search.svg") center/calc(24em / 14) no-repeat;
    cursor: pointer;
    transition: .2s;
}

.icon-lang {
    width: calc(46em / 14);
    height: calc(46em / 14);
    border-radius: calc(23em / 14);
    background: url("../images/icon_lang.svg") center/calc(24em / 14) no-repeat;
    cursor: pointer;
    transition: .2s;
}

.icon-search:hover,
.icon-lang:hover {
    background-color: rgba(255, 255, 255, .25);
    cursor: pointer;
    transition: 1.2s cubic-bezier(0.15, 1, 0.336, 1);
}

.site-footer {
    width: 100%;
    background-color: #000;
    margin-top: auto;
    margin-bottom: 0;
    justify-self: flex-end;
}

.site-footer .part1 {
    color: rgba(255, 255, 255, .7);
}

.site-footer .part1 a:hover {
    color: var(--theme-red);
}

.site-footer .part1 .wrapper {
    padding-top: calc(80 * var(--rpx-50));
    padding-bottom: calc(68 * var(--rpx-50));

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-info {
    flex: 0 0 calc(390 * var(--rpx));
}

.footer-logo {
    height: calc(40 * var(--rpx-75));
    width: auto;
}

.footer-logo img {
    display: block;
    height: 100%;
    width: auto;
}

.contact-info {
    margin-top: calc(40 * var(--rpx));
    word-break: break-word;
}

.contact-info li {
    margin-bottom: calc(12 * var(--rpx));
    line-height: calc(24em / 16);
    position: relative;
    padding-left: calc(40em / 16);
    padding-top: calc(3em / 16);
    padding-bottom: calc(3em / 16);
}

.contact-info img {
    width: calc(24em / 16);
    height: calc(24em / 16);
    object-fit: contain;
    position: absolute;
    left: 0;
    top: calc(3em / 16);
}

.follow-ctn {
    margin-top: calc(40 * var(--rpx));
}

.follow-hint {
    text-transform: uppercase;
    font-size: calc(14rem / 16);
    margin-bottom: 1em;
}

.follow-icons .layout-area p {
    display: flex;
    gap: calc(10 * var(--rpx));
    margin: 0;
}

.follow-icons .layout-area a {
    border-radius: 50%;
    background-color: #fff1;
    transition: .2s;
}

.follow-icons .layout-area a img {
    display: block;
    width: calc(40 * var(--rpx-75));
    height: calc(40 * var(--rpx-75));
}

.follow-icons .layout-area a:hover {
    background-color: var(--theme-crimson);
    transform: scale(1.1);
    transition: transform .4s cubic-bezier(0.15, 1, 0.336, 1), background-color .2s ease-out;
}

.footer-nav {
    flex: 0 0 clamp(600px, calc(56.25vw + 60px), 1140px);;
    display: flex;
    gap: calc(40 * var(--rpx));
    flex-wrap: wrap;
}

.footer-nav-col {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.footer-link {
    display: flex;
    align-items: center;
    gap: calc(8em / 16);
    text-transform: uppercase;
    color: #fff;
    margin-bottom: calc(20em / 16);
}

.footer-link span{
    transition: .2s;
}

.footer-link:hover span{
    transition: transform .4s cubic-bezier(0.15, 1, 0.336, 1);
    transform: translateX(calc(4 * var(--rpx)));
}

.footer-link-sub {
    line-height: calc(24em / 16);
    padding-top: calc(3em / 16);
    padding-bottom: calc(3em / 16);
    display: block;
}

.site-footer .part2 {
    color: rgba(255, 255, 255, .8);
    background-color: var(--theme-crimson);
}

.site-footer .part2 a:hover {
    text-decoration: underline;
}

.site-footer .part2 .wrapper {
    height: calc(80 * var(--rpx));
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-footer .part2 .left {
    display: flex;
    gap: calc(40 * var(--rpx));
}

.site-footer .part2 .right {
    font-size: calc(14em / 16);
    gap: calc(40 * var(--rpx));
    display: flex;
}

.breadcrumbs-bar {
    position: relative;
    color: rgba(255, 255, 255, .7);
    z-index: 600;
    transition: .2s;
}

.breadcrumbs-bar.collapsed {
    transform: translateY(-101%);
    transition: .6s cubic-bezier(0.15, 1, 0.336, 1);
}

.breadcrumbs-bar.wireframe {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.breadcrumbs-bar .wrapper {
    height: var(--breadcrumbs-height);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.breadcrumbs-bar.solid,
.scrolled .breadcrumbs-bar {
    background-color: #1C1C1C;
    border-bottom-color: rgba(255, 255, 255, 0)
}

.breadcrumbs {
    font-size: calc(14em / 16);
    margin-bottom: 0;
    display: flex;
    padding-left: 0;
}

.breadcrumbs li {
    list-style: none;
    display: flex;
    align-items: center;
}

.breadcrumbs a.no-link {
    cursor: text;
}

.breadcrumbs a.no-link:hover {
    color: inherit;
}

.breadcrumbs li .next-level {
    width: calc(4em / 14);
    height: calc(8em / 14);
    padding-left: 1em;
    padding-right: 1em;
    background: url("../images/icon_angle_right_white.svg") center/contain no-repeat;
    opacity: .8;
}

.breadcrumbs li a:hover,
.breadcrumbs.light li a:hover {
    color: var(--theme-crimson);
}


@keyframes scrollHintAngleMove {
    0% {
        opacity: 0;
        transform: translateY(calc(-9em / 16));
    }

    33% {
        opacity: 1;
        transform: translateY(calc(-3em / 16));
    }

    67% {
        opacity: 1;
        transform: translateY(calc(3em / 16));
    }

    100% {
        opacity: 0;
        transform: translateY(calc(9em / 16));
    }
}

.scroll-hint {
    display: flex;
    align-items: center;
    gap: calc(15em / 16);
    color: #fff;
    padding: .5em;
    cursor: pointer;
    transition: transform .3s;
    transform-origin: left center;
}

.scroll-hint:hover {
    transform: scale(1.1);
    transition: transform .8s cubic-bezier(0.15, 1, 0.336, 1);
}

.scroll-hint-mouse {
    width: calc(24em / 16);
    height: calc(35.86em / 16);
    border-radius: calc(12em / 16);
    background-color: #fff;
    position: relative;
}

.scroll-hint-mouse i {
    width: calc(8em / 16);
    height: calc(4em / 16);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../images/icon_angle_down.svg") center/contain no-repeat;
    animation: scrollHintAngleMove 1.5s linear infinite;
    opacity: 0;
}

.scroll-hint-mouse i:nth-of-type(2) {
    animation-delay: .5s;
}

.scroll-hint-mouse i:nth-of-type(3) {
    animation-delay: 1s;
}


.flex-box {
    display: flex;
    --gap: calc(48 * var(--rpx));
    --gap-x: var(--gap);
    --gap-y: var(--gap);
    --column: 3;
    --item-width: calc((100% - var(--gap-x) * (var(--column) - 1)) / var(--column));
    gap: var(--gap-y) var(--gap-x);
    flex-wrap: wrap;
    width: 100%;
}

.flex-box .list-item,
.flex-box .flex-item {
    width: var(--item-width);
    flex: 0 0 auto;
}

.flex-box .flex-item.fullwidth {
    width: 100%;
}

.page-margin-top {
    margin-top: var(--page-padding-top);
}

.page-pad-top{
    padding-top: var(--page-padding-top);
}

.editor-link-mockup {
    height: 1.3em;
    line-height: 1.3em;
    margin: 0;
    padding: 0 0.5em;
    background: white;
    color: #99ccff;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 999;
    font-size: 1rem;
}

body.wfEditorMode .editor-link-mockup {
    visibility: visible;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: calc(40 * var(--rpx));
}

.section-title .text {
    text-transform: uppercase;
    font-size: calc(58 * var(--rpx));
    line-height: calc(68em / 58);
}

.tags {
    z-index: 240;
    display: flex;
    gap: calc(10 * var(--rpx));
    color: #fff;
    opacity: 1;
    transition: .2s;
    position: relative;
}

.tag {
    padding: calc(6em / 16) calc(18em / 16);
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(35em / 16);
    border-radius: calc(17.5em / 16);
    background-color: rgba(255, 255, 255, .2);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}


.news-list {
    margin-top: calc(50 * var(--rpx));
    --gap: clamp(30px, calc(5.2083vw + -20px), 80px);
}

.news {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    transition: border-bottom .2s;
    overflow: hidden;
}

.news:hover {
    border-bottom: 1px solid #BE1D2380;
    transition: border-bottom .4s;
}

.news .top {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    position: relative;
    color: #fff;
}

.news .cover {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.news .cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s;
}

.news .cover::before {
    content: "";
    z-index: 220;
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #0009 0%, #0000 100%);
    opacity: 1;
    transition: .2s;
}

.news:hover .cover::before {
    opacity: 0;
    transition: .4s;
}

.news:hover .cover img {
    transform: scale(1.08);
    transition: .8s cubic-bezier(0.15, 1, 0.336, 1);
}


.news .tags {
    position: absolute;
    left: calc(20 * var(--rpx));
    top: calc(20 * var(--rpx));
}

.news:hover .tags {
    opacity: 0;
    transition: opacity .4s;
}

.news .info {
    padding-top: calc(20 * var(--rpx));
    height: calc(300 * var(--rpx-75));

    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    overflow: hidden;
}

.news .info * {
    position: relative;
    z-index: 230;
}

.news .info::after {
    content: "";
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 200;
    background: radial-gradient(ellipse farthest-side at center, #BE1D232f 0%, #BE1D2300 100%);
    transform: translateY(50%) scale(0);
    opacity: 0;
    transition: .2s;
}

.news:hover .info::after {
    transform: translateY(50%) scale(1);
    opacity: 1;
    transition: .4s opacity, .8s transform cubic-bezier(0.15, 1, 0.336, 1);
}

.news .title {
    width: 100%;
    font-size: calc(24 * var(--rpx));
    line-height: calc(30em / 24);

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;

    height: calc(90em / 24);
    transition: .2s;
}

.news:hover .title {
    color: var(--theme-crimson);
    transition: .4s;
}

.news .desc {
    width: 100%;
    margin-top: calc(30 * var(--rpx));
    line-height: 1.5em;
    color: #999999;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;

    height: 4.5em;
    margin-bottom: calc(30 * var(--rpx));
    z-index: 250;
    transition: .2s;
}

.news:hover .desc {
    color: #BE1D2380;
    transition: .4s;
}

.news .read-more {
    margin-top: auto;
    margin-bottom: calc(32 * var(--rpx));
    justify-self: flex-end;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: calc(7em / 16);
    transition: .2s;
}

.news .read-more::before {
    content: "";
    width: calc(10 * var(--rpx));
    height: calc(10 * var(--rpx));
    background: center / 50% auto no-repeat var(--theme-crimson);
    margin-bottom: 1px;
    transition: .2s;
    transform: translateZ(0);
    transform-origin: left center;
}

.news:hover .read-more {
    color: var(--theme-crimson);
    transition: .4s;
}

.news:hover .read-more::before{
    content: "";
    transform: scale(3) translateZ(0);
    background: url(../images/icon_arr_right.svg) center / 50% auto no-repeat var(--theme-crimson);
    transition: .4s cubic-bezier(0.15, 1, 0.336, 1);
    margin-right: calc(24 * var(--rpx));
}

.page-header {
    height: calc(320 * var(--rpx-75));
    position: relative;
    color: #fff;
    overflow: hidden;
    background-color: #000;
}

.page-header .page-header-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    transform-origin: var(--wrapper-margin) 50%;
}

.page-header .page-header-back img{
    transform-origin: var(--wrapper-margin) 50%;
}

.page-header-back img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header-back::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #0008, #0000);
    z-index: 210;
}

.page-header .wrapper {
    position: relative;
    z-index: 220;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-title {
    font-size: calc(88 * var(--rpx));
    font-weight: 500;
    line-height: 1em;
    transform-origin: left center;
}

.page-title-pre {
    font-size: calc(24 * var(--rpx));
    font-weight: 500;
    margin-bottom: calc(16 * var(--rpx));
    transform-origin: left center;
}

.section-title.tiny,
.section-title.tiny .text {
    font-size: calc(28 * var(--rpx));
    line-height: 1em;
    font-weight: normal;
    text-transform: none;
}

#smooth-content::before {
    content: "";
    width: 100%;
    height: 0;
    display: flow-root;
}


.page-inner-nav-placeholder {
    height: var(--inner-nav-max);
    position: relative;
    font-size: 1rem;
    font-weight: lighter;
    z-index: 205;
}

.page-inner-nav {
    position: relative;
    width: 100%;
    will-change: transform;
    display: flex;
    justify-content: flex-start;
    height: var(--inner-nav-max);
    padding-left: 0;
    padding-right: 0;
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid transparent;
}

.page-inner-nav.fixed {
    justify-content: flex-start;
    height: var(--inner-nav-min);
    position: fixed;
    left: 0;

    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 3rem rgba(15, 15, 15, .05), 0 0 0.75rem rgba(15, 15, 15, .075);

    padding-left: var(--wrapper-margin);
    z-index: 800;
}

.page-inner-nav .inner-nav-page-title {
    width: 0;
    overflow: hidden;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    padding-right: calc(64 * var(--rpx));
    position: relative;
    white-space: nowrap;
    pointer-events: none;

    opacity: 0;
}

.page-inner-nav.fixed .inner-nav-page-title {
    pointer-events: all;
}

.page-inner-nav .inner-nav-page-title::after {
    content: "";
    position: absolute;
    right: calc(32 * var(--rpx));
    width: 1px;
    height: 1.6em;
    top: .25em;
    bottom: 0;
    margin: auto;
    background-color: #d8d8d8;
}

.page-inner-nav .inner-nav-link {
    font-weight: 400;
    flex: 0 0 auto;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s border, .2s color;
    position: relative;
    margin-top: -2px;
    margin-bottom: -2px;
    margin-right: calc(40 * var(--rpx-50));
}

.page-inner-nav.fixed .inner-nav-link {
}

.page-inner-nav .inner-nav-link .en {
    display: none;
}

.page-inner-nav .inner-nav-link.muted {
    display: none;
}

.page-inner-nav .inner-nav-link:hover {
    color: var(--theme-crimson);
    border-top-color: var(--theme-crimson);
}

.page-inner-nav:not(.fixed) .inner-nav-page-title + .inner-nav-link {
    margin-left: calc(-64 * var(--rpx));
}

.page-inner-nav .inner-nav-link.active {
    color: var(--theme-crimson);
    font-weight: 500;
    border-top: 2px solid var(--theme-crimson);
}

.lineup-list, .product-list {
    --gap: calc(35 * var(--rpx));
}

.lineup-list .lineup,
.product-list .product {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 calc(30 * var(--rpx)) calc(30 * var(--rpx));
    position: relative;
    overflow: hidden;
    transition: box-shadow .2s;
    transform: translateZ(0);
}

.lineup-list .lineup .cover,
.product-list .product .cover{
    height: calc(280 * var(--rpx));
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 200;
}

.lineup-list .lineup .info,
.product-list .product .info{
    position: relative;
    z-index: 220;
    width: 100%;
}

.lineup-list .lineup .cover img,
.product-list .product .cover img{
    height: 100%;
    max-width: 100%;
    aspect-ratio: 424/279;
    width: auto;
    object-fit: cover;
}

.lineup-list .lineup .title,
.product-list .product .title{
    color: #BE1D23;
    font-size: calc(24 * var(--rpx));
    position: relative;
    width: 100%;
    text-align: left;
}

.lineup-list .lineup .title::before,
.product-list .product .title::before{
    content: "";
    background: url("../images/icon_angle_right_white.svg") center/contain no-repeat;
    width: .4em;
    height: .75em;
    margin-bottom: .2em;
    margin-right: .1em;
    vertical-align: middle;
    display: inline-block;
    filter: url(#crimson-overlay);
}

.lineup-list .lineup .desc,
.product-list .product .desc{
    font-size: 1rem;
    margin-top: 1em;
}


.lineup-list .lineup::after,
.product-list .product::after{
    content: "";
    width: 100%;
    aspect-ratio: 1/0.8;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 200;
    background: radial-gradient(ellipse farthest-side at center, #BE1D232f 0%, #BE1D2300 100%);
    transform: translateY(50%) scale(0);
    opacity: 0;
    transition: .2s;
}

.lineup-list .lineup:hover::after,
.product-list .product:hover::after{
    transform: translateY(50%) scale(1);
    opacity: 1;
    transition: .4s opacity, .8s transform cubic-bezier(0.15, 1, 0.336, 1);
}

.lineup-list .lineup:hover,
.product-list .product:hover{
    box-shadow: 0 10px 12px rgba(0, 0, 0, .1);
    transition: box-shadow .6s cubic-bezier(0.15, 1, 0.336, 1);
}

.inquiries{
    margin-top: calc(100 * var(--rpx-50));
}

.inquiries:nth-of-type(1){
    margin-top: 0;
}

.inquiries-ctn{
    position: relative;
    height: calc(320 * var(--rpx));
    overflow: hidden;
    color: #fff;
    transform: translateZ(0);
}

.inquiries-back{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    z-index: 200;
}

.inquiries-info{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to bottom, #000f, #0003);
    z-index: 220;
    padding: calc(80 * var(--rpx-50));
}

.inquiries-info .left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(440 * var(--rpx-75));
    flex: 0 0 auto;
}

.inquiries-info .right{
    flex: 0 0 auto;
}

.inquiries-title{
    font-size: calc(28 * var(--rpx));
    margin-bottom: calc(20 * var(--rpx));
}

.inquiries-desc{
    color: rgba(255, 255, 255, .7);
    font-size: calc(18rem / 16);
    line-height: 1.45em;
}

.inquiries .btn-more{
    width: calc(240 * var(--rpx));
    font-weight: 500;
    font-size: calc(14rem / 16);
}

.content strong, b{
    font-weight: bold;
}

.content h2{
    font-weight: 500;
    font-size: calc(38 * var(--rpx));
    margin-bottom: 1em;
    margin-top: 1.5em;
}

.content h3{
    font-weight: 500;
    font-size: calc(28 * var(--rpx));
}

.content *+p{
    margin-top: 1em;
}

