.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: #07080d;
  font-family: roboto, sans-serif;
  color: #968e7f;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  flex-direction: column;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: cairo, sans-serif;
  font-size: 100px;
  line-height: 72px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  color: #948975;
}

a {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #ffbb3e;
  text-decoration: none;
}

a:hover {
  color: #ff1a1a;
        text-decoration: none;
}

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #10111b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1c1d22), to(#06050a));
  background-image: linear-gradient(180deg, #1c1d22, #06050a);
  color: #b9944f;
}

.navigation-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 115px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/Navbar.jpg');
  background-position: 50% 50%;
  background-size: auto 115px;
  background-repeat: repeat-x;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.container.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.container.top-bar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.bottom-bar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.worker-system-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-link {
  width: 10%;
  height: 103px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 0px;
  border-style: none solid;
  border-width: 1px;
  border-color: #12131b #1a1b22 #12131b #1a1b22;
  background-color: rgba(46, 46, 46, 0.1);
  font-family: cairo, sans-serif;
  color: #ffbb3e;
  font-size: 17px;
  line-height: 103px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(255, 187, 62, 0.4);
}

.navigation-link:hover {
  border-right-color: #720704;
  border-left-color: #720704;
  background-color: rgba(0, 0, 0, 0.24);
  color: #ff1a1a;
  text-shadow: 0 0 20px #ff1a1a;
}

.navigation-link.w--current {
  border-right-color: #720704;
  border-left-color: #720704;
  background-color: transparent;
  color: #ff1a1a;
  text-shadow: 0 0 20px #ff1a1a;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 103px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo {
  width: 473px;
  height: 221px;
  background-image: url('../images/Logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo:hover {
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
}

.logo.mobile {
  display: none;
}

.play-button {
  position: absolute;
  left: 0px;
  top: 70px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Play-Button.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px 11px #000;
  font-family: cairo, sans-serif;
  color: #ffbb3e;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 7px #000;
}

.play-button:hover {
  background-image: url('../images/Play-Button-Hover.jpg');
  box-shadow: 1px 1px 20px 4px rgba(255, 26, 26, 0.45);
  color: #ffbb3e;
  text-shadow: 0 0 20px #ffbb3e;
}

.play-button.cta {
  position: static;
  top: 0px;
  margin-top: 20px;
}

.header-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 720px;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #07080d;
  background-image: url('../images/Header-background.png');
background-position: 50% 50%;
/* of kort */
background-position: center;

  background-size: cover;
  background-repeat: no-repeat;
}

.header-section.minimized {
  height: 350px;
  margin-bottom: 20px;
  background-image: url('../images/Play-Header-Background.jpg');
}

.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.large-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ff1a1a;
  font-size: 120px;
  line-height: 84px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 20px #000, 0 0 15px #000;
}

.sub-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #f1f1f1;
  font-size: 66px;
  line-height: 66px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 20px #000;
}

.countdown-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.countdown-box {
  display: inline-block;
  width: 120px;
  margin-right: 15px;
  margin-left: 15px;
  text-align: center;
}

.countdown-number {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: cairo, sans-serif;
  color: #ffbb3e;
  font-size: 56px;
  line-height: 46px;
  text-transform: uppercase;
  text-shadow: 0 0 30px #ffbb3e;
}

.countdown-text {
  margin-top: 15px;
  font-family: cairo, sans-serif;
  color: #b9944f;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 13px #000;
}

.content-block {
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #191b24;
  background-color: #0b0c11;
  box-shadow: inset 0 0 0 1px #000002, inset 0 0 20px -7px #000, 2px 0 14px 2px rgba(255, 0, 4, 0.06);
}

.horizontal-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offline {
  color: #e61616;
  text-shadow: 1px 1px 12px #ff1a1a;
}

.online {
  color: #ffaf1b;
  text-shadow: 1px 1px 12px #ffbb3e;
}

.register {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #443e32;
  color: #b9944f;
}

.register:hover {
  color: #ffbb3e;
}

.login {
  color: #b9944f;
}

.login:hover {
  color: #ffbb3e;
}

.section-title-block {
  padding: 10px;
  background-color: #11121b;
  background-image: url('../images/Section-Title-BG.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.section-title-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  text-shadow: 1px 1px 20px rgba(255, 0, 0, 0.66);
}

.content-body {
  padding: 10px;
}

.content-body.news {
  padding-bottom: 0px;
}

.content-body.welcome-message {
  padding: 40px;
}

.content-body.buttons {
  padding-bottom: 0px;
}

.gameplay-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #191b24;
  background-color: #09090f;
  box-shadow: inset 0 -3px 0 1px #000, 0 0 14px 2px rgba(255, 0, 4, 0.06);
}

.footer {
    margin-top: auto;
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
    padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0b0c13;
  background-image: url('../images/Frame.jpg'), url('../images/Footer.jpg');
  background-position: 50% 0%, 50% 0%;
  background-size: auto 6px, cover;
  background-repeat: repeat-x, no-repeat;
  text-align: center;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: cairo, sans-serif;
  color: #ffbb3e;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  text-shadow: 2px 0 20px #000;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #6b655a;
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  color: #ff1a1a;
  text-decoration: none;
}

.footer-logo {
  width: 25%;
  text-align: center;
}

.footer-logo:hover {
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
}

.footer-list-block {
  width: 15%;
  text-align: center;
}

.bottom-bar {
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 10px;
  border-top: 1px solid #1b1d2c;
  background-color: #10111b;
  background-image: url('../images/Frame.jpg'), -webkit-gradient(linear, left top, left bottom, from(#060607), to(#0f1014));
  background-image: url('../images/Frame.jpg'), linear-gradient(180deg, #060607, #0f1014);
  background-position: 50% 0%, 0px 0px;
  background-size: auto 6px, auto;
  background-repeat: repeat-x, repeat;
  box-shadow: 0 -1px 0 1px #000;
  color: #6b655a;
}

.footer-right-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-text {
  margin-left: 20px;
  color: #6b655a;
}

.bottom-text:hover {
  color: #ffbb3e;
}

.button {
  display: inline-block;
  padding: 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #3f0000;
  background-color: #ff1a1a;
  background-image: url('../images/Button-Background.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 0 0 11px 0 #000, inset 0 0 0 1px #000;
  color: #e2e2e2;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
    text-align: center;
}

.button:hover {
  border-color: #ec0000;
  box-shadow: 0 0 11px 0 rgba(255, 0, 0, 0.3), inset 0 0 0 1px #000;
  color: #ffbb3e;
  text-shadow: 1px 1px 14px rgba(255, 187, 62, 0.6);
}

.button.download {
  font-size: 16px;
}

.left-column {
  padding-left: 0px;
}

.right-column {
  padding-right: 0px;
}

.cta-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #17181f;
  background-image: url('../images/CTA-Background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ff1a1a;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  text-transform: none;
  text-shadow: 0 0 20px #000, 0 0 15px #000;
}

.red {
  color: #ff1a1a;
}

.large-paragraph {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.key-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffbb3e;
  font-size: 72px;
  line-height: 62px;
  text-align: center;
  text-shadow: 1px 1px 20px rgba(255, 187, 62, 0.14);
}

.worker-sub-heading {
  margin-top: 0px;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  text-shadow: 1px 1px 20px #000;
}

.news-post-block {
  margin-bottom: 10px;
  padding: 10px 10px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1c27;
  background-color: #0f0f14;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.64);
}

.news-post-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -9px -9px 10px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #3f0001;
  background-color: #09090e;
}

.news-title {
  margin-top: 0px;
  margin-bottom: 2px;
  color: #ffbb3e;
  font-size: 21px;
}

.header-text {
  width: 60%;
  margin-top: 10px;
  color: #e2e2e2;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.header-text.hide {
  display: none;
}

.huge-paragraph {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.scroll-down {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 80px;
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/arrow-down.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.24;
}

.quick-link-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: red;
  background-image: url('../images/Quick-Link-Buttons.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 20px 20px #000;
  font-size: 26px;
  text-align: center;
}

.quick-link-button.discord {
  margin-bottom: 10px;
  border-color: #3b466d;
  box-shadow: 0 0 20px 3px #000, inset 0 0 20px 20px #000;
  color: #7289da;
}

.quick-link-button.discord:hover {
  border-color: #7289da;
}

.quick-link-button.forums {
  margin-bottom: 10px;
  border-color: #6d0909;
  box-shadow: 0 0 20px 3px #000, inset 0 0 20px 20px #000;
  color: #ff1a1a;
}

.quick-link-button.forums:hover {
  border-color: red;
}

.quick-link-button.download {
  margin-bottom: 10px;
  border-color: #695734;
  box-shadow: 0 0 20px 3px #000, inset 0 0 20px 20px #000;
  color: #7289da;
}

.quick-link-button.download:hover {
  border-color: gold;
}

.button-sub-text {
  color: #fff;
  font-size: 14px;
}

.button-title {
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 17px rgba(114, 137, 218, 0.6);
}

.button-title.forums {
  text-shadow: 1px 1px 17px rgba(255, 9, 9, 0.39);
}

.button-title.download {
  color: #ffbb3e;
  text-shadow: 1px 1px 17px rgba(255, 187, 62, 0.52);
}

.key-points-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.download-content-section {
  margin-top: 20px;
  margin-bottom: 40px;
}

.download-options {
  display: -ms-grid;
  display: grid;
  width: 60%;
  margin: 40px auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 39px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.download-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffbb3e;
  text-align: center;
}

.download-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1c27;
  background-color: #0f0f14;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.64);
  text-align: center;
}

.download-block:hover {
  border-color: #ff1a1a;
  background-color: #14151b;
  box-shadow: 0 0 20px -8px rgba(255, 0, 0, 0.77), inset 0 0 0 1px rgba(0, 0, 0, 0.64);
}

.download-sub-text {
  color: #fff;
}

.download-image {
  width: 150px;
  height: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.recommended-block {
  position: absolute;
  left: auto;
  top: -15px;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 60%;
  height: 28px;
  background-color: #155d06;
  font-family: cairo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container.navigation-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .container.worker-system-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation-link {
    display: block;
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: solid none;
    border-color: #10121f;
    background-color: transparent;
    box-shadow: inset 1px 1px 3px 0 #000;
    line-height: 22px;
  }
  .nav-menu {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #0c0d13;
    text-align: center;
  }
  .logo.mobile {
    display: block;
    width: 300px;
    height: 140px;
  }
  .logo.desktop {
    display: none;
  }
  .play-button {
    top: 50px;
  }
  .header-content {
    width: 90%;
  }
  .large-heading {
    font-size: 100px;
  }
  .content-body.welcome-message {
    padding-right: 20px;
    padding-left: 20px;
  }
  .icon {
    font-size: 40px;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #ff1a1a;
  }
  .footer-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-logo {
    width: 35%;
  }
  .left-column {
    padding-right: 10px;
  }
  .right-column {
    padding-right: 0px;
    padding-left: 10px;
  }
  .cta-heading {
    font-size: 32px;
  }
  .header-text {
    width: 80%;
  }
  .button-sub-text {
    font-size: 13px;
  }
  .button-title {
    font-size: 16px;
  }
  .key-points-grid {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }
  .download-options {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .recommended-block {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container.bottom-bar-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.worker-system-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo.mobile {
    height: 130px;
  }
  .play-button {
    top: 40px;
  }
  .header-section {
    height: 550px;
  }
  .header-content {
    width: 90%;
  }
  .large-heading {
    font-size: 72px;
    line-height: 62px;
  }
  .sub-heading {
    font-size: 50px;
    line-height: 50px;
  }
  .countdown-block {
    width: 100%;
    margin-top: 40px;
  }
  .countdown-box {
    margin-right: 0px;
    margin-left: 0px;
  }
  .icon {
    font-size: 34px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer-container {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .footer-title {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .footer-logo {
    width: 100%;
  }
  .footer-list-block {
    width: 100%;
  }
  .bottom-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bottom-text {
    margin-right: 10px;
    margin-left: 10px;
  }
  .left-column {
    padding-right: 0px;
  }
  .right-column {
    padding-left: 0px;
  }
  .cta-heading {
    font-size: 32px;
    line-height: 32px;
  }
  .key-heading {
    font-size: 52px;
    line-height: 42px;
  }
  .worker-sub-heading {
    font-size: 26px;
    line-height: 42px;
  }
  .scroll-down {
    bottom: 60px;
  }
  .key-points-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .download-options {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .container.top-bar-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.bottom-bar-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 22px;
  }
  .navigation-link {
    line-height: 17px;
  }
  .logo.mobile {
    height: 110px;
  }
  .play-button {
    top: 30px;
  }
  .play-button.hide-mobile {
    display: none;
  }
  .header-section {
    height: 450px;
    background-position: 0% 100%;
  }
  .header-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .large-heading {
    font-size: 40px;
    line-height: 46px;
  }
  .sub-heading {
    font-size: 32px;
    line-height: 32px;
  }
  .countdown-block {
    display: -ms-grid;
    display: grid;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .countdown-box {
    padding-right: 10px;
    padding-left: 10px;
  }
  .countdown-number {
    font-size: 32px;
    line-height: 34px;
  }
  .countdown-text {
    font-size: 16px;
  }
  .section-title-text {
    font-size: 18px;
  }
  .content-body.welcome-message {
    padding: 20px 10px;
  }
  .footer {
    text-align: left;
  }
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer-right-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-text {
    margin-right: 0px;
    margin-left: 0px;
  }
  .cta-heading {
    font-size: 34px;
    line-height: 36px;
  }
  .key-heading {
    font-size: 42px;
    line-height: 36px;
  }
  .worker-sub-heading {
    margin-bottom: 0px;
    line-height: 32px;
  }
  .news-post-block {
    text-align: center;
  }
  .news-post-title-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .news-post-details-block {
    margin-bottom: 10px;
  }
  .header-text {
    width: 100%;
  }
  .huge-paragraph {
    font-size: 15px;
    line-height: 19px;
  }
  .scroll-down {
    bottom: 10px;
  }
  .key-points-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .download-block {
    text-align: center;
  }
  .download-image {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-7e53a3672a9d-a3672a7a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

.int-content {
    max-height: 100px;
        overflow-y: scroll;
}

.int-content::-webkit-scrollbar { 
    display: none;  
}

::-webkit-scrollbar {
    width: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #191b24;
    background-color: #0b0c11;
    box-shadow: inset 0 0 0 1px #000002, inset 0 0 20px -7px #000, 2px 0 14px 2px rgba(255, 0, 4, 0.06);
}
 
::-webkit-scrollbar-track {
  background: #0b0c11;
}
 
::-webkit-scrollbar-thumb {
    background: #a50d0d;
}



  .team-panel{
    position:relative;
    isolation:isolate;
    max-width: 980px;      /* schaal gerust groter/kleiner */
    margin: 60px auto;
    padding: 64px 40px 72px;
    color: var(--text);
    text-align:center;
    background:
      radial-gradient(1200px 420px at 50% 0%, rgba(212,175,55,.18), transparent 55%),
      linear-gradient(180deg,var(--leather-top) 0%, var(--leather-mid) 37%, var(--leather-bot) 100%);
    border-radius: 24px;
    box-shadow:
      0 20px 60px rgba(0,0,0,.6),
      inset 0 1px 0 rgba(255,255,255,.05);
    overflow: hidden;
  }

  /* Decoratieve frame-SVG als overlay */
  .team-panel .panel-frame{
    position:absolute;
    inset:0;
    z-index:-1;           /* achter de content */
    pointer-events:none;
  }

  .team-title{
    font-family: "Cinzel", ui-serif, Georgia, serif;
    font-weight:700;
    letter-spacing:.14em;
    font-size: clamp(20px, 2.6vw, 34px);
    color: var(--text);
    text-shadow: 0 2px 10px rgba(0,0,0,.6),
                 0 0 16px rgba(212,175,55,.25);
    margin-bottom: 34px;
  }

  .team-grid{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 36px;
    justify-items:center;
  }
  @media (max-width:860px){
    .team-grid{ grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width:560px){
    .team-grid{ grid-template-columns: 1fr; }
  }

  .member{
    width: 220px;
    padding: 16px 12px 14px;
    border-radius: 16px;
    background: rgba(0,0,0,.25);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.06),
                0 6px 18px rgba(0,0,0,.35);
    backdrop-filter: blur(2px);
  }

  /* Als je later een avatar wil plaatsen:
  .member .avatar{
    width: 84px; height:84px; border-radius:50%;
    display:block; margin: 6px auto 10px;
    box-shadow: 0 0 0 3px rgba(212,175,55,.45), 0 10px 20px rgba(0,0,0,.35);
    object-fit: cover;
  } */

  .member .name{
    margin: 6px 0 12px;
    font-weight:700;
    font-size: 15px;
    letter-spacing:.06em;
    color: var(--text);
  }
/* ---------- BADGE ICONS (vervangen van vierkantje/diamantje) ---------- */

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;                 /* ruimte tussen icoon en tekst */
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

/* Owner badge met icoon */
.badge.owner::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/owner.png") no-repeat center center / contain;
}

/* Developer badge met icoon */
.badge.developer::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/developer.png") no-repeat center center / contain;
}

/* Head Moderator badge met icoon */
.badge.headmod::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/mod.png") no-repeat center center / contain;
}

/* Server Support badge met icoon */
.badge.support::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/support.png") no-repeat center center / contain;
}
/* Community Manager badge met icoon */
.badge.community::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/admin.png") no-repeat center center / contain;
}

.badge.community {
  background: rgba(0, 140, 120, 0.35);
  border: 1px solid rgba(80, 220, 200, 0.6);
}
.badge.moderator {
  background: rgba(20, 120, 60, 0.35);          /* donkergroen */
  border: 1px solid rgba(80, 200, 140, 0.6);
  box-shadow: 0 0 10px rgba(40, 160, 100, 0.25);
}

.badge.moderator::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/mod2.png") no-repeat center center / contain;
}



.badge.owner {
  background: rgba(180, 0, 0, 0.4);
  border: 1px solid rgba(255, 80, 60, 0.6);
}

.badge.developer {
  background: rgba(212, 175, 55, 0.25);
  border: 1px solid rgba(212, 175, 55, 0.6);
}

.badge.headmod {
  background: rgba(140, 0, 255, 0.25);
  border: 1px solid rgba(180, 100, 255, 0.6);
}

.badge.support {
  background: rgba(0, 180, 255, 0.25);
  border: 1px solid rgba(80, 200, 255, 0.6);
}
.badge:hover::before {
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.5));
  transform: scale(1.1);
  transition: all 0.25s ease;
}

  .role-note{
    margin-top: 6px;
    font-size: 11px;
    color: var(--muted);
    letter-spacing:.08em;
  }
/* ----------------
   Development Team Full Section
---------------------*/

/* ---------- TEAM SECTION FRAME STYLE ---------- */
.team-section {
  position: relative;
  width: 100%;
  background:
    radial-gradient(1000px 600px at 50% 0%, rgba(120, 0, 0, 0.2), transparent 70%),
    linear-gradient(180deg, #1a0000 0%, #21090a 30%, #0b0000 100%);
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(90deg, #7c1310, #d4af37, #7c1310);
  border-image-slice: 1;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 20px 40px rgba(255,0,0,0.1);
  overflow: hidden;
}

.team-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top, rgba(212, 175, 55, 0.08), transparent 70%);
  clip-path: polygon(3% 0, 97% 0, 100% 8%, 100% 92%, 97% 100%, 3% 100%, 0 92%, 0 8%);
  border: 3px solid rgba(180, 120, 60, 0.25);
  box-shadow:
    0 0 30px rgba(0,0,0,0.8) inset,
    0 0 10px rgba(180,100,40,0.3);
  z-index: 0;
}

.team-panel {
  position: relative;
  background: linear-gradient(180deg, #150707 0%, #080202 100%);
  border-radius: 12px;
  padding: 60px 40px 72px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.05),
              0 15px 60px rgba(0,0,0,0.8);
  width: 90%;
  max-width: 1100px;
  z-index: 1;
}


/* diamantje onderaan */
.team-section::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 18px;
  height: 18px;
  background: #d1463a;
  border: 2px solid #ffeed1;
  box-shadow: 0 0 16px rgba(255,80,60,0.8);
  z-index: 2;
}




.team-panel {
  background: radial-gradient(800px 300px at 50% 0%, rgba(212,175,55,.12), transparent 55%),
              linear-gradient(180deg, #1a0e16 0%, #0c062e 100%);
  border-radius: 24px;
  padding: 60px 40px 72px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .6);
  width: 90%;
  max-width: 1100px;
}

.avatar {
  width: 90px;              /* hoe groot je cirkel moet zijn */
  height: 90px;
  border-radius: 50%;       /* maakt 'm rond */
  object-fit: cover;        /* vult de cirkel, snijdt de rest netjes af */
  display: block;
  margin: 6px auto 12px;
  box-shadow:
    0 0 0 3px rgba(212, 175, 55, 0.45),
    0 10px 20px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #000;   /* als de foto transparant is */
}

.avatar:hover {
  transform: scale(1.08);
  box-shadow:
    0 0 0 3px rgba(255, 200, 120, 0.7),
    0 15px 25px rgba(0, 0, 0, 0.45);
}

/* Custom addons */

input, .form-control {
  background-color: #0f0f14;
  border: 1px solid #3f0000;
  box-shadow: 0 0 11px 0 #000, inset 0 0 0 1px #000;
  color: #968e7f;
}

input:active, input:hover, .form-control:hover, .form-control:active, input:focus, .form-control:focus {
  border-color: #ec0000;
  color: #ffbb3e;
  background-color: #101014;
  box-shadow: 0 0 11px 0 #000, inset 0 0 0 1px #000;
}

table, .table, table.table {
  box-shadow: 0 0 11px rgba(0,0,0,0.3), 0 1px 3px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.03) inset;
  border-radius: 0px;
  background: #0f0f14;
  border: 0 !important;
  color: #968e7f;
}