/* --- Font ---*/
/* --- Color ---*/
/* --- Fontsize ---*/
/* --- Fontweight ---*/
/* --- Layout : header sticky --- */
/* --- Gap --- */
/* --- Animation ---*/
@keyframes s4-scroll-down-move {
  0% {
    transform: translateY(-120%);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(200%);
    opacity: 0;
  }
}
@keyframes scroll-infinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ss-marquee__track {
    animation: none;
  }
}
/* --- Responsive ---*/
/* ---- FLEXBOX PROPERTY ---- */
/* ----------- RL ----------- */
/* ---- GRID PROPERTY ---- */
/* ---- PROPERTY ---- */
/* ---- MASK ---- */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.material-icons {
  font-style: normal;
}
* {
  outline: none;
}
.site-header {
  padding: 20px 40px;
  border-bottom: 1px solid #e5e5e5;
}
.lab-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 20px 80px;
  line-height: 1.5;
}
.lab-page h1 {
  font-size: 1.75rem;
  margin-bottom: 20px;
}
.lab-page h2 {
  font-size: max(1.15rem, 16px);
  margin: 40px 0 12px;
}
.lab-page code {
  background: #f2f2f2;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 0.9em;
}
.lab-page ul {
  padding-left: 20px;
}
.lab-page li {
  margin-bottom: 6px;
}
.lab-version {
  font-family: monospace;
  background: #eef3ff;
  padding: 1px 8px;
  border-radius: 10px;
  margin-left: 6px;
}
.lab-inactive {
  color: #b00;
  margin-left: 6px;
}
.lab-links {
  margin-top: 30px;
  font-size: max(0.9rem, 14px);
}
.lab-warning {
  color: #b00;
}
.cypera-form-wrap {
  margin-top: 30px;
}
.cypera-form-wrap .row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.cypera-form-wrap .field {
  margin-bottom: 18px;
  flex: 1 1 100%;
}
.cypera-form-wrap .row .field {
  flex: 1 1 calc(50% - 8px);
}
.cypera-form-wrap label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}
.cypera-form-wrap label.checkbox {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-weight: 400;
}
.cypera-form-wrap label.checkbox input {
  margin-top: 4px;
}
.cypera-form-wrap input:not([type="checkbox"]), .cypera-form-wrap select, .cypera-form-wrap textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font: inherit;
}
.cypera-form-wrap input:not([type="checkbox"]):focus, .cypera-form-wrap select:focus, .cypera-form-wrap textarea:focus {
  outline: 2px solid #3b6fd9;
  outline-offset: 1px;
  border-color: transparent;
}
.cypera-form-wrap .has-error input, .cypera-form-wrap .has-error select, .cypera-form-wrap .has-error textarea {
  border-color: #b00;
}
.cypera-form-wrap .required {
  color: #b00;
}
.cypera-form-wrap .hint {
  font-size: max(0.9rem, 14px);
  color: #666;
  margin-top: 4px;
}
.cypera-form-wrap .error {
  color: #b00;
  font-size: max(0.9rem, 14px);
  margin-top: 4px;
}
.cypera-form-wrap .error[hidden] {
  display: none;
}
.cypera-form-wrap .error.global {
  padding: 10px 12px;
  background: #fdecec;
  border-radius: 6px;
}
.cypera-form-wrap .actions {
  margin-top: 10px;
}
.cypera-form-wrap .lab-btn {
  padding: 12px 22px;
  border: 0;
  border-radius: 6px;
  background: #1d1d1f;
  color: #fff;
  font: inherit;
  cursor: pointer;
}
.cypera-form-wrap .lab-btn:hover {
  background: #3b6fd9;
}
.cypera-form-wrap .lab-btn[disabled] {
  opacity: 0.6;
  cursor: wait;
}
.cypera-form-wrap .confirmation {
  padding: 14px 16px;
  background: #e8f7ec;
  border-radius: 6px;
}
.cypera-form-wrap .confirmation[hidden] {
  display: none;
}
:root {
  --gap350-200: clamp(200px, 18vw, 350px);
  --gap300-100: clamp(100px, 15vw, 300px);
  --gap200-100: clamp(100px, 10vw, 200px);
  --gap200-80: clamp(80px, 10vw, 200px);
  --gap200-60: clamp(60px, 10vw, 200px);
  --gap200-40: clamp(40px, 8vw, 200px);
  --gap200-20: clamp(20px, 5vw, 200px);
  --gap180-80: clamp(80px, 9vw, 180px);
  --gap180-60: clamp(60px, 9vw, 180px);
  --gap180-40: clamp(40px, 8vw, 180px);
  --gap180-20: clamp(20px, 5vw, 180px);
  --gap160-80: clamp(80px, 8vw, 160px);
  --gap160-60: clamp(60px, 8vw, 160px);
  --gap160-40: clamp(40px, 8vw, 160px);
  --gap160-20: clamp(20px, 5vw, 160px);
  --gap140-80: clamp(80px, 7vw, 140px);
  --gap140-60: clamp(60px, 7vw, 140px);
  --gap140-40: clamp(40px, 7vw, 140px);
  --gap140-20: clamp(20px, 5vw, 140px);
  --gap120-80: clamp(80px, 6vw, 120px);
  --gap120-60: clamp(60px, 6vw, 120px);
  --gap120-40: clamp(40px, 6vw, 120px);
  --gap120-20: clamp(20px, 5vw, 120px);
  --gap100-80: clamp(80px, 5vw, 100px);
  --gap100-60: clamp(60px, 5vw, 100px);
  --gap100-40: clamp(40px, 5vw, 100px);
  --gap100-20: clamp(20px, 5vw, 100px);
  --gap80-60: clamp(60px, 4vw, 80px);
  --gap80-40: clamp(40px, 4vw, 80px);
  --gap80-30: clamp(30px, 4vw, 80px);
  --gap80-20: clamp(20px, 4vw, 80px);
  --gap60-40: clamp(40px, 3vw, 60px);
  --gap60-30: clamp(30px, 3vw, 60px);
  --gap60-20: clamp(20px, 3vw, 60px);
  --gap40-30: clamp(30px, 2vw, 40px);
  --gap40-20: clamp(20px, 2vw, 40px);
  --gap40-15: clamp(15px, 2vw, 40px);
  --gap30-20: clamp(20px, 2vw, 30px);
  --gap30-15: clamp(15px, 2vw, 30px);
  --fs-min: max(0.7rem, 11px);
  --fs-xxs: max(0.8rem, 13px);
  --fs-xs: max(0.9rem, 14px);
  --fs-sx: max(0.95rem, 14px);
  --fs-s: max(1rem, 15px);
  --fs-s1: max(1.08rem, 16px);
  --fs-regu: max(1.15rem, 16px);
  --fs-regu2: max(1.4rem, 18px);
  --fs-m: 1.75rem;
  --fs-m2: 2rem;
  --fs-m3: 2.25rem;
  --fs-m4: 2.5rem;
  --fs-l: 2.65rem;
  --fs-l2: 3rem;
  --fs-xl: 3.5rem;
  --fs-xl2: 4rem;
  --fs-xxl: 4.5rem;
  --fs-xxl2: 6rem;
  --fs-big: 7.5rem;
  --fs-xBig: 13rem;
}
html {
  font-size: 17px;
  scroll-behavior: smooth;
}
body {
  font-family: "Geist", sans-serif;
  position: relative;
}
main {
  overflow: clip;
  margin-bottom: auto;
}
main#page404 {
  min-height: 100svh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
}
main#page404 .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 50px;
  gap: 50px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
main#page404 .content .number {
  font-size: 8rem;
}
