img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: 0 0 !important;
  padding: 0 !important;
}
.mejs-offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.mejs-container {
  background: #000;
  font-family: Helvetica, Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}
.mejs-container,
.mejs-container * {
  box-sizing: border-box;
}
.mejs-container video::-webkit-media-controls,
.mejs-container video::-webkit-media-controls-panel,
.mejs-container video::-webkit-media-controls-panel-container,
.mejs-container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}
.mejs-fill-container,
.mejs-fill-container .mejs-container {
  height: 100%;
  width: 100%;
}
.mejs-fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.mejs-container:focus {
  outline: none;
}
.mejs-iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}
.mejs-embed,
.mejs-embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.mejs-fullscreen {
  overflow: hidden !important;
}
.mejs-container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}
.mejs-background,
.mejs-mediaelement {
  left: 0;
  position: absolute;
  top: 0;
}
.mejs-mediaelement {
  height: 100%;
  width: 100%;
  z-index: 0;
}
.mejs-poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
:root .mejs-poster-img {
  display: none;
}
.mejs-poster-img {
  border: 0;
  padding: 0;
}
.mejs-overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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;
  left: 0;
  position: absolute;
  top: 0;
}
.mejs-layer {
  z-index: 1;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  background: url(../images/mejs-controls.svg) no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px;
}
.mejs-overlay:hover > .mejs-overlay-button {
  background-position: -80px -39px;
}
.mejs-overlay-loading {
  height: 80px;
  width: 80px;
}
.mejs-overlay-loading-bg-img {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent url(../images/mejs-controls.svg) -160px -40px
    no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}
@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.mejs-controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.mejs-controls:not([style*='display: none']) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}
.mejs-button,
.mejs-time,
.mejs-time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px;
}
.mejs-button > button {
  background: transparent url(../images/mejs-controls.svg);
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}
.mejs-button > button:focus {
  outline: 1px dotted #999;
}
.mejs-container-keyboard-inactive [role='slider'],
.mejs-container-keyboard-inactive [role='slider']:focus,
.mejs-container-keyboard-inactive a,
.mejs-container-keyboard-inactive a:focus,
.mejs-container-keyboard-inactive button,
.mejs-container-keyboard-inactive button:focus {
  outline: 0;
}
.mejs-time {
  box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto;
}
.mejs-play > button {
  background-position: 0 0;
}
.mejs-pause > button {
  background-position: -20px 0;
}
.mejs-replay > button {
  background-position: -160px 0;
}
.mejs-time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
}
.mejs-time-buffering,
.mejs-time-current,
.mejs-time-float,
.mejs-time-float-corner,
.mejs-time-float-current,
.mejs-time-hovered,
.mejs-time-loaded,
.mejs-time-marker,
.mejs-time-total {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute;
}
.mejs-time-total {
  background: hsla(0, 0%, 100%, 0.3);
  margin: 5px 0 0;
  width: 100%;
}
.mejs-time-buffering {
  -webkit-animation: b 2s linear infinite;
  animation: b 2s linear infinite;
  background: -webkit-linear-gradient(
    135deg,
    hsla(0, 0%, 100%, 0.4) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.4) 0,
    hsla(0, 0%, 100%, 0.4) 75%,
    transparent 0,
    transparent
  );
  background: linear-gradient(
    -45deg,
    hsla(0, 0%, 100%, 0.4) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.4) 0,
    hsla(0, 0%, 100%, 0.4) 75%,
    transparent 0,
    transparent
  );
  background-size: 15px 15px;
  width: 100%;
}
@-webkit-keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-time-loaded {
  background: hsla(0, 0%, 100%, 0.3);
}
.mejs-time-current,
.mejs-time-handle-content {
  background: hsla(0, 0%, 100%, 0.9);
}
.mejs-time-hovered {
  background: hsla(0, 0%, 100%, 0.5);
  z-index: 10;
}
.mejs-time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}
.mejs-time-buffering,
.mejs-time-current,
.mejs-time-hovered,
.mejs-time-loaded {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  width: 100%;
}
.mejs-time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.mejs-time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}
.mejs-time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}
.mejs-time-handle,
.mejs-time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}
.mejs-time-handle-content {
  border: 4px solid hsla(0, 0%, 100%, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
}
.mejs-time-rail .mejs-time-handle-content:active,
.mejs-time-rail .mejs-time-handle-content:focus,
.mejs-time-rail:hover .mejs-time-handle-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mejs-time-float {
  background: #eee;
  border: 1px solid #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px;
}
.mejs-time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}
.mejs-time-float-corner {
  border: 5px solid #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
.mejs-long-video .mejs-time-float {
  margin-left: -23px;
  width: 64px;
}
.mejs-long-video .mejs-time-float-current {
  width: 60px;
}
.mejs-broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}
.mejs-fullscreen-button > button {
  background-position: -80px 0;
}
.mejs-unfullscreen > button {
  background-position: -100px 0;
}
.mejs-mute > button {
  background-position: -60px 0;
}
.mejs-unmute > button {
  background-position: -40px 0;
}
.mejs-volume-button {
  position: relative;
}
.mejs-volume-button > .mejs-volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}
.mejs-volume-button:hover {
  border-radius: 0 0 4px 4px;
}
.mejs-volume-total {
  background: hsla(0, 0%, 100%, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
}
.mejs-volume-current {
  left: 0;
  margin: 0;
  width: 100%;
}
.mejs-volume-current,
.mejs-volume-handle {
  background: hsla(0, 0%, 100%, 0.9);
  position: absolute;
}
.mejs-volume-handle {
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
}
.mejs-horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}
.mejs-horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  height: 8px;
  top: 16px;
  width: 50px;
}
.mejs-horizontal-volume-current,
.mejs-horizontal-volume-total {
  border-radius: 2px;
  font-size: 1px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}
.mejs-horizontal-volume-current {
  background: hsla(0, 0%, 100%, 0.8);
  height: 100%;
  top: 0;
  width: 100%;
}
.mejs-horizontal-volume-handle {
  display: none;
}
.mejs-captions-button,
.mejs-chapters-button {
  position: relative;
}
.mejs-captions-button > button {
  background-position: -140px 0;
}
.mejs-chapters-button > button {
  background-position: -180px 0;
}
.mejs-captions-button > .mejs-captions-selector,
.mejs-chapters-button > .mejs-chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: 1px solid transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}
.mejs-chapters-button > .mejs-chapters-selector {
  margin-right: -55px;
  width: 110px;
}
.mejs-captions-selector-list,
.mejs-chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.mejs-captions-selector-list-item,
.mejs-chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
}
.mejs-captions-selector-list-item:hover,
.mejs-chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: hsla(0, 0%, 100%, 0.4) !important;
}
.mejs-captions-selector-input,
.mejs-chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}
.mejs-captions-selector-label,
.mejs-chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%;
}
.mejs-captions-selected,
.mejs-chapters-selected {
  color: #21f8f8;
}
.mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}
.mejs-captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang='ar'] {
  font-size: 20px;
  font-weight: 400;
}
.mejs-captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
.mejs-captions-position-hover {
  bottom: 35px;
}
.mejs-captions-text,
.mejs-captions-text * {
  background: hsla(0, 0%, 8%, 0.5);
  box-shadow:
    5px 0 0 hsla(0, 0%, 8%, 0.5),
    -5px 0 0 hsla(0, 0%, 8%, 0.5);
  padding: 0;
  white-space: pre-wrap;
}
.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container {
  display: none;
}
.mejs-overlay-error {
  position: relative;
}
.mejs-overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.mejs-cannotplay,
.mejs-cannotplay a {
  color: #fff;
  font-size: 0.8em;
}
.mejs-cannotplay {
  position: relative;
}
.mejs-cannotplay a,
.mejs-cannotplay p {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}
.mejs-container {
  clear: both;
  max-width: 100%;
}
.mejs-container * {
  font-family: Helvetica, Arial;
}
.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
  background: #222;
}
.mejs-time {
  font-weight: 400;
  word-wrap: normal;
}
.mejs-controls a.mejs-horizontal-volume-slider {
  display: table;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #fff;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #0073aa;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: rgba(255, 255, 255, 0.33);
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail span {
  border-radius: 0;
}
.mejs-overlay-loading {
  background: 0 0;
}
.mejs-controls button:hover {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.me-cannotplay {
  width: auto !important;
}
.media-embed-details .wp-audio-shortcode {
  display: inline-block;
  max-width: 400px;
}
.audio-details .embed-media-settings {
  overflow: visible;
}
.media-embed-details .embed-media-settings .setting span:not(.button-group) {
  max-width: 400px;
  width: auto;
}
.media-embed-details .embed-media-settings .checkbox-setting span {
  display: inline-block;
}
.media-embed-details .embed-media-settings {
  padding-top: 0;
  top: 28px;
}
.media-embed-details .instructions {
  padding: 16px 0;
  max-width: 600px;
}
.media-embed-details .setting .remove-setting,
.media-embed-details .setting p {
  color: #a00;
  font-size: 10px;
  text-transform: uppercase;
}
.media-embed-details .setting .remove-setting {
  padding: 5px 0;
}
.media-embed-details .setting a:hover {
  color: #dc3232;
}
.media-embed-details .embed-media-settings .checkbox-setting {
  float: none;
  margin: 0 0 10px;
}
.wp-video {
  max-width: 100%;
  height: auto;
}
.wp_attachment_holder .wp-audio-shortcode,
.wp_attachment_holder .wp-video {
  margin-top: 18px;
}
.wp-video-shortcode video,
video.wp-video-shortcode {
  max-width: 100%;
  display: inline-block;
}
.video-details .wp-video-holder {
  width: 100%;
  max-width: 640px;
}
.wp-playlist {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 12px 0 18px;
  font-size: 14px;
  line-height: 1.5;
}
.wp-admin .wp-playlist {
  margin: 0 0 18px;
}
.wp-playlist video {
  display: inline-block;
  max-width: 100%;
}
.wp-playlist audio {
  display: none;
  max-width: 100%;
  width: 400px;
}
.wp-playlist .mejs-container {
  margin: 0;
  max-width: 100%;
}
.wp-playlist .mejs-controls .mejs-button button {
  outline: 0;
}
.wp-playlist-light {
  background: #fff;
  color: #000;
}
.wp-playlist-dark {
  color: #fff;
  background: #000;
}
.wp-playlist-caption {
  display: block;
  max-width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5;
}
.wp-playlist-item .wp-playlist-caption {
  text-decoration: none;
  color: #000;
  max-width: -webkit-calc(100% - 40px);
  max-width: calc(100% - 40px);
}
.wp-playlist-item-meta {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
.wp-playlist-item-title {
  font-size: 14px;
  line-height: 1.5;
}
.wp-playlist-item-album {
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wp-playlist-item-artist {
  font-size: 12px;
  text-transform: uppercase;
}
.wp-playlist-item-length {
  position: absolute;
  right: 3px;
  top: 0;
  font-size: 14px;
  line-height: 1.5;
}
.rtl .wp-playlist-item-length {
  left: 3px;
  right: auto;
}
.wp-playlist-tracks {
  margin-top: 10px;
}
.wp-playlist-item {
  position: relative;
  cursor: pointer;
  padding: 0 3px;
  border-bottom: 1px solid #ccc;
}
.wp-playlist-item:last-child {
  border-bottom: 0;
}
.wp-playlist-light .wp-playlist-caption {
  color: #333;
}
.wp-playlist-dark .wp-playlist-caption {
  color: #ddd;
}
.wp-playlist-playing {
  font-weight: 700;
  background: #f7f7f7;
}
.wp-playlist-light .wp-playlist-playing {
  background: #fff;
  color: #000;
}
.wp-playlist-dark .wp-playlist-playing {
  background: #000;
  color: #fff;
}
.wp-playlist-current-item {
  overflow: hidden;
  margin-bottom: 10px;
  height: 60px;
}
.wp-playlist .wp-playlist-current-item img {
  float: left;
  max-width: 60px;
  height: auto;
  margin-right: 10px;
  padding: 0;
  border: 0;
}
.rtl .wp-playlist .wp-playlist-current-item img {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.wp-playlist-current-item .wp-playlist-item-artist,
.wp-playlist-current-item .wp-playlist-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wp-audio-playlist .me-cannotplay span {
  padding: 5px 15px;
}
.jetpack-sharing-buttons__services-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
  list-style-type: none;
  margin: 5px;
  padding: 0;
}
.jetpack-sharing-buttons__services-list.has-small-icon-size {
  font-size: 12px;
}
.jetpack-sharing-buttons__services-list.has-normal-icon-size {
  font-size: 16px;
}
.jetpack-sharing-buttons__services-list.has-large-icon-size {
  font-size: 24px;
}
.jetpack-sharing-buttons__services-list.has-huge-icon-size {
  font-size: 36px;
}
@media print {
  .jetpack-sharing-buttons__services-list {
    display: none !important;
  }
}
.editor-styles-wrapper .wp-block-jetpack-sharing-buttons {
  gap: 0;
  padding-inline-start: 0;
}
ul.jetpack-sharing-buttons__services-list.has-background {
  padding: 1.25em 2.375em;
}
/*!
Theme Name: 30XX
Theme URI: http://underscores.me/
Author: @jake74
Author URI: https://systemerror.co.uk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thirtyxx
*/
/*!
 * fullPage 3.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.fp-right {
  right: 17px;
}
#fp-nav.fp-left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
  bottom: 17px;
}
.fp-slidesNav.fp-top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body,
button,
input,
optgroup,
select,
textarea {
  color: #b6d1f6;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  color: #f9c412;
  line-height: 1;
  margin: 0 0 1.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1.5em;
}
cite,
dfn,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins,
mark {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ol,
ul {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}
input[type='color'],
input[type='date'],
input[type='datetime-local'],
input[type='datetime'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='range'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type='color']:focus,
input[type='date']:focus,
input[type='datetime-local']:focus,
input[type='datetime']:focus,
input[type='email']:focus,
input[type='month']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='range']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='time']:focus,
input[type='url']:focus,
input[type='week']:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
a {
  color: #4169e1;
}
a:visited {
  color: purple;
}
a:active,
a:focus,
a:hover {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li:hover > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li.focus > ul,
.main-navigation ul li:hover > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation.toggled ul,
.menu-toggle {
  display: block;
}
.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex='-1']:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
  content: '';
  display: table;
  table-layout: fixed;
}
.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
  clear: both;
}
.sticky {
  display: block;
}
.page,
.post {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.entry-content,
.entry-summary,
.page-content {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
body,
html {
  height: 100%;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #000;
  color: #fff;
  font-family: Rajdhani, 'Helvetica Neue', Arial, sans;
  font-size: 100%;
  line-height: 1.75em;
  height: 100%;
  background: url(../images/background.jpg) center center;
  background-size: cover;
}
html.webp body {
  background-image: url(../images/background.webp);
}
body.menu-active {
  overflow: hidden;
}
::-moz-selection {
  background: #17d3fa;
  color: #fff;
}
::selection {
  background: #17d3fa;
  color: #fff;
}
img {
  display: block;
}
.hidden {
  display: none;
}
strong {
  font-weight: 700;
}
section {
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
section .section {
  height: 100vh;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAEpGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iCiAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgZXhpZjpQaXhlbFhEaW1lbnNpb249IjUiCiAgIGV4aWY6UGl4ZWxZRGltZW5zaW9uPSI1IgogICBleGlmOkNvbG9yU3BhY2U9IjEiCiAgIHRpZmY6SW1hZ2VXaWR0aD0iNSIKICAgdGlmZjpJbWFnZUxlbmd0aD0iNSIKICAgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIKICAgdGlmZjpYUmVzb2x1dGlvbj0iNzIuMCIKICAgdGlmZjpZUmVzb2x1dGlvbj0iNzIuMCIKICAgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIKICAgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIgogICB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wMi0xNlQxMTowOToyNVoiCiAgIHhtcDpNZXRhZGF0YURhdGU9IjIwMjAtMDItMTZUMTE6MDk6MjVaIj4KICAgPHhtcE1NOkhpc3Rvcnk+CiAgICA8cmRmOlNlcT4KICAgICA8cmRmOmxpCiAgICAgIHN0RXZ0OmFjdGlvbj0icHJvZHVjZWQiCiAgICAgIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFmZmluaXR5IFBob3RvIChTZXAgMzAgMjAxOSkiCiAgICAgIHN0RXZ0OndoZW49IjIwMjAtMDItMTZUMTE6MDk6MjVaIi8+CiAgICA8L3JkZjpTZXE+CiAgIDwveG1wTU06SGlzdG9yeT4KICA8L3JkZjpEZXNjcmlwdGlvbj4KIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cjw/eHBhY2tldCBlbmQ9InIiPz4mvmE3AAABgmlDQ1BzUkdCIElFQzYxOTY2LTIuMQAAKJF1kc8rw2Ecx1+GiIni4OAwGqfRUGsuypZQS5opw2X77pfaj2/f75aWq3JdUeLi14G/gKtyVopIycnBmbiwvj7fbbUl+zx9ns/reT/P59PzfB6wBJJKSm9yQiqd1fwzHttycMXW8ooFK9246Q8pujq1sOCjrn090GDGu2GzVv1z/1p7JKor0NAqPKmoWlZ4Vti3kVVN3hXuURKhiPC5sEOTCwrfm3q4zG8mx8v8Y7IW8HvB0iVsi9dwuIaVhJYSlpdjTyVzSuU+5kus0fTSosQB8T50/MzgwcYc03hxMcqEzC6GGWNEVtTJd5by58lIriKzSh6NdeIkyOIQNSfVoxJjokdlJMmb/f/bVz02PlaubvVA84thfAxCyw4UC4bxfWwYxRNofIardDU/cwTuT9ELVc1+CJ1bcHFd1cJ7cLkNvU9qSAuVpEZxSywG72fQEYTuW2hbLfesss/pIwQ25atuYP8AhuR859ovf55n8S3VxkYAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAQSURBVAiZY2BgYPjPQAcAAGUEAQAZSSURAAAAAElFTkSuQmCC)
    center center;
  background-position: top left;
  background-attachment: fixed;
  z-index: -1;
}
.fp-scroller {
  min-height: 100%;
}
.mfp-container {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.image-object-fit {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.image-object-fit img {
  opacity: 0;
}
.section-30xx .nina {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/nina.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  height: 100vh;
  max-width: 600px;
  margin: 0 auto;
}
html.webp .section-30xx .nina {
  background-image: url(../images/nina.webp);
}
.section-30xx .logo-and-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.section-30xx .logo-30xx {
  background-image: url(../images/30xx_logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 50vh;
  width: 100vw;
}
html.webp .section-30xx .logo-30xx {
  background-image: url(../images/30xx_logo.webp);
}
.section-30xx .modal-video.launch {
  background: rgba(13, 15, 31, 0.8);
  height: 60px;
  width: 272px;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-indent: 30px;
  margin-top: -60px;
}
.section-30xx .modal-video.launch span {
  font-weight: 700;
}
.section-30xx .modal-video.launch > * {
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
}
.section-30xx .modal-video.launch:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  left: 7px;
  top: 7px;
  bottom: 7px;
  background: #f9de01;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f9de01),
    to(#f5901e)
  );
  background: linear-gradient(180deg, #f9de01 0, #f5901e 100%);
  -webkit-box-shadow: inset 0 0 4px #fff;
  box-shadow: inset 0 0 4px #fff;
  z-index: 1;
}
.section-30xx .modal-video.launch:after {
  content: '';
  display: block;
  background: #17d3fa;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#17d3fa),
    to(#016db0)
  );
  background: linear-gradient(180deg, #17d3fa 0, #016db0 100%);
  -webkit-box-shadow: inset 0 0 4px #ffffbd;
  box-shadow: inset 0 0 4px #ffffbd;
  width: 80px;
  height: 60px;
  border: 7px solid #0d0f1f;
  position: absolute;
  top: 0;
  left: 0;
}
.section-30xx .modal-video.launch:hover:after {
  background: #f9c412;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f9c412),
    to(#f48b1d)
  );
  background: linear-gradient(180deg, #f9c412 0, #f48b1d 100%);
  -webkit-box-shadow: inset 0 0 4px #fff;
  box-shadow: inset 0 0 4px #fff;
}
.section-30xx .modal-video.launch > div {
  position: relative;
  z-index: 1;
}
.section-30xx .modal-video.launch > div:before {
  content: '';
  display: block;
  position: absolute;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 10px solid #000;
  border-bottom: 6px solid transparent;
  z-index: 1;
}
.section-30xx .game-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
  margin-top: 80vh;
  background-color: rgba(13, 15, 31, 0.8);
  -webkit-box-shadow: 0 -10px 0 rgba(13, 15, 31, 0.5);
  box-shadow: 0 -10px 0 rgba(13, 15, 31, 0.5);
  text-align: center;
}
.section-30xx .game-content .burst1 {
  width: 1px;
  height: 1px;
  display: none;
}
.section-30xx .game-content .burst1:before {
  content: '';
  display: block;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #00d8ff 0, rgba(0, 216, 255, 0) 35%);
  opacity: 0.45;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-30xx .game-content .burst2 {
  width: 1px;
  height: 1px;
  display: none;
}
.section-30xx .game-content .burst2:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 1200px;
  height: 1200px;
  background: radial-gradient(circle, #e49fff 0, rgba(228, 159, 255, 0) 35%);
  opacity: 0.45;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-30xx .game-content .game-content-container {
  overflow: auto;
  padding-left: 0;
}
.section-30xx .game-content .content-subtitle,
.section-30xx .game-content .content-title,
.section-30xx .game-content p {
  margin-left: 20px;
  margin-right: 20px;
}
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px -5px 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 5px;
  width: 50%;
  margin-bottom: 10px;
}
.gallery .modal-video:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/play-trailer-white.svg) center center no-repeat;
  background-size: 24px 24px;
  z-index: 10;
}
.gallery .modal-image,
.gallery .modal-video {
  position: relative;
  background-color: rgba(13, 15, 31, 0.5);
  border: 4px solid #0d0f1f;
  width: 100%;
  height: 100%;
  display: block;
}
.gallery .modal-image:after,
.gallery .modal-video:after {
  content: '';
  display: block;
  border: 4px solid #f9c412;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
}
.gallery .modal-image:hover:after,
.gallery .modal-video:hover:after {
  opacity: 1;
}
.gallery .modal-image img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}
#mc_embed_signup_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#mc_embed_signup_scroll > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.mc-field-group {
  position: relative;
  text-align: left;
  width: calc(100% - 110px);
}
.mc-field-group label {
  display: none;
}
.mc-field-group span {
  padding: 5px 10px;
  position: relative;
  display: block;
  margin-left: 15px;
  margin-right: 5px;
}
.mc-field-group span:before {
  background-color: rgba(0, 0, 0, 0.75);
  content: '';
  display: block;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mc-field-group input[type='email'].email {
  all: unset;
  font-weight: 700;
  text-align: left;
  padding: 0 40px 0 10px;
  height: 50px;
  line-height: 50px;
}
.mc-field-group ::-webkit-input-placeholder {
  color: #5b5e78;
}
.mc-field-group ::-moz-placeholder {
  color: #5b5e78;
}
.mc-field-group :-ms-input-placeholder {
  color: #5b5e78;
}
.mc-field-group ::-ms-input-placeholder {
  color: #5b5e78;
}
.mc-field-group ::placeholder {
  color: #5b5e78;
}
.btn-subscribe {
  background: rgba(0, 0, 0, 0.75);
  height: 60px;
  width: 80px;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
}
.btn-subscribe > * {
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
}
.btn-subscribe:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  left: 7px;
  top: 7px;
  bottom: 7px;
  background: #f9de01;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f9de01),
    to(#f5901e)
  );
  background: linear-gradient(180deg, #f9de01 0, #f5901e 100%);
  -webkit-box-shadow: inset 0 0 4px #fff;
  box-shadow: inset 0 0 4px #fff;
  z-index: 1;
}
.btn-subscribe:after {
  content: '';
  display: block;
  background: #17d3fa;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#17d3fa),
    to(#016db0)
  );
  background: linear-gradient(180deg, #17d3fa 0, #016db0 100%);
  -webkit-box-shadow: inset 0 0 4px #ffffbd;
  box-shadow: inset 0 0 4px #ffffbd;
  width: 80px;
  height: 60px;
  border: 7px solid #000;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-subscribe:hover:after {
  background: #f9c412;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f9c412),
    to(#f48b1d)
  );
  background: linear-gradient(180deg, #f9c412 0, #f48b1d 100%);
  -webkit-box-shadow: inset 0 0 4px #fff;
  box-shadow: inset 0 0 4px #fff;
}
.btn-subscribe > div {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-family: Rajdhani, 'Helvetica Neue', Arial, sans;
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #000;
  cursor: pointer;
}
#mc_embed_signup div.mce_inline_error {
  all: unset !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  margin: 0 0 0 27px;
  font-size: 16px;
  background-color: none;
  text-shadow: 0 0 2px #6b0505;
}
.site-header {
  position: relative;
  z-index: 1000;
}
.site-header .corner-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 180px;
  height: 180px;
  padding: 20px;
  background: #0d0f1f;
  background: linear-gradient(
    135deg,
    #0d0f1f 0,
    #0d0f1f 50%,
    rgba(13, 15, 31, 0) 50%
  );
}
.site-header .corner-logo:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  width: 190px;
  height: 190px;
  background: #0d0f1f;
  background: linear-gradient(
    135deg,
    #0d0f1f 0,
    #0d0f1f 50%,
    rgba(13, 15, 31, 0) 50%
  );
}
.site-header .corner-logo a {
  background: url(../images/battery_staple.svg) left center no-repeat;
  height: 0;
  width: 112px;
  padding-top: 50px;
  overflow: hidden;
  display: block;
}
.site-header .corner-logo a:hover {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-filter: grayscale(1) brightness(100);
  filter: grayscale(1) brightness(100);
}
.site-header .social-order {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.site-header .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site-header .social-links a {
  background: rgba(13, 15, 31, 0.58);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  margin-right: 2px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 78px;
}
.site-header .social-links a:hover {
  background: #f9c412;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f9c412),
    to(#f48b1d)
  );
  background: linear-gradient(180deg, #f9c412 0, #f48b1d 100%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.site-header .social-links a:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.site-header .social-links .social-icon {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-header .social-links .social-network {
  display: none;
}
.site-header .social-links img {
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  max-height: 30px;
}
.site-header .order {
  text-transform: uppercase;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
}
.site-header .order a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  padding: 0 60px 0 40px;
  color: #fff;
  text-decoration: none;
  background: #17d3fa;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#17d3fa),
    to(#016db0)
  );
  background: linear-gradient(180deg, #17d3fa 0, #016db0 100%);
  -webkit-box-shadow: inset 0 0 4px #ffffbd;
  box-shadow: inset 0 0 4px #ffffbd;
  margin-left: 9px;
  margin-right: -40px;
  height: 78px;
  padding-right: 70px;
}
.site-header .order a:hover {
  background: #f9c412;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f9c412),
    to(#f48b1d)
  );
  background: linear-gradient(180deg, #f9c412 0, #f48b1d 100%);
  color: #000;
  -webkit-box-shadow: inset 0 0 4px #fff;
  box-shadow: inset 0 0 4px #fff;
}
.site-header .order a:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.site-header .order a > * {
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}
.site-header .order a:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  left: -9px;
  top: 0;
  bottom: 0;
  background: #f9de01;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f9de01),
    to(#f5901e)
  );
  background: linear-gradient(180deg, #f9de01 0, #f5901e 100%);
  -webkit-box-shadow: inset 0 0 4px #fff;
  box-shadow: inset 0 0 4px #fff;
}
.site-header .order p {
  text-align: center;
  margin: 0;
  line-height: 0.85;
  margin-top: 5px;
}
.site-header .order img {
  width: auto;
  height: 42px;
  margin-right: 12px;
}
.site-header .order span {
  display: block;
  font-size: 17.6px;
  font-size: 1.1rem;
}
.site-footer {
  background: rgba(13, 15, 31, 0.8);
  height: 36px;
  padding: 10px 40px;
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5b5e78;
  font-size: 12px;
  font-size: 0.75rem;
}
.site-footer p {
  margin: 0;
}
.site-footer a {
  color: #17d3fa;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  text-decoration: none;
}
.site-footer a:hover {
  color: #f9c412;
}
.site-footer strong {
  font-weight: 500;
  color: #17d3fa;
}
.site-footer .site-info {
  width: 100%;
  line-height: 1;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
@media (min-width: 750px) {
  .gallery .gallery-item {
    width: 33.3333333333%;
  }
  .gallery .modal-image,
  .gallery .modal-video {
    border: 8px solid #0d0f1f;
  }
  .site-footer {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 960px) {
  .section-30xx .nina {
    height: 115vh;
    left: 5vw;
    top: 4vh;
    max-width: unset;
  }
  .section-30xx .logo-and-video {
    width: 52%;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section-30xx .logo-30xx {
    max-height: 480px;
    max-width: 900px;
    height: 100vh;
  }
  .section-30xx .game-content {
    margin-top: 0;
    padding: 30px 80px;
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    z-index: 1;
    text-align: right;
    border-top: none;
    background-color: transparent;
  }
  .section-30xx .game-content:after,
  .section-30xx .game-content:before {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
  }
  .section-30xx .game-content:before {
    top: 0;
    right: 0;
    z-index: -1;
    height: 120%;
    width: 180%;
    background: #0d0f1f;
    background: linear-gradient(
      -45deg,
      rgba(13, 15, 31, 0.8) 0,
      rgba(13, 15, 31, 0.8) 50%,
      rgba(13, 15, 31, 0) 50%
    );
  }
  .section-30xx .game-content:after {
    top: 0;
    right: 0;
    height: 120%;
    width: calc(180% + 40px);
    z-index: -2;
    background: linear-gradient(
      -45deg,
      #0d0f1f 0,
      #0d0f1f 50%,
      rgba(13, 15, 31, 0) 50%
    );
    opacity: 0.5;
  }
  .section-30xx .game-content .burst1 {
    display: block;
    position: absolute;
    top: 5%;
    right: 0;
  }
  .section-30xx .game-content .burst1:before {
    width: 600px;
    height: 600px;
  }
  .section-30xx .game-content .burst2 {
    display: block;
    position: absolute;
    bottom: 5%;
    right: 0;
  }
  .section-30xx .game-content .burst2:before {
    width: 2000px;
    height: 2000px;
  }
  .section-30xx .game-content .content-subtitle,
  .section-30xx .game-content .content-title,
  .section-30xx .game-content p {
    margin-left: unset;
    margin-right: unset;
  }
  .gallery .modal-video:before {
    background-size: 32px 32px;
  }
  .mc-field-group input[type='email'].email {
    padding: 0 20px 0 10px;
  }
  .site-footer {
    height: 54px;
    position: fixed;
    background: #0d0f1f;
  }
  .site-footer .site-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .section-30xx .nina {
    background-position: left center;
  }
  .section-30xx .game-content {
    padding: 50px 150px;
  }
  .section-30xx .game-content .game-content-container {
    padding-left: 15%;
  }
  .site-header .corner-logo {
    width: 330px;
    height: 330px;
    padding: 40px;
    background: #0d0f1f;
    background: linear-gradient(
      135deg,
      #0d0f1f 0,
      #0d0f1f 50%,
      rgba(13, 15, 31, 0) 50%
    );
  }
  .site-header .corner-logo:after {
    width: 350px;
    height: 350px;
  }
  .site-header .corner-logo a {
    width: 112px;
    padding-top: 98px;
  }
  .site-header .social-order {
    -webkit-transform: none;
    transform: none;
    top: 30px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-height: 800px) {
  .section-30xx .game-content .game-content-container {
    padding-left: 0;
  }
  .site-header .social-order {
    top: 10px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  .site-footer {
    height: 36px;
  }
}
img#wpstats {
  display: none;
}
