@charset "UTF-8";
/*
/// VENDORS ///
The CSS files from external libraries and frameworks
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Public+Sans:wght@500;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: white;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* Magnific Popup CSS */
.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: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  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-inline-holder .mfp-content,
.mfp-ajax-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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-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-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  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:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-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:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  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%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.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;
  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; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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;
    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 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; } }
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

.SelectClass, .SumoSelect.open .search-txt, .SumoUnder {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: 0;
  left: 0; }

.SumoSelect p {
  margin: 0; }

.SumoSelect {
  width: 200px; }

.SelectBox {
  padding: 5px 8px; }

.sumoStopScroll {
  overflow: hidden; }

.SumoSelect .hidden {
  display: none; }

.SumoSelect .search-txt {
  display: none;
  outline: 0; }

.SumoSelect .no-match {
  display: none;
  padding: 6px; }

.SumoSelect.open .search-txt {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  box-sizing: border-box;
  border-radius: 5px; }

.SumoSelect.open > .search > label, .SumoSelect.open > .search > span {
  visibility: hidden; }

.SelectClass, .SumoUnder {
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.SelectClass {
  z-index: 1; }

.SumoSelect .select-all > label, .SumoSelect > .CaptionCont, .SumoSelect > .optWrapper > .options li.opt label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: 0; }

.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0; }

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0; }

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default; }

.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic; }

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px; }

.SumoSelect > .CaptionCont > label > i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: .8; }

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden; }

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block; }

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px; }

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto; }

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  max-height: 250px; }

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0; }

.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px; }

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0; }

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: .5; }

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px; }

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px; }

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959; }

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5; }

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0; }

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0; }

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none; }

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0; }

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4; }

.SumoSelect .select-all.sel, .SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4; }

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer; }

.SumoSelect > .optWrapper > .options li span {
  display: none; }

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: 700; }

.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%; }

.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none; }

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5; }

.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer; }

.SumoSelect .select-all > span, .SumoSelect > .optWrapper.multiple > .options li.opt span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px; }

.SumoSelect .select-all > span i, .SumoSelect > .optWrapper.multiple > .options li.opt span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px; }

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: 0;
  background-color: #a1c0e4; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px; }

.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px; }

.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px; }

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px; }

.SumoSelect .select-all.partial > span i, .SumoSelect .select-all.selected > span i, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center; }

.SumoSelect.disabled {
  opacity: .7;
  cursor: not-allowed; }

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none; }

.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer; }

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer; }

.SumoSelect .select-all.partial > span i {
  background-color: #ccc; }

.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline; }

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
*/
/*
/// BASE ///
The boilerplate code for the project. In there, you might find some typographic
rules, and probably a stylesheet defining some standard styles for commonly
used HTML elements.
*/
@font-face {
  font-family: "ThemeIcons";
  src: url("../fonts/ThemeIcons.eot?89134c7d44be8aa02253dedad278face?#iefix") format("embedded-opentype"), url("../fonts/ThemeIcons.woff2?89134c7d44be8aa02253dedad278face") format("woff2"), url("../fonts/ThemeIcons.woff?89134c7d44be8aa02253dedad278face") format("woff"), url("../fonts/ThemeIcons.ttf?89134c7d44be8aa02253dedad278face") format("truetype"), url("../fonts/ThemeIcons.svg?89134c7d44be8aa02253dedad278face#ThemeIcons") format("svg"); }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: ThemeIcons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before, [class^="icon-social"][href*="facebook"]:before, [class^="icon-social"].icon-facebook:before {
  content: "\f101"; }

.icon-game:before, .fixed_menu_wrapper .menu-item.games a:before {
  content: "\f102"; }

.icon-home:before {
  content: "\f103"; }

.icon-house:before, .fixed_menu_wrapper .menu-item.home a:before {
  content: "\f104"; }

.icon-info:before {
  content: "\f105"; }

.icon-instagram:before, [class^="icon-social"][href*="instagram"]:before, [class^="icon-social"].icon-instagram:before {
  content: "\f106"; }

.icon-message:before, .fixed_menu_wrapper .menu-item.messages a:before {
  content: "\f107"; }

.icon-more:before, .fixed_menu_wrapper .menu-item.more a:before {
  content: "\f108"; }

.icon-notifications:before, .fixed_menu_wrapper .menu-item.notifications a:before {
  content: "\f109"; }

.icon-orthor:before {
  content: "\f10a"; }

.icon-profile:before, .fixed_menu_wrapper .menu-item.profile a:before {
  content: "\f10b"; }

.icon-table:before, .fixed_menu_wrapper .menu-item.table a:before {
  content: "\f10c"; }

.icon-twitch:before, [class^="icon-social"][href*="twitch"]:before, [class^="icon-social"].icon-twitch:before {
  content: "\f10d"; }

.icon-twitter:before, [class^="icon-social"][href*="twitter"]:before, [class^="icon-social"].icon-twitter:before {
  content: "\f10e"; }

.icon-youtube:before, [class^="icon-social"][href*="youtube"]:before, [class^="icon-social"].icon-youtube:before, .fixed_menu_wrapper .menu-item.mediacontent a:before {
  content: "\f10f"; }

html {
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "Public Sans", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: white; }
  @media screen and (max-width: 1023px) {
    body {
      font-size: 18px; } }

body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6,
h1,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  padding: 0;
  text-transform: uppercase; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  h1 a,
  .h1 a,
  .h2 a,
  .h3 a,
  .h4 a,
  .h5 a,
  .h6 a {
    color: inherit;
    text-decoration: none; }

h1,
.h1 {
  font-size: 80px;
  margin: 0; }
  @media screen and (max-width: 1023px) {
    h1,
    .h1 {
      font-size: 60px; } }

h2,
.h2 {
  font-size: 50px;
  margin: 0 0 10px 0; }
  @media screen and (max-width: 1023px) {
    h2,
    .h2 {
      font-size: 40px; } }

h3,
.h3 {
  font-size: 40px;
  margin: 0 0 10px 0; }
  @media screen and (max-width: 1023px) {
    h3,
    .h3 {
      font-size: 30px; } }

h4,
.h4 {
  font-size: 30px;
  margin: 0 0 5px 0; }
  @media screen and (max-width: 1023px) {
    h4,
    .h4 {
      font-size: 20px; } }

h5,
.h5 {
  font-size: 20px;
  margin: 0 0 5px 0; }

h6,
.h6 {
  font-size: 20px;
  margin: 0 0 5px 0; }

a {
  color: inherit;
  transition: color 200ms ease;
  text-decoration: none; }
  a:hover {
    color: #EE524C; }

p {
  margin: 0 0 1em; }

p:empty,
p:last-child {
  margin-bottom: 0; }

[class^="icon-social"]:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ThemeIcons"; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.centering {
  margin: 0 auto;
  max-width: 1060px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  .centering.small {
    max-width: 974px; }
  .centering.large {
    max-width: 1200px; }

/*
/// LAYOUT ///
Everything that takes part in laying out the site or application.
This folder could have stylesheets for the main parts of the site (header,
footer, navigation, sidebar…), the grid system or even CSS styles
for all the forms.
*/
.is-noscroll {
  pointer-events: none;
  height: 100%;
  overflow: hidden; }
  .is-noscroll .header,
  .is-noscroll .main-nav,
  .is-noscroll .top {
    pointer-events: auto; }

.header {
  height: 54px;
  background-color: #2A2A2A;
  padding: 0;
  position: fixed;
  z-index: 200;
  left: 0px;
  top: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 1023px) {
    .header {
      height: 54px;
      display: block; } }
  .admin-bar .header {
    top: 32px; }
  .header .centering {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
  .header .header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 1023px) {
      .header .header-logo {
        top: 3px;
        transform: translate(-50%, 0);
        margin-top: 5px; } }
    .header .header-logo img {
      height: 40px; }
  .header img {
    display: block; }

.head-socials {
  display: flex; }
  .head-socials.mobile {
    display: none; }
  @media screen and (max-width: 1023px) {
    .head-socials {
      display: none; }
      .head-socials.mobile {
        display: flex;
        justify-content: center; } }
  .head-socials .icon-social {
    color: white;
    margin: 0px 10px; }
    .head-socials .icon-social:hover {
      color: #191919; }

.sticky-widget {
  position: fixed;
  right: 20px;
  top: 100px;
  width: 150px;
  height: 150px;
  z-index: 20;
  transition: all 0.2s linear; }
  .sticky-widget img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }
  @media screen and (max-width: 1023px) {
    .sticky-widget {
      top: 80px;
      width: 80px;
      height: 80px;
      right: 10px; } }

.footer {
  padding: 12px 0;
  background-color: #2A2A2A;
  color: white; }
  .footer .centering {
    position: relative; }
  .footer .footer-inner {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1023px) {
      .footer .footer-inner {
        flex-direction: column; } }
    .footer .footer-inner .copyright {
      font-size: 14px;
      margin: 0px; }
    .footer .footer-inner .footer-nav {
      position: absolute;
      top: -5px;
      right: 0px; }
      @media screen and (max-width: 1023px) {
        .footer .footer-inner .footer-nav {
          position: unset; } }
      .footer .footer-inner .footer-nav .menu {
        margin: 0px;
        display: flex; }
        .footer .footer-inner .footer-nav .menu .menu-item a {
          font-size: 14px;
          padding: 5px;
          display: block; }

nav ul,
.menu {
  list-style: none;
  padding: 0; }

.main-nav {
  color: white;
  width: 100%;
  padding: 0px 0px 0px 74px; }
  @media screen and (max-width: 1023px) {
    .main-nav {
      -webkit-overflow-scrolling: touch;
      background: #2A2A2A;
      color: black;
      height: 100%;
      left: 0;
      opacity: 0;
      overflow-y: auto;
      padding: 54px 0;
      position: fixed;
      right: 0;
      top: 0;
      transition: opacity 350ms ease, visibility 350ms ease;
      visibility: hidden;
      width: 100%;
      z-index: 100; }
      .is-open-menu .main-nav {
        opacity: 1;
        visibility: visible; }
      .main-nav.is-active {
        height: 100%; } }
  .main-nav .menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 1023px) {
      .main-nav .menu {
        flex-direction: column;
        text-align: center;
        margin: 0;
        min-height: 100%;
        justify-content: center; } }
    .main-nav .menu .page_item, .main-nav .menu .menu_item, .main-nav .menu .menu-item {
      margin: 0px;
      text-transform: uppercase; }
      .main-nav .menu .page_item a, .main-nav .menu .menu_item a, .main-nav .menu .menu-item a {
        color: inherit;
        padding: 31px 28px;
        display: block;
        line-height: 1;
        position: relative;
        overflow: hidden;
        opacity: 1;
        transition: all 0.4s ease; }
        @media screen and (max-width: 1279px) {
          .main-nav .menu .page_item a, .main-nav .menu .menu_item a, .main-nav .menu .menu-item a {
            padding: 30px 15px;
            font-size: 16px; } }
        @media screen and (max-width: 1023px) {
          .main-nav .menu .page_item a, .main-nav .menu .menu_item a, .main-nav .menu .menu-item a {
            color: white;
            font-size: 20px;
            padding: 20px; } }
        .main-nav .menu .page_item a:after, .main-nav .menu .menu_item a:after, .main-nav .menu .menu-item a:after {
          content: "";
          width: 63px;
          height: 3px;
          display: block;
          background-color: white;
          position: absolute;
          bottom: 20px;
          left: -60%;
          transform: translateX(-50%);
          transition: all 0.4s ease; }
      .main-nav .menu .page_item:hover a, .main-nav .menu .menu_item:hover a, .main-nav .menu .menu-item:hover a {
        opacity: 0.9; }
        .main-nav .menu .page_item:hover a:after, .main-nav .menu .menu_item:hover a:after, .main-nav .menu .menu-item:hover a:after {
          opacity: 1;
          left: 50%; }
          @media screen and (max-width: 1023px) {
            .main-nav .menu .page_item:hover a:after, .main-nav .menu .menu_item:hover a:after, .main-nav .menu .menu-item:hover a:after {
              bottom: 10px; } }
  .main-nav .sub-menu {
    display: none; }
  .main-nav .open-submenu > .sub-menu {
    display: block; }

#menu-main-menu, #menu-main-menu-1 {
  background-color: #2a2a2a; }
  #menu-main-menu a:hover, #menu-main-menu-1 a:hover {
    color: #EE524C; }
  #menu-main-menu .current_page_item a, #menu-main-menu .current-menu-item a, #menu-main-menu-1 .current_page_item a, #menu-main-menu-1 .current-menu-item a {
    color: #EE524C; }

#main-nav {
  display: none; }

body.is-open-menu #main-nav {
  display: block; }

@media screen and (max-width: 1023px) {
  #menu-main-menu-1 {
    display: none; } }
.grid {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin-left: -10px;
  margin-right: -10px; }
  .grid.centered {
    justify-content: center; }
  .grid.align-center {
    align-items: center; }
  .grid.reverse {
    flex-direction: row-reverse; }
  .grid .side-menu {
    width: 268px; }
    @media screen and (max-width: 1023px) {
      .grid .side-menu {
        width: 100%; } }
  .grid .main-content {
    width: calc(100% - 268px); }
    @media screen and (max-width: 1023px) {
      .grid .main-content {
        width: 100%; } }

[class^="grid-"],
[class*=" grid-"] {
  padding: 10px; }

.grid-xs-1 {
  width: calc(100% / (12 / 1)); }

.offset-xs-1 {
  margin-left: calc(100% / (12 / 1)); }

.grid-xs-2 {
  width: calc(100% / (12 / 2)); }

.offset-xs-2 {
  margin-left: calc(100% / (12 / 2)); }

.grid-xs-3 {
  width: calc(100% / (12 / 3)); }

.offset-xs-3 {
  margin-left: calc(100% / (12 / 3)); }

.grid-xs-4 {
  width: calc(100% / (12 / 4)); }

.offset-xs-4 {
  margin-left: calc(100% / (12 / 4)); }

.grid-xs-5 {
  width: calc(100% / (12 / 5)); }

.offset-xs-5 {
  margin-left: calc(100% / (12 / 5)); }

.grid-xs-6 {
  width: calc(100% / (12 / 6)); }

.offset-xs-6 {
  margin-left: calc(100% / (12 / 6)); }

.grid-xs-7 {
  width: calc(100% / (12 / 7)); }

.offset-xs-7 {
  margin-left: calc(100% / (12 / 7)); }

.grid-xs-8 {
  width: calc(100% / (12 / 8)); }

.offset-xs-8 {
  margin-left: calc(100% / (12 / 8)); }

.grid-xs-9 {
  width: calc(100% / (12 / 9)); }

.offset-xs-9 {
  margin-left: calc(100% / (12 / 9)); }

.grid-xs-10 {
  width: calc(100% / (12 / 10)); }

.offset-xs-10 {
  margin-left: calc(100% / (12 / 10)); }

.grid-xs-11 {
  width: calc(100% / (12 / 11)); }

.offset-xs-11 {
  margin-left: calc(100% / (12 / 11)); }

.grid-xs-12 {
  width: calc(100% / (12 / 12)); }

.offset-xs-12 {
  margin-left: calc(100% / (12 / 12)); }

@media screen and (min-width: 480px) {
  .grid-sm-1 {
    width: calc(100% / (12 / 1)); }

  .offset-sm-1 {
    margin-left: calc(100% / (12 / 1)); }

  .grid-sm-2 {
    width: calc(100% / (12 / 2)); }

  .offset-sm-2 {
    margin-left: calc(100% / (12 / 2)); }

  .grid-sm-3 {
    width: calc(100% / (12 / 3)); }

  .offset-sm-3 {
    margin-left: calc(100% / (12 / 3)); }

  .grid-sm-4 {
    width: calc(100% / (12 / 4)); }

  .offset-sm-4 {
    margin-left: calc(100% / (12 / 4)); }

  .grid-sm-5 {
    width: calc(100% / (12 / 5)); }

  .offset-sm-5 {
    margin-left: calc(100% / (12 / 5)); }

  .grid-sm-6 {
    width: calc(100% / (12 / 6)); }

  .offset-sm-6 {
    margin-left: calc(100% / (12 / 6)); }

  .grid-sm-7 {
    width: calc(100% / (12 / 7)); }

  .offset-sm-7 {
    margin-left: calc(100% / (12 / 7)); }

  .grid-sm-8 {
    width: calc(100% / (12 / 8)); }

  .offset-sm-8 {
    margin-left: calc(100% / (12 / 8)); }

  .grid-sm-9 {
    width: calc(100% / (12 / 9)); }

  .offset-sm-9 {
    margin-left: calc(100% / (12 / 9)); }

  .grid-sm-10 {
    width: calc(100% / (12 / 10)); }

  .offset-sm-10 {
    margin-left: calc(100% / (12 / 10)); }

  .grid-sm-11 {
    width: calc(100% / (12 / 11)); }

  .offset-sm-11 {
    margin-left: calc(100% / (12 / 11)); }

  .grid-sm-12 {
    width: calc(100% / (12 / 12)); }

  .offset-sm-12 {
    margin-left: calc(100% / (12 / 12)); } }
@media screen and (min-width: 768px) {
  .grid-s-1 {
    width: calc(100% / (12 / 1)); }

  .offset-s-1 {
    margin-left: calc(100% / (12 / 1)); }

  .grid-s-2 {
    width: calc(100% / (12 / 2)); }

  .offset-s-2 {
    margin-left: calc(100% / (12 / 2)); }

  .grid-s-3 {
    width: calc(100% / (12 / 3)); }

  .offset-s-3 {
    margin-left: calc(100% / (12 / 3)); }

  .grid-s-4 {
    width: calc(100% / (12 / 4)); }

  .offset-s-4 {
    margin-left: calc(100% / (12 / 4)); }

  .grid-s-5 {
    width: calc(100% / (12 / 5)); }

  .offset-s-5 {
    margin-left: calc(100% / (12 / 5)); }

  .grid-s-6 {
    width: calc(100% / (12 / 6)); }

  .offset-s-6 {
    margin-left: calc(100% / (12 / 6)); }

  .grid-s-7 {
    width: calc(100% / (12 / 7)); }

  .offset-s-7 {
    margin-left: calc(100% / (12 / 7)); }

  .grid-s-8 {
    width: calc(100% / (12 / 8)); }

  .offset-s-8 {
    margin-left: calc(100% / (12 / 8)); }

  .grid-s-9 {
    width: calc(100% / (12 / 9)); }

  .offset-s-9 {
    margin-left: calc(100% / (12 / 9)); }

  .grid-s-10 {
    width: calc(100% / (12 / 10)); }

  .offset-s-10 {
    margin-left: calc(100% / (12 / 10)); }

  .grid-s-11 {
    width: calc(100% / (12 / 11)); }

  .offset-s-11 {
    margin-left: calc(100% / (12 / 11)); }

  .grid-s-12 {
    width: calc(100% / (12 / 12)); }

  .offset-s-12 {
    margin-left: calc(100% / (12 / 12)); } }
@media screen and (min-width: 1024px) {
  .grid-m-1 {
    width: calc(100% / (12 / 1)); }

  .offset-m-1 {
    margin-left: calc(100% / (12 / 1)); }

  .grid-m-2 {
    width: calc(100% / (12 / 2)); }

  .offset-m-2 {
    margin-left: calc(100% / (12 / 2)); }

  .grid-m-3 {
    width: calc(100% / (12 / 3)); }

  .offset-m-3 {
    margin-left: calc(100% / (12 / 3)); }

  .grid-m-4 {
    width: calc(100% / (12 / 4)); }

  .offset-m-4 {
    margin-left: calc(100% / (12 / 4)); }

  .grid-m-5 {
    width: calc(100% / (12 / 5)); }

  .offset-m-5 {
    margin-left: calc(100% / (12 / 5)); }

  .grid-m-6 {
    width: calc(100% / (12 / 6)); }

  .offset-m-6 {
    margin-left: calc(100% / (12 / 6)); }

  .grid-m-7 {
    width: calc(100% / (12 / 7)); }

  .offset-m-7 {
    margin-left: calc(100% / (12 / 7)); }

  .grid-m-8 {
    width: calc(100% / (12 / 8)); }

  .offset-m-8 {
    margin-left: calc(100% / (12 / 8)); }

  .grid-m-9 {
    width: calc(100% / (12 / 9)); }

  .offset-m-9 {
    margin-left: calc(100% / (12 / 9)); }

  .grid-m-10 {
    width: calc(100% / (12 / 10)); }

  .offset-m-10 {
    margin-left: calc(100% / (12 / 10)); }

  .grid-m-11 {
    width: calc(100% / (12 / 11)); }

  .offset-m-11 {
    margin-left: calc(100% / (12 / 11)); }

  .grid-m-12 {
    width: calc(100% / (12 / 12)); }

  .offset-m-12 {
    margin-left: calc(100% / (12 / 12)); } }
@media screen and (min-width: 1280px) {
  .grid-md-1 {
    width: calc(100% / (12 / 1)); }

  .offset-md-1 {
    margin-left: calc(100% / (12 / 1)); }

  .grid-md-2 {
    width: calc(100% / (12 / 2)); }

  .offset-md-2 {
    margin-left: calc(100% / (12 / 2)); }

  .grid-md-3 {
    width: calc(100% / (12 / 3)); }

  .offset-md-3 {
    margin-left: calc(100% / (12 / 3)); }

  .grid-md-4 {
    width: calc(100% / (12 / 4)); }

  .offset-md-4 {
    margin-left: calc(100% / (12 / 4)); }

  .grid-md-5 {
    width: calc(100% / (12 / 5)); }

  .offset-md-5 {
    margin-left: calc(100% / (12 / 5)); }

  .grid-md-6 {
    width: calc(100% / (12 / 6)); }

  .offset-md-6 {
    margin-left: calc(100% / (12 / 6)); }

  .grid-md-7 {
    width: calc(100% / (12 / 7)); }

  .offset-md-7 {
    margin-left: calc(100% / (12 / 7)); }

  .grid-md-8 {
    width: calc(100% / (12 / 8)); }

  .offset-md-8 {
    margin-left: calc(100% / (12 / 8)); }

  .grid-md-9 {
    width: calc(100% / (12 / 9)); }

  .offset-md-9 {
    margin-left: calc(100% / (12 / 9)); }

  .grid-md-10 {
    width: calc(100% / (12 / 10)); }

  .offset-md-10 {
    margin-left: calc(100% / (12 / 10)); }

  .grid-md-11 {
    width: calc(100% / (12 / 11)); }

  .offset-md-11 {
    margin-left: calc(100% / (12 / 11)); }

  .grid-md-12 {
    width: calc(100% / (12 / 12)); }

  .offset-md-12 {
    margin-left: calc(100% / (12 / 12)); } }
@media screen and (min-width: 1480px) {
  .grid-1 {
    width: calc(100% / (12 / 1)); }

  .offset-1 {
    margin-left: calc(100% / (12 / 1)); }

  .grid-2 {
    width: calc(100% / (12 / 2)); }

  .offset-2 {
    margin-left: calc(100% / (12 / 2)); }

  .grid-3 {
    width: calc(100% / (12 / 3)); }

  .offset-3 {
    margin-left: calc(100% / (12 / 3)); }

  .grid-4 {
    width: calc(100% / (12 / 4)); }

  .offset-4 {
    margin-left: calc(100% / (12 / 4)); }

  .grid-5 {
    width: calc(100% / (12 / 5)); }

  .offset-5 {
    margin-left: calc(100% / (12 / 5)); }

  .grid-6 {
    width: calc(100% / (12 / 6)); }

  .offset-6 {
    margin-left: calc(100% / (12 / 6)); }

  .grid-7 {
    width: calc(100% / (12 / 7)); }

  .offset-7 {
    margin-left: calc(100% / (12 / 7)); }

  .grid-8 {
    width: calc(100% / (12 / 8)); }

  .offset-8 {
    margin-left: calc(100% / (12 / 8)); }

  .grid-9 {
    width: calc(100% / (12 / 9)); }

  .offset-9 {
    margin-left: calc(100% / (12 / 9)); }

  .grid-10 {
    width: calc(100% / (12 / 10)); }

  .offset-10 {
    margin-left: calc(100% / (12 / 10)); }

  .grid-11 {
    width: calc(100% / (12 / 11)); }

  .offset-11 {
    margin-left: calc(100% / (12 / 11)); }

  .grid-12 {
    width: calc(100% / (12 / 12)); }

  .offset-12 {
    margin-left: calc(100% / (12 / 12)); } }
::-webkit-input-placeholder {
  color: white !important; }

:-moz-placeholder {
  color: white !important; }

::-moz-placeholder {
  color: white !important; }

:-ms-input-placeholder {
  color: white !important; }

body .um {
  margin-bottom: 0px !important; }
  body .um .um-form .um-row {
    margin: 0px !important; }
  body .um .um-form .um-field-label {
    margin: 0px !important; }
  body .um .um-form .um-field-checkbox-option {
    color: white !important;
    font-size: 13px !important; }
  body .um .um-form .um-field-checkbox-state i {
    color: white !important; }
  body .um .um-form input[type="text"],
  body .um .um-form input[type="password"],
  body .um .um-form input[type="date"],
  body .um .um-form input[type="datetime"],
  body .um .um-form input[type="datetime-local"],
  body .um .um-form input[type="month"],
  body .um .um-form input[type="week"],
  body .um .um-form input[type="email"],
  body .um .um-form input[type="number"],
  body .um .um-form input[type="search"],
  body .um .um-form input[type="tel"],
  body .um .um-form input[type="time"],
  body .um .um-form input[type="url"],
  body .um .um-form textarea {
    -webkit-appearance: none;
    background-color: transparent !important;
    border-radius: 0;
    border: none !important;
    border-bottom: 1px solid white !important;
    color: white;
    font-family: "Public Sans", sans-serif;
    line-height: 1.5;
    outline: none;
    padding: 0px !important;
    height: 34px !important; }
    body .um .um-form input[type="text"]:focus,
    body .um .um-form input[type="password"]:focus,
    body .um .um-form input[type="date"]:focus,
    body .um .um-form input[type="datetime"]:focus,
    body .um .um-form input[type="datetime-local"]:focus,
    body .um .um-form input[type="month"]:focus,
    body .um .um-form input[type="week"]:focus,
    body .um .um-form input[type="email"]:focus,
    body .um .um-form input[type="number"]:focus,
    body .um .um-form input[type="search"]:focus,
    body .um .um-form input[type="tel"]:focus,
    body .um .um-form input[type="time"]:focus,
    body .um .um-form input[type="url"]:focus,
    body .um .um-form textarea:focus {
      border-color: #999999;
      outline: none; }
  body .um .um-form .um-field-label {
    font-family: Montserrat !important;
    font-size: 13px !important;
    color: #FFFFFF !important;
    line-height: 18px !important;
    text-transform: uppercase; }

select {
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #cccccc;
  color: white;
  font-family: "Public Sans", sans-serif;
  line-height: 1.5;
  outline: none; }

textarea {
  line-height: 1.5;
  min-height: 118px;
  padding: 10px 12px; }

.wpcf7 .screen-reader-response {
  display: none !important; }
.wpcf7 .wpcf7-not-valid-tip {
  display: block; }
.wpcf7 .wpcf7-validation-errors {
  color: #b60005; }

.game-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px; }
  .game-info .tabs {
    display: flex; }
  .game-info .tab {
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    text-align: left;
    color: #fff;
    background-color: #EE524C;
    min-width: 170px;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    font-size: 18px; }
  .game-info #four-tab {
    position: relative;
    padding-left: 30px; }
    .game-info #four-tab img {
      position: absolute;
      top: 8px;
      left: 6px; }
  .game-info .panels {
    box-shadow: 0 2rem 2rem #00000080;
    min-height: 200px;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px 50px;
    background-color: #2A2A2A; }
  .game-info .panel {
    display: none;
    animation: fadein .8s; }
    .game-info .panel p {
      font-size: 12px; }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .game-info .panel-title {
    font-size: 18px;
    width: 100%;
    border-bottom: 2px solid white;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: none; }
    .game-info .panel-title h1 {
      font-size: inherit;
      text-transform: none; }
  .game-info .radio {
    display: none; }
  .game-info #one-tab {
    min-width: 131px;
    position: relative; }
    .game-info #one-tab img {
      position: absolute;
      top: 50%;
      left: 22px;
      transform: translate(-50%, -50%); }
  .game-info #one:checked ~ .panels #one-panel,
  .game-info #two:checked ~ .panels #two-panel,
  .game-info #three:checked ~ .panels #three-panel,
  .game-info #four:checked ~ .panels #four-panel {
    display: block; }
  .game-info #one:checked ~ .tabs #one-tab,
  .game-info #two:checked ~ .tabs #two-tab,
  .game-info #three:checked ~ .tabs #three-tab,
  .game-info #four:checked ~ .tabs #four-tab {
    background: #2A2A2A; }

.webgl-content .footer {
  display: none !important; }

.SumoSelect .SelectBox, .SumoSelect .sumo {
  background-color: transparent;
  border: none !important;
  color: white !important;
  cursor: pointer; }
  .SumoSelect .SelectBox i, .SumoSelect .sumo i {
    filter: invert(1); }

select.sumo {
  background-color: transparent;
  border: none !important;
  color: white !important;
  cursor: pointer;
  padding: 7px; }

.optWrapper {
  top: 41px !important; }
  .optWrapper .options .opt {
    color: black; }

table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  background-color: #2A2A2A; }
  table:after {
    content: "";
    display: block;
    height: 26px; }
  table th,
  table td {
    padding: 13px; }
  table td {
    font-size: 12px; }
    table td:nth-of-type(4) {
      text-align: right;
      padding-right: 0px; }
    table td:nth-of-type(2) {
      padding-left: 0px; }
    table td:nth-of-type(2), table td:nth-of-type(3), table td:nth-of-type(4) {
      border-bottom: 1px solid #C1C1C1; }
  table th {
    background-color: #EE524C;
    color: white;
    font-size: 13px;
    letter-spacing: 0.2px; }
    table th:nth-of-type(1) {
      width: 100px; }
    table th:nth-of-type(4) {
      text-align: right;
      padding-right: 0px; }
    table th:nth-of-type(2) {
      padding-left: 0px; }
    table th:nth-of-type(5) {
      width: 100px; }
  table.highscore.small th:nth-of-type(1), table.highscore.small th:nth-of-type(5) {
    width: 20px; }
  table.highscore.small td {
    padding: 11px; }
  table.highscore.small:after {
    height: 49px; }
  table a {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  table .table-image {
    border-radius: 50%;
    width: 35px !important;
    height: 35px !important;
    border: 1px solid white;
    margin-right: 10px; }

.slideshow.flickity-resize .slideshow-slide {
  min-height: 100%; }
.slideshow .slideshow-slide {
  width: 100%; }
.slideshow.orthors-slideshow .slideshow-slide .background-image {
  width: 100%;
  padding-bottom: 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (max-width: 1023px) {
    .slideshow.orthors-slideshow .slideshow-slide .background-image {
      padding-bottom: 70%; } }
.slideshow.video {
  margin: 74px; }
  @media screen and (max-width: 1023px) {
    .slideshow.video {
      margin: 30px 0px 40px; } }
  .slideshow.video .flickity-page-dots {
    bottom: -44px; }
    @media screen and (max-width: 1023px) {
      .slideshow.video .flickity-page-dots {
        bottom: -25px; } }
.slideshow.nav .slideshow-slide {
  width: 70px;
  margin: 0px 10px; }
  .slideshow.nav .slideshow-slide img {
    width: 100%; }
.slideshow .flickity-button {
  background-color: transparent;
  width: 60px;
  height: 60px;
  min-width: 0px; }
  @media screen and (max-width: 1023px) {
    .slideshow .flickity-button {
      width: 30px;
      height: 30px; } }
  .slideshow .flickity-button svg {
    color: white;
    width: 40px; }
    @media screen and (max-width: 1023px) {
      .slideshow .flickity-button svg {
        width: 18px; } }
.slideshow .flickity-page-dots {
  bottom: 30px; }
  @media screen and (max-width: 1023px) {
    .slideshow .flickity-page-dots {
      bottom: -15px; } }
  .slideshow .flickity-page-dots .dot {
    width: 16px;
    height: 16px; }
    @media screen and (max-width: 1023px) {
      .slideshow .flickity-page-dots .dot {
        width: 5px;
        height: 5px;
        margin: 0 5px; } }
@media screen and (max-width: 767px) {
  .slideshow .flickity-prev-next-button {
    display: none; } }

.section {
  padding: 60px 0;
  transition: background-color 0.5s ease;
  background-color: #2A2A2A; }
  @media screen and (max-width: 1023px) {
    .section {
      padding: 20px 0px; } }
  .section .section-title {
    color: white;
    text-align: center;
    position: relative;
    margin-bottom: 44px;
    text-transform: uppercase;
    transition: color 0.5s ease;
    font-weight: bold; }
    @media screen and (max-width: 1023px) {
      .section .section-title {
        margin-bottom: 20px; } }
    .section .section-title:after {
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      content: "";
      width: 63px;
      height: 6px;
      background-color: #2A2A2A;
      transition: background-color 0.5s ease; }
  .section .section-cta {
    margin: auto;
    max-width: 177px;
    display: block;
    margin-top: 50px; }
    @media screen and (max-width: 1023px) {
      .section .section-cta {
        margin-top: 10px; } }
  .section .section-banner {
    width: 100%; }
  .section .border-text {
    border: 1px solid white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 30px; }
  .section .video-background {
    padding-bottom: 56%;
    width: 100%;
    margin: auto;
    display: block;
    background-position: center;
    background-size: cover;
    position: relative; }
    .section .video-background img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 1023px) {
        .section .video-background img {
          width: 70px; } }
    .section .video-background.non-featured img {
      width: 70px; }
  .section .long-title {
    margin-right: -200px; }
    @media screen and (max-width: 1023px) {
      .section .long-title {
        margin: 0px; } }
  .section.hero .parallax-window {
    height: 338px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1279px) {
      .section.hero .parallax-window {
        height: 260px; } }
    @media screen and (max-width: 1023px) {
      .section.hero .parallax-window {
        height: 166px; } }
    .section.hero .parallax-window .hero-title {
      color: white; }
      @media screen and (max-width: 1023px) {
        .section.hero .parallax-window .hero-title {
          padding: 10px;
          text-align: center; } }
  .section.no-padding {
    padding: 0px; }
  .section.no-padding-top {
    padding-top: 0px; }
  .section.no-padding-bottom {
    padding-bottom: 0px; }
  .section.no-background {
    background-color: transparent; }
  .section.yellow-background {
    background-color: #191919; }
    .section.yellow-background .section-title {
      color: white; }
      .section.yellow-background .section-title:after {
        background-color: white; }
    .section.yellow-background .item {
      box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.4); }
  .section.red-background {
    background-color: #2A2A2A; }
    .section.red-background p, .section.red-background h1, .section.red-background h2, .section.red-background h3, .section.red-background h4, .section.red-background h5 {
      color: white; }
  .section.team .item-team {
    background-color: #2A2A2A;
    position: relative;
    padding: 30px 0px 30px 80px; }
    @media screen and (max-width: 1023px) {
      .section.team .item-team {
        padding: 15px; } }
    .section.team .item-team:after {
      content: "";
      left: calc(100% - 1px);
      top: 0px;
      height: 100%;
      width: 200px;
      position: absolute;
      display: block;
      background-color: #2A2A2A; }
      @media screen and (max-width: 1023px) {
        .section.team .item-team:after {
          display: none; } }
    .section.team .item-team .team-title {
      color: white;
      margin-top: 36px;
      font-weight: bold; }
      @media screen and (max-width: 1023px) {
        .section.team .item-team .team-title {
          margin-top: 0px; } }
    .section.team .item-team .team-description {
      color: white;
      min-height: 230px; }
    .section.team .item-team .team-images img {
      width: 148px; }
  .section.team .team-image {
    position: relative;
    background-color: white; }
  .section.team-alt {
    background-color: #191919; }
    .section.team-alt .grid {
      flex-direction: row-reverse; }
    .section.team-alt .item-team {
      background-color: black;
      color: white;
      padding-left: 0px;
      padding-right: 80px; }
      @media screen and (max-width: 1023px) {
        .section.team-alt .item-team {
          padding: 15px; } }
      .section.team-alt .item-team:after {
        background-color: black;
        left: auto;
        right: 100%; }
      .section.team-alt .item-team .team-title, .section.team-alt .item-team .team-description {
        color: white; }
  .section.app-store .long-title {
    position: relative;
    z-index: 2; }
  .section.app-store .full-width {
    width: 100%; }
  .section .contact-us {
    background-color: #191919;
    padding: 50px 120px;
    box-shadow: 6px 6px 12px 0px #191919; }
    @media screen and (max-width: 1023px) {
      .section .contact-us {
        padding: 0 15px; } }
    .section .contact-us img {
      margin-left: auto;
      display: block; }
    .section .contact-us .contact-inner {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
      .section .contact-us .contact-inner .contact-top .contact-title {
        margin-top: 30px;
        font-weight: 700; }
        @media screen and (max-width: 1023px) {
          .section .contact-us .contact-inner .contact-top .contact-title {
            margin-top: 0px; } }
      .section .contact-us .contact-inner .contact-top a, .section .contact-us .contact-inner .contact-top p {
        font-size: 30px;
        text-transform: uppercase;
        line-height: 1.3; }
        @media screen and (max-width: 1023px) {
          .section .contact-us .contact-inner .contact-top a, .section .contact-us .contact-inner .contact-top p {
            font-size: 18px; } }
      @media screen and (max-width: 1023px) {
        .section .contact-us .contact-inner .contact-bottom .socials {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center; } }
      .section .contact-us .contact-inner .contact-bottom .socials .icon-social {
        font-size: 60px;
        margin: 25px;
        display: inline-flex;
        margin-bottom: 0px; }
        @media screen and (max-width: 1023px) {
          .section .contact-us .contact-inner .contact-bottom .socials .icon-social {
            margin: 5px; } }
        .section .contact-us .contact-inner .contact-bottom .socials .icon-social:first-of-type {
          margin-left: 0px; }
        .section .contact-us .contact-inner .contact-bottom .socials .icon-social:last-of-type {
          margin-right: 0px; }
  .section.video-block .video-background {
    max-width: 100%;
    padding-bottom: 57%; }
  .section.video-games#sixfaces {
    background-color: #96a4cf; }
    .section.video-games#sixfaces .section-title {
      color: #bff6f1; }
      .section.video-games#sixfaces .section-title:after {
        background-color: #bff6f1; }
  .section.video-games#dodgecrafts {
    background-color: #884c9e; }
    .section.video-games#dodgecrafts .section-title {
      color: #f27eb6; }
      .section.video-games#dodgecrafts .section-title:after {
        background-color: #f27eb6; }
  .section.video-games#tun-it {
    background-color: #3b3b3b; }
    .section.video-games#tun-it .section-title {
      color: #f24a58; }
      .section.video-games#tun-it .section-title:after {
        background-color: #f24a58; }
  .section.small-image-gallery img {
    width: 100%; }
  .section.wysiwyg p {
    width: 90%;
    margin: auto; }
    @media screen and (max-width: 1023px) {
      .section.wysiwyg p {
        width: 100%; } }
  .section.post img {
    width: 100%; }
  .section.game-search {
    background-color: #2A2A2A; }

/**
** Jai's Lazy Edits
** I'm sorry Will...
***/
.section.video-games span.item-description, .post-type-archive-game span.item-description {
  min-height: 48px; }

.section.team:not(.team-alt) .team-item-read-more .button {
  background-color: #191919 !important;
  color: black !important; }
  .section.team:not(.team-alt) .team-item-read-more .button:hover {
    background-color: #2A2A2A !important;
    color: #ffffff !important; }

.item-details h3.h5.item-title.tall {
  min-height: 52px; }
.item-details span.item-description {
  min-height: 48px; }

img.app-image:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.05);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.home-top-section {
  background-size: cover;
  background-position: center;
  height: 560px;
  padding: 20px 0px; }
  @media screen and (max-width: 1023px) {
    .home-top-section {
      height: unset; } }
  .home-top-section .centering {
    height: 100%; }
    .home-top-section .centering .grid {
      height: 100%; }
      .home-top-section .centering .grid .side-menu {
        height: 100%; }

.non-float #menu-main-menu, .non-float #menu-main-menu-1 {
  position: relative; }

/*#menu-main-menu, #menu-main-menu-1*/
.fixed_menu_wrapper {
  margin: 0px;
  position: fixed;
  width: 248px;
  z-index: 10;
  background-color: #2a2a2a;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
  @media screen and (max-width: 1023px) {
    .fixed_menu_wrapper {
      display: none; } }
  .fixed_menu_wrapper .member-search {
    padding: 0px 20px;
    margin-bottom: 36px; }
    .fixed_menu_wrapper .member-search .um-search-area .um-search-icon {
      position: absolute;
      top: 0px;
      right: 10px;
      color: black; }
  .fixed_menu_wrapper #menu-main-menu, .fixed_menu_wrapper #menu-main-menu-1 {
    padding: 40px 20px 1px 20px;
    margin: 0; }
  .fixed_menu_wrapper .menu-item a {
    padding-left: 40px;
    position: relative;
    margin-bottom: 36px;
    display: block;
    font-size: 18px;
    line-height: 1; }
    .fixed_menu_wrapper .menu-item a:before {
      line-height: 1;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: "ThemeIcons";
      position: absolute;
      top: calc(50% - 1px);
      left: 0px;
      transform: translateY(-50%);
      width: 28px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
  .fixed_menu_wrapper .menu-item.games a:before {
    font-size: 14px; }
  .fixed_menu_wrapper .menu-item.mediacontent a:before {
    font-size: 14px; }
  .fixed_menu_wrapper .menu-item.notifications {
    position: relative; }
  .fixed_menu_wrapper .menu-item .notification-number {
    background-color: rgba(221, 51, 51, 0.8);
    color: white;
    border-radius: 100px;
    height: 28px;
    width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 3px;
    font-size: 13px;
    position: absolute;
    right: 0px;
    top: -5px; }

.unity-game-box {
  height: 0px;
  width: 100%;
  position: relative;
  padding: 0px;
  padding-bottom: 50%;
  overflow: hidden; }
  .unity-game-box .webgl-content {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    margin: auto;
    transform: none; }
  .unity-game-box iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    overflow: hidden; }

.um-page-register main,
.um-page-login main {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 1023px) {
    .um-page-register main,
    .um-page-login main {
      flex-direction: column; }
      .um-page-register main .parallax-window,
      .um-page-login main .parallax-window {
        display: none !important; } }

.registration-box {
  display: flex;
  /*background-color: #2A2A2A;*/
  position: relative;
  padding: 60px 38px 130px;
  max-width: 1030px;
  margin: auto; }
  @media screen and (max-width: 1023px) {
    .registration-box {
      flex-direction: column; }
      .registration-box form {
        display: flex;
        flex-direction: column; }
      .registration-box span.um-field-checkbox-option {
        width: 100%; }
      .registration-box .um-col-alt-b {
        width: 100% !important; } }
  .registration-box .image-box {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 1023px) {
      .registration-box .image-box {
        text-align: center;
        margin: auto;
        margin-bottom: 50px;
        padding-left: 17px;
        max-width: 150px; } }
    .registration-box .image-box img {
      margin-left: -18px;
      margin-top: -100px; }
      @media screen and (max-width: 1023px) {
        .registration-box .image-box img {
          margin-top: 0px; } }
  .registration-box .register-title {
    display: flex;
    align-items: center;
    color: white;
    font-size: 18px;
    margin-bottom: 32px; }
    @media screen and (max-width: 1023px) {
      .registration-box .register-title {
        flex-direction: column; } }
    .registration-box .register-title h1 {
      font-size: 30px;
      margin-right: 13px;
      line-height: 37px; }
      @media screen and (max-width: 1023px) {
        .registration-box .register-title h1 {
          margin-right: 0px; } }
    .registration-box .register-title a {
      margin-left: 13px;
      font-size: 30px;
      font-weight: 700;
      border-bottom: 2px solid #EE524C;
      line-height: 37px;
      font-family: Montserrat; }
      @media screen and (max-width: 1023px) {
        .registration-box .register-title a {
          margin-left: 0px; } }
      .registration-box .register-title a:hover {
        color: #EE524C; }
  .registration-box .um-register,
  .registration-box .um-login {
    flex: 1;
    max-width: 100% !important; }
  .registration-box .um-login .um-col-alt,
  .registration-box .um-login .um-col-alt-b {
    float: left;
    width: 50%;
    margin: 20px 0px 0px !important;
    padding: 0px;
    display: block; }
    .registration-box .um-login .um-col-alt span, .registration-box .um-login .um-col-alt a,
    .registration-box .um-login .um-col-alt-b span,
    .registration-box .um-login .um-col-alt-b a {
      color: white !important;
      text-align: left; }
  .registration-box #um-submit-btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100% !important;
    background-color: #EE524C;
    text-transform: uppercase !important;
    font-size: 18px;
    font-weight: 700 !important;
    font-family: Montserrat;
    height: 70px !important; }

.featured-games {
  background-color: #2A2A2A;
  padding: 20px; }
  @media screen and (min-width: 1024px) {
    .featured-games {
      position: fixed;
      width: 248px;
      top: 512px; } }
  .featured-games .featured-games-title {
    font-size: 18px;
    border-bottom: 2px solid white;
    padding-bottom: 20px;
    padding-top: 0px;
    margin-top: 0px;
    text-transform: none;
    text-align: left; }
  .featured-games .background-image {
    width: 100%;
    padding-bottom: 80%;
    background-size: cover;
    background-position: center; }
  .featured-games h3 {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    text-transform: none; }

#wpd-bubble-wrapper {
  display: none !important; }

.home-section {
  margin-bottom: 30px; }
  .home-section:first-of-type {
    margin-top: 10px; }
  .home-section.bottom-border {
    border-bottom: 2px solid #464646;
    padding-bottom: 30px; }
  .home-section.banner img {
    width: 100%; }
  .home-section .home-section-title {
    font-size: 20px;
    text-transform: none; }
  .home-section .banner-link + .highscore {
    margin-top: -10px; }

.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.home-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .home-center .home-center-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #2A2A2A;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    margin-bottom: 10px; }
    .home-center .home-center-top table.highscore {
      box-shadow: none; }
  .home-center .profile-pic {
    flex: 0 0 375px;
    margin-bottom: -8px; }
    @media screen and (max-width: 479px) {
      .home-center .profile-pic {
        flex: auto; } }
    .home-center .profile-pic img {
      width: 100%; }
  .home-center .home-table {
    flex: 1; }

table.highscore, .home-section.banner img, .home-center .profile-pic img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.highscore-section {
  display: flex;
  background-color: #2A2A2A;
  height: 77px !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
  .highscore-section.half {
    width: 49.5%; }
    @media screen and (max-width: 479px) {
      .highscore-section.half {
        width: 100%;
        margin-bottom: 15px; } }
  .highscore-section .highscore-left {
    padding: 16px 20px 13px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column; }
    .highscore-section .highscore-left p {
      margin: 0px;
      font-size: 12px; }
    .highscore-section .highscore-left h3 {
      margin: 0px;
      font-size: 22px; }
  .highscore-section .highscore-right {
    margin-left: auto; }
    .highscore-section .highscore-right p {
      width: 77px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px; }

.main.standard #menu-main-menu, .main.standard #menu-main-menu-1 {
  min-height: 248px;
  height: auto; }
.main.standard .grid {
  margin-top: 20px; }
  .um-page-notifications .main.standard .grid {
    margin-top: 30px; }
.main.standard .main-content {
  background-color: #2A2A2A; }
  .page-template-default .main.standard .main-content, .page-template-page-table .main.standard .main-content {
    margin-left: 10px;
    width: calc(100% - 278px); }
  .page-template-page-table .main.standard .main-content {
    margin-bottom: 20px;
    padding-bottom: 0px; }
  .page-template-page-table .main.standard .main-content .um-header {
    margin-left: -10px;
    margin-right: -10px; }
  .page-template-page-table .main.standard .main-content .highscore {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px); }
  .um-page-user .main.standard .main-content {
    margin-left: 0px; }
  .page-id-828 .main.standard .main-content {
    margin-top: 10px; }

.page-template-page-table .main-content {
  margin-top: 10px; }

.um-popup {
  background: transparent !important; }

.featured-tournament {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 441px; }
  @media screen and (max-width: 479px) {
    .featured-tournament {
      height: 220px; } }
  .featured-tournament .button {
    margin-top: 33%;
    font-size: 18px;
    padding: 16px; }
    .featured-tournament .button:hover {
      background-color: white;
      color: #EE524C; }

/**
LOGIN MODAL
**/
a.lrm-switch-to-link.lrm-switch-to--login.lrm-ficon-login.selected, a.lrm-switch-to-link.lrm-switch-to--register.lrm-ficon-register, .lrm-user-modal-container .lrm-switcher a {
  color: white !important; }
  a.lrm-switch-to-link.lrm-switch-to--login.lrm-ficon-login.selected::before, a.lrm-switch-to-link.lrm-switch-to--register.lrm-ficon-register::before, .lrm-user-modal-container .lrm-switcher a::before {
    display: none; }

a.lrm-switch-to-link.lrm-switch-to--login.lrm-ficon-login.selected, .lrm-user-modal-container-inner, .lrm-user-modal-container .lrm-switcher.-is-not-login-only a.selected {
  background-color: #2A2A2A; }

.lrm-user-modal-container .lrm-switcher a {
  background-color: #191919; }

.lrm-inline .lrm-user-modal-container {
  border: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lrm-form button, .lrm-form button[type=submit] {
  background-color: #EE524C;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer; }

input.full-width.has-padding.has-border ::placeholder {
  color: white !important; }

.lrm-user-modal-container .input-text, .lrm-user-modal-container input[type=email], .lrm-user-modal-container input[type=password], .lrm-user-modal-container input[type=search], .lrm-user-modal-container input[type=tel], .lrm-user-modal-container input[type=text], .lrm-user-modal-container input[type=url], .lrm-user-modal-container select, .lrm-user-modal-container textarea {
  background: #191919;
  border: none; }
  .lrm-user-modal-container .input-text::placeholder, .lrm-user-modal-container input[type=email]::placeholder, .lrm-user-modal-container input[type=password]::placeholder, .lrm-user-modal-container input[type=search]::placeholder, .lrm-user-modal-container input[type=tel]::placeholder, .lrm-user-modal-container input[type=text]::placeholder, .lrm-user-modal-container input[type=url]::placeholder, .lrm-user-modal-container select::placeholder, .lrm-user-modal-container textarea::placeholder {
    color: white; }

.table-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 20px solid #191919;
  margin-left: -10px;
  margin-right: -10px;
  padding: 20px; }
  .table-top .filter .filter-label {
    color: #535353;
    font-size: 16px;
    margin-bottom: 0px;
    margin-left: 7px; }

/**
.lrm-form input::placeholder {
    color: black !important;
}

.lrm-form label {
    color:black !important;
}
**/
.content.grid-container {
  padding: 0px; }

.filters-container {
  background-color: #2A2A2A;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px; }
  .filters-container .media-boxes-search {
    opacity: 0;
    position: relative; }
    .filters-container .media-boxes-search #search {
      background-color: transparent;
      border: none;
      text-align: right;
      pointer-events: none;
      color: #EE524C;
      font-size: 15px; }
    .filters-container .media-boxes-search .media-boxes-clear {
      display: block;
      position: absolute;
      top: -13px;
      right: -24px;
      transform: rotate(45deg);
      font-size: 40px;
      cursor: pointer; }
    .filters-container .media-boxes-search.is-active {
      opacity: 1; }
  .filters-container ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex; }
    .filters-container ul li {
      padding: 10px;
      line-height: 1; }
      .filters-container ul li a {
        font-size: 15px; }
        .filters-container ul li a.selected {
          color: #EE524C; }

.media-boxes-load-more-button.media-boxes-no-more-entries {
  display: none; }

.hero-text {
  width: 100%;
  min-height: 490px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .hero-text {
      min-height: 0px; } }
  .hero-text h1 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.2;
    max-width: 620px; }
    @media screen and (max-width: 767px) {
      .hero-text h1 {
        font-size: 40px; } }
  .hero-text p {
    font-size: 16px;
    max-width: 620px; }
  .hero-text a {
    margin-top: 30px;
    padding: 14px 30px; }
    .hero-text a:hover {
      color: white; }

.item {
  box-shadow: 6px 6px 12px 0px #191919; }
  .item .item-image {
    width: 100%;
    display: block;
    padding-bottom: 80%;
    background-size: cover;
    background-position: center; }
  .item .item-details {
    padding: 20px 10px;
    background-color: #2A2A2A;
    color: white; }
    .item .item-details .item-title {
      margin: 0px;
      display: block;
      color: white;
      font-size: 15px;
      transition: color 0.3s ease; }
      .item .item-details .item-title.tall {
        min-height: 52px;
        margin-bottom: 24px; }
    .item .item-details .item-description {
      font-size: 14px;
      display: block; }
    .item .item-details .item-tags span {
      color: #EE524C;
      font-size: 11px; }
    .item .item-details .item-button {
      display: block;
      margin: auto;
      margin-top: 16px;
      max-width: 125px;
      min-width: 125px; }
  .item .item-date {
    color: #A71D2B; }
  .item.featured-video {
    box-shadow: none;
    margin-bottom: 60px; }
    .item.featured-video .video-background {
      width: 100%;
      background-size: cover;
      background-position: center;
      padding-bottom: 56%;
      display: block;
      position: relative;
      margin-bottom: 48px; }
    .item.featured-video .featured-info {
      display: flex; }
      @media screen and (max-width: 1023px) {
        .item.featured-video .featured-info {
          flex-direction: column; } }
      .item.featured-video .featured-info .featured-title {
        flex: 1;
        color: white;
        margin-top: -10px;
        font-size: 20px; }
      .item.featured-video .featured-info .featured-description {
        flex: 1;
        font-size: 14px;
        color: white; }
        .item.featured-video .featured-info .featured-description p {
          font-size: 18px;
          color: white;
          font-size: 14px; }
  .item.video-item {
    box-shadow: none;
    height: 100%;
    /* .item-details {
         padding: 0px;            
     }*/ }
    .item.video-item .item-image {
      margin-bottom: 18px; }
  .item.blog-item {
    position: relative; }
    .item.blog-item .item-details {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all 1s ease;
      visibility: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center; }
    .item.blog-item:hover .item-details {
      opacity: 1;
      visibility: visible;
      background-color: #191919; }

.single-video .hero-title {
  font-size: 20px; }

.um-page-user .main.standard .main-content {
  background-color: transparent !important; }

.um-followers-rc {
  display: none !important; }

i.um-faicon-download {
  display: none; }

#comments .wpd-form-head {
  display: none !important; }
#comments .ql-toolbar {
  display: none !important; }
#comments .wpdf-reacted {
  display: none; }
#comments .wpdf-hottest {
  display: none; }
#comments i.fas.fa-rss {
  display: none; }

.wpd-vote-down {
  display: none !important; }

.um-profile-edit-a.um-profile-save {
  display: none; }

.um-page-user .um-profile-nav-item.um-profile-nav-main, .um-page-user .um-profile-nav-item.um-profile-nav-posts, .um-page-user .um-profile-nav-item.um-profile-nav-messages, .um-page-user .um-profile-nav-item.um-profile-nav-friends {
  display: none; }

.um-cover.has-cover {
  position: absolute;
  top: 56px;
  left: 0px;
  width: 100% !important;
  height: 338px !important;
  overflow: hidden; }
  .um-cover.has-cover img {
    width: 100% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.um .um-field-group-head, .picker__box, .picker__nav--prev:hover, .picker__nav--next:hover, .um .um-members-pagi span.current, .um .um-members-pagi span.current:hover, .um .um-profile-nav-item.active a, .um .um-profile-nav-item.active a:hover, .upload, .um-modal-header, .um-modal-btn, .um-modal-btn.disabled, .um-modal-btn.disabled:hover, div.uimob800 .um-account-side li a.current, div.um-profile .um-account-side li a.current:hover, div.uimob960 .um-account-side li a.current:hover, .um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
  border: 1px solid #EE524C !important;
  background: #191919 !important;
  color: #EE524C !important; }

.um input[type=submit][value="Update Profile"].um-button {
  border: 1px solid #EE524C !important;
  background: #EE524C !important;
  color: white !important; }

.um a.um-button.um-follow-btn {
  text-transform: uppercase !important;
  border: 3px solid #F7D76A !important;
  border-radius: none !important;
  background-color: #F7D76A !important;
  color: black !important;
  font-family: Public Sans !important;
  font-weight: 700 !important; }

.um a.um-button.um-unfollow-btn {
  text-transform: uppercase !important;
  border: 3px solid #F7D76A !important;
  border-radius: none !important;
  color: #F7D76A !important;
  background-color: transparent !important;
  font-family: Public Sans !important;
  font-weight: 700 !important; }
  .um a.um-button.um-unfollow-btn:before {
    display: none; }

body div.uimob800 .um-profile-meta .menu-buttons .um-followers-btn a.um-unfollow-btn, body div.um-profile .um-profile-meta .menu-buttons .um-followers-btn a.um-unfollow-btn {
  width: 100% !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  border: 3px solid #F7D76A !important;
  border-radius: none !important;
  padding: 14px !important;
  color: #F7D76A !important;
  background-color: transparent !important;
  font-family: Public Sans !important;
  font-weight: 700 !important; }
  body div.uimob800 .um-profile-meta .menu-buttons .um-followers-btn a.um-unfollow-btn:before, body div.um-profile .um-profile-meta .menu-buttons .um-followers-btn a.um-unfollow-btn:before {
    display: none; }

.um-request-button {
  background-color: #EE524C !important; }

body .um-header {
  display: flex;
  flex-wrap: wrap;
  border: none !important;
  padding-bottom: 16px; }
body .um-profile .um-profile-body {
  padding: 0px; }
body div.uimob800 .um-profile-photo, body div.um-profile .um-profile-photo {
  background-color: yellow !important;
  width: 50% !important;
  height: 363px !important;
  padding: 0px !important;
  margin: 0px !important; }
  body div.uimob800 .um-profile-photo a.um-profile-photo-img, body div.um-profile .um-profile-photo a.um-profile-photo-img {
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px !important;
    border: none !important; }
    body div.uimob800 .um-profile-photo a.um-profile-photo-img img, body div.um-profile .um-profile-photo a.um-profile-photo-img img {
      width: 100% !important;
      height: 100% !important;
      border-radius: 0px !important; }
body div.uimob800 .um-profile-meta, body div.um-profile .um-profile-meta {
  width: 50% !important;
  padding: 30px !important;
  background-color: #2A2A2A;
  box-sizing: border-box; }
  body div.uimob800 .um-profile-meta .um-main-meta, body div.um-profile .um-profile-meta .um-main-meta {
    display: flex;
    align-items: center;
    justify-content: center; }
  body div.uimob800 .um-profile-meta .um-name, body div.um-profile .um-profile-meta .um-name {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    float: none;
    position: relative; }
    body div.uimob800 .um-profile-meta .um-name .verified-tick, body div.um-profile .um-profile-meta .um-name .verified-tick {
      position: absolute;
      top: -4px;
      right: -23px; }
    body div.uimob800 .um-profile-meta .um-name a, body div.um-profile .um-profile-meta .um-name a {
      color: white !important;
      font-size: 25px !important;
      text-align: center; }
    body div.uimob800 .um-profile-meta .um-name .um-follows-you, body div.um-profile .um-profile-meta .um-name .um-follows-you {
      color: white;
      line-height: 1;
      margin-bottom: 10px; }
  body div.uimob800 .um-profile-meta .um-meta-text, body div.um-profile .um-profile-meta .um-meta-text {
    color: white;
    font-size: 12px;
    margin-top: 10px; }
  body div.uimob800 .um-profile-meta .menu-buttons, body div.um-profile .um-profile-meta .menu-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px; }
    body div.uimob800 .um-profile-meta .menu-buttons .um-followers-btn,
    body div.uimob800 .um-profile-meta .menu-buttons .um-messaging-btn, body div.um-profile .um-profile-meta .menu-buttons .um-followers-btn,
    body div.um-profile .um-profile-meta .menu-buttons .um-messaging-btn {
      float: none;
      width: 48% !important; }
      body div.uimob800 .um-profile-meta .menu-buttons .um-followers-btn a,
      body div.uimob800 .um-profile-meta .menu-buttons .um-messaging-btn a, body div.um-profile .um-profile-meta .menu-buttons .um-followers-btn a,
      body div.um-profile .um-profile-meta .menu-buttons .um-messaging-btn a {
        width: 100% !important;
        font-size: 18px !important;
        text-transform: uppercase !important;
        border: 3px solid #F7D76A !important;
        border-radius: none !important;
        background-color: #F7D76A !important;
        padding: 14px !important;
        color: black !important;
        font-family: Public Sans !important;
        font-weight: 700 !important; }
        body div.uimob800 .um-profile-meta .menu-buttons .um-followers-btn a:before,
        body div.uimob800 .um-profile-meta .menu-buttons .um-messaging-btn a:before, body div.um-profile .um-profile-meta .menu-buttons .um-followers-btn a:before,
        body div.um-profile .um-profile-meta .menu-buttons .um-messaging-btn a:before {
          display: none; }
    body div.uimob800 .um-profile-meta .menu-buttons .um-messaging-btn a, body div.um-profile .um-profile-meta .menu-buttons .um-messaging-btn a {
      background-color: transparent !important;
      color: #F7D76A !important; }
body div.uimob800 .um-profile-navbar .um-followers-rc, body div.um-profile .um-profile-navbar .um-followers-rc {
  position: absolute;
  top: 0px;
  right: 0px; }

.um-friends-coverbtn {
  display: none !important; }

.um-profile-navbar.um-messaging-bar.um-followers-bar {
  display: none; }

.top-followers {
  display: flex;
  align-items: center;
  justify-content: center; }
  .top-followers .um-followers-btn {
    display: none !important; }
  .top-followers .um-followers-rc {
    display: block !important;
    margin-top: 10px; }
    .top-followers .um-followers-rc a {
      border: 0px !important;
      display: flex !important;
      flex-direction: column-reverse !important;
      color: white !important; }
      .top-followers .um-followers-rc a .um-ajax-count-followers,
      .top-followers .um-followers-rc a .um-ajax-count-following {
        color: white !important;
        font-size: 25px;
        margin-bottom: 16px !important; }

.search-form.um-search-form .um-search-field {
  border: 1px solid #EE524C;
  background-color: transparent;
  padding: 12px;
  padding-left: 36px;
  font-size: 12px;
  line-height: 1;
  color: white; }
.search-form.um-search-form #um-search-button {
  right: auto;
  top: 5px;
  left: 10px;
  color: #EE524C; }
.search-form.um-search-form ::-webkit-input-placeholder {
  color: #cccccc !important; }
.search-form.um-search-form :-moz-placeholder {
  color: #cccccc !important; }
.search-form.um-search-form ::-moz-placeholder {
  color: #cccccc !important; }
.search-form.um-search-form :-ms-input-placeholder {
  color: #cccccc !important; }

.um-774.um .um-profile-body {
  max-width: 100% !important; }

.profile-social-media {
  background-color: #2A2A2A;
  display: flex;
  align-items: center;
  justify-content: center; }
  .profile-social-media a {
    font-size: 36px;
    color: white;
    margin: 0px 30px;
    padding: 18px;
    display: flex;
    transition: opacity 0.3s ease; }
    .profile-social-media a:hover {
      opacity: 0.5; }
    @media screen and (max-width: 1023px) {
      .profile-social-media a {
        font-size: 45px;
        margin: 0px 15px;
        padding: 5px; } }

.um-members-grid .um-member {
  background-color: #2a2a2a !important;
  border-color: #666 !important; }
  .um-members-grid .um-member a {
    color: white !important; }
  .um-members-grid .um-member .um-member-cover {
    background-color: #666 !important; }

um-member-directory-header.um-form {
  display: none; }

.profile-scores {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0px 0px; }
  .profile-scores .highscore-section.half {
    width: calc(50% - 10px);
    margin-bottom: 20px; }
    @media screen and (max-width: 1023px) {
      .profile-scores .highscore-section.half {
        width: 100%; }
        .profile-scores .highscore-section.half img {
          max-width: 150px !important;
          max-height: 90px !important; } }
    @media screen and (max-width: 1023px) and (max-width: 1023px) {
      .profile-scores .highscore-section.half img {
        max-height: unset !important; } }

/*
/// COMPONENTS ///
For smaller components, there is the components/ folder.
While layout/ is macro (defining the global wireframe), components/ is more
focused on widgets. It contains all kind of specific modules like a slider,
a loader, a widget, and basically anything along those lines. There are usually
a lot of files in components/ since the whole site/application should be mostly
composed of tiny modules.
*/
.section.team:not(.team-alt) .team-item-read-more .button, input[type="submit"],
input[type="button"],
input[type="reset"],
.button, .button-secondary {
  background-color: #EE524C;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  outline: 0;
  padding: 8px 8px;
  text-align: center;
  text-decoration: none;
  min-width: 210px;
  line-height: 1;
  transition: all 0.4s ease; }

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.button:hover {
  background-color: #191919;
  color: black; }

.button-secondary {
  background-color: black;
  color: white; }
  .button-secondary:hover {
    background-color: #dfdfdf; }

.hamburger {
  width: 30px;
  height: 21px;
  position: fixed;
  margin: 16px;
  display: none;
  right: 0;
  top: 0;
  z-index: 200; }
  @media screen and (max-width: 1023px) {
    .hamburger {
      display: block; } }
  .hamburger [class^="line-"] {
    display: block;
    background-color: white;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 2px;
    transition: all 300ms, opacity 100ms;
    outline: 1px solid transparent; }
    .hamburger [class^="line-"].line-1 {
      top: 0; }
    .hamburger [class^="line-"].line-2 {
      top: 9px; }
    .hamburger [class^="line-"].line-3 {
      bottom: 0; }
  .hamburger.is-active .line-1 {
    transform: translateY(9px) translateX(0) rotate(45deg); }
  .hamburger.is-active .line-2 {
    opacity: 0; }
  .hamburger.is-active .line-3 {
    transform: translateY(-9px) translateX(0) rotate(-45deg); }

/*.home, .post-type-archive {
    .hamburger {

        right: 25px;
        top: -2px;

    }
}*/
.accordion {
  margin: 20px auto; }

.accordion h1, h2, h3, h4 {
  cursor: pointer; }

.accordion h1 {
  padding: 15px 20px;
  color: white;
  border-bottom: 1px solid white;
  font-size: 18px; }

.accordion h1:hover {
  color: #EE524C; }

.accordion div, .accordion .answer {
  display: none;
  margin-top: 15px; }

.accordion h2 {
  padding: 5px 25px;
  color: white;
  font-size: 13px;
  color: #BBAB6F; }

.accordion h2:hover {
  color: #EE524C; }

.accordion h3 {
  padding: 5px 30px;
  font-size: .9rem;
  color: #ddd; }

.accordion h3:hover {
  background-color: #a93142; }

.accordion h4 {
  padding: 5px 35px;
  font-size: .9rem;
  color: #af720a; }

.accordion h4:hover {
  background-color: #e0b040; }

.accordion p {
  padding: 15px 35px;
  color: white;
  font-size: 12px;
  margin-bottom: 15px; }

.accordion .opened {
  display: block; }

/**
?????
**/
.page-id-1215 .grid-xs-12.grid-s-3.side-menu {
  padding: 0; }

.tabs .tabs-nav {
  background-color: rgba(25, 25, 25, 0.8);
  margin: 20px 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  display: flex;
  justify-content: space-around; }
  .tabs .tabs-nav li {
    flex-basis: 0;
    flex-grow: 1;
    position: relative; }
    .tabs .tabs-nav li:before {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      content: "";
      width: 1px;
      background-color: white; }
    .tabs .tabs-nav li:first-child:before {
      display: none; }
  .tabs .tabs-nav .tabs-link {
    color: #fff;
    display: block;
    padding: 20px;
    font-size: 18px;
    text-align: center; }
    .tabs .tabs-nav .tabs-link.is-active {
      background-color: #191919; }
.tabs .tab-content {
  display: none;
  margin: 20px 0; }
  .tabs .tab-content.is-active {
    display: block; }

::selection {
  background: #b3d4fc; }

*,
*:before,
*:after {
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

main {
  padding-top: 54px;
  min-height: calc(100VH - 55px); }
  .post-type-archive-game main, .single-game main, .single-mediacontent main, .post-type-archive-mediacontent main {
    padding-top: 74px;
    min-height: calc(100VH - 75px); }
  @media screen and (max-width: 1023px) {
    main {
      padding-top: 54px; } }

body {
  background-color: #191919;
  width: 100%; }

.webgl-content * {
  max-width: 100vw !important;
  max-height: 99vh !important; }

a.um-link.um-gdpr-donwload-link {
  display: none; }

.um-notification-b.right {
  display: none !important; }

.um-notification-live-feed {
  display: block !important;
  position: unset !important;
  background: none !important;
  width: 100% !important; }

.wpd-comment-label {
  display: none !important; }

.lrm-form .hide-password {
  border-color: #2A2A2A; }

.registration-box {
  /*Change text in autofill textbox*/ }
  .registration-box input.full-width.has-padding.has-border {
    color: white; }
  .registration-box input:-webkit-autofill,
  .registration-box input:-webkit-autofill:hover,
  .registration-box input:-webkit-autofill:focus,
  .registration-box input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #191919 inset !important; }
  .registration-box input:-webkit-autofill {
    -webkit-text-fill-color: white !important; }
  .registration-box .lrm-form .hide-password {
    color: white; }

.um-cover .um-dropdown {
  display: none !important; }

.lrm-user-modal-container .input-text, .lrm-user-modal-container input[type=email], .lrm-user-modal-container input[type=password], .lrm-user-modal-container input[type=search], .lrm-user-modal-container input[type=tel], .lrm-user-modal-container input[type=text], .lrm-user-modal-container input[type=url], .lrm-user-modal-container select, .lrm-user-modal-container textarea {
  color: white !important; }

.um-profile-nav-item.um-profile-nav-comments {
  display: none; }

.um-profile-edit {
  position: unset !important;
  margin: auto;
  text-align: center;
  margin-top: 25px; }
  .um-profile-edit .um-dropdown {
    right: calc(25% - 100px) !important; }

.single-game div.non-float .fixed_menu_wrapper, .single-game div.non-float .featured-games, .single-mediacontent div.non-float .fixed_menu_wrapper, .single-mediacontent div.non-float .featured-games {
  position: unset !important; }
  .single-game div.non-float .fixed_menu_wrapper .member-search, .single-game div.non-float .featured-games .member-search, .single-mediacontent div.non-float .fixed_menu_wrapper .member-search, .single-mediacontent div.non-float .featured-games .member-search {
    padding: 0px 20px 30px 20px; }

.page-id-871 .grid-xs-12.grid-s-3.side-menu, .um-page-notifications .grid-xs-12.grid-s-3.side-menu {
  padding-top: 0px !important; }

.um-message-body {
  overflow: auto;
  padding: 10px 0;
  height: 500px; }

.um-message-conv-view {
  max-height: 80vh; }

.wpd-comment .wpd-comment:not(.wpd_comment_level-2) {
  margin-left: 0px !important; }
.wpd-comment .wpd-comment-wrap:not(.wpd_comment_level-2) {
  margin-left: 0px !important; }

.wpd_comment_level-2 {
  margin-left: 25px !important; }

a.um-profile-edit-a.button-secondary {
  background-color: #2A2A2A;
  color: #F7D76A !important;
  border: 3px solid #F7D76A;
  padding: 20px 0px;
  text-align: center;
  margin: auto;
  border-bottom: 3px solid #F7D76A !important;
  font-weight: bold; }

.um-profile-edit {
  margin-right: 0px !important;
  height: 70px !important; }

.um-meta-text {
  text-align: center;
  margin-top: 20px !important; }

.um-cover.has-cover img {
  height: 100%; }

/**
RESPONSIV
**/
.mobile-only-button {
  display: none; }

@media screen and (max-width: 479px) {
  .um-main-meta {
    flex-direction: column; }

  body div.um-profile .um-profile-meta .menu-buttons {
    flex-direction: column !important;
    align-items: center;
    align-content: center; }

  body div.um-profile .um-profile-meta .menu-buttons .um-followers-btn, body div.um-profile .um-profile-meta .menu-buttons .um-messaging-btn, .um-members-messaging-btn.um-members-list-footer-button-wrapper {
    width: 100% !important; }

  /*.um-profile img {
      min-width: 20px;
      max-width: 20px;
      height:auto !important;
      }*/
  body div.um-profile .um-profile-meta {
    width: 100% !important; }

  body div.um-profile .um-profile-meta .um-name {
    margin: 0 !important; }

  body .um-header {
    flex-direction: column; }

  body .um-profile .um-profile-photo, body div.um-profile .um-profile-photo {
    position: unset !important;
    text-align: initial !important;
    width: 100% !important; }

  .registration-box span.um-field-checkbox-option {
    width: 75%;
    word-break: break-word; }

  .um-field.um-field-b.um-field-mailchimp {
    margin-bottom: 110px; } }
@media screen and (min-width: 480px) and (max-width: 1023px) {
  .profile-scores .highscore-section {
    flex-direction: row; }

  .profile-scores .highscore-section {
    flex-direction: row !important; }

  .highscore-section .highscore-left {
    width: 50% !important; } }
@media screen and (max-width: 1023px) {
  body div.uimob340 .um-header .um-profile-meta {
    padding-top: 30px !important; }

  .lrm-signup-section.is-selected .image-box {
    display: none !important; }

  .mobile-only-button {
    display: block; }

  body div.um-profile .um-profile-meta {
    padding: 5px !important; }

  .page-template-page-table .grid-xs-12.grid-s-9.main-content {
    width: 100% !important; }

  main {
    overflow: hidden; }

  .featured-games {
    display: none; }

  th:empty {
    display: none; }

  td:empty {
    display: none; }

  table td:nth-of-type(2) {
    padding-left: 13px; }

  table th:nth-of-type(2) {
    padding-left: 13px; }

  table td:nth-of-type(4), table th:nth-of-type(4) {
    padding-right: 13px; }

  .game-info .panels {
    padding: 10px; }

  .um-cover.has-cover {
    height: 85px !important; }

  body .um-header {
    justify-content: center; }

  .um-profile.um .um-name a {
    color: white !important; }

  .um-profile-body.main.main-default {
    text-align: center;
    color: white !important; }

  .notification-number {
    display: none; }

  section.featured-tournament {
    background-size: contain !important;
    background-repeat: no-repeat !important; }

  .post-type-archive-mediacontent section.featured-tournament {
    background-size: cover !important;
    background-repeat: no-repeat !important; }

  .um-profile-edit {
    text-align: center;
    margin: auto;
    margin-top: 25px;
    height: 100px !important;
    margin-right: 0px !important; }

  .game-info .tabs {
    flex-direction: column; }

  .um-field-label .um-field-label-icon {
    margin: 0 !important; }

  .um-members-messaging-btn.um-members-list-footer-button-wrapper {
    width: 110px;
    margin: auto;
    text-align: center; } }
div#preloader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(25, 25, 25, 0.9); }

.home-center .profile-pic img {
  max-height: 375px; }

#three-panel img {
  width: 100%; }

.um-members-grid .um-member-cover {
  height: 90px !important; }

/**Chat box fix**/
.page-id-871 .grid-xs-12.grid-s-9.main-content {
  min-height: 35vh; }
.page-id-871 .um-message-noconv {
  top: 25% !important; }

@media screen and (max-width: 1023px) {
  .page-template-default .main.standard .main-content {
    width: 100%;
    margin-left: 0px; } }

@media screen and (max-width: 479px) {
  .registration-box {
    padding: 0; }
    .registration-box input#signup-username::placeholder {
      font-size: 9px;
      min-height: 42px; }
    .registration-box .lrm-col-half-width.lrm-col-first.fieldset--first-name.lrm-col {
      margin-bottom: 25px; } }
/* landscape phones */
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .um-cover.has-cover {
    height: 270px !important; }

  .page-id-871 .grid .main-content {
    margin-bottom: 150px; } }
@media screen and (max-width: 479px) {
  .um-message-modal {
    padding-bottom: 25px; }

  .um-profile-body .profile-scores .highscore-section {
    flex-direction: row;
    height: 100% !important; }
    .um-profile-body .profile-scores .highscore-section img {
      width: calc(100% / 3);
      max-height: 110px; }
    .um-profile-body .profile-scores .highscore-section .highscore-left, .um-profile-body .profile-scores .highscore-section .highscore-right {
      width: calc(100% / 3); } }
@media only screen and (max-width: 480px) and (orientation: portrait) {
  .um-form .um-cover.has-cover {
    height: 90px !important; } }
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .um-cover.has-cover {
    height: 200px !important; } }
.um-popup {
  background: #191919 !important; }

@media screen and (min-width: 1280px) {
  .um-cover.has-cover {
    height: 275px; } }
@media screen and (max-width: 1023px) {
  .um-message-conv-name {
    color: white; }

  .um-message-modal {
    background: #2A2A2A; }
    .um-message-modal .um-message-header-left a {
      color: white; }

  .um-profile-edit .um-dropdown {
    right: calc(50% - 100px) !important;
    top: 100% !important; }
    .um-profile-edit .um-dropdown .um-dropdown-arr {
      display: none; }

  .verified-tick {
    display: inline-block !important; }

  .profile-scores .highscore-section {
    flex-direction: column;
    height: 100% !important; }
    .profile-scores .highscore-section img {
      width: 100% !important;
      max-height: 110px; }
    .profile-scores .highscore-section .highscore-right {
      margin: revert; } }
.um-search-area {
  position: relative; }

.mobile-menu .um-search-area {
  text-align: center;
  margin: auto; }

@font-face {
  font-family: "FontAwesome";
  src: url("https://www.orthorsarcade.com/wp-content/plugins/ultimate-member/assets/font/fontawesome-webfont.eot?v=4.2.0");
  src: url("https://www.orthorsarcade.com/wp-content/plugins/ultimate-member/assets/font/fontawesome-webfont.eot?v=4.2.0#iefix") format("embedded-opentype"), url("https://www.orthorsarcade.com/wp-content/plugins/ultimate-member/assets/font/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("https://www.orthorsarcade.com/wp-content/plugins/ultimate-member/assets/font/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("https://www.orthorsarcade.com/wp-content/plugins/ultimate-member/assets/font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-display: swap;
  font-weight: normal;
  font-style: normal; }
.um-faicon-search:before {
  content: "\f002"; }

[class^="um-faicon-"]:before, [class*=" um-faicon-"]:before {
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

label.um-field-checkbox.um-field-half.um-field-radio-state-disabled {
  width: 100%; }

.registration-box .um-row._um_row_1 {
  margin: 0 !important; }
.registration-box button#um-submit-btn {
  padding: 0 1.4em !important;
  margin-bottom: 25px;
  color: white; }
.registration-box .um-col-alt {
  padding: 0 !important;
  margin: 0 !important; }
.registration-box span.um-field-checkbox-option {
  font-size: 14px;
  color: white; }

.grid-xs-12.grid-s-9.main-content {
  margin-bottom: 150px; }

div#preloader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(25, 25, 25, 0.9);
  -webkit-animation: fadeout 1.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeout 1.5s;
  /* Firefox < 16 */
  -ms-animation: fadeout 1.5s;
  /* Internet Explorer */
  -o-animation: fadeout 1.5s;
  /* Opera < 12.1 */
  animation: fadeout 1.5s;
  visibility: hidden; }

@keyframes fadeout {
  from {
    opacity: 1;
    visibility: visible; }
  to {
    opacity: 0;
    visibility: hidden; } }
/* Firefox < 16 */
@-moz-keyframes fadeout {
  from {
    opacity: 1;
    visibility: visible; }
  to {
    opacity: 0;
    visibility: hidden; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
    visibility: visible; }
  to {
    opacity: 0;
    visibility: hidden; } }
/* Internet Explorer */
@-ms-keyframes fadeout {
  from {
    opacity: 1;
    visibility: visible; }
  to {
    opacity: 0;
    visibility: hidden; } }
/* Opera < 12.1 */
@-o-keyframes fadeout {
  from {
    opacity: 1;
    visibility: visible; }
  to {
    opacity: 0;
    visibility: hidden; } }
.media-boxes-container .video-background {
  padding-bottom: 56%;
  width: 100%;
  margin: auto;
  display: block;
  background-position: center;
  background-size: cover;
  position: relative; }
  .media-boxes-container .video-background img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 1023px) {
      .media-boxes-container .video-background img {
        width: 70px; } }
  .media-boxes-container .video-background.non-featured img {
    width: 70px; }
.media-boxes-container.video-block .video-background {
  max-width: 100%;
  padding-bottom: 57%; }

.section.hero.download-banner .parallax-window {
  height: 545px;
  background-size: cover;
  flex-direction: column; }

.single-mediacontent .item.featured-video .video-background {
  padding-bottom: 50%; }

.hero-subtitle.download img {
  max-width: 50px; }

.hero-subtitle.download {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 130px;
  margin-top: 26px; }

a.button.hero-title.download-button {
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px; }

.item-image.no-padding {
  padding-bottom: 0px; }

.section.video-games.no-background {
  padding: 0px 0px 60px 0px; }
  .section.video-games.no-background.feature-vido .section-title {
    margin-left: 10px; }
  .section.video-games.no-background .section-title {
    text-align: left;
    font-size: 30px;
    text-transform: capitalize;
    margin-left: 20px; }
    .section.video-games.no-background .section-title::after {
      display: none; }
  .section.video-games.no-background .item {
    padding: 10px; }
  .section.video-games.no-background .item.featured-video {
    margin-bottom: 0px; }
  .section.video-games.no-background .item.featured-video .video-background {
    margin-bottom: 0px; }
  .section.video-games.no-background .item .item-details {
    background: transparent; }

@media screen and (max-width: 1023px) {
  .section-info iframe {
    max-width: 100%; } }

.home-infinite .item-details {
  display: none; }

@media screen and (min-width: 1024px) {
  .single-mediacontent .game-info-wrap {
    margin-top: -125px; } }
@media screen and (max-width: 1023px) {
  .single-mediacontent .grid-xs-12.grid-s-9.main-content {
    margin-bottom: 0px; } }
.media-boxes-load-more-button, .media-boxes-load-more {
  display: none !important; }

/*# sourceMappingURL=layout.css.map */
