:root {
  --feeling-1: #aae5c3;
  --feeling-2: #36e087;
  --feeling-3: #d8b5e8;
  --feeling-4: #ff8462;
  --feeling-5: #f54949;
  --feeling-6: #efd935;
  --feeling-7: #adba6e;
  --feeling-8: #2eabff;
  --feeling-9: #7bd8ec;
}
@media (prefers-color-scheme: light) {
  :root {
    --main-bg-color: white;
    --main-color: #0f0f3e;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --main-bg-color: #15171e;
    --main-color: #f4f3eb;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
@media print {
  .logo-group,
  .interface-group {
    display: none !important;
  }
  .about-container {
    display: none !important;
  }
  .feeling-wheel {
    display: none !important;
  }
  .element-mask {
    display: none !important;
  }
  .page-group::before {
    display: none !important;
  }
  .page-group::after {
    display: none !important;
  }
  .page-group .crn {
    display: none !important;
  }
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* HTML5 display-role reset for older browsers */
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:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background-color: var(--main-bg-color);
  overflow: hidden;
  max-height: 100svh;
  min-height: 100svh;
  height: 100svh;
  min-height: -moz-available;
  min-height: -webkit-fill-available;
  min-height: fill-available;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
button {
  position: relative;
}
.autopsy {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.warning {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100svh;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  background-color: var(--main-bg-color);
  color: var(--main-color);
}
@media (max-height: 109px) {
  .warning {
    display: flex;
  }
}
@media (max-width: 240px) {
  .warning {
    display: flex;
  }
}
.aut-container {
  visibility: visible;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.aut-container a {
  text-decoration: none;
  color: var(--main-color);
}
.aut-container .el {
  visibility: hidden;
  position: relative;
}
@media (min-height: 325px) {
  .aut-container .el.active {
    visibility: visible;
  }
}
.aut-container .line {
  position: absolute;
  width: 1px;
  height: 35px;
  background-color: var(--main-color);
  left: calc((100% - 1px) / 2);
  bottom: -20px;
  transition: 0.13s linear;
}
.aut-container .ca {
  font-family: sans-serif;
  font-size: 16vw;
  min-width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  color: transparent;
  position: relative;
}
.aut-container .cp {
  user-select: none;
  text-transform: uppercase;
  width: 20px;
  left: calc((100% - 25px) / 2);
  z-index: 1;
  overflow: hidden;
  bottom: -40px;
  text-align: center;
  font-family: sans-serif;
  position: absolute;
  font-size: 11px;
  letter-spacing: 1px;
  display: flex;
  padding-left: 5px;
  align-items: center;
  text-decoration: none;
  border: 1px solid var(--main-color);
  height: 20px;
  border-radius: 5px;
  color: var(--main-color);
  background-color: var(--main-bg-color);
  transition: 0.13s linear;
}
.aut-container .cp:hover {
  z-index: 2;
  width: 75px;
  left: calc((100% - 80px) / 2);
}
.aut-container .cp:hover span {
  opacity: 1;
}
.aut-container .cp:hover .val {
  opacity: 1;
}
.aut-container .cp .val {
  opacity: 0;
}
.aut-container .cp .arr {
  opacity: 0;
  position: absolute;
  right: 7px;
}
.aut-container .cp:hover {
  color: var(--main-bg-color);
  background-color: var(--main-color);
}
.aut-container .cp:hover span {
  transform: translateX(2px);
}
.feeling-actived .btn-a-a {
  display: block;
  animation-iteration-count: infinite;
}
.interface-group {
  position: absolute;
  top: 20px;
  height: calc(100% - 40px);
  z-index: 1;
}
@media (max-height: 422px) and (min-width: 551px) {
  .interface-group .aa-group {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-direction: column-reverse;
    display: flex;
  }
  .interface-group .aa-group::-webkit-scrollbar {
    display: none;
  }
  .interface-group .aa-group .a-group {
    position: relative;
    min-height: 240px;
    margin-bottom: 85px;
    display: flex;
    flex-flow: column;
  }
  .interface-group .aa-group .a-group #about {
    margin-top: 0px;
  }
  .interface-group .aa-group .a-group #about:before {
    display: none;
  }
}
@media (max-width: 550px) {
  .interface-group {
    right: 0;
    width: 70px;
    overflow-y: scroll;
    flex-direction: column-reverse;
    display: flex;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .interface-group::-webkit-scrollbar {
    display: none;
  }
  .interface-group .aa-group {
    position: relative;
    min-height: 708px;
    bottom: 0px;
  }
  .interface-group .a-group {
    height: 160px;
    bottom: 528px;
  }
  .interface-group .a-group #about {
    margin-top: 0px;
  }
  .interface-group .a-group #about:before {
    display: none;
  }
  .interface-group .c-group {
    bottom: 83px;
    height: 430px;
  }
}
@media (min-width: 551px) {
  .interface-group {
    width: 100%;
  }
  .interface-group .aa-group {
    position: absolute;
    padding-left: 20px;
  }
  .interface-group .c-group {
    height: 100%;
    bottom: 0;
  }
}
@media (min-width: 551px) and (max-height: 399px) {
  .interface-group .aa-group {
    height: 100%;
    top: 0px;
  }
}
@media (min-width: 551px) and (min-height: 400px) {
  .interface-group .aa-group {
    height: calc(100% - 65px);
    top: 66px;
  }
}
@media (min-height: 423px) and (min-width: 551px) {
  .interface-group .a-group {
    height: calc(100% - 83px);
  }
}
.interface-group .aa-group {
  z-index: 10;
  width: 50px;
}
.interface-group .a-group {
  position: absolute;
}
.interface-group .b-group {
  position: absolute;
  bottom: 0px;
}
.interface-group .c-group {
  position: absolute;
  width: 70px;
  right: 0;
}
.btn-a-a {
  display: none;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transform-origin: center;
  animation-iteration-count: 0;
  -webkit-animation: impulse 1.5s cubic-bezier(0.45, 1.05, 1, 1) infinite;
  -moz-animation: impulse 1.5s cubic-bezier(0.45, 1.05, 1, 1) infinite;
  animation: impulse 1.5s cubic-bezier(0.45, 1.05, 1, 1) infinite;
  background-color: var(--main-color);
}
@-moz-keyframes impulse {
  0% {
    opacity: 0.7;
    -moz-transform: scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@-webkit-keyframes impulse {
  0% {
    opacity: 0.7;
    -webkit--transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit--transform: scale(1.5);
  }
}
@keyframes impulse {
  0% {
    opacity: 0.7;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
.panel {
  position: absolute;
  width: 100%;
  height: 100svh;
  background-color: var(--main-bg-color);
  opacity: 0;
  z-index: -100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel h6 {
  font-size: 80px;
  font-family: sans-serif;
  color: var(--main-color);
}
.panel.active {
  z-index: 98;
  opacity: 1;
}
.panel .logo-group {
  position: relative;
  transform: scale(4);
}
.button-video {
  opacity: 0;
  position: absolute;
  z-index: 100;
}
.button-video:hover {
  opacity: 1;
}
button {
  -webkit-tap-highlight-color: transparent;
}
button:focus:after {
  color: var(--main-color);
  position: absolute;
  font-size: 21px;
  top: 16px;
}
#pipi {
  position: relative;
  z-index: 300000;
}
.page-group {
  z-index: 2;
  position: absolute;
  box-sizing: border-box;
  transition: linear 0.2s;
}
.page-group .page-group-copy-anim {
  position: absolute;
  visibility: hidden;
  z-index: 5;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid var(--main-color);
  transition: 0s;
  transform: translateY(0svh);
  background-color: var(--main-bg-color);
}
.page-group .page-group-copy-anim.active {
  visibility: visible;
  transition: 0.5s ease-in;
  transform: translateY(100svh);
}
.page-group .page-group-copy-anim:before {
  z-index: 2;
  position: absolute;
  content: "";
  background-color: var(--main-bg-color);
  top: -2px;
  left: -2px;
  width: 23px;
  height: 23px;
}
.page-group .page-group-copy-anim .crn {
  z-index: 4;
  top: -1px;
  left: -1px;
}
@media (max-height: 399px) {
  .page-group {
    height: calc(100svh - 41px);
    top: 20px;
  }
}
@media (min-height: 400px) {
  .page-group {
    height: calc(100svh - 106px);
    top: 86px;
  }
}
@media (max-width: 550px) {
  .page-group {
    width: calc(100vw - 110px);
    left: 20px;
  }
}
@media (min-width: 551px) {
  .page-group {
    width: calc(100vw - 182px);
    left: 92px;
  }
}
.page-group.edit-mode {
  left: 20px;
  width: calc(100vw - 110px);
}
@media (max-height: 200px) {
  .page-group.edit-mode {
    height: calc(100svh - 41px);
  }
}
@media (min-height: 201px) and (max-height: 300px) {
  .page-group.edit-mode {
    height: calc(100svh - 130px);
  }
}
@media (min-height: 301px) and (max-height: 400px) {
  .page-group.edit-mode {
    height: calc(100svh - 210px);
  }
}
@media (min-height: 401px) and (max-height: 550px) {
  .page-group.edit-mode {
    height: calc(100svh - 275px);
  }
}
@media (min-height: 551px) and (max-height: 599px) {
  .page-group.edit-mode {
    height: calc(100svh - 325px);
  }
}
@media (min-height: 600px) {
  .page-group.edit-mode {
    height: calc(100svh - 375px);
  }
}
@media (max-height: 280px) {
  .page-group.feelings-mode {
    transform: translate(0px, 0px);
  }
  .page-group.feelings-mode:after {
    opacity: 1 !important;
  }
  .page-group.feelings-mode:before {
    opacity: 1 !important;
  }
  .page-group.feelings-mode .crn {
    opacity: 1 !important;
  }
}
@media (max-width: 550px) and (min-height: 281px) and (max-height: 505px) {
  .page-group.feelings-mode {
    transform: translate(35px, -45px);
  }
}
@media (max-width: 550px) and (min-height: 506px) {
  .page-group.feelings-mode {
    transform: translate(35px, -100px);
  }
}
@media (min-width: 550px) and (max-height: 450px) and (min-height: 281px) {
  .page-group.feelings-mode {
    transform: translate(0px, -30px);
  }
}
.page-group.feelings-mode:after {
  opacity: 0;
}
.page-group.feelings-mode:before {
  opacity: 0;
}
.page-group.feelings-mode .crn {
  opacity: 0;
}
.page-group:after {
  z-index: -1;
  opacity: 1;
  transition: 0.2s linear opacity;
  position: absolute;
  content: "";
  border: var(--main-color);
  top: 0px;
  left: 0px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 0 10px 10px 10px;
  border: 1px solid var(--main-color);
}
.page-group:before {
  z-index: 2;
  position: absolute;
  content: "";
  background-color: var(--main-bg-color);
  top: -2px;
  left: -2px;
  width: 23px;
  height: 23px;
}
.page-group .crn {
  opacity: 1;
  z-index: 3;
  transition: 0.2s linear opacity;
  position: absolute;
  overflow: hidden;
  content: "";
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
}
.page-group .crn:after {
  z-index: 2;
  position: absolute;
  content: "";
  border-top: 1px solid var(--main-color);
  top: 1px;
  left: 17px;
  width: 29px;
  height: 29px;
  transform: rotate(-45deg);
  transform-origin: bottom;
}
@media (max-height: 280px) {
  .p2 {
    display: none !important;
  }
}
.ani {
  opacity: 1;
  transition: 0.3s cubic-bezier(0, 0, 0.02, 1);
  visibility: visible;
}
.ani.left {
  transform: translateX(0px);
}
.ani.right {
  transform: translateX(0px);
}
.ani.right-v {
  transform: translateX(0px);
}
@media (max-width: 550px) {
  .ani.p1 {
    transition-delay: 0;
  }
  .ani.p2 {
    transition-delay: 0;
  }
  .ani.p3 {
    transition-delay: 0;
  }
  .ani.p4 {
    transition-delay: 0;
  }
  .ani.p5 {
    transition-delay: 0;
  }
}
@media (min-width: 551px) {
  .ani.p1 {
    transition-delay: 0;
  }
  .ani.p2 {
    transition-delay: 0.05s;
  }
  .ani.p3 {
    transition-delay: 0.1s;
  }
  .ani.p4 {
    transition-delay: 0.15s;
  }
  .ani.p5 {
    transition-delay: 0.2s;
  }
}
@media (max-width: 550px) {
  .ani.masked-d {
    transition: 0s cubic-bezier(0, 0, 0.02, 1);
    transition-delay: 0;
  }
}
@media (min-width: 551px) {
  .ani.masked-d {
    opacity: 0;
    visibility: hidden;
  }
  .ani.masked-d.left {
    transform: translateX(-50px);
  }
}
.ani.masked {
  opacity: 0;
  visibility: hidden;
}
@media (max-height: 280px) {
  .ani.masked:not(.masked-d) {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px) !important;
  }
}
@media (max-width: 550px) {
  .ani.masked.p1 {
    transition-delay: 0;
  }
  .ani.masked.p2 {
    transition-delay: 0;
  }
  .ani.masked.p3 {
    transition-delay: 0;
  }
  .ani.masked.p4 {
    transition-delay: 0;
  }
  .ani.masked.p5 {
    transition-delay: 0;
  }
}
@media (max-width: 550px) and (max-height: 280px) {
  .ani.masked.left {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 550px) and (min-height: 281px) {
  .ani.masked.left {
    transform: translateX(50px);
  }
}
@media (min-width: 551px) {
  .ani.masked.left {
    transform: translateX(-50px);
  }
}
@media (min-width: 551px) and (max-height: 280px) {
  .ani.masked:not(.masked-d) {
    transform: translateX(0px) !important;
  }
}
.ani.masked.right {
  transform: translateX(50px);
}
.ani.masked.right-v {
  transform: translateX(50px);
}
.arrow-group .gr {
  position: absolute;
  z-index: 0;
  height: 100svh;
  box-sizing: border-box;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.arrow-group .gr.left {
  visibility: hidden;
  left: 21px;
}
@media (max-height: 422px) and (min-width: 551px) {
  .arrow-group .gr.left {
    visibility: visible;
  }
}
@media (min-height: 423px) and (min-width: 551px) {
  .arrow-group .gr.left {
    visibility: hidden;
  }
}
.arrow-group .gr.right {
  right: 21px;
}
@media (max-height: 460px) {
  .arrow-group .gr.right {
    visibility: visible;
  }
}
@media (min-height: 461px) {
  .arrow-group .gr.right {
    visibility: hidden;
  }
}
.arrow-group .ar {
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  opacity: 0.2;
}
.arrow-group .ar.active {
  opacity: 1;
}
.arrow-group .ar.top {
  border-left: 1px solid var(--main-color);
  border-top: 1px solid var(--main-color);
}
.arrow-group .ar.bottom {
  border-right: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
}
#info-bubble {
  width: 50px;
  height: 50px;
  padding: 0;
  margin-right: 28px;
  border: none;
  cursor: default;
  background-color: transparent;
}
.logo-group {
  color: var(--main-color);
  user-select: none;
  display: flex;
  position: absolute;
  left: 20px;
  align-items: center;
  z-index: 2;
  bottom: 20px;
}
@media (max-width: 390px) {
  .logo-group h2 {
    display: none;
  }
}
@media (max-height: 399px) {
  .logo-group {
    width: 100%;
    height: 11px;
    top: 5px;
  }
  .logo-group #info-bubble {
    display: none;
  }
  .logo-group .logo-title {
    width: 300px;
    display: flex;
    align-items: center;
    height: 11px;
  }
  .logo-group .logo-title h1 {
    min-width: 155px;
  }
  .logo-group .logo-title h2 {
    min-width: 90px;
  }
  .logo-group .logo-title h3 {
    display: none;
  }
}
@media (max-height: 399px) and (min-width: 551px) {
  .logo-group.edit-mode .logo-title {
    transform: translate(0px);
  }
  .logo-group .logo-title {
    transition: linear 0.2s;
    transform: translate(71px);
  }
}
@media (min-height: 400px) {
  .logo-group {
    width: 172px;
    height: 53px;
    top: 20px;
  }
  .logo-group #info-bubble {
    display: block;
  }
  .logo-group .logo-title {
    display: block;
    width: 100px;
  }
}
.logo-group svg {
  width: 53px;
  height: 53px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.logo-group svg .svg-text {
  transform-origin: center;
  -webkit-animation: spin 20s linear infinite;
  -moz-animation: spin 20s linear infinite;
  animation: spin 20s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.logo-group path,
.logo-group polygon,
.logo-group rect {
  fill: var(--main-color);
}
.logo-group h1 {
  font-size: 12px;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 1px;
}
.logo-group h2 {
  font-size: 6px;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
.logo-group h3 {
  font-size: 8px;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: bold;
  margin-bottom: 4px;
  text-align: left;
}
h3 {
  font-size: 7px;
  text-align: center;
  width: 100%;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
  user-select: none;
  font-family: sans-serif;
  color: var(--main-color);
}
.builder-group {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-y: scroll;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  flex-direction: column-reverse;
  display: flex;
  width: 70px;
}
.builder-group::-webkit-scrollbar {
  display: none;
}
.builder-group.active {
  z-index: 11;
}
.builder-group h3 {
  width: 51px;
}
.builder-group div {
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.builder-group div button.t1 {
  border-radius: 10px 10px 0 0;
}
.builder-group div button.t2 {
  border-radius: 0 0 10px 10px;
}
.builder-group div button.t3 {
  margin-top: -1px;
  border-radius: 10px;
}
.builder-group div button {
  background-color: var(--main-bg-color);
  color: var(--main-color);
  font-size: 6px;
  font-family: sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--main-color);
}
.builder-group div button svg {
  width: 44px;
  height: 44px;
}
.builder-group div button svg path,
.builder-group div button svg circle {
  fill: var(--main-color);
}
.builder-group div button.bt {
  border-bottom: 0px;
}
.builder-group div button.active,
.builder-group div button:hover {
  background-color: var(--main-color);
  color: var(--main-bg-color);
}
.builder-group div button.active svg path,
.builder-group div button:hover svg path,
.builder-group div button.active svg circle,
.builder-group div button:hover svg circle {
  fill: var(--main-bg-color);
}
.color-group {
  z-index: 0;
  align-items: center;
  position: absolute;
  flex-direction: column;
  left: 20px;
  bottom: 20px;
}
.color-group.active {
  transform: translate(0px);
  z-index: 10;
  display: block;
}
.color-group h3 {
  opacity: 0;
  transition: 0.1s linear 0s opacity;
}
.color-group h3.active {
  opacity: 1;
  transition: 0.1s linear 0.5s opacity;
}
.feeling-wheel {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-height: 280px) {
  .feeling-wheel {
    display: none;
  }
}
.feeling-wheel.actived {
  z-index: 2000;
}
.feeling-wheel.actived .feeling-container:before {
  transform: scale(1);
}
.feeling-wheel .feeling-library {
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 10px 10px 0 0;
  border-top: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
  border-left: 1px solid var(--main-color);
  overflow: hidden;
  background-color: var(--main-bg-color);
  transition: 0.3s cubic-bezier(0, 0, 0.55, 1.01);
  transform: translateY(200px);
  opacity: 0;
}
@media (max-height: 280px) {
  .feeling-wheel .feeling-library {
    display: none;
  }
}
@media (max-height: 505px) {
  .feeling-wheel .feeling-library {
    height: 100px;
  }
}
@media (min-height: 506px) {
  .feeling-wheel .feeling-library {
    height: 150px;
  }
}
.feeling-wheel .feeling-library button {
  visibility: hidden;
}
.feeling-wheel .feeling-library.actived {
  z-index: -10;
  transform: translateY(0px);
  opacity: 1;
}
.feeling-wheel .feeling-library.actived button {
  visibility: visible;
}
.feeling-wheel .feeling-library.feeling-1 {
  background-color: var(--feeling-1) !important;
}
.feeling-wheel .feeling-library.feeling-1.feeling-2 button:before {
  background-color: var(--feeling-2);
}
.feeling-wheel .feeling-library.feeling-1.feeling-3 button:before {
  background-color: var(--feeling-3);
}
.feeling-wheel .feeling-library.feeling-1.feeling-4 button:before {
  background-color: var(--feeling-4);
}
.feeling-wheel .feeling-library.feeling-1.feeling-5 button:before {
  background-color: var(--feeling-5);
}
.feeling-wheel .feeling-library.feeling-1.feeling-6 button:before {
  background-color: var(--feeling-6);
}
.feeling-wheel .feeling-library.feeling-1.feeling-7 button:before {
  background-color: var(--feeling-7);
}
.feeling-wheel .feeling-library.feeling-1.feeling-8 button:before {
  background-color: var(--feeling-8);
}
.feeling-wheel .feeling-library.feeling-1.feeling-9 button:before {
  background-color: var(--feeling-9);
}
.feeling-wheel .feeling-library.feeling-2 {
  background-color: var(--feeling-2) !important;
}
.feeling-wheel .feeling-library.feeling-2.feeling-1 button:before {
  background-color: var(--feeling-1);
}
.feeling-wheel .feeling-library.feeling-2.feeling-3 button:before {
  background-color: var(--feeling-3);
}
.feeling-wheel .feeling-library.feeling-2.feeling-4 button:before {
  background-color: var(--feeling-4);
}
.feeling-wheel .feeling-library.feeling-2.feeling-5 button:before {
  background-color: var(--feeling-5);
}
.feeling-wheel .feeling-library.feeling-2.feeling-6 button:before {
  background-color: var(--feeling-6);
}
.feeling-wheel .feeling-library.feeling-2.feeling-7 button:before {
  background-color: var(--feeling-7);
}
.feeling-wheel .feeling-library.feeling-2.feeling-8 button:before {
  background-color: var(--feeling-8);
}
.feeling-wheel .feeling-library.feeling-2.feeling-9 button:before {
  background-color: var(--feeling-9);
}
.feeling-wheel .feeling-library.feeling-3 {
  background-color: var(--feeling-3) !important;
}
.feeling-wheel .feeling-library.feeling-3.feeling-2 button:before {
  background-color: var(--feeling-2);
}
.feeling-wheel .feeling-library.feeling-3.feeling-1 button:before {
  background-color: var(--feeling-1);
}
.feeling-wheel .feeling-library.feeling-3.feeling-4 button:before {
  background-color: var(--feeling-4);
}
.feeling-wheel .feeling-library.feeling-3.feeling-5 button:before {
  background-color: var(--feeling-5);
}
.feeling-wheel .feeling-library.feeling-3.feeling-6 button:before {
  background-color: var(--feeling-6);
}
.feeling-wheel .feeling-library.feeling-3.feeling-7 button:before {
  background-color: var(--feeling-7);
}
.feeling-wheel .feeling-library.feeling-3.feeling-8 button:before {
  background-color: var(--feeling-8);
}
.feeling-wheel .feeling-library.feeling-3.feeling-9 button:before {
  background-color: var(--feeling-9);
}
.feeling-wheel .feeling-library.feeling-4 {
  background-color: var(--feeling-4) !important;
}
.feeling-wheel .feeling-library.feeling-4.feeling-2 button:before {
  background-color: var(--feeling-2);
}
.feeling-wheel .feeling-library.feeling-4.feeling-3 button:before {
  background-color: var(--feeling-3);
}
.feeling-wheel .feeling-library.feeling-4.feeling-1 button:before {
  background-color: var(--feeling-1);
}
.feeling-wheel .feeling-library.feeling-4.feeling-5 button:before {
  background-color: var(--feeling-5);
}
.feeling-wheel .feeling-library.feeling-4.feeling-6 button:before {
  background-color: var(--feeling-6);
}
.feeling-wheel .feeling-library.feeling-4.feeling-7 button:before {
  background-color: var(--feeling-7);
}
.feeling-wheel .feeling-library.feeling-4.feeling-8 button:before {
  background-color: var(--feeling-8);
}
.feeling-wheel .feeling-library.feeling-4.feeling-9 button:before {
  background-color: var(--feeling-9);
}
.feeling-wheel .feeling-library.feeling-5 {
  background-color: var(--feeling-5) !important;
}
.feeling-wheel .feeling-library.feeling-5.feeling-2 button:before {
  background-color: var(--feeling-2);
}
.feeling-wheel .feeling-library.feeling-5.feeling-3 button:before {
  background-color: var(--feeling-3);
}
.feeling-wheel .feeling-library.feeling-5.feeling-4 button:before {
  background-color: var(--feeling-4);
}
.feeling-wheel .feeling-library.feeling-5.feeling-1 button:before {
  background-color: var(--feeling-1);
}
.feeling-wheel .feeling-library.feeling-5.feeling-6 button:before {
  background-color: var(--feeling-6);
}
.feeling-wheel .feeling-library.feeling-5.feeling-7 button:before {
  background-color: var(--feeling-7);
}
.feeling-wheel .feeling-library.feeling-5.feeling-8 button:before {
  background-color: var(--feeling-8);
}
.feeling-wheel .feeling-library.feeling-5.feeling-9 button:before {
  background-color: var(--feeling-9);
}
.feeling-wheel .feeling-library.feeling-6 {
  background-color: var(--feeling-6) !important;
}
.feeling-wheel .feeling-library.feeling-6.feeling-2 button:before {
  background-color: var(--feeling-2);
}
.feeling-wheel .feeling-library.feeling-6.feeling-3 button:before {
  background-color: var(--feeling-3);
}
.feeling-wheel .feeling-library.feeling-6.feeling-4 button:before {
  background-color: var(--feeling-4);
}
.feeling-wheel .feeling-library.feeling-6.feeling-5 button:before {
  background-color: var(--feeling-5);
}
.feeling-wheel .feeling-library.feeling-6.feeling-1 button:before {
  background-color: var(--feeling-1);
}
.feeling-wheel .feeling-library.feeling-6.feeling-7 button:before {
  background-color: var(--feeling-7);
}
.feeling-wheel .feeling-library.feeling-6.feeling-8 button:before {
  background-color: var(--feeling-8);
}
.feeling-wheel .feeling-library.feeling-6.feeling-9 button:before {
  background-color: var(--feeling-9);
}
.feeling-wheel .feeling-library.feeling-7 {
  background-color: var(--feeling-7) !important;
}
.feeling-wheel .feeling-library.feeling-7.feeling-2 button:before {
  background-color: var(--feeling-2);
}
.feeling-wheel .feeling-library.feeling-7.feeling-3 button:before {
  background-color: var(--feeling-3);
}
.feeling-wheel .feeling-library.feeling-7.feeling-4 button:before {
  background-color: var(--feeling-4);
}
.feeling-wheel .feeling-library.feeling-7.feeling-5 button:before {
  background-color: var(--feeling-5);
}
.feeling-wheel .feeling-library.feeling-7.feeling-6 button:before {
  background-color: var(--feeling-6);
}
.feeling-wheel .feeling-library.feeling-7.feeling-1 button:before {
  background-color: var(--feeling-1);
}
.feeling-wheel .feeling-library.feeling-7.feeling-8 button:before {
  background-color: var(--feeling-8);
}
.feeling-wheel .feeling-library.feeling-7.feeling-9 button:before {
  background-color: var(--feeling-9);
}
.feeling-wheel .feeling-library.feeling-8 {
  background-color: var(--feeling-8) !important;
}
.feeling-wheel .feeling-library.feeling-8.feeling-2 button:before {
  background-color: var(--feeling-2);
}
.feeling-wheel .feeling-library.feeling-8.feeling-3 button:before {
  background-color: var(--feeling-3);
}
.feeling-wheel .feeling-library.feeling-8.feeling-4 button:before {
  background-color: var(--feeling-4);
}
.feeling-wheel .feeling-library.feeling-8.feeling-5 button:before {
  background-color: var(--feeling-5);
}
.feeling-wheel .feeling-library.feeling-8.feeling-6 button:before {
  background-color: var(--feeling-6);
}
.feeling-wheel .feeling-library.feeling-8.feeling-7 button:before {
  background-color: var(--feeling-7);
}
.feeling-wheel .feeling-library.feeling-8.feeling-1 button:before {
  background-color: var(--feeling-1);
}
.feeling-wheel .feeling-library.feeling-8.feeling-9 button:before {
  background-color: var(--feeling-9);
}
.feeling-wheel .feeling-library.feeling-9 {
  background-color: var(--feeling-9) !important;
}
.feeling-wheel .feeling-library.feeling-9.feeling-2 button:before {
  background-color: var(--feeling-2);
}
.feeling-wheel .feeling-library.feeling-9.feeling-3 button:before {
  background-color: var(--feeling-3);
}
.feeling-wheel .feeling-library.feeling-9.feeling-4 button:before {
  background-color: var(--feeling-4);
}
.feeling-wheel .feeling-library.feeling-9.feeling-5 button:before {
  background-color: var(--feeling-5);
}
.feeling-wheel .feeling-library.feeling-9.feeling-6 button:before {
  background-color: var(--feeling-6);
}
.feeling-wheel .feeling-library.feeling-9.feeling-7 button:before {
  background-color: var(--feeling-7);
}
.feeling-wheel .feeling-library.feeling-9.feeling-8 button:before {
  background-color: var(--feeling-8);
}
.feeling-wheel .feeling-library.feeling-9.feeling-1 button:before {
  background-color: var(--feeling-1);
}
.feeling-wheel .feeling-library .information-container {
  background-color: var(--main-color);
  display: flex;
  justify-content: space-between;
  height: 20px;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}
.feeling-wheel .feeling-library .information-container h3 {
  width: auto;
  margin-bottom: 2px;
  color: var(--main-bg-color);
}
.feeling-wheel .feeling-library .information-container h3:nth-of-type(1) {
  text-align: left;
}
.feeling-wheel .feeling-library .information-container h3:nth-of-type(2) {
  text-align: right;
}
.feeling-wheel .feeling-library .btn-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  height: calc(100% - 20px);
}
.feeling-wheel .feeling-library .btn-container button {
  user-select: none;
  cursor: pointer;
  font-size: 20px;
  border: none;
  margin: 0;
  padding: 0;
  width: calc(100% / 5);
  height: 100%;
  background-color: transparent;
  transition: linear 0.2s;
}
.feeling-wheel .feeling-library .btn-container button.feeling-actived {
  background-color: var(--main-color) !important;
}
@media (prefers-color-scheme: light) {
  .feeling-wheel .feeling-library .btn-container button {
    color: var(--main-color);
  }
}
@media (prefers-color-scheme: dark) {
  .feeling-wheel .feeling-library .btn-container button {
    color: var(--main-bg-color);
  }
}
.feeling-wheel .feeling-library .btn-container button:before {
  transition: background-color 0.3s linear;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: white;
}
.feeling-wheel .feeling-library .btn-container button:nth-of-type(1):before {
  opacity: 0.8;
}
.feeling-wheel .feeling-library .btn-container button:nth-of-type(2):before {
  opacity: 0.6;
}
.feeling-wheel .feeling-library .btn-container button:nth-of-type(3):before {
  opacity: 0.4;
}
.feeling-wheel .feeling-library .btn-container button:nth-of-type(4):before {
  opacity: 0.2;
}
.feeling-wheel .feeling-library .btn-container button:nth-of-type(5):before {
  opacity: 0;
}
.feeling-wheel .feeling-container {
  z-index: 1;
  position: relative;
}
@media (max-height: 280px) {
  .feeling-wheel .feeling-container {
    display: none;
  }
}
@media (max-width: 500px) {
  .feeling-wheel .feeling-container {
    margin-top: -150px;
  }
}
@media (max-width: 500px) and (max-height: 505px) {
  .feeling-wheel .feeling-container {
    width: 35vw;
    height: 35vw;
    transform: translateY(50px);
  }
}
@media (max-width: 500px) and (min-height: 506px) and (max-height: 614px) {
  .feeling-wheel .feeling-container {
    width: 60vw;
    height: 60vw;
  }
}
@media (max-width: 500px) and (min-height: 615px) {
  .feeling-wheel .feeling-container {
    width: 80vw;
    height: 80vw;
  }
}
@media (min-width: 501px) {
  .feeling-wheel .feeling-container {
    width: 50svh;
    height: 50svh;
  }
}
@media (min-width: 501px) and (max-height: 400px) {
  .feeling-wheel .feeling-container {
    transform: translateY(-30px);
  }
}
.feeling-wheel .feeling-container:before {
  transform: scale(0);
  transition: 0.3s cubic-bezier(1, 0, 1, 1);
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--main-color);
}
.feeling-wheel .feeling-container .btn-container {
  position: absolute;
  width: 50px;
  height: calc(50% + 25px);
  top: calc(0px - 25px);
  left: calc(50% - 25px);
  transform-origin: bottom;
  --delay: 0.03s;
  --angle: calc(360deg / 10);
  transition: 0.3s cubic-bezier(1, 0, 1, 1);
}
.feeling-wheel .feeling-container .btn-container button {
  visibility: hidden;
}
.feeling-wheel .feeling-container .btn-container.actived {
  transition: 0.3s cubic-bezier(0, 1.08, 1, 1);
}
.feeling-wheel .feeling-container .btn-container.actived button {
  visibility: visible;
}
.feeling-wheel .feeling-container .btn-container:nth-child(1) {
  transition-delay: 0;
  transform: scale(0);
}
.feeling-wheel .feeling-container .btn-container:nth-child(1).actived {
  transform: scale(1);
}
.feeling-wheel .feeling-container .btn-container:nth-child(1) button {
  background-color: var(--feeling-1);
}
.feeling-wheel .feeling-container .btn-container:nth-child(2) {
  transition-delay: var(--delay);
  transform: rotate(0deg) scale(0);
}
.feeling-wheel .feeling-container .btn-container:nth-child(2).actived {
  transform: rotate(var(--angle)) scale(1);
}
.feeling-wheel .feeling-container .btn-container:nth-child(2) button {
  transform: rotate(calc(var(--angle) * -1));
  background-color: var(--feeling-2);
}
.feeling-wheel .feeling-container .btn-container:nth-child(3) {
  transition-delay: calc(var(--delay) * 2);
  transform: rotate(0deg) scale(0);
}
.feeling-wheel .feeling-container .btn-container:nth-child(3).actived {
  transform: rotate(calc(var(--angle) * 2)) scale(1);
}
.feeling-wheel .feeling-container .btn-container:nth-child(3) button {
  transform: rotate(calc(var(--angle) * -2));
  background-color: var(--feeling-3);
}
.feeling-wheel .feeling-container .btn-container:nth-child(4) {
  transition-delay: calc(var(--delay) * 3);
  transform: rotate(0deg) scale(0);
}
.feeling-wheel .feeling-container .btn-container:nth-child(4).actived {
  transform: rotate(calc(var(--angle) * 3)) scale(1);
}
.feeling-wheel .feeling-container .btn-container:nth-child(4) button {
  transform: rotate(calc(var(--angle) * -3));
  background-color: var(--feeling-4);
}
.feeling-wheel .feeling-container .btn-container:nth-child(5) {
  transition-delay: calc(var(--delay) * 4);
  transform: rotate(0deg) scale(0);
}
.feeling-wheel .feeling-container .btn-container:nth-child(5).actived {
  transform: rotate(calc(var(--angle) * 4)) scale(1);
}
.feeling-wheel .feeling-container .btn-container:nth-child(5) button {
  transform: rotate(calc(var(--angle) * -4));
  background-color: var(--feeling-5);
}
.feeling-wheel .feeling-container .btn-container:nth-child(6) {
  transition-delay: calc(var(--delay) * 5);
  transform: rotate(0deg) scale(0);
}
.feeling-wheel .feeling-container .btn-container:nth-child(6).actived {
  transform: rotate(calc(var(--angle) * 5)) scale(1);
}
.feeling-wheel .feeling-container .btn-container:nth-child(6) button {
  transform: rotate(calc(var(--angle) * 5));
}
.feeling-wheel .feeling-container .btn-container:nth-child(7) {
  transition-delay: calc(var(--delay) * 6);
  transform: rotate(0deg) scale(0);
}
.feeling-wheel .feeling-container .btn-container:nth-child(7).actived {
  transform: rotate(calc(var(--angle) * 6)) scale(1);
}
.feeling-wheel .feeling-container .btn-container:nth-child(7) button {
  transform: rotate(calc(var(--angle) * 4));
  background-color: var(--feeling-6);
}
.feeling-wheel .feeling-container .btn-container:nth-child(8) {
  transition-delay: calc(var(--delay) * 7);
  transform: rotate(0deg) scale(0);
}
.feeling-wheel .feeling-container .btn-container:nth-child(8).actived {
  transform: rotate(calc(var(--angle) * 7)) scale(1);
}
.feeling-wheel .feeling-container .btn-container:nth-child(8) button {
  transform: rotate(calc(var(--angle) * 3));
  background-color: var(--feeling-7);
}
.feeling-wheel .feeling-container .btn-container:nth-child(9) {
  transition-delay: calc(var(--delay) * 8);
  transform: rotate(0deg) scale(0);
}
.feeling-wheel .feeling-container .btn-container:nth-child(9).actived {
  transform: rotate(calc(var(--angle) * 8)) scale(1);
}
.feeling-wheel .feeling-container .btn-container:nth-child(9) button {
  transform: rotate(calc(var(--angle) * 2));
  background-color: var(--feeling-8);
}
.feeling-wheel .feeling-container .btn-container:nth-child(10) {
  transition-delay: calc(var(--delay) * 9);
  transform: rotate(0deg) scale(0);
}
.feeling-wheel .feeling-container .btn-container:nth-child(10).actived {
  transform: rotate(calc(var(--angle) * 9)) scale(1);
}
.feeling-wheel .feeling-container .btn-container:nth-child(10) button {
  transform: rotate(calc(var(--angle) * 1));
  background-color: var(--feeling-9);
}
.feeling-wheel .feeling-container .btn-container button {
  position: absolute;
  transition: background-color 0.1s linear;
  border-radius: 20px;
  padding: 0px;
  font-size: 6px;
  font-family: sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--main-bg-color);
}
.feeling-wheel .feeling-container .btn-container button svg {
  width: 44px;
  height: 44px;
}
@media (prefers-color-scheme: light) {
  .feeling-wheel .feeling-container .btn-container button svg path,
  .feeling-wheel .feeling-container .btn-container button svg circle {
    fill: var(--main-color);
  }
}
@media (prefers-color-scheme: dark) {
  .feeling-wheel .feeling-container .btn-container button svg path,
  .feeling-wheel .feeling-container .btn-container button svg circle {
    fill: var(--main-bg-color);
  }
}
.feeling-wheel .feeling-container .btn-container button.bt {
  border-bottom: 0px;
}
@media (prefers-color-scheme: light) {
  .feeling-wheel .feeling-container .btn-container button {
    color: var(--main-color);
  }
}
@media (prefers-color-scheme: dark) {
  .feeling-wheel .feeling-container .btn-container button {
    color: var(--main-bg-color);
  }
}
.feeling-wheel .feeling-container .btn-container button#close {
  background-color: var(--main-bg-color);
  border: 1px solid var(--main-color);
}
.feeling-wheel .feeling-container .btn-container button#close:hover {
  background-color: var(--main-color);
}
.feeling-wheel .feeling-container .btn-container button#close:hover:before {
  background-color: var(--main-bg-color);
}
.feeling-wheel .feeling-container .btn-container button#close:hover:after {
  background-color: var(--main-bg-color);
}
.feeling-wheel .feeling-container .btn-container button#close:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  transform: rotate(-45deg);
  top: 23px;
  left: 14px;
  background-color: var(--main-color);
}
.feeling-wheel .feeling-container .btn-container button#close:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  transform: rotate(45deg);
  top: 23px;
  left: 14px;
  background-color: var(--main-color);
}
@media (prefers-color-scheme: light) {
  .feeling-wheel .feeling-container .btn-container button.feeling-actived {
    background-color: var(--main-color);
    color: var(--main-bg-color);
  }
}
@media (prefers-color-scheme: dark) {
  .feeling-wheel .feeling-container .btn-container button.feeling-actived {
    background-color: var(--main-color);
    color: var(--main-bg-color);
  }
}
@media (prefers-color-scheme: light) {
  .feeling-wheel .feeling-container .btn-container button.feeling-actived svg path,
  .feeling-wheel .feeling-container .btn-container button.feeling-actived svg circle {
    fill: var(--main-bg-color);
  }
}
@media (prefers-color-scheme: dark) {
  .feeling-wheel .feeling-container .btn-container button.feeling-actived svg path,
  .feeling-wheel .feeling-container .btn-container button.feeling-actived svg circle {
    fill: var(--main-bg-color);
  }
}
@media (hover: hover) and (pointer: fine) and (prefers-color-scheme: light) {
  .feeling-wheel .feeling-container .btn-container button:hover {
    background-color: var(--main-bg-color);
    color: var(--main-color);
  }
}
@media (hover: hover) and (pointer: fine) and (prefers-color-scheme: dark) {
  .feeling-wheel .feeling-container .btn-container button:hover {
    background-color: var(--main-color);
    color: var(--main-bg-color);
  }
}
@media (hover: hover) and (pointer: fine) and (prefers-color-scheme: light) {
  .feeling-wheel .feeling-container .btn-container button:hover svg path,
  .feeling-wheel .feeling-container .btn-container button:hover svg circle {
    fill: var(--main-color);
  }
}
@media (hover: hover) and (pointer: fine) and (prefers-color-scheme: dark) {
  .feeling-wheel .feeling-container .btn-container button:hover svg path,
  .feeling-wheel .feeling-container .btn-container button:hover svg circle {
    fill: var(--main-bg-color);
  }
}
.colorpicker-group {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 10;
  bottom: 0px;
  -webkit-tap-highlight-color: transparent;
}
.colorpicker-group .color-container {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  -webkit-tap-highlight-color: transparent;
}
.colorpicker-group h3 {
  z-index: 1;
  position: absolute;
  bottom: 51px;
}
.colorpicker-group .palette {
  cursor: pointer;
  z-index: 3;
  border: 1px solid var(--main-color);
  width: 50px;
  height: 30px;
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.colorpicker-group .palette div {
  border-radius: 4px;
  width: 16px;
  height: 16px;
}
.colorpicker-group .palette-container {
  --animation-ct: 2.3;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: 35px;
}
.colorpicker-group .palette-container.active {
  z-index: 5;
}
.colorpicker-group .palette-container.active button {
  transform: translateY(0px);
}
.colorpicker-group .palette-container.active button:nth-child(1) {
  transition-delay: calc(var(--animation-ct) * 0.01s);
}
.colorpicker-group .palette-container.active button:nth-child(2) {
  transition-delay: calc(var(--animation-ct) * 0.02s);
}
.colorpicker-group .palette-container.active button:nth-child(3) {
  transition-delay: calc(var(--animation-ct) * 0.03s);
}
.colorpicker-group .palette-container.active button:nth-child(4) {
  transition-delay: calc(var(--animation-ct) * 0.04s);
}
.colorpicker-group .palette-container.active button:nth-child(5) {
  transition-delay: calc(var(--animation-ct) * 0.05s);
}
.colorpicker-group .palette-container.active button:nth-child(6) {
  transition-delay: calc(var(--animation-ct) * 0.06s);
}
.colorpicker-group .palette-container.active button:nth-child(7) {
  transition-delay: calc(var(--animation-ct) * 0.07s);
}
.colorpicker-group .palette-container.active button:nth-child(8) {
  transition-delay: calc(var(--animation-ct) * 0.08s);
}
.colorpicker-group .palette-container.active button:nth-child(9) {
  transition-delay: calc(var(--animation-ct) * 0.09s);
}
.colorpicker-group .palette-container button:nth-child(9) {
  transition-delay: calc(var(--animation-ct) * 0.01s);
}
.colorpicker-group .palette-container button:nth-child(8) {
  transition-delay: calc(var(--animation-ct) * 0.02s);
}
.colorpicker-group .palette-container button:nth-child(7) {
  transition-delay: calc(var(--animation-ct) * 0.03s);
}
.colorpicker-group .palette-container button:nth-child(6) {
  transition-delay: calc(var(--animation-ct) * 0.04s);
}
.colorpicker-group .palette-container button:nth-child(5) {
  transition-delay: calc(var(--animation-ct) * 0.05s);
}
.colorpicker-group .palette-container button:nth-child(4) {
  transition-delay: calc(var(--animation-ct) * 0.06s);
}
.colorpicker-group .palette-container button:nth-child(3) {
  transition-delay: calc(var(--animation-ct) * 0.07s);
}
.colorpicker-group .palette-container button:nth-child(2) {
  transition-delay: calc(var(--animation-ct) * 0.08s);
}
.colorpicker-group .palette-container button:nth-child(1) {
  transition-delay: calc(var(--animation-ct) * 0.09s);
}
.colorpicker-group .palette-container button {
  transition: cubic-bezier(1, 0, 0.39, 1.01) 0.3s transform;
  transform: translateY(0px);
  transform: translateY(600px);
  cursor: pointer;
  background-color: var(--main-bg-color);
  border: 1px solid var(--main-color);
  width: 50px;
  height: 30px;
  border-radius: 10px;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.colorpicker-group .palette-container button:hover {
  background-color: var(--main-color);
}
.colorpicker-group .palette-container button div {
  border-radius: 4px;
  width: 16px;
  height: 16px;
}
.colorpicker-group .color-picker-container {
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  margin-top: 5px;
  border-radius: 10px;
  border: 1px solid var(--main-color);
  overflow: hidden;
  background-color: transparent;
  transition: 0.2s linear height;
}
@media (max-width: 550px) {
  .colorpicker-group .color-picker-container {
    --color-picker-size: 125px;
  }
  .colorpicker-group .color-picker-container .color-palette-container {
    display: none;
  }
}
@media (min-width: 551px) and (max-height: 515px) {
  .colorpicker-group .color-picker-container {
    --color-picker-size: 125px;
  }
  .colorpicker-group .color-picker-container .color-palette-container {
    display: none;
  }
  .colorpicker-group .color-picker-container .color-palette-container .short {
    display: none;
  }
}
@media (min-width: 551px) and (min-height: 516px) and (max-height: 660px) {
  .colorpicker-group .color-picker-container {
    --color-picker-size: 241px;
  }
  .colorpicker-group .color-picker-container .color-palette-container {
    display: block;
  }
  .colorpicker-group .color-picker-container .color-palette-container .short {
    display: none;
  }
}
@media (min-width: 551px) and (min-height: 661px) {
  .colorpicker-group .color-picker-container {
    --color-picker-size: 386px;
  }
  .colorpicker-group .color-picker-container .color-palette-container {
    display: block;
  }
  .colorpicker-group .color-picker-container .color-palette-container .short {
    display: flex;
  }
}
.colorpicker-group .color-picker-container input {
  pointer-events: none;
}
.colorpicker-group .color-picker-container input[type="color"]::-moz-color-swatch {
  border: none;
}
.colorpicker-group .color-picker-container .mask {
  position: absolute;
  z-index: 3;
  background-color: var(--main-bg-color);
  height: 93px;
  bottom: 0px;
  left: 0px;
  width: 50px;
}
.colorpicker-group .color-picker-container #front-color {
  background-color: var(--main-color);
}
.colorpicker-group .color-picker-container #color-picker-open {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 8;
  background-color: transparent;
  cursor: pointer;
  border: 0px solid transparent;
}
.colorpicker-group .color-picker-container #color-picker-close {
  pointer-events: visible;
  cursor: pointer;
  height: 20px;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0px;
  z-index: 3;
  border: 0px solid transparent;
  background-color: var(--main-bg-color);
  border-top: 1px solid var(--main-color);
  transform: translateY(0px);
  transition: linear 0.2s transform;
}
.colorpicker-group .color-picker-container #color-picker-close:hover:before {
  top: 7px;
}
.colorpicker-group .color-picker-container #color-picker-close:before {
  transition: linear 0.2s top;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  top: 5px;
  left: 18px;
  border-bottom: 1px solid var(--main-color);
  border-left: 1px solid var(--main-color);
}
.colorpicker-group .color-picker-container.active {
  pointer-events: none;
  height: var(--color-picker-size);
}
.colorpicker-group .color-picker-container.active #color-picker-close {
  transform: translateY(0px);
}
.colorpicker-group .color-picker-container.active .color-sub-container {
  transform: translateY(0px);
}
.colorpicker-group .color-picker-container.active input {
  border-radius: 5px;
  pointer-events: visible;
}
.colorpicker-group .color-picker-container.active input#front-color {
  width: 40px;
  height: 40px;
  border: 1px solid var(--main-color);
  bottom: 48px;
  left: 2px;
}
.colorpicker-group .color-picker-container.active input#background-color {
  width: 40px;
  height: 40px;
  left: 2px;
  bottom: 4px;
}
.colorpicker-group .color-picker-container.active #color-picker-open {
  z-index: 0;
  pointer-events: none;
}
.colorpicker-group .color-picker-container .color-sub-container {
  z-index: 4;
  position: absolute;
  bottom: 30px;
  height: var(--color-picker-size);
  width: 100%;
  transition: linear 0.2s transform;
  transform: translateY(30px);
}
.colorpicker-group .color-picker-container .color-palette-container {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.colorpicker-group .color-picker-container .color-palette-container button {
  pointer-events: visible;
  cursor: pointer;
  background-color: var(--main-bg-color);
  border: 0px transparent;
  border-bottom: 1px solid var(--main-color);
  width: 51px;
  margin-left: -1px;
  height: 29px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.colorpicker-group .color-picker-container .color-palette-container button:hover {
  background-color: var(--main-color);
}
.colorpicker-group .color-picker-container .color-palette-container button div {
  border-radius: 4px;
  width: 16px;
  height: 16px;
}
.colorpicker-group #front-color {
  bottom: 17px;
  left: 6px;
  margin-top: 0px;
  z-index: 5;
  opacity: 0;
  width: 22px;
  height: 22px;
  border: 1px solid var(--main-bg-color);
}
.colorpicker-group #front-color.active {
  opacity: 1;
}
.colorpicker-group #background-color {
  width: 19px;
  height: 19px;
  left: 17px;
  bottom: 10px;
  z-index: 4;
  opacity: 0;
}
.colorpicker-group #background-color.active {
  opacity: 1;
}
.colorpicker-group input {
  transition: left 0.1s linear, bottom 0.1s linear, width 0.1s linear, height 0.1s linear;
  position: absolute;
  z-index: 2;
  margin-left: 2px;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid var(--main-color);
}
.colorpicker-group input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
  width: 44px;
  height: 44px;
  margin-left: -4px;
  margin-top: -4px;
  border: 0px transparent;
}
.colorpicker-group input[type="color"]::-webkit-color-swatch {
  border: 0px transparent;
  border: none;
  border-radius: 6px;
}
.ms {
  opacity: 0;
  transition: 0.1s linear 0s opacity;
}
.ms.active {
  opacity: 1;
  transition: 0.1s linear 0.5s opacity;
}
.btn {
  cursor: pointer;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid var(--main-color);
  margin-bottom: 20px;
  font-size: 10px;
  color: var(--main-color);
}
.btn.active {
  background-color: var(--main-color);
  color: var(--main-bg-color);
}
.btn:hover {
  background-color: var(--main-color);
  color: var(--main-bg-color);
}
.btn:hover svg path {
  fill: var(--main-bg-color);
}
.btn svg {
  width: 100%;
  height: 100%;
}
.btn svg path {
  fill: var(--main-color);
}
.btn:active {
  background-color: var(--main-color);
  color: var(--main-bg-color);
}
.btn:active svg path {
  fill: var(--main-bg-color);
}
.aa-group {
  position: absolute;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-y: scroll;
}
.aa-group::-webkit-scrollbar {
  display: none;
}
.aa-group .copy-group {
  bottom: 0px;
  position: relative;
}
.aa-group .copy-group button {
  margin-bottom: 0;
}
.aa-group .lang-container {
  position: relative;
  z-index: 2;
}
.aa-group .about {
  z-index: 2;
  margin-top: 6px;
  user-select: none;
  cursor: pointer;
  border-radius: 10px;
  width: 50px;
  height: 30px;
  background-color: var(--main-bg-color);
  border: none;
  border: 1px solid var(--main-color);
  margin-bottom: 10px;
  position: relative;
  font-size: 10px;
  font-family: sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--main-color);
}
.aa-group .about:hover {
  background-color: var(--main-color);
  color: var(--main-bg-color);
}
.aa-group .about:hover:before {
  background-color: var(--main-color);
}
.aa-group .about:before {
  position: absolute;
  width: 6px;
  height: 6px;
  top: -4px;
  left: 21px;
  transform: rotate(45deg);
  border-left: 1px solid var(--main-color);
  border-top: 1px solid var(--main-color);
  content: "";
  background-color: var(--main-bg-color);
}
.aa-group .lang {
  z-index: 2;
  user-select: none;
  cursor: pointer;
  border-radius: 10px;
  width: 50px;
  height: 30px;
  background-color: var(--main-bg-color);
  border: none;
  border: 1px solid var(--main-color);
  margin-bottom: 20px;
  position: relative;
  font-size: 10px;
  font-family: sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--main-color);
}
.aa-group .lang.active {
  background-color: var(--main-color);
}
.aa-group .lang.active:before {
  background-color: var(--main-color);
}
.aa-group .lang.active:after {
  transform: rotate(45deg);
  position: absolute;
  content: "";
  left: 21px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-left: 1px solid var(--main-bg-color);
  border-top: 1px solid var(--main-bg-color);
}
.aa-group .lang svg {
  width: 100%;
  height: 100%;
}
.aa-group .lang-option-container {
  z-index: 1;
  width: 50px;
  position: absolute;
  top: 32px;
}
.aa-group .lang-option-container.inactive {
  pointer-events: none;
}
.aa-group .lang-option-container.inactive button:nth-child(1) {
  transform: translateY(-32px);
  transition-delay: 0.15s;
}
.aa-group .lang-option-container.inactive button:nth-child(2) {
  transform: translateY(-64px);
  transition-delay: 0.1s;
}
.aa-group .lang-option-container.inactive button:nth-child(3) {
  transform: translateY(-96px);
  transition-delay: 0.05s;
}
.aa-group .lang-option-container button:nth-child(1) {
  transition-delay: 0.05s;
}
.aa-group .lang-option-container button:nth-child(2) {
  transition-delay: 0.1s;
}
.aa-group .lang-option-container button:nth-child(3) {
  transition-delay: 0.15s;
}
.aa-group .lang-option-container button {
  transition: cubic-bezier(1, 0, 0.39, 1.01) 0.3s transform;
  transform: translateY(0px);
  box-sizing: border-box;
  user-select: none;
  cursor: pointer;
  border-radius: 10px;
  width: 50px;
  height: 30px;
  background-color: var(--main-bg-color);
  border: none;
  border: 1px solid var(--main-color);
  margin-bottom: 2px;
  position: relative;
  font-size: 10px;
  font-family: sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--main-color);
}
.aa-group .lang-option-container button:hover {
  color: var(--main-bg-color);
  background-color: var(--main-color);
}
.option-group {
  position: relative;
  left: 0px;
  z-index: 10;
}
.option-group .btn {
  cursor: pointer;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  border: 1px solid var(--main-color);
  margin-bottom: 20px;
}
.option-group .btn:hover {
  background-color: var(--main-color);
}
.option-group .btn:hover svg path {
  fill: var(--main-bg-color);
}
.option-group .btn svg {
  width: 100%;
  height: 100%;
}
.option-group .btn svg path {
  fill: var(--main-color);
}
.option-group .btn:active {
  background-color: var(--main-color);
}
.option-group .btn:active svg path {
  fill: var(--main-bg-color);
}
.option-group .option {
  z-index: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--main-color);
  box-sizing: border-box;
  border-radius: 12px;
}
.option-group .option button {
  cursor: pointer;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: none;
}
.option-group .option button svg {
  width: 100%;
  height: 100%;
}
.option-group .option button svg path {
  fill: var(--main-color);
}
.option-group .option button.active {
  background-color: var(--main-color);
}
.option-group .option button.active svg path {
  fill: var(--main-bg-color);
}
.element-mask {
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  right: 80px;
  width: 100%;
  width: calc(100% - 100px);
  z-index: 0;
}
@media (min-height: 281px) {
  .element-mask.feelings-mode {
    pointer-events: none;
    display: none;
  }
}
.element-mask.active {
  z-index: 2;
}
@media (max-height: 300px) {
  .element-mask {
    height: 100px;
  }
}
@media (min-height: 301px) and (max-height: 550px) {
  .element-mask {
    height: 180px;
  }
}
@media (min-height: 551px) and (max-height: 599px) {
  .element-mask {
    height: 230px;
  }
}
@media (min-height: 600px) {
  .element-mask {
    height: 280px;
  }
}
.element-group {
  transition: linear 0.2s transform;
  transform: translateY(290px);
  pointer-events: none;
  z-index: 11;
  position: absolute;
  bottom: 20px;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 20px);
}
.element-group.active {
  pointer-events: auto;
  transform: translateY(0px);
}
.element-group .builder {
  scrollbar-width: none;
  -ms-overflow-style: none;
  height: calc(100% - 10px);
  box-sizing: border-box;
  overflow-y: scroll;
  border: 1px solid var(--main-color);
  width: calc(100% - 10px);
  position: relative;
  top: 10px;
  right: 0;
  border-radius: 10px;
  background-color: var(--main-bg-color);
}
.element-group .builder::-webkit-scrollbar {
  display: none;
}
.element-group .toggle-group {
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #d3e7ea;
}
.element-group .toggle-group .tab {
  user-select: none;
  cursor: pointer;
  width: 50%;
  padding-left: 20px;
  font-size: 12px;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  height: 68px;
  border-right: 1px solid #d3e7ea;
  box-sizing: border-box;
  padding-top: 30px;
}
.element-group .toggle-group .tab:hover {
  background-color: aliceblue;
}
.element-group .toggle-group .tab.active {
  background-color: #d3e7ea;
}
.element-group .group .title {
  background-color: var(--main-color);
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  height: 20px;
  padding-left: 5px;
  padding-top: 5px;
  box-sizing: border-box;
  width: 100%;
}
.element-group .group .title h3 {
  margin-top: 2px;
  text-align: left;
  color: var(--main-bg-color);
}
.cestlafete {
  position: absolute;
  left: calc((100% - 40vw) / 2);
  height: 30svh;
  width: 40vw;
  user-select: none;
  z-index: 0;
}
@media (max-width: 500px) {
  .cestlafete {
    top: calc((100% - 60px) / 2);
  }
}
@media (min-width: 501px) {
  .cestlafete {
    top: calc((100% - 15vw) / 2);
  }
}
.cestlafete .c {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .cestlafete .c.c1 {
    top: -9vh;
    right: -30px;
    width: 8vw;
    height: 8vw;
  }
}
@media (min-width: 501px) {
  .cestlafete .c.c1 {
    top: -5vw;
    right: 0px;
    width: 4vw;
    height: 4vw;
  }
}
.cestlafete .c.c1 div:before {
  animation-delay: 0.1s;
}
.cestlafete .c.c1 div:after {
  animation-delay: 0.1s;
}
@media (max-width: 500px) {
  .cestlafete .c.c2 {
    top: -10vw;
    left: 0px;
    width: 8vw;
    height: 8vw;
  }
}
@media (min-width: 501px) {
  .cestlafete .c.c2 {
    top: -8vw;
    left: 0px;
    width: 5vw;
    height: 5vw;
  }
}
.cestlafete .c.c2 div:before {
  animation-delay: 0s;
}
.cestlafete .c.c2 div:after {
  animation-delay: 0s;
}
@media (max-width: 500px) {
  .cestlafete .c.c3 {
    bottom: 5vh;
    left: 4vw;
    width: 8vw;
    height: 8vw;
  }
}
@media (min-width: 501px) {
  .cestlafete .c.c3 {
    bottom: -4vw;
    left: 6vw;
    width: 8vw;
    height: 8vw;
  }
}
.cestlafete .c.c3 div:before {
  animation-delay: 0.2s;
}
.cestlafete .c.c3 div:after {
  animation-delay: 0.2s;
}
.cestlafete .c.active div:before {
  animation-iteration-count: 1;
  animation-duration: 0.3s;
  animation-name: slideinR;
  animation-timing-function: cubic-bezier(0, 0.99, 1, 1);
}
.cestlafete .c.active div:after {
  animation-iteration-count: 1;
  animation-duration: 0.3s;
  animation-name: slideinL;
  animation-timing-function: cubic-bezier(0, 0.99, 1, 1);
}
.cestlafete .c div {
  width: 100%;
  height: 1px;
  position: absolute;
}
.cestlafete .c div:before {
  content: "";
  position: absolute;
  left: 10%;
  top: 0px;
  height: inherit;
  width: 30%;
  border-top: 1px solid var(--main-color);
  transform: scaleX(0);
}
.cestlafete .c div:after {
  transform-origin: left;
  content: "";
  position: absolute;
  right: 10%;
  top: 0px;
  height: inherit;
  width: 30%;
  border-top: 1px solid var(--main-color);
  transform: scaleX(0);
}
.cestlafete .c div:last-of-type {
  transform: rotate(90deg);
}
@keyframes slideinR {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  51% {
    transform-origin: left;
    transform: scaleX(1);
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
@keyframes slideinL {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  51% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.visualiseur {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.visualiseur #kaomoji,
.visualiseur #kaomoji-anim {
  font-family: sans-serif;
  z-index: 3;
  font-size: 16vw;
  height: 26vw;
  writing-mode: lr;
  direction: ltr;
  -webkit-rtl-ordering: visual;
  color: var(--main-color);
  position: relative;
  background-color: transparent;
  text-align: center;
  min-width: 100%;
  border: 0px;
  padding: 0px;
}
.visualiseur #kaomoji:focus,
.visualiseur #kaomoji-anim:focus {
  outline: 4px;
}
.visualiseur #kaomoji::placeholder,
.visualiseur #kaomoji-anim::placeholder {
  opacity: 0.3;
  color: var(--main-color);
}
.visualiseur #kaomoji::-moz-selection,
.visualiseur #kaomoji-anim::-moz-selection {
  color: var(--main-bg-color);
  background: var(--main-color);
}
.visualiseur #kaomoji::selection,
.visualiseur #kaomoji-anim::selection {
  color: var(--main-bg-color);
  background: var(--main-color);
}
.visualiseur #kaomoji span,
.visualiseur #kaomoji-anim span {
  opacity: 0.2;
  color: var(--main-color);
  font-family: sans-serif;
}
.visualiseur #title {
  position: absolute;
  width: 100%;
  font-size: 30px;
  top: 53svh;
  text-align: center;
  background-color: transparent;
  border: 0;
  color: var(--main-color);
  font-family: sans-serif;
}
.builder .group {
  display: none;
}
.builder .group.active {
  display: block;
}
#btn-quitElement {
  cursor: pointer;
  height: 20px;
  right: calc((100% - 50px) / 2);
  border-radius: 8px;
  background-color: var(--main-bg-color);
  position: absolute;
  border-bottom: 0px solid transparent;
  transition: linear 0.2s transform;
  width: 50px;
  z-index: 2;
  top: 0px;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  transform: translateY(0px);
}
#btn-quitElement:hover {
  transform: translateY(2px);
}
#btn-quitElement:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  top: 6px;
  left: 19px;
  border-bottom: 1px solid var(--main-bg-color);
  border-left: 1px solid var(--main-bg-color);
}
.library {
  display: none;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.library.active {
  display: flex;
}
.library .item {
  user-select: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: calc(100% - 20px);
  height: 70px;
  font-size: 24px;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.1s linear;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  background-color: var(--main-bg-color);
}
.library .item.active {
  background-color: var(--main-color);
  color: var(--main-bg-color);
  border: 1px solid var(--main-color);
}
.library .item.active:hover {
  background-color: var(--main-color);
}
.library .item:hover {
  border: 3px solid var(--main-color);
}
.part-group {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1px;
}
.part-group .sep {
  width: 100%;
  height: 1px;
  opacity: 0.2;
  background-color: var(--main-color);
}
.part-group .part {
  user-select: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 3px;
  color: var(--main-color);
  background-color: var(--main-bg-color);
  cursor: pointer;
  transition: 0.1s linear;
  border: 1px solid var(--main-bg-color);
}
.part-group .part.reset:before {
  position: absolute;
  content: "reset";
  color: var(--main-color);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: sans-serif;
}
.part-group .part.active {
  background-color: var(--main-color);
  color: var(--main-bg-color);
  border: 1px solid var(--main-color);
}
.part-group .part.active.reset:before {
  color: var(--main-bg-color);
}
.part-group .part.active:hover {
  background-color: var(--main-color);
}
.part-group .part:hover {
  border: 1px solid var(--main-color);
}
.about-container .about_close {
  transform: translateY(200svh);
  transition: ease-out 0.25s transform;
}
.about-container .about_group {
  transform: translateY(200svh);
  transition: ease-in 0.25s transform;
}
.about-container .about_group2 {
  transform: translateY(200svh);
  transition: ease-in 0.25s transform;
}
.about-container .about_group3 {
  transform: translateY(200svh);
  transition: ease-in 0.25s transform;
}
.about-container.active .about_close {
  transform: translateY(0svh);
  transition: cubic-bezier(0.16, 0.63, 0.13, 1) 0.25s 0.05s transform;
}
.about-container.active .about_group {
  transform: translateY(0svh);
  transition: cubic-bezier(0.16, 0.63, 0.13, 1) 0.25s transform;
}
.about-container.active .about_group2 {
  transform: translateY(0svh);
  transition: cubic-bezier(0.16, 0.63, 0.13, 1) 0.25s 0.1s transform;
}
.about-container.active .about_group3 {
  transform: translateY(0svh);
  transition: cubic-bezier(0.16, 0.63, 0.13, 1) 0.25s 0.2s transform;
}
.about_close {
  z-index: 1001;
  user-select: none;
  cursor: pointer;
  border-radius: 10px;
  width: 50px;
  height: 30px;
  background-color: var(--main-bg-color);
  border: none;
  border: 1px solid var(--main-color);
  margin-bottom: 20px;
  position: absolute;
  font-size: 10px;
  font-family: sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--main-color);
}
.about_close:hover {
  background-color: var(--main-color);
  color: var(--main-bg-color);
}
@media (max-height: 654px), (max-width: 550px) {
  .about_close {
    right: 5px;
    top: 5px;
  }
  .about_group {
    position: relative;
    z-index: 1000;
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    min-height: calc(100svh - 40px);
    height: calc(100svh - 40px);
    top: 20px;
    left: 20px;
  }
  .about_group .about-header {
    display: flex;
  }
  .about_group .content {
    box-sizing: border-box;
    min-height: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  .about_group3 {
    display: none;
  }
  .about_group2 {
    display: none;
  }
}
@media (max-height: 654px) and (max-width: 359px), (max-width: 550px) and (max-width: 359px) {
  .about_group .about-header {
    flex-direction: column;
  }
}
@media (max-height: 654px) and (max-width: 359px), (max-width: 550px) and (max-width: 359px) {
  .about_group .content {
    padding: 10px;
  }
}
@media (max-height: 654px) and (min-width: 360px), (max-width: 550px) and (min-width: 360px) {
  .about_group .content {
    padding: 30px;
  }
}
@media (min-height: 655px) and (min-width: 551px) {
  .about_close {
    left: 395px;
    top: 5px;
  }
  .about_group3 {
    top: 505px;
    left: 360px;
    width: 100%;
  }
  .about_group3 .content {
    padding: 30px;
  }
  .about_group2 {
    left: 399px;
    width: 100%;
  }
  .about_group {
    z-index: 1000;
    width: 100%;
    max-width: 400px;
    min-height: 200px;
    top: 20px;
    left: 20px;
  }
  .about_group .about-header {
    display: none;
  }
  .about_group .content {
    padding: 30px;
  }
}
@media (min-height: 655px) and (min-width: 551px) and (max-width: 668px) {
  .about_group3 {
    max-width: 160px;
    min-height: 105px;
  }
  .about_group3 .content {
    padding: 22px;
  }
  .about_group3 .content p,
  .about_group3 .content a {
    font-size: 10px !important;
    line-height: 13px !important;
  }
}
@media (min-height: 655px) and (min-width: 551px) and (min-width: 669px) {
  .about_group3 {
    max-width: 250px;
    min-height: 125px;
  }
}
@media (min-height: 655px) and (min-width: 551px) and (max-width: 668px) {
  .about_group2 {
    top: 375px;
    max-width: 145px;
    min-height: 145px;
  }
  .about_group2 .content {
    padding: 5px;
  }
  .about_group2 .content svg {
    width: 130px;
    height: 130px;
  }
}
@media (min-height: 655px) and (min-width: 551px) and (min-width: 669px) {
  .about_group2 {
    top: 265px;
    max-width: 250px;
    min-height: 250px;
  }
  .about_group2 .content {
    padding: 30px;
  }
  .about_group2 .content svg {
    width: 190px;
    height: 190px;
  }
}
.about_group3 {
  position: absolute;
  z-index: 1001;
  background-color: var(--main-bg-color);
}
.about_group3 .content p,
.about_group3 .content a {
  font-size: 10px !important;
  line-height: 13px !important;
}
.about_group3 .content p {
  font-family: sans-serif;
  font-weight: lighter;
  letter-spacing: 0.5px;
  color: var(--main-color);
  margin-bottom: 5px;
}
.about_group3 .content p:last-of-type {
  margin-bottom: 0px;
}
.about_group3 .content p::selection {
  background-color: var(--main-color);
  color: var(--main-bg-color);
}
.about_group3 .content a {
  font-weight: bold;
  color: var(--main-color);
}
.about_group3 .content a::selection {
  background-color: var(--main-color);
  color: var(--main-bg-color);
}
.about_group3 .crn {
  opacity: 1;
  z-index: 3;
  transition: 0.2s linear opacity;
  position: absolute;
  overflow: hidden;
  content: "";
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
}
.about_group3 .crn:after {
  z-index: 2;
  position: absolute;
  content: "";
  border-top: 1px solid var(--main-color);
  top: 1px;
  left: 17px;
  width: 29px;
  height: 29px;
  transform: rotate(-45deg);
  transform-origin: bottom;
}
.about_group3:before {
  z-index: 2;
  position: absolute;
  content: "";
  background-color: var(--main-bg-color);
  top: -2px;
  left: -2px;
  width: 23px;
  height: 23px;
}
.about_group3:after {
  z-index: -1;
  opacity: 1;
  transition: 0.2s linear opacity;
  position: absolute;
  content: "";
  border: 1px solid var(--main-color);
  top: 0px;
  left: 0px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 0 10px 10px 10px;
}
.about_group2 {
  position: absolute;
  z-index: 1010;
  background-color: var(--main-bg-color);
}
.about_group2 .content svg {
  position: relative;
  cursor: default;
}
.about_group2 .content svg .svg-text {
  transform-origin: center;
  -webkit-animation: spin 20s linear infinite;
  -moz-animation: spin 20s linear infinite;
  animation: spin 20s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.about_group2 .content path,
.about_group2 .content polygon,
.about_group2 .content rect {
  fill: var(--main-color);
}
.about_group2 .crn {
  opacity: 1;
  z-index: 3;
  transition: 0.2s linear opacity;
  position: absolute;
  overflow: hidden;
  content: "";
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
}
.about_group2 .crn:after {
  z-index: 2;
  position: absolute;
  content: "";
  border-top: 1px solid var(--main-color);
  top: 1px;
  left: 17px;
  width: 29px;
  height: 29px;
  transform: rotate(-45deg);
  transform-origin: bottom;
}
.about_group2:before {
  z-index: 2;
  position: absolute;
  content: "";
  background-color: var(--main-bg-color);
  top: -2px;
  left: -2px;
  width: 23px;
  height: 23px;
}
.about_group2:after {
  z-index: -1;
  opacity: 1;
  transition: 0.2s linear opacity;
  position: absolute;
  content: "";
  border: 1px solid var(--main-color);
  top: 0px;
  left: 0px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 0 10px 10px 10px;
}
.about_group {
  position: absolute;
  background-color: var(--main-bg-color);
}
.about_group .about-header {
  align-items: start;
  gap: 30px;
  margin-bottom: 30px;
}
.about_group .about-header .content {
  max-width: 200px;
  padding: 0px;
}
.about_group .about-header .content p {
  font-size: 10px;
  line-height: 13px;
}
.about_group .about-header .content a {
  font-weight: bold;
  color: var(--main-color);
}
.about_group .about-header .content a::selection {
  background-color: var(--main-color);
  color: var(--main-bg-color);
}
.about_group .about-header .logo {
  min-width: 100px;
  min-height: 100px;
}
.about_group .about-header .logo svg {
  position: relative;
  cursor: default;
}
.about_group .about-header .logo svg .svg-text {
  transform-origin: center;
  -webkit-animation: spin 20s linear infinite;
  -moz-animation: spin 20s linear infinite;
  animation: spin 20s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.about_group .about-header .logo path,
.about_group .about-header .logo polygon,
.about_group .about-header .logo rect {
  fill: var(--main-color);
}
.about_group .content p {
  font-size: 13px;
  font-family: sans-serif;
  font-weight: lighter;
  letter-spacing: 0.5px;
  line-height: 17px;
  color: var(--main-color);
  margin-bottom: 5px;
}
.about_group .content p:last-of-type {
  margin-bottom: 0px;
}
.about_group .content p.bigger {
  font-size: 18px;
  line-height: 24px;
  margin-top: 13px;
  margin-bottom: 13px;
}
.about_group .content p::selection {
  background-color: var(--main-color);
  color: var(--main-bg-color);
}
.about_group .crn {
  opacity: 1;
  z-index: 3;
  transition: 0.2s linear opacity;
  position: absolute;
  overflow: hidden;
  content: "";
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
}
.about_group .crn:after {
  z-index: 2;
  position: absolute;
  content: "";
  border-top: 1px solid var(--main-color);
  top: 1px;
  left: 17px;
  width: 29px;
  height: 29px;
  transform: rotate(-45deg);
  transform-origin: bottom;
}
.about_group:before {
  z-index: 2;
  position: absolute;
  content: "";
  background-color: var(--main-bg-color);
  top: -2px;
  left: -2px;
  width: 23px;
  height: 23px;
}
.about_group:after {
  z-index: -1;
  opacity: 1;
  transition: 0.2s linear opacity;
  position: absolute;
  content: "";
  border: 1px solid var(--main-color);
  top: 0px;
  left: 0px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 0 10px 10px 10px;
}
