@keyframes spin-gradient{0%{--gradient:0%}25%{--gradient:50%}50%{--gradient:100%}75%{--gradient:50%}to{--gradient:0%}}*{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:#dfc8c800;-webkit-tap-highlight-color:#0000;scrollbar-width:none}::-webkit-scrollbar{width:0;height:0}html,body{scroll-behavior:smooth;background:var(--background-color);max-width:100dvw;height:fit-content;max-height:100dvh;font-family:var(--montserrat);overflow:hidden auto}body{background-position:50%;background-repeat:no-repeat;background-size:cover;flex-flow:column;justify-content:center;min-height:100dvh;animation:10s linear infinite forwards spin-gradient;display:flex}body *{-webkit-user-select:none!important;user-select:none!important}:is(body:not(:has(main)) footer,body:not(:has(section)) footer){margin-top:var(--content-height)}main{padding-top:var(--header-height);height:fit-content}section{min-height:var(--content-height);padding-top:20px}@media (max-width:1080px){section{padding-top:var(--content-horizontal-padding)}}p,a,span,small{font-family:var(--sfpro);color:var(--text-color);margin:4px 0}h1,h2,h3,h4,h5,h6{font-family:var(--montserrat);font-variation-settings:var(--font-variation-settings);color:var(--header-color)}h2{font-variation-settings:var(--font-variation-settings);margin-bottom:20px}input{border-color:#d1d1d1}section{width:100%;height:fit-content;min-height:var(--content-height);position:relative}@media (max-width:768px){section{width:100dvw;margin-left:0}}a,button{font-family:var(--sfpro)}span[data-type=selector-trigger]{color:var(--third-color)}ul,li,em,strong{color:var(--text-color)}.pageScroll{display:flex}button{font-size:var(--a-size)}[data-trigger=true]{cursor:pointer}.required{color:var(--accent-color)}
@keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-2%)}to{transform:translateY(0)}}@keyframes grow-and-shrink{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes slide-from-top{0%{transform:translateY(-100%)}to{transform:translateY(0%)}}@keyframes slide-from-top-double{0%{transform:translateY(-200%)}to{transform:translateY(0%)}}@keyframes slide-to-top{0%{transform:translateY(0%)}to{transform:translateY(-100%)}}@keyframes slide-to-top-double{0%{transform:translateY(0%)}to{transform:translateY(-200%)}}@keyframes slide-from-right{0%{transform:translate(100%)}to{transform:translate(0%)}}@keyframes slide-from-right-double{0%{transform:translate(200%)}to{transform:translate(0%)}}@keyframes slide-to-right{0%{transform:translate(0%)}to{transform:translate(100%)}}@keyframes slide-to-right-double{0%{transform:translate(0%)}to{transform:translate(200%)}}@keyframes slide-from-bottom{0%{transform:translateY(100%)}to{transform:translateY(0%)}}@keyframes slide-from-bottom-double{0%{transform:translateY(200%)}to{transform:translateY(0%)}}@keyframes slide-to-bottom{0%{transform:translateY(0%)}to{transform:translateY(100%)}}@keyframes slide-to-bottom-double{0%{transform:translateY(0%)}to{transform:translateY(200%)}}@keyframes slide-from-left{0%{transform:translate(-100%)}to{transform:translate(0%)}}@keyframes slide-from-left-double{0%{transform:translate(-200%)}to{transform:translate(0%)}}@keyframes slide-to-left{0%{transform:translate(0%)}to{transform:translate(-100%)}}@keyframes slide-to-left-double{0%{transform:translate(0%)}to{transform:translate(-200%)}}@keyframes grow{0%{max-width:0%;max-height:0%}to{max-width:100%;max-height:100%}}@keyframes shrink{0%{max-width:100%;max-height:100%}to{max-width:0%;max-height:0%}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-in-out{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes fade-out-in{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes expand{0%{max-height:0%}50%{max-height:50%}to{max-height:100%}}@keyframes collapse{0%{max-height:100%}50%{max-height:50%}to{max-height:0%}}@keyframes rotateY{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes rotateX{0%{transform:rotate(90)}to{transform:rotate(270deg)}}@keyframes rotateByTurn{to{transform:rotate(1turn)}}@keyframes zoom-out-in{0%{transform:scale(.9)}50%{transform:scale(1)}to{transform:scale(.9)}}@keyframes zoom-in-out{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@keyframes animatedBackground{0%{background-position:0 0}50%{background-position:100% 100%}to{background-position:0 0}}@keyframes spinAngle{0%{--a:0deg}25%{--a:90deg}50%{--a:180deg}75%{--a:270deg}to{--a:360deg}}@keyframes spinTurn{0%{--t:0turn}25%{--t:.25turn}50%{--t:.5turn}75%{--t:.75turn}to{--t:1turn}}@keyframes spinPercent{0%{--percent:0%}25%{--percent:50%}50%{--percent:100%}75%{--percent:50%}to{--percent:0%}}@keyframes spinPercentNegative{0%{--percent:0%}25%{--percent:-50%}50%{--percent:-100%}75%{--percent:-50%}to{--percent:0%}}@keyframes spinTest{to{--test:1turn}}@keyframes show{to{display:flex}}@keyframes hide{to{display:none}}.chlist-header-logo-enter,.chlist-header-logo-appear{transition:all .25s;animation-name:slide-from-right,fade-in;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-header-logo-exit{transition:all .25s;animation-name:slide-to-right,fade-out;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-menu-items-enter,.chlist-menu-items-appear{transition:all .25s;animation-name:slide-from-top,fade-in;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-menu-items-exit{transition:all .25s;animation-name:slide-to-top,fade-out;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-menu-items-mobile-enter,.chlist-menu-items-mobile-appear{transition:all .25s;animation-name:slide-from-right,fade-in;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-menu-items-mobile-exit{transition:all .25s;animation-name:slide-to-left,fade-out;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-catalog-menu-items-enter,.chlist-catalog-menu-items-appear{transition:all .25s;animation-name:slide-from-top,fade-in;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-catalog-menu-items-exit{transition:all .25s;animation-name:slide-to-top,fade-out;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-catalog-menu-items-mobile-enter,.chlist-catalog-menu-items-mobile-appear{transition:all .25s;animation-name:slide-from-left,fade-in;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-catalog-menu-items-mobile-exit{transition:all .25s;animation-name:slide-to-right,fade-out;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-search-spoiler-enter,.chlist-search-spoiler-appear{transition:all .25s;animation-name:slide-from-bottom,fade-in;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-search-spoiler-exit{transition:all .25s;animation-name:slide-to-bottom,fade-out;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-menu-sub-items-enter,.chlist-menu-sub-items-appear{transition:all .25s;animation-name:expand,fade-in;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-menu-sub-items-exit{transition:all .25s;animation-name:collapse,fade-out;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-left-additional-menu-items-enter,.chlist-left-additional-menu-items-appear{transition:all .25s;animation-name:slide-from-left,fade-in;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-left-additional-menu-items-exit{transition:all .25s;animation-name:slide-to-left,fade-out;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-left-additional-menu-sub-items-enter,.chlist-left-additional-menu-sub-items-appear{transition:all .25s;animation-name:expand,fade-in;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-left-additional-menu-sub-items-exit{transition:all .25s;animation-name:collapse,fade-out;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-right-additional-menu-items-enter,.chlist-right-additional-menu-items-appear{transition:all .25s;animation-name:slide-from-right,fade-in;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-right-additional-menu-items-exit{transition:all .25s;animation-name:slide-to-right,fade-out;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-right-additional-menu-sub-items-enter,.chlist-right-additional-menu-sub-items-appear{transition:all .25s;animation-name:expand,fade-in;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-right-additional-menu-sub-items-exit{transition:all .25s;animation-name:collapse,fade-out;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-page-menu-enter,.chlist-page-menu-appear{transition:all .25s;animation-name:slide-from-left,fade-in;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}.chlist-page-menu-exit{transition:all .25s;animation-name:slide-to-left,fade-out;animation-duration:.25s,.25s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}

