* {
  font-smooth: never;
  box-sizing: border-box;
  scrollbar-color: #555 #333;
  text-shadow: 2px 2px 0 rgba(56, 56, 56, 0.5);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*:not(.antialias) {
  image-rendering: pixelated;
}

.shadow {
  color: #fff0cf;
  font-size: 3.5rem;
  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);
}
.shadow div {
  margin: 4px;
}
.shadow span {
  color: #e43a20;
}

html {
  -webkit-font-smoothing: none;
  position: relative;
  width: 100%;
  color: #fff0cf;
  font-weight: 400;
  font-size: 12px;
  font-family: "monogram", monospace;
}
html body {
  background-color: #0d0d0e;
  width: 100%;
}
html body #wrapper {
  font-size: 20px;
  font-size: 13px;
}

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

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

#root {
  overflow-x: hidden;
}

.container {
  display: flex;
  gap: 20px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  max-width: 960px;
  min-height: 300px;
}

a {
  color: #fff0cf;
  font-size: 3.5rem;
}
a, a:hover {
  text-decoration: none;
}

h2 {
  margin: 0;
  padding: 20px 0;
  color: #fff0cf;
  font-weight: 400;
  font-size: 4.5rem;
  text-transform: uppercase;
}

h3 {
  margin: 0;
  color: #ffee5f;
  font-weight: 400;
  font-size: 4.5rem;
  text-align: center;
  text-transform: uppercase;
}

a:not(.cursor-not-allowed),
.button:not(.cursor-not-allowed),
.swiper-button-prev:not(.cursor-not-allowed),
.swiper-button-next:not(.cursor-not-allowed),
.swiper-pagination-bullet:not(.cursor-not-allowed) {
  cursor: url("./assets/cursor.ico"), pointer;
}

.cursor-not-allowed {
  opacity: 0.6;
  cursor: not-allowed;
}

.button {
  -webkit-user-drag: none;
  display: inline-block;
  position: relative;
  transition: background-color 0.2s ease-out, box-shadow 0.1s ease-in-out, padding 0.1s linear;
  box-shadow: 0 -6px 0 inset #70200f;
  border: 3px solid #4b160a;
  border-radius: 5px;
  background-color: #b13218;
  padding-right: 35px;
  padding-left: 35px;
  max-width: 330px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}

#main .button {
  width: 100%;
}

.button:not(:active:hover) {
  padding-top: 12px;
  padding-bottom: 20px;
}

.button:active:hover {
  box-shadow: 0 6px 0 inset #70200f;
  background-color: #912914;
  padding-top: 20px;
  padding-bottom: 13px;
}

.button[disabled] {
  opacity: 0.6;
}

.button:not([disabled])::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-320px) rotate(35deg) translate(-50%, -50%);
  opacity: 0.2;
  z-index: 20;
  background: white;
  width: 30px;
  height: 155px;
  pointer-events: none;
  content: "";
}

.button:not([disabled]):hover::before {
  transform: translateX(320px) rotate(35deg) translate(-50%, -50%);
  transition: transform 600ms linear;
}

header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
header .container {
  position: relative;
  background-color: rgba(10, 11, 13, 0.81);
  min-height: auto;
  overflow: visible;
}
header .container::before {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("https://cdn.vikingsvillage.io/header/Orn_D.webp") no-repeat top left;
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
  content: "";
}
header .container:after {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotateY(180deg);
  background: url("https://cdn.vikingsvillage.io/header/Orn_D.webp") no-repeat top left;
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
  content: "";
}
header .container .nav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 76px;
  text-transform: uppercase;
}
header .container .nav a {
  min-width: 15%;
  text-align: center;
}
@media (max-width: 900px) {
  header .container .nav a:not(.logo) {
    display: none;
  }
}
header .container .nav a.logo {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  flex-grow: 1;
  max-width: 100%;
}
header .container .nav a.logo div {
  display: inline-block;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  animation: play 1s steps(10) infinite;
  background: url("https://cdn.vikingsvillage.io/header/vikings_village_logo.webp") no-repeat;
  background-size: 100% 1928px;
  width: 100%;
  max-width: 369px;
  height: 193px;
}
header .container .nav .logo div {
  animation: play2 1s steps(10) infinite;
  background-size: 295.2px 1595px;
  width: 306px;
  height: 160px;
}

#main {
  position: relative;
  background-color: rgba(10, 11, 13, 0.7);
  height: 760px;
  overflow: hidden;
}
#main:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../assets/img/main/Over_back.webp") no-repeat top left;
  background-size: 452px 32px;
  width: 565px;
  width: 452px;
  height: 40px;
  height: 32px;
  content: "";
}
#main::before {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotateY(180deg);
  background: url("../assets/img/main/Over_back.webp") no-repeat top left;
  background-size: 565px 40px;
  width: 565px;
  height: 40px;
  content: "";
}
#main .social {
  display: flex;
  position: absolute;
  top: 150px;
  right: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 230px;
}
@media (max-width: 500px) {
  #main .social {
    display: none;
  }
}
#main .social a {
  opacity: 0;
  cursor: pointer;
}
#main .social img {
  vertical-align: top;
  width: 40px;
  height: 40px;
}
#main .container {
  flex-direction: column;
  align-items: center;
  padding-top: 260px;
}
#main .container .title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  max-width: 66.67%;
}
#main .container .title h2 {
  opacity: 0;
}
#main .container .title img {
  opacity: 0;
}
#main .container h3 {
  opacity: 0;
  margin-top: 44.8px;
}
#main .container a.button {
  opacity: 0;
}

#about {
  position: relative;
  background-color: rgba(10, 11, 13, 0.81);
  overflow: hidden;
}
#about:after {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateX(180deg);
  background: url("../assets/img/main/Over_back.webp") no-repeat top left;
  background-size: 565px 40px;
  width: 565px;
  width: 452px;
  height: 40px;
  height: 32px;
  content: "";
}
#about::before {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
  background: url("../assets/img/main/Over_back.webp") no-repeat top left;
  background-size: 565px 40px;
  width: 565px;
  width: 452px;
  height: 40px;
  height: 32px;
  content: "";
}
#about p {
  margin-top: 50px;
  margin-bottom: 105px;
  font-size: 3.5rem;
  text-align: center;
}
#about p strong {
  color: #ffee5f;
  font-weight: normal;
}
#about span {
  font-size: 3.5rem;
  text-transform: uppercase;
}
#about .container {
  flex-direction: column;
  z-index: 10;
  padding: 0 30px;
}
#about .deGame {
  z-index: 10;
  z-index: 10;
  margin-top: 72px;
  padding-top: 90px;
  padding-top: 72px;
  padding-top: 0;
  width: 100%;
  width: 100%;
  height: 280px;
}
#about .deGame h3 {
  opacity: 0;
  text-transform: none;
}
#about .deGame p {
  opacity: 0;
  margin-bottom: 40px;
}
#about .pass1 {
  display: flex;
  position: absolute;
  top: 14%;
  right: 0;
  left: 50%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  transform: translateY(-50%);
  opacity: 0;
  z-index: 1;
  width: 50%;
}
#about .pass1 img {
  width: 929px;
  height: 426px;
}
#about .pass1 .bg {
  background: #0d0d0e;
  width: calc(100% - 929px);
  height: 426px;
}
#about .online {
  display: flex;
  flex-basis: 100%;
  flex-direction: row;
  flex-direction: column-reverse;
  z-index: 10;
  margin: 99px 0;
  margin-top: 72px;
  margin-bottom: 0;
}
#about .online .text-wrapper {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  align-items: flex-end;
  align-items: center;
  margin-top: 40px;
  text-align: center;
}
#about .online .text-wrapper span {
  opacity: 0;
  margin-top: 18px;
}
#about .online .text-wrapper h3 {
  opacity: 0;
  margin-top: 8px;
  margin-bottom: 43px;
}
#about .online .text-wrapper a {
  align-self: flex-end;
  align-self: center;
  opacity: 0;
}
#about .online .img-wrapper {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-end;
  justify-content: center;
  align-items: flex-end;
  align-items: center;
}
#about .online .img-wrapper img {
  opacity: 0;
  margin-right: -30px;
  width: 366px;
  height: 228px;
}
#about .pass2 {
  display: flex;
  position: absolute;
  top: 37%;
  right: 50%;
  left: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  transform: translateY(-50%);
  opacity: 0;
  z-index: 1;
  width: 50%;
}
#about .pass2 img {
  transform: rotateY(180deg);
  width: 929px;
  height: 426px;
}
#about .pass2 .bg {
  background: #0d0d0e;
  width: calc(100% - 929px);
  height: 426px;
}
#about .skills {
  display: flex;
  flex-basis: 100%;
  flex-direction: row;
  flex-direction: column;
  z-index: 10;
  margin-top: 90px;
  margin-top: 72px;
  margin-top: 40px;
  padding-top: 96px;
  padding-top: 76.8px;
  padding-top: 72px;
  padding-bottom: 90px;
  padding-bottom: 72px;
  padding-bottom: 0;
}
#about .skills .text-wrapper {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  align-items: flex-start;
  align-items: center;
  margin-top: 40px;
}
#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 {
  align-self: center;
  opacity: 0;
  margin-top: 48px;
}
#about .skills .img-wrapper {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-start;
  justify-content: center;
  align-items: flex-start;
}
#about .skills .img-wrapper img {
  opacity: 0;
  opacity: 0;
  width: 306px;
  height: 240px;
}
#about .pass3 {
  display: flex;
  position: absolute;
  top: 63.75%;
  right: 0;
  left: 50%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  transform: translateY(-50%);
  opacity: 0;
  z-index: 1;
  width: 50%;
}
#about .pass3 img {
  width: 929px;
  height: 426px;
}
#about .pass3 .bg {
  background: #0d0d0e;
  width: calc(100% - 929px);
  height: 426px;
}
#about .watch {
  display: flex;
  flex-basis: 100%;
  flex-direction: row;
  flex-direction: column-reverse;
  z-index: 10;
  margin-top: 90px;
  padding: 69px 0;
  padding-top: 72px;
  padding-bottom: 0;
}
#about .watch .text-wrapper {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  align-items: flex-end;
  align-items: center;
  margin-top: 40px;
}
#about .watch .text-wrapper span {
  opacity: 0;
  margin-top: 31px;
  margin-top: 24.8px;
}
#about .watch .text-wrapper h3 {
  opacity: 0;
  margin-top: 9px;
  margin-bottom: 48px;
}
#about .watch .text-wrapper a {
  opacity: 0;
  width: 340.8px;
}
#about .watch .text-wrapper a.button {
  opacity: 0;
}
#about .watch .img-wrapper {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-end;
  justify-content: center;
  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;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 72px;
  margin-bottom: 72px;
  height: 403px;
  height: 322.4px;
}
#about .hall img {
  opacity: 0;
  margin-right: 41px;
  margin-left: 39px;
}
#about .hall h3 {
  flex-basis: 100%;
  opacity: 0;
  text-align: center;
}
#about .hall span {
  flex-basis: 100%;
  opacity: 0;
  text-align: right;
  text-align: center;
}
#about .hall a.button {
  opacity: 0;
  margin-top: 60px;
}

#about .hall span,
#about .hall h3 {
  flex-basis: 360px;
  opacity: 0;
}

#carousel {
  position: relative;
  background-color: #0d0d0e;
  height: 791px;
  overflow: hidden;
}
#carousel .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#carousel .container .title {
  opacity: 0;
  text-align: center;
}
#carousel .container .title span {
  font-size: 3.5rem;
  text-transform: uppercase;
}
#carousel .swiper-container {
  position: relative;
  width: 100%;
}
#carousel .swiper-container .swiper-wrapper .swiper-slide {
  width: 640px;
  max-width: 100vw;
  height: 360px;
}
#carousel .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#carousel .swiper-container .swiper-wrapper .swiper-slide.play iframe {
  width: 640px;
  max-width: 100vw;
  height: 360px;
}
#carousel .swiper-container .swiper-button-prev {
  left: calc(50vw - 33%);
}
@media (max-width: 640px) {
  #carousel .swiper-container .swiper-button-prev {
    left: calc(50vw - 44%);
  }
}
#carousel .swiper-container .swiper-button-next {
  right: calc(50vw - 33%);
  transform: scaleX(-1);
}
@media (max-width: 640px) {
  #carousel .swiper-container .swiper-button-next {
    right: calc(50vw - 44%);
  }
}
#carousel .swiper-wrapper .swiper-slide {
  position: relative;
  width: 768px;
}
#carousel .swiper-wrapper .swiper-slide::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.85;
  background-color: #0d0d0e;
  width: 100%;
  height: 100%;
  content: "";
}
#carousel .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#carousel .swiper-wrapper .swiper-slide.play iframe {
  width: 768px;
  width: 614.4px;
  width: 537.6px;
  height: 432px;
  height: 345.6px;
  height: 302.4px;
}
#carousel .swiper-wrapper .swiper-slide.play.swiper-slide-active::after {
  display: none;
}
#carousel .swiper-wrapper .swiper-slide.swiper-slide-active:not(:hover)::after {
  opacity: 0.2;
}
#carousel .swiper-wrapper .swiper-slide.swiper-slide-active:hover::after {
  opacity: 0;
}
#carousel .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.4s ease-in-out;
  background-color: #0d0d0e;
  width: 100%;
  height: 100%;
  content: "";
}
#carousel a.button {
  margin: 0 auto;
  width: 222px;
  text-align: center;
}
#carousel .swiper-pagination {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
#carousel .swiper-pagination-bullet {
  display: inline-block;
  position: relative;
  top: -40px;
  opacity: 0.9;
  margin: 0 8px;
  outline: none;
  border-radius: 0;
  background: url("https://cdn.vikingsvillage.io/carousel/pagination-bullet.webp");
  width: 34px;
  height: 35px;
  font-size: 0;
  text-align: center;
}
#carousel .swiper-slide.play.loaded img {
  display: none;
}
#carousel .swiper-button-disabled {
  opacity: 0.5;
}
#carousel .swiper-button-prev:hover {
  transform: translateX(-8px);
}
#carousel .swiper-button-next:hover {
  transform: translateX(8px) scaleX(-1);
}
#carousel .swiper-pagination-bullet-active {
  background: url("https://cdn.vikingsvillage.io/carousel/pagination-bullet-active.webp");
}

#carousel .swiper-button-prev,
#carousel .swiper-button-next {
  display: flex;
  position: absolute;
  top: calc(50% - 30px);
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: transform 0.2s ease-out;
  outline: none;
  background-image: url("https://cdn.vikingsvillage.io/carousel/arrow.webp");
  background-size: 60px 105px;
  background-repeat: no-repeat;
  width: 60px;
  height: 105px;
}
#carousel .swiper-button-prev svg,
#carousel .swiper-button-next svg {
  display: none;
}

#carousel .swiper-button-prev:after,
#carousel .swiper-button-next:after {
  content: none;
}

section#testimonials {
  position: relative;
  z-index: 10;
  background: #0d0d0e;
  padding-top: 100px;
  padding-bottom: 115px;
}
section#testimonials:after {
  position: absolute;
  top: -40px;
  transform: rotateY(180deg);
  z-index: 1;
  background: url("../assets/img/about/pas-bg.webp") no-repeat top left;
  background-size: 929px 426px;
  width: 565px;
  height: 426px;
  content: "";
}
section#testimonials::before {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 1;
  background: url("../assets/img/about/pas-bg.webp") no-repeat top left;
  background-size: 929px 426px;
  width: 565px;
  height: 426px;
  content: "";
}
section#testimonials .container {
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index: 10;
  padding: 0 30px;
  max-width: 1200px;
  height: 200px;
  gap: 40px;
}
section#testimonials .entry {
  display: flex;
  position: relative;
  flex-basis: 360px;
  line-height: 1.68rem;
  justify-content: center;
  align-items: center;
  align-items: center;
  opacity: 0;
  z-index: 10;
  width: 350px;
}
section#testimonials .entry .laurel_left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../assets/img/testimonials/laurel.webp") no-repeat top left;
  background-size: 48px 83.2px;
  width: 48px;
  height: 83.2px;
}
section#testimonials .entry .laurel_right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotateY(180deg);
  background: url("../assets/img/testimonials/laurel.webp") no-repeat top left;
  background-size: 48px 83.2px;
  width: 48px;
  height: 83.2px;
}
section#testimonials .entry p {
  margin: 0 45px;
  color: #fff0cf;
  font-size: 2rem;
  text-align: center;
}
section#testimonials .entry p strong {
  display: inline-block;
  width: 100%;
  color: #ffee5f;
  font-weight: 400;
}

img {
  max-width: 100%;
}

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

section#blog a,
section#blog h3,
section#blog h5,
section#blog h6 {
  margin: 0;
  color: #ffee5f;
}

section#blog .pod-body img,
section#blog .pod-body iframe {
  margin: 20px auto;
  width: 100%;
}

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 {
  float: right;
  margin: 0;
  padding: 35px 30px 0 30px;
  width: 660px;
  list-style: disc;
  list-style-position: inside;
  text-align: left;
}

body {
  line-height: 0.67;
  letter-spacing: 1px;
}
body.blog section#blog {
  margin-bottom: 50px;
  min-height: 4645px;
}
body.blog section#blog .container {
  margin-top: 120px;
}
body.blog section#blog .container .title {
  opacity: 0;
}
body.blog section#blog .container .article-wrapper {
  position: relative;
  opacity: 0;
  padding: 30px;
  text-align: center;
}
body.blog section#blog .container .article-wrapper *:not(li):not(ol):not(ul) {
  text-align: center;
}
body.blog section#blog .container .article-wrapper .article-avatar {
  border-radius: 50% 50%;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
body.blog section#blog .container .article-wrapper .article-title {
  float: none;
  margin: 0;
  padding: 0 0 20px 0;
  width: 100%;
  color: #ffee5f;
  font-weight: 400;
  font-size: 3.5rem;
}
body.blog section#blog .container .article-wrapper .article-date {
  float: none;
  padding: 0 0 20px 0;
  width: 100%;
  color: #7e786b;
  font-weight: 400;
  font-size: 3.5rem;
}
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 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;
  position: static;
  top: auto;
  left: auto;
  margin: 0 auto;
}
body.blog section#blog .container a.button {
  display: none;
}

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-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 {
  float: none;
  margin: 0;
  list-style-type: disc;
}

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;
}

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

section#team {
  background-color: rgba(10, 11, 13, 0.81);
  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;
  margin: 45px 0 0;
  color: #ffee5f;
  font-weight: 400;
  font-size: 3.5rem;
}

footer {
  margin-top: -1px;
  background: #0d0d0e;
}
footer .button-wrapper {
  display: flex;
  flex-basis: 50%;
  justify-content: center;
  align-items: center;
}
footer .container {
  justify-content: center;
  padding: 40px 30px;
  min-height: auto;
}
footer .container,
footer .text {
  flex-wrap: wrap;
}
footer .text {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  color: #7e786b;
  font-weight: 400;
  max-width: min(60vw, 400px);
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
}
footer .text .p-title {
  color: #ffee5f;
}

@keyframes play2 {
  100% {
    background-position: 0 -1595px;
  }
}
@keyframes play {
  100% {
    background-position: 0 -1928px;
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  animation-name: bounce;
}

html[lang=pl] #cookie-bar {
  width: 450px;
}

#carousel .swiper-button-prev,
#carousel .swiper-button-next {
  top: calc(50% - 24px);
  background-size: 48px 84px;
  width: 48px;
  height: 84px;
}

#about .hall span,
#about .hall h3 {
  flex-basis: 360px;
}

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 {
  float: none;
  padding: 28px 24px 0 22.4px;
  width: 720px;
  text-align: center;
}

#wrapper {
  font-size: 13px;
}

#main .container h3,
#main .container a.button {
  opacity: 0;
}

section#blog .container .title,
section#blog .container .article-wrapper {
  flex-direction: column;
  opacity: 0;
  width: 400px;
  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#contact .container .title h3,
section#contact .container .title span {
  opacity: 0;
}

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

#cookie-bar .cb-enable .check::before,
#cookie-bar .cb-enable .check:after {
  position: absolute;
  left: 17px;
  background-color: #333;
  width: 3px;
  height: 16.5px;
  content: " ";
}

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