* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #0f0f0f;
  font-family: 'Alice', serif;
  color: #ffffff;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  box-sizing: border-box;
}

a {
  color: #007aff;
  text-decoration: none;
  font-weight: 500;
}

.background-image {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}

.background-image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.container-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-behavior: smooth;
}
@media all and (min-width: 601px) {
  .container-inner::-webkit-scrollbar {
    width: 4px;
  }
  .container-inner::-webkit-scrollbar-track {
    background: #555 0;
  }
  .container-inner::-webkit-scrollbar-thumb {
    background: #555 80;
    border-radius: 2px;
  }
}
.content {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.overlay-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  pointer-events: none;
}
.overlay-container-content {
  width: 600px;
  height: 100%;
  max-width: 100%;
  position: relative;
  margin: auto;
}

.block-base {
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-base-content {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

.panel-wrapper {
  display: block;
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
}
.panel-wrapper.center.with-cover {
  margin-top: 40px;
}

@media (max-width: 600px) {
  .panel-wrapper.center.with-cover {
    margin-top: 20px;
  }
}
.panel-wrapper.left,
.panel-wrapper.right {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
}
.panel-wrapper.left.with-cover,
.panel-wrapper.right.with-cover {
  margin-top: -20px;
}
.panel-wrapper.left .logo-box,
.panel-wrapper.right .logo-box {
  width: 90px;
  height: 90px;
}
.panel-wrapper.left .panel-content,
.panel-wrapper.right .panel-content {
  text-align: left;
  overflow: hidden;
}
.panel-wrapper.left .panel-content > h1,
.panel-wrapper.right .panel-content > h1 {
  width: 100%;
  font-size: 24px;
  margin: 31px 0 0 0;
}
.panel-wrapper.left .panel-content > p,
.panel-wrapper.right .panel-content > p {
  opacity: 0.8;
}
.panel-wrapper.right {
  grid-template-columns: 1fr auto;
}
.panel-wrapper.right .logo-box {
  order: 2;
}
.panel-wrapper.right .panel-content {
  text-align: right;
}
.logo-box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  margin: 0 auto 0 auto;
  position: relative;
}
.logo-box > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.panel-content {
  width: 100%;
  text-align: center;
  word-wrap: break-word;
  color: #fff;
  margin-top: 1em;
}
.panel-content > h1 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.1;
  margin: 6px 0 0 0;
}
.panel-content > p {
  margin: 0;
  font-size: 14px;
}

.btn-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}
.btn-wrapper.adaptive .btn {
  max-width: 100%;
}
.btn-wrapper.adaptive .btn.has-icon {
  padding: 16px 24px 16px 76px;
}
.btn-wrapper.full .btn {
  width: 100%;
}

.btn {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  min-height: 56px;
  color: #fff;
  background-color: #28d67c;
  user-select: none;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.02px;
  border-radius: 14px;
  position: relative;
}
@media all and (min-width: 1025px) {
  .btn:not(.nonInteractive):hover {
    box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.24);
    transform: translateY(-2px);
  }
}
.has-icon {
  padding: 16px 76px;
}
.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  border-right: 1px solid #189c56;
}
.icon > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon > div > i {
  font-size: 22px;
  display: block;
  flex-shrink: 0;
}
.btn-content {
  flex: 1;
  text-align: center;
  max-width: 100%;
}
.sub-title {
  font-weight: normal;
  font-size: 11px;
  line-height: 1;
  opacity: 0.5;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.active .btn {
  font-weight: 700;
  text-decoration: underline;
}
.image-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.promotion-image {
  width: 100%;
  border-radius: 10px;
}
.register-image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.register-image > img {
  width: 80%;
}
