#initial-screen{position:relative;z-index:1;width:100%;height:100%}#initial-screen .main-group{display:flex;align-items:center;justify-content:center;height:100%}#initial-screen .inner-group,#initial-screen .text-content{display:flex;align-items:center;justify-content:center;flex-direction:column}#initial-screen .text-content{width:-moz-fit-content;width:fit-content;white-space:nowrap;text-align:center;color:var(--theme-color);font-size:195px;font-weight:300;letter-spacing:21.45px;line-height:215px;min-height:215px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.circle-text{position:relative;width:123px;margin-top:100px;color:var(--theme-color-17);cursor:pointer;transition:color .2s linear}.circle-text .circle-text-content{animation:rotate 20s linear infinite;animation-direction:reverse}.circle-text .mkp-circle{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.5;animation:moveUpDown 2s linear infinite}.circle-text .mkp-circle svg{transition:fill .2s linear}.circle-text .circle-text-content svg{display:block;font-weight:100;font-size:12px;width:123px;height:123px;word-spacing:3px}.circle-text:hover{color:var(--theme-color)}.circle-text:hover .mkp-circle svg{stroke:var(--theme-color-3)}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes moveUpDown{0%{top:50%}50%{top:60%}to{top:50%}}@media screen and (max-width:1649px){#initial-screen .text-content{font-size:170px;letter-spacing:18px;line-height:190px;min-height:190px}}@media screen and (max-width:1199px){#initial-screen .text-content{font-size:140px;letter-spacing:15px;line-height:160px;min-height:160px}}@media screen and (max-width:991px){#initial-screen .inner-group{height:60%}#initial-screen .text-content{font-size:100px;letter-spacing:12px;line-height:120px;min-height:120px;margin:auto}.circle-text{width:100px;margin-top:60px}.circle-text .circle-text-content svg{font-size:12.5px;width:100px;height:100px;word-spacing:2px}}@media screen and (max-width:767px){#initial-screen .text-content{font-size:70px;letter-spacing:10px;line-height:90px;min-height:90px}.circle-text{width:80px;margin-top:30px}.circle-text .circle-text-content svg{font-size:12.8px;width:80px;height:80px;word-spacing:1.5px}.circle-text .mkp-circle svg{width:14px;height:14px}}@media screen and (max-width:575px){#initial-screen .text-content{font-size:60px;letter-spacing:5px;line-height:80px;min-height:80px}}@media screen and (max-width:425px){#initial-screen .text-content{font-size:50px;letter-spacing:5px;line-height:70px;min-height:70px}}