* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

:root {
  --primary-color: #fff;
  --secondary-color: #000;
  --accent-color: rgb(255, 102, 0);
  --body-bg: #221000;
  --header-bg: #221100;
  --btn-reg: #fff;
  --btn-reg-hover: rgb(255, 102, 0);
  --btn--login: #fc8a55;
  --btn--login-hover: rgb(255, 102, 0);
  --burger: #fff;
  --burger-active: #f37500;

  --link: #fff;
  --link-hover: #808080;
  --active: #fe9000;
  --line: #fc4902;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
  text-align: justify;
}

h1, .component-0b46 {
  font-size: clamp(20px, 5vw, 34px);
  text-align: center;
  margin: 40px 0;
}

@media (max-width: 550px) {
  h1, .component-0b46 {
    margin: 20px 0;
  }
}

h2 {
  font-size: clamp(20px, 5vw, 28px);
  margin-bottom: 20px;
}
h3 {
  font-size: clamp(18px, 5vw, 24px);
  margin-top: 15px;
  margin-bottom: 15px;
}

ul,
ul li {
  list-style: none;
}

li {
  margin-bottom: 10px;
}

ol, ul {
  margin: 10px 0;
}

ol {
  margin-left: 15px;
}

p {
  margin-bottom: 10px;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

/* no-scroll */
.pro_9075 {
  position: fixed;
  overflow-y: hidden;
  width: 100vw;
}

html,
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

main {
  position: relative;
  flex-grow: 1;
  margin-top: 130px;
}

/* @media (max-width: 500px) {
  main {
    margin-top: 100px;
  }
} */

footer {
  flex-shrink: 0;
}

body {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: var(--primary-color);
  background-color: var(--body-bg);
}

.secondary-narrow-ea46 {
  padding: 0 10px;
  max-width: 1230px;
  margin: 0 auto;
}

.orange_bd23 {
  margin: 40px 0;
}
@media (max-width: 768px) {
  .orange_bd23 {
    margin: 20px 0;
  }
}

.badge_9fb0 {
  color: var(--link);
  transition: .3s ease-in-out;
}
@media (min-width: 768px) {
  .badge_9fb0:hover {
    color: var(--link-hover);
  }
}

.cold-b5c9 {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  border: 2px solid var(--btn--login);
  background-color: var(--btn--login);
  font-weight: 600;
  color: var(--secondary-color)
}
@media (min-width: 768px) {
  .cold-b5c9:hover {
    border-color: var(--btn--login-hover);
    background-color: var(--btn--login-hover);
  }
}

.texture_lower_86be {
  width: 50%;
  text-align: center;
  @media (max-width: 768px) {
    width: 100%;
  }
}

.hovered-7e12 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  @media (max-width: 768px) {
    display: flex;
    flex-direction: column;
  }
}

.accordion_b186 {
  display: flex;
  flex-direction: column;
  text-align: justify;
  width: 50%;
  @media (max-width: 768px) {
    width: 100%;
  }
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/lato-regular.plasma-0f64") format("woff"),
    url("../font/lato-regular.row-7baa") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../font/lato-bold.plasma-0f64") format("woff"),
    url("../font/lato-bold.row-7baa") format("woff2");
}
.mask-caf7 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: var(--header-bg);
  z-index: 50;
  padding: 10px 0;
  box-shadow: 0 0 15px #fff;
  font-weight: 600;
}

.footer-7dd3 {
  display: flex;
  align-items: center;
}

.shadow_2037 {
  max-width: 200px;
  margin-right: 10px;
}

.gold-3ef2 {
  margin: 0;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 30px);
}

@media (max-width:500px) {
  .shadow_2037 {
    width: 102px;
  }
}

.active_3d45 {
  display: grid;
  grid-template-areas: "logo btns"
                        "nav nav";
  gap: 10px;
}

.footer-7dd3 {
  grid-area: logo;
}

.search-red-c6ff {
  grid-area: btns;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

@media (max-width: 550px){
  .text_2808 {
    flex-direction: column;
  }
}

.out-e9bf {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;

  @media (max-width: 550px){
    font-size: 14px;
    padding: 10px;
  }
}

.solid_303c {
  border-color: var(--btn-reg);
  fill: var(--btn-reg);
  background-color: transparent;
  color: var(--btn-reg);
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .solid_303c:hover {
    border-color: var(--btn-reg-hover);
    background-color: var(--btn-reg-hover);
  }
}

.menu_38a6 {
  margin-right: auto;
  margin-left: 0;
}

.menu_38a6 img {
  max-width: 16px;
  height: 16px;
}

@media (max-width: 1200px){
  .active_3d45 {
  grid-template-areas: "logo logo"
                        "btns burger";
  }
  .shadow_2037 {
    margin: 0 auto;
  }

  .search-red-c6ff {
    margin-right: auto;
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px){
.aside_stale_0521 {
  grid-area: burger;
  display: none;

  }
}

@media screen and (max-width: 1200px){
  .aside_stale_0521 {
    
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  margin-left: auto;
  background-color: transparent;
  cursor: pointer;
  }
}

/* burger__btn */
.aside_stale_0521 span {
  position: relative;
  background-color: var(--burger);
  width: 23px;
  height: 2px;
}

.aside_stale_0521 span::before {
  content: "";
  position: absolute;
  display: block;
  width: 23px;
  height: 2px;
  top: -5px;
  background-color: var(--burger);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 560px) {
  .aside_stale_0521 span::before {
    top: -7px;
  }
}
.aside_stale_0521 span::after {
  content: "";
  position: absolute;
  display: block;
  width: 23px;
  height: 2px;
  bottom: -5px;
  background-color: var(--burger);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 560px) {
  .aside_stale_0521 span::after {
    bottom: -7px;
  }
}
.active_prev_5c06 span::before {
  transform: rotate(45deg);
  top: -1px;
  background-color: var(--burger-active);
}
.active_prev_5c06 span::after {
  transform: rotate(-45deg);
  bottom: -1px;
  background-color: var(--burger-active);
}

/* span__none-active */
.tabs-slow-7018 {
  height: 0 !important;
}

.disabled_892c {
  grid-area: nav;
  margin-left: auto;
}

@media screen and (max-width: 1200px) {
  .disabled_892c {
  position: absolute;
  background: rgb(68, 49, 28);
  padding: 40px;
  width: 400px;
  right: 0;
  top: 108px;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
  transform: translateX(100%);
  z-index: 40;
  transition: all 0.3s ease-in-out;
  }
}


@media (max-width: 560px) {
  .disabled_892c {
  width:100%;
  }
}

@media (max-width: 500px) {
  .disabled_892c {
  top: 96px;
  }
}

@media screen and (min-width: 1200px) {
  .background_2d6f {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.background_2d6f::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@media screen and (max-width: 1200px) {
  .background_2d6f {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  align-items: start;
  width: 100%;
  gap: 15px;
  margin-bottom: 0;
  flex-direction: column;
  overflow-y: scroll;
  padding-bottom: 50px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  }
}

.heading_mini_5158 {
  margin-right: 20px;
}

/* nav__active */
.article_tall_c430 {
  display: flex;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}

.fn-active-be49 {
  position: relative;
  color: var(--active);
}

.fn-active-be49::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -5px;
  background-color: var(--active);
  transition: all 0.3s ease-in-out;
}

.stone-08d4 {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(4, 1fr);
}

.orange-9c65 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 15px;
  border: 1px solid var(--btn--login);
  border-radius: 5px;
  background-color: #302f2f;
  box-shadow: transparent;
  transition: .3s ease-in-out;
  font-size: clamp(14px, 2vw, 20px);
}

.orange-9c65 svg {
  width: 50px;
  height: 50px;
}

@media (max-width: 605px) {
  .orange-9c65 {
    height: 138px;
  }
}
@media (max-width: 500px) {
  .orange-9c65 {
    padding: 5px;
    height: 125px;
  }

  .orange-9c65 svg {
    width: 30px;
    height: 30px;
  }
}

@media (hover: hover) {
  .orange-9c65:hover {
    background-color: #5f5e5e;
    box-shadow: 5px 5px 5px var(--accent-color);
    color: var(--primary-color);
  }
}

.blue_7c32 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.outer-ffc5 {
  visibility: visible;
  opacity: 1;
}

.outline_mini_5ee2 li {
  display: flex;
  align-items: start;
}

.outline_mini_5ee2 li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #B19464;
  border-radius: 20px;
  display: block;
  padding-right: 10px;
  margin-right: 15px;
  transform: translateY(5px);
}

.link_advanced_b00a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;

  max-width: 220px;
  margin: 25px auto;
}

.banner-6bc3 {
  display: flex;
  max-width: max-content;
  align-items: center;
  gap: 15px;
  padding: 0px 15px;
  border-radius: 50px;
  color: #fff;
  overflow: hidden;
  font-weight: 600;
  background-color: #EAA43E;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}

.banner-6bc3 img {
  border-radius: 0;
}

.purple-71f7 {
  padding: 10px 10px 10px 20px;
  margin-left: -16px;
  background-color: #9723EF;
  transition: all 0.3s ease-in-out;
}

.banner-6bc3:hover {
  background-color: #5f6e6a;
}
.banner-6bc3:hover .purple-71f7 {
  background-color: #3f4a48;
}

.fn-first-be49 {
  display: block;
  max-width: 100%;
  margin: 0 auto 30px;
  @media (max-width: 768px) {
    max-width: 100%;
  }
}

.current-f379 {
  display: block;
  max-width: 50%;
  margin: 20px auto;

  @media (max-width: 768px) {
    max-width: 100%;
  }
}

.copper-e0b1 {
  display: block;
  max-width: 100%;
  margin: 20px auto;

  @media (max-width: 768px) {
    max-width: 100%;
  }
}

.outline-hard-87cc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.breadcrumb_upper_f95c {
  max-width: 50%;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;

  @media (max-width: 768px) {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.up_59a8 {
  max-width: 50%;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;

  @media (max-width: 768px) {
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.next_60e6 {
  border: 3px solid var(--line);
  border-radius: 7px;
  padding: 20px 40px;
}

.block_basic_16ba {
  max-width: 200px;
}
.upper_e3c5 {
  position: relative;
  text-align: center;
}

.upper_e3c5::after {
  content: "";
  position: absolute;
  display: block;
  width: calc((100% - 50%) - 100px);
  height: 3px;
  right: 0;
  top: 50%;
  background-color: var(--line);
  border-block-end: 0;
  flex-grow: 1;
}
.upper_e3c5::before {
  content: "";
  position: absolute;
  width: calc((100% - 50%) - 100px);
  left: 0;
  height: 3px;
  top: 50%;  
  background-color: var(--line);
}

.plasma-8b92 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.shade_cc69 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 10px;
}

.shade_cc69 p {
  margin-bottom: 0;
}

.module_thick_d5d4 {
  padding-bottom: 7px;
  border-bottom: 1px solid var(--line);
}

.module_thick_d5d4 img {
  max-width: 15px;
}

.title_d2d6 {
  max-width: max-content;
}

.lower-706b {
  margin: 0 auto;
}

.title_d2d6 img {
  width: 16px;
}

@media (max-width: 550px) {
  .next_60e6 {
    padding: 15px 10px;
  }
  .plasma-8b92 {
  flex-direction: column;
  margin-bottom: 10px;
  }
  .upper_e3c5 {
    margin-bottom: 10px;
  }
  .module_thick_d5d4 {
    width: max-content;
    margin: auto;
  }
  .upper_e3c5::after,
  .upper_e3c5::before {
    width: calc((100% - 47%) - 100px);
  }
  .title_d2d6 {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
  }
}

.popup_narrow_0b44 {
  padding: 15px;
  border: 3px solid var(--line);
  border-radius: 7px;
}

.container-fast-ae74 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.container-fast-ae74 div {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
}

.container-fast-ae74 div img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* game */

.popup-focused-a092 {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: green transparent;
}
.popup-focused-a092::-webkit-scrollbar {
  width: 5px; 
  color: transparent;
}

.popup-focused-a092::-webkit-scrollbar-track {
  margin-top: 10px;
  background: transparent;
}

.popup-focused-a092::-webkit-scrollbar-thumb {
  background-color: #050c26; 
  border-radius: 20px;
  border: 3px solid #050c26; 
}

.orange-48cb {
  min-width: 90px;
  cursor: pointer;
}

/* modal */

.texture-dd2e {
  position: fixed;
  width: 100%;
  max-width: 800px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #3f4a48;
  border-radius: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 35;

}

.west-df6a {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.sidebar-d11b {
  border: 1px solid goldenrod;
  background-color: var(--btn--login);
  color: #000;
  font-weight: 600;
  border-radius: 5px;
  padding: 10px 15px;
}

.container-fixed-32ec {
  display: flex;
}

.breadcrumb-0b87 {
  background-image: url("../image/bg.progress-inner-d203");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* css-noise: 02bd */
.ghost-box-s0 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.0;
}
