*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

body {
  font-family: "degular", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  color: #000;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
}

body.no-scroll {
  overflow-y: scroll;
  height: 100vh;
  position: fixed;
  width: 100%;
}

@media (min-width: 1920px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1650px !important;
  }
}
.hs_main .loader_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
}
.hs_main .loader_container .image_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  gap: 10px;
}
.hs_main .loader_container .image_wrapper .sign_logo {
  position: relative;
}
.hs_main .loader_container .image_wrapper .sign_logo img {
  max-width: 150px;
  min-width: 150px;
  width: 100%;
  height: 100%;
}
@media (max-width: 650px) {
  .hs_main .loader_container .image_wrapper .sign_logo img {
    max-width: 50px;
    min-width: 50px;
    width: 100%;
  }
}
.hs_main .loader_container .image_wrapper .sign_logo .squares .first_element {
  margin-bottom: -12px;
  transform-origin: bottom left;
  transition: 0.3s;
}
.hs_main .loader_container .image_wrapper .sign_logo .squares .sec_element {
  transform-origin: top left;
  transition: 0.3s;
}
.hs_main .loader_container .image_wrapper .logo {
  max-width: 700px;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
@media (max-width: 650px) {
  .hs_main .loader_container .image_wrapper .logo {
    max-width: 250px;
  }
}
@keyframes pacmanBite {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes pacmanBiteSec {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes logoFadeMove {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(350px);
    opacity: 0;
    @media (max-width: 650px) {
      .hs_main .loader_container {
        transform: translateX(0);
      }
    }
  }
}
@keyframes logoFadeStatic {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes pacmanMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(330px);
    @media (max-width: 650px) {
      .hs_main .loader_container {
        transform: translateX(0);
      }
    }
  }
}
@keyframes pacmanStatic {
  0%, 100% {
    transform: translateX(0);
  }
}
@keyframes scaleWrapperIn {
  0% {
    transform: scale(0.4);
  }
  100% {
    transform: scale(1);
  }
}
.hs_main .hero_section {
  background: linear-gradient(-80deg, #FF4144 100%, #FFEE8B 100.09%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .hs_main .hero_section {
    background: linear-gradient(-12deg, #FF4144 50%, #FFEE8B 50.09%);
  }
}
@media (max-width: 650px) {
  .hs_main .hero_section {
    background: linear-gradient(-12deg, #FF4144 75%, #FFEE8B 50.09%);
  }
}
.hs_main .hero_section .hs_header {
  flex: 0 0 auto;
}
.hs_main .hero_section .hs_header .hs_navbar .navbar .container-fluid {
  padding: 0 30px;
}
@media (max-width: 650px) {
  .hs_main .hero_section .hs_header .hs_navbar .navbar .logo {
    max-width: 250px;
    width: 100%;
  }
}
.hs_main .hero_section .hs_header .hs_navbar .navbar .navbar-toggler {
  background-color: #FF4144;
  border: 5px solid #FFEE8B;
}
.hs_main .hero_section .hs_header .hs_navbar .navbar .navbar-toggler:focus {
  outline: unset;
  box-shadow: none;
}
.hs_main .hero_section .hs_header .hs_navbar .navbar .navbar-toggler:focus-visible {
  outline: unset;
  box-shadow: none;
}
.hs_main .hero_section .hs_header .hs_navbar .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.hs_main .hero_section .hs_header .hs_navbar .navbar .navbar-collapse .navbar-nav {
  position: relative;
  border-radius: 17px;
  background: #FFEE8B;
  padding: 5px;
  gap: 20px;
  border: 5px solid #FF4144;
}
.hs_main .hero_section .hs_header .hs_navbar .navbar .navbar-collapse .navbar-nav .nav-cursor {
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: calc(100% - 10px);
  background: #FF4144;
  color: #FFEE8B;
  border-radius: 14px;
  transition: transform 0.3s ease, width 0.3s ease, opacity 0.3s ease;
  z-index: 0;
  opacity: 0;
}
@media (max-width: 650px) {
  .hs_main .hero_section .hs_header .hs_navbar .navbar .navbar-collapse .navbar-nav .nav-cursor {
    display: none;
  }
}
.hs_main .hero_section .hs_header .hs_navbar .navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
  z-index: 1;
  color: #FFEE8B;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.3s;
  border-radius: 14px;
}
.hs_main .hero_section .hs_header .hs_navbar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 15px 25px;
  color: #FF4144;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.hs_main .hero_section .hs_header .hs_navbar .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #FF4144;
}
@media (max-width: 650px) {
  .hs_main .hero_section .hs_header .hs_navbar .navbar .navbar-collapse .navbar-nav .nav-item:hover {
    background: #FFEE8B;
  }
  .hs_main .hero_section .hs_header .hs_navbar .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
    color: #FF4144;
  }
}
.hs_main .hero_section .hs_header .hs_navbar .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #FFEE8B;
}
@media (max-width: 650px) {
  .hs_main .hero_section .hs_header .hs_navbar .navbar .navbar-collapse .navbar-nav .nav-item.active {
    background: #FF4144;
  }
}
.hs_main .hero_section .hero_content {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .hs_main .hero_section .hero_content {
    padding: 50px 30px 0 30px;
  }
}
@media (max-width: 1024px) {
  .hs_main .hero_section .hero_content {
    flex-direction: column;
    padding: 100px 30px 0 30px;
  }
}
@media (max-width: 932px) {
  .hs_main .hero_section .hero_content {
    flex-direction: row;
  }
}
@media (max-width: 650px) {
  .hs_main .hero_section .hero_content {
    flex-direction: column;
  }
}
.hs_main .hero_section .hero_content .hero_header_txt {
  font-size: 86px;
  font-style: normal;
  font-weight: 800;
  line-height: 98px;
}
@media (max-width: 1440px) {
  .hs_main .hero_section .hero_content .hero_header_txt {
    font-size: 70px;
    line-height: 79px;
  }
}
@media (max-width: 1280px) {
  .hs_main .hero_section .hero_content .hero_header_txt {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 932px) {
  .hs_main .hero_section .hero_content .hero_header_txt {
    font-size: 30px;
    line-height: 100%;
  }
}
@media (max-width: 650px) {
  .hs_main .hero_section .hero_content .hero_header_txt {
    font-size: 60px;
    line-height: 100%;
  }
}
.hs_main .hero_section .hero_content .left {
  max-width: 535px;
  min-width: 450px;
  width: 100%;
}
@media (max-width: 1440px) {
  .hs_main .hero_section .hero_content .left {
    width: auto;
    min-width: auto;
  }
}
@media (max-width: 650px) {
  .hs_main .hero_section .hero_content .left {
    order: 1;
  }
}
.hs_main .hero_section .hero_content .left h1 {
  color: #FF4144;
  text-shadow: -1px -1px 0 #FFEE8B, 1px -1px 0 #FFEE8B, -1px 1px 0 #FFEE8B, 1px 1px 0 #FFEE8B;
}
.hs_main .hero_section .hero_content .left .italic {
  font-style: italic;
}
.hs_main .hero_section .hero_content .left p {
  color: #FF4144;
  font-size: 33px;
  font-weight: 600;
  line-height: 41px;
  text-shadow: -1px -1px 0 #FFEE8B, 1px -1px 0 #FFEE8B, -1px 1px 0 #FFEE8B, 1px 1px 0 #FFEE8B;
}
@media (max-width: 1280px) {
  .hs_main .hero_section .hero_content .left p {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (max-width: 932px) {
  .hs_main .hero_section .hero_content .left p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
  }
}
@media (max-width: 650px) {
  .hs_main .hero_section .hero_content .left p {
    display: none;
    font-size: 25px;
    font-weight: 500;
  }
}
.hs_main .hero_section .hero_content .center {
  min-width: 600px;
}
@media (max-width: 1440px) {
  .hs_main .hero_section .hero_content .center {
    min-width: 400px;
  }
}
@media (max-width: 932px) {
  .hs_main .hero_section .hero_content .center {
    min-width: 250px;
  }
}
@media (max-width: 650px) {
  .hs_main .hero_section .hero_content .center {
    overflow: hidden;
    order: 3;
    min-width: 370px;
  }
}
.hs_main .hero_section .hero_content .center .video_wrapper {
  position: relative;
  transform: scale(0.4);
  animation: none;
  transform-origin: center center;
}
.hs_main .hero_section .hero_content .center .video_wrapper .hero_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 200%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  animation: none;
  opacity: 0;
}
@media (max-width: 1440px) {
  .hs_main .hero_section .hero_content .center .video_wrapper .hero_video {
    max-width: 160%;
  }
}
@media (max-width: 932px) {
  .hs_main .hero_section .hero_content .center .video_wrapper .hero_video {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .hs_main .hero_section .hero_content .center .video_wrapper .hero_video {
    all: unset;
    display: block;
    width: 200%;
    height: auto;
    transform: translateX(-25%);
    overflow: hidden;
  }
}
.hs_main .hero_section .hero_content .center .video_wrapper .hero_video {
  z-index: 1;
}
.hs_main .hero_section .hero_content .right {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .hs_main .hero_section .hero_content .right {
    gap: 20px;
    align-items: flex-start;
    width: 100%;
  }
}
@media (max-width: 650px) {
  .hs_main .hero_section .hero_content .right {
    order: 2;
  }
}
.hs_main .hero_section .hero_content .right h2 {
  color: #FFEE8B;
  text-align: right;
  text-shadow: -1px -1px 0 #FF4144, 1px -1px 0 #FF4144, -1px 1px 0 #FF4144, 1px 1px 0 #FF4144;
}
@media (max-width: 1024px) {
  .hs_main .hero_section .hero_content .right h2 {
    text-align: left;
  }
}
.hs_main .hero_section .hero_content .right .mobile_text {
  display: none;
  color: #FF4144;
  font-size: 33px;
  font-weight: 700;
  line-height: 41px;
  text-shadow: -1px -1px 0 #FFEE8B, 1px -1px 0 #FFEE8B, -1px 1px 0 #FFEE8B, 1px 1px 0 #FFEE8B;
}
@media (max-width: 650px) {
  .hs_main .hero_section .hero_content .right .mobile_text {
    display: block;
  }
}
.hs_main .hero_section .hero_content .right .button {
  border-radius: 18px;
  border: 3px solid #FFEE8B;
  background: #FF4144;
  padding: 10px 25px;
  text-decoration: none;
  color: #FFEE8B;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  border-bottom-width: 7px;
  border-right-width: 7px;
  display: flex;
  flex-direction: row;
  transition: 0.3s;
  z-index: 1;
}
.hs_main .hero_section .hero_content .right .button:hover {
  background: #FFEE8B;
  color: #FF4144;
}
@media (max-width: 932px) {
  .hs_main .hero_section .hero_content .right .button {
    font-size: 16px;
    padding: 5px 15px;
  }
}
@media (max-width: 650px) {
  .hs_main .hero_section .hero_content .right .button {
    display: none;
  }
}
.hs_main .hero_section .hero_content .hero_header_txt,
.hs_main .hero_section .hero_content .left p,
.hs_main .hero_section .hero_content .right p,
.hs_main .hero_section .hero_content .right .button {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease-out;
}
.hs_main .hero_section .hero_content .hero_header_txt.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.hs_main .hero_section .hero_content .left p.animate-in,
.hs_main .hero_section .hero_content .right p.animate-in,
.hs_main .hero_section .hero_content .right .button.animate-in {
  opacity: 1;
  transform: none;
}
.hs_main .hero_section .hs_header {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s ease-out;
}
.hs_main .hero_section .hs_header.animate-in {
  opacity: 1;
  transform: none;
}
.hs_main .top_performing_section {
  background-color: #FF4144;
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
}
.hs_main .top_performing_section .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}
@media (max-width: 650px) {
  .hs_main .top_performing_section .container {
    padding: 0 30px;
  }
}
.hs_main .top_performing_section .container h2 {
  color: #FFEE8B;
  text-align: center;
  font-size: clamp(5.625rem, 0.875rem + 5.9375vw, 8rem);
  font-weight: 800;
  line-height: 90%;
}
@media (max-width: 1024px) {
  .hs_main .top_performing_section .container h2 {
    font-size: 71px;
    font-weight: 800;
    line-height: 90%;
  }
}
@media (max-width: 932px) {
  .hs_main .top_performing_section .container h2 {
    font-size: 37px;
  }
}
@media (max-width: 650px) {
  .hs_main .top_performing_section .container h2 {
    font-size: 47px;
    z-index: 1;
  }
}
.hs_main .top_performing_section .container p {
  color: #FFEE8B;
  text-align: center;
  font-size: 29px;
  line-height: normal;
  font-weight: 600;
  max-width: 900px;
  width: 100%;
}
@media (max-width: 932px) {
  .hs_main .top_performing_section .container p {
    font-size: 22px;
  }
}
@media (max-width: 650px) {
  .hs_main .top_performing_section .container p {
    font-size: 25px;
    z-index: 1;
    font-weight: 500;
  }
}
.hs_main .top_performing_section .coin1 {
  position: absolute;
  top: 0px;
  left: 0;
}
@media (max-width: 1440px) {
  .hs_main .top_performing_section .coin1 {
    display: none;
  }
}
.hs_main .top_performing_section .coin2 {
  position: absolute;
  left: 5%;
}
@media (max-width: 1440px) {
  .hs_main .top_performing_section .coin2 {
    display: none;
  }
}
.hs_main .top_performing_section .coin3 {
  position: absolute;
  right: 0;
  top: 5%;
}
@media (max-width: 1440px) {
  .hs_main .top_performing_section .coin3 {
    max-width: 100px;
    width: 100%;
  }
}
.hs_main .game_section {
  background-color: #FF4144;
  padding-bottom: 150px;
}
@media (max-width: 932px) {
  .hs_main .game_section {
    padding-bottom: 20px;
  }
}
@media (max-width: 650px) {
  .hs_main .game_section {
    padding-bottom: 50px;
  }
  .hs_main .game_section .container {
    padding: 0 30px;
  }
}
.hs_main .game_section .search-container {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 650px) {
  .hs_main .game_section .search-container {
    margin: auto;
  }
}
.hs_main .game_section .search-container .search {
  position: relative;
  background-color: #FF4144;
  border-radius: 18px;
  border: 6px solid #FFEE8B;
  padding: 10px 15px 10px 45px;
  color: #FFEE8B;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  outline: none;
}
@media (max-width: 932px) {
  .hs_main .game_section .search-container .search {
    border: 3px solid #FFEE8B;
    padding: 5px 8px 5px 43px;
  }
}
.hs_main .game_section .search-container .search::-moz-placeholder {
  color: rgba(255, 238, 139, 0.53);
}
.hs_main .game_section .search-container .search::placeholder {
  color: rgba(255, 238, 139, 0.53);
}
.hs_main .game_section .search-container .search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  width: 26px;
  height: 26px;
  z-index: 1;
}
@media (max-width: 932px) {
  .hs_main .game_section .search-container .search-icon {
    width: 20px;
    height: 20px;
  }
}
.hs_main .game_section .games {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  gap: 55px;
  flex-wrap: wrap;
  z-index: 1;
}
@media (max-width: 932px) {
  .hs_main .game_section .games {
    gap: 30px;
  }
}
@media (max-width: 650px) {
  .hs_main .game_section .games {
    gap: 30px;
    justify-content: center;
  }
}
.hs_main .game_section .games .empty_results {
  color: #FFEE8B;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  width: 100%;
}
.hs_main .game_section .games .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.hs_main .game_section .games .modal {
  background: #fff;
  max-width: 70vw;
  max-height: 800px;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  position: relative;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}
.hs_main .game_section .games .modal iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.hs_main .game_section .games .close-btn {
  position: absolute;
  top: 0;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
}
.hs_main .game_section .games .game {
  max-width: 224px;
  max-height: 324px;
}
@media (max-width: 1024px) {
  .hs_main .game_section .games .game {
    max-width: 204px;
  }
}
@media (max-width: 932px) {
  .hs_main .game_section .games .game {
    max-width: 140px;
  }
}
@media (max-width: 650px) {
  .hs_main .game_section .games .game {
    max-width: 150px;
  }
}
.hs_main .game_section .games .game a {
  position: relative;
  font-size: 16px;
  color: #FFEE8B;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.hs_main .game_section .games .game a .image-container {
  position: relative;
  overflow: hidden;
  border-radius: 17px;
}
.hs_main .game_section .games .game a .image-container img {
  border-radius: 17px;
  width: 100%;
  height: 100%;
  display: block;
}
.hs_main .game_section .games .game a .image-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 17px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.hs_main .game_section .games .game a .image-container .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
}
.hs_main .game_section .games .game a .image-container .wrapper .circle {
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  background-color: #FF4144;
  margin: auto;
}
.hs_main .game_section .games .game a .image-container .wrapper .circle.pulse {
  animation: pulse 2s infinite ease;
  background-color: rgba(255, 238, 139, 0.8235294118);
}
.hs_main .game_section .games .game a .image-container .wrapper svg {
  width: 100%;
  height: 100%;
  fill: #FFEE8B;
  stroke: #FFEE8B;
  stroke-linejoin: round;
  stroke-width: 5;
  transition: all 0.3s;
}
.hs_main .game_section .games .game a .image-container .wrapper svg:hover {
  cursor: pointer;
  fill: rgb(182.3, 0, 2.8784210526);
  stroke: rgb(182.3, 0, 2.8784210526);
  transform: scale(1.2);
}
.hs_main .game_section .games .game a:hover .image-container::after {
  opacity: 1;
}
.hs_main .game_section .games .game a:hover .image-container .wrapper {
  opacity: 1;
}
@keyframes pulse {
  0%, 25% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.hs_main .game_section .games .game .disabled {
  pointer-events: none;
}
.hs_main .game_section .games .game .disabled img {
  cursor: not-allowed;
  border-radius: 17px;
  width: 100%;
  height: 100%;
  display: block;
}
.hs_main .game_section .load_more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}
.hs_main .game_section .load_more .button {
  border-radius: 18px;
  border: 3px solid #FFEE8B;
  background: transparent;
  padding: 10px 25px;
  text-decoration: none;
  color: #FFEE8B;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  border-bottom-width: 7px;
  border-right-width: 7px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  transition: 0.3s;
}
.hs_main .game_section .load_more .button svg {
  fill: #FFEE8B;
  transition: 0.3s;
}
.hs_main .game_section .load_more .button:hover {
  background: #FFEE8B;
  color: #FF4144;
}
.hs_main .game_section .load_more .button:hover svg {
  fill: #FF4144;
}
@media (max-width: 932px) {
  .hs_main .game_section .load_more .button {
    font-size: 18px;
    padding: 5px 19px;
  }
}
@media (max-width: 650px) {
  .hs_main .game_section .load_more .button {
    padding: 5px 20px;
  }
}
.hs_main .full_fun {
  background-color: #FFEE8B;
  padding-bottom: 150px;
  padding-top: 100px;
  background: linear-gradient(-186deg, #FF4144 19.1%, #FFEE8B 19.2%);
  position: relative;
}
@media (max-width: 932px) {
  .hs_main .full_fun {
    padding-bottom: 20px;
  }
}
.hs_main .full_fun .bell_img {
  position: absolute;
  top: -50px;
  left: -20px;
  z-index: 1;
}
@media (max-width: 1440px) {
  .hs_main .full_fun .bell_img {
    top: 20px;
    left: 0px;
    max-width: 200px;
  }
}
@media (max-width: 650px) {
  .hs_main .full_fun .bell_img {
    top: 20px;
    right: -40px;
    transform: rotate(-57deg);
    left: auto;
    display: none;
  }
}
.hs_main .full_fun .coin_img {
  position: absolute;
  top: -150px;
  right: 20px;
  z-index: 1;
}
@media (max-width: 1440px) {
  .hs_main .full_fun .coin_img {
    max-width: 120px;
  }
}
@media (max-width: 650px) {
  .hs_main .full_fun .coin_img {
    display: none;
  }
}
@media (max-width: 650px) {
  .hs_main .full_fun .coin_img_mobile {
    position: absolute;
    display: block;
    top: 100px;
    left: 5px;
    z-index: 1;
    max-width: 70px;
  }
}
.hs_main .full_fun .container {
  background: #A527C1;
  border-radius: 82px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  gap: 50px;
  padding: 0;
}
@media (max-width: 1024px) {
  .hs_main .full_fun .container {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 62px;
    width: 85%;
  }
}
.hs_main .full_fun .container .box_text {
  padding: 120px 0 120px 100px;
  max-width: 760px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  z-index: 1;
}
@media (max-width: 1440px) {
  .hs_main .full_fun .container .box_text {
    max-width: 600px;
    padding: 60px 0 60px 50px;
  }
}
@media (max-width: 1024px) {
  .hs_main .full_fun .container .box_text {
    padding: 100px 30px 0 30px;
  }
}
@media (max-width: 932px) {
  .hs_main .full_fun .container .box_text {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (max-width: 650px) {
  .hs_main .full_fun .container .box_text {
    padding: 55px 38px 0 38px;
  }
}
.hs_main .full_fun .container .box_text h3 {
  color: #FFEE8B;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #FFEE8B;
  font-size: clamp(5.625rem, 1.625rem + 5vw, 7.025rem);
  font-weight: 800;
  line-height: 116px;
}
@media (max-width: 1440px) {
  .hs_main .full_fun .container .box_text h3 {
    line-height: normal;
  }
}
@media (max-width: 1024px) {
  .hs_main .full_fun .container .box_text h3 {
    font-size: 83px;
    line-height: 101px;
  }
}
@media (max-width: 932px) {
  .hs_main .full_fun .container .box_text h3 {
    font-size: 50px;
    line-height: 57px;
  }
}
@media (max-width: 650px) {
  .hs_main .full_fun .container .box_text h3 {
    font-size: 47px;
    line-height: 100%;
    z-index: 2;
    -webkit-text-stroke-width: 0px;
  }
}
.hs_main .full_fun .container .box_text h3 .italic {
  font-style: italic;
}
.hs_main .full_fun .container .box_text p {
  color: #FFEE8B;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 932px) {
  .hs_main .full_fun .container .box_text p {
    font-size: 24px;
  }
}
@media (max-width: 650px) {
  .hs_main .full_fun .container .box_text p {
    font-size: 25px;
    z-index: 2;
    font-weight: 500;
  }
}
.hs_main .full_fun .container .box {
  z-index: 1;
}
@media (max-width: 932px) {
  .hs_main .full_fun .container .box {
    margin-left: auto;
  }
}
.hs_main .full_fun .container .box img {
  max-width: 760px;
  width: 100%;
}
@media (max-width: 932px) {
  .hs_main .full_fun .container .box img {
    max-width: 250px;
  }
}
.hs_main .full_fun .container .first_stripe {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 0;
}
.hs_main .full_fun .container .first_stripe_mobile {
  display: none;
}
@media (max-width: 650px) {
  .hs_main .full_fun .container .first_stripe_mobile {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
  }
}
.hs_main .full_fun .container .sec_stripe_mobile {
  display: none;
}
@media (max-width: 650px) {
  .hs_main .full_fun .container .sec_stripe_mobile {
    display: block;
    position: absolute;
    top: 240px;
    left: 0;
    z-index: 0;
  }
}
.hs_main .full_fun .container .third_stripe_mobile {
  display: none;
}
@media (max-width: 650px) {
  .hs_main .full_fun .container .third_stripe_mobile {
    display: block;
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 0;
  }
}
.hs_main .full_fun .container .fourth_stripe_mobile {
  display: none;
}
@media (max-width: 650px) {
  .hs_main .full_fun .container .fourth_stripe_mobile {
    display: block;
    position: absolute;
    bottom: 70px;
    left: 0;
    z-index: 0;
  }
}
.hs_main .full_fun .container .sec_stripe {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 0;
}
@media (max-width: 650px) {
  .hs_main .full_fun .container .sec_stripe {
    display: none;
  }
}
.hs_main .inventors_section {
  background-color: #FF4144;
  padding-bottom: 150px;
  position: relative;
}
@media (max-width: 932px) {
  .hs_main .inventors_section {
    padding-top: 80px;
  }
}
@media (max-width: 650px) {
  .hs_main .inventors_section {
    overflow: visible;
    padding-top: 80px;
  }
}
.hs_main .inventors_section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #FFEE8B;
  transform: skewY(7deg);
  transform-origin: top left;
  z-index: 1;
}
@media (max-width: 650px) {
  .hs_main .inventors_section::after {
    height: 100px;
  }
}
.hs_main .inventors_section .coin_group1 {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 1;
}
@media (max-width: 1440px) {
  .hs_main .inventors_section .coin_group1 {
    max-width: 300px;
  }
}
@media (max-width: 932px) {
  .hs_main .inventors_section .coin_group1 {
    display: none;
  }
}
@media (max-width: 650px) {
  .hs_main .inventors_section .coin_group1 {
    display: block;
    top: -80px;
    width: 200px;
    right: 50px;
    left: auto;
  }
}
.hs_main .inventors_section .coin_group2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 1440px) {
  .hs_main .inventors_section .coin_group2 {
    max-width: 400px;
  }
}
@media (max-width: 650px) {
  .hs_main .inventors_section .coin_group2 {
    display: none;
  }
}
@media (max-width: 650px) {
  .hs_main .inventors_section .container {
    padding: 0 30px;
  }
}
.hs_main .inventors_section .container .header_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1440px) {
  .hs_main .inventors_section .container .header_box {
    padding-bottom: 90px;
  }
}
@media (max-width: 1024px) {
  .hs_main .inventors_section .container .header_box {
    padding-bottom: 50px;
  }
}
.hs_main .inventors_section .container .header_box h3 {
  color: #FFEE8B;
  text-align: center;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #FFEE8B;
  font-size: clamp(5.625rem, 0.875rem + 5.9375vw, 8rem);
  font-style: normal;
  font-weight: 800;
  line-height: 90%;
  max-width: 1000px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1440px) {
  .hs_main .inventors_section .container .header_box h3 {
    line-height: 100%;
  }
}
@media (max-width: 1024px) {
  .hs_main .inventors_section .container .header_box h3 {
    font-size: 71px;
    line-height: 100%;
  }
}
@media (max-width: 650px) {
  .hs_main .inventors_section .container .header_box h3 {
    font-size: 41px;
  }
}
.hs_main .inventors_section .container .header_box p {
  color: #FFEE8B;
  text-align: center;
  font-size: 26px;
  line-height: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 700px;
  z-index: 1;
}
@media (max-width: 650px) {
  .hs_main .inventors_section .container .header_box p {
    font-size: 25px;
    font-weight: 500;
  }
}
.hs_main .inventors_section .container .desc_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .hs_main .inventors_section .container .desc_box {
    flex-direction: column-reverse;
  }
}
.hs_main .inventors_section .container .desc_box .hades_img {
  max-height: 1700px;
  margin-right: -100px;
  z-index: 1;
  max-width: 50%;
}
@media (max-width: 650px) {
  .hs_main .inventors_section .container .desc_box .hades_img {
    margin-right: auto;
    margin-bottom: -315px;
    z-index: 0;
    max-width: 100%;
  }
}
.hs_main .inventors_section .container .desc_box .coin_img_1_mobile {
  display: none;
}
@media (max-width: 650px) {
  .hs_main .inventors_section .container .desc_box .coin_img_1_mobile {
    display: none;
    position: absolute;
    bottom: 375px;
    right: 0;
    width: 100px;
  }
}
.hs_main .inventors_section .container .desc_box .description {
  padding: 85px 58px;
  border: 1px solid #FFEE8B;
  border-radius: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  width: 100%;
}
@media (max-width: 1024px) {
  .hs_main .inventors_section .container .desc_box .description {
    border-radius: 60px;
    padding: 50px 40px;
  }
}
@media (max-width: 932px) {
  .hs_main .inventors_section .container .desc_box .description {
    font-size: 40px;
  }
}
@media (max-width: 650px) {
  .hs_main .inventors_section .container .desc_box .description {
    border-radius: 50px;
    padding: 35px 30px;
  }
}
.hs_main .inventors_section .container .desc_box .description .stripe_1 {
  position: absolute;
  top: 5%;
  left: 0;
}
@media (max-width: 650px) {
  .hs_main .inventors_section .container .desc_box .description .stripe_1 {
    display: none;
  }
}
.hs_main .inventors_section .container .desc_box .description .stripe_1_mobile {
  display: none;
}
@media (max-width: 650px) {
  .hs_main .inventors_section .container .desc_box .description .stripe_1_mobile {
    display: block;
    position: absolute;
    top: 5%;
    left: 0;
  }
}
.hs_main .inventors_section .container .desc_box .description .stripe_2 {
  position: absolute;
  top: 30%;
  left: 0;
}
@media (max-width: 650px) {
  .hs_main .inventors_section .container .desc_box .description .stripe_2 {
    display: none;
  }
}
.hs_main .inventors_section .container .desc_box .description .stripe_2_mobile {
  display: none;
}
@media (max-width: 650px) {
  .hs_main .inventors_section .container .desc_box .description .stripe_2_mobile {
    display: block;
    position: absolute;
    top: 250px;
    left: 0;
  }
}
.hs_main .inventors_section .container .desc_box .description .stripe_3 {
  position: absolute;
  bottom: 5%;
  left: 0;
}
@media (max-width: 650px) {
  .hs_main .inventors_section .container .desc_box .description .stripe_3 {
    display: none;
  }
}
.hs_main .inventors_section .container .desc_box .description .stripe_3_mobile {
  display: none;
}
@media (max-width: 650px) {
  .hs_main .inventors_section .container .desc_box .description .stripe_3_mobile {
    display: block;
    position: absolute;
    bottom: 50px;
    left: 0;
  }
}
.hs_main .inventors_section .container .desc_box .description h4 {
  color: #FFEE8B;
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  max-width: 560px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1440px) {
  .hs_main .inventors_section .container .desc_box .description h4 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .hs_main .inventors_section .container .desc_box .description h4 {
    font-size: 56px;
    line-height: 111%;
  }
}
@media (max-width: 650px) {
  .hs_main .inventors_section .container .desc_box .description h4 {
    font-size: 47px;
    line-height: 100%;
  }
}
.hs_main .inventors_section .container .desc_box .description p {
  color: #FFEE8B;
  font-size: 26px;
  line-height: 35px;
  font-style: normal;
  font-weight: 600;
  z-index: 1;
}
@media (max-width: 1024px) {
  .hs_main .inventors_section .container .desc_box .description p {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (max-width: 932px) {
  .hs_main .inventors_section .container .desc_box .description p {
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  .hs_main .inventors_section .container .desc_box .description p {
    font-size: 25px;
  }
}
.hs_main .inventors_section .container .desc_box .description .button {
  border-radius: 18px;
  border: 3px solid #FFEE8B;
  background: transparent;
  padding: 10px 25px;
  text-decoration: none;
  color: #FFEE8B;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  border-bottom-width: 7px;
  border-right-width: 7px;
  max-width: 200px;
  z-index: 1;
  transition: 0.3s;
}
.hs_main .inventors_section .container .desc_box .description .button:hover {
  background: #FFEE8B;
  color: #FF4144;
}
@media (max-width: 932px) {
  .hs_main .inventors_section .container .desc_box .description .button {
    padding: 5px 20px;
  }
}
@media (max-width: 650px) {
  .hs_main .inventors_section .container .desc_box .description .button {
    padding: 5px 20px;
  }
}
.hs_main .inventors_section .container .desc_box .coins_collector {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media (max-width: 1024px) {
  .hs_main .inventors_section .container .desc_box .coins_collector {
    display: none;
  }
}
.hs_main .inventors_section .container .desc_box .coins_collector_mobile {
  display: none;
}
@media (max-width: 1024px) {
  .hs_main .inventors_section .container .desc_box .coins_collector_mobile {
    display: block;
    position: absolute;
    bottom: -70px;
    right: -30px;
    max-width: 170px;
    width: 100%;
  }
}
.hs_main .form_section {
  padding: 100px 0;
  background-color: #FFEE8B;
  position: relative;
}
@media (max-width: 932px) {
  .hs_main .form_section {
    padding-top: 0;
  }
}
@media (max-width: 650px) {
  .hs_main .form_section {
    padding: 0 0 100px 0;
  }
}
.hs_main .form_section .coin_img_1 {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 2;
}
@media (max-width: 1440px) {
  .hs_main .form_section .coin_img_1 {
    max-width: 150px;
  }
}
@media (max-width: 932px) {
  .hs_main .form_section .coin_img_1 {
    display: none;
  }
}
@media (max-width: 650px) {
  .hs_main .form_section .coin_img_1 {
    display: none;
  }
}
.hs_main .form_section .coin_img_2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1440px) {
  .hs_main .form_section .coin_img_2 {
    display: none;
  }
}
@media (max-width: 650px) {
  .hs_main .form_section .coin_img_2 {
    display: block;
    max-width: 150px;
  }
}
.hs_main .form_section .container {
  display: flex;
  gap: 60px;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .hs_main .form_section .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 650px) {
  .hs_main .form_section .container {
    width: 100%;
    padding: 0 30px;
  }
}
.hs_main .form_section .container .form_text h3 {
  color: #FF4144;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FF4144;
  font-size: clamp(4.375rem, 1.25rem + 3.9063vw, 5.9375rem);
  font-style: normal;
  font-weight: 800;
  line-height: 90%;
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
@media (max-width: 932px) {
  .hs_main .form_section .container .form_text h3 {
    font-size: 34px;
    padding-bottom: 10px;
  }
}
@media (max-width: 650px) {
  .hs_main .form_section .container .form_text h3 {
    font-size: 54px;
    padding-bottom: 30px;
  }
}
.hs_main .form_section .container .form_text p {
  color: #FF4144;
  font-size: 29px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  max-width: 550px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 650px) {
  .hs_main .form_section .container .form_text p {
    font-weight: 500;
  }
}
@media (max-width: 650px) {
  .hs_main .form_section .form_wrapper {
    padding-bottom: 200px;
  }
}
.hs_main .form_section .form_wrapper ::-moz-placeholder {
  color: rgba(255, 65, 68, 0.35);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.hs_main .form_section .form_wrapper ::placeholder {
  color: rgba(255, 65, 68, 0.35);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.hs_main .form_section .form_wrapper .form_hs {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.hs_main .form_section .form_wrapper .form_hs label {
  color: #FF4144;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 650px) {
  .hs_main .form_section .form_wrapper .form_hs label {
    font-size: 18px;
  }
}
.hs_main .form_section .form_wrapper .form_hs .topic {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.hs_main .form_section .form_wrapper .form_hs .topic input {
  border-radius: 14px;
  color: #FF4144;
  background: transparent;
  padding: 10px 25px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 18px;
  border: 3px solid #FF4144;
  background: rgba(217, 217, 217, 0);
}
.hs_main .form_section .form_wrapper .form_hs .topic input:focus-visible {
  outline: unset;
}
@media (max-width: 650px) {
  .hs_main .form_section .form_wrapper .form_hs .topic input {
    padding: 10px 20px;
  }
}
.hs_main .form_section .form_wrapper .form_hs .topic .radio {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
}
@media (max-width: 650px) {
  .hs_main .form_section .form_wrapper .form_hs .topic .radio {
    gap: 8px;
  }
}
.hs_main .form_section .form_wrapper .form_hs .topic .radio label {
  color: #FF4144;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 18px;
  border: 3px solid #FF4144;
  background: transparent;
  padding: 10px 25px;
  max-width: 175px;
  width: 100%;
}
@media (max-width: 650px) {
  .hs_main .form_section .form_wrapper .form_hs .topic .radio label {
    max-width: 104px;
    padding: 7px 10px;
    font-size: 18px;
  }
}
.hs_main .form_section .form_wrapper .form_hs .topic .radio label:hover {
  cursor: pointer;
}
.hs_main .form_section .form_wrapper .form_hs .topic .radio input {
  display: none;
}
.hs_main .form_section .form_wrapper .form_hs .topic .radio input[type=checkbox]:checked + label {
  border-radius: 14px;
  background: #FF4144;
  color: #FFEE8B;
}
.hs_main .form_section .form_wrapper .form_hs .name_data {
  display: flex;
  gap: 15px;
}
@media (max-width: 1024px) {
  .hs_main .form_section .form_wrapper .form_hs .name_data {
    flex-wrap: wrap;
  }
}
.hs_main .form_section .form_wrapper .form_hs .name_data .input_wrapper {
  display: flex;
  width: 50%;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 650px) {
  .hs_main .form_section .form_wrapper .form_hs .name_data .input_wrapper {
    width: 47%;
  }
}
.hs_main .form_section .form_wrapper .form_hs .name_data .input_wrapper input {
  border-radius: 14px;
  color: #FF4144;
  background: transparent;
  padding: 10px 25px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 18px;
  border: 3px solid #FF4144;
  background: rgba(217, 217, 217, 0);
}
.hs_main .form_section .form_wrapper .form_hs .name_data .input_wrapper input:focus-visible {
  outline: unset;
}
@media (max-width: 650px) {
  .hs_main .form_section .form_wrapper .form_hs .name_data .input_wrapper input {
    padding: 10px 20px;
  }
}
.hs_main .form_section .form_wrapper .form_hs .message {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.hs_main .form_section .form_wrapper .form_hs .message textarea {
  border-radius: 23px;
  border: 3px solid #FF4144;
  background: transparent;
  color: #FF4144;
  padding: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.hs_main .form_section .form_wrapper .form_hs .message textarea:focus-visible {
  outline: unset;
}
.hs_main .form_section .form_wrapper .form_hs .newsletter {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.hs_main .form_section .form_wrapper .form_hs .newsletter input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 3px solid #FF4144;
  cursor: pointer;
  position: relative;
}
.hs_main .form_section .form_wrapper .form_hs .newsletter input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 7px;
  width: 10px;
  height: 17px;
  border: solid #FF4144;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}
.hs_main .form_section .form_wrapper .form_hs .submit_btn {
  border-radius: 18px;
  border: 3px solid #FF4144;
  background: #FFEE8B;
  padding: 10px 25px;
  text-decoration: none;
  color: #FF4144;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  border-bottom-width: 7px;
  border-right-width: 7px;
  max-width: 200px;
  z-index: 1;
  transition: 0.3s;
}
.hs_main .form_section .form_wrapper .form_hs .submit_btn:hover {
  background: #FF4144;
  color: #FFEE8B;
}
.hs_main .team_section {
  background-color: #FFEE8B;
  padding: 150px 0 200px 0;
  position: relative;
  flex-direction: row;
}
@media (max-width: 932px) {
  .hs_main .team_section {
    padding: 0 0 50px 0;
  }
}
@media (max-width: 650px) {
  .hs_main .team_section {
    padding: 150px 0 50px 0;
  }
}
.hs_main .team_section .coin_img_3 {
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: 4;
}
@media (max-width: 1440px) {
  .hs_main .team_section .coin_img_3 {
    max-width: 250px;
  }
}
@media (max-width: 1280px) {
  .hs_main .team_section .coin_img_3 {
    max-width: 200px;
  }
}
@media (max-width: 1024px) {
  .hs_main .team_section .coin_img_3 {
    max-width: 100px;
  }
}
@media (max-width: 650px) {
  .hs_main .team_section .coin_img_3 {
    max-width: 150px;
    bottom: -50px;
  }
}
@media (max-width: 650px) {
  .hs_main .team_section .coin_img_3 {
    max-width: 150px;
    bottom: -50px;
  }
}
.hs_main .team_section .coin_last {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1440px) {
  .hs_main .team_section .coin_last {
    max-width: 150px;
  }
}
@media (max-width: 932px) {
  .hs_main .team_section .coin_last {
    max-width: 90px;
  }
}
@media (max-width: 650px) {
  .hs_main .team_section .coin_last {
    max-width: 90px;
  }
}
.hs_main .team_section .container {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.hs_main .team_section .container .wrapper {
  position: relative;
}
.hs_main .team_section .container .wrapper .ruby_image {
  position: absolute;
  top: -320px;
  right: 0px;
  max-width: 450px;
}
@media (max-width: 1440px) {
  .hs_main .team_section .container .wrapper .ruby_image {
    left: 200px;
    max-width: 400px;
  }
}
@media (max-width: 932px) {
  .hs_main .team_section .container .wrapper .ruby_image {
    display: none;
  }
}
@media (max-width: 650px) {
  .hs_main .team_section .container .wrapper .ruby_image {
    top: -200px;
    right: 110px;
    max-width: 298px;
    transform: rotate(-60deg);
    display: none;
  }
}
.hs_main .team_section .container .team_desc {
  border-radius: 82px;
  background: #A527C1;
  padding: 80px;
  display: flex;
  flex-direction: column;
  gap: 200px;
  max-width: 700px;
  flex: 46%;
  position: relative;
}
@media (max-width: 1440px) {
  .hs_main .team_section .container .team_desc {
    max-width: 600px;
    padding: 60px 40px;
  }
}
@media (max-width: 1280px) {
  .hs_main .team_section .container .team_desc {
    max-width: 545px;
  }
}
@media (max-width: 1024px) {
  .hs_main .team_section .container .team_desc {
    padding: 60px 40px;
    border-radius: 47px;
    gap: 100px;
  }
}
@media (max-width: 932px) {
  .hs_main .team_section .container .team_desc {
    padding: 45px 30px;
    border-radius: 47px;
    gap: 40px;
    max-width: 325px;
  }
}
@media (max-width: 650px) {
  .hs_main .team_section .container .team_desc {
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 50px 30px;
    gap: 30px;
  }
}
.hs_main .team_section .container .team_desc .rabbit_image {
  position: absolute;
  top: -350px;
  max-width: 400px;
}
@media (max-width: 1440px) {
  .hs_main .team_section .container .team_desc .rabbit_image {
    max-width: 360px;
    top: -300px;
    left: 0px;
  }
}
@media (max-width: 1024px) {
  .hs_main .team_section .container .team_desc .rabbit_image {
    max-width: 300px;
    top: -260px;
    left: 150px;
  }
}
@media (max-width: 932px) {
  .hs_main .team_section .container .team_desc .rabbit_image {
    display: none;
  }
}
@media (max-width: 650px) {
  .hs_main .team_section .container .team_desc .rabbit_image {
    top: -270px;
    left: 45px;
    max-width: 300px;
    display: block;
  }
}
.hs_main .team_section .container .team_desc h4 {
  color: #FFEE8B;
  font-size: clamp(3.6875rem, -0.8125rem + 5.625vw, 5.9375rem);
  font-style: normal;
  font-weight: 800;
  line-height: 90%;
  max-width: 545px;
  width: 100%;
}
@media (max-width: 1024px) {
  .hs_main .team_section .container .team_desc h4 {
    font-size: 70px;
  }
}
@media (max-width: 932px) {
  .hs_main .team_section .container .team_desc h4 {
    font-size: 30px;
  }
}
@media (max-width: 650px) {
  .hs_main .team_section .container .team_desc h4 {
    font-size: 47px;
    max-width: 240px;
  }
}
.hs_main .team_section .container .team_desc p {
  color: #FFEE8B;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  padding-bottom: 50px;
}
@media (max-width: 650px) {
  .hs_main .team_section .container .team_desc p {
    font-weight: 500;
  }
}
.hs_main .team_section .container .team_desc .button {
  border-radius: 18px;
  border: 3px solid #FFEE8B;
  background: #A527C1;
  padding: 10px 25px;
  text-decoration: none;
  color: #FFEE8B;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  border-bottom-width: 7px;
  border-right-width: 7px;
  max-width: 360px;
  width: 100%;
  z-index: 1;
}
.hs_main .team_section .container .team_desc .button:hover {
  background: #FFEE8B;
  color: #A527C1;
}
@media (max-width: 650px) {
  .hs_main .team_section .container .team_desc .button {
    padding: 5px 20px;
  }
}
.hs_main .team_section .container .team_desc .crown_image {
  position: absolute;
  bottom: -150px;
  right: -50px;
}
@media (max-width: 1440px) {
  .hs_main .team_section .container .team_desc .crown_image {
    max-width: 250px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .hs_main .team_section .container .team_desc .crown_image {
    display: none;
  }
}
.hs_main .team_section .container .image_wrapper {
  border-radius: 82px;
  background: #A527C1;
  max-width: 800px;
  position: relative;
  flex: 46%;
}
@media (max-width: 1440px) {
  .hs_main .team_section .container .image_wrapper {
    max-width: 600px;
  }
}
@media (max-width: 1024px) {
  .hs_main .team_section .container .image_wrapper {
    border-radius: 47px;
  }
}
@media (max-width: 932px) {
  .hs_main .team_section .container .image_wrapper {
    max-width: 420px;
  }
}
@media (max-width: 650px) {
  .hs_main .team_section .container .image_wrapper {
    min-height: 400px;
  }
}
.hs_main .team_section .container .image_wrapper img {
  margin-bottom: -80px;
  z-index: 3;
  position: relative;
}
@media (max-width: 650px) {
  .hs_main .team_section .container .image_wrapper img {
    height: 100%;
  }
}
.hs_main .team_section .container .image_wrapper .stripe_1_joker {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 650px) {
  .hs_main .team_section .container .image_wrapper .stripe_1_joker {
    top: -35px;
  }
}
.hs_main .team_section .container .image_wrapper .stripe_2_joker {
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 650px) {
  .hs_main .team_section .container .image_wrapper .stripe_2_joker {
    bottom: 0;
  }
}
.hs_main .footer_wrapper {
  padding: 100px 0 50px 0;
  background: #A527C1;
  position: relative;
  z-index: 1;
}
@media (max-width: 932px) {
  .hs_main .footer_wrapper {
    padding: 50px 0 50px 0;
  }
}
.hs_main .footer_wrapper .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}
@media (max-width: 650px) {
  .hs_main .footer_wrapper .container {
    padding: 0 30px;
  }
}
.hs_main .footer_wrapper .container .desc_wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
}
@media (max-width: 650px) {
  .hs_main .footer_wrapper .container .desc_wrapper {
    flex-direction: column;
  }
}
.hs_main .footer_wrapper .container .desc_wrapper .logo_gcb {
  max-width: 100px;
  width: 100%;
}
.hs_main .footer_wrapper .container .desc_wrapper .description {
  color: #FFEE8B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  max-width: 1000px;
  width: 100%;
}
.hs_main .footer_wrapper .container .logo {
  max-width: 1000px;
  width: 100%;
}
@media (max-width: 932px) {
  .hs_main .footer_wrapper .container .logo {
    max-width: 400px;
  }
}
.hs_main .footer_wrapper .container .footer_info {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 650px) {
  .hs_main .footer_wrapper .container .footer_info {
    flex-direction: column-reverse;
    gap: 10px;
    align-items: center;
  }
}
.hs_main .footer_wrapper .container .footer_info p {
  color: #FFEE8B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
@media (max-width: 932px) {
  .hs_main .footer_wrapper .container .footer_info p {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .hs_main .footer_wrapper .container .footer_info p {
    font-size: 16px;
  }
}
.hs_main .footer_wrapper .container .footer_info .footer_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 932px) {
  .hs_main .footer_wrapper .container .footer_info .footer_menu {
    gap: 10px;
  }
}
@media (max-width: 650px) {
  .hs_main .footer_wrapper .container .footer_info .footer_menu {
    order: 1;
    padding-bottom: 20px;
    gap: 40px;
  }
}
.hs_main .footer_wrapper .container .footer_info .footer_menu a {
  color: #FFEE8B;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-decoration: none;
}
@media (max-width: 932px) {
  .hs_main .footer_wrapper .container .footer_info .footer_menu a {
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  .hs_main .footer_wrapper .container .footer_info .footer_menu a {
    font-size: 20px;
  }
}
.hs_main .footer_wrapper .container .footer_info .footer_menu a:hover {
  text-decoration: underline;
}
.hs_main .footer_wrapper .container .footer_info .privacy {
  display: flex;
  gap: 20px;
}
.hs_main .footer_wrapper .container .footer_info .privacy a {
  color: #FFEE8B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
@media (max-width: 932px) {
  .hs_main .footer_wrapper .container .footer_info .privacy a {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .hs_main .footer_wrapper .container .footer_info .privacy a {
    font-size: 16px;
  }
}
.hs_main .footer_wrapper .container .footer_info .privacy a:hover {
  text-decoration: underline;
}
.hs_main .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  filter: invert(1);
  z-index: 99999 !important;
  width: 50px;
  height: 50px;
}
.hs_main #gameFrame {
  background-color: #000;
  border: none;
}

.grecaptcha-badge {
  display: none !important;
}/*# sourceMappingURL=style.css.map */