* {
  box-sizing: border-box;
}

.shadow {
  font-size: 1.8rem;
  line-height: 1.2;
  text-shadow: -3px -3px 0 white, -3px -2px 0 white, -3px -1px 0 white, -3px 0px 0 white, -3px 1px 0 white, -3px 2px 0 white, -3px 3px 0 white, -2px -3px 0 white, -2px -2px 0 white, -2px -1px 0 white, -2px 0px 0 white, -2px 1px 0 white, -2px 2px 0 white, -2px 3px 0 white, -1px -3px 0 white, -1px -2px 0 white, -1px -1px 0 white, -1px 0px 0 white, -1px 1px 0 white, -1px 2px 0 white, -1px 3px 0 white, 0px -3px 0 white, 0px -2px 0 white, 0px -1px 0 white, 0px 0px 0 white, 0px 1px 0 white, 0px 2px 0 white, 0px 3px 0 white, 1px -3px 0 white, 1px -2px 0 white, 1px -1px 0 white, 1px 0px 0 white, 1px 1px 0 white, 1px 2px 0 white, 1px 3px 0 white, 2px -3px 0 white, 2px -2px 0 white, 2px -1px 0 white, 2px 0px 0 white, 2px 1px 0 white, 2px 2px 0 white, 2px 3px 0 white, 3px -3px 0 white, 3px -2px 0 white, 3px -1px 0 white, 3px 0px 0 white, 3px 1px 0 white, 3px 2px 0 white, 3px 3px 0 white, 0px 7px 1px rgba(0, 0, 0, 0.21);
  color: #fff0cf;
}
.shadow div {
  margin: 4px;
}
.shadow span {
  color: #e43a20;
}

@font-face {
  font-family: "uni_05_53";
  src: url("/assets/fonts/uni_05_53.eot");
  src: url("/assets/fonts/uni_05_53.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/uni_05_53.woff2") format("woff2"), url("/assets/fonts/uni_05_53.woff") format("woff"), url("/assets/fonts/uni_05_53.ttf") format("truetype"), url("/assets/fonts/uni_05_53.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-01FF;
  font-display: swap;
}
@font-face {
  font-family: "minecraftfont";
  src: local("minecraftfont"), url("/game/assets/font/minecraftio.ttf") format("truetype");
  font-display: swap;
}
html {
  font-family: "minecraftfont", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #fff0cf;
  -webkit-font-smoothing: none;
  width: 100%;
  position: relative;
}
html body {
  width: 100%;
  background-color: #0D0D0E;
}
html body #wrapper {
  font-size: 20px;
}

.video-wrap {
  position: fixed;
  top: 0;
  z-index: -1;
  overflow: hidden;
  width: 100vw;
}

.video {
  position: fixed;
  object-fit: cover;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
}

img {
  image-rendering: pixelated;
}

.container {
  display: flex;
  max-width: 960px;
  padding: 0 30px;
  margin: 0 auto;
}

a {
  color: #fff0cf;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1rem;
}
a:hover {
  color: #ffee5f;
}

h2 {
  margin: 0;
  font-size: 3.6rem;
  line-height: 1em;
  padding: 20px 0;
  color: #fff0cf;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffee5f;
  text-align: center;
}

button,
a.button {
  height: 70px;
  width: 260px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background: #e43a20;
  color: #fff0cf;
  font-family: "minecraftfont", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: none;
  font-size: 1.8rem;
  line-height: 1.2rem;
  box-shadow: 0 0 0 3px #3e1009;
  border-bottom: 6px solid maroon;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding-top: 4px;
  border-radius: 0;
  text-transform: uppercase;
}
button:focus,
a.button:focus {
  background: #ba2c17;
  outline: transparent auto 0;
  border-bottom: 0;
  border-top: 6px solid #e43a20;
}
button:before,
a.button:before {
  left: 50%;
  top: 50%;
  background: #fff;
  content: "";
  height: 155px;
  opacity: 0.2;
  position: absolute;
  transform-origin: 50% 50%;
  transform: translateX(-320px) rotate(35deg) translate(-50%, -50%);
  transition: none;
  width: 30px;
  z-index: 1;
  pointer-events: none;
}
button:hover,
a.button:hover {
  background: #da341a;
  text-decoration: none;
}
button:hover:before,
a.button:hover:before {
  transition: transform 0.2s linear;
  transform: translateX(320px) rotate(35deg) translate(-50%, -50%);
}

.tibrr-cookie-consent-text {
  font-size: 15px;
}
.tibrr-cookie-consent-text a {
  font-size: inherit;
  text-decoration: underline;
}

.tibrr-cookie-consent-button button {
  display: inline-block;
  font-size: normal;
  text-transform: none;
  height: auto;
  width: auto;
  box-shadow: none;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
header .container {
  background-color: rgba(10, 11, 13, 0.81);
  position: relative;
}
header .container:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../assets/images/header/Orn_D.png") no-repeat top left;
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
}
header .container:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotateY(180deg);
  background: url("../assets/images/header/Orn_D.png") no-repeat top left;
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
}
header .container .nav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  height: 76px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 28px;
}
header .container .nav a {
  min-width: 14%;
  text-align: center;
}
header .container .nav a.logo {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 320px;
  max-width: 100%;
}
header .container .nav a.logo div {
  top: 0;
  transform: translateX(-50%);
  display: inline-block;
  position: absolute;
  width: 100%;
  max-width: 369px;
  height: 193px;
  background: url("../assets/images/header/vikings_village1.png") no-repeat;
  background-size: 100% 1928px;
  animation: play 1s steps(10) infinite;
}

#main {
  background-color: rgba(10, 11, 13, 0.7);
  position: relative;
  height: 700px;
  overflow: hidden;
}
#main:after {
  content: "";
  position: absolute;
  width: 565px;
  height: 40px;
  background: url("../assets/images/main/Over_back.png") no-repeat top left;
  background-size: 565px 40px;
  bottom: 0;
  left: 0;
}
#main:before {
  content: "";
  position: absolute;
  width: 565px;
  height: 40px;
  transform: rotateY(180deg);
  background: url("../assets/images/main/Over_back.png") no-repeat top left;
  background-size: 565px 40px;
  bottom: 0;
  right: 0;
}
#main .social {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  height: 230px;
  top: 257px;
  right: 30px;
}
#main .social a {
  opacity: 0;
}
#main .social img {
  width: 40px;
  height: 40px;
}
#main .container {
  flex-direction: column;
  align-items: center;
  padding-top: 260px;
}
#main .container .title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#main .container .title h2 {
  opacity: 0;
}
#main .container .title img {
  opacity: 0;
  margin-left: 50px;
  margin-top: 10px;
}
#main .container h3 {
  opacity: 0;
  margin-top: 56px;
}
#main .container a.button {
  opacity: 0;
}

#about {
  background-color: rgba(10, 11, 13, 0.81);
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
}
#about:after {
  content: "";
  position: absolute;
  width: 565px;
  height: 40px;
  transform: rotateX(180deg);
  background: url("../assets/images/main/Over_back.png") no-repeat top left;
  background-size: 565px 40px;
  top: 0;
  left: 0;
}
#about:before {
  content: "";
  position: absolute;
  width: 565px;
  height: 40px;
  transform: rotate(180deg);
  background: url("../assets/images/main/Over_back.png") no-repeat top left;
  background-size: 565px 40px;
  top: 0;
  right: 0;
}
#about a.button {
  font-size: 0.9rem;
  height: 52px;
  width: 242px;
}
#about p {
  line-height: 2.4rem;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 50px;
  margin-bottom: 105px;
}
#about p strong {
  font-weight: normal;
  color: #ffee5f;
}
#about span {
  font-size: 1.6rem;
  line-height: normal;
  text-transform: uppercase;
}
#about .container {
  flex-direction: column;
  z-index: 10;
  padding: 0;
}
#about .deGame {
  z-index: 10;
  width: 100%;
  padding-top: 90px;
}
#about .deGame h3 {
  opacity: 0;
  text-transform: none;
}
#about .deGame p {
  opacity: 0;
}
#about .pass1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 483px;
  left: 53%;
  width: 50%;
  opacity: 0;
}
#about .pass1 img {
  width: 929px;
  height: 426px;
}
#about .pass1 .bg {
  width: calc(100% - 929px);
  background: #0D0D0E;
  height: 426px;
}
#about .online {
  z-index: 10;
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  margin: 99px 0;
}
#about .online .text-wrapper {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  align-items: flex-end;
}
#about .online .text-wrapper span {
  margin-top: 18px;
  opacity: 0;
}
#about .online .text-wrapper h3 {
  opacity: 0;
  margin-top: 8px;
  margin-bottom: 43px;
}
#about .online .text-wrapper a {
  opacity: 0;
  align-self: flex-end;
}
#about .online .img-wrapper {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-end;
  align-items: flex-end;
}
#about .online .img-wrapper img {
  opacity: 0;
  margin-right: -30px;
  height: 228px;
  width: 366px;
}
#about .pass2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 999px;
  right: 53%;
  width: 47%;
  opacity: 0;
}
#about .pass2 img {
  transform: rotateY(180deg);
  width: 929px;
  height: 426px;
  position: absolute;
  right: 0;
  top: 0;
}
#about .pass2 .bg {
  width: calc(100% - 929px);
  background: #0D0D0E;
  height: 426px;
}
#about .skills {
  z-index: 10;
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  margin-top: 90px;
  padding-top: 96px;
  padding-bottom: 90px;
}
#about .skills .text-wrapper {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  align-items: flex-start;
}
#about .skills .text-wrapper h3 {
  opacity: 0;
  margin-top: 7px;
  margin-bottom: 7px;
}
#about .skills .text-wrapper span {
  opacity: 0;
}
#about .skills .text-wrapper span strong {
  color: #ffee5f;
  font-weight: normal;
}
#about .skills .text-wrapper a.button {
  opacity: 0;
  margin-top: 48px;
  width: 303px;
}
#about .skills .img-wrapper {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-start;
  align-items: flex-start;
}
#about .skills .img-wrapper img {
  opacity: 0;
  width: 306px;
  height: 240px;
}
#about .pass3 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 1515px;
  left: 53%;
  width: 50%;
  opacity: 0;
}
#about .pass3 img {
  width: 929px;
  height: 426px;
}
#about .pass3 .bg {
  width: calc(100% - 929px);
  background: #0D0D0E;
  height: 426px;
}
#about .watch {
  z-index: 10;
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  margin-top: 90px;
  padding: 69px 0;
}
#about .watch .text-wrapper {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  align-items: flex-end;
}
#about .watch .text-wrapper span {
  opacity: 0;
  margin-top: 31px;
}
#about .watch .text-wrapper h3 {
  opacity: 0;
  margin-top: 9px;
  margin-bottom: 48px;
}
#about .watch .text-wrapper a {
  opacity: 0;
  width: 426px;
}
#about .watch .img-wrapper {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-end;
  align-items: flex-end;
}
#about .watch .img-wrapper img {
  opacity: 0;
  width: 256px;
  height: 288px;
}
#about .hall {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 403px;
}
#about .hall img {
  opacity: 0;
  margin-left: 39px;
  margin-right: 41px;
}
#about .hall span, #about .hall h3 {
  opacity: 0;
  flex-basis: 360px;
}
#about .hall h3 {
  text-align: left;
}
#about .hall span {
  text-align: right;
}
#about .hall a.button {
  opacity: 0;
  margin-top: 60px;
}

#carousel {
  position: relative;
  background-color: #0D0D0E;
  height: 791px;
  overflow: hidden;
}
#carousel .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#carousel .container .title {
  margin-top: 90px;
  text-align: center;
  opacity: 0;
}
#carousel .container .title span {
  font-size: 1.8rem;
  text-transform: uppercase;
}
#carousel .swiper-container {
  position: relative;
  width: 100%;
  margin: 50px 0 20px 0;
}
#carousel .swiper-wrapper .swiper-slide {
  width: 768px;
  position: relative;
}
#carousel .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #0D0D0E;
  opacity: 0.85;
}
#carousel .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#carousel .swiper-wrapper .swiper-slide.play iframe {
  width: 768px;
  height: 432px;
}
#carousel .swiper-wrapper .swiper-slide.play.swiper-slide-active::after {
  display: none;
}
#carousel .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #0D0D0E;
  opacity: 0.3;
}
#carousel a.button {
  margin: 0 auto;
  font-size: 1rem;
  width: 222px;
  text-align: center;
}
#carousel .swiper-pagination {
  display: flex;
  justify-content: center;
}
#carousel .swiper-pagination-bullet {
  display: inline-block;
  outline: none;
}
#carousel .swiper-slide.play.loaded img {
  display: none;
}
#carousel .swiper-button-prev, #carousel .swiper-button-next {
  z-index: 1;
  outline: none;
  cursor: pointer;
  height: 105px;
  transform: none;
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../assets/images/carousel/arrow.png");
  background-size: 40px 105px;
  transition: all 0.1s ease-in-out;
  background-repeat: no-repeat;
}
#carousel .swiper-button-prev:after, #carousel .swiper-button-next:after {
  content: none;
}
#carousel .swiper-button-disabled {
  opacity: 0.5;
}
#carousel .swiper-button-prev {
  left: calc(50% - 510px);
}
#carousel .swiper-button-prev:hover {
  left: calc(50% - 515px);
}
#carousel .swiper-button-next {
  transform: scaleX(-1);
  right: calc(50% - 510px);
}
#carousel .swiper-button-next:hover {
  right: calc(50% - 515px);
}
#carousel .swiper-pagination {
  width: 100%;
  margin: 0 auto;
}
#carousel .swiper-pagination-bullet {
  border-radius: 0;
  width: 34px;
  height: 35px;
  text-align: center;
  font-size: 0;
  opacity: 1;
  margin: 0 8px;
  background: url("../assets/images/carousel/pagination-bullet.png");
}
#carousel .swiper-pagination-bullet-active {
  background: url("../assets/images/carousel/pagination-bullet-active.png");
}

section#testimonials {
  background: #0D0D0E;
  padding-top: 100px;
  padding-bottom: 115px;
  position: relative;
  z-index: 10;
}
section#testimonials:after {
  content: "";
  position: absolute;
  width: 565px;
  height: 426px;
  z-index: 1;
  transform: rotateY(180deg);
  background: url("../assets/images/about/pas-bg.png") no-repeat top left;
  background-size: 929px 426px;
  top: -40px;
}
section#testimonials:before {
  content: "";
  position: absolute;
  width: 565px;
  height: 426px;
  background: url("../assets/images/about/pas-bg.png") no-repeat top left;
  background-size: 929px 426px;
  top: -40px;
  right: 0;
  z-index: 1;
}
section#testimonials .container {
  max-width: 1111px;
  padding: 0;
  justify-content: space-between;
  align-content: center;
  z-index: 10;
}
section#testimonials .entry {
  opacity: 0;
  display: flex;
  align-items: center;
  flex-basis: 360px;
  position: relative;
  z-index: 10;
}
section#testimonials .entry .laurel_left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 104px;
  background: url("../assets/images/testimonials/laurel.png") no-repeat top left;
}
section#testimonials .entry .laurel_right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
  width: 60px;
  height: 104px;
  background: url("../assets/images/testimonials/laurel.png") no-repeat top left;
}
section#testimonials .entry p {
  font-family: "uni_05_53", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff0cf;
  text-align: center;
  margin: 0 45px;
  line-height: normal;
}
section#testimonials .entry p strong {
  display: inline-block;
  width: 100%;
  color: #ffee5f;
  font-weight: 400;
}

img {
  max-width: 100%;
}

section#blog {
  min-height: 820px;
  background-color: rgba(10, 11, 13, 0.81);
  position: relative;
  overflow: hidden;
}
section#blog a, section#blog h3, section#blog h5, section#blog h6 {
  color: #ffee5f;
  margin: 0;
}
section#blog .pod-head a {
  font-size: 2rem;
  line-height: 1em;
}
section#blog .pod-head svg {
  display: none;
  visibility: none;
}
section#blog .pod-body {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 7px;
  padding: 12px 40px !important;
  max-width: 640px;
  width: 100%;
  text-align: left;
}
section#blog .pod-body img, section#blog .pod-body iframe {
  width: 100%;
  margin: 20px auto;
}
section#blog:after {
  content: "";
  position: absolute;
  width: 565px;
  height: 40px;
  background: url("../assets/images/main/Over_back.png") no-repeat top left;
  background-size: 565px 40px;
  bottom: 0;
  left: 0;
}
section#blog:before {
  content: "";
  position: absolute;
  width: 565px;
  height: 40px;
  transform: rotateY(180deg);
  background: url("../assets/images/main/Over_back.png") no-repeat top left;
  background-size: 565px 40px;
  bottom: 0;
  right: 0;
}
section#blog .container {
  flex-direction: column;
  padding: 0;
  letter-spacing: 1px;
  align-items: center;
  text-align: center;
  margin-bottom: 80px;
}
section#blog .container .title {
  opacity: 0;
  margin-top: 83px;
  margin-bottom: 32px;
}
section#blog .container .article-wrapper {
  background: #0f100e;
  opacity: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
  min-height: 240px;
}
section#blog .container .article-wrapper .article-title {
  padding: 35px 30px 0 30px;
  width: 660px;
  float: right;
  text-align: left;
  color: #ffee5f;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}
section#blog .container .article-wrapper .article-date {
  padding: 35px 30px 0 30px;
  width: 660px;
  text-align: left;
  float: right;
  font-size: 1.2rem;
  color: #7e786b;
  font-weight: 400;
}
section#blog .container .article-wrapper .article-content img:first-child {
  float: left;
  width: 300px;
  padding: 0;
}
section#blog .container .article-wrapper .article-content p, section#blog .container .article-wrapper .article-content ul, section#blog .container .article-wrapper .article-content h1, section#blog .container .article-wrapper .article-content h2, section#blog .container .article-wrapper .article-content h3 {
  padding: 35px 30px 0 30px;
  margin: 0;
  list-style: disc;
  list-style-position: inside;
  text-align: left;
  float: right;
  width: 660px;
}
section#blog .container .article-wrapper .article-content p > img {
  padding: 20px 0;
  margin: 0 auto;
}
section#blog .container .article-wrapper .article-content p > img:first-child {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
section#blog .container a.button {
  margin-bottom: 70px;
  font-size: 0.9rem;
  width: 242px;
  height: 52px;
  margin-top: 15px;
}

body.blog section#blog {
  min-height: 4645px;
  margin-bottom: 50px;
}
body.blog section#blog .container {
  margin-top: 120px;
}
body.blog section#blog .container .title {
  opacity: 1;
}
body.blog section#blog .container .article-wrapper {
  opacity: 1;
  position: relative;
  padding: 30px;
  text-align: center;
}
body.blog section#blog .container .article-wrapper * {
  line-height: 1.5em;
}
body.blog section#blog .container .article-wrapper *:not(li):not(ol):not(ul) {
  text-align: center;
}
body.blog section#blog .container .article-wrapper ol, body.blog section#blog .container .article-wrapper ul {
  max-width: 70%;
}
body.blog section#blog .container .article-wrapper li, body.blog section#blog .container .article-wrapper ol, body.blog section#blog .container .article-wrapper ul {
  text-align: left;
}
body.blog section#blog .container .article-wrapper .article-avatar {
  width: 200px;
  height: 200px;
  border-radius: 50% 50%;
  overflow: hidden;
}
body.blog section#blog .container .article-wrapper .article-title {
  padding: 0 0 20px 0;
  width: 100%;
  float: none;
  color: #ffee5f;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}
body.blog section#blog .container .article-wrapper .article-date {
  padding: 0 0 20px 0;
  width: 100%;
  float: none;
  font-size: 1.2rem;
  color: #7e786b;
  font-weight: 400;
}
body.blog section#blog .container .article-wrapper .article-content {
  padding: 0 0 20px 0;
}
body.blog section#blog .container .article-wrapper .article-content > * + * {
  padding: 20px 0 0 0;
}
body.blog section#blog .container .article-wrapper .article-content img:first-child {
  float: none;
  width: auto;
}
body.blog section#blog .container .article-wrapper .article-content ul, body.blog section#blog .container .article-wrapper .article-content ol {
  display: inline-block;
}
body.blog section#blog .container .article-wrapper .article-content p, body.blog section#blog .container .article-wrapper .article-content ul, body.blog section#blog .container .article-wrapper .article-content ol, body.blog section#blog .container .article-wrapper .article-content li, body.blog section#blog .container .article-wrapper .article-content h1, body.blog section#blog .container .article-wrapper .article-content h2, body.blog section#blog .container .article-wrapper .article-content h3 {
  margin: 0;
  list-style-type: disc;
  float: none;
}
body.blog section#blog .container .article-wrapper .article-content h1, body.blog section#blog .container .article-wrapper .article-content h2, body.blog section#blog .container .article-wrapper .article-content h3 {
  padding: 0 0 30px 0;
}
body.blog section#blog .container .article-wrapper .article-content p {
  width: 100%;
}
body.blog section#blog .container .article-wrapper .article-content p > img {
  display: flex;
  margin: 0 auto;
}
body.blog section#blog .container .article-wrapper .article-content p > img:first-child {
  display: flex;
  margin: 0 auto;
  position: static;
  top: auto;
  left: auto;
}
body.blog section#blog .container a.button {
  display: none;
}

section#contact {
  background: #0D0D0E;
  letter-spacing: 1px;
  padding-top: 86px;
}
section#contact .container {
  flex-direction: column;
  align-items: center;
}
section#contact .container .title {
  color: #fff0cf;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
section#contact .container .title h3 {
  opacity: 0;
  font-size: 2.4rem;
  color: #fff0cf;
  margin-top: 4px;
}
section#contact .container .title span {
  opacity: 0;
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 1.8rem;
}
section#contact .container .title strong {
  font-weight: 400;
  color: #ffee5f;
}
section#contact .container .social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 47px;
}
section#contact .container .social a {
  opacity: 0;
  margin: 0 23px;
}
section#contact .container .social a img {
  width: 80px;
  height: 80px;
}
section#contact .container .viking-wrapper {
  opacity: 0;
  height: 274px;
  width: 156px;
}
section#contact .container .viking-wrapper img {
  height: 316px;
  width: 156px;
}

section#team {
  background-color: rgba(10, 11, 13, 0.81);
  letter-spacing: 1px;
  padding-top: 140px;
  padding-bottom: 60px;
}
section#team .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section#team .container img {
  opacity: 0;
  width: 290px;
  height: 50px;
}
section#team .container h4.email {
  opacity: 0;
  font-size: 1.5rem;
  color: #ffee5f;
  margin: 45px 0 0;
  font-weight: 400;
}

footer {
  letter-spacing: 1px;
  background: #0D0D0E;
}
footer .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 50%;
}
footer .text {
  width: 50%;
  text-align: right;
  font-weight: 400;
  color: #7e786b;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 31px 0;
}
footer .text span {
  color: #ffee5f;
}

@media (max-width: 1366px) {
  html body {
    width: 100%;
  }
  html body #wrapper {
    font-size: 14px;
  }

  @keyframes play2 {
    100% {
      background-position: 0 -1595px;
    }
  }
  .container {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
  }

  button, a.button {
    height: 56px;
    width: 208px;
  }

  header .container .nav {
    height: 60.8px;
  }
  header .container .nav .logo div {
    width: 306px;
    height: 160px;
    background-size: 295.2px 1595px;
    animation: play2 1s steps(10) infinite;
  }

  #main {
    height: 560px;
  }
  #main:after {
    width: 452px;
    height: 32px;
    background-size: 452px 32px;
  }
  #main:before {
    width: 452px;
    height: 32px;
    background-size: 452px 32px;
  }
  #main .social {
    height: 230px;
    top: 205.6px;
  }
  #main .social img {
    width: 40px;
    height: 40px;
  }
  #main .container {
    padding-top: 208px;
  }
  #main .container .title {
    margin-bottom: 24px;
    margin-left: 15px;
    margin-right: 15px;
  }
  #main .container .title img {
    margin-left: 30px;
  }
  #main .container h3 {
    margin-top: 44.8px;
  }

  #carousel {
    height: 632.8px;
  }
  #carousel .container .title {
    margin-top: 72px;
  }
  #carousel .swiper-container {
    width: 100%;
    margin: 50px 0 20px 0;
  }
  #carousel .swiper-wrapper .swiper-slide {
    width: 614.4px;
  }
  #carousel .swiper-wrapper .swiper-slide.play iframe {
    width: 614.4px;
    height: 345.6px;
  }
  #carousel a.button {
    width: 177.6px;
  }
  #carousel .swiper-button-prev, #carousel .swiper-button-next {
    height: 84px;
    top: calc(50% - 24px);
    width: 48px;
    background-size: 24px 76px;
  }
  #carousel .swiper-button-prev {
    left: calc(50% - 408px);
  }
  #carousel .swiper-button-prev:hover {
    left: calc(50% - 412px);
  }
  #carousel .swiper-button-next {
    right: calc(50% - 408px);
  }
  #carousel .swiper-button-next:hover {
    right: calc(50% - 412px);
  }

  #about:after {
    width: 452px;
    height: 32px;
    background-size: 452px 32px;
  }
  #about:before {
    width: 452px;
    height: 32px;
    background-size: 452px 32px;
  }
  #about a.button {
    height: 41.6px;
    width: 193.6px;
  }
  #about p {
    margin-top: 40px;
    margin-bottom: 84px;
  }
  #about .deGame {
    z-index: 10;
    width: 100%;
    padding-top: 72px;
  }
  #about .pass1 {
    top: 386.4px;
  }
  #about .pass1 img {
    width: 743.2px;
    height: 340.8px;
  }
  #about .pass1 .bg {
    width: calc(100% - 743.2px);
    height: 340.8px;
  }
  #about .online {
    margin: 79.2px 0;
  }
  #about .online .text-wrapper span {
    margin-top: 14.4px;
  }
  #about .online .img-wrapper img {
    margin-right: -24px;
    height: 182.4px;
    width: 292.8px;
  }
  #about .pass2 {
    top: 799.2px;
  }
  #about .pass2 img {
    width: 743.2px;
    height: 340.8px;
  }
  #about .pass2 .bg {
    width: calc(100% - 743.2px);
    height: 340.8px;
  }
  #about .skills {
    margin-top: 72px;
    padding-top: 76.8px;
    padding-bottom: 72px;
  }
  #about .skills .text-wrapper h3 {
    margin-top: 8.8px;
    margin-bottom: 3.2px;
  }
  #about .skills .text-wrapper a.button {
    opacity: 0;
    margin-top: 38.4px;
    width: 242.4px;
  }
  #about .skills .img-wrapper img {
    opacity: 0;
    width: 244.8px;
    height: 192px;
  }
  #about .pass3 {
    top: 1212px;
  }
  #about .pass3 img {
    width: 743.2px;
    height: 340.8px;
  }
  #about .pass3 .bg {
    width: calc(100% - 743.2px);
    height: 340.8px;
  }
  #about .watch {
    margin-top: 72px;
    padding: 55.2px 0;
  }
  #about .watch .text-wrapper span {
    margin-top: 24.8px;
  }
  #about .watch .text-wrapper h3 {
    margin-top: 7.2px;
    margin-bottom: 38.4px;
  }
  #about .watch .text-wrapper a {
    width: 340.8px;
  }
  #about .watch .img-wrapper img {
    width: 204.8px;
    height: 230.4px;
  }
  #about .hall {
    height: 322.4px;
  }
  #about .hall img {
    margin-left: 31.2px;
    margin-right: 32.8px;
  }
  #about .hall span, #about .hall h3 {
    flex-basis: 360px;
  }
  #about .hall a.button {
    margin-top: 48px;
  }

  section#testimonials {
    padding-top: 80px;
    padding-bottom: 92px;
  }
  section#testimonials:after {
    width: 452px;
    height: 340.8px;
    background-size: 743.2px 340.8px;
    top: -32px;
  }
  section#testimonials:before {
    width: 452px;
    height: 340.8px;
    background-size: 743.2px 340.8px;
    top: -32px;
  }
  section#testimonials .container {
    max-width: 888.8px;
  }
  section#testimonials .entry {
    flex-basis: 288px;
  }
  section#testimonials .entry .laurel_left {
    width: 48px;
    height: 83.2px;
    background-size: 48px 83.2px;
  }
  section#testimonials .entry .laurel_right {
    width: 48px;
    height: 83.2px;
    background-size: 48px 83.2px;
  }
  section#testimonials .entry p {
    margin: 0 36px;
  }

  section#blog {
    min-height: 656px;
  }
  section#blog:after {
    width: 452px;
    height: 32px;
    background-size: 452px 32px;
  }
  section#blog:before {
    width: 452px;
    height: 32px;
    background-size: 452px 32px;
  }
  section#blog .container .title {
    margin-top: 66.4px;
    margin-bottom: 25.6px;
  }
  section#blog .container .article-wrapper {
    width: 100%;
  }
  section#blog .container .article-wrapper .article-title {
    padding: 28px 24px 0 22.4px;
    width: 720px;
  }
  section#blog .container .article-wrapper .article-date {
    padding: 28px 24px 0 22.4px;
    width: 720px;
  }
  section#blog .container .article-wrapper .article-content img:first-child {
    width: 240px;
  }
  section#blog .container .article-wrapper .article-content p, section#blog .container .article-wrapper .article-content ul, section#blog .container .article-wrapper .article-content h1, section#blog .container .article-wrapper .article-content h2, section#blog .container .article-wrapper .article-content h3 {
    padding: 28px 24px 0 22.4px;
    width: 720px;
  }
  section#blog .container a.button {
    width: 193.6px;
    height: 41.6px;
    margin-top: 12px;
  }

  section#contact {
    padding-top: 86px;
  }
  section#contact .container .title h3 {
    margin-top: 3px;
  }
  section#contact .container .title span {
    margin-top: 3px;
    margin-bottom: 9px;
  }
  section#contact .container .social {
    margin-top: 37.6px;
  }
  section#contact .container .social a {
    margin: 0 18.4px;
  }
  section#contact .container .social a img {
    width: 64px;
    height: 64px;
  }
  section#contact .container .viking-wrapper {
    height: 219.2px;
    width: 124.8px;
  }
  section#contact .container .viking-wrapper img {
    height: 252.8px;
    width: 124.8px;
  }

  section#team {
    padding-top: 112px;
  }
  section#team .container img {
    width: 232px;
    height: 40px;
  }
  section#team .container h4.email {
    margin: 36px 0 0;
  }

  footer .text {
    margin: 24.8px 0;
  }
}
@media (max-width: 992px) {
  .container {
    width: 768px;
    padding: 0 30px;
  }

  #wrapper {
    font-size: 14px;
  }

  #carousel .swiper-wrapper .swiper-slide {
    width: 537.6px;
  }
  #carousel .swiper-wrapper .swiper-slide.play iframe {
    width: 537.6px;
    height: 302.4px;
  }
  #carousel .swiper-button-prev {
    left: calc(50% - 357px);
  }
  #carousel .swiper-button-prev:hover {
    left: calc(50% - 357px);
  }
  #carousel .swiper-button-next {
    right: calc(50% - 357px);
  }
  #carousel .swiper-button-next:hover {
    right: calc(50% - 357px);
  }

  #about .container {
    flex-direction: column;
    z-index: 10;
    padding: 0 30px;
  }
  #about .hall span, #about .hall h3 {
    flex-basis: 280px;
  }

  section#testimonials .container {
    max-width: unset;
    width: 768px;
    height: 200px;
    padding: 0 30px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    align-content: space-between;
  }
  section#testimonials .entry {
    flex-basis: 40%;
    height: 83.2px;
    justify-content: center;
    align-items: center;
  }

  section#blog .container {
    padding: 0 30px;
  }
  section#blog .container .article-wrapper {
    width: 100%;
  }
  section#blog .container .article-wrapper .article-title {
    width: 460px;
  }
  section#blog .container .article-wrapper .article-date {
    width: 460px;
  }
  section#blog .container .article-wrapper .article-content img:first-child {
    float: left;
    width: 240px;
    padding: 0;
  }
  section#blog .container .article-wrapper .article-content p, section#blog .container .article-wrapper .article-content ul, section#blog .container .article-wrapper .article-content h1, section#blog .container .article-wrapper .article-content h2, section#blog .container .article-wrapper .article-content h3 {
    width: 460px;
  }
  section#blog .container .article-wrapper .article-content p > img:first-child {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    flex-direction: column;
    overflow: hidden;
  }

  html {
    font-size: 12px;
  }

  header .container {
    overflow: visible;
  }
  header .container .nav a:not(.logo) {
    display: none;
  }

  #main:after {
    width: 282.5px;
    height: 20px;
    background-size: 282.5px 20px;
  }
  #main:before {
    width: 282.5px;
    height: 20px;
    background-size: 282.5px 20px;
  }
  #main .social a {
    opacity: 1;
  }
  #main .container h3, #main .container a.button {
    opacity: 1;
  }
  #main .container .title img {
    opacity: 1;
    margin-left: 25px;
  }
  #main .container .title h2 {
    opacity: 1;
  }

  #main .social {
    display: none;
  }

  #carousel {
    height: 550px;
  }
  #carousel .container .title {
    opacity: 1;
  }
  #carousel .swiper-container .swiper-wrapper .swiper-slide {
    width: 390px;
  }
  #carousel .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  #carousel .swiper-container .swiper-wrapper .swiper-slide.play iframe {
    width: 390px;
    height: 214px;
  }
  #carousel .swiper-container .swiper-button-prev {
    left: calc(50% - 240px);
  }
  #carousel .swiper-container .swiper-button-next {
    right: calc(50% - 240px);
  }

  #about:after {
    width: 282.5px;
    height: 20px;
    background-size: 282.5px 20px;
  }
  #about:before {
    width: 282.5px;
    height: 20px;
    background-size: 282.5px 20px;
  }
  #about .pass1 {
    opacity: 1;
    top: 420px;
    width: 50%;
    left: 50%;
  }
  #about .pass1 img {
    width: 464.5px;
    height: 213px;
  }
  #about .pass2 {
    width: 50%;
    right: 50%;
    opacity: 1;
    top: 900px;
  }
  #about .pass2 img {
    width: 464.5px;
    height: 213px;
  }
  #about .pass3 {
    width: 50%;
    left: 50%;
    opacity: 1;
    top: 1440px;
  }
  #about .pass3 img {
    width: 464.5px;
    height: 213px;
  }
  #about .deGame {
    margin-top: 72px;
    padding-top: 0;
    height: 280px;
  }
  #about .deGame h3 {
    opacity: 1;
  }
  #about .deGame p {
    opacity: 1;
    margin-bottom: 40px;
  }
  #about .online {
    margin-bottom: 0;
    margin-top: 72px;
    flex-direction: column-reverse;
  }
  #about .online .text-wrapper {
    margin-top: 40px;
    align-items: center;
  }
  #about .online .text-wrapper span {
    opacity: 1;
  }
  #about .online .text-wrapper h3 {
    opacity: 1;
  }
  #about .online .text-wrapper a {
    font-size: 1.1rem;
    opacity: 1;
    align-self: center;
  }
  #about .online .img-wrapper {
    align-items: center;
    justify-content: center;
  }
  #about .online .img-wrapper img {
    margin-right: 0;
    opacity: 1;
  }
  #about .skills {
    margin-top: 40px;
    padding-bottom: 0;
    flex-direction: column;
    padding-top: 72px;
  }
  #about .skills .text-wrapper {
    margin-top: 40px;
    align-items: center;
  }
  #about .skills .text-wrapper span {
    opacity: 1;
  }
  #about .skills .text-wrapper h3 {
    opacity: 1;
  }
  #about .skills .text-wrapper a.button {
    font-size: 1.1rem;
    align-self: center;
    opacity: 1;
  }
  #about .skills .img-wrapper {
    justify-content: center;
  }
  #about .skills .img-wrapper img {
    opacity: 1;
  }
  #about .watch {
    margin-top: 40px;
    padding-top: 72px;
    padding-bottom: 0;
    flex-direction: column-reverse;
  }
  #about .watch .text-wrapper {
    margin-top: 40px;
    align-items: center;
  }
  #about .watch .text-wrapper span {
    opacity: 1;
  }
  #about .watch .text-wrapper h3 {
    opacity: 1;
  }
  #about .watch .text-wrapper a.button {
    font-size: 1.1rem;
    opacity: 1;
  }
  #about .watch .img-wrapper {
    justify-content: center;
  }
  #about .watch .img-wrapper img {
    opacity: 1;
  }
  #about .hall {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  #about .hall span {
    opacity: 1;
    text-align: center;
    flex-basis: 100%;
  }
  #about .hall h3 {
    text-align: center;
    flex-basis: 100%;
    opacity: 1;
  }
  #about .hall a.button {
    font-size: 1.1rem;
    opacity: 1;
  }
  #about .hall img {
    margin: 20px 0;
    opacity: 1;
  }

  section#testimonials {
    margin-top: -1px;
    padding: 80px 0 40px;
  }
  section#testimonials:after {
    width: 282.5px;
    height: 213px;
    background-size: 464.5px 213px;
    top: -20px;
  }
  section#testimonials:before {
    width: 282.5px;
    height: 213px;
    background-size: 464.5px 213px;
    top: -20px;
  }
  section#testimonials .container {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: auto;
    height: 500px;
  }
  section#testimonials .entry {
    flex-basis: 350px;
    opacity: 1;
    width: 350px;
  }
  section#blog {
    min-height: auto;
    height: auto;
    padding-bottom: 80px;
  }
  section#blog:after {
    width: 282.5px;
    height: 20px;
    background-size: 282.5px 20px;
  }
  section#blog:before {
    width: 282.5px;
    height: 20px;
    background-size: 282.5px 20px;
  }
  section#blog .container .article-wrapper {
    margin: 0 auto 40px;
  }
  section#blog .container .title, section#blog .container .article-wrapper {
    width: 400px;
    opacity: 1;
    flex-direction: column;
    height: auto;
  }
  section#blog .container .title .article-text, section#blog .container .title .article-photo, section#blog .container .article-wrapper .article-text, section#blog .container .article-wrapper .article-photo {
    flex-basis: 100%;
    width: 100%;
    height: auto;
  }
  section#blog .container .title .article-photo, section#blog .container .article-wrapper .article-photo {
    text-align: center;
  }
  section#blog .container .title .article-photo img, section#blog .container .article-wrapper .article-photo img {
    width: 100%;
    height: auto;
  }

  section#blog {
    min-height: 820px;
  }
  section#blog .container {
    flex-direction: column;
    align-items: center;
  }
  section#blog .container .article-wrapper {
    width: 400px;
  }
  section#blog .container .article-wrapper .article-title {
    width: 100%;
    text-align: center;
    float: none;
  }
  section#blog .container .article-wrapper .article-date {
    width: 100%;
    text-align: center;
    float: none;
  }
  section#blog .container .article-wrapper .article-content img:first-child {
    width: 70%;
    float: none;
  }
  section#blog .container .article-wrapper .article-content p, section#blog .container .article-wrapper .article-content ul, section#blog .container .article-wrapper .article-content h1, section#blog .container .article-wrapper .article-content h2, section#blog .container .article-wrapper .article-content h3 {
    text-align: center;
    width: 100%;
    float: none;
  }
  section#blog .container .article-wrapper .article-content p > img:first-child {
    position: static;
  }

  section#contact .container {
    overflow: visible;
  }
  section#contact .container .viking-wrapper {
    opacity: 1;
  }
  section#contact .container .title h3, section#contact .container .title span {
    opacity: 1;
  }
  section#contact .container .social a {
    margin: 6px !important;
    opacity: 1;
  }

  section#team .container img {
    opacity: 1;
  }
  section#team .container h4.email {
    opacity: 1;
  }

  footer {
    margin-top: -1px;
  }
  footer .button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
    margin-bottom: 50px;
  }
  footer .text {
    width: 100%;
    text-align: center;
  }
}
@keyframes play {
  100% {
    background-position: 0 -1928px;
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

#cookie-bar {
  position: fixed;
  z-index: 500;
  width: 395px;
  right: 10px;
  bottom: 10px;
  background-color: #f2f2f2;
  display: flex;
  border: 1px solid #bdbdbd;
}
#cookie-bar p {
  padding: 10px 45px 10px 15px;
  flex: 1;
  margin: 0;
  font-size: 14px;
  color: #696969;
}
#cookie-bar p a {
  color: #e43a20;
  text-decoration: none;
  position: relative;
  z-index: 10;
}
#cookie-bar p a:not(.cb-enable):after {
  content: "";
  height: 0%;
  width: 105%;
  border-bottom: 1px solid #e43a20;
  position: absolute;
  bottom: -2px;
  left: -2.3%;
  right: 0;
  transition: all 0.1s;
}
#cookie-bar p a:hover {
  color: white !important;
}
#cookie-bar p a:hover:not(.cb-enable):after {
  z-index: -1;
  height: 120%;
  background-color: #e43a20;
}
#cookie-bar .cb-enable {
  cursor: pointer;
  width: 35px;
  display: block;
  background-color: lightgray;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
#cookie-bar .cb-enable:hover {
  background-color: #ffee5f;
}
#cookie-bar .cb-enable:hover .check {
  opacity: 1;
}
#cookie-bar .cb-enable .check {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  opacity: 0.7;
}
#cookie-bar .cb-enable .check:hover {
  opacity: 1;
}
#cookie-bar .cb-enable .check:before, #cookie-bar .cb-enable .check:after {
  position: absolute;
  left: 17px;
  content: " ";
  height: 16.5px;
  width: 3px;
  background-color: #333;
}
#cookie-bar .cb-enable .check:before {
  transform: rotate(35deg);
}
#cookie-bar .cb-enable .check:after {
  transform: rotate(-45deg);
  height: 7px;
  left: 11px;
  top: 9px;
}
@media (max-width: 650px) {
  #cookie-bar {
    width: 100%;
    bottom: 0;
    right: 0;
  }
}

html[lang=pl] #cookie-bar {
  width: 450px;
}
@media (max-width: 650px) {
  html[lang=pl] #cookie-bar {
    width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map */
