body, html {
  padding: 0;
  margin: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#unity-container {
  position: absolute;
  display: none;
}
#unity-container.unity-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
}
#unity-canvas {
  background: #c0b6ff;
}
.unity-mobile #unity-canvas {
  width: 100%;
  height: 100%;
}
.unity-body {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: -webkit-gradient(
          linear,
          left top, left bottom,
          from(rgba(192, 182, 255, 1)),
          to(rgba(242, 231, 237, 1))
  );
  background: -o-linear-gradient(
          rgba(192, 182, 255, 1) 0%,
          rgba(242, 231, 237, 1) 100%
  );
  background: linear-gradient(
          rgba(192, 182, 255, 1) 0%,
          rgba(242, 231, 237, 1) 100%
  );
  user-select: none;
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.unity-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 320px;
  margin: 0 auto;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-content: flex-end;
  text-align: center;
}
.unity-title {
  font-size: 56px;
  font-weight: 400;
  line-height: 42px;
  font-family: "DelaGothic", sans-serif;
  background: -o-radial-gradient(
          3.37% 0%,
          91.35% 197.92%,
          #06b0fe 0%,
          #2b60ff 57.8%,
          #e85cff 100%
  );
  background: radial-gradient(
          91.35% 197.92% at 3.37% 0%,
          #06b0fe 0%,
          #2b60ff 57.8%,
          #e85cff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: -1px -1px 0 0;
  padding-bottom: 9px;
}
.unity-loader {
  width: 100%;
  margin-top: 53px;
  margin-bottom: 20px;
}
.unity-loader_bar {
  position: relative;
  width: 100%;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  border: solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 512px;
  border-radius: 512px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.unity-loader_bar__progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  -webkit-border-radius: 512px;
  border-radius: 512px;
  background: -o-linear-gradient(
          339.81deg,
          #0ea1ff 5.38%,
          #2570ff 44.65%,
          #c95dff 100%
  );
  background: linear-gradient(
          110.19deg,
          #0ea1ff 5.38%,
          #2570ff 44.65%,
          #c95dff 100%
  );
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: transform linear 0.5s;
}
.unity-loader_text {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  font-family: "VTB Group", sans-serif;
  color: #01007d;
}
@media screen and (min-width: 1920px) {
  .unity-body {
    background-image: linear-gradient(
            rgba(192, 182, 255, 1) 0%,
            rgba(242, 231, 237, 1) 100%
    );
  }
}
@supports (-webkit-touch-callout: none) {
  .unity-body {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    height: 100dvh;
  }
  .unity-title {
    margin: -2px -1px 0 0;
  }
}
.unity-error-dialog {
  display: none;
  min-width: 280px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  padding: 32px 16px 24px 16px;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  text-align: center;
  font-family: "VTB Group", sans-serif;
}
.unity-error-dialog h2 {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
  color: rgba(1, 0, 125, 1);
  font-family: "DelaGothic", sans-serif;
}
.unity-error-dialog p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
  color: rgba(1, 0, 125, 1);
}
.unity-error-dialog button {
  background: -o-radial-gradient(0% 0%, 126.33% 126.33%, #00AAFF 0%, #007BFF 33.26%, #E85CFF 100%);
  background: radial-gradient(126.33% 126.33% at 0% 0%, #00AAFF 0%, #007BFF 33.26%, #E85CFF 100%);
  color: rgba(255, 255, 255, 1);
  border: none;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 100%;
  font-size: 15px;
  line-height: 22px;
  cursor: pointer;
  margin: 0;
}
.unity-dialog-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 40, 150, 0.3);
  z-index: 999;
}
.unity-error-dialog__snow {
    position: absolute;
    top: -16px;
    left: -16px;
    object-fit: cover;
    z-index: -1;
}
@media screen and (min-width: 1920px) {
  .unity-error-dialog {
    min-width: 500px;
    padding: 50px 36px 50px 36px;
    -webkit-border-radius: 42px;
      border-radius: 42px;
  }
  .unity-error-dialog h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 27px;
  }
  .unity-error-dialog p {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 27px;
  }
  .unity-error-dialog button {
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 27px;
    line-height: 39px;
    -webkit-border-radius: 22px;
            border-radius: 22px;
  }
}
