html, body {
  overflow: hidden auto;
  max-width: 100%;
  min-height: 100vh;
  font-family: "PSL Omyim Pro", sans-serif;
  font-style: normal;
  font-synthesis: none;
}

*, ::before, ::after {
  font-style: normal;
  font-synthesis: none;
}

.event {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 1rem;
  margin: 0px;
  background: url("../images/event-bg.jpg") center top / cover no-repeat;
}

.event-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}

.event-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
}

.event-title-line {
  width: auto;
  height: 2.5rem;
  flex-shrink: 0;
  object-fit: contain;
}

.event-title {
  font-family: "PSL Omyim Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  line-height: 1;
  margin: 0px;
  white-space: nowrap;
  background: linear-gradient(to right, rgb(248, 251, 252), rgb(249, 247, 219), rgb(248, 251, 252)) text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(rgba(46, 141, 221, 0.6) 0px 0.25rem 0.25rem);
}

.event-title-long {
  font-size: min(6rem, calc((100vw - -28rem) / 18));
}

.event-title-wrap:has(.event-title-long) {
  gap: clamp(0.25rem, 1.2vw, 1rem);
}

.event-title-wrap:has(.event-title-long) .event-title-line {
  height: min(2.5rem, 4.2vw);
}

.event-subtitle {
  font-family: "PSL Omyim Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  line-height: 1;
  color: rgb(255, 255, 255);
  margin: -0.5rem 0px 0px;
  filter: drop-shadow(rgba(46, 141, 221, 0.6) 0px 0.25rem 0.25rem);
}

.step-desc {
  font-family: "PSL Omyim Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.25rem;
  color: rgb(85, 85, 85);
  margin: 1rem 0px 0px;
  line-height: 2rem;
}

.step1-title, .step2-title, .step3-title {
  font-size: 3.5rem;
}

.step1-title {
  font-family: "PSL Omyim Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  color: rgb(250, 65, 139);
  margin: 0px;
}

.step1-badge {
  display: inline-block;
  background: linear-gradient(to right, rgb(248, 91, 91), rgb(252, 114, 211));
  border-radius: 50px;
  font-family: "PSL Omyim Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: inherit;
  color: rgb(255, 255, 255);
  padding: 0.25rem 1.25rem;
}

.step2-title {
  font-family: "PSL Omyim Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  color: rgb(29, 227, 148);
  margin: 0px;
}

.step2-badge {
  display: inline-block;
  background: linear-gradient(to right, rgb(44, 192, 67), rgb(23, 223, 223));
  border-radius: 50px;
  font-family: "PSL Omyim Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: inherit;
  color: rgb(255, 255, 255);
  padding: 0.25rem 1.25rem;
}

.step3-title {
  font-family: "PSL Omyim Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  color: rgb(65, 157, 250);
  margin: 0px;
}

.step3-badge {
  display: inline-block;
  background: linear-gradient(to right, rgb(91, 162, 248), rgb(114, 206, 252));
  border-radius: 50px;
  font-family: "PSL Omyim Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: inherit;
  color: rgb(255, 255, 255);
  padding: 0.25rem 1.25rem;
}

.app-icon-box {
  --icon-inner-radius: 2rem;
  --icon-box-padding: 0.9375rem;
  width: 100%;
  padding: var(--icon-box-padding);
  background: rgba(255, 255, 255, 0.85);
  border-radius: calc(var(--icon-inner-radius) + var(--icon-box-padding));
  filter: drop-shadow(rgba(0, 0, 0, 0.12) 0px 0.25rem 0.75rem);
}

.event-steps-row > [class*="col-"] {
  display: flex;
}

.event-steps-row .app-icon-box {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.event-steps-row .app-icon-inner-step1, .event-steps-row .app-icon-inner-step2 {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.event-step3-row > [class*="col-"] {
  display: flex;
}

.event-step3-row .app-icon-box {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.event-step3-row .app-icon-inner-step3 {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.event-step3-row .app-icon-inner-step3.register-panel {
  position: relative;
  justify-content: center;
  overflow: hidden;
}

.register-coming-soon {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 10;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: "PSL Omyim Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 3.5rem;
  line-height: 1.15;
  color: rgb(65, 157, 250);
  text-align: center;
  background: rgba(255, 255, 255, 0.38);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
  pointer-events: auto;
}

.register-panel.is-coming-soon .register-coming-soon {
  display: flex;
}

.register-panel.is-coming-soon > :not(.register-coming-soon) {
  pointer-events: none;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .register-coming-soon {
    background: rgba(255, 255, 255, 0.82);
  }
}

@media (max-width: 767.98px) {
  .event-steps-row,
  .event-step3-row {
    row-gap: 1.5rem;
  }

  .event-step3-row {
    padding-top: 1.5rem;
  }
}

.app-icon-inner-step1 {
  background: url("../images/bg-box-step1.jpg") center center / cover no-repeat;
  padding: 2rem 0.625rem;
  border-radius: var(--icon-inner-radius);
  width: 100%;
  border: 2px dotted rgb(255, 168, 210);
}

.app-icon-inner-step2 {
  background: url("../images/bg-box-step2.jpg") center center / cover no-repeat;
  padding: 2rem 0.625rem;
  border-radius: var(--icon-inner-radius);
  width: 100%;
  border: 2px dotted rgb(168, 255, 194);
}

.app-icon-inner-step3 {
  background: url("../images/bg-box-step3.jpg") center center / cover no-repeat;
  padding: 2rem 0.625rem;
  border-radius: var(--icon-inner-radius);
  width: 100%;
  border: 2px dotted rgb(168, 210, 255);
}

.step3-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 0.75rem;
  width: 100%;
  max-width: 100%;
}

.step3-btn {
  flex: 1 1 calc(50% - 0.3125rem);
  min-width: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "PSL Omyim Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 2.25rem;
  line-height: 1.25;
  text-align: center;
  word-break: break-word;
  color: rgb(96, 172, 249);
  border: 1px solid rgb(92, 163, 248);
  border-radius: 0.75rem;
  padding: 0.75rem;
  text-decoration: none;
  transition: opacity 0.3s;
  max-width: 260px;
}

.step3-btn:hover, .step3-btn:focus, .step3-btn:active {
  color: rgb(96, 172, 249);
  opacity: 0.85;
}

@media (min-width: 768px) {
  .step3-actions {
      display: inline-flex;
      width: auto;
  }

  .step3-btn {
      flex: 1 1 0px;
      min-width: max-content;
      line-height: 1;
  }
}

@media (max-width: 575.98px) {
  .step3-btn {
      flex: 1 1 100%;
      font-size: 1.875rem;
      padding: 0.625rem;
  }
}

.register-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.75rem;
  text-align: left;
  padding: 1rem 2rem;
}

.register-form.is-success {
  min-height: 18rem;
  justify-content: center;
}

#registerFormFields {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.register-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
  padding: 1.25rem 0 0.5rem;
}

.register-success[hidden] {
  display: none;
}

.register-success-title {
  margin: 0;
  font-family: "PSL Omyim Pro", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.15;
  color: rgb(65, 157, 250);
}

.register-success-text {
  margin: 0 0 0.5rem;
  font-family: "PSL Omyim Pro", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.35;
  color: rgb(85, 85, 85);
}

.register-busy {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.72);
  font-family: "PSL Omyim Pro", sans-serif;
  font-size: 1.6rem;
  color: rgb(65, 157, 250);
}

.register-busy[hidden] {
  display: none;
}

.register-busy-dot {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid rgb(96, 172, 249);
  border-top-color: transparent;
  border-radius: 50%;
  animation: register-spin 0.7s linear infinite;
}

@keyframes register-spin {
  to { transform: rotate(360deg); }
}

.register-row {
  display: flex;
  gap: 0.625rem;
}

.register-field {
  flex: 1 1 0px;
  min-width: 0px;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.register-label {
  font-family: "PSL Omyim Pro", sans-serif;
  font-weight: lighter;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.7rem;
  line-height: 1;
  color: rgb(96, 172, 249);
}

.register-label-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.uid-field {
  position: relative;
}

.uid-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  padding: 0;
  border: 1.5px solid rgb(96, 172, 249);
  border-radius: 50%;
  background: transparent;
  color: rgb(96, 172, 249);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-synthesis: style;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  cursor: help;
}

.uid-info:hover,
.uid-info:focus {
  background: rgb(96, 172, 249);
  color: rgb(255, 255, 255);
  outline: none;
}

.uid-tooltip {
  position: absolute;
  left: 0;
  right: 0;
  top: 2.15rem;
  z-index: 8;
  padding: 0.75rem 0.9rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgb(92, 163, 248);
  box-shadow: 0 0.35rem 1rem rgba(46, 141, 221, 0.2);
  color: rgb(85, 85, 85);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-0.2rem);
  transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease;
}

.uid-field:has(.uid-info:hover) .uid-tooltip,
.uid-field:has(.uid-info:focus) .uid-tooltip,
.uid-field:has(.uid-tooltip:hover) .uid-tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.uid-tooltip-title {
  margin: 0 0 0.35rem;
  font-family: "PSL Omyim Pro", sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.2;
  color: rgb(65, 157, 250);
}

.uid-tooltip-list {
  margin: 0;
  padding-left: 1.25rem;
  font-family: "PSL Omyim Pro", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.35;
}

.register-input {
  width: 100%;
  font-family: "PSL Omyim Pro", sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1.2;
  color: rgb(85, 85, 85);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(92, 163, 248);
  border-radius: 0.75rem;
  padding: 0.5rem 0.75rem;
  outline: none;
  transition: border-color 0.3s;
}

.register-input:focus {
  border-color: rgb(65, 157, 250);
}

.register-input.is-invalid,
.register-checkbox.is-invalid {
  border-color: rgb(220, 80, 110);
}

.register-error {
  margin: 0;
  min-height: 0;
  font-family: "PSL Omyim Pro", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25;
  color: rgb(220, 80, 110);
}

.register-error:empty {
  display: none;
}

.register-alert {
  margin: 0 0 0.25rem;
  padding: 0.55rem 0.75rem;
  border-radius: 0.75rem;
  font-family: "PSL Omyim Pro", sans-serif;
  font-weight: 400;
  font-size: 1.45rem;
  line-height: 1.3;
}

.register-alert.is-success {
  color: rgb(36, 120, 72);
  background: rgba(168, 255, 194, 0.45);
  border: 1px solid rgb(92, 196, 132);
}

.register-alert.is-danger {
  color: rgb(176, 48, 78);
  background: rgba(255, 214, 224, 0.7);
  border: 1px solid rgb(252, 134, 168);
}

.register-btn:disabled {
  opacity: 0.7;
  cursor: wait;
}

.register-input::placeholder {
  font-weight: 300;
  font-synthesis: weight;
  color: rgb(190, 190, 190);
  opacity: 1;
}

.register-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235CACF9' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 0.75rem 0.5rem;
  padding-right: 2rem;
  cursor: pointer;
}

.register-select:invalid,
.register-select option[disabled] {
  color: rgb(150, 150, 150);
}

.register-select option {
  color: rgb(85, 85, 85);
}

.register-check {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}

.register-checkbox {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.375rem;
  border: 1px solid rgb(92, 163, 248);
  border-radius: 0.375rem;
  accent-color: rgb(96, 172, 249);
  cursor: pointer;
}

.register-check-label {
  font-family: "PSL Omyim Pro", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.25;
  color: rgb(96, 172, 249);
  cursor: pointer;
}

.register-check-label a {
  color: inherit;
  text-decoration: underline;
}

.register-check-label a:hover,
.register-check-label a:focus {
  color: rgb(65, 157, 250);
}

.register-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.75rem;
  font-family: "PSL Omyim Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 2.25rem;
  line-height: 1;
  color: rgb(255, 255, 255);
  background: linear-gradient(to right, rgb(252, 134, 168), rgb(254, 214, 101));
  border: 1px solid transparent;
  border-radius: 0.75rem;
  padding: 0.75rem;
  appearance: none;
  cursor: pointer;
  transition: opacity 0.3s;
}

.register-btn:hover, .register-btn:focus, .register-btn:active {
  color: rgb(255, 255, 255);
  opacity: 0.9;
}

@media (max-width: 575.98px) {
  .register-row {
      flex-direction: column;
  }

  .register-label, .register-input, .register-check-label {
      font-size: 1.875rem;
  }

  .register-input {
      font-size: 1.625rem;
      padding: 0.375rem 0.625rem;
  }

  .register-select {
      padding-right: 1.75rem;
  }

  .register-btn {
      font-size: 1.875rem;
      padding: 0.625rem;
  }

  .register-error {
      font-size: 1.35rem;
  }

  .register-alert {
      font-size: 1.5rem;
  }

  .register-success-title {
      font-size: 2.5rem;
  }

  .register-success-text {
      font-size: 1.6rem;
  }
}

.step2-img-wrap {
  position: relative;
  width: 100%;
}

.step2-rafa {
  position: absolute;
  right: -22.01%;
  top: -26.48%;
  width: 80.67%;
  height: auto;
  max-width: none;
  pointer-events: none;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  background: url("../images/hero-bg.jpg") center center / cover no-repeat;
}

@media (max-width: 767.98px) {
  .hero {
    height: auto;
    min-height: 0;
    background: url("../images/hero-bg-mb.jpg") center center / cover no-repeat;
  }

  .hero-body {
    flex: 0 0 auto;
  }

  .hero-bottom-line {
    margin-top: 0;
  }

  .hero .text-hero-picture {
    display: block;
    width: calc(100% + var(--bs-gutter-x, 1.5rem));
    max-width: none;
    margin-left: calc(var(--bs-gutter-x, 1.5rem) / -2);
    margin-right: calc(var(--bs-gutter-x, 1.5rem) / -2);
  }

  .hero .text-hero-picture img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

.character {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 1rem;
  margin: 0px;
  background: url("../images/char-bg.jpg") center top / cover no-repeat;
}

.game-feature {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 4rem;
  margin: 0px;
  overflow-x: hidden;
  background: url("../images/feature-bg.png") center bottom / cover no-repeat;
  background-color: #72b6f9;
}

.carousel-3d {
  padding: 1.5rem 0 0;
  max-width: 76rem;
  margin: 0 auto;
}

.carousel-3d-wrap {
  position: relative;
  width: 100%;
}

.carousel-3d-stage {
  width: 100%;
  perspective: 87.5rem;
  overflow: visible;
  padding: 1rem 0 1.5rem;
  touch-action: pan-y pinch-zoom;
  cursor: grab;
}

.carousel-3d-stage.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.carousel-3d-track {
  position: relative;
  height: 460px;
  margin: 0 auto;
  transform-style: preserve-3d;
}

.carousel-3d-slide {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 460px;
  transform-origin: center center;
  transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.65s ease,
              filter 0.65s ease;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.carousel-3d-slide img {
  width: auto;
  height: 460px; 
  display: block;
  border-radius: 1.25rem;
  box-shadow: 0 0.75rem 1.75rem rgba(46, 141, 221, 0.28);
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.carousel-3d-slide:not(.is-active) img {
  filter: brightness(0.82);
  box-shadow: 0 0.4rem 1.1rem rgba(46, 141, 221, 0.18);
}

.carousel-3d-btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  color: rgb(65, 157, 250);
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  box-shadow: 0 0.25rem 1rem rgba(46, 141, 221, 0.18);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  transform: translateY(-50%);
}

.carousel-3d-btn::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-style: solid;
  border-color: currentColor;
  border-width: 0.18rem 0.18rem 0 0;
}

.carousel-3d-prev {
  left: 1.5rem;
}

.carousel-3d-prev::before {
  transform: translateX(0.12rem) rotate(-135deg);
}

.carousel-3d-next {
  right: 1.5rem;
}

.carousel-3d-next::before {
  transform: translateX(-0.12rem) rotate(45deg);
}

.carousel-3d-btn:hover {
  transform: translateY(-50%) scale(1.08);
  background: rgba(255, 255, 255, 0.36);
  border-color: rgba(255, 255, 255, 0.75);
}

.carousel-3d-btn:active {
  transform: translateY(-50%) scale(0.96);
}

.carousel-3d-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.carousel-3d-dot {
  width: 0.85rem;
  height: 0.85rem;
  padding: 0;
  border-radius: 50%;
  border: 0.125rem solid rgba(66, 149, 246, 0.45);
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.carousel-3d-dot:hover {
  transform: scale(1.15);
  background: rgba(255, 255, 255, 0.9);
  border-color: #4295F6;
}

.carousel-3d-dot.is-active {
  background: #4295F6;
  border-color: #4295F6;
  transform: scale(1.28);
  box-shadow: 0 0.15rem 0.5rem rgba(66, 149, 246, 0.45);
}

@media (max-width: 767.98px) {
  .carousel-3d {
    overflow-x: clip;
  }

  .carousel-3d-wrap {
    overflow: hidden;
  }

  .carousel-3d-stage {
    perspective: none;
    overflow: hidden;
    cursor: default;
    padding: 0.5rem 0 1rem;
  }

  .carousel-3d-track {
    height: auto;
    min-height: 10rem;
    transform-style: flat;
    overflow: visible;
  }

  .carousel-3d-slide {
    width: 92%;
    height: auto;
    transform-style: flat;
  }

  .carousel-3d.is-single-slide .carousel-3d-slide.is-active {
    position: relative;
    left: auto;
    margin: 0 auto;
  }

  .carousel-3d-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .carousel-3d.is-single-slide .carousel-3d-slide:not(.is-active) {
    visibility: hidden;
  }

  .carousel-3d-btn {
    width: 3.25rem;
    height: 3.25rem;
  }

  .carousel-3d-prev {
    left: 0.75rem;
  }

  .carousel-3d-next {
    right: 0.75rem;
  }

  .carousel-3d-dots {
    gap: 0.55rem;
    margin-top: 0.35rem;
  }
}

.hero-body {
  flex: 1 1 0%;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-char {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: calc(100% - 7rem);
  max-height: 100%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  z-index: 0;
}

.hero-bottom-line {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-top: auto;
}

.video-box {
  background: rgb(255, 255, 255);
  padding: 10px;
  border-radius: 15px;
}

.btn-enter-site-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.btn-enter-site {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(to right, rgb(90, 62, 212), rgb(18, 113, 255));
  color: rgb(255, 255, 255);
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  padding: 10px 20px;
  border-radius: 75px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
  box-shadow: rgb(253, 253, 255) 0px 4px 12px;
}

.btn-enter-site:hover, .btn-enter-site:focus, .btn-enter-site:active {
  background: linear-gradient(to right, rgb(90, 62, 212), rgb(18, 113, 255));
  color: rgb(255, 255, 255);
  opacity: 0.9;
}

.footer {
  background: #4295F6;
  border-top: 2px solid #ffffff;
}

.footer-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.footer-link {
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #ffffff;
  text-decoration: none;
}

.footer-link:hover,
.footer-link:focus,
.footer-link:active {
  color: #ffffff;
  text-decoration: none;
}

.footer-text {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  margin: 0.5rem 0 0;
}

@media (min-width: 768px) {
  .footer-links {
    justify-content: flex-end;
  }
}

.seo-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.social-float {
  --social-float-y: 0px;
  position: fixed;
  left: 1.25rem;
  top: 50%;
  transform: translateY(calc(-50% + var(--social-float-y)));
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  padding: 0.35rem 0.7rem;
  pointer-events: none;
  will-change: transform;
  background: linear-gradient(180deg, #E6F3FD00 0%, #E6F3FD 33.333%, #E6F3FD 66.667%, #E6F3FD00 100%);
}

.social-float::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  bottom: 1.25rem;
  left: 50%;
  width: 1px;
  background: #89BAF0;
  transform: translateX(-50%);
  z-index: 0;
}

.social-float-star {
  position: relative;
  z-index: 1;
  width: 1.875rem;
  height: 1.875rem;
  object-fit: contain;
}

.social-float-link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  line-height: 0;
  transition: transform 0.25s ease;
}

.social-float-link img {
  width: 5.0625rem;
  height: 5.0625rem;
  object-fit: contain;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.social-float-link:hover img,
.social-float-link:focus-visible img {
  transform: scale(1.08);
  filter: drop-shadow(0 0.2rem 0.35rem rgba(46, 141, 221, 0.45));
}

.social-float-link:focus-visible {
  outline: 2px solid #4295F6;
  outline-offset: 0.2rem;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .social-float {
    left: 0.35rem;
    gap: 0.45rem;
    padding: 0.2rem 0.35rem;
  }

  .social-float::before {
    top: 0.85rem;
    bottom: 0.85rem;
  }

  .social-float-star {
    width: 1.125rem;
    height: 1.125rem;
  }

  .social-float-link img {
    width: 2.75rem;
    height: 2.75rem;
  }
}
