/*
Plugin Name: Landing page
*/
html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    overflow-x: hidden;
    scrollbar-gutter: stable both-edges;
    scrollbar-gutter: stable;
}

:root {
    --ff-layout-width: 1000px;
    --ff-content-width: min(100% - 3em, var(--ff-layout-width));
    --ff-menu-height: 0px;
    --ff-font1: clamp(48px, calc(36px + 3.4vw), 84px) !important;
    --ff-font2: clamp(40px, calc(32px + 2.3vw), 64px) !important;
    --ff-font3: clamp(34px, calc(29px + 1.5vw), 50px) !important;
    --ff-font4: clamp(29px, calc(26px + 1vw), 40px) !important;
    --ff-font5: clamp(25px, calc(23px + 0.7vw), 32px) !important;
    --ff-font6: clamp(22px, calc(20px + 0.5vw), 27px) !important;
    --ff-font7: clamp(19px, calc(18px + 0.3vw), 22px) !important;
    --ff-font8: clamp(17px, calc(16px + 0.2vw), 19px) !important;
}

#lp a:focus, #lp a:focus-within {
    outline: none;
}

#lp a:empty:focus, #lp a:empty:focus-within {
    background: none;
}

#lp {
    font-size: 18px !important;
}

#lp h1 {
    font-size: var(--ff-font1) !important;
}

#lp h2 {
    font-size: var(--ff-font2) !important;
}

#lp h3 {
    font-size: var(--ff-font3) !important;
}

#lp h4 {
    font-size: var(--ff-font4) !important;
}

#lp h5 {
    font-size: var(--ff-font5) !important;
}

#lp h6 {
    font-size: var(--ff-font6) !important;
}

#lp h7 {
    font-size: var(--ff-font7) !important;
}

#lp p {
    font-size: var(--ff-font8) !important;
}

#lp *::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

#lp *::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

#lp *::-webkit-scrollbar-thumb {
    background: var(--ff-tx-color);
}

#lp *::-webkit-scrollbar-thumb:hover {
    background: var(--ff-tx-color-high);
}

#lp *::-webkit-scrollbar-thumb:active {
    background: var(--ff-tx-color-high);
}

#lp *::-webkit-scrollbar-track {
    background: transparent;
}

#lp *::-webkit-scrollbar-track:hover {
    background: var(--ff-bg-color-high);
}

#lp *::-webkit-scrollbar-track:active {
    background: var(--ff-bg-color-high);
}

#lp *::-webkit-scrollbar-corner {
    background: transparent;
}

#lp :where(h1, h2, h3, h4, h5, h6, h7) {
    text-transform: unset;
    font-weight: normal;
    margin: 0.5em 0 0.3em 0 !important;
    padding: 0 !important;
    color: var(--ff-tx-col-color);
	text-align: var(--ff-align);
	text-wrap: balance;
}

#lp ul li {
    --digit-1: 0;
    --digit-2: 0;
    --nth: calc( var(--digit-1) + var(--digit-2) );
}

#lp ul li:nth-child(10n + 0) {
    --digit-1: 0;
}

#lp ul li:nth-child(10n + 1) {
    --digit-1: 1;
}

#lp ul li:nth-child(10n + 2) {
    --digit-1: 2;
}

#lp ul li:nth-child(10n + 3) {
    --digit-1: 3;
}

#lp ul li:nth-child(10n + 4) {
    --digit-1: 4;
}

#lp ul li:nth-child(10n + 5) {
    --digit-1: 5;
}

#lp ul li:nth-child(10n + 6) {
    --digit-1: 6;
}

#lp ul li:nth-child(10n + 7) {
    --digit-1: 7;
}

#lp ul li:nth-child(10n + 8) {
    --digit-1: 8;
}

#lp ul li:nth-child(10n + 9) {
    --digit-1: 9;
}

#lp ul li:nth-child(-n + 10) {
    --digit-2: 0;
}

#lp ul li:nth-child(n + 10):nth-child(-n + 20) {
    --digit-2: 10;
}

#lp ul li:nth-child(n + 20):nth-child(-n + 30) {
    --digit-2: 20;
}

#lp ul li:nth-child(n + 30):nth-child(-n + 40) {
    --digit-2: 30;
}

#lp ul li:nth-child(n + 40):nth-child(-n + 50) {
    --digit-2: 40;
}

#lp ul li:nth-child(n + 50):nth-child(-n + 60) {
    --digit-2: 50;
}

#lp ul li:nth-child(n + 60):nth-child(-n + 70) {
    --digit-2: 60;
}

#lp ul li:nth-child(n + 70):nth-child(-n + 80) {
    --digit-2: 70;
}

#lp ul li:nth-child(n + 80):nth-child(-n + 90) {
    --digit-2: 80;
}

#lp ul li:nth-child(n + 90):nth-child(-n + 100) {
    --digit-2: 90;
}

#lp .slide {
    --ff-bg-slide-color: var( --ff-bg-color);
    --ff-min-height: 0;
    /* .slide */
    --ff-align-slide: center;
    /* .slide */
    --ff-speed: 1s;
    /* .slide */
    --ff-bg-opacity: 1;
    /* .slide */
    --ff-gap: 2em;
    /* .inner-slide */
    --ff-margin: 0;
    /* .inner-slide */
    --ff-align-items: stretch;
    /* .inner-slide */
    --ff-grow: 1;
    /* .column */
    --ff-max-col-width: none;
    /* .column */
    --ff-align: left;
    /* .inner-column */
    --ff-padding: 0;
    /* .inner-column */
    --ff-bg-col-color: transparent;
    /* .inner-column */
    --ff-tx-col-color: var(--ff-tx-color);
    /* .inner-column */
    --ff-hg-col-color: #FFFFFF;
    /* .inner-column */
    --ff-hg2-col-color: #000000;
    /* .inner-column */
    --ff-valign-col: top;
    /* .inner-column */
    --ff-radius: 0;
    /* .column */
    --ff-box-width: 0;
    /* .column */
    --ff-box-height: 0;
    /* .column */
    position: relative;
    top: 0;
    z-index: 1;
    display: grid;
    align-items: var(--ff-align-slide);
    background-color: var(--ff-bg-slide-color);
    overflow: hidden;
    min-height: var(--ff-min-height);
}

#lp .slide.fullWidth, #lp .slide.fullWidthContent {
    width: 100vw;
    width: 100svw;
    left: 50%;
    right: 50%;
    margin: 0 -50vw;
    margin: 0 -50svw;
}

#lp .slideWrap {
    background-color: var(--ff-bg-wrap-color);
    color: var(--ff-tx-wrap-color);
}

#lp .slideWrap::before {
    content: "";
    display: table;
}

#lp .stickySubMenu {
    position: relative;
}

#lp .slideWrap.stickySubMenu {
    margin-top: calc(var(--ff-height-submenu) * -1);
}

#lp .stickySubMenu>.slide:first-child {
    height: var(--ff-height-submenu);
    position: sticky;
    top: 0;
    top: var(--ff-menu-height);
    left: 0;
    z-index: 5;
}

#lp .stickySubMenu>.slide.fullWidth:first-child, #lp .stickySlide>.slide.fullWidth:first-child {
	margin-left: calc(-50svw + 50%);
}

.noMobile {
    display: none !important;
}
@media (min-width: 900px) {
    #lp .stickySlide>.slide: first-child, #lp .stickySlide>.slide:nth-child(2) {
        min-height: calc(100% - var(--ff-menu-height));
        min-height: calc(100svh - var(--ff-menu-height));
    }

    #lp .stickySlide {
        position: relative;
    }

    #lp .stickySlide>.slide:nth-child(2) {
        position: absolute;
        top: 0;
    }

    #lp .stickySlide>.slide:first-child {
        position: sticky;
        top: 0;
        top: var(--ff-menu-height);
        left: 0;
        z-index: 5;
    }

    .noDesktop {
        display: none !important;
    }
    .noMobile:not(.noDesktop) {
        display: block !important;
    }
	#lp .slide.noMobile:not(.noDesktop) {
        display: grid !important;
    }
}

#lp p:empty {
	display: none;
}

#lp .slide {
    --ff-scroll: 1;
}

#lp .inner-slide {
    width: 100%;
    margin: var(--ff-margin) auto;
    display: flex;
    gap: var(--ff-gap);
    z-index: 1;
    flex-direction: row;
    align-items: var(--ff-align-items);
}

#lp .slide.fullWidth .inner-slide {
    max-width: var(--ff-content-width);
}

#lp .slide.fullWidthContent .inner-slide {
    max-width: none;
}

#lp .column {
    flex: 1 0 0;
    box-sizing: border-box;
    flex-grow: var(--ff-grow);
    background-color: var(--ff-bg-col-color);
    max-width: var(--ff-max-col-width);
    position: relative;
    border-radius: var(--ff-radius);
}

#lp .inner-column {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: var(--ff-tx-col-color);
    padding: var(--ff-padding);
    text-align: var(--ff-align);
    display: flex;
    flex-direction: column;
    justify-content: var(--ff-valign-col);
    --ff-tx-color: var( --ff-tx-col-color);
    --ff-tx-color-high: var( --ff-tx-col-color);
    position: relative;
    z-index: 1;
}

#lp .inner-column a {
    color: var(--ff-hg-col-color);
    text-decoration: underline;
}
#lp .slide.sczoom .inner-slide .column {
    --newscroll: calc(min(1, (1 - var(--ff-scroll))) + min(0, var(--ff-scroll)));
    transform: scale(var(--newscroll));
}

#lp .slide.sclefttoright .inner-slide .column {
    transform: translateX(calc((var(--ff-scroll) * -100%)));
}

#lp .slide.scrighttoleft .inner-slide .column {
    transform: translateX(calc((var(--ff-scroll) * 100%)));
}

#lp .slide.scopacity .inner-slide .column {
    opacity: calc(min(1, (1 - (var(--ff-scroll)))) + min(0, (var(--ff-scroll))));
}

#lp .slide.actionScroll .inner-slide .column {
    opacity: var(--ff-scroll);
}

#lp .slide.actionScroll .inner-slide .column:nth-child(1) {
    transform: translateY(calc((var(--ff-scroll, 1) - 1) * -20vh));
}

#lp .slide.actionScroll .inner-slide .column:nth-child(2) {
    transform: translateY(calc((var(--ff-scroll, 1) - 1) * -40vh));
}

#lp .slide.actionScroll .inner-slide .column:nth-child(3) {
    transform: translateY(calc((var(--ff-scroll, 1) - 1) * -60vh));
}

#lp .slide.actionScroll .inner-slide .column:nth-child(4) {
    transform: translateY(calc((var(--ff-scroll, 1) - 1) * -80vh));
}

#lp .slide.actionScroll .inner-slide .column:nth-child(5) {
    transform: translateY(calc((var(--ff-scroll, 1) - 1) * -100vh));
}

@media (max-width: 899px) {
    #lp .slide .inner-slide {
        flex-direction: column;
    }

    #lp .slide .inner-slide .column {
        flex: 1 0 auto;
		width: 100%;
    }
}

#lp .backgroundImage, #lp .backgroundVideo, #lp .backgroundVideo video {
    position: absolute;
    inset: 0;
    z-index: 1;
}

#lp .backgroundVideo video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#lp .backgroundImage>span {
    --digit-1: 0;
    --digit-2: 0;
    --nth: calc( var(--digit-1) + var(--digit-2) );
}

#lp .backgroundImage>span:nth-child(10n + 0) {
    --digit-1: 0;
}

#lp .backgroundImage>span:nth-child(10n + 1) {
    --digit-1: 1;
}

#lp .backgroundImage>span:nth-child(10n + 2) {
    --digit-1: 2;
}

#lp .backgroundImage>span:nth-child(10n + 3) {
    --digit-1: 3;
}

#lp .backgroundImage>span:nth-child(10n + 4) {
    --digit-1: 4;
}

#lp .backgroundImage>span:nth-child(10n + 5) {
    --digit-1: 5;
}

#lp .backgroundImage>span:nth-child(10n + 6) {
    --digit-1: 6;
}

#lp .backgroundImage>span:nth-child(10n + 7) {
    --digit-1: 7;
}

#lp .backgroundImage>span:nth-child(10n + 8) {
    --digit-1: 8;
}

#lp .backgroundImage>span:nth-child(10n + 9) {
    --digit-1: 9;
}

#lp .backgroundImage>span:nth-child(-n + 10) {
    --digit-2: 0;
}

#lp .backgroundImage>span:nth-child(n + 10):nth-child(-n + 20) {
    --digit-2: 10;
}

#lp .backgroundImage>span:nth-child(n + 20):nth-child(-n + 30) {
    --digit-2: 20;
}

#lp .backgroundImage>span {
    position: absolute;
    inset: 0;
    background-color: var(--ff-bg-slide-color);
    animation-delay: calc( var(--nth) * var(--ff-speed) - var(--ff-speed) )!important;
    overflow: hidden;
    border-radius: var(--ff-radius);
}

#lp .column>.backgroundImage>span {
    background-color: var(--ff-bg-col-color);
}

#lp .backgroundImage>span::before {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent var(--ff-sbi) 50% 50%/cover;
    opacity: var(--ff-bg-opacity);
}

#lp .column>.backgroundImage>span::before {
    opacity: var(--ff-bg-col-opacity)
}

#lp .slide.backgroundFixed>.backgroundImage>span::before {
    background-attachment: fixed;
}

#lp .column.backgroundFixed>.backgroundImage>span::before {
    background-attachment: fixed
}

body.ios #lp .slide.backgroundFixed>.backgroundImage>span {
    position: absolute;
    inset: 0;
    overflow: hidden;
    clip-path: border-box;
}

body.ios #lp .slide.backgroundFixed>.backgroundImage>span::before {
    background-attachment: scroll;
	position: fixed;
    display: block;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: repeat;
    background-position: 50% 50%;
    z-index: 1;
    top: 0;
    left: 0;
}

#lp .backgroundContain>.backgroundImage>span::before {
    background-size: contain;
    background-repeat: no-repeat;
}

@keyframes anim {
    0% {
        opacity: 0;
        z-index: 100;
    }

    15% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        z-index: 1;
    }
}

#lp .transition .backgroundImage>span:nth-last-child(2):first-child, #lp .transition .backgroundImage>span:nth-last-child(2):first-child ~ span {
    animation: anim calc(var(--ff-speed) * 2) infinite;
}

#lp .transition .backgroundImage>span:nth-last-child(3):first-child, #lp .transition .backgroundImage>span:nth-last-child(3):first-child ~ span {
    animation: anim calc(var(--ff-speed) * 3) infinite;
}

#lp .transition .backgroundImage>span:nth-last-child(4):first-child, #lp .transition .backgroundImage>span:nth-last-child(4):first-child ~ span {
    animation: anim calc(var(--ff-speed) * 4) infinite;
}

#lp .transition .backgroundImage>span:nth-last-child(5):first-child, #lp .transition .backgroundImage>span:nth-last-child(5):first-child ~ span {
    animation: anim calc(var(--ff-speed) * 5) infinite;
}

#lp .transition .backgroundImage>span:nth-last-child(6):first-child, #lp .transition .backgroundImage>span:nth-last-child(6):first-child ~ span {
    animation: anim calc(var(--ff-speed) * 6) infinite;
}

#lp .transition .backgroundImage>span:nth-last-child(7):first-child, #lp .transition .backgroundImage>span:nth-last-child(7):first-child ~ span {
    animation: anim calc(var(--ff-speed) * 7) infinite;
}

#lp .transition .backgroundImage>span:nth-last-child(8):first-child, #lp .transition .backgroundImage>span:nth-last-child(8):first-child ~ span {
    animation: anim calc(var(--ff-speed) * 8) infinite;
}

#lp .transition .backgroundImage>span:nth-last-child(9):first-child, #lp .transition .backgroundImage>span:nth-last-child(9):first-child ~ span {
    animation: anim calc(var(--ff-speed) * 9) infinite;
}

#lp .transition .backgroundImage>span:nth-last-child(10):first-child, #lp .transition .backgroundImage>span:nth-last-child(10):first-child ~ span {
    animation: anim calc(var(--ff-speed) * 10) infinite;
}

#lp .transition .backgroundImage>span:nth-last-child(11):first-child, #lp .transition .backgroundImage>span:nth-last-child(11):first-child ~ span {
    animation: anim calc(var(--ff-speed) * 11) infinite;
}

#lp .transition .backgroundImage>span:nth-last-child(12):first-child, #lp .transition .backgroundImage>span:nth-last-child(12):first-child ~ span {
    animation: anim calc(var(--ff-speed) * 12) infinite;
}

#lp .transition .backgroundImage>span:nth-last-child(13):first-child, #lp .transition .backgroundImage>span:nth-last-child(13):first-child ~ span {
    animation: anim calc(var(--ff-speed) * 13) infinite;
}

#lp .transition .backgroundImage>span:nth-last-child(14):first-child, #lp .transition .backgroundImage>span:nth-last-child(14):first-child ~ span {
    animation: anim calc(var(--ff-speed) * 14) infinite;
}

#lp .transition .backgroundImage>span:nth-last-child(15):first-child, #lp .transition .backgroundImage>span:nth-last-child(15):first-child ~ span {
    animation: anim calc(var(--ff-speed) * 15) infinite;
}

#lp .hoverScroll.hoverObj1 .backgroundImage>span:nth-child(1), #lp .hoverScroll.hoverObj2 .backgroundImage>span:nth-child(2), #lp .hoverScroll.hoverObj3 .backgroundImage>span:nth-child(3), #lp .hoverScroll.hoverObj4 .backgroundImage>span:nth-child(4), #lp .hoverScroll.hoverObj5 .backgroundImage>span:nth-child(5), #lp .hoverScroll.hoverObj6 .backgroundImage>span:nth-child(6), #lp .hoverScroll.hoverObj7 .backgroundImage>span:nth-child(7), #lp .hoverScroll.hoverObj8 .backgroundImage>span:nth-child(8), #lp .hoverScroll.hoverObj9 .backgroundImage>span:nth-child(9), #lp .hoverScroll.hoverObj10 .backgroundImage>span:nth-child(10), #lp .hoverScroll.hoverObj11 .backgroundImage>span:nth-child(11), #lp .hoverScroll.hoverObj12 .backgroundImage>span:nth-child(12), #lp .hoverScroll.hoverObj13 .backgroundImage>span:nth-child(13), #lp .hoverScroll.hoverObj14 .backgroundImage>span:nth-child(14), #lp .hoverScroll.hoverObj15 .backgroundImage>span:nth-child(15) {
    z-index: 2;
    animation: hoverAnim 0.5s ease 0s 1 normal both !important;
    opacity: 1;
}

#lp .hoverScroll .backgroundImage>span {
    animation: outAnim 0.5s ease 0s 1 normal both !important;
    z-index: 1;
    opacity: 0;
}

@keyframes hoverAnim {
    0% {
        opacity: 0;
        z-index: 2;
    }

    100% {
        opacity: 1;
        z-index: 2;
    }
}

@keyframes outAnim {
    0% {
        opacity: 1;
        z-index: 1;
    }

    100% {
        opacity: 1;
        z-index: 0;
    }
}

#lp .slide.animZoom>.backgroundImage>span::before {
    animation: animZoom 15s infinite ease-in-out;
    animation-duration: var(--ff-speed);
    animation-direction: alternate-reverse;
}

#lp .column.animZoom {
    animation: animZoom 15s infinite ease-in-out;
    animation-direction: alternate;
    animation-duration: var(--ff-speed);
}

@keyframes animZoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

#lp .list-link ul.list-items {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    color: var(--ff-tx-col-color);
}

#lp :where(.list-link, .gallery) ul.list-items li::before {
    content: none !important;
}

#lp .list-link ul.list-items li {
    list-style: none;
    display: inline-block;
    padding: 0.5em;
    text-indent: 0;
    position: relative;
    z-index: 0;
}

#lp .list-link ul.list-items li a.item-url {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.column.textShadow {
    text-shadow: 0 0 0.3em #00000099;
}

.column.columnShadow {
    box-shadow: 0 0 0.5em #00000080;
}

/* list-image-link */
#lp .list-image-link {
    height: 600px;
    height: calc(var(--ff-box-height) + (var(--ff-padding) * 2) + 8px);
    user-select: none;
    background-color: transparent;
}
#lp .list-image-link.columnShadow {
    box-shadow: none;
}

.column.list-image-link.columnShadow>div>ul.list-items>li {
    box-shadow: 0 0 0.5em #00000080;
}

.moveactive {
    cursor: ew-resize;
}

#lp .list-image-link>div {
    overflow: hidden;
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-x: auto;
    box-sizing: border-box;
    padding: 0 !important;
    text-align: var(--ff-align);
    display: block;
}

#lp .list-image-link ul.list-items {
    margin: 0 0;
    display: inline-grid;
    gap: var(--ff-gap);
    grid-auto-flow: column;
    grid-auto-columns: var(--ff-box-width);
    overscroll-behavior-inline: contain;
    position: relative;
    list-style: none;
    height: fit-content;
    padding: var( --ff-padding) 0;
    width: min-content;
}
#lp .list-image-link ul.list-items li::before {
    content: none;
}

#lp .list-image-link ul.list-items li {
    margin: 0;
    width: var(--ff-box-width);
    scroll-snap-align: start;
    height: var(--ff-box-height);
    padding: 0;
    margin: 0;
    text-indent: 0;
    position: relative;
    transition: all 0.5s;
    scroll-margin-left: calc(100vw / 2 - 150px);
    scroll-margin-right: calc(100vw / 2 - 150px);
    scroll-margin-top: 100px;
    display: flex;
    flex-direction: column-reverse;
}

#lp .list-image-link ul.list-items li>span {
    display: flex;
    flex-direction: column;
    padding: var(--ff-padding);
}

#lp .list-image-link ul.list-items li>span::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(42,42,45,0.5);
    background: linear-gradient(0deg, var(--ff-bg-col-color) 30%, rgba(128,128,128,0) 70%);
    opacity: 0.3;
    z-index: 0;
    transition: all 1s;
	border-radius: var(--ff-radius);
}

#lp .list-image-link ul.list-items li:hover>span::before {
    opacity: 0.7;
}

#lp .list-image-link ul.list-items li span.item-title {
    line-height: 1;
    position: relative;
    font-weight: bold;
}

#lp .list-image-link ul.list-items li span.item-subtitle {
    position: relative;
    opacity: 0.7
}

#lp .list-image-link ul.list-items li .item-desc {
    padding: 0.6em 0 0 0;
    line-height: 1.2;
    font-size: 90%;
    position: relative;
    opacity: 0.85;
}

#lp .list-image-link ul.list-items li:hover a.item-url {
    position: absolute;
    z-index: 3;
    inset: 0 0 0 0;
}

#lp .list-image-link ul.list-items li span.item-btn {
    padding: 0 2em;
    line-height: 1;
    text-align: center;
    margin: 0;
    background-color: var(--ff-hg-col-color);
    border-radius: var(--ff-radius);
    font-size: 80%;
    position: relative;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--ff-hg2-col-color);
    text-transform: uppercase;
    max-height: 0;
    transition: all 0.5s;
    opacity: 0;
}

#lp .list-image-link ul.list-items li span.item-img {
    position: absolute;
    left: 0em;
    right: 0em;
    top: 0em;
    bottom: 0em;
    background-image: var(--ff-sbi);
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1;
    border-radius: var(--ff-radius);
    background-color: var(--ff-bg-col-color);
}

#lp .list-image-link ul.list-items li:hover span.item-btn {
    max-height: 2em;
    opacity: 1;
    margin: 0.5em 0 0 0;
    transition: all 0.3s;
}

/* gallery */
#lp .gallery ul.list-items {
    display: grid;
    grid-gap: var(--ff-padding);
    grid-auto-flow: row dense;
    grid-template-columns: repeat(auto-fill, minmax(min(var(--ff-box-width), 100%), 1fr));
    list-style: none;
    margin: 0 !important;
    padding: 0;
    color: var(--ff-tx-col-color);
}
#lp .gallery ul.list-items li::before {
    content: none;
}

#lp .gallery ul.list-items li {
    margin: 0;
    padding: 0;
    height: 0;
    padding-top: var(--ff-box-height);
    position: relative;
    text-indent: 0;
    perspective: 2000px;
    margin: 0 !important;
    max-width: 100%;
}

#lp .gallery ul.list-items li span.item-img {
    position: absolute;
    left: 0em;
    right: 0em;
    top: 0em;
    bottom: 0em;
    background-image: var(--ff-sbi);
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1;
    border-radius: var(--ff-radius);
    background-color: var(--ff-bg-col-color);
}

#lp .gallery ul.list-items li a.item-url {
    position: absolute;
    left: 0em;
    right: 0em;
    top: 0em;
    bottom: 0em;
    z-index: 2;
}
#lp .topIcon, #lp .topPhoto {
    background-color: transparent;
}
#lp .topIcon .inner-column, #lp .topPhoto .inner-column {
    padding: 0;
}
#lp .columnShadow.topIcon, #lp .columnShadow.topPhoto {
    box-shadow: none;
}
#lp .columnShadow.topIcon>div>ul.list-items>li, #lp .columnShadow.topPhoto>div>ul.list-items>li {
    box-shadow: 0 0 0.5em #00000080;
}
#lp .topIcon>div>ul.list-items, #lp .topPhoto>div>ul.list-items {
    display: grid;
    grid-gap: var(--ff-gap);
    grid-auto-flow: row dense;
    grid-template-columns: repeat(auto-fill, minmax(min(var(--ff-box-width), 100%), 1fr));
    list-style: none;
    margin: 0 !important;
    padding: 0;
    color: var(--ff-tx-col-color);
}
#lp .topIcon>div>ul.list-items>li::before, #lp .topPhoto>div>ul.list-items>li::before {
    content: none;
}
#lp .topIcon>div>ul.list-items>li, #lp .topPhoto>div>ul.list-items>li{
    text-indent: 0;
    padding: 0;
    position: relative;
    background-color: var(--ff-bg-col-color);
    padding: var(--ff-padding);
    border-radius: var(--ff-radius);
}
#lp .topPhoto>div>ul.list-items>li{
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
#lp .topIcon>div>ul.list-items>li>span, #lp .topPhoto>div>ul.list-items>li>span{
    display: flex;
    height: 100%;
    align-content: space-between;
    flex-direction: column;
    justify-content: space-between;
}

#lp .topIcon>div>ul.list-items>li span.item-title, #lp .topPhoto>div>ul.list-items>li span.item-title {
    padding: 0.5em 0;
    line-height: 1.2;
    position: relative;
    font-size: var(--ff-font5);
    width: 100%;
    display: block;
    justify-items: start;
}

#lp .topIcon>div>ul.list-items>li .item-desc, #lp .topPhoto>div>ul.list-items>li .item-desc {
    padding: 0.2em 0;
    position: relative;
    flex-grow: 3;
}

#lp .topIcon>div>ul.list-items>li a.item-url, #lp .topPhoto>div>ul.list-items>li a.item-url {
    position: absolute;
    z-index: 3;
    inset: 0 0 0 0;
}

#lp .topIcon>div>ul.list-items>li span.item-btn, #lp .topPhoto>div>ul.list-items>li span.item-btn {
    padding: 0 2em;
    text-align: center;
    background-color: var(--ff-hg-col-color);
    border-radius: var(--ff-radius);
    font-size: 80%;
    position: relative;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--ff-hg2-col-color);
    text-transform: uppercase;
    transition: all 1s;
    margin: 1em 0 0 0;
    /*margin-left: var(--ff-padding);
    margin-right: var(--ff-padding);*/
    font-size: 120%;
    transition: all 0.3s;
}

#lp .topIcon>div>ul.list-items>li span.item-img {
    position: relative;
    display: block;
    background-image: var(--ff-sbi);
    background-size: contain;
    background-position: 50% 50%;
    border-radius: var(--ff-radius);
    /*background-color: var(--ff-bg-col-color);*/
    height: var(--ff-box-height);
    order: -1;
    background-repeat: no-repeat;
    background-position: var(--ff-align);
}

#lp .topPhoto>div>ul.list-items>li span.item-img {
    position: relative;
    display: block;
    background-image: var(--ff-sbi);
    background-size: cover	;
    background-position: 50% 50%;
    border-radius: var(--ff-radius);
    background-color: var(--ff-bg-col-color);
    height: var(--ff-box-height);
    order: -1;
    background-repeat: no-repeat;
    background-position: var(--ff-align);
    margin: var(--ff-padding);
}

#lp .column.topPhoto>div>ul.list-items>li>span>span, #lp .column.topPhoto>div>ul.list-items>li>span>div {
    padding-left: max(var(--ff-padding), 1em);
    padding-right: max(var(--ff-padding), 1em);
}

#lp .slide.scrollslow>.backgroundImage>span {
    transform: scale(150%);
    transform-origin: 0% calc(((var(--ff-scroll) + 1) / 2) * 100%);
}

#lp .slide.scrollfast>.backgroundImage>span {
    transform: scale(150%);
    transform-origin: 0% calc(((var(--ff-scroll) - 1) / -2) * 100%);
}







#lp .timeline {
    --ff-line-width: 3px;
    background-color: transparent;
}
#lp .timeline .inner-column{
    padding: 0;
    position: relative;
    flex-direction: row;
}
#lp .columnShadow.timeline {
    box-shadow: none;
}
#lp .columnShadow.timeline>div>ul.list-items>li .item-img{
    box-shadow: 0 0 0.5em #00000080;
}
#lp .timeline>div>ul.list-items {
    display: flex;
    list-style: none;
    margin: 0 !important;
    padding: 0;
    color: var(--ff-tx-col-color);
    flex-direction: column;
}
#lp .timeline>div>ul.list-items>li::before {
    content: none;
}
#lp .timeline>div>ul.list-items>li{
    margin: 0 0 0 var(--ff-padding);
    padding-left: var(--ff-padding);
    padding-bottom: var(--ff-gap);
    text-indent: 0;
    position: relative;
    /* border-left: var(--ff-line-width) solid var(--ff-tx-col-color); */
    box-sizing: border-box;
}
#lp .timeline>div>ul.list-items>li:first-of-type, #lp .timeline>div>ul.list-items>li:last-of-type{
    border-left: none;
}
#lp .timeline>div>ul.list-items>li::before{
    content: "";
    position: absolute;
    border-left: var(--ff-line-width) solid var(--ff-tx-col-color);
    height: 100%;
    left: 0;
    top: 0;
}
#lp .timeline>div>ul.list-items>li:first-of-type::before{
    content: "";
    position: absolute;
    border-left: var(--ff-line-width) solid var(--ff-tx-col-color);
    height: 100%;
    height: calc(100% - (var(--ff-font5) * 1.2));
    left: 0;
    bottom: 0;
    top: auto;
}
#lp .timeline>div>ul.list-items>li:last-of-type::before{
    content: "";
    position: absolute;
    border-left: var(--ff-line-width) solid var(--ff-tx-col-color);
    height: 2em;
    height: calc(var(--ff-font5) * 1.2);
    left: 0;
    top: 0;
}
#lp .timeline>div>ul.list-items>li>span{
    display: flex;
    height: 100%;
    flex-direction: column;
}
#lp .timeline>div>ul.list-items>li>span::before{
    content: "";
    border-top: calc(var(--ff-line-width) / 2) solid var(--ff-tx-col-color);
    position: absolute;
    left: 0;
    top: calc(var(--ff-font5) * 1.2);
    width: calc(var(--ff-padding) - 4px);
}
#lp .timeline>div>ul.list-items>li span.item-title {
    margin: 0.5em 0;
    line-height: 1.2;
    position: relative;
    font-size: var(--ff-font5);
    width: 100%;
    display: block;
    justify-items: start;
    order: -1;
}
#lp .timeline>div>ul.list-items>li span.item-subtitle {
    position: absolute;
    left: 0;
    top: calc(var(--ff-font5) * 1.2);
    transform: translate(-50%, -50%);
}
#lp .timeline>div>ul.list-items>li span.item-subtitle>span {
    padding: 0.2em 0.6em;
    line-height: 1.2;
    display: inline-block;
    background-color: var(--ff-hg-col-color);
    color: var(--ff-hg2-col-color);
    border-radius: var(--ff-radius);
    font-size: 90%;
}

#lp .timeline>div>ul.list-items>li .item-desc {
    margin: 0.5em 0;
    position: relative;
    flex-grow: 3;
}

#lp .timeline>div>ul.list-items>li a.item-url {
    position: absolute;
    z-index: 3;
    inset: 0 0 0 0;
}

#lp .timeline>div>ul.list-items>li span.item-btn {
    padding: 0 2em;
    text-align: center;
    background-color: var(--ff-tx-col-color);
    border-radius: var(--ff-radius);
    font-size: 80%;
    position: relative;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--ff-bg-col-color);
    text-transform: uppercase;
    transition: all 1s;
    margin: 1em 0 0 0;
    margin-left: var(--ff-padding);
    margin-right: var(--ff-padding);
    font-size: 120%;
    transition: all 0.3s;
}

#lp .timeline>div>ul.list-items>li span.item-img {
    position: relative;
    display: block;
    background-image: var(--ff-sbi);
    background-size: cover;
    background-position: 50% 50%;
    border-radius: var(--ff-radius);
    background-color: var(--ff-bg-col-color);
    order: -1;
    background-repeat: no-repeat;
    background-position: var(--ff-align);
    width: var(--ff-box-width);
    max-width: 100%;
}

#lp .timeline>div>ul.list-items>li span.item-img::before {
    content: "";
    position: relative;
    display: block;
    padding-top: var(--ff-box-height);
}

#lp .timeline.tlml>div>ul.list-items>li span.item-subtitle>span { /* middle label */
    padding: 0.2em 0.4em;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
    font-size: var(--ff-font7);
}
#lp .timeline.tlbl>div>ul.list-items>li span.item-subtitle>span { /* big label */
    padding: 0.1em 0.3em;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
    font-size: var(--ff-font5);
}
#lp .timeline.tlsc>div>ul.list-items>li span.item-subtitle>span { /* sm circle */
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	border-radius: 30px;
	font-weight: bold;
	vertical-align: middle;
}
#lp .timeline.tlbc>div>ul.list-items>li span.item-subtitle>span { /* big circle */
	width: 60px;
	height: 60px;
	line-height: 58px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	border-radius: 50px;
	font-weight: bold;
	vertical-align: middle;
    font-size: var(--ff-font5);
}
#lp .timeline.tlss>div>ul.list-items>li span.item-subtitle>span { /* sm square */
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}
#lp .timeline.tlbs>div>ul.list-items>li span.item-subtitle>span { /* big square */
	width: 60px;
	height: 60px;
	line-height: 58px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
    font-size: var(--ff-font5);
}

@media(max-width: 799px){
    #lp .timeline>div>ul.list-items>li{
        margin-left: calc(var(--ff-padding) * (var(--page-width) / 800));
        padding-left: calc(var(--ff-padding) * (var(--page-width) / 800));
    }
    #lp .timeline>div>ul.list-items>li>span::before {
        width: calc(var(--ff-padding) * (var(--page-width) / 800));
    }
}
@media(min-width: 800px){
    #lp .timeline.twosides>div>ul.list-items{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #lp .timeline.twosides>div>ul.list-items>li{
        width: 50%;
    }
    #lp .timeline.twosides>div>ul.list-items>li:nth-child(even){
        margin-left: 0;

    }
    #lp .timeline.twosides>div>ul.list-items>li>span{
        position: relative;
    }
    #lp .timeline.twosides>div>ul.list-items>li:nth-child(even)>span{
        position: relative;
        top: 50%;
    }
     #lp .timeline>div>ul.list-items>li:nth-of-type(2)::before{
        content: "";
        position: absolute;
        border-left: var(--ff-line-width) solid var(--ff-tx-col-color);
        height: 100%;
        height: calc(100% - (var(--ff-font5) * 1.2));
        left: 0;
        bottom: 0;
        top: auto;
    }
    #lp .timeline.twosides>div>ul.list-items>li:nth-child(odd) span.item-subtitle{
        right: calc(var(--ff-padding) * -1) !important;
        z-index: 2;
    }
    
    #lp .timeline.twosides>div>ul.list-items>li:nth-child(odd)>span::before {
        right: calc(var(--ff-padding) * -1) !important
    }
    #lp .timeline.twosides>div>ul.list-items>li:nth-child(even) span.item-subtitle{
        left: calc(var(--ff-padding) * -1);
    }
    
    #lp .timeline.twosides>div>ul.list-items>li:nth-child(even)>span::before {
        left: calc(var(--ff-padding) * -1);
    }

    #lp .timeline.twosides>div>ul.list-items>li:last-child{
        padding-bottom: 15%;
    }
    #lp .timeline.twosides>div>ul.list-items>li:nth-child(odd){
        margin-left: 0;
        border-left: none;
        /* border-right: var(--ff-line-width) solid var(--ff-tx-col-color); */
        padding-left: 0;
        padding-right: var(--ff-padding);
        text-align: right;
        position: relative;
    }
    
    #lp .timeline.twosides>div>ul.list-items>li:nth-child(odd)::before{
        left: 100%;
    }
    #lp .timeline.twosides>div>ul.list-items>li:nth-child(odd) span.item-subtitle{
        left: auto;
        right: 0;
        transform: translate(50%, -50%);
    }
    #lp .timeline.twosides>div>ul.list-items>li:nth-child(odd)>span::before{
        left: auto;
        right: 0;
    }
    #lp .timeline.twosides>div>ul.list-items>li:nth-child(odd)>span {
        align-items: flex-end;
    }
    .#lp .timeline.twosides>div>ul.list-items::before {
        content: "";
        width: 50%;
    }
    #lp .timeline.twosides>div>ul.list-items>li:nth-last-child(2):before{
        height: 30%;
    }
    
}

#lp a.btn, #lp .btn {
    display: inline-block;
    background-color: var( --ff-hg-col-color);
    color: var( --ff-hg2-col-color);
    border-radius: var(--ff-radius);
    padding: 0.6em 2em;
    margin: 0.5em 0;
    border: none;
    box-sizing: border-box;
    outline: none;
    font-size: var(--ff-font8);
    cursor: pointer;
    text-decoration: none;
	text-shadow: none;
	text-wrap: balance;
    --border-outline: 1px;
}

#lp a.btn::after, #lp .btn::after, #lp a.btn::before, #lp .btn::before {
	content: none;
}

#lp a.btn.h7, #lp .btn.h7 {
    font-size: var(--ff-font7);
    --border-outline: 1px;
}
#lp a.btn.h6, #lp .btn.h6 {
    font-size: var(--ff-font6);
    --border-outline: 1.5px;
}
#lp a.btn.h5, #lp .btn.h5 {
    font-size: var(--ff-font5);
    --border-outline: 2px;
}
#lp a.btn.h4, #lp .btn.h4 {
    font-size: var(--ff-font4);
    --border-outline: 2px;
}
#lp a.btn.h3, #lp .btn.h3 {
    font-size: var(--ff-font3);
    --border-outline: 2px;
}
#lp a.btn.h2, #lp .btn.h2 {
    font-size: var(--ff-font2);
    --border-outline: 2px;
}
#lp a.btn.h1, #lp .btn.h1 {
    font-size: var(--ff-font1);
    --border-outline: 3px;
}
#lp a.btn::after, #lp .btn::after {
	content: "";
}
#lp a.btn.invert, #lp .btn.invert {
    background-color: var( --ff-hg2-col-color);
    color: var( --ff-hg-col-color);
}
#lp a.btn.outlinebtn, #lp .btn.outlinebtn {
    background-color: transparent !important;
    color: var( --ff-hg-col-color);
    border: solid var(--border-outline) var(--ff-hg-col-color);
}
#lp a.notunderline {
	text-decoration: none;
}

#lp a.btn:hover, #lp .btn:hover, #lp li:hover .item-btn, #lp a.btn:focus, #lp .btn:focus, #lp li:focus .item-btn {
    filter: drop-shadow(0 0 0.1em #0000009c);
    transform: scale(1.1);
    transition: all 0.3s;
}

#lp .column:not(.topIcon, .list-image-link) .inner-column>ul>li:has(.item-url):hover .item-img {
    opacity: 0.8;
    transition: all 0.3s;
}