@charset "UTF-8";
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Outlined");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Round");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Sharp");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Two+Tone");
@keyframes slide-fade-in {
  from {
    opacity: 0;
    transform: translate(5vh);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .card {
    view-timeline-name: --item-timeline;
    animation: slide-fade-in both;
    animation-timeline: --item-timeline;
    animation-range: contain 0% contain 50%;
  }
}
.container, .wp-block-group {
  --breakout-size: calc(
    (var(--container-breakout-max-width) - var(--container-max-width)) / 2
  );
  display: grid !important;
  grid-template-columns: [full-width-start] minmax(var(--container-padding-inline-mob), 1fr) [breakout-start] minmax(0, var(--breakout-size)) [content-start] min(100% - var(--container-padding-inline-mob) * 2, var(--container-max-width)) [content-end] minmax(0, var(--breakout-size)) [breakout-end] minmax(var(--container-padding-inline-mob), 1fr) [full-width-end];
}

@media screen and (min-width: 800px) {
  .container, .wp-block-group {
    --breakout-size: calc(
      (var(--container-breakout-max-width) - var(--container-max-width)) / 2
    );
    display: grid !important;
    grid-template-columns: [full-width-start] minmax(var(--container-padding-inline), 1fr) [breakout-start] minmax(0, var(--breakout-size)) [content-start] min(100% - var(--container-padding-inline) * 2, var(--container-max-width)) [content-end] minmax(0, var(--breakout-size)) [breakout-end] minmax(var(--container-padding-inline), 1fr) [full-width-end];
  }
}
.container > :not(.breakout, .fluid),
.wp-block-group > :not(.breakout, .fluid),
.full-width > :not(.breakout, .fluid) {
  grid-column: content;
}

.container > .breakout,
.wp-block-group > .breakout {
  grid-column: breakout;
}

.container > .fluid,
.wp-block-group > .fluid {
  grid-column: full-width;
  display: grid;
}

.site-title-out {
  height: 290px;
  position: relative;
}
.site-title-out .container {
  height: 100%;
}
.site-title-out .container .site-title-in {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 290px;
}
.site-title-out .container .site-title-in .entry-title {
  font-family: poppins-Bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 33px;
  color: #ffffff;
  line-height: 61px;
  margin: auto;
  padding: 33px 0px;
}
.site-title-out .container .site-title-in .title-video-wrap {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.site-title-out .container .site-title-in .title-video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.entry-content > .wp-block-group {
  margin-top: -40px;
}
.entry-content > .wp-block-group > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container {
  background-color: #ffffff;
  border-left: var(--content-border);
  border-right: var(--content-border);
  padding: 10px;
}
.entry-content > .wp-block-group > .wp-block-group__inner-container > .wp-block-group:first-of-type:not(:last-of-type) > .wp-block-group__inner-container {
  border-radius: var(--content-border-radius-top);
  border-top: var(--content-border);
}
.entry-content > .wp-block-group > .wp-block-group__inner-container > .wp-block-group:last-of-type:not(:first-of-type) > .wp-block-group__inner-container {
  border-radius: var(--content-border-radius-bottom);
  border-bottom: var(--content-border);
}
.entry-content > .wp-block-group > .wp-block-group__inner-container > .wp-block-group:only-of-type > .wp-block-group__inner-container {
  border-radius: var(--content-border-radius);
  border-bottom: var(--content-border);
}
.entry-content > .hero-section-out + .wp-block-group {
  margin-top: 0;
}
.entry-content > .hero-section-out + .wp-block-group > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container {
  border: none;
  border-radius: 0;
}

@media screen and (min-width: 800px) {
  .entry-content > .wp-block-group {
    margin-top: -40px;
  }
  .entry-content > .wp-block-group > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container {
    background-color: #ffffff;
    border-left: var(--content-border);
    border-right: var(--content-border);
    padding: 20px;
  }
}
/* Auto generated font face */
@font-face {
  font-family: poppins-Medium;
  src: url(../fonts/Poppins-Medium.woff) format("woff");
  font-style: normal;
  font-variant-caps: normal;
  font-stretch: normal;
  font-weight: normal;
}
@font-face {
  font-family: poppins-Bold;
  src: url(../fonts/Poppins-Bold.woff) format("woff");
  font-style: normal;
  font-variant-caps: normal;
  font-stretch: normal;
  font-weight: normal;
}
@font-face {
  font-family: poppins-Semibold;
  src: url(../fonts/Poppins-SemiBold.woff) format("woff");
  font-style: normal;
  font-variant-caps: normal;
  font-stretch: normal;
  font-weight: normal;
}
@font-face {
  font-family: poppins-Extrabold;
  src: url(../fonts/Poppins-ExtraBold.woff) format("woff");
  font-style: normal;
  font-variant-caps: normal;
  font-stretch: normal;
  font-weight: normal;
}
@font-face {
  font-family: poppins-Light;
  src: url(../fonts/Poppins-Light.woff) format("woff");
  font-style: normal;
  font-variant-caps: normal;
  font-stretch: normal;
  font-weight: normal;
}
@font-face {
  font-family: poppins-Italic;
  src: url(../fonts/Poppins-ThinItalic.woff) format("woff");
  font-style: normal;
  font-variant-caps: normal;
  font-stretch: normal;
  font-weight: normal;
}
@font-face {
  font-family: myriad;
  src: url(../fonts/MYRIADPRO-REGULAR.OTF) format("opentype");
  font-style: normal;
  font-variant-caps: normal;
  font-stretch: normal;
  font-weight: normal;
}
/* Auto generated material icons */
.icon-set-1.mi-filled:before {
  font-family: Material Icons;
  font-weight: 400;
  font-variation-settings: "GRAD" 0, "opsz" 48;
}

.icon-set-1.mi-home::before {
  content: "\e8b8";
}

.icon-set-1.mi-search::before {
  content: "\e8b6";
}

.icon-set-1.mi-menu::before {
  content: "\e5d2";
}

.icon-set-1.mi-close::before {
  content: "\e5cd";
}

.icon-set-1.mi-favorite::before {
  content: "\e87d";
}

.icon-set-1.mi-outlined:before {
  font-family: Material Icons Outlined;
  font-weight: 400;
  font-variation-settings: "GRAD" 0, "opsz" 48;
}

.icon-set-1.mi-home::before {
  content: "\e8b8";
}

.icon-set-1.mi-search::before {
  content: "\e8b6";
}

.icon-set-1.mi-menu::before {
  content: "\e5d2";
}

.icon-set-1.mi-close::before {
  content: "\e5cd";
}

.icon-set-1.mi-favorite::before {
  content: "\e87d";
}

.icon-set-1.mi-rounded:before {
  font-family: Material Icons Round;
  font-weight: 400;
  font-variation-settings: "GRAD" 0, "opsz" 48;
}

.icon-set-1.mi-home::before {
  content: "\e8b8";
}

.icon-set-1.mi-search::before {
  content: "\e8b6";
}

.icon-set-1.mi-menu::before {
  content: "\e5d2";
}

.icon-set-1.mi-close::before {
  content: "\e5cd";
}

.icon-set-1.mi-favorite::before {
  content: "\e87d";
}

.icon-set-1.mi-sharp:before {
  font-family: Material Icons Sharp;
  font-weight: 400;
  font-variation-settings: "GRAD" 0, "opsz" 48;
}

.icon-set-1.mi-home::before {
  content: "\e8b8";
}

.icon-set-1.mi-search::before {
  content: "\e8b6";
}

.icon-set-1.mi-menu::before {
  content: "\e5d2";
}

.icon-set-1.mi-close::before {
  content: "\e5cd";
}

.icon-set-1.mi-favorite::before {
  content: "\e87d";
}

.icon-set-1.mi-twotone:before {
  font-family: Material Icons Two Tone;
  font-weight: 400;
  font-variation-settings: "GRAD" 0, "opsz" 48;
}

.icon-set-1.mi-home::before {
  content: "\e8b8";
}

.icon-set-1.mi-search::before {
  content: "\e8b6";
}

.icon-set-1.mi-menu::before {
  content: "\e5d2";
}

.icon-set-1.mi-close::before {
  content: "\e5cd";
}

.icon-set-1.mi-favorite::before {
  content: "\e87d";
}

/*  Auto generated z-index */
.header {
  z-index: 10;
}

.mobile-navigation {
  z-index: 9;
}

.dayz-legends-bottom-wrapper {
  z-index: 8;
}

.hero-bottom-bar {
  z-index: 7;
}

.section-content-in {
  z-index: 6;
}

.wp-block-group__inner-container {
  z-index: 5;
}

.wp-block-group {
  z-index: 4;
}

.site-title-out {
  z-index: 3;
}

.hero-section-out {
  z-index: 2;
}

.body {
  z-index: 1;
}

/* Auto generated columns */
@media screen and (min-width: 0px) {
  .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - 10px * (4 - 1)) / 4), 1fr));
    grid-gap: 10px;
    max-width: 100%;
  }
  .row > .col-1 {
    grid-column: span 1;
  }
  .row > .mob-1 {
    grid-column: span 1;
  }
  .row > .col-2 {
    grid-column: span 2;
  }
  .row > .mob-2 {
    grid-column: span 2;
  }
  .row > .col-3 {
    grid-column: span 3;
  }
  .row > .mob-3 {
    grid-column: span 3;
  }
  .row > .col-4 {
    grid-column: span 4;
  }
  .row > .mob-4 {
    grid-column: span 4;
  }
  .row > .col-5 {
    grid-column: span 4;
  }
  .row > .mob-5 {
    grid-column: span 5;
  }
  .row > .col-6 {
    grid-column: span 4;
  }
  .row > .mob-6 {
    grid-column: span 6;
  }
  .row > .col-7 {
    grid-column: span 4;
  }
  .row > .mob-7 {
    grid-column: span 7;
  }
  .row > .col-8 {
    grid-column: span 4;
  }
  .row > .mob-8 {
    grid-column: span 8;
  }
  .row > .col-9 {
    grid-column: span 4;
  }
  .row > .mob-9 {
    grid-column: span 9;
  }
  .row > .col-10 {
    grid-column: span 4;
  }
  .row > .mob-10 {
    grid-column: span 10;
  }
  .row > .col-11 {
    grid-column: span 4;
  }
  .row > .mob-11 {
    grid-column: span 11;
  }
  .row > .col-12 {
    grid-column: span 4;
  }
  .row > .mob-12 {
    grid-column: span 12;
  }
}
@media screen and (min-width: 800px) {
  .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - 10px * (6 - 1)) / 6), 1fr));
    grid-gap: 10px;
    max-width: 100%;
  }
  .row > .col-1 {
    grid-column: span 1;
  }
  .row > .tab-1 {
    grid-column: span 1;
  }
  .row > .col-2 {
    grid-column: span 2;
  }
  .row > .tab-2 {
    grid-column: span 2;
  }
  .row > .col-3 {
    grid-column: span 3;
  }
  .row > .tab-3 {
    grid-column: span 3;
  }
  .row > .col-4 {
    grid-column: span 4;
  }
  .row > .tab-4 {
    grid-column: span 4;
  }
  .row > .col-5 {
    grid-column: span 5;
  }
  .row > .tab-5 {
    grid-column: span 5;
  }
  .row > .col-6 {
    grid-column: span 6;
  }
  .row > .tab-6 {
    grid-column: span 6;
  }
  .row > .col-7 {
    grid-column: span 6;
  }
  .row > .tab-7 {
    grid-column: span 7;
  }
  .row > .col-8 {
    grid-column: span 6;
  }
  .row > .tab-8 {
    grid-column: span 8;
  }
  .row > .col-9 {
    grid-column: span 6;
  }
  .row > .tab-9 {
    grid-column: span 9;
  }
  .row > .col-10 {
    grid-column: span 6;
  }
  .row > .tab-10 {
    grid-column: span 10;
  }
  .row > .col-11 {
    grid-column: span 6;
  }
  .row > .tab-11 {
    grid-column: span 11;
  }
  .row > .col-12 {
    grid-column: span 6;
  }
  .row > .tab-12 {
    grid-column: span 12;
  }
}
@media screen and (min-width: 1024px) {
  .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - 10px * (12 - 1)) / 12), 1fr));
    grid-gap: 10px;
    max-width: 100%;
  }
  .row > .col-1 {
    grid-column: span 1;
  }
  .row > .desk-1 {
    grid-column: span 1;
  }
  .row > .col-2 {
    grid-column: span 2;
  }
  .row > .desk-2 {
    grid-column: span 2;
  }
  .row > .col-3 {
    grid-column: span 3;
  }
  .row > .desk-3 {
    grid-column: span 3;
  }
  .row > .col-4 {
    grid-column: span 4;
  }
  .row > .desk-4 {
    grid-column: span 4;
  }
  .row > .col-5 {
    grid-column: span 5;
  }
  .row > .desk-5 {
    grid-column: span 5;
  }
  .row > .col-6 {
    grid-column: span 6;
  }
  .row > .desk-6 {
    grid-column: span 6;
  }
  .row > .col-7 {
    grid-column: span 7;
  }
  .row > .desk-7 {
    grid-column: span 7;
  }
  .row > .col-8 {
    grid-column: span 8;
  }
  .row > .desk-8 {
    grid-column: span 8;
  }
  .row > .col-9 {
    grid-column: span 9;
  }
  .row > .desk-9 {
    grid-column: span 9;
  }
  .row > .col-10 {
    grid-column: span 10;
  }
  .row > .desk-10 {
    grid-column: span 10;
  }
  .row > .col-11 {
    grid-column: span 11;
  }
  .row > .desk-11 {
    grid-column: span 11;
  }
  .row > .col-12 {
    grid-column: span 12;
  }
  .row > .desk-12 {
    grid-column: span 12;
  }
}
/* Auto generated root variables */
:root {
  --body-min-width: 300px;
  --container-padding-inline: 20px;
  --container-padding-inline-mob: 5px;
  --container-max-width: 1440px;
  --container-breakout-max-width: 1500px;
  --main-nav-height: 50px;
  --main-nav-border-radius: 25px;
  --main-nav-padding: 0px 40px;
  --main-nav-top: 17px;
  --main-nav-mob-height: 40px;
  --main-nav-mob-border-radius: 25px;
  --main-nav-mob-padding: 0px 40px;
  --main-nav-mob-top: 17px;
  --box-shadow: inset 0 0 0 1px #cfcfcf, 0 0 0 3px rgba(255, 255, 255, 0.29);
  --box-bg: linear-gradient(to bottom, #f7f7f7, #fefefe);
  --color-blue: #02415a;
  --color-blue-light: #b8e6f4;
  --color-nav-link: #717171;
  --content-border-radius: 15px 15px 15px 15px;
  --content-border-radius-top: 15px 15px 0px 0px;
  --content-border-radius-bottom: 0px 0px 15px 15px;
  --content-border: 3px solid rgba(2, 65, 90, 0.1);
}

/* Auto generated debug */
/* **********************
Auto generated END
*********************** */
#main, #wrapper {
  background-color: #f5f6f8;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

p, li {
  text-wrap: pretty;
}

/* Chrome, Safari, Edge */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important;
  color: inherit !important; /* a háttérszín visszaállítása */
  box-shadow: 0 0 0px 1000px white inset !important;
}

/* Firefox */
input:-moz-autofill,
textarea:-moz-autofill,
select:-moz-autofill {
  background-color: transparent !important;
  color: inherit !important;
}

/* Microsoft Edge új verzió */
input:-ms-autofill,
textarea:-ms-autofill,
select:-ms-autofill {
  background-color: transparent !important;
  color: inherit !important;
}

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  width: 100%;
  min-width: var(--body-min-width);
  height: 100%;
  line-height: 1.5;
  font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  scroll-behavior: auto;
  -webkit-tap-highlight-color: transparent;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

p, ul, ol, li, dl, dd, blockquote, pre, figure, table, th, td {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

input, button, select, textarea {
  border: none;
  outline: none;
}

button {
  padding: 0;
  background-color: transparent;
}

* {
  box-sizing: inherit;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #242424;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 6px;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.margin-auto {
  margin: auto;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 800px) {
  .flex-row {
    display: flex;
    flex-direction: row;
  }
}
body {
  font-family: poppins-Medium;
  font-size: clamp(14px, calc(14px + ((16 - 14) * (100vw - 0px) / (1024 - 0))), 16px);
}

.desktop-header .steam-login {
  font-family: poppins-Medium;
  font-size: 12px;
  text-transform: uppercase;
  background-color: var(--color-blue);
  box-shadow: 0 0 0 3px rgb(196, 196, 197);
  color: #ffffff;
  border-radius: 50px;
  padding: 7px 20px 7px 17px;
}
.desktop-header .steam-login:before {
  font-family: "Font Awesome 6 Brands";
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  vertical-align: middle;
  font-size: 20px;
  content: "\f3f6";
  padding-right: 11px;
  line-height: normal;
}

.mobile-header .steam-login:before {
  font-family: "Font Awesome 6 Brands";
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  vertical-align: middle;
  font-size: 20px;
  content: "\f3f6";
  padding-right: 11px;
  line-height: normal;
}

.btn-hero-white {
  font-family: poppins-Medium;
  font-size: 12px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #f7f7f7, #fefefe);
  box-shadow: 0 0 0 3px rgba(61, 61, 61, 0.5);
  color: var(--color-nav-link);
  border-radius: 50px;
  padding: 7px 27px 7px 27px;
}

.btn-hero-border {
  font-family: poppins-Medium;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 7px 27px 7px 27px;
  color: #ffffff;
  box-shadow: 0 0 0 2px rgb(255, 255, 255);
}

.nav-menu-hamburger {
  --s: 15px; /* control the size */
  --c: black; /* the color */
  height: var(--s);
  aspect-ratio: 1;
  border: none;
  padding: 0;
  border-inline: calc(var(--s) / 2) solid rgba(0, 0, 0, 0);
  box-sizing: content-box;
  --_g1: linear-gradient(var(--c) 20%, #0000 0 80%, var(--c) 0) no-repeat
    content-box border-box;
  --_g2: radial-gradient(circle closest-side at 50% 12.5%, var(--c) 95%, #0000)
    repeat-y content-box border-box;
  background: var(--_g2) left var(--_p, 0px) top, var(--_g1) left calc(var(--s) / 10 + var(--_p, 0px)) top, var(--_g2) right var(--_p, 0px) top, var(--_g1) right calc(var(--s) / 10 + var(--_p, 0px)) top;
  background-size: 20% 80%, 40% 100%;
  position: relative;
  -webkit-clip-path: inset(0 25%);
          clip-path: inset(0 25%);
  -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0), #000 25% 75%, rgba(0, 0, 0, 0));
  cursor: pointer;
  transition: background-position 0.3s var(--_s, 0.3s), -webkit-clip-path 0s var(--_s, 0.6s);
  transition: background-position 0.3s var(--_s, 0.3s), clip-path 0s var(--_s, 0.6s);
  transition: background-position 0.3s var(--_s, 0.3s), clip-path 0s var(--_s, 0.6s), -webkit-clip-path 0s var(--_s, 0.6s);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.nav-menu-hamburger:before,
.nav-menu-hamburger:after {
  content: "";
  position: absolute;
  border-radius: var(--s);
  inset: 40% 0;
  background: var(--c);
  transition: transform 0.3s calc(0.3s - var(--_s, 0.3s));
}

.nav-menu-hamburger:checked {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  --_p: calc(-1 * var(--s));
  --_s: 0s;
}

.nav-menu-hamburger:checked:before {
  transform: rotate(45deg);
}

.nav-menu-hamburger:checked:after {
  transform: rotate(-45deg);
}

.nav-menu-hamburger:focus-visible {
  -webkit-clip-path: none;
          clip-path: none;
  -webkit-mask: none;
  border: none;
  outline: 2px solid var(--c);
  outline-offset: 5px;
}

.sub-menu {
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: -1;
  top: 70px;
}

nav.main-navigation ul.main-menu > li.menu-item.menu-item-has-children {
  position: sticky;
}
nav.main-navigation ul.main-menu > li.menu-item.menu-item-has-children:hover .sub-menu {
  pointer-events: all;
  opacity: 1;
  z-index: 1;
  top: 48px;
}

.sub-menu {
  position: absolute;
  left: -20px;
  padding: 20px;
  min-width: 200px;
  border-radius: 8px;
  background: linear-gradient(to bottom, #f7f7f7, #fefefe);
  box-shadow: inset 0 0 0 1px #cfcfcf, 0 0 0 3px rgba(255, 255, 255, 0.29);
  z-index: 1;
}
.sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  width: 70px;
  z-index: -1;
  top: -28px;
}

header.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
header.header .header-out.header-out.desktop-header {
  display: none;
}
header.header .header-out.header-out.mobile-header {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  /** Nav animation */
}
header.header .header-out.header-out.mobile-header .header-in {
  display: flex;
  justify-content: space-between;
  height: var(--main-nav-mob-height);
  padding: 10px 0px;
}
header.header .header-out.header-out.mobile-header .header-in .nav-logo-out, header.header .header-out.header-out.mobile-header .header-in .nav-menu-out, header.header .header-out.header-out.mobile-header .header-in .nav-extend-out {
  height: 100%;
  display: flex;
}
header.header .header-out.header-out.mobile-header .header-in .nav-logo-out, header.header .header-out.header-out.mobile-header .header-in .site-brand-name, header.header .header-out.header-out.mobile-header .header-in .main-menu, header.header .header-out.header-out.mobile-header .header-in .nav-extend-out > * {
  height: 100%;
  display: flex;
  align-items: center;
}
header.header .header-out.header-out.mobile-header .header-in .col.nav-logo-out {
  flex: 0 0 auto;
  margin: auto;
  z-index: 5;
  transition: opacity 0.2s ease;
}
header.header .header-out.header-out.mobile-header .header-in .col.nav-logo-out.hide {
  opacity: 0;
  pointer-events: none;
}
header.header .header-out.header-out.mobile-header .header-in .col.nav-logo-out:not(.hide) {
  opacity: 1;
  pointer-events: auto;
}
header.header .header-out.header-out.mobile-header .header-in .col.nav-logo-out .site-branding {
  height: calc(100% - 10px);
  display: flex;
  align-items: center;
  flex-direction: column;
}
header.header .header-out.header-out.mobile-header .header-in .col.nav-logo-out .site-branding .site-brand-logo a > img {
  height: auto;
  max-height: 34px;
  width: auto;
  filter: brightness(0) invert(1);
}
header.header .header-out.header-out.mobile-header .header-in .col.nav-logo-out .site-branding .site-brand-name a > h1 {
  text-transform: uppercase;
  color: #ffffff;
  font-family: poppins-Bold;
  letter-spacing: 0.7px;
  font-size: 14px;
}
header.header .header-out.header-out.mobile-header .header-in .col.nav-logo-out .site-branding .site-brand-name a > h1 span {
  color: var(--color-blue-light);
}
header.header .header-out.header-out.mobile-header .header-in .nav-extend-out {
  position: absolute;
  right: 20px;
  font-family: poppins-Medium;
  font-size: 12px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #f7f7f7, #fefefe);
  box-shadow: 0 0 0 3px rgba(61, 61, 61, 0.5);
  color: var(--color-blue);
  border-radius: 50px;
  padding: 0px 17px 0px 17px;
}
header.header .header-out.header-out.mobile-header .header-in .nav-extend-out ul.vanilla-extend-btn li {
  display: flex;
}
header.header .header-out.header-out.mobile-header .header-in .nav-menu-out-mob {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out;
  height: 100vh;
}
header.header .header-out.header-out.mobile-header .header-in .nav-menu-out-mob.mob-nav-menu-active {
  opacity: 1;
  pointer-events: auto;
}
header.header .header-out.header-out.mobile-header .header-in .nav-menu-out-mob.mob-nav-menu-active nav.mobile-navigation {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header.header .header-out.header-out.mobile-header .header-in .nav-menu-out-mob.mob-nav-menu-active nav.mobile-navigation ul {
  margin-top: -30px;
}
header.header .header-out.header-out.mobile-header .header-in .nav-menu-out-mob.mob-nav-menu-active nav.mobile-navigation ul li {
  font-family: poppins-medium;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  padding: 7px 10px;
}
header.header .header-out.header-out.mobile-header .header-in .nav-menu-out-mob.mob-nav-menu-active .nav-menu-video-wrap {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header.header .header-out.header-out.mobile-header .header-in .nav-menu-out-mob.mob-nav-menu-active .nav-menu-video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header.header .header-out.header-out.mobile-header .header-in .nav-menu-out-mob:not(.mob-nav-menu-active) {
  opacity: 0;
  pointer-events: none;
}
header.header .header-out.header-out.mobile-header .header-in .nav-menu-out-mob:not(.mob-nav-menu-active) nav.mobile-navigation {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header.header .header-out.header-out.mobile-header .header-in .nav-menu-out-mob:not(.mob-nav-menu-active) nav.mobile-navigation ul {
  margin-top: -30px;
}
header.header .header-out.header-out.mobile-header .header-in .nav-menu-out-mob:not(.mob-nav-menu-active) nav.mobile-navigation ul li {
  font-family: poppins-medium;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  padding: 7px 10px;
}
header.header .header-out.header-out.mobile-header .header-in .nav-menu-out-mob:not(.mob-nav-menu-active) .nav-menu-video-wrap {
  height: 100svh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header.header .header-out.header-out.mobile-header .header-in .nav-menu-out-mob:not(.mob-nav-menu-active) .nav-menu-video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header.header .header-out.header-out.mobile-header .nav-menu-out-mob .mobile-menu li {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(5px);
  animation: fadeInUp 0.4s ease forwards;
  pointer-events: none;
}
header.header .header-out.header-out.mobile-header .nav-menu-out-mob .mobile-menu li:nth-child(1) {
  animation-delay: 0.2s;
}
header.header .header-out.header-out.mobile-header .nav-menu-out-mob .mobile-menu li:nth-child(2) {
  animation-delay: 0.4s;
}
header.header .header-out.header-out.mobile-header .nav-menu-out-mob .mobile-menu li:nth-child(3) {
  animation-delay: 0.6s;
}
header.header .header-out.header-out.mobile-header .nav-menu-out-mob .mobile-menu li:nth-child(4) {
  animation-delay: 0.8s;
}
header.header .header-out.header-out.mobile-header .nav-menu-out-mob .mobile-menu li:nth-child(5) {
  animation-delay: 1s;
}
header.header .header-out.header-out.mobile-header .nav-menu-out-mob .mobile-menu li:nth-child(6) {
  animation-delay: 1.2s;
}
header.header .header-out.header-out.mobile-header .nav-menu-out-mob .mobile-menu li:nth-child(7) {
  animation-delay: 1.4s;
}
header.header .header-out.header-out.mobile-header .nav-menu-out-mob .mobile-menu li:nth-child(8) {
  animation-delay: 1.5s;
}
header.header .header-out.header-out.mobile-header .nav-menu-out-mob:not(.mob-nav-menu-active) .mobile-menu li {
  opacity: 0 !important;
  transform: translateY(10px);
  filter: blur(5px);
  animation: none !important;
}
header.header .header-out.header-out.mobile-header .nav-menu-out-mob.mob-nav-menu-active .mobile-menu li {
  pointer-events: auto;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media screen and (min-width: 800px) {
  header.header {
    position: fixed;
    top: var(--main-nav-top);
  }
  header.header .header-out.header-out.desktop-header {
    display: block;
  }
  header.header .header-out.header-out.mobile-header {
    display: none;
  }
  header.header .header-out > .container .header-in {
    display: flex;
    gap: 37px;
    justify-content: space-between;
    height: var(--main-nav-height);
    padding: var(--main-nav-padding);
    border-radius: var(--main-nav-border-radius);
    background: linear-gradient(to bottom, #f7f7f7, #fefefe);
    box-shadow: inset 0 0 0 1px #cfcfcf, 0 0 0 3px rgba(255, 255, 255, 0.29), rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  header.header .header-out > .container .header-in .nav-logo-out, header.header .header-out > .container .header-in .nav-menu-out, header.header .header-out > .container .header-in .nav-extend-out {
    height: 100%;
    display: flex;
  }
  header.header .header-out > .container .header-in .nav-logo-out, header.header .header-out > .container .header-in .site-brand-name, header.header .header-out > .container .header-in .main-menu, header.header .header-out > .container .header-in .nav-extend-out > * {
    height: 100%;
    display: flex;
    align-items: center;
  }
  header.header .header-out > .container .header-in .col.nav-logo-out {
    flex: 0 0 auto;
  }
  header.header .header-out > .container .header-in .col.nav-logo-out .site-branding {
    height: calc(100% - 20px);
    display: flex;
  }
  header.header .header-out > .container .header-in .col.nav-logo-out .site-branding .site-brand-logo a > img {
    height: auto;
    max-height: 100%;
    width: auto;
    padding-right: 8px;
  }
  header.header .header-out > .container .header-in .col.nav-logo-out .site-branding .site-brand-name a > h1 {
    text-transform: uppercase;
    color: #afafaf;
    font-family: poppins-Bold;
    letter-spacing: 0.7px;
    font-size: 14px;
  }
  header.header .header-out > .container .header-in .col.nav-logo-out .site-branding .site-brand-name a > h1 span {
    color: var(--color-blue);
  }
  header.header .header-out > .container .header-in .col.nav-menu-out {
    flex: 1 1 auto;
  }
  header.header .header-out > .container .header-in .col.nav-menu-out nav.main-navigation ul > li > a {
    font-family: poppins-Semibold;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--color-nav-link);
    padding-left: 10px;
    padding-right: 10px;
  }
  header.header .header-out > .container .header-in .col.nav-extend-out {
    flex: 0 0 auto;
  }
  header.header .header-out > .container .header-in .col.nav-extend-out ul.extend-menu {
    padding-left: 13px;
    font-family: poppins-SemiBold;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color-blue);
  }
  header.header .header-out > .container .header-in .col.nav-extend-out ul.extend-menu > li {
    padding: 0px 7px;
  }
  nav.main-navigation ul.main-menu li.menu-item a:hover {
    color: var(--color-blue) !important;
  }
  .current-menu-item > a, .current_page_item > a {
    color: var(--color-blue) !important;
  }
}
.hero-section-out {
  min-height: 800px;
  height: 100vh;
  width: 100%;
  position: relative;
}
.hero-section-out .hero-background,
.hero-section-out .hero-video-wrap,
.hero-section-out .hero-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 800px;
  height: 100%;
}
.hero-section-out .hero-background > .container,
.hero-section-out .hero-video-wrap > .container,
.hero-section-out .hero-content > .container {
  height: 100%;
}
.hero-section-out .hero-background > .container .hero-content-in,
.hero-section-out .hero-video-wrap > .container .hero-content-in,
.hero-section-out .hero-content > .container .hero-content-in {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.hero-section-out .hero-background > .container .hero-content-in .align-center,
.hero-section-out .hero-video-wrap > .container .hero-content-in .align-center,
.hero-section-out .hero-content > .container .hero-content-in .align-center {
  text-align: center;
}
.hero-section-out .hero-background > .container .hero-content-in .align-center h2,
.hero-section-out .hero-video-wrap > .container .hero-content-in .align-center h2,
.hero-section-out .hero-content > .container .hero-content-in .align-center h2 {
  font-family: poppins-medium;
  text-transform: uppercase;
  font-size: clamp(7px, calc(7px + ((12 - 7) * (100vw - 0px) / (1024 - 0))), 12px);
  color: var(--color-nav-link);
  background-color: #ffffff;
  border-radius: 50px;
  display: inline-block;
  padding: 9px 20px;
  max-width: 70%;
  text-align: center;
}
.hero-section-out .hero-background > .container .hero-content-in .align-center p,
.hero-section-out .hero-video-wrap > .container .hero-content-in .align-center p,
.hero-section-out .hero-content > .container .hero-content-in .align-center p {
  font-family: poppins-Bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: clamp(16px, calc(16px + ((66 - 16) * (100vw - 0px) / (1024 - 0))), 66px);
  color: #ffffff;
  line-height: clamp(18px, calc(18px + ((61 - 18) * (100vw - 0px) / (1024 - 0))), 61px);
  max-width: 80%;
  margin: auto;
  padding: 33px 0px;
}
.hero-section-out .hero-background > .container .hero-content-in .align-center h3,
.hero-section-out .hero-video-wrap > .container .hero-content-in .align-center h3,
.hero-section-out .hero-content > .container .hero-content-in .align-center h3 {
  font-family: poppins-Medium;
  color: #ffffff;
  font-size: clamp(12px, calc(12px + ((14 - 12) * (100vw - 0px) / (1024 - 0))), 14px);
  max-width: 70%;
  margin: auto;
}
.hero-section-out .hero-background > .container .hero-content-in .align-center .btn-group,
.hero-section-out .hero-video-wrap > .container .hero-content-in .align-center .btn-group,
.hero-section-out .hero-content > .container .hero-content-in .align-center .btn-group {
  transform: translateX(-13px);
  padding-top: 50px;
  gap: 17px;
  display: flex;
  justify-content: center;
}
.hero-section-out .hero-background {
  z-index: 0;
}
.hero-section-out .hero-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section-out .hero-video-wrap {
  z-index: 1;
}
.hero-section-out .hero-video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-bottom-bar {
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background-color: rgb(255, 255, 255);
}
.hero-bottom-bar:not(.fixed) {
  position: absolute;
}
.hero-bottom-bar.fixed {
  position: fixed;
}
.hero-bottom-bar .hero-bottom-bar-middle {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  width: 30px;
  background-color: rgb(255, 255, 255);
  border-radius: 100% 100% 0 0;
}
.hero-bottom-bar .hero-bottom-bar-middle:before {
  width: 19px;
  height: 12px;
  position: absolute;
  background: inherit;
  background-color: inherit;
  aspect-ratio: 1;
  -webkit-mask-image: radial-gradient(100% 100% at center, transparent calc(50% - 0.25px), black calc(50% + 0.25px));
  mask-image: radial-gradient(100% 100% at center, transparent calc(50% - 0.25px), black calc(50% + 0.25px));
  -webkit-mask-size: 200% 200%;
  mask-size: 200% 200%;
  -webkit-mask-position: 100% 100%;
  mask-position: 100% 100%;
  pointer-events: none;
  display: block;
  overflow: hidden;
  top: auto;
  bottom: 10px;
  left: -18px;
  content: "";
}
.hero-bottom-bar .hero-bottom-bar-middle:after {
  width: 19px;
  height: 12px;
  position: absolute;
  background: inherit;
  background-color: inherit;
  aspect-ratio: 1;
  -webkit-mask-image: radial-gradient(100% 100% at center, transparent calc(50% - 0.25px), black calc(50% + 0.25px));
  mask-image: radial-gradient(100% 100% at center, transparent calc(50% - 0.25px), black calc(50% + 0.25px));
  -webkit-mask-size: 200% 200%;
  mask-size: 200% 200%;
  -webkit-mask-position: 0% 100%;
  mask-position: 0% 100%;
  pointer-events: none;
  display: block;
  overflow: hidden;
  top: auto;
  bottom: 10px;
  right: -18px;
  content: "";
}
.hero-bottom-bar .hero-bottom-bar-middle span.scroll-down-hero {
  height: 16px;
  width: 16px;
  position: relative;
  background: url("../images/scroll-down-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: auto;
  top: 6px;
  animation: scrollBounce 2s ease-in-out infinite;
}
@keyframes scrollBounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}

.hero-discord-invite {
  display: none;
}

@media screen and (min-width: 800px) {
  .hero-discord-invite {
    position: absolute;
    height: 100px;
    width: 100%;
    max-width: 280px;
    background: var(--box-bg);
    box-shadow: var(--box-shadow);
    left: 20px;
    bottom: 20px;
    border-radius: var(--content-border-radius);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  .hero-discord-invite .discord-content {
    display: flex;
    gap: 10px;
    align-items: center;
    flex: 1;
  }
  .hero-discord-invite .discord-content .discord-logo {
    position: relative;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
  }
  .hero-discord-invite .discord-content .discord-logo::before {
    content: "\f392";
    font-family: "Font Awesome 6 Brands";
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    color: var(--color-blue);
  }
  .hero-discord-invite .discord-content .discord-text {
    font-size: 12px;
    line-height: 1.2;
    flex: 1 1 auto;
    color: var(--color-nav-link);
  }
  .hero-discord-invite .discord-content .discord-text p {
    padding-bottom: 12px;
  }
  .hero-discord-invite .discord-content .discord-text strong {
    display: block;
  }
  .hero-discord-invite .discord-content .discord-text .dc-invite-button {
    padding: 3px 9px;
    font-size: 11px;
    background: var(--box-bg);
    color: #bababa;
    border-radius: 10px;
    opacity: 0.6;
    border: 1px solid #cfcfcf;
  }
  .hero-discord-invite .discord-qr img {
    height: 90px;
    width: 90px;
    padding-top: 5px;
  }
}
.hero-section {
  height: 100vh;
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 40px;
}
.hero-section .hero-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  gap: 40px;
}
@media (max-width: 1024px) {
  .hero-section .hero-container {
    flex-direction: column;
    align-items: center;
  }
}
.hero-section .hero-text-left,
.hero-section .hero-text-right {
  flex: 1;
  color: white;
  font-size: 16px;
}
.hero-section .hero-text-left h1,
.hero-section .hero-text-right h1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.hero-section .hero-text-left h2,
.hero-section .hero-text-right h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.hero-section .hero-text-left h2 span,
.hero-section .hero-text-right h2 span {
  font-size: 18px;
  display: block;
  letter-spacing: 2px;
}
.hero-section .hero-text-left p,
.hero-section .hero-text-right p {
  margin-bottom: 16px;
  line-height: 1.6;
}
.hero-section .hero-logo {
  text-align: center;
  margin-bottom: 30px;
}
.hero-section .hero-image {
  width: 100%;
  max-width: 300px;
  height: 400px;
  background-image: url("/path/to/gasmask-character.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 30px auto;
}
@media (max-width: 768px) {
  .hero-section .hero-image {
    height: 300px;
  }
}

.fs_client_portal .fs_ticket_wrapper .fs_tickets_container {
  background: none !important;
}

.fs_client_portal .fs_ticket_wrapper .fs_tickets_container .fs_tickets_table {
  background: none !important;
}

.fs_client_portal .fs_ticket_wrapper .fs_tickets_container {
  border: 0px !important;
  border-radius: 0px !important;
}

.fs_client_portal .fs_ticket_wrapper .fs_tickets_container {
  background: var(--fs-bg-white);
  border: 0px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}

.fs_client_portal .fs_ticket_wrapper .fs_tickets_container .fs_tickets_header {
  padding: 0px 0px 20px !important;
  border-bottom: none !important;
}

.fs_client_portal .fs_ticket_wrapper .fs_tickets_container .fs_filters_section {
  padding: 0px 0px 20px !important;
}

.fs_client_portal .fs_ticket_wrapper .fs_tickets_container .fs_tickets_table {
  padding: 0px 0px 20px !important;
}

.fs_client_portal .fs_ticket_wrapper .fs_tickets_container .fs_pagination_section {
  padding: 0px 0px 20px !important;
}

.fs_client_portal .fs_ticket_wrapper .fs_tickets_container .fs_ticket_heroarea .fs_tk_subject {
  border: none !important;
}

.fs_client_portal .fs_ticket_wrapper .fs_tickets_container .fs_ticket_heroarea .fs_ticket_actions {
  border: none !important;
}

.fs_tickets_header, .fs_ticket_wrapper, .fs_ticket_actions {
  position: relative;
}

.fs_ticket_actions {
  top: 0px !important;
  padding: 0px !important;
}
.fs_ticket_actions .fs_ticket_actions_btn {
  flex-direction: row-reverse;
  position: absolute;
  top: -134px;
  right: -10px;
  height: 30px;
}
.fs_ticket_actions .fs_ticket_actions_btn .fs_close_ticket {
  font-family: poppins-Medium;
  font-size: 12px !important;
  text-transform: uppercase !important;
  background: linear-gradient(to bottom, #f7f7f7, #fefefe) !important;
  box-shadow: 0 0 0 3px rgba(61, 61, 61, 0.5) !important;
  color: #afafaf !important;
  border-radius: 50px !important;
  padding: 7px 27px 7px 27px !important;
}
.fs_ticket_actions .fs_ticket_actions_btn .fs_ticket_refresh_btn {
  display: none !important;
}

.fs_back_nav {
  position: absolute;
  top: -45px !important;
}
.fs_back_nav button.fs_back_button .fs_back_btn {
  color: #ffffff !important;
}
.fs_back_nav button.fs_back_button .fs_svg_back {
  display: none;
}

.fs_tickets_actions {
  position: absolute;
  top: -45px;
  right: -10px;
}
.fs_tickets_actions button.fs_create_ticket_btn {
  font-family: poppins-Medium;
  font-size: 12px !important;
  text-transform: uppercase !important;
  background: linear-gradient(to bottom, #f7f7f7, #fefefe) !important;
  box-shadow: 0 0 0 3px rgba(61, 61, 61, 0.5) !important;
  color: #afafaf !important;
  border-radius: 50px !important;
  padding: 9px 27px 9px 27px !important;
}

@media screen and (min-width: 800px) {
  .fs_back_nav {
    top: -70px;
  }
  .fs_tickets_actions {
    top: -70px;
  }
}
.fs_ticket_reply_box h3 {
  display: none;
}

.support-login-alert {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.support-login-alert p {
  text-align: center;
  font-family: poppins-Medium;
  color: var(--color-blue);
  font-size: clamp(12px, 12px + 2 * (100vw - 0px) / 1024, 14px);
}

section {
  overflow: hidden;
  position: relative;
}
section.bg-right {
  background-position: bottom right;
}
section.bg-left {
  background-position: bottom left;
}
section.full-height {
  min-height: 100vh;
  height: auto;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: column;
  align-items: center;
  padding: 20px 0px;
}
section.section-landing-1 {
  background-image: url("../images/dayz-landing-bg-2-player.jpg");
  background-position: 74% center;
}
section.section-landing-2 {
  background-image: url("../images/dayz-landing-bg-airplane-wreck.jpg");
  background-position: 21% center;
}
section.section-landing-3 {
  background-image: url("../images/dayz-landing-bg-4.jpg");
}
section.section-continent-legends {
  background-image: url("../images/dayz-landing-bg-3.jpg");
}
section .section-content-in {
  padding-bottom: 20px;
  height: 100%;
}
section .section-content-in .section-hero-title {
  padding-top: calc(var(--main-nav-height) + var(--main-nav-top) + 20px);
  margin: auto;
  justify-content: center;
  text-align: center;
  font-family: poppins-Semibold;
  font-size: clamp(24px, calc(24px + ((36 - 24) * (100vw - 0px) / (1024 - 0))), 36px);
  text-transform: uppercase;
  color: #ffffff;
}
section .section-content-in .section-hero-title h4 {
  margin: 0;
}
section .section-content-in .section-hero-title img {
  width: clamp(110px, 15vw, 160px);
}
section .section-content-in .section-hero-title-separator {
  height: 30px;
  width: 100%;
  display: block;
  position: relative;
  padding: 20px 0px 50px 0px;
}
section .section-content-in .section-hero-title-separator:before {
  position: absolute;
  height: 30px;
  transform: translateY(-50%);
  width: 100%;
  content: "";
  background-image: url(../images/dayz-landing-vanilla-separator.png);
  background-repeat: no-repeat;
  background-position: center;
}
section .section-content-in .section-hero-title-intro {
  margin: auto;
  padding: 10px 0px 50px;
  text-align: center;
}
section .section-content-in .section-hero-title-intro strong {
  font-family: poppins-Medium;
  color: #ffffff;
  font-size: clamp(12px, calc(12px + ((14 - 12) * (100vw - 0px) / (1024 - 0))), 14px);
  font-weight: normal;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
section .section-content-in .section-hero-content {
  align-items: center;
}
section .section-content-in .section-hero-content i {
  opacity: 0.5;
}
section .section-content-in .section-hero-content h5 {
  color: #ffffff;
  font-size: clamp(16px, calc(16px + ((24 - 16) * (100vw - 0px) / (1024 - 0))), 24px);
  font-family: poppins-Medium;
  padding: 20px 0px 12px;
  margin: 0;
  position: relative;
}
section .section-content-in .section-hero-content h5:after {
  height: 1px;
  width: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #ffffff;
}
section .section-content-in .section-hero-content p {
  color: #ffffff;
  font-size: clamp(12px, calc(12px + ((14 - 12) * (100vw - 0px) / (1024 - 0))), 14px);
  font-family: poppins-Light;
  padding-top: 12px;
  padding-bottom: 10px;
}

@media screen and (min-width: 800px) {
  section .section-content-in .section-hero-title {
    padding-top: calc(var(--main-nav-height) + var(--main-nav-top) + 20px);
  }
  section .section-content-in .section-hero-title h4 {
    margin: 0;
  }
  section .section-content-in .flex-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  section .section-content-in .section-hero-title-intro {
    width: 70%;
  }
  section .section-content-in .hero-content-left,
  section .section-content-in .hero-content-right {
    flex: 1 1 35%;
  }
  section .section-content-in .half-col {
    width: 50%;
    display: block;
  }
  section .section-content-in .hero-content-left {
    padding-right: 20px;
  }
  section .section-content-in .hero-content-right {
    padding-left: 20px;
  }
}
.main-leaders-wrapper, .main-killfedd-wrapper {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
}

.main-leaders-in {
  display: flex;
  justify-content: center;
  margin: auto;
  gap: 10px;
  height: 50vh;
}
.main-leaders-in > .col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
  max-width: 170px;
}
.main-leaders-in > .col:nth-child(2) {
  margin-top: -55px;
}
.main-leaders-in > .col .main-leader-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.main-leaders-in > .col .main-leader-header.main-leader-slayer:before {
  background-image: url(../images/leader-green.png);
}
.main-leaders-in > .col .main-leader-header.main-leader-kdp:before {
  background-image: url(../images/leader-blue.png);
}
.main-leaders-in > .col .main-leader-header.main-leader-hunter:before {
  background-image: url(../images/leader-orange.png);
}
.main-leaders-in > .col .main-leader-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 92px;
  transform: translateY(-21%);
}
.main-leaders-in > .col .main-leader-header .hex-stack {
  position: relative;
  width: 70px;
  aspect-ratio: 1/1;
  text-align: center;
}
.main-leaders-in > .col .main-leader-header .hex-stack:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  height: 60px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  transform: translateY(17%);
  background-image: url(../images/leader-arrow.png);
  background-position: center;
}
.main-leaders-in > .col .main-leader-header .hex-stack .hex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0.88);
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.main-leaders-in > .col .main-leader-header .hex-stack .hex.hex-border {
  background-color: white;
  mask-image: url("../masks/hex-mask-border.svg");
  -webkit-mask-image: url("../masks/hex-mask-border.svg");
  z-index: 1;
}
.main-leaders-in > .col .main-leader-header .hex-stack .hex.hex-inner {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  top: 6px;
  left: 6px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  mask-image: url("../masks/hex-mask.svg");
  -webkit-mask-image: url("../masks/hex-mask.svg");
}
.main-leaders-in > .col .main-leader-header .hex-stack .hex.hex-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-leaders-in > .col .main-leader-header .main-leader-name {
  color: #ffffff;
  text-align: center;
  font-family: poppins-Semibold;
  font-size: clamp(14px, calc(14px + ((16 - 14) * (100vw - 0px) / (1024 - 0))), 16px);
  line-height: 17px;
  padding-top: 15px;
}
.main-leaders-in > .col .main-leader-header .main-leader-name span {
  font-family: poppins-Light;
  font-size: clamp(10px, calc(10px + ((12 - 10) * (100vw - 0px) / (1024 - 0))), 12px);
  text-transform: uppercase;
  display: block;
  position: relative;
}
.main-leaders-in > .col .main-leader-header .main-leader-stats {
  display: flex;
  width: 100%;
  gap: 10px;
  padding-top: 23px;
}
.main-leaders-in > .col .main-leader-header .main-leader-stats > .col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  line-height: 14px;
}
.main-leaders-in > .col .main-leader-header .main-leader-stats > .col .player-deaths, .main-leaders-in > .col .main-leader-header .main-leader-stats > .col .player-kills {
  font-family: poppins-Semibold;
  font-size: clamp(12px, calc(12px + ((14 - 12) * (100vw - 0px) / (1024 - 0))), 14px);
  display: block;
  position: relative;
  color: #ffffff;
}
.main-leaders-in > .col .main-leader-header .main-leader-stats > .col span {
  font-family: poppins-Medium;
  font-size: clamp(10px, calc(10px + ((11 - 10) * (100vw - 0px) / (1024 - 0))), 11px);
  display: block;
  position: relative;
  color: #ffffff;
  opacity: 0.21;
}
.main-leaders-in > .col .main-leader-header .main-leader-stats > .col .player-flag {
  background-image: url("../images/leader-flag.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 36px;
  margin: auto;
  margin-top: -5px;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  font-family: poppins-Medium;
  font-size: clamp(10px, calc(10px + ((12 - 10) * (100vw - 0px) / (1024 - 0))), 12px);
}

.main-kdp-in {
  display: flex;
  width: 100%;
  gap: 8px;
  flex-wrap: wrap;
  flex-direction: row;
}
.main-kdp-in > .col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  max-width: 50%;
  min-height: 190px;
  margin: auto;
  background: url(../images/kdp-bp.jpg);
  background-position: center;
  border: 3px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.main-kdp-in > .col .main-kdp-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.main-kdp-in > .col .main-kdp-header .hex-stack {
  position: relative;
  width: 100px;
  aspect-ratio: 1/1;
  text-align: center;
  margin-top: -65px;
}
.main-kdp-in > .col .main-kdp-header .hex-stack:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  height: 60px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  transform: translate(-4%, 14%);
  background: url(../images/leader-arrow.png);
}
.main-kdp-in > .col .main-kdp-header .hex-stack .hex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0.88);
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.main-kdp-in > .col .main-kdp-header .hex-stack .hex.hex-border {
  background-color: white;
  mask-image: url("../masks/hex-mask-border.svg");
  -webkit-mask-image: url("../masks/hex-mask-border.svg");
  z-index: 1;
}
.main-kdp-in > .col .main-kdp-header .hex-stack .hex.hex-inner {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  top: 6px;
  left: 6px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  mask-image: url("../masks/hex-mask.svg");
  -webkit-mask-image: url("../masks/hex-mask.svg");
}
.main-kdp-in > .col .main-kdp-header .hex-stack .hex.hex-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-kdp-in > .col .main-kdp-header .main-kdp-name {
  color: #ffffff;
  text-align: center;
  font-family: poppins-Semibold;
  font-size: clamp(14px, calc(14px + ((16 - 14) * (100vw - 0px) / (1024 - 0))), 16px);
  line-height: 17px;
  padding-top: 15px;
}
.main-kdp-in > .col .main-kdp-header .main-kdp-name span {
  font-family: poppins-Light;
  font-size: clamp(10px, calc(10px + ((12 - 10) * (100vw - 0px) / (1024 - 0))), 12px);
  text-transform: uppercase;
  display: block;
  position: relative;
}
.main-kdp-in > .col .main-kdp-header .main-kdp-stats {
  display: flex;
  width: 100%;
  gap: 10px;
  padding-top: 23px;
}
.main-kdp-in > .col .main-kdp-header .main-kdp-stats > .col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  line-height: 14px;
}
.main-kdp-in > .col .main-kdp-header .main-kdp-stats > .col .player-deaths, .main-kdp-in > .col .main-kdp-header .main-kdp-stats > .col .player-kills {
  font-family: poppins-Semibold;
  font-size: clamp(12px, calc(12px + ((14 - 12) * (100vw - 0px) / (1024 - 0))), 14px);
  display: block;
  position: relative;
  color: #ffffff;
}
.main-kdp-in > .col .main-kdp-header .main-kdp-stats > .col span {
  font-family: poppins-Medium;
  font-size: clamp(10px, calc(10px + ((11 - 10) * (100vw - 0px) / (1024 - 0))), 11px);
  display: block;
  position: relative;
  color: #ffffff;
  opacity: 0.21;
}
.main-kdp-in > .col .main-kdp-header .main-kdp-stats > .col .player-flag {
  background: url("../images/leader-flag.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 36px;
  margin: auto;
  margin-top: -5px;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  font-family: poppins-Medium;
  font-size: clamp(10px, calc(10px + ((12 - 10) * (100vw - 0px) / (1024 - 0))), 12px);
}

.main-killfeed-in {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 13px;
  justify-content: flex-start;
}
.main-killfeed-in .col {
  width: 100%;
  min-height: 40px;
  box-sizing: border-box;
  padding: 5px 10px;
  color: white;
  border-radius: 6px;
  background-image: url("../images/killfeed-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.main-killfeed-in .col .killfeed-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.main-killfeed-in .col .killfeed-killer, .main-killfeed-in .col .killfeed-victim {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.main-killfeed-in .col .killfeed-killer .name, .main-killfeed-in .col .killfeed-victim .name {
  font-family: poppins-Semibold;
  font-size: clamp(14px, calc(14px + ((16 - 14) * (100vw - 0px) / (1024 - 0))), 16px);
}
.main-killfeed-in .col .killfeed-killer .label, .main-killfeed-in .col .killfeed-victim .label {
  font-size: clamp(10px, calc(10px + ((12 - 10) * (100vw - 0px) / (1024 - 0))), 12px);
  opacity: 0.5;
  text-transform: uppercase;
}
.main-killfeed-in .col .killfeed-killer .name, .main-killfeed-in .col .killfeed-killer .label {
  text-align: right;
}
.main-killfeed-in .col .killfeed-icon {
  position: relative;
  width: 70px;
  height: 40px;
  background-image: url("../images/leader-flag.png");
  background-repeat: no-repeat;
  background-position: center;
}
.main-killfeed-in .col .badge {
  width: 100%;
  height: auto;
}
.main-killfeed-in .col .level {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 0.9rem;
}
.main-killfeed-in .col .killfeed-info {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: #aaa;
  flex-wrap: wrap;
  margin: auto;
  width: 100%;
}
.main-killfeed-in .col .killfeed-info .item strong {
  font-family: poppins-Semibold;
  font-size: clamp(12px, calc(12px + ((14 - 12) * (100vw - 0px) / (1024 - 0))), 14px);
}
.main-killfeed-in .col .killfeed-info .item .label {
  font-size: clamp(10px, calc(10px + ((12 - 10) * (100vw - 0px) / (1024 - 0))), 12px);
  opacity: 0.5;
  text-transform: uppercase;
}
.main-killfeed-in .col .kill-distance {
  text-align: center;
}
.main-killfeed-in .col .arrow {
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url("../images/right-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
}

.dayz-legends-bottom-wrapper, .hero-bottom-bar {
  display: none;
}

@media screen and (min-width: 800px) {
  .dayz-legends-bottom-wrapper, .hero-bottom-bar {
    display: block;
  }
  .main-leaders-in {
    height: auto;
  }
  .dayz-legends-bottom-wrapper {
    position: fixed;
    right: 0px;
    bottom: 10px;
  }
  .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in {
    background: #ffffff;
    height: 100px;
    width: 345px;
    border-radius: 20px 0px 0px 0px;
    display: flex;
    flex-direction: column;
  }
  .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in:before {
    width: 20px;
    height: 20px;
    position: absolute;
    background: inherit;
    background-color: inherit;
    aspect-ratio: 1;
    -webkit-mask-image: radial-gradient(100% 100% at center, transparent calc(50% - 0.25px), black calc(50% + 0.25px));
    mask-image: radial-gradient(100% 100% at center, transparent calc(50% - 0.25px), black calc(50% + 0.25px));
    -webkit-mask-size: 200% 200%;
    mask-size: 200% 200%;
    -webkit-mask-position: 100% 100%;
    mask-position: 100% 100%;
    pointer-events: none;
    display: block;
    overflow: hidden;
    top: auto;
    bottom: 0px;
    left: -20px;
    content: "";
  }
  .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in .dayz-legends-profile-header {
    display: flex;
  }
  .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in .dayz-legends-profile-header .hex-stack {
    position: relative;
    width: 80px;
    height: 80px;
    aspect-ratio: 1/1;
    text-align: center;
    margin-top: -40px;
    margin-left: 46px;
  }
  .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in .dayz-legends-profile-header .hex-stack:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    height: 60px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transform: translate(-15%, 14%);
    background: url(../images/leader-arrow.png);
  }
  .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in .dayz-legends-profile-header .hex-stack .hex {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0.88);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
  }
  .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in .dayz-legends-profile-header .hex-stack .hex.hex-border {
    background-color: #58c1ec;
    mask-image: url("../masks/hex-mask-border.svg");
    -webkit-mask-image: url("../masks/hex-mask-border.svg");
    z-index: 1;
  }
  .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in .dayz-legends-profile-header .hex-stack .hex.hex-inner {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    top: 6px;
    left: 6px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    mask-image: url("../masks/hex-mask.svg");
    -webkit-mask-image: url("../masks/hex-mask.svg");
  }
  .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in .dayz-legends-profile-header .hex-stack .hex.hex-inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in .dayz-legends-profile-header .player-wrapper {
    line-height: 17px;
  }
  .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in .dayz-legends-profile-header .player-wrapper .player-name {
    padding-top: 10px;
    color: #017994;
    font-family: poppins-Semibold;
    font-size: clamp(14px, calc(14px + ((16 - 14) * (100vw - 0px) / (1024 - 0))), 16px);
  }
  .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in .dayz-legends-profile-header .player-wrapper .player-steamid {
    color: #017994;
    font-family: poppins-Light;
    font-size: clamp(8px, calc(8px + ((10 - 8) * (100vw - 0px) / (1024 - 0))), 10px);
  }
  .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in .dayz-legends-profile-stats {
    display: flex;
    margin-top: -5px;
  }
  .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in .dayz-legends-profile-stats .main-kdp-stats {
    display: flex;
    width: 200px;
    gap: 10px;
    padding-top: 23px;
  }
  .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in .dayz-legends-profile-stats .main-kdp-stats > .col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    line-height: 14px;
  }
  .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in .dayz-legends-profile-stats .main-kdp-stats > .col .player-deaths, .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in .dayz-legends-profile-stats .main-kdp-stats > .col .player-kills {
    font-family: poppins-Semibold;
    font-size: clamp(12px, calc(12px + ((14 - 12) * (100vw - 0px) / (1024 - 0))), 14px);
    display: block;
    position: relative;
    color: #016a86;
  }
  .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in .dayz-legends-profile-stats .main-kdp-stats > .col span {
    font-family: poppins-Medium;
    font-size: clamp(10px, calc(10px + ((11 - 10) * (100vw - 0px) / (1024 - 0))), 11px);
    display: block;
    position: relative;
    color: #016a86;
    opacity: 0.41;
  }
  .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in .dayz-legends-profile-stats .main-kdp-stats > .col .player-flag {
    background: url("../images/leader-flag.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 36px;
    margin: auto;
    margin-top: -5px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    font-family: poppins-Medium;
    font-size: clamp(10px, calc(10px + ((12 - 10) * (100vw - 0px) / (1024 - 0))), 12px);
  }
  .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in .dayz-legends-profile-stats .longest-kill-stat {
    display: flex;
    width: 200px;
    gap: 10px;
    padding-top: 23px;
  }
  .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in .dayz-legends-profile-stats .longest-kill-stat > .col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    line-height: 14px;
  }
  .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in .dayz-legends-profile-stats .longest-kill-stat > .col .player-longest-kill {
    font-family: poppins-Semibold;
    font-size: clamp(12px, calc(12px + ((14 - 12) * (100vw - 0px) / (1024 - 0))), 14px);
    display: block;
    position: relative;
    color: #016a86;
  }
  .dayz-legends-bottom-wrapper .dayz-legends-bottom-in .dayz-legends-profile-in .dayz-legends-profile-stats .longest-kill-stat > .col span {
    font-family: poppins-Medium;
    font-size: clamp(10px, calc(10px + ((11 - 10) * (100vw - 0px) / (1024 - 0))), 11px);
    display: block;
    position: relative;
    color: #016a86;
    opacity: 0.41;
  }
  .main-killfeed-in {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-start;
  }
  .main-killfeed-in .col {
    width: calc(50% - 7px);
    min-height: 40px;
    box-sizing: border-box;
    padding: 5px 10px;
    color: white;
    border-radius: 6px;
    background-image: url("../images/killfeed-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  .main-killfeed-in .col .killfeed-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .main-killfeed-in .col .killfeed-killer, .main-killfeed-in .col .killfeed-victim {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .main-killfeed-in .col .killfeed-killer .name, .main-killfeed-in .col .killfeed-victim .name {
    font-family: poppins-Semibold;
    font-size: clamp(14px, calc(14px + ((16 - 14) * (100vw - 0px) / (1024 - 0))), 16px);
  }
  .main-killfeed-in .col .killfeed-killer .label, .main-killfeed-in .col .killfeed-victim .label {
    font-size: clamp(10px, calc(10px + ((12 - 10) * (100vw - 0px) / (1024 - 0))), 12px);
    opacity: 0.5;
    text-transform: uppercase;
  }
  .main-killfeed-in .col .killfeed-killer .name, .main-killfeed-in .col .killfeed-killer .label {
    text-align: right;
  }
  .main-killfeed-in .col .killfeed-icon {
    position: relative;
    width: 70px;
    height: 40px;
    background-image: url("../images/leader-flag.png");
    background-repeat: no-repeat;
    background-position: center;
  }
  .main-killfeed-in .col .badge {
    width: 100%;
    height: auto;
  }
  .main-killfeed-in .col .level {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 0.9rem;
  }
  .main-killfeed-in .col .killfeed-info {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    color: #aaa;
    flex-wrap: wrap;
    padding: 0px 15px;
    width: initial;
  }
  .main-killfeed-in .col .killfeed-info .item strong {
    font-family: poppins-Semibold;
    font-size: clamp(6px, calc(6px + ((14 - 6) * (100vw - 0px) / (1024 - 0))), 14px);
  }
  .main-killfeed-in .col .killfeed-info .item .label {
    font-size: clamp(5px, calc(5px + ((12 - 5) * (100vw - 0px) / (1024 - 0))), 12px);
    opacity: 0.5;
    text-transform: uppercase;
  }
  .main-killfeed-in .col .kill-distance {
    text-align: center;
  }
  .main-killfeed-in .col .arrow {
    position: relative;
    width: 40px;
    height: 40px;
    background-image: url("../images/right-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
  }
}/*# sourceMappingURL=main.css.map */