a:focus {
  outline: none; }

html {
  scrollbar-gutter: stable; }

@supports not (scrollbar-gutter: stable) {
  html {
    overflow-y: scroll; } }
#closers-header-wrap[v-cloak],
#closers-gnb-app[v-cloak] {
  visibility: hidden; }

:lang(de) .card-tag,
:lang(pt) .card-tag,
:lang(tr) .card-tag {
  font-size: 16px !important; }

@media (max-width: 991px) {
  :lang(de) .card-tag,
  :lang(pt) .card-tag,
  :lang(tr) .card-tag {
    font-size: 11px !important; } }
@media (min-width: 992px) {
  :lang(de) .media-tab {
    font-size: 20px !important; } }
#closers-header-wrap {
  position: sticky;
  top: 0;
  z-index: 9998;
  background: #fff; }
  #closers-header-wrap.is-open {
    padding-bottom: 280px;
    margin-bottom: -280px; }

.ch-nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 68px;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08); }

.ch-hamburger {
  display: none;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  font-size: 22px;
  color: #000;
  line-height: 1; }

.ch-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding-left: 24px;
  flex-shrink: 0; }
  .ch-logo img {
    width: auto;
    height: 30px; }

.ch-desktop-right {
  display: flex;
  align-items: center;
  gap: 190px;
  flex-shrink: 0; }

.ch-papaya {
  display: none;
  align-items: center; }
  .ch-papaya img {
    height: 28px;
    width: auto; }

.closers-nav-ul {
  display: flex;
  align-items: stretch;
  gap: 90px;
  list-style: none;
  margin: 0;
  padding: 0 20px;
  height: 68px; }

.closers-nav-li {
  position: relative;
  display: flex;
  align-items: center; }

.closers-nav-link {
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.4px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  transition: color 0.3s ease; }
  .closers-nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #f5a623;
    transition: width 0.3s ease; }
  .closers-nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 6px;
    background-color: #f5a623;
    transition: width 0.3s ease; }
  .closers-nav-link:hover, .closers-nav-link.nav-active {
    color: #f5a623 !important; }
    .closers-nav-link:hover::before, .closers-nav-link.nav-active::before {
      width: 100%; }
    .closers-nav-link:hover::after, .closers-nav-link.nav-active::after {
      width: 40%; }

.closers-dropdown-col {
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 20px 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease; }
  .closers-dropdown-col a {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.68px;
    letter-spacing: -0.32px;
    color: #787878;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.15s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .closers-dropdown-col a:hover {
      color: #f0b100 !important; }
    .closers-dropdown-col a.active {
      color: #f0b100 !important;
      font-weight: 700 !important; }

#closers-header-wrap.is-open .closers-dropdown-col {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.closers-header-buttons {
  display: flex;
  align-items: center; }

.closers-discord-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 124px;
  height: 45px;
  background: #000;
  border: none;
  border-radius: 60px;
  padding-left: 14px;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;
  box-sizing: border-box; }
  .closers-discord-btn:hover {
    background: #333 !important; }

.closers-discord-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0; }

.closers-discord-text {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.4px;
  color: #fff;
  white-space: nowrap; }

.closers-download-btn {
  position: relative;
  display: block;
  width: 293px;
  height: 68px;
  text-decoration: none;
  flex-shrink: 0; }

.closers-download-bg {
  position: absolute;
  left: 28px;
  top: 0;
  width: 259px;
  height: 68px;
  object-fit: fill;
  pointer-events: none;
  display: block; }

.closers-download-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.31;
  letter-spacing: 0;
  color: #000;
  white-space: nowrap;
  z-index: 1; }
  .closers-download-text:hover {
    color: #fff !important; }

@media (max-width: 1540px) {
  .closers-nav-ul {
    gap: 60px; }

  .ch-desktop-right {
    gap: 100px; } }
@media (max-width: 1380px) {
  .closers-nav-ul {
    gap: 36px;
    padding: 0 10px; }

  .ch-desktop-right {
    gap: 40px; } }
@media (min-width: 992px) and (max-width: 1135px) {
  .ch-desktop-right {
    gap: 20px; }

  .closers-discord-btn {
    width: 100px;
    height: 38px;
    padding-left: 10px; }

  .closers-discord-icon {
    width: 20px;
    height: 20px; }

  .closers-discord-text {
    font-size: 16px; }

  .closers-download-btn {
    width: 220px;
    height: 55px; }

  .closers-download-bg {
    width: 196px;
    height: 55px;
    left: 24px; }

  .closers-download-text {
    font-size: 22px; } }
@media (min-width: 992px) and (max-width: 1024px) {
  .closers-header-buttons {
    gap: 4px; }

  .closers-download-btn {
    width: 180px;
    height: 48px; }

  .closers-download-bg {
    width: 158px;
    height: 48px;
    left: 20px; }

  .closers-download-text {
    font-size: 18px; } }
@media (max-width: 991px) {
  #closers-header-wrap {
    display: none; } }
.ch-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  padding: 0;
  background: #f8f8f8;
  border-bottom: 1px solid rgba(169, 169, 169, 0.5);
  position: relative; }
  .ch-drawer-header .ch-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50.8%);
    padding-left: 0;
    top: 15px; }
    .ch-drawer-header .ch-logo img {
      width: auto;
      height: 30px; }
  .ch-drawer-header .ch-papaya {
    display: flex;
    align-items: center;
    padding-right: 7px; }
    .ch-drawer-header .ch-papaya img {
      height: 30px; }
  .ch-drawer-header .ch-hamburger {
    display: block;
    margin-left: 8px;
    padding: 0; }
    .ch-drawer-header .ch-hamburger i {
      font-size: 2rem;
      line-height: 0;
      color: #313131; }

.ch-drawer-menu {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #787878;
  background: #fff; }

.ch-drawer-row {
  display: flex;
  border-bottom: 1px solid #787878; }

.ch-drawer-cat {
  width: 122px;
  flex-shrink: 0;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  font-family: 'Anton', sans-serif;
  font-size: 17px;
  letter-spacing: 0.51px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  line-height: 1.3; }

.ch-drawer-subs {
  flex: 1;
  display: flex;
  flex-direction: column; }

.ch-drawer-sub {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 300 !important;
  font-size: 16px;
  line-height: 1.1;
  color: #333 !important;
  text-decoration: none;
  border-bottom: 1px solid #ddd; }
  .ch-drawer-sub:last-child {
    border-bottom: none; }
  .ch-drawer-sub:hover {
    color: #f5a623 !important; }
  .ch-drawer-sub.active {
    color: #f5a623 !important;
    font-weight: 700 !important; }

/*# sourceMappingURL=header.css.map */
