@charset "UTF-8";
/*------------------------------------
    $STYLE
------------------------------------*/
/**
 * Here we add all the SASS files that will be
 * compiled at: /css/style.css.
 */
/**
 * Common & Utilities
 **/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Lists
   ========================================================================== */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/*------------------------------------*\
    $BREAK POINTS
\*------------------------------------*/
/*------------------------------------*\
    $PLACEHOLDERS
\*------------------------------------*/
/*------------------------------------
    $VARIABLES
------------------------------------*/
/*
* Basic variables of project
*/
/*------------------------------------
    $IMAGE-DIR
------------------------------------*/
/*------------------------------------
    $FONT
------------------------------------*/
/*------------------------------------
    $COLOR
------------------------------------*/
/*------------------------------------
    $COLOR CHANGE AMOUNT
------------------------------------*/
/*------------------------------------
    $TRANSITIONS
------------------------------------*/
/*------------------------------------
    $SIZES
------------------------------------*/
/*------------------------------------
    $BORDER
------------------------------------*/
/*------------------------------------
    $SHADOW
------------------------------------*/
/*------------------------------------
    $INDEX
------------------------------------*/
/*------------------------------------
    $BREAKPOINTS
------------------------------------*/
/*------------------------------------
    $FONTS
------------------------------------*/
@font-face {
  font-family: 'Titillium-light';
  src: url("../fonts/titillium-light.eot?1613036878657");
  src: url("../fonts/titillium-light.eot?1613036878657#iefix") format("embedded-opentype"), url("../fonts/titillium-light.woff2?1613036878657") format("woff2"), url("../fonts/titillium-light.woff?1613036878657") format("woff"), url("../fonts/titillium-light.ttf?1613036878657") format("truetype"), url("../fonts/titillium-light.svg?1613036878657") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Titillium-regular';
  src: url("../fonts/titillium-regular.eot?1613036878657");
  src: url("../fonts/titillium-regular.eot?1613036878657#iefix") format("embedded-opentype"), url("../fonts/titillium-regular.woff2?1613036878657") format("woff2"), url("../fonts/titillium-regular.woff?1613036878657") format("woff"), url("../fonts/titillium-regular.ttf?1613036878657") format("truetype"), url("../fonts/titillium-regular.svg?1613036878657") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto_Slab-light';
  src: url("../fonts/robotoslab-light.eot?1613036878657");
  src: url("../fonts/robotoslab-light.eot?1613036878657#iefix") format("embedded-opentype"), url("../fonts/robotoslab-light.woff2?1613036878657") format("woff2"), url("../fonts/robotoslab-light.woff?1613036878657") format("woff"), url("../fonts/robotoslab-light.ttf?1613036878657") format("truetype"), url("../fonts/robotoslab-light.svg?1613036878657") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto_Slab-bold';
  src: url("../fonts/robotoslab-bold.eot?1613036878657");
  src: url("../fonts/robotoslab-bold.eot?1613036878657#iefix") format("embedded-opentype"), url("../fonts/robotoslab-bold.woff2?1613036878657") format("woff2"), url("../fonts/robotoslab-bold.woff?1613036878657") format("woff"), url("../fonts/robotoslab-bold.ttf?1613036878657") format("truetype"), url("../fonts/robotoslab-bold.svg?1613036878657") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto_Slab-regular';
  src: url("../fonts/robotoslab-regular.eot?1613036878657");
  src: url("../fonts/robotoslab-regular.eot?1613036878657#iefix") format("embedded-opentype"), url("../fonts/robotoslab-regular.woff2?1613036878657") format("woff2"), url("../fonts/robotoslab-regular.woff?1613036878657") format("woff"), url("../fonts/robotoslab-regular.ttf?1613036878657") format("truetype"), url("../fonts/robotoslab-regular.svg?1613036878657") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

:root {
  --gutter-width: 10px;
  --outer-margin: 20px;
  --gutter-compensation: -webkit-calc((var(--gutter-width) * 0.5) * -1);
  --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
  --half-gutter-width: -webkit-calc((var(--gutter-width) * 0.5));
  --half-gutter-width: calc((var(--gutter-width) * 0.5));
  --xs-min: 30;
  --sm-min: 48;
  --md-min: 61.20;
  --lg-min: 78.125;
  --screen-xs-min: var(--xs-min)em;
  --screen-sm-min: var(--sm-min)em;
  --screen-md-min: var(--md-min)em;
  --screen-lg-min: var(--lg-min)em;
  --container-sm: -webkit-calc(var(--sm-min) + var(--gutter-width));
  --container-sm: calc(var(--sm-min) + var(--gutter-width));
  --container-md: -webkit-calc(var(--md-min) + var(--gutter-width));
  --container-md: calc(var(--md-min) + var(--gutter-width));
  --container-lg: -webkit-calc(var(--lg-min) + var(--gutter-width));
  --container-lg: calc(var(--lg-min) + var(--gutter-width)); }

@custom-media --sm-viewport only screen and (min-width: 48em);
@custom-media --md-viewport only screen and (min-width: 64em);
@custom-media --lg-viewport only screen and (min-width: 75em);
.container-fluid.cintoc,
.container.cintoc {
  padding: 0; }
  .container-fluid.cintoc .container,
  .container.cintoc .container {
    -webkit-box-shadow: none;
    box-shadow: none; }

.container.grey {
  background: #EAEAEA; }

.container.transparent {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent; }

.container {
  max-width: 980px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-right: var(--outer-margin, 28px);
  padding-right: var(--outer-margin, 2rem);
  padding-left: var(--outer-margin, 28px);
  padding-left: var(--outer-margin, 2rem); }

.container-fluid, .container {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container-main {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background: white;
  padding-top: 20px;
  padding-bottom: 20px; }

.container-prev {
  padding-top: 120px; }

.container-fluid {
  padding-right: var(--outer-margin, 28px);
  padding-right: var(--outer-margin, 2rem);
  padding-left: var(--outer-margin, 28px);
  padding-left: var(--outer-margin, 2rem); }

.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: var(--gutter-compensation, -7px);
  margin-right: var(--gutter-compensation, -0.5rem);
  margin-left: var(--gutter-compensation, -7px);
  margin-left: var(--gutter-compensation, -0.5rem);
  margin-right: -15px;
  margin-left: -15px; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-auto,
.col-xs-12-5,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: var(--half-gutter-width, 7px);
  padding-right: var(--half-gutter-width, 0.5rem);
  padding-left: var(--half-gutter-width, 7px);
  padding-left: var(--half-gutter-width, 0.5rem); }

.col-xs-auto {
  width: auto; }

.col-xs-12-5 {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%; }

.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -webkit-flex-basis: 8.33333333%;
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -webkit-flex-basis: 16.66666667%;
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -webkit-flex-basis: 33.33333333%;
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -webkit-flex-basis: 41.66666667%;
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -webkit-flex-basis: 58.33333333%;
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -webkit-flex-basis: 66.66666667%;
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -webkit-flex-basis: 83.33333333%;
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -webkit-flex-basis: 91.66666667%;
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

@media (min-width: 30em) {
  :root {
    --gutter-width: 10px;
    --outer-margin: 20px;
    --gutter-compensation: -webkit-calc((var(--gutter-width) * 0.5) * -1);
    --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
    --half-gutter-width: -webkit-calc((var(--gutter-width) * 0.5));
    --half-gutter-width: calc((var(--gutter-width) * 0.5));
    --xs-min: 30;
    --sm-min: 48;
    --md-min: 61.20;
    --lg-min: 78.125;
    --screen-xs-min: var(--xs-min)em;
    --screen-sm-min: var(--sm-min)em;
    --screen-md-min: var(--md-min)em;
    --screen-lg-min: var(--lg-min)em;
    --container-sm: -webkit-calc(var(--sm-min) + var(--gutter-width));
    --container-sm: calc(var(--sm-min) + var(--gutter-width));
    --container-md: -webkit-calc(var(--md-min) + var(--gutter-width));
    --container-md: calc(var(--md-min) + var(--gutter-width));
    --container-lg: -webkit-calc(var(--lg-min) + var(--gutter-width));
    --container-lg: calc(var(--lg-min) + var(--gutter-width)); }
  .container {
    width: var(--container-sm, 46rem); }
  .col-s,
  .col-s-1,
  .col-s-2,
  .col-s-3,
  .col-s-4,
  .col-s-5,
  .col-s-6,
  .col-s-7,
  .col-s-8,
  .col-s-9,
  .col-s-10,
  .col-s-11,
  .col-s-12,
  .col-s-auto,
  .col-s-12-5,
  .col-s-offset-0,
  .col-s-offset-1,
  .col-s-offset-2,
  .col-s-offset-3,
  .col-s-offset-4,
  .col-s-offset-5,
  .col-s-offset-6,
  .col-s-offset-7,
  .col-s-offset-8,
  .col-s-offset-9,
  .col-s-offset-10,
  .col-s-offset-11,
  .col-s-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem); }
  .col-s-auto {
    width: auto; }
  .col-s-12-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .col-s {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-s-1 {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-s-2 {
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-s-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-s-4 {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-s-5 {
    -webkit-flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-s-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-s-7 {
    -webkit-flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-s-8 {
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-s-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-s-10 {
    -webkit-flex-basis: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-s-11 {
    -webkit-flex-basis: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-s-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-s-offset-0 {
    margin-left: 0; }
  .col-s-offset-1 {
    margin-left: 8.33333333%; }
  .col-s-offset-2 {
    margin-left: 16.66666667%; }
  .col-s-offset-3 {
    margin-left: 25%; }
  .col-s-offset-4 {
    margin-left: 33.33333333%; }
  .col-s-offset-5 {
    margin-left: 41.66666667%; }
  .col-s-offset-6 {
    margin-left: 50%; }
  .col-s-offset-7 {
    margin-left: 58.33333333%; }
  .col-s-offset-8 {
    margin-left: 66.66666667%; }
  .col-s-offset-9 {
    margin-left: 75%; }
  .col-s-offset-10 {
    margin-left: 83.33333333%; }
  .col-s-offset-11 {
    margin-left: 91.66666667%; }
  .start-s {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-s {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-s {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-s {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-s {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-s {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-s {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-s {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-s {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-s {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 41.2em) {
  :root {
    --gutter-width: 8.5px;
    --outer-margin: 17px;
    --gutter-compensation: -webkit-calc((var(--gutter-width) * 0.5) * -1);
    --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
    --half-gutter-width: -webkit-calc((var(--gutter-width) * 0.5));
    --half-gutter-width: calc((var(--gutter-width) * 0.5));
    --xs-min: 30;
    --sm-min: 48;
    --md-min: 61.20;
    --lg-min: 78.125;
    --screen-xs-min: var(--xs-min)em;
    --screen-sm-min: var(--sm-min)em;
    --screen-md-min: var(--md-min)em;
    --screen-lg-min: var(--lg-min)em;
    --container-sm: -webkit-calc(var(--sm-min) + var(--gutter-width));
    --container-sm: calc(var(--sm-min) + var(--gutter-width));
    --container-md: -webkit-calc(var(--md-min) + var(--gutter-width));
    --container-md: calc(var(--md-min) + var(--gutter-width));
    --container-lg: -webkit-calc(var(--lg-min) + var(--gutter-width));
    --container-lg: calc(var(--lg-min) + var(--gutter-width)); }
  .container {
    width: var(--container-sm, 46rem); }
  .col-m,
  .col-m-1,
  .col-m-2,
  .col-m-3,
  .col-m-4,
  .col-m-5,
  .col-m-6,
  .col-m-7,
  .col-m-8,
  .col-m-9,
  .col-m-10,
  .col-m-11,
  .col-m-12,
  .col-m-auto,
  .col-m-12-5,
  .col-m-offset-0,
  .col-m-offset-1,
  .col-m-offset-2,
  .col-m-offset-3,
  .col-m-offset-4,
  .col-m-offset-5,
  .col-m-offset-6,
  .col-m-offset-7,
  .col-m-offset-8,
  .col-m-offset-9,
  .col-m-offset-10,
  .col-m-offset-11,
  .col-m-offset-12 {
    box-mizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem); }
  .col-m-auto {
    width: auto; }
  .col-m-12-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .col-m {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-m-1 {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-m-2 {
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-m-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-m-4 {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-m-5 {
    -webkit-flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-m-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-m-7 {
    -webkit-flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-m-8 {
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-m-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-m-10 {
    -webkit-flex-basis: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-m-11 {
    -webkit-flex-basis: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-m-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-m-offset-0 {
    margin-left: 0; }
  .col-m-offset-1 {
    margin-left: 8.33333333%; }
  .col-m-offset-2 {
    margin-left: 16.66666667%; }
  .col-m-offset-3 {
    margin-left: 25%; }
  .col-m-offset-4 {
    margin-left: 33.33333333%; }
  .col-m-offset-5 {
    margin-left: 41.66666667%; }
  .col-m-offset-6 {
    margin-left: 50%; }
  .col-m-offset-7 {
    margin-left: 58.33333333%; }
  .col-m-offset-8 {
    margin-left: 66.66666667%; }
  .col-m-offset-9 {
    margin-left: 75%; }
  .col-m-offset-10 {
    margin-left: 83.33333333%; }
  .col-m-offset-11 {
    margin-left: 91.66666667%; }
  .start-m {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-m {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-m {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-m {
    -webkit-box-align: flex-sart;
    -webkit-align-items: flex-sart;
    -ms-flex-align: flex-sart;
    align-items: flex-sart; }
  .middle-s {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-s {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-s {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-s {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-s {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-s {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 48em) {
  :root {
    --gutter-width: 8.5px;
    --outer-margin: 17px;
    --gutter-compensation: -webkit-calc((var(--gutter-width) * 0.5) * -1);
    --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
    --half-gutter-width: -webkit-calc((var(--gutter-width) * 0.5));
    --half-gutter-width: calc((var(--gutter-width) * 0.5));
    --xs-min: 30;
    --sm-min: 48;
    --md-min: 61.20;
    --lg-min: 78.125;
    --screen-xs-min: var(--xs-min)em;
    --screen-sm-min: var(--sm-min)em;
    --screen-md-min: var(--md-min)em;
    --screen-lg-min: var(--lg-min)em;
    --container-sm: -webkit-calc(var(--sm-min) + var(--gutter-width));
    --container-sm: calc(var(--sm-min) + var(--gutter-width));
    --container-md: -webkit-calc(var(--md-min) + var(--gutter-width));
    --container-md: calc(var(--md-min) + var(--gutter-width));
    --container-lg: -webkit-calc(var(--lg-min) + var(--gutter-width));
    --container-lg: calc(var(--lg-min) + var(--gutter-width)); }
  .container {
    width: var(--container-sm, 46rem); }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-auto,
  .col-sm-12-5,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem); }
  .col-sm-auto {
    width: auto; }
  .col-sm-12-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -webkit-flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-flex-basis: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -webkit-flex-basis: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 980px) {
  :root {
    --gutter-width: 20px;
    --outer-margin: 10px;
    --gutter-compensation: -webkit-calc((var(--gutter-width) * 0.5) * -1);
    --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
    --half-gutter-width: -webkit-calc((var(--gutter-width) * 0.5));
    --half-gutter-width: calc((var(--gutter-width) * 0.5));
    --xs-min: 30;
    --sm-min: 48;
    --md-min: 61.20;
    --lg-min: 78.125;
    --screen-xs-min: var(--xs-min)em;
    --screen-sm-min: var(--sm-min)em;
    --screen-md-min: var(--md-min)em;
    --screen-lg-min: var(--lg-min)em;
    --container-sm: -webkit-calc(var(--sm-min) + var(--gutter-width));
    --container-sm: calc(var(--sm-min) + var(--gutter-width));
    --container-md: -webkit-calc(var(--md-min) + var(--gutter-width));
    --container-md: calc(var(--md-min) + var(--gutter-width));
    --container-lg: -webkit-calc(var(--lg-min) + var(--gutter-width));
    --container-lg: calc(var(--lg-min) + var(--gutter-width)); }
  .container {
    width: var(--container-md, 61rem);
    padding-left: 10px;
    padding-right: 10px;
    padding-right: var(--outer-margin, 2rem);
    padding-left: var(--outer-margin, 2rem); }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-auto,
  .col-md-12-5,
  .col-md-12-8,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem); }
  .col-md-auto {
    width: auto; }
  .col-md-12-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .col-md-12-8 {
    -webkit-flex-basis: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%; }
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -webkit-flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-flex-basis: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -webkit-flex-basis: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 80.75em) {
  .container {
    width: var(--container-lg, 71rem); }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-auto,
  .col-lg-12-5,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem); }
  .col-lg-auto {
    width: auto; }
  .col-lg-12-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -webkit-flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-flex-basis: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -webkit-flex-basis: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

html[data-useragent*='rv:11.0'] .page-home .three {
  max-width: 668px; }

html[data-useragent*='rv:11.0'] .page-home .last-articles .last-articles-popular {
  max-width: 980px; }

html[data-useragent*='rv:11.0'] .page-home .last-articles-content .article-list {
  width: 640px; }

html[data-useragent*='rv:11.0'] .page-home .last-community-reviews .column:nth-child(1) {
  width: 640px; }

html[data-useragent*='rv:11.0'] .page-subhome-default .article-list {
  width: 640px; }
  html[data-useragent*='rv:11.0'] .page-subhome-default .article-list .type-4 .article-item-author-avatar {
    margin-right: 7px;
    margin-right: 0.5rem; }
  html[data-useragent*='rv:11.0'] .page-subhome-default .article-list .type-4 .article-item-author-name {
    position: relative;
    left: 13px; }

html[data-useragent*='rv:11.0'] .page-subhome-default.page-subhome-last .article-list {
  width: 980px; }

html[data-useragent*='rv:11.0'] .page-default .article-list {
  max-width: 640px; }

html[data-useragent*='rv:11.0'] .last-article-popular .view-content {
  max-width: 965px; }

html[data-useragent*='rv:11.0'] .type-4.article-list .article-item .article-item-author .article-item-author-avatar {
  margin-right: 2px; }

html[data-useragent*='rv:11.0'] .type-4.article-list .article-item .article-item-author .article-item-author-name::after {
  width: -webkit-calc(100% + 35px);
  width: calc(100% + 35px); }

html[data-useragent*='rv:11.0'] .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .page-profile-profile-rating-hc .page-profile-profile-rating-hc-rate {
  line-height: 53.199px;
  line-height: 3.8rem; }

html[data-useragent*='rv:11.0'] .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info {
  width: 490px; }
  html[data-useragent*='rv:11.0'] .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-left {
    width: 100px; }
    html[data-useragent*='rv:11.0'] .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-left img {
      width: 100px; }
    html[data-useragent*='rv:11.0'] .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-left .page-user-profile-reviews-content-item-info-left-score .page-user-profile-reviews-content-item-info-left-score-number {
      position: relative;
      top: -5px; }
  html[data-useragent*='rv:11.0'] .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser {
    width: 330px; }

html[data-useragent*='rv:11.0'] .page-profile .page-profile-content .column:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 640px;
  -ms-flex: 1 0 640px;
  flex: 1 0 640px; }

html[data-useragent*='rv:11.0'] .page-user-profile-reviews .column:nth-child(1),
html[data-useragent*='rv:11.0'] .page-subhome-entertainment-community .column:nth-child(1),
html[data-useragent*='rv:11.0'] .page-subhome-games-community .column:nth-child(1),
html[data-useragent*='rv:11.0'] .page-subhome-community .column:nth-child(1) {
  width: 640px; }

html[data-useragent*='rv:11.0'] .page-search .grid.col-2.right .column:nth-child(1) {
  width: 68%; }

html[data-useragent*='rv:11.0'] .page-search .page-subhome-default-header form .form-item-keys .form-search {
  width: 890px; }

html[data-useragent*='rv:11.0'] .page-search .user-review-content-element {
  width: 660px; }

html[data-useragent*='rv:11.0'] .page-search .page-profile-media-list {
  width: 660px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  html[data-useragent*='rv:11.0'] .page-search .page-profile-media-list .page-profile-media-element {
    width: 310px;
    margin-right: 20px; }

html[data-useragent*='rv:11.0'] .carousel form .form-item-keys {
  width: 850px; }
  html[data-useragent*='rv:11.0'] .carousel form .form-item-keys .form-autocomplete {
    top: 15px; }

html[data-useragent*='rv:11.0'] .carousel form .form-actions {
  top: 43px; }

html[data-useragent*='rv:11.0'] .page-game .last-community-reviews .column:nth-child(1) {
  width: 640px; }

html[data-useragent*='rv:11.0'] #header .search .search-element.show-search .search-item:after {
  line-height: 24px; }

html[data-useragent*='rv:11.0'] .layout_header.fixed .layout_header-top .layout_header-top-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%; }

html[data-useragent*='rv:11.0'] .add-review-page-content form .add-review-page-content .column:nth-child(1) {
  width: 660px; }

html[data-useragent*='rv:11.0'] .article-main-element.gallery {
  min-height: 487px; }

html[data-useragent*='rv:11.0'] .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .page-profile-profile-rating-community {
  width: 49%; }

html[data-useragent*='rv:11.0'] .page-edit-profile #main .grid.col-2.left .column:nth-child(2) {
  width: 67%; }

html[data-useragent*='rv:11.0'] .tooltip-container .white-line {
  right: 12px; }

html[data-useragent*='rv:11.0'] #main .page-profile.new-card header .article-content-game-profile-content-info-rate .page-profile-profile-rating-community .rate,
html[data-useragent*='rv:11.0'] #main .page-profile.new-card header .article-content-game-profile-content-info-rate .page-profile-profile-rating-hc .rate {
  position: relative;
  top: -10px; }

html[data-useragent*='rv:11.0'] #main .page-profile.new-card .page-profile-content section.resume-film, html[data-useragent*='rv:11.0'] #main .page-profile.new-card .page-profile-content section.resume-dlc, html[data-useragent*='rv:11.0'] #main .page-profile.new-card .page-profile-content section.resume-game {
  max-width: 638px; }

html[data-useragent*='rv:11.0'] #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content header .cover-element-rate.hc .top-text {
  position: relative;
  top: -10px; }

html[data-useragent*='rv:11.0'] #main .page-profile.new-card .page-profile-content #user-reviews {
  width: 100%; }
  html[data-useragent*='rv:11.0'] #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info {
    width: 100%; }
    html[data-useragent*='rv:11.0'] #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser {
      width: 100%; }
      html[data-useragent*='rv:11.0'] #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-time {
        position: relative;
        right: -47px; }
  html[data-useragent*='rv:11.0'] #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-author .page-user-profile-reviews-content-item-info-left-score .page-user-profile-reviews-content-item-info-left-score-number {
    position: relative;
    top: -10px; }

html[data-useragent*='rv:11.0'] .block-mini-card .mini-card .cover-element .rate .rate-hc {
  width: 49%; }
  html[data-useragent*='rv:11.0'] .block-mini-card .mini-card .cover-element .rate .rate-hc.no-rate {
    width: 100%; }

html[data-useragent*='rv:11.0'] .block-mini-card .mini-card .cover-element .rate .rate-community {
  width: 49%; }

html[data-useragent*='Firefox'] .article .article-content .embedded-entity {
  min-height: 350px; }

@media only screen and (min-width: 768px) {
  html[data-useragent*='Firefox'] .page-profile .page-profile-content .column {
    -webkit-box-flex: inherit !important;
    -webkit-flex: inherit !important;
    -ms-flex: inherit !important;
    flex: inherit !important;
    width: -webkit-calc(100% - 330px);
    width: calc(100% - 330px); } }

html[data-useragent*='Firefox'] .page-profile .page-profile-content .js-pager__items,
html[data-useragent*='Firefox'] .page-profile .page-profile-content .view-more {
  margin-top: 20px; }

html[data-useragent*='Firefox'] .user-review-content-item-info-teaser-lead {
  word-break: break-all; }

html[data-useragent*='Chrome'] .tooltip-container {
  right: 0; }
  html[data-useragent*='Chrome'] .tooltip-container .white-line {
    right: 21px; }

html[data-useragent*='Version'] .tooltip-container {
  right: 20px; }

html[data-useragent*='iPhone'] .legal .legal-content.slide-in {
  -webkit-transform: translateZ(0) translateX(0%);
  transform: translateZ(0) translateX(0%); }

/*------------------------------------*\
    $GRID
\*------------------------------------*/
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .grid .column {
    -webkit-transition: width 300ms ease-out;
    -o-transition: width 300ms ease-out;
    transition: width 300ms ease-out;
    width: 100%;
    margin: 0; }
  @media (min-width: 30em) {
    .grid.col-2 {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .grid.col-2 .column {
        width: 49.5%; } }
  .grid.col-2.right .column,
  .grid.col-2.right > div,
  .grid.col-2.right > aside {
    width: 100%; }
    @media (min-width: 41.2em) {
      .grid.col-2.right .column,
      .grid.col-2.right > div,
      .grid.col-2.right > aside {
        width: auto; }
        .grid.col-2.right .column:nth-child(1),
        .grid.col-2.right > div:nth-child(1),
        .grid.col-2.right > aside:nth-child(1) {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 0;
          -ms-flex: 1 0 0px;
          flex: 1 0 0;
          margin-right: 0.5rem; }
        .grid.col-2.right .column:nth-child(2),
        .grid.col-2.right > div:nth-child(2),
        .grid.col-2.right > aside:nth-child(2) {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 300px;
          -ms-flex: 0 0 300px;
          flex: 0 0 300px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          margin-left: 0.5rem; } }
  .grid.col-2.right .nested .column {
    width: 100%; }
    @media (min-width: 41.2em) {
      .grid.col-2.right .nested .column {
        width: 49%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        margin: 0; } }
  .grid.col-2.left .column {
    width: 100%; }
    @media (min-width: 41.2em) {
      .grid.col-2.left .column {
        width: auto; }
        .grid.col-2.left .column:nth-child(1) {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 300px;
          -ms-flex: 0 0 300px;
          flex: 0 0 300px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          margin-right: 0.5rem; }
        .grid.col-2.left .column:nth-child(2) {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 0;
          -ms-flex: 1 0 0px;
          flex: 1 0 0;
          margin-left: 0.5rem; } }
  .grid.col-2.left .nested .column {
    width: 49%; }
  @media (min-width: 41.2em) {
    .grid.col-3 {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .grid.col-3 .column {
        width: 32%; } }
  @media (min-width: 41.2em) {
    .grid.col-4 {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .grid.col-4 .column {
        width: 49%; } }
  @media (min-width: 980px) {
    .grid.col-4 .column {
      width: 24%; } }
  .grid .three {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .grid .three .item:first-child {
      width: 100%; }
      .grid .three .item:first-child > div {
        margin-bottom: .8%; }
    .grid .three .item:nth-child(2),
    .grid .three .item:nth-child(3) {
      width: 49.5%; }
  .grid .four {
    position: relative;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .grid .four .item:first-child {
      width: 100%;
      margin-bottom: 10px; }
      @media (min-width: 48em) {
        .grid .four .item:first-child {
          width: 49.5%; } }
    .grid .four .item:nth-child(2) {
      width: 100%;
      margin-bottom: 10px; }
      @media (min-width: 48em) {
        .grid .four .item:nth-child(2) {
          width: 49.5%; } }
    .grid .four .item:nth-child(3) {
      width: 49.5%; }
    .grid .four .item:nth-child(4) {
      width: 49.5%; }

@font-face {
  font-family: "axelspringer";
  src: url("axelspringer.eot?1536059108337");
  src: url("axelspringer.eot?1536059108337#iefix") format("eot"), url("../icons/axelspringer.woff2?1536059108337") format("woff2"), url("../icons/axelspringer.woff?1536059108337") format("woff"), url("../icons/axelspringer.ttf?1536059108337") format("truetype"), url("../icons/axelspringer.svg?1536059108337#axelspringer") format("svg");
  font-display: swap; }

.icon-add:before, .icon-afiliation-arrow:before, .icon-arrow-ok:before, .icon-arrow-up:before, .icon-arrow:before, .block-magazines-slider > .slick .slick__arrow > .slick-arrow:before, .carousel .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev:before, .carousel .bx-wrapper .bx-controls .bx-controls-direction a.bx-next:before, .block-game-offer .view-more:before, .block-mini-card .mini-card .info-mini-card .info-news li:before, .block-mini-card .mini-card .link-game .view-more a:before, .page-subhome-top-juegos .filters .js-form-item-platform:before, .page-subhome-top-juegos .filters .query-filters .js-form-item-genre:before,
.page-subhome-top-juegos .filters .query-filters .js-form-item-date:before, .ui-autocomplete .ui-menu-item:last-child a:before, .icon-arrowdown:before, .article .guide-navigation .prev:before, .article .guide-navigation .next:before, .icon-blockquote:before, .article .article-content .container-body blockquote:before, .article .article-content .new-body blockquote:before, .page-tags .article-content blockquote:before, .icon-burger:before, .icon-close:before, .icon-comment:before, .icon-comments-full:before, .block-mini-card .item-comments a:before, .icon-comments:before, .icon-dashboard:before, .icon-edit:before, .icon-entretenimiento:before, .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-type a.comic:before, .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-type a.film:before, .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-type a.serie:before, .page-default .page-default-header .page-entertainment-header-title.page-default-header-title:before, .page-subhome-entertainment-community .page-entertainment-header .page-entertainment-header-title:before, .icon-facebook:before, .icon-ficha-actualidad:before, .icon-ficha-analisis:before, .icon-ficha-comunidad:before, .page-profile .page-profile-content .page-profile-community:before, .icon-ficha-guias:before, .icon-ficha-multimedia:before, .icon-ficha-ofertas:before, .icon-gallery:before, .icon-gplus:before, .icon-head-fb:before, .icon-instagram:before, .icon-juegos:before, .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-type a.game:before, .page-default .page-default-header .page-default-header-title:before, #main .page-subhome-games .page-subhome-games-header .page-subhome-games-header-title:before, .icon-like:before, .icon-linkedin:before, .icon-logout:before, .icon-mag:before, .icon-mail:before, .icon-next:before, .icon-nintendo:before, .icon-ok:before, .icon-popular-full:before, .icon-popular:before, .icon-ps:before, .icon-quote:before, .icon-reload:before, .icon-reply:before, .icon-report:before, .icon-rss:before, .icon-search:before, #header .search form .form-actions:before, .icon-share-link:before, .icon-star-full:before, .icon-star-half:before, .icon-star:before, .icon-steam:before, .icon-thumb-up:before, .icon-triangle:before, .icon-twitter:before, .icon-ultimo-full:before, .page-subhome-highlighted-header-title:before,
.page-subhome-last-header-title:before,
.page-subhome-popular-header-title:before, .icon-ultimo:before, .icon-user:before, .icon-whatsapp:before, .icon-xbox:before, .icon-youtube:before {
  font-family: "axelspringer";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.icon-add:before {
  content: ""; }

.icon-afiliation-arrow:before {
  content: ""; }

.icon-arrow-ok:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-arrow:before, .block-magazines-slider > .slick .slick__arrow > .slick-arrow:before, .carousel .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev:before, .carousel .bx-wrapper .bx-controls .bx-controls-direction a.bx-next:before, .block-game-offer .view-more:before, .block-mini-card .mini-card .info-mini-card .info-news li:before, .block-mini-card .mini-card .link-game .view-more a:before, .page-subhome-top-juegos .filters .js-form-item-platform:before, .page-subhome-top-juegos .filters .query-filters .js-form-item-genre:before,
.page-subhome-top-juegos .filters .query-filters .js-form-item-date:before, .ui-autocomplete .ui-menu-item:last-child a:before {
  content: ""; }

.icon-arrowdown:before, .article .guide-navigation .prev:before, .article .guide-navigation .next:before {
  content: ""; }

.icon-blockquote:before, .article .article-content .container-body blockquote:before, .article .article-content .new-body blockquote:before, .page-tags .article-content blockquote:before {
  content: ""; }

.icon-burger:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-comment:before {
  content: ""; }

.icon-comments-full:before, .block-mini-card .item-comments a:before {
  content: ""; }

.icon-comments:before {
  content: ""; }

.icon-dashboard:before {
  content: ""; }

.icon-edit:before {
  content: ""; }

.icon-entretenimiento:before, .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-type a.comic:before, .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-type a.film:before, .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-type a.serie:before, .page-default .page-default-header .page-entertainment-header-title.page-default-header-title:before, .page-subhome-entertainment-community .page-entertainment-header .page-entertainment-header-title:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-ficha-actualidad:before {
  content: ""; }

.icon-ficha-analisis:before {
  content: ""; }

.icon-ficha-comunidad:before, .page-profile .page-profile-content .page-profile-community:before {
  content: ""; }

.icon-ficha-guias:before {
  content: ""; }

.icon-ficha-multimedia:before {
  content: ""; }

.icon-ficha-ofertas:before {
  content: ""; }

.icon-gallery:before {
  content: ""; }

.icon-gplus:before {
  content: ""; }

.icon-head-fb:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-juegos:before, .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-type a.game:before, .page-default .page-default-header .page-default-header-title:before, #main .page-subhome-games .page-subhome-games-header .page-subhome-games-header-title:before {
  content: ""; }

.icon-like:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-logout:before {
  content: ""; }

.icon-mag:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-next:before {
  content: ""; }

.icon-nintendo:before {
  content: ""; }

.icon-ok:before {
  content: ""; }

.icon-popular-full:before {
  content: ""; }

.icon-popular:before {
  content: ""; }

.icon-ps:before {
  content: ""; }

.icon-quote:before {
  content: ""; }

.icon-reload:before {
  content: ""; }

.icon-reply:before {
  content: ""; }

.icon-report:before {
  content: ""; }

.icon-rss:before {
  content: ""; }

.icon-search:before, #header .search form .form-actions:before {
  content: ""; }

.icon-share-link:before {
  content: ""; }

.icon-star-full:before {
  content: ""; }

.icon-star-half:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-steam:before {
  content: ""; }

.icon-thumb-up:before {
  content: ""; }

.icon-triangle:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-ultimo-full:before, .page-subhome-highlighted-header-title:before,
.page-subhome-last-header-title:before,
.page-subhome-popular-header-title:before {
  content: ""; }

.icon-ultimo:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-whatsapp:before {
  content: ""; }

.icon-xbox:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

div.as-oil {
  top: 0;
  bottom: inherit; }
  div.as-oil a {
    font-size: 14px; }
  div.as-oil .as-oil-content-overlay {
    position: relative;
    padding: 10px !important;
    min-height: inherit; }
    @media (min-width: 600px) {
      div.as-oil .as-oil-content-overlay .as-oil-l-wrapper-layout-max-width {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    div.as-oil .as-oil-content-overlay .as-oil__heading {
      font-size: 15px; }
      @media (min-width: 600px) {
        div.as-oil .as-oil-content-overlay .as-oil__heading {
          width: 100%; } }
    div.as-oil .as-oil-content-overlay .as-oil__intro-txt {
      font-size: 14px; }
      @media (min-width: 600px) {
        div.as-oil .as-oil-content-overlay .as-oil__intro-txt {
          width: 100%;
          margin-right: 10px; } }
    div.as-oil .as-oil-content-overlay .as-oil-l-buttons {
      margin: 5px 0 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (min-width: 600px) {
        div.as-oil .as-oil-content-overlay .as-oil-l-buttons {
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          position: relative;
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 0;
          -ms-flex: 1 0 0px;
          flex: 1 0 0; } }
      div.as-oil .as-oil-content-overlay .as-oil-l-buttons .as-oil-l-item {
        width: 50%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        margin: 0 5px; }
        @media (min-width: 600px) {
          div.as-oil .as-oil-content-overlay .as-oil-l-buttons .as-oil-l-item {
            width: 100%; } }
        div.as-oil .as-oil-content-overlay .as-oil-l-buttons .as-oil-l-item .as-oil__btn-optin,
        div.as-oil .as-oil-content-overlay .as-oil-l-buttons .as-oil-l-item .as-oil__btn-cpc {
          font-size: 14px;
          min-height: inherit;
          padding: 10px;
          font-weight: bold; }
          @media (min-width: 600px) {
            div.as-oil .as-oil-content-overlay .as-oil-l-buttons .as-oil-l-item .as-oil__btn-optin,
            div.as-oil .as-oil-content-overlay .as-oil-l-buttons .as-oil-l-item .as-oil__btn-cpc {
              min-width: inherit;
              width: 100%; } }
        div.as-oil .as-oil-content-overlay .as-oil-l-buttons .as-oil-l-item .as-oil__btn-cpc {
          background: none;
          text-decoration: underline; }
  div.as-oil .as-oil-cpc__row-btn-all {
    display: none; }
  div.as-oil .as-oil-cpc__content {
    margin-top: 0;
    padding: 10px 0; }
  div.as-oil .as-oil-cpc__left {
    margin-bottom: inherit;
    margin-top: 10px; }

body.noscroll {
  width: 100%;
  position: fixed;
  overflow: hidden; }
  body.noscroll div.as-oil {
    overflow: scroll;
    height: 100%; }

.snippet-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px 20px;
  font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif; }
  @media (min-width: 980px) {
    .snippet-link {
      padding: 0; } }
  .snippet-link .snippet-item a {
    display: inline-block;
    margin-bottom: 10px;
    word-break: break-word;
    color: #4a4a4a; }
  .snippet-link.one {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .snippet-link.one .snippet-item {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
      flex: 1 0 0; }
      @media (min-width: 980px) {
        .snippet-link.one .snippet-item {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 -webkit-calc(50% - 5px);
          -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px); } }
      .snippet-link.one .snippet-item:nth-child(2) {
        padding-left: 10px; }
  .snippet-link.three .snippet-item {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px); }
    .snippet-link.three .snippet-item:nth-child(2n) {
      padding-left: 10px; }
    .snippet-link.three .snippet-item::nth-child(odd) {
      padding-left: 0; }
    @media (min-width: 980px) {
      .snippet-link.three .snippet-item {
        width: -webkit-calc(33% - 5px);
        width: calc(33% - 5px);
        padding-right: 10px; }
        .snippet-link.three .snippet-item:nth-child(2n) {
          padding-left: inherit; }
        .snippet-link.three .snippet-item:nth-child(3n) {
          padding-right: 0; } }

/*------------------------------------*\
    $BANNER INFO
\*------------------------------------*/
#banner-info {
  overflow: hidden;
  position: fixed;
  top: 71px;
  padding: 0 7px;
  padding: 0 .5rem;
  margin: 0;
  color: #00a6f8;
  z-index: 60;
  width: 100%; }
  #banner-info .banner-info-container {
    height: 40px;
    background: #454545; }
  #banner-info .options {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    height: 100%; }
    @media (min-width: 980px) {
      #banner-info .options {
        -ms-grid-columns: 16% 16% 16% 16% auto;
        grid-template-columns: 16% 16% 16% 16% auto; } }
  #banner-info .icon-logout:before {
    font-size: 28px;
    font-size: 2rem; }
  #banner-info li {
    text-align: center;
    display: inline-block; }
    #banner-info li a, #banner-info li p {
      font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
      display: inline-block;
      overflow: hidden;
      font-size: 14px;
      line-height: 17px;
      vertical-align: bottom;
      color: #fff;
      text-decoration: underline;
      margin: 0; }
    #banner-info li p {
      text-decoration: none; }
  #banner-info .only-desktop {
    display: none; }
    @media (min-width: 980px) {
      #banner-info .only-desktop {
        display: block; } }

.prometeo-content img[alt='Advertisement'] {
  display: none; }

/**
* Atoms
**/
@media (min-width: 980px) {
  .page-home .featured .column:nth-child(2) .dfp-position {
    margin: -0.4rem -0.8rem 0 0; } }

@media (min-width: 980px) {
  .page-home .featured:nth-child(3) .column:nth-child(2) .dfp-position {
    margin: 0 -0.8rem 0 0; } }

.page-home .featured .article-featured.card .article-featured-header .article-featured-header-title {
  padding-bottom: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.page-home .last-community-reviews .dfp-position {
  margin-top: 14px; }

.page-entertainment .featured .column:nth-child(2) .dfp-position,
.page-games .featured .column:nth-child(2) .dfp-position,
.page-esport .featured .column:nth-child(2) .dfp-position {
  margin: 21px 0 0;
  margin: 1.5rem 0 0; }
  @media (min-width: 41.2em) {
    .page-entertainment .featured .column:nth-child(2) .dfp-position,
    .page-games .featured .column:nth-child(2) .dfp-position,
    .page-esport .featured .column:nth-child(2) .dfp-position {
      margin: 0;
      margin-right: -0.5rem; } }
  @media (min-width: 980px) {
    .page-entertainment .featured .column:nth-child(2) .dfp-position,
    .page-games .featured .column:nth-child(2) .dfp-position,
    .page-esport .featured .column:nth-child(2) .dfp-position {
      margin: 0 -0.8rem 0 0; } }

aside.ad-top {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px; }
  @media (min-width: 980px) {
    aside.ad-top {
      height: 290px; } }

.ad-top,
.ad-bottom {
  text-align: center;
  margin: 14px 0; }

#dfp_ofp_x01_0,
#nv-ad-1 {
  display: none; }

.dfp-position.x01 {
  height: 0;
  width: 0; }

div[class*="roba_"] {
  text-align: center;
  margin-bottom: 14px;
  margin-bottom: 1rem;
  margin-top: 14px;
  margin-top: 1rem; }
  @media (min-width: 41.2em) {
    div[class*="roba_"] {
      margin-top: 0; } }
  div[class*="roba_"] img {
    display: inline-block; }

@media (min-width: 41.2em) {
  .change-ads-col {
    position: relative; }
    .change-ads-col .column:first-child .dfp-position {
      position: absolute;
      right: 0;
      margin: 0; } }

@media (min-width: 41.2em) {
  .page-user-profile .change-ads-col {
    position: relative; }
    .page-user-profile .change-ads-col .column:first-child .dfp-position {
      position: absolute;
      right: 0;
      margin: 0;
      top: 14px; } }

.page-user-profile-reviews .change-ads-col .column:first-child .dfp-position {
  top: 14px; }

@media (min-width: 41.2em) {
  .page-subhome-opinion .change-ads-col .column:first-child .dfp-position:nth-child(5),
  .page-subhome-last-articles .change-ads-col .column:first-child .dfp-position:nth-child(5) {
    top: 1300px; } }

/* Ads inside page profile*/
@media (min-width: 980px) {
  .page-profile .dfp-position:nth-child(1) {
    margin-bottom: 500px;
    margin-top: 1.2rem; } }

.page-profile .page-profile-content {
  position: relative; }
  @media (min-width: 41.2em) {
    .page-profile .page-profile-content .column .dfp-position:nth-child(3),
    .page-profile .page-profile-content .column .dfp-position:nth-child(4),
    .page-profile .page-profile-content .column .dfp-position:nth-child(5),
    .page-profile .page-profile-content .column .dfp-position:nth-child(6),
    .page-profile .page-profile-content .column .dfp-position:nth-child(7) {
      position: absolute;
      right: 5px;
      top: 0; }
    .page-profile .page-profile-content .column .dfp-position:nth-child(4),
    .page-profile .page-profile-content .column .dfp-position:nth-child(5),
    .page-profile .page-profile-content .column .dfp-position:nth-child(6),
    .page-profile .page-profile-content .column .dfp-position:nth-child(7) {
      top: 1500px; } }
  @media (min-width: 41.2em) {
    .page-profile .page-profile-content .page-profile-content-resume .dfp-position {
      position: absolute;
      right: 0;
      top: 0; } }

@media (min-width: 41.2em) {
  #main .page-subhome-community .change-ads-col .column .roba_1 {
    top: 0; } }

@media (min-width: 41.2em) {
  #main .page-subhome-community .change-ads-col .column .roba_2 {
    top: 1500px; } }

#main .page-subhome-games-community .change-ads-col .column .dfp-position,
#main .page-subhome-entertainment-community .change-ads-col .column .dfp-position {
  position: absolute;
  right: 0; }

#main .page-subhome-games-community .change-ads-col .column .roba_1,
#main .page-subhome-entertainment-community .change-ads-col .column .roba_1 {
  margin-bottom: 0; }
  @media (min-width: 41.2em) {
    #main .page-subhome-games-community .change-ads-col .column .roba_1,
    #main .page-subhome-entertainment-community .change-ads-col .column .roba_1 {
      top: 14px; } }

#main .page-subhome-games-community .change-ads-col .column .roba_2,
#main .page-subhome-entertainment-community .change-ads-col .column .roba_2 {
  margin-bottom: 0; }
  @media (min-width: 41.2em) {
    #main .page-subhome-games-community .change-ads-col .column .roba_2,
    #main .page-subhome-entertainment-community .change-ads-col .column .roba_2 {
      top: 1500px; } }

#main .page-subhome-games-community .change-ads-col .column .roba_3,
#main .page-subhome-entertainment-community .change-ads-col .column .roba_3 {
  margin-bottom: 0; }
  @media (min-width: 41.2em) {
    #main .page-subhome-games-community .change-ads-col .column .roba_3,
    #main .page-subhome-entertainment-community .change-ads-col .column .roba_3 {
      top: 2515px; } }

#sas_34310 {
  display: block; }
  @media (min-width: 30em) {
    #sas_34310 {
      display: none; } }

@media (min-width: 980px) {
  .page-guias-trucos .last-articles .last-article-content .column .article-list .dfp-position {
    right: -326px !important; } }

.raiDesktop aside.ad-container.ad-top {
  display: none; }

.adBannerParent,
.raiDesktop {
  padding-top: 62px; }
  .adBannerParent .topRow,
  .raiDesktop .topRow {
    z-index: 1; }
  .adBannerParent #main,
  .raiDesktop #main {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    .adBannerParent #main .breadcrumb,
    .raiDesktop #main .breadcrumb {
      background: #fff;
      margin-bottom: 0; }
    .adBannerParent #main .article.review,
    .adBannerParent #main .article.coverage,
    .raiDesktop #main .article.review,
    .raiDesktop #main .article.coverage {
      margin-top: 0; }
  .adBannerParent .page-newsletter,
  .raiDesktop .page-newsletter {
    background: #fff; }

.ad-sticky-catfish {
  position: fixed;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 11;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 5px 5px;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible; }

.ad-sticky-close-button {
  position: absolute;
  visibility: visible;
  width: 28px;
  height: 28px;
  top: -28px;
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' viewBox='341 8 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%234F4F4F' d='M354 9.31L352.69 8l-5.19 5.19L342.31 8 341 9.31l5.19 5.19-5.19 5.19 1.31 1.31 5.19-5.19 5.19 5.19 1.31-1.31-5.19-5.19z' fill-rule='evenodd'/%3E%3C/svg%3E");
  -webkit-background-size: 13px 13px;
  background-size: 13px 13px;
  background-position: 9px;
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2);
  border: none;
  -webkit-border-radius: 12px 0 0 0;
  border-radius: 12px 0 0 0; }
  .ad-sticky-close-button:before {
    position: absolute;
    content: "";
    top: -20px;
    right: 0;
    left: -20px;
    bottom: 0; }

.ad-top.sticky-banner {
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 62px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background: white; }

.container-body [class*="roba_"][data-google-query-id] {
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  padding: 30px 0;
  margin-bottom: 25px; }

.container-body [class*="roba_"][data-google-query-id] {
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  padding: 30px 0;
  margin: 0 10px 14px; }

@media (min-width: 980px) {
  #pagination-container .column-right [class*="roba_"][data-google-query-id] {
    border: none;
    margin: 0;
    padding: 0; } }

#pagination-container [class*="roba_"][data-google-query-id] {
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  padding: 30px 0;
  margin: 0 10px 14px; }
  #pagination-container [class*="roba_"][data-google-query-id] iframe {
    margin-bottom: 0; }

@media (min-width: 980px) {
  .article .article-content .column-right .roba_desktop {
    position: -webkit-sticky;
    position: sticky;
    top: 100px; } }

.column-hidden .article-content {
  max-width: 800px; }
  .column-hidden .article-content .column-right {
    display: none; }

.media--loading:before {
  content: none !important; }

.type-3 .media--blazy {
  width: 125px;
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%; }
  @media (min-width: 48em) {
    .type-3 .media--blazy {
      padding-bottom: 57.25%;
      width: 220px; } }
  .type-3 .media--blazy > picture, .type-3 .media--blazy > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: inherit;
    min-height: 1px; }

.type-5 .media--blazy {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 57.25%; }
  .type-5 .media--blazy > picture,
  .type-5 .media--blazy > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: inherit;
    min-height: 1px; }

/*------------------------------------
    $BLOCKS
------------------------------------*/
.article .article-content .article-content-game-profile, .article-content-game-profile, .article .article-content .article-content-review, .article .article-content .article-content-similar, .carousel, .article #community, .last-community-reviews, .last-guides, .last-article-popular,
.last-article-industria,
.last-guides-content, .last-videos, .magazines, .block-mini-card, .article .article-content > .page-profile-reviews,
.article .article-content > .page-profile-reviews-item-review-resume,
.article .article-content > .page-profile-user-reviews, .page-profile-user-reviews, .page-profile-reviews, .article .article-content .tabs, .article, .article-blocks > div,
.article-blocks > aside, .page-default .last-articles, .page-profile .page-profile-content .page-profile-dlc, .page-profile .page-profile-content .page-profile-offers, .page-profile .page-profile-content .page-profile-reviews, .page-profile .page-profile-content .page-profile-media, .page-profile .page-profile-content .page-profile-community, .page-profile .page-profile-content .page-profile-guides, .page-profile .page-profile-content .page-profile-news, .page-profile .page-profile-content .page-profile-similar, .page-profile-fichas .article-content-game-profile, .page-special .article-content .article-blocks > .widget {
  width: 100%;
  margin-bottom: 21px;
  margin-bottom: 1.5rem; }
  .article .article-content .games.article-content-game-profile > h3, .games.article-content-game-profile > h3, .article .article-content .games.article-content-review > h3, .article .article-content .games.article-content-similar > h3, .games.carousel > h3, .article .games#community > h3, .games.last-community-reviews > h3, .games.last-guides > h3, .games.last-article-popular > h3, .games.last-article-industria > h3, .games.last-guides-content > h3, .games.last-videos > h3, .games.magazines > h3, .games.block-mini-card > h3, .article .article-content > .games.page-profile-reviews > h3, .article .article-content > .games.page-profile-reviews-item-review-resume > h3, .article .article-content > .games.page-profile-user-reviews > h3, .games.page-profile-user-reviews > h3, .games.page-profile-reviews > h3, .article .article-content .games.tabs > h3, .games.article > h3, .article-blocks > div.games > h3, .article-blocks > aside.games > h3, .page-default .games.last-articles > h3, .page-profile .page-profile-content .games.page-profile-dlc > h3, .page-profile .page-profile-content .games.page-profile-offers > h3, .page-profile .page-profile-content .games.page-profile-reviews > h3, .page-profile .page-profile-content .games.page-profile-media > h3, .page-profile .page-profile-content .games.page-profile-community > h3, .page-profile .page-profile-content .games.page-profile-guides > h3, .page-profile .page-profile-content .games.page-profile-news > h3, .page-profile .page-profile-content .games.page-profile-similar > h3, .page-profile-fichas .games.article-content-game-profile > h3, .page-special .article-content .article-blocks > .games.widget > h3,
  .article .article-content .games.article-content-game-profile > h2,
  .games.article-content-game-profile > h2,
  .article .article-content .games.article-content-review > h2,
  .article .article-content .games.article-content-similar > h2,
  .games.carousel > h2,
  .article .games#community > h2,
  .games.last-community-reviews > h2,
  .games.last-guides > h2,
  .games.last-article-popular > h2,
  .games.last-article-industria > h2,
  .games.last-guides-content > h2,
  .games.last-videos > h2,
  .games.magazines > h2,
  .games.block-mini-card > h2,
  .article .article-content > .games.page-profile-reviews > h2,
  .article .article-content > .games.page-profile-reviews-item-review-resume > h2,
  .article .article-content > .games.page-profile-user-reviews > h2,
  .games.page-profile-user-reviews > h2,
  .games.page-profile-reviews > h2,
  .article .article-content .games.tabs > h2,
  .games.article > h2,
  .article-blocks > div.games > h2,
  .article-blocks > aside.games > h2,
  .page-default .games.last-articles > h2,
  .page-profile .page-profile-content .games.page-profile-dlc > h2,
  .page-profile .page-profile-content .games.page-profile-offers > h2,
  .page-profile .page-profile-content .games.page-profile-reviews > h2,
  .page-profile .page-profile-content .games.page-profile-media > h2,
  .page-profile .page-profile-content .games.page-profile-community > h2,
  .page-profile .page-profile-content .games.page-profile-guides > h2,
  .page-profile .page-profile-content .games.page-profile-news > h2,
  .page-profile .page-profile-content .games.page-profile-similar > h2,
  .page-profile-fichas .games.article-content-game-profile > h2,
  .page-special .article-content .article-blocks > .games.widget > h2,
  .article .article-content .games.article-content-game-profile > h4,
  .games.article-content-game-profile > h4,
  .article .article-content .games.article-content-review > h4,
  .article .article-content .games.article-content-similar > h4,
  .games.carousel > h4,
  .article .games#community > h4,
  .games.last-community-reviews > h4,
  .games.last-guides > h4,
  .games.last-article-popular > h4,
  .games.last-article-industria > h4,
  .games.last-guides-content > h4,
  .games.last-videos > h4,
  .games.magazines > h4,
  .games.block-mini-card > h4,
  .article .article-content > .games.page-profile-reviews > h4,
  .article .article-content > .games.page-profile-reviews-item-review-resume > h4,
  .article .article-content > .games.page-profile-user-reviews > h4,
  .games.page-profile-user-reviews > h4,
  .games.page-profile-reviews > h4,
  .article .article-content .games.tabs > h4,
  .games.article > h4,
  .article-blocks > div.games > h4,
  .article-blocks > aside.games > h4,
  .page-default .games.last-articles > h4,
  .page-profile .page-profile-content .games.page-profile-dlc > h4,
  .page-profile .page-profile-content .games.page-profile-offers > h4,
  .page-profile .page-profile-content .games.page-profile-reviews > h4,
  .page-profile .page-profile-content .games.page-profile-media > h4,
  .page-profile .page-profile-content .games.page-profile-community > h4,
  .page-profile .page-profile-content .games.page-profile-guides > h4,
  .page-profile .page-profile-content .games.page-profile-news > h4,
  .page-profile .page-profile-content .games.page-profile-similar > h4,
  .page-profile-fichas .games.article-content-game-profile > h4,
  .page-special .article-content .article-blocks > .games.widget > h4 {
    border-bottom: 4px solid #00a6f8; }
  .article .article-content .entertainment.article-content-game-profile > h3, .entertainment.article-content-game-profile > h3, .article .article-content .entertainment.article-content-review > h3, .article .article-content .entertainment.article-content-similar > h3, .entertainment.carousel > h3, .article .entertainment#community > h3, .entertainment.last-community-reviews > h3, .entertainment.last-guides > h3, .entertainment.last-article-popular > h3, .entertainment.last-article-industria > h3, .entertainment.last-guides-content > h3, .entertainment.last-videos > h3, .entertainment.magazines > h3, .entertainment.block-mini-card > h3, .article .article-content > .entertainment.page-profile-reviews > h3, .article .article-content > .entertainment.page-profile-reviews-item-review-resume > h3, .article .article-content > .entertainment.page-profile-user-reviews > h3, .entertainment.page-profile-user-reviews > h3, .entertainment.page-profile-reviews > h3, .article .article-content .entertainment.tabs > h3, .entertainment.article > h3, .article-blocks > div.entertainment > h3, .article-blocks > aside.entertainment > h3, .page-default .entertainment.last-articles > h3, .page-profile .page-profile-content .entertainment.page-profile-dlc > h3, .page-profile .page-profile-content .entertainment.page-profile-offers > h3, .page-profile .page-profile-content .entertainment.page-profile-reviews > h3, .page-profile .page-profile-content .entertainment.page-profile-media > h3, .page-profile .page-profile-content .entertainment.page-profile-community > h3, .page-profile .page-profile-content .entertainment.page-profile-guides > h3, .page-profile .page-profile-content .entertainment.page-profile-news > h3, .page-profile .page-profile-content .entertainment.page-profile-similar > h3, .page-profile-fichas .entertainment.article-content-game-profile > h3, .page-special .article-content .article-blocks > .entertainment.widget > h3,
  .article .article-content .entertainment.article-content-game-profile > h2,
  .entertainment.article-content-game-profile > h2,
  .article .article-content .entertainment.article-content-review > h2,
  .article .article-content .entertainment.article-content-similar > h2,
  .entertainment.carousel > h2,
  .article .entertainment#community > h2,
  .entertainment.last-community-reviews > h2,
  .entertainment.last-guides > h2,
  .entertainment.last-article-popular > h2,
  .entertainment.last-article-industria > h2,
  .entertainment.last-guides-content > h2,
  .entertainment.last-videos > h2,
  .entertainment.magazines > h2,
  .entertainment.block-mini-card > h2,
  .article .article-content > .entertainment.page-profile-reviews > h2,
  .article .article-content > .entertainment.page-profile-reviews-item-review-resume > h2,
  .article .article-content > .entertainment.page-profile-user-reviews > h2,
  .entertainment.page-profile-user-reviews > h2,
  .entertainment.page-profile-reviews > h2,
  .article .article-content .entertainment.tabs > h2,
  .entertainment.article > h2,
  .article-blocks > div.entertainment > h2,
  .article-blocks > aside.entertainment > h2,
  .page-default .entertainment.last-articles > h2,
  .page-profile .page-profile-content .entertainment.page-profile-dlc > h2,
  .page-profile .page-profile-content .entertainment.page-profile-offers > h2,
  .page-profile .page-profile-content .entertainment.page-profile-reviews > h2,
  .page-profile .page-profile-content .entertainment.page-profile-media > h2,
  .page-profile .page-profile-content .entertainment.page-profile-community > h2,
  .page-profile .page-profile-content .entertainment.page-profile-guides > h2,
  .page-profile .page-profile-content .entertainment.page-profile-news > h2,
  .page-profile .page-profile-content .entertainment.page-profile-similar > h2,
  .page-profile-fichas .entertainment.article-content-game-profile > h2,
  .page-special .article-content .article-blocks > .entertainment.widget > h2,
  .article .article-content .entertainment.article-content-game-profile > h4,
  .entertainment.article-content-game-profile > h4,
  .article .article-content .entertainment.article-content-review > h4,
  .article .article-content .entertainment.article-content-similar > h4,
  .entertainment.carousel > h4,
  .article .entertainment#community > h4,
  .entertainment.last-community-reviews > h4,
  .entertainment.last-guides > h4,
  .entertainment.last-article-popular > h4,
  .entertainment.last-article-industria > h4,
  .entertainment.last-guides-content > h4,
  .entertainment.last-videos > h4,
  .entertainment.magazines > h4,
  .entertainment.block-mini-card > h4,
  .article .article-content > .entertainment.page-profile-reviews > h4,
  .article .article-content > .entertainment.page-profile-reviews-item-review-resume > h4,
  .article .article-content > .entertainment.page-profile-user-reviews > h4,
  .entertainment.page-profile-user-reviews > h4,
  .entertainment.page-profile-reviews > h4,
  .article .article-content .entertainment.tabs > h4,
  .entertainment.article > h4,
  .article-blocks > div.entertainment > h4,
  .article-blocks > aside.entertainment > h4,
  .page-default .entertainment.last-articles > h4,
  .page-profile .page-profile-content .entertainment.page-profile-dlc > h4,
  .page-profile .page-profile-content .entertainment.page-profile-offers > h4,
  .page-profile .page-profile-content .entertainment.page-profile-reviews > h4,
  .page-profile .page-profile-content .entertainment.page-profile-media > h4,
  .page-profile .page-profile-content .entertainment.page-profile-community > h4,
  .page-profile .page-profile-content .entertainment.page-profile-guides > h4,
  .page-profile .page-profile-content .entertainment.page-profile-news > h4,
  .page-profile .page-profile-content .entertainment.page-profile-similar > h4,
  .page-profile-fichas .entertainment.article-content-game-profile > h4,
  .page-special .article-content .article-blocks > .entertainment.widget > h4 {
    border-bottom: 4px solid #ff9268; }

.article-content-game-profile .article-content-game-profile-title, .article .article-content .article-content-review .article-content-review-title, .block-magazines-slider > h2, .carousel > h2, .last-guides > h2, .last-article-popular > h2,
.last-article-industria > h2,
.last-guides-content > h2, .last-videos > h2, .magazines > h2, .page-profile-user-reviews > h2, .page-profile-reviews > h2, .page-subhome-community > .grid > .column > h2, .page-default .last-articles > h2, .page-default .last-articles .last-article-content .column > h2, .page-home .last-articles .last-article-content .column > h2, .page-industria .last-articles .last-article-content .column > h2,
.page-industria .last-articles .last-article-content .column .page-profile-title, .page-profile .page-profile-content > h2, .page-profile .page-profile-content .page-profile-dlc > h2, .page-profile .page-profile-content .page-profile-offers > h2, .page-profile .page-profile-content .page-profile-reviews > h2, .page-profile .page-profile-content .page-profile-media > h2, .page-profile .page-profile-content .page-profile-community#community > h2, .page-profile .page-profile-content .page-profile-guides > h2, .page-profile .page-profile-content .guide-elements > h3, .page-profile .page-profile-content .page-profile-news > h2, .page-profile .page-profile-content .page-profile-similar > h2, .page-profile-fichas .article-content-game-profile .article-content-game-profile-title, .page-special .article-content .article-blocks > .widget > h3 {
  background-color: #025076;
  padding: 7px 14px;
  padding: 0.5rem 1rem;
  color: white;
  font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  text-transform: uppercase;
  font-size: 23.8px;
  font-size: 1.7rem; }

.article-outbrain .article-outbrain-title, .article .article-content .article-content-similar .article-content-similar-title, .article-videos .article-videos-title, .block-our-recommend .title-block-recommend, .article .guide-elements .guide-elements-title,
.article .guide-elements h2:first-child, .page-profile .page-profile-content .page-profile-community .page-profile-community-reviews .page-profile-community-reviews-title, .page-edit-profile #main .grid.col-2.left .column:nth-child(2) .profile-secondary-title {
  background-color: #eaeaea;
  padding: 7px 14px;
  padding: 0.5rem 1rem;
  color: #4a4a4a;
  font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 21px;
  margin-top: 1.5rem; }

#community > h2, .last-community-reviews > h2 {
  background-color: #ffae00;
  padding: 7px 14px;
  padding: 0.5rem 1rem;
  color: white;
  font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0; }

.last-community-reviews .last-community-reviews-subtitle {
  padding: 7px 14px;
  padding: 0.5rem 1rem;
  color: #025076;
  font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0; }

/*------------------------------------
    $BUTTONS
------------------------------------*/
@media (min-width: 980px) {
  .page-profile .page-profile-profile .page-profile-profile-rating .page-profile-profile-rating-hc .page-profile-profile-rating-hc-link {
    color: white;
    white-space: nowrap;
    display: inline-block;
    background-color: #00a6f8;
    font-size: 1.3rem;
    text-align: center;
    padding: 0.7rem 2rem;
    font-family: "Titillium-light", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    border: none;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
    .page-profile .page-profile-profile .page-profile-profile-rating .page-profile-profile-rating-hc .page-profile-profile-rating-hc-link:hover {
      opacity: 0.7;
      text-decoration: none; } }

.game-top-preorders ul li .book-it a, .game-top-preorders .link-preorders-page, .block-game-offer .offer .buy-game, .block-mini-card .mini-card .link-game .offer .buy-game, .user-login-form .facebook, .block-newsletter .newsletter-container .button-primary a, .error .block_text_error a, .page-industria .last-articles .last-article-popular .views-element-container:nth-child(4) article span a, .node-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton,
.node-review-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton,
.user-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton,
.profile-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton,
.user-pass-reset .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton,
.user-pass .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton,
.user-register-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton,
.user-login-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton, .login-reconfirm .button {
  color: white;
  white-space: nowrap;
  display: inline-block;
  background-color: #00a6f8;
  font-size: 18.2px;
  font-size: 1.3rem;
  text-align: center;
  padding: 9.799px 28px;
  padding: 0.7rem 2rem;
  font-family: "Titillium-light", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  border: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
  .game-top-preorders ul li .book-it a:hover, .game-top-preorders .link-preorders-page:hover, .block-game-offer .offer .buy-game:hover, .block-mini-card .mini-card .link-game .offer .buy-game:hover, .user-login-form .facebook:hover, .block-newsletter .newsletter-container .button-primary a:hover, .error .block_text_error a:hover, .page-industria .last-articles .last-article-popular .views-element-container:nth-child(4) article span a:hover, .node-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton:hover,
  .node-review-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton:hover,
  .user-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton:hover,
  .profile-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton:hover,
  .user-pass-reset .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton:hover,
  .user-pass .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton:hover,
  .user-register-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton:hover,
  .user-login-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton:hover, .login-reconfirm .button:hover {
    opacity: 0.7;
    text-decoration: none; }

.user-pass-reset > input.button--danger,
.user-pass > input.button--danger, .node-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .unpublish .button,
.node-review-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .unpublish .button,
.user-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .unpublish .button,
.profile-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .unpublish .button,
.user-pass-reset .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .unpublish .button,
.user-pass .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .unpublish .button,
.user-register-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .unpublish .button,
.user-login-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .unpublish .button, .node-form .form-actions .edit-delete,
.node-review-form .form-actions .edit-delete,
.user-form .form-actions .edit-delete,
.profile-form .form-actions .edit-delete,
.user-pass-reset .form-actions .edit-delete,
.user-pass .form-actions .edit-delete,
.user-register-form .form-actions .edit-delete,
.user-login-form .form-actions .edit-delete {
  color: white;
  white-space: nowrap;
  display: inline-block;
  background-color: #f65654;
  font-size: 21px;
  font-size: 1.5rem;
  text-align: center;
  padding: 9.799px 28px;
  padding: 0.7rem 2rem;
  font-family: "Titillium-light", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out; }
  .user-pass-reset > input.button--danger:hover,
  .user-pass > input.button--danger:hover, .node-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .unpublish .button:hover,
  .node-review-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .unpublish .button:hover,
  .user-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .unpublish .button:hover,
  .profile-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .unpublish .button:hover,
  .user-pass-reset .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .unpublish .button:hover,
  .user-pass .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .unpublish .button:hover,
  .user-register-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .unpublish .button:hover,
  .user-login-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .unpublish .button:hover, .node-form .form-actions .edit-delete:hover,
  .node-review-form .form-actions .edit-delete:hover,
  .user-form .form-actions .edit-delete:hover,
  .profile-form .form-actions .edit-delete:hover,
  .user-pass-reset .form-actions .edit-delete:hover,
  .user-pass .form-actions .edit-delete:hover,
  .user-register-form .form-actions .edit-delete:hover,
  .user-login-form .form-actions .edit-delete:hover {
    background-color: #f53e3c; }

.comment-content-comment-delete-form .form-submit {
  color: white;
  white-space: nowrap;
  display: inline-block;
  background-color: #f65654;
  font-size: 16.8px;
  font-size: 1.2rem;
  text-align: center;
  padding: 9.799px 14px;
  padding: 0.7rem 1rem;
  font-family: "Titillium-light", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out; }
  .comment-content-comment-delete-form .form-submit:hover {
    opacity: 0.7;
    text-decoration: none; }

.article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-link, .comment-content-comment-delete-form .button, .editor-youtube-dialog > input,
.editor-image-dialog > input, .user-pass-reset > input.button--primary,
.user-pass > input.button--primary, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-link {
  color: white;
  white-space: nowrap;
  display: inline-block;
  background-color: #00a6f8;
  font-size: 16.8px;
  font-size: 1.2rem;
  text-align: center;
  padding: 9.799px 14px;
  padding: 0.7rem 1rem;
  font-family: "Titillium-light", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out; }
  .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-link:hover, .comment-content-comment-delete-form .button:hover, .editor-youtube-dialog > input:hover,
  .editor-image-dialog > input:hover, .user-pass-reset > input.button--primary:hover,
  .user-pass > input.button--primary:hover {
    opacity: 0.7;
    text-decoration: none; }

#comments #componets-comments-fake-form .sign-in input,
#comments #componets-comments-fake-form .sign-in a,
#comments #componets-comments-fake-form--2 .sign-in input,
#comments #componets-comments-fake-form--2 .sign-in a, #comments .loadmore a, .user-login-form #edit-link, #main .page-profile.new-card .page-profile-content #user-reviews .pager__item a, .page-profile .page-profile-profile .page-profile-profile-follow, .page-profile .page-profile-profile .page-profile-profile-rating .page-profile-profile-rating-community .page-profile-profile-rating-community-link, #comments_anchor a, .page-subhome-top-juegos .article-content-game-profile-content-links-add, .page-edit-profile #main .user-cancel-form input, .node-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish .button,
.node-review-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish .button,
.user-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish .button,
.profile-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish .button,
.user-pass-reset .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish .button,
.user-pass .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish .button,
.user-register-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish .button,
.user-login-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish .button, .node-form .form-actions .form-submit,
.node-review-form .form-actions .form-submit,
.user-form .form-actions .form-submit,
.profile-form .form-actions .form-submit,
.user-pass-reset .form-actions .form-submit,
.user-pass .form-actions .form-submit,
.user-register-form .form-actions .form-submit,
.user-login-form .form-actions .form-submit, .user-review .user-review-page-edit-link {
  color: white;
  white-space: nowrap;
  display: inline-block;
  background-color: #ffae00;
  font-size: 16.8px;
  font-size: 1.2rem;
  text-align: center;
  padding: 12.6px 42px;
  padding: 0.9rem 3rem;
  font-family: "Titillium-light", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out; }
  #comments #componets-comments-fake-form .sign-in input:hover,
  #comments #componets-comments-fake-form .sign-in a:hover,
  #comments #componets-comments-fake-form--2 .sign-in input:hover,
  #comments #componets-comments-fake-form--2 .sign-in a:hover, #comments .loadmore a:hover, .user-login-form #edit-link:hover, #main .page-profile.new-card .page-profile-content #user-reviews .pager__item a:hover, .page-profile .page-profile-profile .page-profile-profile-follow:hover, .page-profile .page-profile-profile .page-profile-profile-rating .page-profile-profile-rating-community .page-profile-profile-rating-community-link:hover, #comments_anchor a:hover, .page-subhome-top-juegos .article-content-game-profile-content-links-add:hover, .page-edit-profile #main .user-cancel-form input:hover, .node-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish .button:hover,
  .node-review-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish .button:hover,
  .user-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish .button:hover,
  .profile-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish .button:hover,
  .user-pass-reset .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish .button:hover,
  .user-pass .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish .button:hover,
  .user-register-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish .button:hover,
  .user-login-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish .button:hover, .node-form .form-actions .form-submit:hover,
  .node-review-form .form-actions .form-submit:hover,
  .user-form .form-actions .form-submit:hover,
  .profile-form .form-actions .form-submit:hover,
  .user-pass-reset .form-actions .form-submit:hover,
  .user-pass .form-actions .form-submit:hover,
  .user-register-form .form-actions .form-submit:hover,
  .user-login-form .form-actions .form-submit:hover, .user-review .user-review-page-edit-link:hover {
    opacity: 0.7; }

.article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-link-add, .comment-content-comment-form .form-submit,
.comment-card-comments-form .form-submit,
.comment-content-comment-edit-form .form-submit, .switchorder a, .user-review-content-list .user-review-content-element .user-review-content-item .user-review-content-rate .user-review-rating-hc-link, .page-profile-community #user-reviews .page-profile-profile-rating-community-link, .page-profile-community #user-reviews form input, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-link-add, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content-links-add {
  color: white;
  white-space: nowrap;
  display: inline-block;
  background-color: #ffae00;
  font-size: 16.8px;
  font-size: 1.2rem;
  text-align: center;
  padding: 9.799px 14px;
  padding: 0.7rem 1rem;
  font-family: "Titillium-light", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out; }
  .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-link-add:hover, .comment-content-comment-form .form-submit:hover,
  .comment-card-comments-form .form-submit:hover,
  .comment-content-comment-edit-form .form-submit:hover, .switchorder a:hover, .user-review-content-list .user-review-content-element .user-review-content-item .user-review-content-rate .user-review-rating-hc-link:hover, .page-profile-community #user-reviews .page-profile-profile-rating-community-link:hover, .page-profile-community #user-reviews form input:hover, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content-links-add:hover {
    background-color: #e69d00; }

.article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item .article-content-game-profile-content-offers-item-link, .page-profile .page-profile-content .page-profile-offers .page-profile-offers-list .page-profile-offers-element .page-profile-offers-item .page-profile-offers-item-link, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item .article-content-game-profile-content-offers-item-link {
  color: white;
  white-space: nowrap;
  display: inline-block;
  background-color: #a70069;
  font-size: 21px;
  font-size: 1.5rem;
  text-align: center;
  padding: 9.799px 28px;
  padding: 0.7rem 2rem;
  font-family: "Titillium-light", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out; }
  .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item .article-content-game-profile-content-offers-item-link:hover, .page-profile .page-profile-content .page-profile-offers .page-profile-offers-list .page-profile-offers-element .page-profile-offers-item .page-profile-offers-item-link:hover {
    background-color: #8e0059; }

.tabs-container .tabs-content > a, .page-profile-reviews-item-link > a, .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-link > a, .page-profile .page-profile-content .page-profile-community .page-profile-community-reviews .page-profile-community-reviews-list .page-profile-community-reviews-element .page-profile-community-reviews-item .page-profile-community-reviews-item-link > a, .page-profile .page-profile-content .page-profile-guides .page-profile-guides-list .page-profile-guides-element .page-profile-guides-item .page-profile-guides-item-link > a {
  font-size: 18.2px;
  font-size: 1.3rem;
  white-space: nowrap;
  font-family: "Titillium-light", Helvetica, Arial, sans-serif;
  border-bottom: 2px solid;
  display: block;
  margin: 28px auto;
  margin: 2rem auto;
  width: 35%;
  text-align: center; }

@media (min-width: 980px) {
  .tabs-container .tabs-content, .page-profile-reviews-item-link, .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-link, .page-profile .page-profile-content .page-profile-community .page-profile-community-reviews .page-profile-community-reviews-list .page-profile-community-reviews-element .page-profile-community-reviews-item .page-profile-community-reviews-item-link, .page-profile .page-profile-content .page-profile-guides .page-profile-guides-list .page-profile-guides-element .page-profile-guides-item .page-profile-guides-item-link {
    text-align: right;
    margin: 1rem 0; }
    .tabs-container .tabs-content > a, .page-profile-reviews-item-link > a, .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-link > a, .page-profile .page-profile-content .page-profile-community .page-profile-community-reviews .page-profile-community-reviews-list .page-profile-community-reviews-element .page-profile-community-reviews-item .page-profile-community-reviews-item-link > a, .page-profile .page-profile-content .page-profile-guides .page-profile-guides-list .page-profile-guides-element .page-profile-guides-item .page-profile-guides-item-link > a {
      display: inline-block;
      text-align: right;
      width: auto; } }

.tabs .tab-links > li.active a, .tabs .tab-links > li > a, .tabs-navigation .tabs-navigation-list .tabs-navigation-element .tabs-navigation-item, .tabs-navigation .tabs-navigation-list .tabs-navigation-element.active .tabs-navigation-item {
  color: #aaaaaa;
  display: inline-block;
  font-size: 14px;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  padding: 9.799px 14px;
  padding: 0.7rem 1rem;
  font-family: "Titillium-light", Helvetica, Arial, sans-serif;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out; }
  .tabs .tab-links > li.active a:hover, .tabs .tab-links > li > a:hover, .tabs-navigation .tabs-navigation-list .tabs-navigation-element .tabs-navigation-item:hover, .tabs .tab-links > li.active a.active, .tabs .tab-links > li > a.active, .tabs-navigation .tabs-navigation-list .tabs-navigation-element .active.tabs-navigation-item {
    color: #025076;
    font-weight: bold; }

.last-guides .last-guides-content .views-element-container .more-link, .error .pager__item, .article .guide-elements .view-more, .page-default .last-articles .last-article-content .last-article-content-button-more,
.page-default .last-articles .last-article-content .pager__item, .page-profile .page-profile-content .page-profile-media .pager .pager__item, .page-profile .page-profile-content .guide-elements .view-more, .page-profile .page-profile-content .page-profile-news .pager .pager__item, .page-profile-fichas .pager__item, .page-subhome-default .pager__item, .page-time-line .page-time-line-content .page-time-line-content-button-more {
  text-align: center;
  display: block;
  width: 100%; }
  .last-guides .last-guides-content .views-element-container .more-link a, .error .pager__item a, .article .guide-elements .view-more a, .page-default .last-articles .last-article-content .last-article-content-button-more a, .page-default .last-articles .last-article-content .pager__item a, .page-profile .page-profile-content .page-profile-media .pager .pager__item a, .page-profile .page-profile-content .guide-elements .view-more a, .page-profile .page-profile-content .page-profile-news .pager .pager__item a, .page-profile-fichas .pager__item a, .page-subhome-default .pager__item a, .page-time-line .page-time-line-content .page-time-line-content-button-more a {
    color: white;
    white-space: nowrap;
    display: inline-block;
    background-color: #00a6f8;
    font-size: 18.2px;
    font-size: 1.3rem;
    text-align: center;
    padding: 12.6px 98px;
    padding: 0.9rem 7rem;
    font-family: "Titillium-light", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    border: 1px solid transparent; }
    .last-guides .last-guides-content .views-element-container .more-link a:hover, .error .pager__item a:hover, .article .guide-elements .view-more a:hover, .page-default .last-articles .last-article-content .last-article-content-button-more a:hover, .page-default .last-articles .last-article-content .pager__item a:hover, .page-profile .page-profile-content .page-profile-media .pager .pager__item a:hover, .page-profile .page-profile-content .guide-elements .view-more a:hover, .page-profile .page-profile-content .page-profile-news .pager .pager__item a:hover, .page-profile-fichas .pager__item a:hover, .page-subhome-default .pager__item a:hover, .page-time-line .page-time-line-content .page-time-line-content-button-more a:hover {
      opacity: 0.7;
      text-decoration: none; }
    @media (min-width: 48em) {
      .last-guides .last-guides-content .views-element-container .more-link a, .error .pager__item a, .article .guide-elements .view-more a, .page-default .last-articles .last-article-content .last-article-content-button-more a, .page-default .last-articles .last-article-content .pager__item a, .page-profile .page-profile-content .page-profile-media .pager .pager__item a, .page-profile .page-profile-content .guide-elements .view-more a, .page-profile .page-profile-content .page-profile-news .pager .pager__item a, .page-profile-fichas .pager__item a, .page-subhome-default .pager__item a, .page-time-line .page-time-line-content .page-time-line-content-button-more a {
        padding: 0.9rem 8rem; } }

.last-community-reviews .last-community-reviews-content .last-community-reviews-content-button-more, .page-profile-user-reviews .pager__item, .page-profile-community .pager__item .button, .page-profile .page-profile-content .page-profile-community .pager .pager__item, .page-user-profile .page-user-profile-reviews .pager__item {
  text-align: center;
  display: block;
  width: 100%; }
  @media (min-width: 980px) {
    .last-community-reviews .last-community-reviews-content .last-community-reviews-content-button-more, .page-profile-user-reviews .pager__item, .page-profile-community .pager__item .button, .page-profile .page-profile-content .page-profile-community .pager .pager__item, .page-user-profile .page-user-profile-reviews .pager__item {
      width: auto; } }
  .last-community-reviews .last-community-reviews-content .last-community-reviews-content-button-more a, .page-profile-user-reviews .pager__item a, .page-profile-community .pager__item .button a, .page-profile .page-profile-content .page-profile-community .pager .pager__item a, .page-user-profile .page-user-profile-reviews .pager__item a {
    color: white;
    white-space: nowrap;
    display: inline-block;
    background-color: #ffae00;
    font-size: 18.2px;
    font-size: 1.3rem;
    text-align: center;
    padding: 12.6px 112px;
    padding: 0.9rem 8rem;
    font-family: "Titillium-light", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    border: 1px solid transparent; }
    .last-community-reviews .last-community-reviews-content .last-community-reviews-content-button-more a:hover, .page-profile-user-reviews .pager__item a:hover, .page-profile-community .pager__item .button a:hover, .page-profile .page-profile-content .page-profile-community .pager .pager__item a:hover, .page-user-profile .page-user-profile-reviews .pager__item a:hover {
      background-color: transparent;
      color: #ffae00;
      border: 1px solid #ffae00;
      text-decoration: none; }

.gallery {
  margin-bottom: 14px; }
  .gallery .button-gallery a i {
    background: #00a6f8; }

.remodal-wrapper .menu-gallery .container-menu-gallery .title-gallery h2 {
  font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif; }

/*------------------------------------
    $GLOBAL
------------------------------------*/
html {
  font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
  background-color: white;
  color: #4a4a4a;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%; }

body {
  padding-top: 62px;
  min-height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased; }

/*------------------------------------
    $TEXT
------------------------------------*/
h1,
h2,
h3,
h4,
h5 {
  margin: 14px 0 7px;
  margin: 1rem 0 0.5rem;
  font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
  color: #025076;
  font-weight: normal; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a {
    color: #4a4a4a; }

h1 {
  font-size: 28px;
  font-size: 2rem;
  margin: 14px 0;
  margin: 1rem 0; }
  @media (min-width: 980px) {
    h1 {
      font-size: 4rem; } }

h2 {
  font-size: 24.5px;
  font-size: 1.75rem; }

h3 {
  font-size: 21px;
  font-size: 1.5rem; }

h4 {
  font-size: 17.5px;
  font-size: 1.25rem; }

h5 {
  font-size: 14px;
  font-size: 1rem; }

h6 {
  font-size: 10.5px;
  font-size: 0.75rem; }

p {
  font-size: 15.4px;
  font-size: 1.1rem;
  margin: 0; }

blockquote {
  color: #2c7db4;
  position: relative;
  margin: 42px 0 42px 42px;
  margin: 3rem 0 3rem 3rem; }
  blockquote p {
    font-size: 23.8px;
    font-size: 1.7rem;
    line-height: 32.199px;
    line-height: 2.3rem;
    margin: 0; }
    blockquote p a {
      text-decoration: underline; }

/*------------------------------------
    $INLINE ELEMENTS
------------------------------------*/
a {
  color: #00a6f8; }

strong,
b {
  font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
  font-weight: normal; }

address {
  font-style: normal; }

time {
  font-style: normal; }

/*------------------------------------
    $IMAGES
------------------------------------*/
img {
  max-width: 100%;
  height: auto; }

/*------------------------------------
    $IFRAME
------------------------------------*/
iframe {
  border: 0; }

.ajax-progress {
  display: none; }

/*------------------------------------
    $FORM
------------------------------------*/
form label {
  font-size: 16.8px;
  font-size: 1.2rem;
  font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
  margin-bottom: 4.2px;
  margin-bottom: 0.3rem;
  display: inline-block;
  position: relative; }
  form label.form-required::after {
    content: "*";
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
    width: 17px;
    height: 17px;
    display: block;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 17px;
    position: absolute;
    right: -13px;
    top: 0; }

form select {
  background: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  height: 48px;
  position: relative;
  border: 1px solid #aaaaaa;
  font-family: "Titillium-light", Helvetica, Arial, sans-serif;
  width: 100%; }

form input[type="text"],
form input[type="number"],
form input[type="file"],
form input[type="date"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form textarea {
  padding: 14px;
  padding: 1rem;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Titillium-light", Helvetica, Arial, sans-serif;
  font-size: 16px; }

form textarea {
  resize: vertical; }

/*------------------------------------
    $ANCHORS
------------------------------------*/
.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
  height: 0; }

.article .article-content .contain-table {
  width: -webkit-calc(100vw - 20px);
  width: calc(100vw - 20px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  overflow-x: scroll;
  margin-bottom: 25px; }
  @media (min-width: 980px) {
    .article .article-content .contain-table {
      width: 640px;
      padding: 0 16px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  .article .article-content .contain-table table {
    border: none; }
    .article .article-content .contain-table table thead {
      border: none;
      border-top: 1px solid #e0e0e0; }
      .article .article-content .contain-table table thead th {
        border: none;
        padding: 15px;
        font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
        text-align: left;
        font-size: 17px; }
    .article .article-content .contain-table table tr {
      border: none; }
      .article .article-content .contain-table table tr td {
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        padding: 30px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
        font-size: 16px; }
        .article .article-content .contain-table table tr td:first-child {
          border-left: none; }
        .article .article-content .contain-table table tr td:last-child {
          border-right: none; }
    .article .article-content .contain-table table tbody th {
      border: 1px solid #e0e0e0;
      border-left: none;
      font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
      font-size: 16px;
      text-align: center;
      background: #f9f9f9;
      width: 200px; }

/*------------------------------------
    $COOKIES
------------------------------------*/
@media (min-width: 41.2em) {
  .eu-cookie-compliance-banner .eu-cookie-compliance-message {
    max-width: 80%; } }

.block-temporal a {
  display: block;
  text-align: center; }

/*---------------------------------------------
    $OVERRIDE BODY STYLES FOR TEXT JUSTIFY
----------------------------------------------*/
p.text-align-justify {
  text-align: left; }

.view-content .more-link {
  text-align: center; }
  .view-content .more-link a {
    color: white;
    white-space: nowrap;
    display: inline-block;
    background-color: #00a6f8;
    font-size: 18.2px;
    font-size: 18.2px;
    font-size: 1.3rem;
    text-align: center;
    padding: 12.6px 98px;
    padding: 12.6px 98px;
    padding: 0.9rem 7rem;
    font-family: "Titillium-light", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    border: 1px solid transparent; }

/*------------------------------------
    $IMAGES
------------------------------------*/
.article.opinion .article-header .article-header-picture, .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-author .article-header-picture img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #00a6f8; }

.comment .comment-content .comment-author .comment-author-picture, .comment .comment-content .reply-form .form-item-fake-user-info, .page-profile-reviews-item-author-picture, .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-author .page-profile-reviews-item-author-picture, .page-profile .page-profile-content .page-profile-community .page-profile-community-reviews .page-profile-community-reviews-list .page-profile-community-reviews-element .page-profile-community-reviews-item .page-profile-community-reviews-item-author .page-profile-community-reviews-item-author-picture, .page-profile .page-profile-content .page-profile-guides .page-profile-guides-list .page-profile-guides-element .page-profile-guides-item .page-profile-guides-item-author .page-profile-guides-item-author-picture, .add-review-page-content .user-data > figure {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #00a6f8; }

.keep-aspect-ratio-wrapper.st-swap-parent,
.embed-container .keep-aspect-ratio-wrapper,
p > .keep-aspect-ratio-wrapper {
  padding-bottom: 25%; }

/*------------------------------------
    $LOGOS
------------------------------------*/
/* Mobile */
.logo_hobbyconsolas-mb {
  text-align: center;
  margin: 0;
  width: 100%;
  font-size: 28px;
  font-size: 2rem; }
  .logo_hobbyconsolas-mb a {
    display: block;
    line-height: 60px; }
    .logo_hobbyconsolas-mb a img {
      width: 90%;
      max-width: 200px; }
  @media (min-width: 980px) {
    .logo_hobbyconsolas-mb {
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility, opacity 300ms ease-out;
      -o-transition: visibility, opacity 300ms ease-out;
      transition: visibility, opacity 300ms ease-out; } }

/*------------------------------------
    $STATUS MESSAGES
------------------------------------*/
#main > .form-message {
  position: fixed;
  top: 102px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  font-family: "Titillium-light", Helvetica, Arial, sans-serif;
  line-height: 19.599px;
  line-height: 1.4rem;
  z-index: 5; }
  @media (min-width: 980px) {
    #main > .form-message {
      top: 172px; } }
  #main > .form-message > div {
    padding: 2.8px 0 0;
    padding: 0.2rem 0 0;
    background: #4caf50; }
    #main > .form-message > div li {
      border-bottom: 1px solid #6ad26f; }
  #main > .form-message div[role=alert] {
    padding: 2.8px 0 0;
    padding: 0.2rem 0 0;
    background: #f65654; }
    #main > .form-message div[role=alert] li {
      padding: 1.4px 0 2.8px;
      padding: 0.1rem 0 0.2rem;
      border-bottom: 1px solid #d04947; }
  #main > .form-message .form-close {
    color: white;
    border: 2px solid white;
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: block;
    line-height: 27px;
    position: absolute;
    right: 14px;
    right: 1rem;
    top: 8.4px;
    top: 0.6rem;
    font-family: "Titillium-light", Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-size: 1.5rem; }

form .form-message {
  font-family: "Titillium-light", Helvetica, Arial, sans-serif;
  line-height: 19.599px;
  line-height: 1.4rem;
  background: #f65654;
  padding: 14px;
  padding: 1rem;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 7px 0;
  margin: 0.5rem 0; }

/*------------------------------------
    $TOOLTIPS
------------------------------------*/
.tooltip {
  position: relative; }
  .tooltip .tooltip-container {
    display: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    background-color: white;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    padding: 7px;
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden; }

/**
* Components
**/
.block-magazines-slider {
  position: relative;
  overflow: hidden; }
  .block-magazines-slider > .slick {
    left: 33px;
    position: relative; }
    @media (min-width: 980px) {
      .block-magazines-slider > .slick {
        left: 0; } }
    @media (min-width: 980px) {
      .block-magazines-slider > .slick .slick-slider {
        margin: 0 22px; } }
    .block-magazines-slider > .slick .slick-slider .slick-list {
      padding: 0 23% 0 0; }
      @media (min-width: 980px) {
        .block-magazines-slider > .slick .slick-slider .slick-list {
          padding: 0; } }
    .block-magazines-slider > .slick .slick-slider .slide {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 10px; }
      @media (min-width: 980px) {
        .block-magazines-slider > .slick .slick-slider .slide {
          padding: 0 17px; } }
      .block-magazines-slider > .slick .slick-slider .slide:not(.slick-active) h3 {
        opacity: 0; }
        @media (min-width: 980px) {
          .block-magazines-slider > .slick .slick-slider .slide:not(.slick-active) h3 {
            opacity: 1; } }
      .block-magazines-slider > .slick .slick-slider .slide .slider-item a {
        outline: none; }
      .block-magazines-slider > .slick .slick-slider .slide .slider-item .container-slider-image {
        position: relative;
        height: 0;
        padding-bottom: 140%;
        overflow: hidden; }
        .block-magazines-slider > .slick .slick-slider .slide .slider-item .container-slider-image img {
          -webkit-box-shadow: 0px 2px 5px 0px #8a8a8a;
          box-shadow: 0px 2px 5px 0px #8a8a8a;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%; }
      .block-magazines-slider > .slick .slick-slider .slide .slider-item h3 {
        color: #000;
        margin-top: 10px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 18px;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms; }
    .block-magazines-slider > .slick .slick__arrow {
      display: none;
      position: absolute;
      width: 100%;
      top: -webkit-calc(50% - 50px);
      top: calc(50% - 50px);
      left: 0; }
      @media (min-width: 980px) {
        .block-magazines-slider > .slick .slick__arrow {
          display: block; } }
      .block-magazines-slider > .slick .slick__arrow > .slick-arrow {
        position: absolute;
        font-size: 36px;
        cursor: pointer; }
        .block-magazines-slider > .slick .slick__arrow > .slick-arrow:before {
          position: absolute; }
        .block-magazines-slider > .slick .slick__arrow > .slick-arrow.slick-prev {
          left: 0; }
          .block-magazines-slider > .slick .slick__arrow > .slick-arrow.slick-prev:before {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            left: -8px; }
        .block-magazines-slider > .slick .slick__arrow > .slick-arrow.slick-next {
          right: 0; }
          .block-magazines-slider > .slick .slick__arrow > .slick-arrow.slick-next:before {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            right: -9px; }
        .block-magazines-slider > .slick .slick__arrow > .slick-arrow > span {
          display: none; }

/*------------------------------------
    $ARTICLE INFO AUTHOR in final content
------------------------------------*/
.article-info-author .date {
  color: #aaaaaa;
  font-family: "Titillium-light", Helvetica, Arial, sans-serif;
  text-align: right;
  font-size: 12.6px; }

/*------------------------------------
    $ARTICLE AUTHOR
------------------------------------*/
.article-author {
  text-align: center;
  border: 1px solid #aaaaaa;
  margin: 42px 14px 0;
  margin: 3rem 1rem 0;
  width: auto !important;
  padding: 0 16.8px;
  padding: 0 1.2rem; }
  @media (min-width: 68.75em) {
    .article-author {
      margin: 0 auto; } }
  .article-author .article-author-picture {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    overflow: hidden;
    margin: -40px auto 0;
    background-color: #aaaaaa; }
  .article-author .article-author-name a {
    font-size: 19.599px;
    font-size: 1.4rem;
    text-decoration: underline;
    font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif; }
    @media (min-width: 68.75em) {
      .article-author .article-author-name a {
        text-decoration: none; }
        .article-author .article-author-name a:hover {
          text-decoration: underline; } }
  .article-author .article-author-job {
    font-size: 16.8px;
    font-size: 1.2rem;
    color: #025076;
    font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif; }
  .article-author .article-author-social {
    border-bottom: 1px solid #aaaaaa;
    width: 80%;
    margin: 0 auto 14px;
    margin: 0 auto 1rem;
    padding-bottom: 14px;
    padding-bottom: 1rem; }
    .article-author .article-author-social .article-author-social-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .article-author .article-author-social .article-author-social-list .article-author-social-item {
        margin: 0 7px;
        margin: 0 0.5rem; }
        .article-author .article-author-social .article-author-social-list .article-author-social-item::before {
          font-size: 42px;
          font-size: 3rem; }
        .article-author .article-author-social .article-author-social-list .article-author-social-item.icon-twitter {
          color: #4099ff; }
  .article-author .article-author-bio {
    padding: 7px 14px;
    padding: 0.5rem 1rem;
    margin-bottom: 7px;
    margin-bottom: 0.5rem; }
  .article-author .page-user-profile-profiles {
    margin: 14px 0 0;
    margin: 1rem 0 0; }
    .article-author .page-user-profile-profiles .profile-element {
      display: inline-block;
      width: 58px;
      margin: 0 7px;
      margin: 0 0.5rem; }
      .article-author .page-user-profile-profiles .profile-element .profile-list-item a {
        color: transparent; }
      .article-author .page-user-profile-profiles .profile-element .profile-list-item a::before {
        width: 30px;
        height: 30px;
        display: inline-block;
        font-size: 28px;
        font-size: 2rem; }
      .article-author .page-user-profile-profiles .profile-element .profile-list-item.twitter a::before {
        color: #4099ff; }
      .article-author .page-user-profile-profiles .profile-element .profile-list-item.linkedin a::before {
        color: #0077b5; }

.article-blocks .article-author {
  margin-top: 35px;
  margin-top: 2.5rem; }

/*------------------------------------
    $ARTICLE FEATURED
------------------------------------*/
.article-featured {
  position: relative;
  overflow: hidden; }
  .article-featured.item-vertical .article-featured-header .article-featured-header-title a {
    font-size: 28px;
    font-size: 2rem;
    line-height: 32.199px;
    line-height: 2.3rem; }
    @media (min-width: 41.2em) {
      .article-featured.item-vertical .article-featured-header .article-featured-header-title a {
        font-size: 1.4rem;
        line-height: 1.8rem; } }
  .article-featured .article-featured-picture {
    display: block; }
    .article-featured .article-featured-picture img {
      display: block;
      width: 100%; }
  .article-featured .article-featured-header .article-featured-header-vertical {
    position: absolute;
    top: -1px;
    left: 0; }
    .article-featured .article-featured-header .article-featured-header-vertical span {
      color: white;
      background: #00a6f8;
      font-size: 14px;
      font-size: 1rem;
      padding: 4.2px 7px;
      padding: 0.3rem 0.5rem;
      font-size: 14px;
      font-size: 1rem;
      line-height: 25.2px;
      line-height: 1.8rem;
      font-family: "Titillium-light", Helvetica, Arial, sans-serif; }
    .article-featured .article-featured-header .article-featured-header-vertical.industry span {
      color: white;
      background: #44a8de; }
    .article-featured .article-featured-header .article-featured-header-vertical.entertainment span {
      color: white;
      background: #44a8de; }
  .article-featured .article-featured-header .article-featured-header-title {
    margin: 0;
    position: absolute;
    left: 10px;
    bottom: 20px;
    width: 80%; }
    .article-featured .article-featured-header .article-featured-header-title a {
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      display: block;
      padding: 7px;
      padding: 0.5rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16.8px;
      font-size: 1.2rem;
      line-height: 19.599px;
      line-height: 1.4rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 48em) {
        .article-featured .article-featured-header .article-featured-header-title a {
          font-size: 1.4rem;
          line-height: 1.8rem; } }
  .article-featured.card {
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); }
    .article-featured.card .article-featured-header {
      background: white;
      position: relative; }
      .article-featured.card .article-featured-header .article-featured-header-vertical {
        position: absolute;
        top: -24px;
        left: 0; }
        .article-featured.card .article-featured-header .article-featured-header-vertical span {
          color: #00a6f8;
          background: white;
          font-size: 14px;
          font-size: 1rem;
          padding: 4.2px 7px;
          padding: 0.3rem 0.5rem; }
        .article-featured.card .article-featured-header .article-featured-header-vertical.industry span {
          color: #44a8de;
          background: #44a8de; }
        .article-featured.card .article-featured-header .article-featured-header-vertical.entertainment span {
          color: #ff9268;
          background: white; }
      .article-featured.card .article-featured-header .article-featured-header-title {
        position: relative;
        width: auto;
        left: 0;
        bottom: 0;
        padding: 10px 10px 17px;
        min-height: 82px; }
        .article-featured.card .article-featured-header .article-featured-header-title a {
          padding: 0;
          background: none;
          color: #4a4a4a; }
      .article-featured.card .article-featured-header .article-featured-header-comments {
        display: block;
        text-align: right; }
        .article-featured.card .article-featured-header .article-featured-header-comments a {
          font-size: 14px;
          font-size: 1rem;
          color: #ffae00;
          padding: 0 10px; }
          .article-featured.card .article-featured-header .article-featured-header-comments a::before {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin: 0 0 0 5px;
            font-size: 14px;
            font-size: 1rem;
            position: relative;
            top: 2px; }
  .article-featured.horizontal .article-featured-header .article-featured-header-title {
    width: 75%;
    right: 10px;
    left: auto; }
    @media (min-width: 980px) {
      .article-featured.horizontal .article-featured-header .article-featured-header-title {
        width: 50%; } }
    .article-featured.horizontal .article-featured-header .article-featured-header-title a {
      text-align: right; }
  .article-featured .article-featured-header.normal .article-featured-header-title a {
    padding-bottom: 21px;
    padding-bottom: 1.5rem;
    text-align: left; }
    @media (min-width: 41.2em) {
      .article-featured .article-featured-header.normal .article-featured-header-title a {
        padding-right: 2.5rem;
        padding-bottom: 0.5rem; } }
  .article-featured .article-featured-header.normal .article-featured-header-comments {
    position: absolute;
    bottom: 0;
    right: 5px; }
    .article-featured .article-featured-header.normal .article-featured-header-comments a {
      padding: 0;
      font-size: 14px;
      font-size: 1rem;
      background: none;
      color: #ffae00; }
      .article-featured .article-featured-header.normal .article-featured-header-comments a:before {
        position: relative;
        top: 2px;
        margin-left: 3px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
  .article-featured .article-featured-header.horizontal .article-featured-header-title a {
    padding-bottom: 23px; }
  .article-featured .article-featured-header.horizontal .article-featured-header-comments {
    position: absolute;
    bottom: 3px;
    right: 7px; }
    .article-featured .article-featured-header.horizontal .article-featured-header-comments a {
      font-size: 14px;
      font-size: 1rem;
      color: #ffae00;
      background: none;
      padding: 0; }
      .article-featured .article-featured-header.horizontal .article-featured-header-comments a:before {
        margin-left: 3px;
        position: relative;
        top: 3px; }
  .article-featured .article-featured-header.vertical .article-featured-header-title a {
    padding-bottom: 23px; }
  .article-featured .article-featured-header.vertical .article-featured-header-comments {
    position: absolute;
    bottom: 0;
    left: 7px; }
    .article-featured .article-featured-header.vertical .article-featured-header-comments a {
      font-size: 14px;
      font-size: 1rem;
      color: #ffae00;
      background: none;
      padding: 0; }
      .article-featured .article-featured-header.vertical .article-featured-header-comments a:before {
        margin-left: 3px;
        position: relative;
        top: 3px; }

.four .article-featured .article-featured-header .article-featured-header-title {
  width: 95.5%; }

/*------------------------------------
    $ARTICLE GAME PROFILE
------------------------------------*/
.article-content-game-profile .article-content-game-profile-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 14px;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  /*box-shadow: 0 3px 11px -3px rgba(0,0,0,.3);*/ }
  .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0 auto;
    width: 160px; }
    @media (min-width: 48em) {
      .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 140px;
        margin: 1rem 0 0 0; } }
    .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-platforms {
      text-align: center;
      color: #025076;
      text-transform: uppercase;
      margin-bottom: 7px;
      margin-bottom: 0.5rem; }
      @media (min-width: 48em) {
        .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-platforms {
          position: absolute;
          top: 6px;
          text-align: left; } }
    .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-cover {
      min-height: 166px;
      width: 160px;
      margin: 0 auto;
      /*@include breakpoint(bp-m) {
          width: auto;
        }*/ }
      @media (min-width: 48em) {
        .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-cover {
          width: 140px; } }
    .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .page-profile-profile-rating-hc .page-profile-profile-rating-hc-bubble {
      position: relative;
      left: 5px;
      z-index: 1; }
    .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .page-profile-profile-rating-community .page-profile-profile-rating-community-bubble {
      position: relative;
      left: -5px; }
  .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links {
    padding: 14px 0;
    padding: 1rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center; }
    @media (min-width: 48em) {
      .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links {
        padding: 1.2rem 0 0 1.6rem;
        width: 67%;
        text-align: left; } }
    @media (min-width: 980px) {
      .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links {
        width: 77%; } }
    .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-genre-date {
      display: none;
      text-align: right;
      position: relative;
      top: -7px;
      color: #025076;
      text-transform: uppercase; }
      @media (min-width: 48em) {
        .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-genre-date {
          display: block; } }
      .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-genre-date div {
        display: inline-block; }
    @media (min-width: 48em) {
      .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-navigation {
        width: 100%;
        min-height: 110px; } }
    .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-navigation .article-content-game-profile-content-links-navigation-list {
      display: none; }
      @media (min-width: 48em) {
        .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-navigation .article-content-game-profile-content-links-navigation-list {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-navigation .article-content-game-profile-content-links-navigation-list .article-content-game-profile-content-links-navigation-element {
        width: 33%;
        margin-bottom: 14px;
        margin-bottom: 1rem; }
        @media (min-width: 48em) {
          .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-navigation .article-content-game-profile-content-links-navigation-list .article-content-game-profile-content-links-navigation-element {
            width: 50%; } }
        @media (min-width: 980px) {
          .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-navigation .article-content-game-profile-content-links-navigation-list .article-content-game-profile-content-links-navigation-element {
            width: 33%; } }
        .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-navigation .article-content-game-profile-content-links-navigation-list .article-content-game-profile-content-links-navigation-element .article-content-game-profile-content-links-navigation-item {
          color: #4a4a4a;
          font-size: 16.8px;
          font-size: 1.2rem;
          font-family: "Titillium-light", Helvetica, Arial, sans-serif; }
          .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-navigation .article-content-game-profile-content-links-navigation-list .article-content-game-profile-content-links-navigation-element .article-content-game-profile-content-links-navigation-item.community::before {
            color: #ffae00; }
          .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-navigation .article-content-game-profile-content-links-navigation-list .article-content-game-profile-content-links-navigation-element .article-content-game-profile-content-links-navigation-item::before {
            font-size: 25.2px;
            font-size: 1.8rem;
            display: inline-block;
            width: 20px;
            height: 20px;
            position: relative;
            top: 7px;
            margin-right: 9.799px;
            margin-right: 0.7rem;
            font-family: "axelspringer";
            color: #00a6f8; }
    .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-link {
      padding: 12.6px;
      padding: 0.9rem;
      width: 200px;
      margin-bottom: 14px;
      margin-bottom: 1rem;
      margin-right: 0;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
      @media (min-width: 68.75em) {
        .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-link {
          margin-right: 1rem; } }
    .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-link-add {
      padding: 12.6px;
      padding: 0.9rem;
      width: 200px;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
  .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers {
    width: 100%;
    margin-top: 42px;
    margin-top: 3rem; }
    .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-title {
      color: #a70069;
      text-align: center;
      position: relative; }
      .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-title img {
        position: relative;
        top: 3px; }
      .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-title:after {
        content: "";
        background: #a70069;
        position: absolute;
        height: 1px;
        width: 100%;
        bottom: -10px;
        left: 0; }
      @media (min-width: 48em) {
        .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-title {
          text-align: left; }
          .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-title:after {
            left: inherit;
            right: -16px;
            bottom: 12px;
            width: -webkit-calc(100% - 215px);
            width: calc(100% - 215px); } }
    @media (min-width: 48em) {
      .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item .article-content-game-profile-content-offers-item-game {
        width: -webkit-calc(100% - 160px) !important;
        width: calc(100% - 160px) !important; } }
    @media (min-width: 48em) {
      .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item .article-content-game-profile-content-offers-item-link {
        position: absolute;
        right: 13px; } }

/*------------------------------------
    $ARTICLE HEADER
------------------------------------*/
.article.coverage .article-header, .article.review .article-header {
  position: relative;
  text-align: center;
  background-color: white;
  margin: -50px 14px 0;
  margin: -50px 1rem 0; }
  @media (min-width: 980px) {
    .article.coverage .article-header, .article.review .article-header {
      display: block;
      margin: -100px auto 0;
      width: 980px; } }
  @media (min-width: 980px) {
    .article.coverage .article-header, .article.review .article-header {
      margin: -200px auto 0;
      width: 980px;
      min-height: 200px; } }
  .article.coverage .article-header .article-header-type, .article.review .article-header .article-header-type {
    background-color: #00a6f8;
    color: white;
    font-family: "Titillium-light", Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 7px 14px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-size: 1rem;
    top: -9.799px;
    top: -.7rem;
    position: relative;
    text-transform: uppercase; }
    @media (min-width: 980px) {
      .article.coverage .article-header .article-header-type, .article.review .article-header .article-header-type {
        font-size: 1.2rem; } }
  .article.coverage .article-header .article-header-info, .article.review .article-header .article-header-info {
    margin-bottom: 7px;
    margin-bottom: 0.5rem;
    text-align: center; }
    .article.coverage .article-header .article-header-info .article-header-info-separator, .article.review .article-header .article-header-info .article-header-info-separator {
      display: none; }
      @media (min-width: 980px) {
        .article.coverage .article-header .article-header-info .article-header-info-separator, .article.review .article-header .article-header-info .article-header-info-separator {
          display: inline; } }
    @media (min-width: 980px) {
      .article.coverage .article-header .article-header-info .article-header-info-author, .article.review .article-header .article-header-info .article-header-info-author {
        display: inline; } }
  .article.coverage .article-header .comment-text, .article.review .article-header .comment-text {
    font-size: 14px;
    font-size: 1rem; }

.article.opinion .article-header {
  position: relative;
  margin: 0 auto 28px;
  margin: 0 auto 2rem;
  background-color: white; }
  @media (min-width: 980px) {
    .article.opinion .article-header {
      width: 980px; } }
  @media (min-width: 980px) {
    .article.opinion .article-header {
      width: 980px; } }
  .article.opinion .article-header .article-header-picture {
    float: left;
    margin: 0 14px 0 14px;
    margin: 0 1rem 0 1rem; }
  .article.opinion .article-header .article-header-text {
    color: #2c7db4;
    font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-size: 1.5rem;
    padding: 7px 0 2.8px;
    padding: 0.5rem 0 0.2rem;
    display: block;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px); }
    .article.opinion .article-header .article-header-text a {
      color: #2c7db4;
      text-decoration: underline; }
  .article.opinion .article-header .article-header-author {
    background-color: #2c7db4;
    padding-left: 108px; }
    .article.opinion .article-header .article-header-author a {
      color: white;
      font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
      background-color: #2c7db4;
      font-size: 28px;
      font-size: 2rem;
      display: block;
      padding: 14px 0; }
  .article.opinion .article-header::before {
    display: block;
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 49px;
    font-size: 3.5rem;
    color: #00a6f8; }

.article.opinion.user-review .article-header .article-header-author a {
  background-color: #ffae00; }

@media (min-width: 41.2em) {
  .article.sponsored .article-info-author {
    display: inline;
    margin-right: 3px; } }

.open-gallery article.coverage .article-header, .open-gallery article.review .article-header,
.open-video article.coverage .article-header,
.open-video article.review .article-header {
  margin: 30px auto 0; }

/*------------------------------------
    $ARTICLE MAIN ELEMENT
------------------------------------*/
.article {
  /* Reportaje */ }
  .article .article-main-element.image {
    text-align: center; }
  @media (min-width: 980px) {
    .article .article-main-element.video {
      max-width: 960px;
      margin: 0 auto; } }
  .article .article-main-element.video .article-main-element-video {
    text-align: center;
    position: relative;
    padding-bottom: 56.35%;
    height: 0;
    overflow: hidden; }
    .article .article-main-element.video .article-main-element-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .article.coverage .article-main-element.image img, .article.review .article-main-element.image img {
    width: 100%; }

/*------------------------------------
    $ARTICLE OUTBRAIN
------------------------------------*/
.article-outbrain .article-outbrain-title {
  margin-bottom: 14px;
  margin-bottom: 1rem; }

.article-outbrain .article-outbrain-list {
  padding: 0 7px;
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .article-outbrain .article-outbrain-list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-bottom: 14px;
    margin-bottom: 1rem; }
    @media (min-width: 30em) {
      .article-outbrain .article-outbrain-list li {
        width: 32%;
        margin-bottom: 1.5rem; } }
    .article-outbrain .article-outbrain-list li article {
      position: relative;
      text-align: center; }
      .article-outbrain .article-outbrain-list li article figure {
        position: relative;
        float: left;
        width: 150px;
        margin-right: 10px; }
        @media (min-width: 30em) {
          .article-outbrain .article-outbrain-list li article figure {
            float: none;
            width: auto;
            margin-right: 0; } }
      .article-outbrain .article-outbrain-list li article a {
        display: block; }
      .article-outbrain .article-outbrain-list li article img {
        width: 100%;
        display: block; }
    .article-outbrain .article-outbrain-list li h4 {
      width: 100%;
      margin: 0;
      font-size: 14px;
      font-size: 1rem;
      padding: 7px 0;
      padding: 0.5rem 0;
      z-index: 2;
      text-align: left;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .article-outbrain .article-outbrain-list li h4 > .site {
        background: #00a6f8;
        padding: 2.8px;
        padding: 0.2rem;
        color: white;
        position: absolute;
        width: auto;
        font-size: 12.6px;
        font-size: .9rem;
        padding: 2.8px 7px;
        padding: 0.2rem 0.5rem;
        top: 0;
        left: 0; }
      .article-outbrain .article-outbrain-list li h4 a {
        font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
        display: block;
        color: #4a4a4a;
        font-size: 16.8px;
        font-size: 1.2rem; }
        @media (min-width: 30em) {
          .article-outbrain .article-outbrain-list li h4 a {
            font-size: 1.3rem; } }

.article-outbrain .ob-one-line {
  padding: 0px 14px 14px;
  padding: 0rem 1rem 1rem;
  text-align: right;
  margin-top: 0px; }
  @media (min-width: 30em) {
    .article-outbrain .ob-one-line {
      margin-top: -10px; } }

@media (min-width: 980px) {
  #ab_stickyid .article-outbrain,
  .article-content .article-outbrain {
    width: auto;
    margin: 0 330px 0 0; } }

/*------------------------------------
    $ARTICLE REVIEW
------------------------------------*/
.article .article-content .article-content-review {
  -webkit-box-shadow: 0px 3px 11px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 11px -3px rgba(0, 0, 0, 0.3); }
  .article .article-content .article-content-review .article-content-review-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
    margin-bottom: 1rem;
    padding: 14px;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 48em) {
      .article .article-content .article-content-review .article-content-review-header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media (min-width: 48em) {
      .article .article-content .article-content-review .article-content-review-header .article-content-review-header-text {
        width: 80%;
        padding-right: 1rem; } }
    .article .article-content .article-content-review .article-content-review-header .article-content-review-header-bubble {
      position: relative;
      z-index: 1; }
  .article .article-content .article-content-review .article-content-review-resume {
    margin-top: -115px; }
    @media (min-width: 48em) {
      .article .article-content .article-content-review .article-content-review-resume {
        margin-top: 0; } }

.article-share {
  text-align: center; }
  .article-share .article-share-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 28px 0;
    margin: 2rem 0; }
    .article-share .article-share-list .article-share-item {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-border-radius: 22px;
      border-radius: 22px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 16.8px;
      font-size: 1.2rem;
      height: 44px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 7px;
      margin: 0 0.5rem;
      overflow: hidden;
      width: 44px;
      text-indent: -9999px; }
      @media (min-width: 48em) {
        .article-share .article-share-list .article-share-item {
          text-indent: 0; } }
      @media (min-width: 48em) {
        .article-share .article-share-list .article-share-item {
          -webkit-border-radius: 3px;
          border-radius: 3px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-family: "Titillium-light", Helvetica, Arial, sans-serif;
          min-height: 44px;
          min-width: 185px;
          padding: 0.5rem 1rem;
          text-align: right;
          opacity: 0.8;
          -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
          .article-share .article-share-list .article-share-item:hover {
            opacity: 1;
            -webkit-transition: opacity .3s ease-out;
            -o-transition: opacity .3s ease-out;
            transition: opacity .3s ease-out;
            text-decoration: none; } }
      .article-share .article-share-list .article-share-item.icon-facebook {
        background-color: #3b59b6;
        color: transparent; }
        @media (min-width: 48em) {
          .article-share .article-share-list .article-share-item.icon-facebook {
            color: white; } }
      .article-share .article-share-list .article-share-item.icon-twitter {
        background-color: #4099ff;
        color: transparent; }
        @media (min-width: 48em) {
          .article-share .article-share-list .article-share-item.icon-twitter {
            color: white; } }
      .article-share .article-share-list .article-share-item.icon-whatsapp {
        background-color: #00cf42;
        color: transparent; }
        @media (min-width: 48em) {
          .article-share .article-share-list .article-share-item.icon-whatsapp {
            color: white;
            display: none; } }
      .article-share .article-share-list .article-share-item.icon-comments {
        background-color: #ffae00;
        color: transparent;
        position: relative; }
        .article-share .article-share-list .article-share-item.icon-comments::before {
          position: absolute;
          margin: 0 auto;
          left: 0;
          right: 0;
          width: 20px; }
          @media (min-width: 48em) {
            .article-share .article-share-list .article-share-item.icon-comments::before {
              position: relative;
              left: -14px; } }
        @media (min-width: 48em) {
          .article-share .article-share-list .article-share-item.icon-comments {
            color: white; } }
      .article-share .article-share-list .article-share-item::before {
        color: white;
        font-size: 20px;
        margin: 1px 0 0 8px;
        text-indent: 0;
        margin: 0 auto; }
        @media (min-width: 48em) {
          .article-share .article-share-list .article-share-item::before {
            margin: 0; } }

/*------------------------------------
    $ARTICLE SIMILAR
------------------------------------*/
@media (min-width: 68.75em) {
  .article .article-content .article-content-similar {
    margin: 0 330px 3rem 0;
    width: auto; } }

/*------------------------------------
    $ARTICLE SOURCE
------------------------------------*/
.article-content-source p a {
  font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif; }

/*------------------------------------
    $TAGS
------------------------------------*/
.article-tag {
  padding: 0 10px; }
  @media (min-width: 980px) {
    .article-tag {
      padding: 0; } }
  .article-tag p {
    margin-bottom: 10px; }
  .article-tag a {
    margin-right: 2px;
    background: #e0e0e04a;
    padding: 5px;
    margin-bottom: 5px;
    display: inline-block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-bottom: none; }

/*------------------------------------
    $ ARTICLE VIDEOS
------------------------------------*/
#banner-info {
  top: 62px;
  position: -webkit-sticky;
  position: sticky; }
  #banner-info .options li a,
  #banner-info .options li p {
    position: relative;
    top: 10px;
    font-size: 13px; }

.block-magazines-slider > h2 {
  margin-bottom: 40px; }
  .block-magazines-slider > h2 a {
    color: white; }

.block-magazines-slider > .slick .slider-item h3 {
  font-size: 17px !important; }

@media (min-width: 980px) {
  .block-our-recommend {
    padding: 0;
    margin: 0 330px 3rem 0; } }

.block-our-recommend article .title-recommend {
  font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif; }

@media (min-width: 980px) {
  .prometeo-content {
    margin: 0 0 3rem 0; } }

/*------------------------------------
    $BLOCK BUBBLE
------------------------------------*/
.article .article-content .article-content-review .article-content-review-header .article-content-review-header-bubble, .page-profile-reviews-item-review-resume-rate-bubble, .page-profile .page-profile-profile .page-profile-profile-rating .page-profile-profile-rating-hc .page-profile-profile-rating-hc-bubble, .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-review-resume .page-profile-reviews-item-review-resume-rate .page-profile-reviews-item-review-resume-rate-bubble {
  margin: 0 auto 14px;
  margin: 0 auto 1rem;
  width: 125px;
  height: 125px;
  padding: 14px;
  padding: 1rem;
  border: 5px solid transparent;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  color: white;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #00a6f8;
  border: 3px solid white; }

.page-profile .page-profile-profile .page-profile-profile-rating .page-profile-profile-rating-community .page-profile-profile-rating-community-bubble {
  margin: 0 auto 12.6px;
  margin: 0 auto 0.9rem;
  padding: 14px;
  padding: 1rem;
  width: 125px;
  height: 125px;
  border: 5px solid transparent;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  color: white;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffae00; }

.user-review-content-list .user-review-content-element .user-review-content-item .user-review-content-rate .user-review-content-rate-bubble {
  margin: 0 auto 14px;
  margin: 0 auto 1rem;
  padding: 14px;
  padding: 1rem;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  color: white;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffae00;
  border: 2px solid white; }

.article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .page-profile-profile-rating-hc .page-profile-profile-rating-hc-bubble, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .page-profile-profile-rating-hc .page-profile-profile-rating-hc-bubble {
  margin: 0 auto;
  width: 62px;
  height: 62px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: white;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #00a6f8;
  border: solid; }

.article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .page-profile-profile-rating-community .page-profile-profile-rating-community-bubble, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .page-profile-profile-rating-community .page-profile-profile-rating-community-bubble {
  margin: 0 auto;
  width: 62px;
  height: 62px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: white;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffae00;
  border: solid; }

.article .article-content .article-content-review .article-content-review-header .article-content-review-header-bubble-name, .page-profile-reviews-item-review-resume-rate-bubble-name, .page-profile .page-profile-profile .page-profile-profile-rating .page-profile-profile-rating-hc .page-profile-profile-rating-hc-bubble .page-profile-profile-rating-hc-name, .page-profile .page-profile-profile .page-profile-profile-rating .page-profile-profile-rating-community .page-profile-profile-rating-community-bubble .page-profile-profile-rating-community-name, .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-review-resume .page-profile-reviews-item-review-resume-rate .page-profile-reviews-item-review-resume-rate-bubble .page-profile-reviews-item-review-resume-rate-bubble-name {
  font-size: 12.6px;
  font-size: 0.9rem;
  font-family: "Titillium-light", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px; }

.article .article-content .article-content-review .article-content-review-header .article-content-review-header-bubble-rate, .page-profile-reviews-item-review-resume-rate-bubble-rate, .page-profile .page-profile-profile .page-profile-profile-rating .page-profile-profile-rating-hc .page-profile-profile-rating-hc-bubble .page-profile-profile-rating-hc-rate, .page-profile .page-profile-profile .page-profile-profile-rating .page-profile-profile-rating-community .page-profile-profile-rating-community-bubble .page-profile-profile-rating-community-rate, .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-review-resume .page-profile-reviews-item-review-resume-rate .page-profile-reviews-item-review-resume-rate-bubble .page-profile-reviews-item-review-resume-rate-bubble-rate {
  font-size: 53.199px;
  font-size: 3.8rem;
  font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
  line-height: 49px;
  line-height: 3.5rem;
  margin-top: 1.4px;
  margin-top: .1rem;
  font-weight: bolder; }

.user-review-content-list .user-review-content-element .user-review-content-item .user-review-content-rate .user-review-content-rate-bubble .user-review-content-rate-bubble-rate {
  font-size: 42px;
  font-size: 3rem;
  font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
  line-height: 35px;
  line-height: 2.5rem;
  font-weight: bolder;
  margin-bottom: 5.6px;
  margin-bottom: .4rem; }

.article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .page-profile-profile-rating-hc .page-profile-profile-rating-hc-rate, .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .page-profile-profile-rating-community .page-profile-profile-rating-community-rate, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .page-profile-profile-rating-hc .page-profile-profile-rating-hc-rate, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .page-profile-profile-rating-community .page-profile-profile-rating-community-rate {
  font-size: 26.599px;
  font-size: 1.9rem;
  font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
  line-height: 57.399px;
  line-height: 4.1rem;
  font-weight: bolder;
  text-align: center; }

.article .article-content .article-content-review .article-content-review-header .article-content-review-header-bubble-text, .page-profile-reviews-item-review-resume-rate-bubble-text, .page-profile .page-profile-profile .page-profile-profile-rating .page-profile-profile-rating-hc .page-profile-profile-rating-hc-bubble .page-profile-profile-rating-hc-text, .page-profile .page-profile-profile .page-profile-profile-rating .page-profile-profile-rating-community .page-profile-profile-rating-community-bubble .page-profile-profile-rating-community-text, .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-review-resume .page-profile-reviews-item-review-resume-rate .page-profile-reviews-item-review-resume-rate-bubble .page-profile-reviews-item-review-resume-rate-bubble-text,
.page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-review-resume .page-profile-reviews-item-review-resume-rate .page-profile-reviews-item-review-resume-rate-bubble .page-profile-profile-rating-hc-text {
  font-size: 12.6px;
  font-size: 0.9rem;
  font-family: "Titillium-light", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  margin-top: 5.6px;
  margin-top: .4rem; }

.user-review-content-list .user-review-content-element .user-review-content-item .user-review-content-rate .user-review-content-rate-bubble .user-review-content-rate-bubble-text {
  font-size: 9.799px;
  font-size: .7rem;
  font-family: "Titillium-light", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px; }

/*------------------------------------
  $BLOCK CAROUSEL
------------------------------------*/
.carousel {
  position: relative; }
  .carousel > h2 a {
    color: white; }
  .carousel .carousel-search .carousel-search-title {
    background-color: #2c7db4;
    text-align: center;
    padding: 14px 0 42px;
    padding: 1rem 0 3rem;
    color: white;
    font-family: "Titillium-light", Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin: 0; }
  .carousel .carousel-search-form {
    margin: -28px 14px 0;
    margin: -2rem 1rem 0; }
    .carousel .carousel-search-form .carousel-search-form-input {
      padding: 21px 0;
      padding: 1.5rem 0;
      text-indent: 14px;
      text-indent: 1rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      border: 1px solid #aaaaaa;
      -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }
  .carousel.games .cover-list > li, .carousel.entertainment .cover-list > li {
    margin-right: 9.7px !important; }
    .carousel.games .cover-list > li .cover-element-rate .bottom-text, .carousel.entertainment .cover-list > li .cover-element-rate .bottom-text {
      font-size: 14px;
      font-size: 1rem;
      position: relative;
      top: -4px;
      width: 100%;
      color: #00a6f8;
      font-family: "Titillium-regular", Helvetica, Arial, sans-serif; }
    .carousel.games .cover-list > li .cover-element-rate .top-text, .carousel.entertainment .cover-list > li .cover-element-rate .top-text {
      font-size: 28px;
      font-size: 2rem;
      position: relative;
      top: 4px;
      width: 100%;
      color: #00a6f8;
      text-transform: uppercase;
      font-family: "Titillium-regular", Helvetica, Arial, sans-serif; }
    .carousel.games .cover-list > li .cover-element-rate.community .bottom-text,
    .carousel.games .cover-list > li .cover-element-rate.community .top-text, .carousel.entertainment .cover-list > li .cover-element-rate.community .bottom-text,
    .carousel.entertainment .cover-list > li .cover-element-rate.community .top-text {
      color: #ffae00; }
  .carousel.games .tabs-navigation .tabs-navigation-list .tabs-navigation-element, .carousel.entertainment .tabs-navigation .tabs-navigation-list .tabs-navigation-element {
    width: 33%;
    text-align: center; }
    .carousel.games .tabs-navigation .tabs-navigation-list .tabs-navigation-element .tabs-navigation-item, .carousel.entertainment .tabs-navigation .tabs-navigation-list .tabs-navigation-element .tabs-navigation-item {
      padding: 9.799px 4.2px;
      padding: .7rem 0.3rem;
      width: 70px; }
      @media (min-width: 41.2em) {
        .carousel.games .tabs-navigation .tabs-navigation-list .tabs-navigation-element .tabs-navigation-item, .carousel.entertainment .tabs-navigation .tabs-navigation-list .tabs-navigation-element .tabs-navigation-item {
          width: auto; } }
  .carousel .tabs-navigation .tabs-navigation-list .tabs-navigation-element {
    width: 25%;
    text-align: center; }
  .carousel .bx-wrapper {
    position: relative;
    margin: 0 auto 20px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y; }
    .carousel .bx-wrapper .bx-viewport {
      /*fix other elements on the page moving (on Chrome)*/
      -webkit-transform: translatez(0);
      padding-bottom: 17px;
      height: auto !important; }
      .carousel .bx-wrapper .bx-viewport .bxslider {
        margin: 0;
        padding: 0; }
    .carousel .bx-wrapper .bx-controls {
      position: absolute;
      top: 100px;
      width: 100%;
      z-index: 2; }
      .carousel .bx-wrapper .bx-controls .bx-controls-direction a {
        color: #aaaaaa;
        font-size: 42px;
        font-size: 3rem;
        position: absolute; }
        .carousel .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
          left: -41px; }
          .carousel .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev:before {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            display: inline-block;
            font-size: 36.4px;
            font-size: 2.6rem; }
        .carousel .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
          right: -41px; }
          .carousel .bx-wrapper .bx-controls .bx-controls-direction a.bx-next:before {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            display: inline-block;
            font-size: 36.4px;
            font-size: 2.6rem; }
  .carousel .tabs-container .view-all {
    margin: 0 auto;
    width: 85px; }
    @media (min-width: 980px) {
      .carousel .tabs-container .view-all {
        margin: 0;
        width: auto; } }

.tabs-container .tabs-content {
  text-align: right;
  padding: 0 40.6px;
  padding: 0 2.9rem; }
  @media (min-width: 980px) {
    .tabs-container .tabs-content {
      padding: 0 2.6rem; } }
  .tabs-container .tabs-content .cover-list > li .cover-element-rate .cover-element-rate-hc {
    z-index: 2; }

.page-home .carousel,
.page-default .carousel {
  margin-top: 14px;
  margin-top: 1rem; }

/*------------------------------------
$COMMENTS
------------------------------------*/
@media (min-width: 68.75em) {
  .article #community {
    margin: 0 0 1.5rem 0;
    width: auto; } }

#community .tabs .tab-links {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

#edit-comment-body-0-format-help-about {
  display: none; }

.cke_top {
  background: none !important; }

.cke_bottom {
  background: none !important; }

.cke_toolgroup {
  background: none !important; }

.comments .indented {
  border: 1px solid black; }

.conversation {
  margin: 6px; }

.sing-up .button.js-form-submit.form-submit {
  margin-left: 34%;
  margin-top: 18%; }

.sing-up {
  border: 1px solid black;
  height: 18em; }

.tabs .tab-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E4E4E4;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 48em) {
    .tabs .tab-links {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .tabs .tab-links > li {
    margin: 14px 14px 0 0;
    margin: 1rem 1rem 0 0;
    border-right: 1px solid #aaaaaa;
    position: relative;
    top: 9px; }
    .tabs .tab-links > li:last-child {
      border-right: 0; }
    @media (min-width: 48em) {
      .tabs .tab-links > li {
        border: 0; } }
    .tabs .tab-links > li.active a {
      color: #4a4a4a;
      font-weight: bold;
      background: white;
      padding: 14px;
      padding: 1rem;
      font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
      z-index: 2;
      position: relative;
      top: 1px;
      /*border: solid 1px #E4E4E4;*/
      border-bottom: none;
      text-transform: none;
      font-size: 18.2px;
      font-size: 1.3rem;
      -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); }
    .tabs .tab-links > li.active::after {
      content: "";
      display: block;
      width: 100%;
      height: 9px;
      background: white;
      z-index: 2;
      position: relative; }

.tabs .tab-content .tab {
  padding: 14px;
  padding: 1rem;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  display: none; }
  .tabs .tab-content .tab.active {
    display: block; }

.comment-content-comment-form,
.comment-card-comments-form,
.comment-content-comment-edit-form {
  border: 1px solid #ffae00;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 7px;
  padding: 0.5rem;
  margin-bottom: 14px;
  margin-bottom: 1rem;
  text-align: right; }
  .comment-content-comment-form .js-text-format-wrapper > a,
  .comment-card-comments-form .js-text-format-wrapper > a,
  .comment-content-comment-edit-form .js-text-format-wrapper > a {
    display: none; }
  .comment-content-comment-form .cke,
  .comment-card-comments-form .cke,
  .comment-content-comment-edit-form .cke {
    border: 1px solid #ffae00;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .comment-content-comment-form .cke .cke_inner .cke_top,
    .comment-card-comments-form .cke .cke_inner .cke_top,
    .comment-content-comment-edit-form .cke .cke_inner .cke_top {
      background: #f5f5f5 !important;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .comment-content-comment-form .cke .cke_inner .cke_top .cke_toolgroup,
      .comment-card-comments-form .cke .cke_inner .cke_top .cke_toolgroup,
      .comment-content-comment-edit-form .cke .cke_inner .cke_top .cke_toolgroup {
        border: none;
        margin: 0; }
        .comment-content-comment-form .cke .cke_inner .cke_top .cke_toolgroup .cke_button,
        .comment-card-comments-form .cke .cke_inner .cke_top .cke_toolgroup .cke_button,
        .comment-content-comment-edit-form .cke .cke_inner .cke_top .cke_toolgroup .cke_button {
          opacity: 1;
          cursor: pointer;
          -webkit-box-shadow: none;
          box-shadow: none;
          background: 0;
          margin: 7px;
          margin: .5rem;
          padding: 0; }
          .comment-content-comment-form .cke .cke_inner .cke_top .cke_toolgroup .cke_button.cke_button_off,
          .comment-card-comments-form .cke .cke_inner .cke_top .cke_toolgroup .cke_button.cke_button_off,
          .comment-content-comment-edit-form .cke .cke_inner .cke_top .cke_toolgroup .cke_button.cke_button_off {
            opacity: .5; }
          .comment-content-comment-form .cke .cke_inner .cke_top .cke_toolgroup .cke_button:hover,
          .comment-card-comments-form .cke .cke_inner .cke_top .cke_toolgroup .cke_button:hover,
          .comment-content-comment-edit-form .cke .cke_inner .cke_top .cke_toolgroup .cke_button:hover {
            opacity: 1; }
    .comment-content-comment-form .cke .cke_inner .cke_bottom,
    .comment-card-comments-form .cke .cke_inner .cke_bottom,
    .comment-content-comment-edit-form .cke .cke_inner .cke_bottom {
      display: none; }
  .comment-content-comment-form .form-submit,
  .comment-card-comments-form .form-submit,
  .comment-content-comment-edit-form .form-submit {
    margin-top: 7px;
    margin-top: 0.5rem; }

.switchorder {
  padding: 14px;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }
  .switchorder a {
    margin: 0 1.4px;
    margin: 0 0.1rem;
    background: transparent;
    border: solid 1px #ffae00;
    width: 45%;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    color: #ffae00; }
    @media (min-width: 48em) {
      .switchorder a {
        width: 25%; } }
    .switchorder a:hover {
      color: white; }
    .switchorder a a.active {
      background: #ffae00;
      color: white; }

.comment {
  position: relative; }
  .comment .comment-popular {
    position: absolute;
    right: -7px;
    top: 5px;
    font-size: 12.6px;
    font-size: 0.9rem;
    background: #2c7db4;
    color: white;
    padding: 5.6px 14px;
    padding: 0.4rem 1rem;
    line-height: 15.4px;
    line-height: 1.1rem; }
    .comment .comment-popular::after {
      content: '';
      position: absolute;
      bottom: -8px;
      right: 0px;
      border-top-width: 0px;
      border-bottom-width: 8px;
      border-left-width: 6px;
      border-right-width: 1px;
      border-color: transparent;
      border-style: solid;
      border-left-color: #1d5277;
      z-index: -1; }
  .comment .comment-content {
    padding: 14px;
    padding: 1rem;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #aaaaaa;
    margin-bottom: 14px;
    margin-bottom: 1rem; }
    .comment .comment-content .comment-reply-parent {
      margin-left: 5px;
      position: relative;
      top: 5px; }
      .comment .comment-content .comment-reply-parent p {
        font-size: 12.6px;
        font-size: 0.9rem;
        font-family: "Titillium-light", Helvetica, Arial, sans-serif;
        color: #aaaaaa;
        padding: 7px 0;
        padding: 0.5rem 0; }
    .comment .comment-content .comment-author {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .comment .comment-content .comment-author .comment-author-picture {
        margin: 0 8.4px 0 0;
        margin: 0 .6rem 0 0; }
      .comment .comment-content .comment-author .comment-author-name {
        width: auto;
        margin-top: 5px; }
        .comment .comment-content .comment-author .comment-author-name a {
          font-family: "Titillium-regular", Helvetica, Arial, sans-serif;
          font-size: 16.8px;
          font-size: 1.2rem; }
      .comment .comment-content .comment-author .comment-author-time {
        width: 100px;
        position: absolute;
        top: 15px;
        right: 10px; }
        @media (min-width: 980px) {
          .comment .comment-content .comment-author .comment-author-time {
            top: 35px; } }
    .comment .comment-content .comment-body {
      font-size: 14px;
      font-size: 1rem;
      max-width: 590px; }
      .comment .comment-content .comment-body p {
        font-size: 15.4px;
        font-size: 1.1rem;
        padding: 5.6px 0;
        padding: .4rem 0;
        color: black;
        word-wrap: break-word; }
      .comment .comment-content .comment-body iframe {
        width: 100%; }
    .comment .comment-content .links.inline {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 14px 7px 19.599px 0;
      padding: 1rem 0.5rem 1.4rem 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative; }
      .comment .comment-content .links.inline > li {
        margin: 7px 1em 0 0;
        margin: .5rem 1em 0 0; }
        .comment .comment-content .links.inline > li.comment-show {
          margin-right: 0; }
        .comment .comment-content .links.inline > li > a {
          color: #aaaaaa;
          font-family: "Titillium-light", Helvetica, Arial, sans-serif;
          font-size: 14px;
          font-size: 1rem; }
          .comment .comment-content .links.inline > li > a.flag {
            color: #00a6f8; }
          .comment .comment-content .links.inline > li > a::before {
            display: inline-block;
            width: 20px;
            height: 20px;
            position: relative;
            top: 2px;
            margin-right: 1.4px;
            margin-right: 0.1rem;
            font-size: 16.8px;
            font-size: 1.2rem;
            font-weight: 600 !important;
            color: #aaaaaa; }
            .comment .comment-content .links.inline > li > a::before:hover .comment-report .flag {
              display: none; }
        .comment .comment-content .links.inline > li a.action-unflag::before,
        .comment .comment-content .links.inline > li a.action-flag::before {
          display: inline-block;
          width: 20px;
          height: 20px;
          position: relative;
          top: 2px;
          margin-right: 1.4px;
          margin-right: 0.1rem;
          font-size: 16.8px;
          font-size: 1.2rem;
          font-weight: 600 !important;
          color: #aaaaaa; }
        .comment .comment-content .links.inline > li a.like-unflag::before {
          color: #4caf50; }
        .comment .comment-content .links.inline > li a.like-unflag.action-unflag::before {
          color: #4caf50; }
        .comment .comment-content .links.inline > li a.report-unflag::before {
          color: #f65654; }
        .comment .comment-content .links.inline > li a.report-unflag.action-unflag::before {
          color: #f65654; }
    .comment .comment-content .comment-load-all > div {
      padding: 14px;
      padding: 1rem;
      border-top: 1px solid #aaaaaa; }
      .comment .comment-content .comment-load-all > div a {
        font-size: 15.4px;
        font-size: 1.1rem;
        color: #ffae00;
        font-family: "Titillium-light", Helvetica, Arial, sans-serif; }
    .comment .comment-content .reply .comment.comment-reply {
      border-top: 1px solid #aaaaaa;
      margin-bottom: 0; }
      .comment .comment-content .reply .comment.comment-reply .comment-content {
        border: none;
        margin-bottom: 0;
        padding: 14px 0;
        padding: 1rem 0; }
        .comment .comment-content .reply .comment.comment-reply .comment-content .comment-body {
          margin-left: 60px;
          max-width: 525px; }
          .comment .comment-content .reply .comment.comment-reply .comment-content .comment-body iframe {
            width: 100%; }
        .comment .comment-content .reply .comment.comment-reply .comment-content .links.inline {
          padding: 14px 7px 7px 60px;
          padding: 1rem 0.5rem 0.5rem 60px; }
    .comment .comment-content .reply-form .reply-form {
      border-top: 1px solid #ffae00;
      margin: -14px;
      margin: -1rem;
      padding: 0 14px 14px;
      padding: 0 1rem 1rem;
      background-color: rgba(255, 198, 77, 0.2);
      position: relative;
      /*display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      top: -20px;*/ }
      .comment .comment-content .reply-form .reply-form .form-item-fake-reply-to {
        width: -webkit-calc(100% - 59px);
        width: calc(100% - 59px);
        margin-bottom: 14px;
        margin-bottom: 1rem; }
        .comment .comment-content .reply-form .reply-form .form-item-fake-reply-to span {
          font-size: 14px;
          font-size: 1rem;
          color: #ffae00; }
    .comment .comment-content .reply-form .form-item-fake-user-info {
      position: absolute;
      left: 14px;
      left: 1rem;
      bottom: 14px;
      bottom: 1rem; }
    .comment .comment-content .reply-form .form-item-fake-input input {
      padding: 14px;
      padding: 1rem;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      border: 1px solid #ffae00;
      width: 70%;
      margin-left: 60px;
      position: relative;
      color: #aaaaaa; }
      @media (min-width: 48em) {
        .comment .comment-content .reply-form .form-item-fake-input input {
          width: 85%; } }

#comments .comment-content-comment-form {
  width: 97%;
  margin: 0 auto; }

#comments #componets-comments-fake-form,
#comments #componets-comments-fake-form--2 {
  width: 100%;
  min-height: 200px;
  background: #ECECEC;
  border: #ffae00 dashed 2px; }
  #comments #componets-comments-fake-form .sign-in,
  #comments #componets-comments-fake-form--2 .sign-in {
    text-align: center; }
    #comments #componets-comments-fake-form .sign-in input,
    #comments #componets-comments-fake-form .sign-in a,
    #comments #componets-comments-fake-form--2 .sign-in input,
    #comments #componets-comments-fake-form--2 .sign-in a {
      display: block;
      margin: 0 auto;
      position: relative;
      top: 80px;
      width: 90%;
      padding: 9.799px 14px;
      padding: 0.7rem 1rem; }
      @media (min-width: 30em) {
        #comments #componets-comments-fake-form .sign-in input,
        #comments #componets-comments-fake-form .sign-in a,
        #comments #componets-comments-fake-form--2 .sign-in input,
        #comments #componets-comments-fake-form--2 .sign-in a {
          padding: 0.7rem 2rem; } }
      @media (min-width: 980px) {
        #comments #componets-comments-fake-form .sign-in input,
        #comments #componets-comments-fake-form .sign-in a,
        #comments #componets-comments-fake-form--2 .sign-in input,
        #comments #componets-comments-fake-form--2 .sign-in a {
          width: 50%; } }

#comments .loadmore {
  text-align: center; }

#comments .reply-form {
  /*max-height: 80px;*/ }
  #comments .reply-form .reply-to {
    position: relative;
    top: 0;
    margin-left: 60px;
    color: #ffae00;
    font-family: "Titillium-light", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
    padding: 7px 0;
    padding: 0.5rem 0; }
  #comments .reply-form .comment-author {
    position: absolute;
    top: 31px;
    width: 65px; }
  #comments .reply-form .comment-content-comment-form,
  #comments .reply-form .comment-card-comments-form {
    width: 73%;
    margin-left: 60px;
    position: relative;
    top: 0;
    border: none; }
    @media (min-width: 48em) {
      #comments .reply-form .comment-content-comment-form,
      #comments .reply-form .comment-card-comments-form {
        width: 87%; } }
    #comments .reply-form .comment-content-comment-form .cke_textarea_inline,
    #comments .reply-form .comment-card-comments-form .cke_textarea_inline {
      background: white;
      -webkit-box-shadow: inset 0px 0px 2px 1px #ddd, inset 0 0 1px #DEDEDE;
      box-shadow: inset 0px 0px 2px 1px #ddd, inset 0 0 1px #DEDEDE;
      border: 1px solid #ffae00;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      border-bottom-color: transparent;
      padding: 10px;
      height: auto;
      max-height: 300px;
      min-height: 26px;
      overflow: hidden;
      -webkit-appearance: textfield;
      text-align: left;
      display: block;
      white-space: -moz-pre-wrap !important;
      /* Mozilla, since 1999 */
      white-space: -webkit-pre-wrap;
      /*Chrome & Safari */
      white-space: -pre-wrap;
      /* Opera 4-6 */
      white-space: -o-pre-wrap;
      /* Opera 7 */
      white-space: pre-wrap;
      /* css-3 */
      word-wrap: break-word;
      /* Internet Explorer 5.5+ */
      word-break: normal;
      white-space: normal;
      cursor: pointer;
      outline: none;
      cursor: text; }
  #comments .reply-form .js-form-type-select {
    display: none;
    border-bottom-color: transparent; }
  #comments .reply-form .js-form-type-select {
    display: none; }

#comments .comments-message div {
  padding: 14px;
  padding: 1rem;
  background: #E4F9E4;
  margin: 7px 0;
  margin: 0.5rem 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #099209;
  color: #099209; }

#comments select {
  display: inline-block;
  width: 30%;
  margin: 7px 0 7px 7px;
  margin: .5rem 0 .5rem .5rem;
  height: 25px;
  border: solid 1px #ffae00; }

#comments .toolbar .cke {
  border-top-color: transparent;
  position: relative;
  top: -2px; }

#comments .cke_editable {
  background: white;
  -webkit-box-shadow: inset 0px 0px 2px 1px #ddd, inset 0 0 1px #DEDEDE;
  box-shadow: inset 0px 0px 2px 1px #ddd, inset 0 0 1px #DEDEDE;
  border: 1px solid #ffae00;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-bottom-color: transparent;
  padding: 10px;
  height: auto;
  max-height: 300px;
  min-height: 26px;
  overflow: hidden;
  -webkit-appearance: textfield;
  text-align: left;
  display: block;
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -webkit-pre-wrap;
  /*Chrome & Safari */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  word-break: normal;
  white-space: normal;
  cursor: pointer;
  outline: none;
  cursor: text; }

#comments .comment-content-comment-edit-form {
  border: none; }

#comments .form-actions a {
  color: #f65654;
  text-decoration: underline; }

#comments .form-required::after {
  content: ""; }

.editor-youtube-dialog .form-item label,
.editor-image-dialog .form-item label {
  font-size: 14px;
  font-size: 1rem;
  font-family: "Titillium-light", Helvetica, Arial, sans-serif; }

.editor-youtube-dialog .form-item input,
.editor-image-dialog .form-item input {
  padding: 14px;
  padding: 1rem;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 14px;
  margin-bottom: 1rem;
  font-family: "Titillium-light", Helvetica, Arial, sans-serif; }

/*------------------------------------
$GAME TOP PREORDERS
------------------------------------*/
.game-top-preorders {
  border: 1px solid #a70084; }
  .game-top-preorders > h2 {
    margin: 0;
    padding: 6px 10px;
    color: #a70084;
    text-transform: uppercase;
    font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
    border-bottom: 8px solid #a70084;
    position: relative; }
    .game-top-preorders > h2 .logo-game {
      position: absolute;
      right: 15px;
      top: 2px;
      width: 38px; }
  .game-top-preorders ul {
    margin: 0 10px; }
    .game-top-preorders ul li {
      border-bottom: 1px solid #eaeaea;
      padding: 15px 0 12px; }
      .game-top-preorders ul li:nth-child(3) {
        border-bottom: none; }
      .game-top-preorders ul li:nth-child(4), .game-top-preorders ul li:nth-child(5) {
        display: none; }
      @media (min-width: 41.2em) {
        .game-top-preorders ul li:nth-child(3) {
          border-bottom: 1px solid #eaeaea; }
        .game-top-preorders ul li:nth-child(4), .game-top-preorders ul li:nth-child(5) {
          display: block; }
        .game-top-preorders ul li:last-child {
          border-bottom: none; } }
      .game-top-preorders ul li h3 {
        color: #4a4a4a;
        font-size: 14px;
        margin: 0; }
      .game-top-preorders ul li .goodies a {
        color: #a70084;
        font-size: 12px;
        position: relative;
        padding-left: 20px; }
        .game-top-preorders ul li .goodies a:before {
          content: "";
          display: inline-block;
          position: absolute;
          width: 16px;
          height: 16px;
          top: 0;
          left: 0;
          background: url("../img/game-gift.png") no-repeat center;
          -webkit-background-size: cover;
          background-size: cover; }
      .game-top-preorders ul li .book-it {
        text-align: right; }
        .game-top-preorders ul li .book-it a {
          padding: 9px 12px 6px;
          font-size: 15px;
          background: #a70084;
          margin: 10px 0 0 0; }
  .game-top-preorders .link-preorders-page {
    display: block;
    width: 100%;
    padding-top: 14px;
    font-size: 15px;
    background: #a70084;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 8px; }

.block-game-offer {
  width: 100%;
  margin-bottom: 60px; }
  @media (min-width: 48em) {
    .block-game-offer {
      margin-right: 330px; } }
  .block-game-offer h2 {
    background: #A70084;
    padding: 7px 14px;
    padding: .5rem 1rem;
    color: white;
    font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
    font-weight: 300; }
  .block-game-offer .offer {
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 41.2em) {
      .block-game-offer .offer {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    .block-game-offer .offer .buy-game {
      width: 100%;
      font-size: 15px;
      background: #a70084;
      max-width: 133px;
      max-height: 34px;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .block-game-offer .offer .title {
      color: #4A4A4A;
      font-size: 16px;
      line-height: 22px;
      width: 100%;
      margin-bottom: 10px; }
      @media (min-width: 41.2em) {
        .block-game-offer .offer .title {
          width: -webkit-calc(100% - 145px);
          width: calc(100% - 145px);
          margin-bottom: 0; } }
      .block-game-offer .offer .title .subtitle {
        font-size: 12px;
        color: #A70084; }
  .block-game-offer .view-more {
    text-align: center;
    display: block;
    position: relative;
    background: white;
    font-size: 16px;
    color: #A70084;
    font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif; }
    .block-game-offer .view-more:before {
      color: white;
      background: #a70084;
      display: block;
      padding: 3px;
      margin-top: 5px;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
    .block-game-offer .view-more:after {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
      background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
      background: -o-linear-gradient(rgba(255, 255, 255, 0), white);
      background: linear-gradient(rgba(255, 255, 255, 0), white);
      content: '';
      width: 100%;
      height: 35px;
      display: block;
      position: absolute;
      bottom: 100%; }
    .block-game-offer .view-more.hidden {
      display: none; }
    .block-game-offer .view-more.open:before {
      content: none; }
    .block-game-offer .view-more.open:after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

/*------------------------------------
  $BLOCK LAST COMMUNITY REVIEWS
------------------------------------*/
.user-review-content-list:last-child {
  margin-bottom: 14px;
  margin-bottom: 1rem; }

.user-review-content-list .user-review-content-element {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 16.8px;
  margin-bottom: 1.2rem; }
  .user-review-content-list .user-review-content-element .user-review-content-item {
    padding: 14px 14px 0;
    padding: 1rem 1rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    @media (min-width: 980px) {
      .user-review-content-list .user-review-content-element .user-review-content-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0; } }
    .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 14px;
      padding-bottom: 1rem;
      border-bottom: 1px solid #eaeaea; }
      @media (min-width: 980px) {
        .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 0;
          -ms-flex: 1 0 0px;
          flex: 1 0 0;
          padding: 1rem;
          border: 1px solid #eaeaea;
          margin-bottom: 0; } }
      .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-left {
        width: 100px;
        margin-right: 12.6px;
        margin-right: 0.9rem; }
        .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-left img {
          width: 100%;
          height: 126px; }
        .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-left .page-user-profile-reviews-content-item-info-left-score {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 0 2.8px;
          padding: 0 .2rem;
          position: relative;
          top: -3px; }
          .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-left .page-user-profile-reviews-content-item-info-left-score .page-user-profile-reviews-content-item-info-left-score-number,
          .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-left .page-user-profile-reviews-content-item-info-left-score .page-user-profile-reviews-content-item-info-left-score-text {
            font-size: 28px;
            font-size: 2rem;
            color: #ffae00;
            font-family: "Titillium-regular", Helvetica, Arial, sans-serif;
            width: 100%;
            text-align: center;
            height: 26px; }
          .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-left .page-user-profile-reviews-content-item-info-left-score .page-user-profile-reviews-content-item-info-left-score-text {
            position: relative;
            top: 0;
            font-size: 12.6px;
            font-size: 0.9rem;
            height: 12px; }
      .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
        flex: 1 0 0; }
        .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-type a {
          display: inline-block;
          color: #00a6f8;
          font-size: 14px;
          font-size: 1rem;
          position: relative;
          margin-bottom: 7px;
          margin-bottom: 0.5rem;
          margin-left: 29.4px;
          margin-left: 2.1rem; }
          .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-type a:after {
            content: "";
            height: 1px;
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            background: #00a6f8; }
          .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-type a:before {
            position: absolute;
            font-size: 26.599px;
            font-size: 1.9rem;
            left: -30px;
            top: -5px; }
          .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-type a.comic::before, .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-type a.film::before, .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-type a.serie::before {
            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;
            color: #ff9268; }
          .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-type a.game::before {
            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;
            color: #00a6f8; }
        .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-title {
          margin: 0 0 7px;
          margin: 0 0 0.5rem;
          line-height: 21px;
          line-height: 1.5rem;
          font-size: 18.2px;
          font-size: 1.3rem;
          word-break: break-all; }
          @media (min-width: 980px) {
            .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-title {
              font-size: 1.5rem; } }
          .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-title a {
            word-break: break-word;
            -ms-word-break: break-all;
            word-break: break-all;
            word-break: break-word;
            -webkit-hyphens: auto;
            -ms-hyphens: auto;
            hyphens: auto; }
        .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-lead {
          word-break: break-word; }
          @media (min-width: 980px) {
            .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-lead {
              max-height: 114px;
              overflow: hidden; } }
          .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-lead p {
            font-size: 14px;
            font-size: 1rem;
            word-break: break-word;
            padding: 0;
            line-height: initial; }
    .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-author {
      position: relative;
      padding: 12.6px 0;
      padding: 0.9rem 0;
      height: 41px; }
      @media (min-width: 980px) {
        .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-author {
          width: 150px;
          text-align: center;
          padding: 1rem;
          border: 1px solid #eaeaea;
          border-left: none;
          height: auto; } }
      .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-author .user-review-content-item-info-time {
        font-size: 12.6px;
        font-size: 0.9rem;
        color: #aaaaaa;
        font-family: "Titillium-light", Helvetica, Arial, sans-serif; }
        @media (min-width: 980px) {
          .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-author .user-review-content-item-info-time {
            display: block;
            margin-top: 0.5rem;
            font-size: 1rem; } }
      .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-author .user-review-rating-hc-link {
        color: #ffae00;
        position: absolute;
        right: 0;
        top: 22px;
        font-size: 16.8px;
        font-size: 1.2rem;
        font-family: "Titillium-light", Helvetica, Arial, sans-serif;
        text-decoration: underline; }
        @media (min-width: 980px) {
          .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-author .user-review-rating-hc-link {
            display: block;
            font-size: 1.2rem;
            margin-top: 1rem;
            width: 100%;
            position: static; } }
      .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-author .article-header-picture {
        float: left;
        margin-right: 7px;
        margin-right: 0.5rem;
        display: inline-block; }
        @media (min-width: 980px) {
          .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-author .article-header-picture {
            float: none;
            margin: 0.5rem 0 0 0;
            top: -5px; } }
        .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-author .article-header-picture img {
          width: 40px;
          height: 40px; }
          @media (min-width: 980px) {
            .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-author .article-header-picture img {
              width: 60px;
              height: 60px;
              margin: 0 auto;
              display: block; } }
      .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-author a {
        display: block; }
    .user-review-content-list .user-review-content-element .user-review-content-item .user-review-content-rate {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 980px) {
        .user-review-content-list .user-review-content-element .user-review-content-item .user-review-content-rate {
          position: absolute;
          display: block;
          bottom: 50px;
          right: 8px; } }
      .user-review-content-list .user-review-content-element .user-review-content-item .user-review-content-rate .user-review-content-rate-bubble {
        margin: 0; }
        @media (min-width: 980px) {
          .user-review-content-list .user-review-content-element .user-review-content-item .user-review-content-rate .user-review-content-rate-bubble {
            margin: 0 auto 14px; } }
      .user-review-content-list .user-review-content-element .user-review-content-item .user-review-content-rate .user-review-rating-hc-link {
        color: #ffae00;
        background: transparent;
        border: 1px solid #ffae00;
        width: 154px;
        display: block;
        margin-left: 14px;
        margin-left: 1rem; }
        @media (min-width: 980px) {
          .user-review-content-list .user-review-content-element .user-review-content-item .user-review-content-rate .user-review-rating-hc-link {
            margin: 0 auto; } }
        .user-review-content-list .user-review-content-element .user-review-content-item .user-review-content-rate .user-review-rating-hc-link:hover {
          color: white;
          background: #ffae00; }
    .user-review-content-list .user-review-content-element .user-review-content-item.hc-review .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-left .page-user-profile-reviews-content-item-info-left-score .page-user-profile-reviews-content-item-info-left-score-number,
    .user-review-content-list .user-review-content-element .user-review-content-item.hc-review .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-left .page-user-profile-reviews-content-item-info-left-score .page-user-profile-reviews-content-item-info-left-score-text {
      color: #00a6f8; }
    .user-review-content-list .user-review-content-element .user-review-content-item.hc-review .page-user-profile-reviews-content-item-author .user-review-rating-hc-link {
      color: #00a6f8; }

#community .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-type a {
  margin-left: 25.2px;
  margin-left: 1.8rem; }
  #community .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-type a:before {
    font-size: 21px;
    font-size: 1.5rem;
    top: -2px;
    left: -25.1px; }

/*------------------------------------
  $BLOCK LAST GUIDES
------------------------------------*/
.last-guides > h2 a {
  color: white; }

.last-guides .last-guides-content {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .last-guides .last-guides-content h2 {
    padding: 7px 0;
    padding: .5rem 0; }
  .last-guides .last-guides-content .views-element-container .view-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .last-guides .last-guides-content .views-element-container .more-link {
    margin-top: 20px; }
  @media (min-width: 41.2em) {
    .last-guides .last-guides-content .views-element-container:last-child {
      margin-right: 320px; } }
  .last-guides .last-guides-content .views-element-container:last-child .article-item {
    width: 98%;
    margin-bottom: 28px;
    margin-bottom: 2rem; }
    .last-guides .last-guides-content .views-element-container:last-child .article-item .article-item-title {
      padding: 0; }
  .last-guides .last-guides-content .last-guides-item {
    width: 100%;
    margin-bottom: 0px; }
    @media (min-width: 30em) {
      .last-guides .last-guides-content .last-guides-item {
        width: 32%; } }
    .last-guides .last-guides-content .last-guides-item .last-guides-picture img {
      width: 100%; }
  .last-guides .last-guides-content .last-guides-item-title {
    padding: 0; }

/*------------------------------------
  $BLOCK LAST POPULAR
------------------------------------*/
.last-article-popular > h2,
.last-article-industria > h2,
.last-guides-content > h2 {
  width: 100%; }
  .last-article-popular > h2 a,
  .last-article-industria > h2 a,
  .last-guides-content > h2 a {
    color: white; }

.last-article-popular .views-element-container,
.last-article-industria .views-element-container,
.last-guides-content .views-element-container {
  width: 100%; }

.last-article-popular .view-content .last-article-popular-item-popular a:before,
.last-article-industria .view-content .last-article-popular-item-popular a:before,
.last-guides-content .view-content .last-article-popular-item-popular a:before {
  font-size: 16.8px;
  font-size: 1.2rem;
  position: relative;
  top: 2px; }

.last-article-industria > h2 {
  background: #44a8de; }

.page-default .last-articles .last-article-popular .last-article-popular-item,
.page-default .last-articles .last-article-popular .last-guides-item,
.page-default .last-articles .last-guides-content .last-article-popular-item,
.page-default .last-articles .last-guides-content .last-guides-item,
.page-default .last-guides .last-article-popular .last-article-popular-item,
.page-default .last-guides .last-article-popular .last-guides-item,
.page-default .last-guides .last-guides-content .last-article-popular-item,
.page-default .last-guides .last-guides-content .last-guides-item {
  width: 100%;
  margin: 14px 0 0 7px;
  margin: 1rem 0 0 0.5rem; }
  @media (min-width: 48em) {
    .page-default .last-articles .last-article-popular .last-article-popular-item,
    .page-default .last-articles .last-article-popular .last-guides-item,
    .page-default .last-articles .last-guides-content .last-article-popular-item,
    .page-default .last-articles .last-guides-content .last-guides-item,
    .page-default .last-guides .last-article-popular .last-article-popular-item,
    .page-default .last-guides .last-article-popular .last-guides-item,
    .page-default .last-guides .last-guides-content .last-article-popular-item,
    .page-default .last-guides .last-guides-content .last-guides-item {
      margin: 1rem 0; } }
  .page-default .last-articles .last-article-popular .last-article-popular-item .last-article-popular-picture,
  .page-default .last-articles .last-article-popular .last-article-popular-item .last-guides-picture,
  .page-default .last-articles .last-article-popular .last-guides-item .last-article-popular-picture,
  .page-default .last-articles .last-article-popular .last-guides-item .last-guides-picture,
  .page-default .last-articles .last-guides-content .last-article-popular-item .last-article-popular-picture,
  .page-default .last-articles .last-guides-content .last-article-popular-item .last-guides-picture,
  .page-default .last-articles .last-guides-content .last-guides-item .last-article-popular-picture,
  .page-default .last-articles .last-guides-content .last-guides-item .last-guides-picture,
  .page-default .last-guides .last-article-popular .last-article-popular-item .last-article-popular-picture,
  .page-default .last-guides .last-article-popular .last-article-popular-item .last-guides-picture,
  .page-default .last-guides .last-article-popular .last-guides-item .last-article-popular-picture,
  .page-default .last-guides .last-article-popular .last-guides-item .last-guides-picture,
  .page-default .last-guides .last-guides-content .last-article-popular-item .last-article-popular-picture,
  .page-default .last-guides .last-guides-content .last-article-popular-item .last-guides-picture,
  .page-default .last-guides .last-guides-content .last-guides-item .last-article-popular-picture,
  .page-default .last-guides .last-guides-content .last-guides-item .last-guides-picture {
    float: left;
    margin: 0 7px 0 0;
    margin: 0 0.5rem 0 0;
    max-width: 46%; }
    @media (min-width: 48em) {
      .page-default .last-articles .last-article-popular .last-article-popular-item .last-article-popular-picture,
      .page-default .last-articles .last-article-popular .last-article-popular-item .last-guides-picture,
      .page-default .last-articles .last-article-popular .last-guides-item .last-article-popular-picture,
      .page-default .last-articles .last-article-popular .last-guides-item .last-guides-picture,
      .page-default .last-articles .last-guides-content .last-article-popular-item .last-article-popular-picture,
      .page-default .last-articles .last-guides-content .last-article-popular-item .last-guides-picture,
      .page-default .last-articles .last-guides-content .last-guides-item .last-article-popular-picture,
      .page-default .last-articles .last-guides-content .last-guides-item .last-guides-picture,
      .page-default .last-guides .last-article-popular .last-article-popular-item .last-article-popular-picture,
      .page-default .last-guides .last-article-popular .last-article-popular-item .last-guides-picture,
      .page-default .last-guides .last-article-popular .last-guides-item .last-article-popular-picture,
      .page-default .last-guides .last-article-popular .last-guides-item .last-guides-picture,
      .page-default .last-guides .last-guides-content .last-article-popular-item .last-article-popular-picture,
      .page-default .last-guides .last-guides-content .last-article-popular-item .last-guides-picture,
      .page-default .last-guides .last-guides-content .last-guides-item .last-article-popular-picture,
      .page-default .last-guides .last-guides-content .last-guides-item .last-guides-picture {
        float: none;
        max-width: 100%;
        margin: 0; } }

.page-default .last-articles .last-article-popular .last-article-popular-item,
.page-default .last-articles .last-article-popular .last-guides-item,
.page-default .last-articles .last-guides-content .last-article-popular-item,
.page-default .last-articles .last-guides-content .last-guides-item,
.page-default .last-guides .last-article-popular .last-article-popular-item,
.page-default .last-guides .last-article-popular .last-guides-item,
.page-default .last-guides .last-guides-content .last-article-popular-item,
.page-default .last-guides .last-guides-content .last-guides-item {
  width: 100%;
  margin: 14px 0 0 7px;
  margin: 1rem 0 0 0.5rem; }
  @media (min-width: 48em) {
    .page-default .last-articles .last-article-popular .last-article-popular-item,
    .page-default .last-articles .last-article-popular .last-guides-item,
    .page-default .last-articles .last-guides-content .last-article-popular-item,
    .page-default .last-articles .last-guides-content .last-guides-item,
    .page-default .last-guides .last-article-popular .last-article-popular-item,
    .page-default .last-guides .last-article-popular .last-guides-item,
    .page-default .last-guides .last-guides-content .last-article-popular-item,
    .page-default .last-guides .last-guides-content .last-guides-item {
      width: 32%;
      margin: 1rem 0; } }
  .page-default .last-articles .last-article-popular .last-article-popular-item .last-article-popular-picture,
  .page-default .last-articles .last-article-popular .last-article-popular-item .last-guides-picture,
  .page-default .last-articles .last-article-popular .last-guides-item .last-article-popular-picture,
  .page-default .last-articles .last-article-popular .last-guides-item .last-guides-picture,
  .page-default .last-articles .last-guides-content .last-article-popular-item .last-article-popular-picture,
  .page-default .last-articles .last-guides-content .last-article-popular-item .last-guides-picture,
  .page-default .last-articles .last-guides-content .last-guides-item .last-article-popular-picture,
  .page-default .last-articles .last-guides-content .last-guides-item .last-guides-picture,
  .page-default .last-guides .last-article-popular .last-article-popular-item .last-article-popular-picture,
  .page-default .last-guides .last-article-popular .last-article-popular-item .last-guides-picture,
  .page-default .last-guides .last-article-popular .last-guides-item .last-article-popular-picture,
  .page-default .last-guides .last-article-popular .last-guides-item .last-guides-picture,
  .page-default .last-guides .last-guides-content .last-article-popular-item .last-article-popular-picture,
  .page-default .last-guides .last-guides-content .last-article-popular-item .last-guides-picture,
  .page-default .last-guides .last-guides-content .last-guides-item .last-article-popular-picture,
  .page-default .last-guides .last-guides-content .last-guides-item .last-guides-picture {
    float: left;
    margin: 0 7px 0 0;
    margin: 0 0.5rem 0 0;
    max-width: 46%; }
    @media (min-width: 48em) {
      .page-default .last-articles .last-article-popular .last-article-popular-item .last-article-popular-picture,
      .page-default .last-articles .last-article-popular .last-article-popular-item .last-guides-picture,
      .page-default .last-articles .last-article-popular .last-guides-item .last-article-popular-picture,
      .page-default .last-articles .last-article-popular .last-guides-item .last-guides-picture,
      .page-default .last-articles .last-guides-content .last-article-popular-item .last-article-popular-picture,
      .page-default .last-articles .last-guides-content .last-article-popular-item .last-guides-picture,
      .page-default .last-articles .last-guides-content .last-guides-item .last-article-popular-picture,
      .page-default .last-articles .last-guides-content .last-guides-item .last-guides-picture,
      .page-default .last-guides .last-article-popular .last-article-popular-item .last-article-popular-picture,
      .page-default .last-guides .last-article-popular .last-article-popular-item .last-guides-picture,
      .page-default .last-guides .last-article-popular .last-guides-item .last-article-popular-picture,
      .page-default .last-guides .last-article-popular .last-guides-item .last-guides-picture,
      .page-default .last-guides .last-guides-content .last-article-popular-item .last-article-popular-picture,
      .page-default .last-guides .last-guides-content .last-article-popular-item .last-guides-picture,
      .page-default .last-guides .last-guides-content .last-guides-item .last-article-popular-picture,
      .page-default .last-guides .last-guides-content .last-guides-item .last-guides-picture {
        float: none;
        max-width: 100%;
        margin: 0; } }

.last-article-popular-picture {
  position: relative; }
  .last-article-popular-picture:after {
    content: '';
    position: absolute;
    left: 5px;
    width: 50px;
    height: 50px;
    bottom: 5px;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.9; }
  .last-article-popular-picture.gallery:after {
    background-image: url(/themes/rn_base/img/ic-gallery.png); }
  .last-article-popular-picture.video:after {
    background-image: url(/themes/rn_base/img/ic-video.png); }

/*------------------------------------
  $BLOCK LAST VIDEOS
------------------------------------*/
.last-videos > h2 {
  margin-bottom: 14px;
  margin-bottom: 1rem; }
  .last-videos > h2 a {
    color: white; }

/*------------------------------------
    $BLOCK LIST ARTICLE
------------------------------------*/
.last-guides .last-guides-content, .last-article-popular .view-content,
.last-article-industria .view-content,
.last-guides-content .view-content, .page-default .last-articles .last-article-popular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 48em) {
    .last-guides .last-guides-content, .last-article-popular .view-content,
    .last-article-industria .view-content,
    .last-guides-content .view-content, .page-default .last-articles .last-article-popular {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .last-guides .last-guides-content article, .last-article-popular .view-content article, .last-article-industria .view-content article, .last-guides-content .view-content article, .page-default .last-articles .last-article-popular article {
    width: 98%; }
    @media (min-width: 48em) {
      .last-guides .last-guides-content article, .last-article-popular .view-content article, .last-article-industria .view-content article, .last-guides-content .view-content article, .page-default .last-articles .last-article-popular article {
        width: 32%; } }
  .last-guides .last-guides-content .view-content, .last-article-popular .view-content .view-content, .last-article-industria .view-content .view-content, .last-guides-content .view-content .view-content, .page-default .last-articles .last-article-popular .view-content {
    margin-top: 14px;
    margin-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 48em) {
      .last-guides .last-guides-content .view-content, .last-article-popular .view-content .view-content, .last-article-industria .view-content .view-content, .last-guides-content .view-content .view-content, .page-default .last-articles .last-article-popular .view-content {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    .last-guides .last-guides-content .view-content article, .last-article-popular .view-content .view-content article, .last-article-industria .view-content .view-content article, .last-guides-content .view-content .view-content article, .page-default .last-articles .last-article-popular .view-content article {
      width: 98%; }
      @media (min-width: 48em) {
        .last-guides .last-guides-content .view-content article, .last-article-popular .view-content .view-content article, .last-article-industria .view-content .view-content article, .last-guides-content .view-content .view-content article, .page-default .last-articles .last-article-popular .view-content article {
          width: 32%; } }

.article-list {
  padding: 0 7px;
  padding: 0 0.5rem; }
  @media (min-width: 48em) {
    .article-list {
      padding: 0; } }
  @media (min-width: 48em) {
    .type-2.article-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 48em) {
    .type-2.article-list .article-element {
      width: 49%; } }
  .type-2.article-list .article-element .article-item-title {
    margin: 7px 0;
    margin: 0.5rem 0; }
  .type-3.article-list .article-element {
    min-height: 128px; }
    .type-3.article-list .article-element .article-item {
      position: relative; }
      @media (min-width: 48em) {
        .type-3.article-list .article-element .article-item {
          margin: 1rem 0;
          min-height: 128px; } }
      .type-3.article-list .article-element .article-item .article-item-picture {
        float: left;
        margin: 0 7px 0 0;
        margin: 0 0.5rem 0 0;
        max-width: 46%; }
        .type-3.article-list .article-element .article-item .article-item-picture::after {
          content: "";
          display: table;
          clear: both; }
        @media (min-width: 48em) {
          .type-3.article-list .article-element .article-item .article-item-picture {
            max-width: 220px;
            margin: 0 1rem 0; } }
        @media (min-width: 30em) {
          .type-3.article-list .article-element .article-item .article-item-picture {
            margin: 0 1rem 1.1rem 0; } }
      .type-3.article-list .article-element .article-item .article-item-lead {
        display: none; }
        @media (min-width: 980px) {
          .type-3.article-list .article-element .article-item .article-item-lead {
            display: block;
            padding-left: 233px; } }
    .type-3.article-list .article-element .article-item-type {
      top: -10px; }
      @media (min-width: 48em) {
        .type-3.article-list .article-element .article-item-type {
          top: 0; } }
  .type-4.article-list .article-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 14px;
    padding: 0 1rem; }
    @media (min-width: 48em) {
      .type-4.article-list .article-item {
        display: block; } }
    .type-4.article-list .article-item .article-item-author {
      -webkit-box-ordinal-group: -2;
      -webkit-order: -3;
      -ms-flex-order: -3;
      order: -3;
      margin-left: -14px;
      margin-left: -1rem; }
      @media (min-width: 48em) {
        .type-4.article-list .article-item .article-item-author {
          margin-left: 0; } }
      .type-4.article-list .article-item .article-item-author .article-item-author-avatar {
        margin-right: -7px;
        margin-right: -0.5rem; }
      .type-4.article-list .article-item .article-item-author .article-item-author-name {
        font-size: 16.8px;
        font-size: 1.2rem;
        font-weight: bold;
        position: absolute;
        left: 35px;
        top: 13px; }
        @media (min-width: 48em) {
          .type-4.article-list .article-item .article-item-author .article-item-author-name {
            left: 50px; } }
        .type-4.article-list .article-item .article-item-author .article-item-author-name:after {
          content: "";
          height: 3px;
          width: -webkit-calc(100% + 40px);
          width: calc(100% + 40px);
          position: absolute;
          background: #00a6f8;
          right: -3px;
          bottom: -2px; }
    .type-4.article-list .article-item .article-item-title {
      width: 100%;
      -webkit-box-ordinal-group: -1;
      -webkit-order: -2;
      -ms-flex-order: -2;
      order: -2;
      font-size: 21px;
      font-size: 1.5rem;
      margin-bottom: 7px;
      margin-bottom: 0.5rem; }
      .type-4.article-list .article-item .article-item-title a {
        font-size: 16.8px;
        font-size: 1.2rem; }
        @media (min-width: 30em) {
          .type-4.article-list .article-item .article-item-title a {
            font-size: 1.3rem; } }
      @media (min-width: 48em) {
        .type-4.article-list .article-item .article-item-title {
          line-height: 1.7rem;
          margin-top: .2rem; } }
    .type-4.article-list .article-item .article-item-picture {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1;
      margin-bottom: 7px;
      margin-bottom: 0.5rem;
      width: 103%; }
      @media (min-width: 48em) {
        .type-4.article-list .article-item .article-item-picture {
          float: left;
          width: 40%;
          margin: 0 1rem 4rem 0; } }
      @media (min-width: 980px) {
        .type-4.article-list .article-item .article-item-picture {
          margin: 0 1rem 2rem 0; } }
    .type-4.article-list .article-item .article-item-vertical {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 7px;
      margin-bottom: 0.5rem; }
      @media (min-width: 48em) {
        .type-4.article-list .article-item .article-item-vertical {
          margin-bottom: 0; } }
    .type-4.article-list .article-item .article-item-comments {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .type-4.article-list .article-item .article-item-lead {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      font-size: 14px;
      font-size: 1rem;
      margin-bottom: 7px;
      margin-bottom: 0.5rem; }
      @media (min-width: 48em) {
        .type-4.article-list .article-item .article-item-lead {
          padding-left: 39%; } }
    @media (min-width: 48em) {
      .type-4.article-list .article-item::after {
        content: "";
        display: table;
        clear: both; }
      .type-4.article-list .article-item .article-item-author, .type-4.article-list .article-item .article-item-title {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0; } }
  @media (min-width: 41.2em) {
    .type-5.article-list .article-element {
      min-height: 230px;
      margin: 1rem 0; } }
  .type-5.article-list .article-element .article-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 41.2em) {
      .type-5.article-list .article-element .article-item {
        display: block; } }
    .type-5.article-list .article-element .article-item .article-item-time-ago {
      text-align: left;
      display: inline-block;
      margin-bottom: 14px;
      margin-bottom: 1rem;
      width: 100%;
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0; }
      .type-5.article-list .article-element .article-item .article-item-time-ago span {
        position: relative; }
        .type-5.article-list .article-element .article-item .article-item-time-ago span:after {
          position: absolute;
          content: "";
          width: 110%;
          height: 3px;
          background: #00a6f8;
          bottom: -4px;
          right: 0; }
          @media (min-width: 41.2em) {
            .type-5.article-list .article-element .article-item .article-item-time-ago span:after {
              width: 100%; } }
    .type-5.article-list .article-element .article-item figure {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      width: 100%; }
      @media (min-width: 41.2em) {
        .type-5.article-list .article-element .article-item figure {
          width: 348px;
          float: left;
          margin-right: 1rem; } }
    .type-5.article-list .article-element .article-item .article-item-title {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      padding: 7px 0 14px;
      padding: 0.5rem 0 1rem; }
      @media (min-width: 41.2em) {
        .type-5.article-list .article-element .article-item .article-item-title {
          padding-top: 0; } }
    .type-5.article-list .article-element .article-item .article-item-lead {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3; }
    .type-5.article-list .article-element .article-item .article-item-vertical,
    .type-5.article-list .article-element .article-item .article-item-comments {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      padding: 7px 0;
      padding: 0.5rem 0; }

.page-subhome-last-articles .article-list.type-3,
.page-subhome-last-articles .article-list.type-4,
.page-subhome-opinion .article-list.type-3,
.page-subhome-opinion .article-list.type-4,
.page-subhome-multimedia .article-list.type-3,
.page-subhome-multimedia .article-list.type-4,
.page-profile.new-card .page-profile-news .article-list.type-3,
.page-profile.new-card .page-profile-news .article-list.type-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 41.2em) {
    .page-subhome-last-articles .article-list.type-3,
    .page-subhome-last-articles .article-list.type-4,
    .page-subhome-opinion .article-list.type-3,
    .page-subhome-opinion .article-list.type-4,
    .page-subhome-multimedia .article-list.type-3,
    .page-subhome-multimedia .article-list.type-4,
    .page-profile.new-card .page-profile-news .article-list.type-3,
    .page-profile.new-card .page-profile-news .article-list.type-4 {
      display: block; } }
  .page-subhome-last-articles .article-list.type-3 > aside,
  .page-subhome-last-articles .article-list.type-4 > aside,
  .page-subhome-opinion .article-list.type-3 > aside,
  .page-subhome-opinion .article-list.type-4 > aside,
  .page-subhome-multimedia .article-list.type-3 > aside,
  .page-subhome-multimedia .article-list.type-4 > aside,
  .page-profile.new-card .page-profile-news .article-list.type-3 > aside,
  .page-profile.new-card .page-profile-news .article-list.type-4 > aside {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .page-subhome-last-articles .article-list.type-3 .article-element,
  .page-subhome-last-articles .article-list.type-4 .article-element,
  .page-subhome-opinion .article-list.type-3 .article-element,
  .page-subhome-opinion .article-list.type-4 .article-element,
  .page-subhome-multimedia .article-list.type-3 .article-element,
  .page-subhome-multimedia .article-list.type-4 .article-element,
  .page-profile.new-card .page-profile-news .article-list.type-3 .article-element,
  .page-profile.new-card .page-profile-news .article-list.type-4 .article-element {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
    .page-subhome-last-articles .article-list.type-3 .article-element:nth-child(2),
    .page-subhome-last-articles .article-list.type-4 .article-element:nth-child(2),
    .page-subhome-opinion .article-list.type-3 .article-element:nth-child(2),
    .page-subhome-opinion .article-list.type-4 .article-element:nth-child(2),
    .page-subhome-multimedia .article-list.type-3 .article-element:nth-child(2),
    .page-subhome-multimedia .article-list.type-4 .article-element:nth-child(2),
    .page-profile.new-card .page-profile-news .article-list.type-3 .article-element:nth-child(2),
    .page-profile.new-card .page-profile-news .article-list.type-4 .article-element:nth-child(2) {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      margin-bottom: 14px;
      margin-bottom: 1rem; }
    .page-subhome-last-articles .article-list.type-3 .article-element:nth-child(8), .page-subhome-last-articles .article-list.type-3 .article-element:last-child,
    .page-subhome-last-articles .article-list.type-4 .article-element:nth-child(8),
    .page-subhome-last-articles .article-list.type-4 .article-element:last-child,
    .page-subhome-opinion .article-list.type-3 .article-element:nth-child(8),
    .page-subhome-opinion .article-list.type-3 .article-element:last-child,
    .page-subhome-opinion .article-list.type-4 .article-element:nth-child(8),
    .page-subhome-opinion .article-list.type-4 .article-element:last-child,
    .page-subhome-multimedia .article-list.type-3 .article-element:nth-child(8),
    .page-subhome-multimedia .article-list.type-3 .article-element:last-child,
    .page-subhome-multimedia .article-list.type-4 .article-element:nth-child(8),
    .page-subhome-multimedia .article-list.type-4 .article-element:last-child,
    .page-profile.new-card .page-profile-news .article-list.type-3 .article-element:nth-child(8),
    .page-profile.new-card .page-profile-news .article-list.type-3 .article-element:last-child,
    .page-profile.new-card .page-profile-news .article-list.type-4 .article-element:nth-child(8),
    .page-profile.new-card .page-profile-news .article-list.type-4 .article-element:last-child {
      margin-bottom: 14px;
      margin-bottom: 1rem; }

.last-guides .last-guides-content .last-guides-item, .last-article-popular .view-content .last-article-popular-item,
.last-article-popular .view-content .last-guides-item,
.last-article-industria .view-content .last-article-popular-item,
.last-article-industria .view-content .last-guides-item,
.last-guides-content .view-content .last-article-popular-item,
.last-guides-content .view-content .last-guides-item, .article-list .article-element .article-item, .page-default .last-articles .last-article-popular .last-article-popular-item, .page-profile .page-profile-content .page-profile-media .page-profile-media-list .page-profile-media-element .article-item, .page-profile .page-profile-content .page-profile-guides .page-profile-guides-list .page-profile-guides-element .page-profile-guides-item, .page-search .page-profile-media-list .page-profile-media-element .article-item {
  margin: 14px 0 28px;
  margin: 1rem 0 2rem; }

.article-item-author, .page-profile-reviews-item-author, .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-author, .page-profile .page-profile-content .page-profile-community .page-profile-community-reviews .page-profile-community-reviews-list .page-profile-community-reviews-element .page-profile-community-reviews-item .page-profile-community-reviews-item-author, .page-profile .page-profile-content .page-profile-guides .page-profile-guides-list .page-profile-guides-element .page-profile-guides-item .page-profile-guides-item-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7px;
  margin-bottom: 0.5rem; }
  .article-item-author .article-item-author-avatar, .page-profile-reviews-item-author .article-item-author-avatar, .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-author .article-item-author-avatar, .page-profile .page-profile-content .page-profile-community .page-profile-community-reviews .page-profile-community-reviews-list .page-profile-community-reviews-element .page-profile-community-reviews-item .page-profile-community-reviews-item-author .article-item-author-avatar, .page-profile .page-profile-content .page-profile-guides .page-profile-guides-list .page-profile-guides-element .page-profile-guides-item .page-profile-guides-item-author .article-item-author-avatar {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 7px;
    margin-bottom: 0.5rem; }
  .article-item-author .article-item-author-name, .page-profile-reviews-item-author .article-item-author-name, .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-author .article-item-author-name, .page-profile .page-profile-content .page-profile-community .page-profile-community-reviews .page-profile-community-reviews-list .page-profile-community-reviews-element .page-profile-community-reviews-item .page-profile-community-reviews-item-author .article-item-author-name, .page-profile .page-profile-content .page-profile-guides .page-profile-guides-list .page-profile-guides-element .page-profile-guides-item .page-profile-guides-item-author .article-item-author-name {
    font-family: "Titillium-light", Helvetica, Arial, sans-serif;
    font-size: 12.6px;
    font-size: 0.9rem; }
  .article-item-author .page-profile-reviews-item-author-name, .page-profile-reviews-item-author .page-profile-reviews-item-author-name, .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-author .page-profile-reviews-item-author-name, .page-profile .page-profile-content .page-profile-community .page-profile-community-reviews .page-profile-community-reviews-list .page-profile-community-reviews-element .page-profile-community-reviews-item .page-profile-community-reviews-item-author .page-profile-reviews-item-author-name, .page-profile .page-profile-content .page-profile-guides .page-profile-guides-list .page-profile-guides-element .page-profile-guides-item .page-profile-guides-item-author .page-profile-reviews-item-author-name {
    font-family: "Titillium-light", Helvetica, Arial, sans-serif;
    font-size: 15.4px;
    font-size: 1.1rem;
    border-bottom: solid 1px #00a6f8;
    margin-left: 7px;
    margin-left: 0.5rem; }

.article-item-type {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }
  .article-item-type span {
    color: white;
    background: #00a6f8;
    padding: 4.2px 7px;
    padding: 0.3rem 0.5rem;
    display: inline-block;
    font-family: "Titillium-light", Helvetica, Arial, sans-serif;
    line-height: 15.4px;
    line-height: 1.1rem; }

.article-item-picture, .page-profile .page-profile-content .page-profile-media .page-profile-media-list .page-profile-media-element .article-item .article-item-picture, .page-search .page-profile-media-list .page-profile-media-element .article-item .article-item-picture {
  position: relative; }
  .article-item-picture a::before, .page-profile .page-profile-content .page-profile-media .page-profile-media-list .page-profile-media-element .article-item .article-item-picture a::before, .page-search .page-profile-media-list .page-profile-media-element .article-item .article-item-picture a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 0; }
  .article-item-picture a img, .page-profile .page-profile-content .page-profile-media .page-profile-media-list .page-profile-media-element .article-item .article-item-picture a img, .page-search .page-profile-media-list .page-profile-media-element .article-item .article-item-picture a img {
    display: block;
    width: 100%; }
  .video.article-item-picture a::after, .page-profile .page-profile-content .page-profile-media .page-profile-media-list .page-profile-media-element .article-item .video.article-item-picture a::after, .page-search .page-profile-media-list .page-profile-media-element .article-item .video.article-item-picture a::after {
    content: '';
    position: absolute;
    left: 5px;
    width: 50px;
    height: 50px;
    background-image: url(../../rn_base/img/ic-video.png);
    bottom: 5px;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.9; }
  .gallery.article-item-picture a::after, .page-profile .page-profile-content .page-profile-media .page-profile-media-list .page-profile-media-element .article-item .gallery.article-item-picture a::after, .page-search .page-profile-media-list .page-profile-media-element .article-item .gallery.article-item-picture a::after {
    content: '';
    position: absolute;
    left: 5px;
    width: 50px;
    height: 50px;
    background-image: url(../../rn_base/img/ic-gallery.png);
    bottom: 5px;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.9; }

.last-guides .last-guides-content .last-guides-item-title, .last-article-popular .view-content .last-article-popular-item-title,
.last-article-popular .view-content .last-guides-item-title,
.last-article-industria .view-content .last-article-popular-item-title,
.last-article-industria .view-content .last-guides-item-title,
.last-guides-content .view-content .last-article-popular-item-title,
.last-guides-content .view-content .last-guides-item-title, .article-item-title, .page-default .last-articles .last-article-popular .last-article-popular-item-title, .page-profile .page-profile-content .page-profile-media .page-profile-media-list .page-profile-media-element .article-item .article-item-title, .page-profile .page-profile-content .page-profile-community .page-profile-community-reviews .page-profile-community-reviews-list .page-profile-community-reviews-element .page-profile-community-reviews-item .page-profile-community-reviews-item-title, .page-profile .page-profile-content .page-profile-guides .page-profile-guides-list .page-profile-guides-element .page-profile-guides-item .page-profile-guides-item-title, .page-search .page-profile-media-list .page-profile-media-element .article-item .article-item-title {
  margin: 0;
  font-size: 18.2px;
  font-size: 1.3rem; }
  .last-guides .last-guides-content .last-guides-item-title a, .last-article-popular .view-content .last-article-popular-item-title a, .last-article-popular .view-content .last-guides-item-title a, .last-article-industria .view-content .last-article-popular-item-title a, .last-article-industria .view-content .last-guides-item-title a, .last-guides-content .view-content .last-article-popular-item-title a, .last-guides-content .view-content .last-guides-item-title a, .article-item-title a, .page-default .last-articles .last-article-popular .last-article-popular-item-title a, .page-profile .page-profile-content .page-profile-media .page-profile-media-list .page-profile-media-element .article-item .article-item-title a, .page-profile .page-profile-content .page-profile-community .page-profile-community-reviews .page-profile-community-reviews-list .page-profile-community-reviews-element .page-profile-community-reviews-item .page-profile-community-reviews-item-title a, .page-profile .page-profile-content .page-profile-guides .page-profile-guides-list .page-profile-guides-element .page-profile-guides-item .page-profile-guides-item-title a, .page-search .page-profile-media-list .page-profile-media-element .article-item .article-item-title a {
    display: block;
    font-size: 16.8px;
    font-size: 1.2rem;
    line-height: 19.599px;
    line-height: 1.4rem; }
    @media (min-width: 30em) {
      .last-guides .last-guides-content .last-guides-item-title a, .last-article-popular .view-content .last-article-popular-item-title a, .last-article-popular .view-content .last-guides-item-title a, .last-article-industria .view-content .last-article-popular-item-title a, .last-article-industria .view-content .last-guides-item-title a, .last-guides-content .view-content .last-article-popular-item-title a, .last-guides-content .view-content .last-guides-item-title a, .article-item-title a, .page-default .last-articles .last-article-popular .last-article-popular-item-title a, .page-profile .page-profile-content .page-profile-media .page-profile-media-list .page-profile-media-element .article-item .article-item-title a, .page-profile .page-profile-content .page-profile-community .page-profile-community-reviews .page-profile-community-reviews-list .page-profile-community-reviews-element .page-profile-community-reviews-item .page-profile-community-reviews-item-title a, .page-profile .page-profile-content .page-profile-guides .page-profile-guides-list .page-profile-guides-element .page-profile-guides-item .page-profile-guides-item-title a, .page-search .page-profile-media-list .page-profile-media-element .article-item .article-item-title a {
        font-size: 1.3rem;
        line-height: 1.75rem; } }
  @media (min-width: 48em) {
    .last-guides .last-guides-content .last-guides-item-title, .last-article-popular .view-content .last-article-popular-item-title,
    .last-article-popular .view-content .last-guides-item-title,
    .last-article-industria .view-content .last-article-popular-item-title,
    .last-article-industria .view-content .last-guides-item-title,
    .last-guides-content .view-content .last-article-popular-item-title,
    .last-guides-content .view-content .last-guides-item-title, .article-item-title, .page-default .last-articles .last-article-popular .last-article-popular-item-title, .page-profile .page-profile-content .page-profile-media .page-profile-media-list .page-profile-media-element .article-item .article-item-title, .page-profile .page-profile-content .page-profile-community .page-profile-community-reviews .page-profile-community-reviews-list .page-profile-community-reviews-element .page-profile-community-reviews-item .page-profile-community-reviews-item-title, .page-profile .page-profile-content .page-profile-guides .page-profile-guides-list .page-profile-guides-element .page-profile-guides-item .page-profile-guides-item-title, .page-search .page-profile-media-list .page-profile-media-element .article-item .article-item-title {
      text-align: left;
      font-size: 1.3rem; }
      .last-guides .last-guides-content .last-guides-item-title a, .last-article-popular .view-content .last-article-popular-item-title a, .last-article-popular .view-content .last-guides-item-title a, .last-article-industria .view-content .last-article-popular-item-title a, .last-article-industria .view-content .last-guides-item-title a, .last-guides-content .view-content .last-article-popular-item-title a, .last-guides-content .view-content .last-guides-item-title a, .article-item-title a, .page-default .last-articles .last-article-popular .last-article-popular-item-title a, .page-profile .page-profile-content .page-profile-media .page-profile-media-list .page-profile-media-element .article-item .article-item-title a, .page-profile .page-profile-content .page-profile-community .page-profile-community-reviews .page-profile-community-reviews-list .page-profile-community-reviews-element .page-profile-community-reviews-item .page-profile-community-reviews-item-title a, .page-profile .page-profile-content .page-profile-guides .page-profile-guides-list .page-profile-guides-element .page-profile-guides-item .page-profile-guides-item-title a, .page-search .page-profile-media-list .page-profile-media-element .article-item .article-item-title a {
        font-size: 1.3rem;
        line-height: 1.5rem; } }

.article-item-vertical {
  display: inline-block;
  vertical-align: top; }
  .article-item-vertical a {
    text-transform: uppercase;
    color: #aaaaaa;
    position: relative;
    padding-left: 12.6px;
    padding-left: 0.9rem;
    font-size: 12.6px;
    font-size: 0.9rem;
    font-family: "Titillium-light", Helvetica, Arial, sans-serif; }
    .article-item-vertical a:first-child::before {
      content: "";
      position: absolute;
      height: 100%;
      width: 3px;
      top: -1px;
      left: 2px; }
  .games.article-item-vertical a::before {
    background: #00a6f8; }
  .eSports.article-item-vertical a::before {
    background: #00a6f8; }
  .entertainment.article-item-vertical a::before {
    background: #ff9268; }
  .industry.article-item-vertical a::before {
    background: #44a8de; }

.article-item-category {
  display: inline-block;
  vertical-align: top; }
  .article-item-category a,
  .article-item-category span {
    text-transform: uppercase;
    color: #aaaaaa;
    position: relative;
    font-size: 12.6px;
    font-size: 0.9rem;
    font-family: "Titillium-light", Helvetica, Arial, sans-serif; }

.article-item-popular a, .page-default .last-articles .last-article-popular .last-article-popular-item-popular a {
  text-transform: uppercase;
  color: #00a6f8; }
  .article-item-popular a::before, .page-default .last-articles .last-article-popular .last-article-popular-item-popular a::before {
    font-family: "axelspringer" !important;
    content: attr(data-icon);
    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;
    content: "\73"; }

.article-item-comments {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 2.8px;
  margin-left: .2rem; }
  .article-item-comments a {
    font-size: 12.6px;
    font-size: .9rem;
    color: #ffae00; }
    .article-item-comments a::before {
      margin: 0 0 0 3px;
      font-size: 12.6px;
      font-size: .9rem;
      position: relative;
      top: 2px; }

.last-guides .last-guides-content .last-guides-item-lead, .last-article-popular .view-content .last-article-popular-item-lead,
.last-article-industria .view-content .last-article-popular-item-lead,
.last-guides-content .view-content .last-article-popular-item-lead, .article-item-lead, .page-profile .page-profile-content .page-profile-community .page-profile-community-reviews .page-profile-community-reviews-list .page-profile-community-reviews-element .page-profile-community-reviews-item .page-profile-community-reviews-item-lead, .page-profile .page-profile-content .page-profile-guides .page-profile-guides-list .page-profile-guides-element .page-profile-guides-item .page-profile-guides-item-lead {
  margin: 0;
  font-size: 12.6px;
  font-size: 0.9rem;
  line-height: 15.4px;
  line-height: 1.1rem; }

.comment .comment-content .comment-author .comment-author-time, .list-sponsored, .article-item-time, .page-profile .page-profile-content .page-profile-community .page-profile-community-reviews .page-profile-community-reviews-list .page-profile-community-reviews-element .page-profile-community-reviews-item .page-profile-community-reviews-item-info .page-profile-community-reviews-item-info-time {
  color: #aaaaaa;
  font-family: "Titillium-light", Helvetica, Arial, sans-serif;
  text-align: right;
  font-size: 12.6px;
  font-size: 0.9rem; }

.article-item-time-ago {
  color: #aaaaaa;
  font-family: "Titillium-light", Helvetica, Arial, sans-serif;
  text-align: right;
  font-size: 12.6px;
  font-size: 0.9rem; }

.list-sponsored {
  text-align: left;
  margin-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .list-sponsored .sponsor img, .list-sponsored > img {
    max-height: 16px;
    width: auto;
    margin-right: 5px; }
  .list-sponsored .sponsor-name {
    display: inline-block;
    vertical-align: text-bottom; }

.article-item-comments a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .article-item-comments a::before {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .article-item-comments a::after {
    display: none; }

/*------------------------------------
    $BLOCK LIST COVER
------------------------------------*/
.article .article-content .article-content-similar .article-content-similar-list, .tabs-container .tabs-content .cover-list, .page-profile .page-profile-content .page-profile-dlc .page-profile-dlc-list, .page-profile .page-profile-content .page-profile-similar .page-profile-similar-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0; }

.article .article-content .article-content-similar .article-content-similar-list .article-content-similar-element, .tabs-container .tabs-content .cover-list > li, .page-profile .page-profile-content .page-profile-dlc .page-profile-dlc-list .page-profile-dlc-element, .page-profile .page-profile-content .page-profile-similar .page-profile-similar-list .page-profile-similar-element {
  text-align: center;
  margin: 14px 0 0;
  margin: 1rem 0 0;
  width: 100px; }

.article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-cover img, .tabs-container .tabs-content .cover-list > li .cover-element-image img, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-cover img {
  display: block;
  width: 100%; }

.article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate, .tabs-container .tabs-content .cover-list > li .cover-element-rate, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  position: relative;
  height: 53px; }

.article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .page-profile-profile-rating-hc, .tabs-container .tabs-content .cover-list > li .cover-element-rate .cover-element-rate-hc, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .article-content-game-profile-content-info-rate-hc {
  width: 50%;
  text-align: center;
  color: #00a6f8;
  font-family: "Titillium-regular", Helvetica, Arial, sans-serif;
  border-right: 1px solid #eaeaea; }
  .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .page-profile-profile-rating-hc .rate, .tabs-container .tabs-content .cover-list > li .cover-element-rate .cover-element-rate-hc .rate, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .article-content-game-profile-content-info-rate-hc .rate {
    font-size: 28px;
    font-size: 2rem;
    padding: 2.8px 0 0;
    padding: 0.2rem 0 0; }
  .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .page-profile-profile-rating-hc .text, .tabs-container .tabs-content .cover-list > li .cover-element-rate .cover-element-rate-hc .text, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .article-content-game-profile-content-info-rate-hc .text {
    position: relative;
    top: -4px;
    font-size: 11.2px;
    font-size: 0.8rem; }

.article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .page-profile-profile-rating-community, .tabs-container .tabs-content .cover-list > li .cover-element-rate .cover-element-rate-community, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .article-content-game-profile-content-info-rate-community {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  text-align: center;
  color: #ffae00;
  font-family: "Titillium-regular", Helvetica, Arial, sans-serif; }
  .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .page-profile-profile-rating-community .rate, .tabs-container .tabs-content .cover-list > li .cover-element-rate .cover-element-rate-community .rate, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .article-content-game-profile-content-info-rate-community .rate {
    font-size: 28px;
    font-size: 2rem;
    padding: 2.8px 0 0;
    padding: 0.2rem 0 0; }
  .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .page-profile-profile-rating-community .text, .tabs-container .tabs-content .cover-list > li .cover-element-rate .cover-element-rate-community .text, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .article-content-game-profile-content-info-rate-community .text {
    font-size: 11.2px;
    font-size: 0.8rem;
    position: relative;
    top: -4px; }
  .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .page-profile-profile-rating-community .create-review, .tabs-container .tabs-content .cover-list > li .cover-element-rate .cover-element-rate-community .create-review, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .article-content-game-profile-content-info-rate-community .create-review {
    color: #ffae00;
    display: block;
    line-height: 14px;
    line-height: 1rem;
    background: #ffeecb;
    height: 53px;
    padding: 5.6px 1.4px 0;
    padding: 0.4rem .1rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: underline; }
    .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .page-profile-profile-rating-community .create-review:hover, .tabs-container .tabs-content .cover-list > li .cover-element-rate .cover-element-rate-community .create-review:hover, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .article-content-game-profile-content-info-rate-community .create-review:hover {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 9.799px;
      padding: 0.7rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

.article .article-content .article-content-similar .article-content-similar-list .article-content-similar-element .article-content-similar-element-name h4, .tabs-container .tabs-content .cover-list > li .cover-element-name h4, .page-profile .page-profile-content .page-profile-dlc .page-profile-dlc-list .page-profile-dlc-element .page-profile-dlc-element-name h4, .page-profile .page-profile-content .page-profile-similar .page-profile-similar-list .page-profile-similar-element .page-profile-similar-element-name h4 {
  margin: 0; }
  .article .article-content .article-content-similar .article-content-similar-list .article-content-similar-element .article-content-similar-element-name h4 a, .tabs-container .tabs-content .cover-list > li .cover-element-name h4 a, .page-profile .page-profile-content .page-profile-dlc .page-profile-dlc-list .page-profile-dlc-element .page-profile-dlc-element-name h4 a, .page-profile .page-profile-content .page-profile-similar .page-profile-similar-list .page-profile-similar-element .page-profile-similar-element-name h4 a {
    display: block;
    font-size: 15.4px;
    font-size: 1.1rem;
    line-height: 18.2px;
    line-height: 1.3rem;
    margin: 9.799px 0 0;
    margin: .7rem 0 0; }

/*------------------------------------
  $BLOCK MAGAZINES
------------------------------------*/
.magazines iframe {
  display: none; }
  @media (min-width: 980px) {
    .magazines iframe {
      width: 960px;
      height: 420px;
      display: block; } }

/*------------------------------------
    $BLOCK MINI CARD
------------------------------------*/
.block-mini-card {
  width: auto;
  margin: 0 14px;
  margin: 0 1rem;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .block-mini-card:first-child {
    margin-top: 28px;
    margin-top: 2rem;
    border-top: 1px solid #aaaaaa; }
    .block-mini-card:first-child .mini-card {
      min-height: 235px; }
  .block-mini-card:last-child {
    margin-bottom: 28px;
    margin-bottom: 2rem;
    border-bottom: 1px solid #aaaaaa !important; }
  @media (min-width: 980px) {
    .block-mini-card {
      margin: 0; } }
  .block-mini-card h2 {
    background-color: #025076;
    padding: 7px 14px;
    padding: 0.5rem 1rem;
    color: white;
    font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    font-size: 19.599px;
    font-size: 1.4rem; }
    .block-mini-card h2:hover, .block-mini-card h2.is-expanded {
      background-color: #025076;
      border-color: transparent; }
  .block-mini-card .item-comments a {
    color: #fff;
    position: absolute;
    width: 55px;
    right: -6px;
    height: 24px;
    top: 11px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 28px;
    font-size: 2rem;
    z-index: 0;
    font-family: "Titillium-regular", Helvetica, Arial, sans-serif; }
    .block-mini-card .item-comments a::before {
      font-size: 58px;
      position: absolute;
      top: 4px;
      left: -2px;
      z-index: -1;
      color: #ffae00; }
  .block-mini-card .mini-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12.6px;
    padding: 0.9rem;
    font-family: "Titillium-light", Helvetica, Arial, sans-serif;
    position: relative;
    overflow: hidden; }
    .block-mini-card .mini-card .cover-element {
      width: 132px; }
      @media (min-width: 41.2em) {
        .block-mini-card .mini-card .cover-element {
          position: absolute; } }
      .block-mini-card .mini-card .cover-element .cover-element-image a {
        display: block;
        line-height: 0; }
        .block-mini-card .mini-card .cover-element .cover-element-image a img {
          width: 100%; }
      .block-mini-card .mini-card .cover-element .rate {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #eaeaea;
        position: relative;
        height: 53px;
        font-family: "Titillium-regular", Helvetica, Arial, sans-serif; }
        .block-mini-card .mini-card .cover-element .rate .rate-hc {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 0;
          -ms-flex: 1 0 0px;
          flex: 1 0 0;
          text-align: center;
          color: #00a6f8;
          border-right: 1px solid #eaeaea; }
          .block-mini-card .mini-card .cover-element .rate .rate-hc .top-text {
            font-size: 28px;
            font-size: 2rem;
            padding: 2.8px 0 0;
            padding: .2rem 0 0; }
          .block-mini-card .mini-card .cover-element .rate .rate-hc .bottom-text {
            position: relative;
            top: -4px;
            font-size: 11.2px;
            font-size: .8rem; }
        .block-mini-card .mini-card .cover-element .rate .no-rate {
          border: none; }
        .block-mini-card .mini-card .cover-element .rate .rate-community {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 0;
          -ms-flex: 1 0 0px;
          flex: 1 0 0;
          text-align: center;
          color: #ffae00; }
          .block-mini-card .mini-card .cover-element .rate .rate-community .top-text {
            font-size: 28px;
            font-size: 2rem;
            padding: 2.8px 0 0;
            padding: .2rem 0 0; }
          .block-mini-card .mini-card .cover-element .rate .rate-community .bottom-text {
            position: relative;
            top: -4px;
            font-size: 11.2px;
            font-size: .8rem; }
          .block-mini-card .mini-card .cover-element .rate .rate-community .create-review {
            color: #ffae00 !important;
            font-size: 13px;
            text-decoration: underline;
            background-color: #ffeecb;
            display: block;
            height: 47px;
            padding: 3px 0; }
    .block-mini-card .mini-card .info-mini-card {
      margin-left: 12.6px;
      margin-left: 0.9rem;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
      flex: 1 0 0; }
      @media (min-width: 41.2em) {
        .block-mini-card .mini-card .info-mini-card {
          margin-left: 145px; } }
      .block-mini-card .mini-card .info-mini-card p {
        margin-bottom: 14px;
        margin-bottom: 1rem;
        font-size: 16.8px;
        font-size: 1.2rem; }
        .block-mini-card .mini-card .info-mini-card p .title {
          color: #025076;
          font-family: "Titillium-regular", Helvetica, Arial, sans-serif; }
      .block-mini-card .mini-card .info-mini-card .info-news li {
        margin-bottom: 7px;
        margin-bottom: 0.5rem; }
        @media (min-width: 41.2em) {
          .block-mini-card .mini-card .info-mini-card .info-news li {
            display: inline-block;
            margin-right: 1.5rem; } }
        .block-mini-card .mini-card .info-mini-card .info-news li:before {
          color: #00a6f8;
          display: inline-block;
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
          font-size: 11.2px;
          font-size: 0.8rem; }
    .block-mini-card .mini-card .link-game {
      width: 100%;
      margin: 10px 0; }
      @media (min-width: 41.2em) {
        .block-mini-card .mini-card .link-game {
          margin-left: 145px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; } }
      .block-mini-card .mini-card .link-game .offer {
        width: 100%; }
        @media (min-width: 41.2em) {
          .block-mini-card .mini-card .link-game .offer {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex; } }
        .block-mini-card .mini-card .link-game .offer .buy-game {
          width: 100%;
          font-size: 15px;
          background: #a70084;
          margin-bottom: 15px; }
          @media (min-width: 41.2em) {
            .block-mini-card .mini-card .link-game .offer .buy-game {
              width: 130px;
              margin-right: 15px;
              max-height: 35px;
              margin-bottom: 10px; } }
        .block-mini-card .mini-card .link-game .offer .title {
          color: #a70084; }
          @media (min-width: 41.2em) {
            .block-mini-card .mini-card .link-game .offer .title {
              display: inline-block; } }
          .block-mini-card .mini-card .link-game .offer .title p {
            font-size: 12.6px;
            font-size: 0.9rem; }
      .block-mini-card .mini-card .link-game .view-more {
        margin-top: 10px; }
        .block-mini-card .mini-card .link-game .view-more a {
          font-size: 16.8px;
          font-size: 1.2rem;
          color: #a70084; }
          .block-mini-card .mini-card .link-game .view-more a:before {
            color: #a70084;
            display: inline-block;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            font-size: 11.2px;
            font-size: 0.8rem; }

.page-subhome-top-juegos .block-mini-card {
  margin-top: 14px !important;
  margin-top: 1rem !important;
  margin-right: 0 !important;
  margin-left: 0 !important; }
  .page-subhome-top-juegos .block-mini-card .mini-card {
    min-height: 250px; }
    .page-subhome-top-juegos .block-mini-card .mini-card ul li:after {
      content: none !important; }

.page-subhome-community .block-mini-card,
.page-subhome-entertainment-community .block-mini-card,
.page-subhome-games-community .block-mini-card {
  margin: 14px !important;
  margin: 1rem !important;
  border-top: 1px solid #aaaaaa !important;
  border-bottom: 1px solid #aaaaaa; }
  .page-subhome-community .block-mini-card > h2,
  .page-subhome-entertainment-community .block-mini-card > h2,
  .page-subhome-games-community .block-mini-card > h2 {
    padding: 7px 56px 7px 14px !important;
    padding: 0.5rem 4rem 0.5rem 1rem !important; }
  .page-subhome-community .block-mini-card .mini-card,
  .page-subhome-entertainment-community .block-mini-card .mini-card,
  .page-subhome-games-community .block-mini-card .mini-card {
    min-height: 250px; }

.page-search .block-mini-card {
  margin-right: 0 !important; }

/*------------------------------------
    $BLOCK OFFERS
------------------------------------*/
.article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element, .page-profile .page-profile-content .page-profile-offers .page-profile-offers-list .page-profile-offers-element, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element {
  border-top: 1px solid #aaaaaa; }
  .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element:first-child, .page-profile .page-profile-content .page-profile-offers .page-profile-offers-list .page-profile-offers-element:first-child {
    border-top: none; }

.article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item, .page-profile .page-profile-content .page-profile-offers .page-profile-offers-list .page-profile-offers-element .page-profile-offers-item, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 28px 0;
  margin: 2rem 0; }
  @media (min-width: 48em) {
    .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item, .page-profile .page-profile-content .page-profile-offers .page-profile-offers-list .page-profile-offers-element .page-profile-offers-item, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

.article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item .article-content-game-profile-content-offers-item-platform, .page-profile .page-profile-content .page-profile-offers .page-profile-offers-list .page-profile-offers-element .page-profile-offers-item .page-profile-offers-item-platform, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item .article-content-game-profile-content-offers-item-platform {
  max-width: 150px; }
  @media (min-width: 48em) {
    .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item .article-content-game-profile-content-offers-item-platform, .page-profile .page-profile-content .page-profile-offers .page-profile-offers-list .page-profile-offers-element .page-profile-offers-item .page-profile-offers-item-platform, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item .article-content-game-profile-content-offers-item-platform {
      width: 15%;
      max-width: auto; } }

.article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item .article-content-game-profile-content-offers-item-game, .page-profile .page-profile-content .page-profile-offers .page-profile-offers-list .page-profile-offers-element .page-profile-offers-item .page-profile-offers-item-game, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item .article-content-game-profile-content-offers-item-game {
  padding: 0 14px 14px;
  padding: 0 1rem 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16.8px;
  font-size: 1.2rem;
  text-align: center; }
  @media (min-width: 48em) {
    .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item .article-content-game-profile-content-offers-item-game, .page-profile .page-profile-content .page-profile-offers .page-profile-offers-list .page-profile-offers-element .page-profile-offers-item .page-profile-offers-item-game, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item .article-content-game-profile-content-offers-item-game {
      width: 50%;
      text-align: left; } }

.article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item .article-content-game-profile-content-offers-item-price, .page-profile .page-profile-content .page-profile-offers .page-profile-offers-list .page-profile-offers-element .page-profile-offers-item .page-profile-offers-item-price, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item .article-content-game-profile-content-offers-item-price {
  font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-size: 1.5rem; }
  .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item .article-content-game-profile-content-offers-item-price::after, .page-profile .page-profile-content .page-profile-offers .page-profile-offers-list .page-profile-offers-element .page-profile-offers-item .page-profile-offers-item-price::after, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item .article-content-game-profile-content-offers-item-price::after {
    content: ' €'; }
  @media (min-width: 48em) {
    .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item .article-content-game-profile-content-offers-item-price, .page-profile .page-profile-content .page-profile-offers .page-profile-offers-list .page-profile-offers-element .page-profile-offers-item .page-profile-offers-item-price, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item .article-content-game-profile-content-offers-item-price {
      width: 10%; } }

.article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item .article-content-game-profile-content-offers-item-link, .page-profile .page-profile-content .page-profile-offers .page-profile-offers-list .page-profile-offers-element .page-profile-offers-item .page-profile-offers-item-link, .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-list .article-content-game-profile-content-offers-element .article-content-game-profile-content-offers-item .article-content-game-profile-content-offers-item-link {
  width: 150px; }

/*------------------------------------
    $BLOCK PAGES
------------------------------------*/
@media (min-width: 980px) {
  .article-share, .comment-content-comment-delete-form, .comment-content-comment-form, .breadcrumb, .user-pass-reset,
  .user-pass, .user-login-form, .error, .article-blocks, .page-default, .page-industria .layout_header-bottom, .page-profile, .page-profile .page-profile-navigation .page-profile-navigation-list, .page-profile .page-profile-content, .page-subhome-default, .page-time-line, .common-user-form,
  .add-review-page-content,
  .user-form,
  .profile-form,
  .node-review-form, .page-user-profile {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0.4rem;
    width: 980px; } }

.page-subhome-default .page-subhome-default-header, .page-time-line .page-time-line-content .page-time-line-content-header {
  text-align: center;
  border-bottom: 1px solid #00a6f8;
  padding-bottom: 14px;
  padding-bottom: 1rem;
  margin-bottom: 14px;
  margin-bottom: 1rem; }
  @media (min-width: 48em) {
    .page-subhome-default .page-subhome-default-header, .page-time-line .page-time-line-content .page-time-line-content-header {
      padding-bottom: 1rem;
      margin-bottom: 2rem; } }

.page-subhome-default .page-subhome-default-header .page-subhome-default-header-title {
  margin: 0; }

.page-time-line .page-time-line-content .page-time-line-content-header .page-time-line-content-header-title::before {
  font-family: 'icon';
  display: block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907"; }

.page-default .page-default-header {
  margin-bottom: 42px;
  margin-bottom: 3rem;
  background-color: #2c7db4;
  border-bottom: 4px solid #00a6f8;
  line-height: 0; }
  @media (min-width: 980px) {
    .page-default .page-default-header {
      margin: -0.4rem -0.4rem 2rem; } }
  .page-default .page-entertainment-header.page-default-header {
    border-bottom-color: #ff9268; }
  .page-default .page-industry-header.page-default-header {
    border-bottom-color: #44a8de; }

.page-default .page-default-header .page-default-header-title {
  color: white;
  margin: 0;
  font-size: 28px;
  font-size: 2rem;
  line-height: 30.8px;
  line-height: 2.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .page-default .page-default-header .page-games-header-title.page-default-header-title::before, .page-default .page-default-header .page-esports-header-title.page-default-header-title::before {
    line-height: 28px;
    line-height: 2rem;
    background-color: #00a6f8;
    font-size: 56px;
    font-size: 4rem;
    padding: 21px 7px 14px;
    padding: 1.5rem 0.5rem 1rem;
    margin-right: 7px;
    margin-right: 0.5rem; }
  .page-default .page-default-header .page-guias-trucos-header-title.page-default-header-title::before {
    line-height: 28px;
    line-height: 2rem;
    background-color: #00a6f8;
    font-size: 56px;
    font-size: 4rem;
    padding: 21px 7px 14px;
    padding: 1.5rem 0.5rem 1rem;
    margin-right: 7px;
    margin-right: 0.5rem; }
  .page-default .page-default-header .page-guias-trucos-header-title.page-default-header-title span {
    margin-left: 7px;
    margin-left: 0.5rem; }
  .page-default .page-default-header .page-entertainment-header-title.page-default-header-title::before {
    line-height: 28px;
    line-height: 2rem;
    background-color: #ff9268;
    font-size: 56px;
    font-size: 4rem;
    padding: 21px 7px 14px;
    padding: 1.5rem 0.5rem 1rem;
    margin-right: 7px;
    margin-right: 0.5rem; }
  .page-default .page-default-header .page-industry-header-title.page-default-header-title::before {
    font-family: "axelspringer";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 28px;
    line-height: 2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\70";
    background-color: #44a8de;
    font-size: 56px;
    font-size: 4rem;
    padding: 21px 7px 14px;
    padding: 1.5rem 0.5rem 1rem;
    margin-right: 7px;
    margin-right: 0.5rem; }
  @media (min-width: 980px) {
    .page-default .page-default-header .page-default-header-title {
      line-height: 1rem; } }

.page-subhome-default-header {
  font-size: 19.599px;
  font-size: 1.4rem;
  color: #025076; }

.page-subhome-highlighted-header-title::before,
.page-subhome-last-header-title::before,
.page-subhome-popular-header-title::before {
  display: block;
  width: 55px;
  height: 40px;
  color: #00a6f8;
  margin: 10px auto; }

/*------------------------------------
  $BLOCK PS TALENTS
------------------------------------*/
.pstalents-home {
  border: 1px solid rgba(0, 0, 0, 0.22);
  position: relative; }
  .pstalents-home h2 {
    position: relative;
    width: 150px;
    top: -23px;
    margin: 0 auto;
    background: white;
    padding: 0 10px; }
  .pstalents-home .views-element-container {
    padding: 0 7px 7px;
    margin-top: -10px; }
    @media (min-width: 41.2em) {
      .pstalents-home .views-element-container {
        margin-right: 0 !important; } }
    .pstalents-home .views-element-container .article-item.industria {
      margin-bottom: 25px;
      min-height: 125px; }
      .pstalents-home .views-element-container .article-item.industria:last-child {
        margin-bottom: 0; }
      .pstalents-home .views-element-container .article-item.industria .article-item-picture {
        float: left;
        margin: 0 7px 0 0;
        margin: 0 0.5rem 0 0;
        max-width: 46%; }

/*------------------------------------
$BLOCK BUBBLE
------------------------------------*/
.page-profile-reviews-item-review-resume {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-shadow: 0px 3px 11px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 11px -3px rgba(0, 0, 0, 0.3); }

.page-profile-reviews-item-review-resume-rate {
  width: 100%; }

.page-profile-reviews-item-review-resume-rate-bubble {
  border-color: white;
  position: relative;
  z-index: 1; }

.page-profile-reviews-item-review-resume-worst {
  width: 50%;
  text-align: right;
  margin-top: -115px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #aaaaaa; }

.page-profile-reviews-item-review-resume-worst-title {
  margin: 0;
  color: white;
  font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
  background-color: #f65654;
  padding: 7px 14px;
  padding: 0.5rem 1rem; }

.page-profile-reviews-item-review-resume-worst-text {
  font-size: 14px;
  font-size: 1rem;
  padding: 14px 14px 14px 56px;
  padding: 1rem 1rem 1rem 4rem;
  border-left: 1px solid #aaaaaa; }

@media (min-width: 68.75em) {
  .article .article-content > .page-profile-reviews,
  .article .article-content > .page-profile-reviews-item-review-resume,
  .article .article-content > .page-profile-user-reviews {
    margin: 1rem 330px 1rem 0;
    width: auto; } }

.article.opinion.user-review .page-profile-reviews-item-review-resume-rate-bubble {
  background-color: #ffae00; }

.article.opinion.user-review .page-profile-reviews-item-review-resume-rate-bubble.hc {
  background-color: #00a6f8; }

.page-profile-user-reviews .pager__item {
  margin-bottom: 28px;
  margin-bottom: 2rem; }

.user-review-content-list .user-review-content-item .user-review-content-item-info-type .like-flag,
.user-review-content-list .user-review-content-item .user-review-content-item-info-type .like-unflag {
  padding-left: 33.6px;
  padding-left: 2.4rem; }
  .user-review-content-list .user-review-content-item .user-review-content-item-info-type .like-flag:before,
  .user-review-content-list .user-review-content-item .user-review-content-item-info-type .like-unflag:before {
    font-size: 26.599px;
    font-size: 1.9rem;
    left: 3px;
    top: -5px;
    font-weight: bold !important; }

.user-review-content-list .user-review-content-item .user-review-content-item-info-type .like-unflag:before {
  color: #4caf50; }

.page-profile-reviews-item-review-resume-best {
  margin-top: -115px; }

.page-profile-reviews-element {
  margin: 0 0 42px 0;
  margin: 0 0 3rem 0; }

.page-profile-reviews-item-lead {
  margin-top: 14px;
  margin-top: 1rem;
  font-size: 14px;
  font-size: 1rem; }

.article .article-content .page-profile-reviews-item .container-body,
.article .article-content .page-profile-user-reviews .container-body {
  padding: 0; }

/*------------------------------------
    $BLOCK LIST COVER
------------------------------------*/
.article .article-content .article-content-review .article-content-review-resume {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center; }

.article .article-content .article-content-review .article-content-review-resume .article-content-review-resume-best, .page-profile-reviews-item-review-resume-best, .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-review-resume .page-profile-reviews-item-review-resume-best {
  width: 50%;
  text-align: left; }

.article .article-content .article-content-review .article-content-review-resume .article-content-review-resume-best .article-content-review-resume-best-title, .page-profile-reviews-item-review-resume-best-title, .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-review-resume .page-profile-reviews-item-review-resume-best .page-profile-reviews-item-review-resume-best-title {
  margin: 0;
  color: white;
  font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
  background-color: #007bb7;
  padding: 7px 14px;
  padding: 0.5rem 1rem; }

.article .article-content .article-content-review .article-content-review-resume .article-content-review-resume-best .article-content-review-resume-best-text, .page-profile-reviews-item-review-resume-best-text, .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-review-resume .page-profile-reviews-item-review-resume-best .page-profile-reviews-item-review-resume-best-text {
  font-size: 14px;
  font-size: 1rem;
  padding: 28px 14px 14px;
  padding: 2rem 1rem 1rem; }
  @media (min-width: 30em) {
    .article .article-content .article-content-review .article-content-review-resume .article-content-review-resume-best .article-content-review-resume-best-text, .page-profile-reviews-item-review-resume-best-text, .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-review-resume .page-profile-reviews-item-review-resume-best .page-profile-reviews-item-review-resume-best-text {
      padding: 2rem 4.5rem 1rem 1rem; } }
  @media (min-width: 48em) {
    .article .article-content .article-content-review .article-content-review-resume .article-content-review-resume-best .article-content-review-resume-best-text, .page-profile-reviews-item-review-resume-best-text, .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-review-resume .page-profile-reviews-item-review-resume-best .page-profile-reviews-item-review-resume-best-text {
      padding: 1rem 4.5rem 1rem 1rem; } }

.article .article-content .article-content-review .article-content-review-resume .article-content-review-resume-worst {
  width: 50%;
  text-align: right; }

.article .article-content .article-content-review .article-content-review-resume .article-content-review-resume-worst .article-content-review-resume-worst-title {
  margin: 0;
  color: white;
  font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
  background-color: #f65654;
  padding: 7px 14px;
  padding: 0.5rem 1rem; }

.article .article-content .article-content-review .article-content-review-resume .article-content-review-resume-worst .article-content-review-resume-worst-text {
  font-size: 14px;
  font-size: 1rem;
  border-left: 1px solid #aaaaaa;
  padding: 28px 14px 14px;
  padding: 2rem 1rem 1rem; }
  @media (min-width: 30em) {
    .article .article-content .article-content-review .article-content-review-resume .article-content-review-resume-worst .article-content-review-resume-worst-text {
      padding: 2rem 1rem 1rem 4rem; } }
  @media (min-width: 48em) {
    .article .article-content .article-content-review .article-content-review-resume .article-content-review-resume-worst .article-content-review-resume-worst-text {
      padding: 1rem 1rem 1rem 4rem; } }

/*------------------------------------
    $BLOCK TABS
------------------------------------*/
@media (min-width: 68.75em) {
  .article .article-content .tabs {
    width: auto; } }

.tabs-navigation .tabs-navigation-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #aaaaaa;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 48em) {
    .tabs-navigation .tabs-navigation-list {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .tabs-navigation .tabs-navigation-list .tabs-navigation-element {
    margin: 14px 0 0 0;
    margin: 1rem 0 0 0;
    border-right: 1px solid #aaaaaa; }
    @media (min-width: 41.2em) {
      .tabs-navigation .tabs-navigation-list .tabs-navigation-element {
        margin: 1rem 1rem 0 0; } }
    .tabs-navigation .tabs-navigation-list .tabs-navigation-element:last-child {
      border-right: 0; }
    @media (min-width: 48em) {
      .tabs-navigation .tabs-navigation-list .tabs-navigation-element {
        border: 0; } }
    @media (min-width: 41.2em) {
      .tabs-navigation .tabs-navigation-list .tabs-navigation-element .tabs-navigation-item {
        font-size: 1.4rem; } }
    .tabs-navigation .tabs-navigation-list .tabs-navigation-element.active .tabs-navigation-item {
      color: #025076;
      font-weight: bold; }
      @media (min-width: 41.2em) {
        .tabs-navigation .tabs-navigation-list .tabs-navigation-element.active .tabs-navigation-item {
          font-size: 1.4rem; } }

.tabgroup div {
  padding: 30px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); }

/*------------------------------------
  $BREADCRUMB
------------------------------------*/
.breadcrumb {
  margin: 0 auto 7px;
  margin: 0 auto 0.5rem;
  font-size: 16.8px;
  font-size: 1.2rem;
  padding-left: 14px;
  padding-left: 1rem;
  display: none; }
  @media (min-width: 68.75em) {
    .breadcrumb {
      display: block; } }
  .breadcrumb li {
    display: inline-block;
    margin-right: 14px;
    margin-right: 1rem; }
    .breadcrumb li a strong {
      font-family: "Titillium-light", Helvetica, Arial, sans-serif; }
    .breadcrumb li:last-child a {
      color: #025076; }
    .breadcrumb li::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 8.7px;
      border-color: transparent transparent transparent #00a6f8;
      line-height: 0;
      _border-color: #000000 #000000 #000000 #00a6f8;
      _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
      display: inline-block;
      margin-left: 9.799px;
      margin-left: 0.7rem; }
    .breadcrumb li:last-child::after {
      display: none; }

.brand-day .breadcrumb {
  background-color: white;
  margin: 0; }

.brand-day .article .article-title {
  margin-top: 0;
  padding-top: 14px;
  padding-top: 1rem; }

.brand-day .article.coverage {
  margin-top: 0; }

.brand-day .page-profile header {
  margin-top: 0 !important; }
  .brand-day .page-profile header h1 {
    margin-top: 0 !important; }

.brand-day .article.review {
  margin-top: 0 !important; }

/*------------------------------------
    $BURGER NAV
------------------------------------*/
.drawer__StyledDrawer {
  z-index: 6;
  position: fixed;
  top: 0px;
  left: -webkit-calc(-100% - 50px);
  left: calc(-100% - 50px);
  visibility: hidden;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: #061930;
  -webkit-box-shadow: #111111 0px 2px 50px 0px;
  box-shadow: #111111 0px 2px 50px 0px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  padding-bottom: 30px; }
  .drawer__StyledDrawer::-webkit-scrollbar {
    display: none; }
  .drawer__StyledDrawer.is-open {
    visibility: visible;
    -webkit-transform: translate3d(-webkit-calc(100% + 50px), 0px, 0px);
    transform: translate3d(calc(100% + 50px), 0px, 0px); }
  @media (min-width: 41.2em) {
    .drawer__StyledDrawer {
      left: -485px;
      width: 435px; } }
  .drawer__StyledDrawer .drawer-header__StyledDrawerHeader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 62px; }
    .drawer__StyledDrawer .drawer-header__StyledDrawerHeader .drawer-header__StyledSearchIconArea {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 62px;
      height: 62px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .drawer__StyledDrawer .drawer-header__StyledDrawerHeader .drawer-header__StyledSearchIconArea svg {
        stroke: white;
        stroke-width: 1;
        width: 27px;
        height: 27px; }
        .drawer__StyledDrawer .drawer-header__StyledDrawerHeader .drawer-header__StyledSearchIconArea svg:hover {
          stroke: #00a6f8; }
    .drawer__StyledDrawer .drawer-header__StyledDrawerHeader .drawer-header__LogoWrapper {
      margin: 0px;
      line-height: 12px; }
      .drawer__StyledDrawer .drawer-header__StyledDrawerHeader .drawer-header__LogoWrapper svg {
        width: 211px; }
    .drawer__StyledDrawer .drawer-header__StyledDrawerHeader .drawer-header__StyledCloseIconArea {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 62px;
      height: 62px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .drawer__StyledDrawer .drawer-header__StyledDrawerHeader .drawer-header__StyledCloseIconArea .drawer-header__StyledCloseButton {
        border: none;
        padding: 0px;
        background: none;
        cursor: pointer; }
        .drawer__StyledDrawer .drawer-header__StyledDrawerHeader .drawer-header__StyledCloseIconArea .drawer-header__StyledCloseButton svg {
          stroke: white;
          stroke-width: 0;
          width: 20px;
          height: 20px;
          vertical-align: unset;
          overflow: unset; }
          .drawer__StyledDrawer .drawer-header__StyledDrawerHeader .drawer-header__StyledCloseIconArea .drawer-header__StyledCloseButton svg:hover {
            fill: #00a6f8;
            stroke: #00a6f8; }
  .drawer__StyledDrawer .drawer-list__StyledDrawerList {
    margin: 0px 0px 30px;
    padding: 16px; }
    .drawer__StyledDrawer .drawer-list__StyledDrawerList .drawer-list-sub__StyledDrawerVertical {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding-left: 46px; }
      .drawer__StyledDrawer .drawer-list__StyledDrawerList .drawer-list-sub__StyledDrawerVertical .drawer-list-sub__StyledDrawerVerticalLink {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        text-decoration: none;
        color: white;
        font-size: 20px;
        line-height: 41px;
        text-transform: uppercase;
        font-family: "Merriweather Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        position: relative; }
        .drawer__StyledDrawer .drawer-list__StyledDrawerList .drawer-list-sub__StyledDrawerVertical .drawer-list-sub__StyledDrawerVerticalLink:hover {
          color: #00a6f8;
          text-decoration: none; }
      .drawer__StyledDrawer .drawer-list__StyledDrawerList .drawer-list-sub__StyledDrawerVertical .drawer-list-sub__StyledDrawerButtonArea {
        position: absolute;
        left: 0px;
        top: 6px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        cursor: pointer; }
        .drawer__StyledDrawer .drawer-list__StyledDrawerList .drawer-list-sub__StyledDrawerVertical .drawer-list-sub__StyledDrawerButtonArea .drawer-dropdown-button__DrawerDropdownButton {
          position: relative;
          left: 0px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-align-self: center;
          -ms-flex-item-align: center;
          align-self: center;
          width: 12.25px;
          width: 0.875rem;
          height: 2px;
          border: none;
          background: none;
          -webkit-transition: -webkit-transform 0.4s ease-in-out 0s;
          transition: -webkit-transform 0.4s ease-in-out 0s;
          -o-transition: transform 0.4s ease-in-out 0s;
          transition: transform 0.4s ease-in-out 0s;
          transition: transform 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
          cursor: pointer; }
          .drawer__StyledDrawer .drawer-list__StyledDrawerList .drawer-list-sub__StyledDrawerVertical .drawer-list-sub__StyledDrawerButtonArea .drawer-dropdown-button__DrawerDropdownButton:before {
            position: absolute;
            display: inline-block;
            background: #00a6f8;
            content: "";
            width: 14px;
            height: 2px;
            opacity: 1;
            -webkit-transition: opacity 0.3s ease-in-out 0s;
            -o-transition: opacity 0.3s ease-in-out 0s;
            transition: opacity 0.3s ease-in-out 0s; }
          .drawer__StyledDrawer .drawer-list__StyledDrawerList .drawer-list-sub__StyledDrawerVertical .drawer-list-sub__StyledDrawerButtonArea .drawer-dropdown-button__DrawerDropdownButton:after {
            position: absolute;
            display: inline-block;
            background: #00a6f8;
            content: "";
            width: 2px;
            height: 14px; }
          .drawer__StyledDrawer .drawer-list__StyledDrawerList .drawer-list-sub__StyledDrawerVertical .drawer-list-sub__StyledDrawerButtonArea .drawer-dropdown-button__DrawerDropdownButton.is-open {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
            .drawer__StyledDrawer .drawer-list__StyledDrawerList .drawer-list-sub__StyledDrawerVertical .drawer-list-sub__StyledDrawerButtonArea .drawer-dropdown-button__DrawerDropdownButton.is-open:before {
              opacity: 0; }
      .drawer__StyledDrawer .drawer-list__StyledDrawerList .drawer-list-sub__StyledDrawerVertical .drawer-list-sub__StyledDrawerListSub {
        overflow: hidden;
        max-height: 0px;
        padding-left: 0px;
        -webkit-transition: max-height 0.3s ease-in-out 0s;
        -o-transition: max-height 0.3s ease-in-out 0s;
        transition: max-height 0.3s ease-in-out 0s; }
        .drawer__StyledDrawer .drawer-list__StyledDrawerList .drawer-list-sub__StyledDrawerVertical .drawer-list-sub__StyledDrawerListSub.is-open {
          max-height: 1000px; }
        .drawer__StyledDrawer .drawer-list__StyledDrawerList .drawer-list-sub__StyledDrawerVertical .drawer-list-sub__StyledDrawerListSub .drawer-list-sub__StyledDrawerListSubLink {
          font-family: "Merriweather Sans", sans-serif;
          font-weight: 400;
          font-style: normal;
          padding: 0px 0px 0px 28px;
          font-size: 16px;
          line-height: 41px;
          text-transform: uppercase;
          display: block;
          color: white;
          text-decoration: none; }
          .drawer__StyledDrawer .drawer-list__StyledDrawerList .drawer-list-sub__StyledDrawerVertical .drawer-list-sub__StyledDrawerListSub .drawer-list-sub__StyledDrawerListSubLink:hover {
            color: #00a6f8;
            text-decoration: none; }
  .drawer__StyledDrawer .social-list__SocialList {
    height: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 0px;
    text-align: center;
    white-space: nowrap; }
    .drawer__StyledDrawer .social-list__SocialList .social-list__SocialListLink {
      width: auto;
      height: 32px;
      font-size: 32px;
      line-height: 45px;
      margin: 0px 6.4px;
      margin: 0rem 6.4px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      vertical-align: middle; }
      .drawer__StyledDrawer .social-list__SocialList .social-list__SocialListLink svg {
        fill: white;
        width: 32px;
        height: 32px;
        overflow: unset; }
        .drawer__StyledDrawer .social-list__SocialList .social-list__SocialListLink svg:hover {
          fill: #00a6f8; }
      .drawer__StyledDrawer .social-list__SocialList .social-list__SocialListLink.new-icon-youtube svg {
        width: 45px;
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px); }
      .drawer__StyledDrawer .social-list__SocialList .social-list__SocialListLink.new-icon-dailymotion svg {
        width: 28px;
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px); }

.cookies-confirm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 20px;
  background: aliceblue;
  position: fixed;
  top: 0;
  z-index: 1000000;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.25);
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .cookies-confirm p > a {
    color: #00a6f8; }
  @media (min-width: 48em) {
    .cookies-confirm {
      padding: 14px 36px;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .cookies-confirm p {
        padding-right: 20px;
        font-size: 14px;
        line-height: 22px; } }
  .cookies-confirm .more-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    background: #ffae00;
    color: white;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 12px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-transition: background-color 100ms ease;
    -o-transition: background-color 100ms ease;
    transition: background-color 100ms ease;
    font-family: "Titillium-light", Helvetica, Arial, sans-serif; }
    .cookies-confirm .more-link:hover {
      background: #eba000; }
    @media (min-width: 30em) {
      .cookies-confirm .more-link {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; } }
    @media (min-width: 48em) {
      .cookies-confirm .more-link {
        -webkit-flex-basis: 360px;
        -ms-flex-preferred-size: 360px;
        flex-basis: 360px;
        margin-top: 0;
        padding: 6px 16px; } }

.as-oil {
  font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif; }
  @media (min-width: 600px) {
    .as-oil .as-oil-content-overlay {
      padding: 30px; } }
  .as-oil .as-oil-content-overlay .as-oil__heading {
    font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif; }
    @media (min-width: 600px) {
      .as-oil .as-oil-content-overlay .as-oil__heading {
        margin-bottom: 10px; } }
  @media (min-width: 600px) {
    .as-oil .as-oil-content-overlay .as-oil__intro-txt {
      width: -webkit-calc(100% - 200px);
      width: calc(100% - 200px);
      min-width: auto; } }
  .as-oil .as-oil-content-overlay .as-oil__btn-optin {
    background-color: #00a6f8;
    font-weight: 400; }
    @media (min-width: 600px) {
      .as-oil .as-oil-content-overlay .as-oil__btn-optin {
        margin-bottom: 10px; } }
  .as-oil .as-oil-content-overlay .as-oil__btn-cpc {
    min-width: 160px;
    min-height: 42px;
    margin: 0;
    padding: 7px 14px;
    padding: .5rem 1rem;
    font-size: 15.4px;
    font-size: 1.1rem;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    background-color: #e4e4e4;
    -webkit-transition: opacity .8s ease 0s;
    -o-transition: opacity .8s ease 0s;
    transition: opacity .8s ease 0s; }

.embedded-minicard {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
  text-align: left;
  margin: 0 10px 25px; }
  @media (min-width: 41.2em) {
    .embedded-minicard {
      margin: 0 0 25px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .embedded-minicard .minicard-image {
    width: 100%;
    text-align: center; }
    @media (min-width: 41.2em) {
      .embedded-minicard .minicard-image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        margin-bottom: 0;
        margin-right: 10px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }
    .embedded-minicard .minicard-image > a {
      display: inline-block;
      height: 100%;
      width: 100%; }
      .embedded-minicard .minicard-image > a > div {
        height: 100%; }
        .embedded-minicard .minicard-image > a > div figure {
          margin-bottom: 0 !important; }
        .embedded-minicard .minicard-image > a > div img {
          margin: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
  .embedded-minicard h2 {
    border: none;
    margin: 5px 0 10px;
    padding: 0 !important; }
    @media (min-width: 41.2em) {
      .embedded-minicard h2 {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0; } }
    .embedded-minicard h2 a {
      font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
      font-size: 18px;
      color: black;
      margin-bottom: 0;
      margin-top: 0; }
  @media (min-width: 41.2em) {
    .embedded-minicard .inner-container {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 65%;
      -ms-flex: 0 0 65%;
      flex: 0 0 65%;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; } }
  .embedded-minicard .inner-container p {
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 21px !important;
    margin-bottom: 15px; }
  .embedded-minicard .inner-container .button-primary {
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 41.2em) {
      .embedded-minicard .inner-container .button-primary {
        text-align: left; } }
    .embedded-minicard .inner-container .button-primary a {
      color: white;
      margin-bottom: 0;
      white-space: nowrap;
      display: inline-block;
      background-color: #00a6f8;
      font-size: 18.2px;
      font-size: 18.2px;
      font-size: 1.3rem;
      text-align: center;
      padding: 10px 25px;
      font-family: "Titillium-light", Helvetica, Arial, sans-serif;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: opacity 300ms ease-out;
      -o-transition: opacity 300ms ease-out;
      transition: opacity 300ms ease-out;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
      border: 1px solid transparent; }
      .embedded-minicard .inner-container .button-primary a:hover {
        opacity: 0.7;
        text-decoration: none; }

/*-------------------------------------
    $FOOTER
-------------------------------------*/
.footer__FooterWrapper {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #fff; }
  .footer__FooterWrapper .footer__FooterTop {
    border-top: 14px solid #00a6f8;
    background-color: #061930;
    padding-top: 60px;
    text-align: center;
    margin-bottom: 40px; }
    .footer__FooterWrapper .footer__FooterTop .logo-hc__LogoStyled {
      width: 232px;
      height: auto; }
    .footer__FooterWrapper .footer__FooterTop .footer__SocialWrapper {
      margin: 48px 0px 47px;
      margin: 48px 0rem 47px; }
      .footer__FooterWrapper .footer__FooterTop .footer__SocialWrapper .social-list__SocialList {
        height: 32px;
        margin-top: 40px;
        font-size: 0px;
        text-align: center;
        white-space: nowrap; }
        .footer__FooterWrapper .footer__FooterTop .footer__SocialWrapper .social-list__SocialList .social-list__SocialListLink {
          width: auto;
          height: 32px;
          font-size: 32px;
          line-height: 45px;
          margin: 0px 6.4px;
          margin: 0rem 6.4px;
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          vertical-align: middle; }
          .footer__FooterWrapper .footer__FooterTop .footer__SocialWrapper .social-list__SocialList .social-list__SocialListLink svg {
            fill: white;
            width: 32px;
            height: 32px;
            overflow: unset; }
            .footer__FooterWrapper .footer__FooterTop .footer__SocialWrapper .social-list__SocialList .social-list__SocialListLink svg:hover {
              fill: #00a6f8; }
          .footer__FooterWrapper .footer__FooterTop .footer__SocialWrapper .social-list__SocialList .social-list__SocialListLink.new-icon-youtube svg {
            width: 45px;
            -webkit-transform: translateY(-4px);
            -ms-transform: translateY(-4px);
            transform: translateY(-4px); }
          .footer__FooterWrapper .footer__FooterTop .footer__SocialWrapper .social-list__SocialList .social-list__SocialListLink.new-icon-dailymotion svg {
            width: 28px;
            -webkit-transform: translateY(-4px);
            -ms-transform: translateY(-4px);
            transform: translateY(-4px); }
    .footer__FooterWrapper .footer__FooterTop .hc-links__HcFooter {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0px;
      margin: 0px auto;
      max-width: 720px; }
      .footer__FooterWrapper .footer__FooterTop .hc-links__HcFooter .hc-links__HcFooterTitle {
        font-family: "Merriweather Sans", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: white;
        text-transform: uppercase;
        margin-bottom: 24px; }
      .footer__FooterWrapper .footer__FooterTop .hc-links__HcFooter .hc-links__HcList {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0px;
        margin: 0px 0px 47px; }
        .footer__FooterWrapper .footer__FooterTop .hc-links__HcFooter .hc-links__HcList .hc-links__HcListLink {
          font-family: "Merriweather Sans", sans-serif;
          font-weight: 400;
          font-style: normal;
          color: white;
          font-size: 16px;
          line-height: 28px;
          position: relative;
          margin: 0px 15px;
          text-decoration: none; }
          .footer__FooterWrapper .footer__FooterTop .hc-links__HcFooter .hc-links__HcList .hc-links__HcListLink::after {
            content: "";
            position: absolute;
            width: 4px;
            height: 4px;
            right: -18px;
            top: 9px;
            background: #00a6f8; }
          .footer__FooterWrapper .footer__FooterTop .hc-links__HcFooter .hc-links__HcList .hc-links__HcListLink:hover {
            color: #00a6f8;
            text-decoration: none; }
  .footer__FooterWrapper .footer__LogoWrapperAse {
    text-align: center;
    margin-bottom: 28px; }
    .footer__FooterWrapper .footer__LogoWrapperAse svg {
      width: 185px;
      height: auto; }
  .footer__FooterWrapper .ase-links__AseList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
    margin: 0px auto 47px;
    max-width: 720px; }
    .footer__FooterWrapper .ase-links__AseList .ase-links__AseListLink {
      font-family: "Merriweather Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #111111;
      font-size: 16px;
      line-height: 28px;
      position: relative;
      margin: 0px 15px;
      text-decoration: none; }
      .footer__FooterWrapper .ase-links__AseList .ase-links__AseListLink:after {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        right: -18px;
        top: 9px;
        background: #00a6f8; }
      .footer__FooterWrapper .ase-links__AseList .ase-links__AseListLink:hover {
        color: #00a6f8;
        text-decoration: none; }

.guide-elements .pager__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .guide-elements .pager__items .pager__item {
    margin: 5px;
    padding: 0 5px; }
    .guide-elements .pager__items .pager__item a {
      font-size: 20px; }
    .guide-elements .pager__items .pager__item.is-active {
      background-color: #00a6f8; }
      .guide-elements .pager__items .pager__item.is-active a {
        color: white; }

/*------------------------------------
    $HEADER
------------------------------------*/
.layout_header {
  height: 62px;
  position: fixed;
  padding: 11.008px;
  top: 0px;
  top: 0rem;
  width: 100%;
  background-color: #061930;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 980px) {
    .layout_header {
      padding: 19.008px; } }
  .layout_header .layout_header-wrapper-left {
    width: 340px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .layout_header .layout_header-wrapper-left .burger svg {
      display: block;
      width: 33.008px;
      height: 24px;
      margin-right: 14px;
      cursor: pointer;
      fill: white;
      stroke: white;
      stroke-width: 0.3; }
      @media (min-width: 980px) {
        .layout_header .layout_header-wrapper-left .burger svg {
          margin-right: 26px; } }
      .layout_header .layout_header-wrapper-left .burger svg:hover {
        fill: #00a6f8;
        stroke: #00a6f8; }
    .layout_header .layout_header-wrapper-left .logo_hobbyconsolas-dt {
      margin: 0px;
      margin: 0rem;
      line-height: 12px;
      font-size: 32px; }
  .layout_header .layout_header-wrapper-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .layout_header .layout_header-wrapper-right .main-menu {
      display: none; }
      @media (min-width: 980px) {
        .layout_header .layout_header-wrapper-right .main-menu {
          display: block; } }
      .layout_header .layout_header-wrapper-right .main-menu .nav-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0px;
        padding: 0rem;
        margin: 0px;
        margin: 0rem; }
        .layout_header .layout_header-wrapper-right .main-menu .nav-list .nav-item {
          margin-right: 30px; }
          .layout_header .layout_header-wrapper-right .main-menu .nav-list .nav-item:first-child {
            display: none; }
            @media only screen and (min-width: 1160px) {
              .layout_header .layout_header-wrapper-right .main-menu .nav-list .nav-item:first-child {
                display: block; } }
          .layout_header .layout_header-wrapper-right .main-menu .nav-list .nav-item a {
            text-decoration: none;
            color: white;
            font-family: "Merriweather Sans", sans-serif;
            font-weight: 400;
            font-style: normal;
            text-transform: uppercase;
            font-size: 16px;
            line-height: 16px;
            position: relative; }
            .layout_header .layout_header-wrapper-right .main-menu .nav-list .nav-item a:hover {
              color: #00a6f8;
              text-decoration: none; }
    .layout_header .layout_header-wrapper-right .search-icon {
      display: none; }
      @media (min-width: 980px) {
        .layout_header .layout_header-wrapper-right .search-icon {
          display: block;
          margin-right: 30px;
          position: relative;
          top: 3px; } }
      .layout_header .layout_header-wrapper-right .search-icon svg {
        stroke: white;
        stroke-width: 1;
        width: 27px;
        height: 27px; }
        .layout_header .layout_header-wrapper-right .search-icon svg:hover {
          stroke: #00a6f8; }
    .layout_header .layout_header-wrapper-right .login-item {
      display: inline-block;
      text-align: center;
      border: none;
      text-decoration: none;
      cursor: pointer;
      outline: none;
      font-size: 16px;
      line-height: 16px;
      text-transform: uppercase;
      font-family: "Merriweather Sans", sans-serif;
      font-weight: 700;
      font-style: normal;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      padding: 6px;
      color: #111111;
      background-color: white; }
      .layout_header .layout_header-wrapper-right .login-item:hover {
        background-color: #00a6f8; }
      @media (min-width: 980px) {
        .layout_header .layout_header-wrapper-right .login-item {
          padding: 6px 12px; } }
    .layout_header .layout_header-wrapper-right .user-login {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .layout_header .layout_header-wrapper-right .user-login svg:hover {
        fill: #00a6f8;
        cursor: pointer; }
      .layout_header .layout_header-wrapper-right .user-login .dropdown {
        position: absolute;
        background: #fff;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100px;
        padding: 10px;
        -webkit-border-radius: 0.125rem;
        border-radius: 0.125rem;
        display: none;
        bottom: -84px;
        right: 0px;
        border: 1px solid #061930; }
        .layout_header .layout_header-wrapper-right .user-login .dropdown.visible {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
        .layout_header .layout_header-wrapper-right .user-login .dropdown:after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 8px 10px 8px;
          border-color: #0000 #0000 #fff #0000;
          position: absolute;
          top: -10px;
          right: 9px;
          z-index: 1; }
        .layout_header .layout_header-wrapper-right .user-login .dropdown a {
          color: #061930;
          font-family: "Merriweather Sans", sans-serif;
          font-weight: 400;
          font-style: normal;
          margin-bottom: 9.799px;
          margin-bottom: 0.7rem;
          font-size: 16px; }
          .layout_header .layout_header-wrapper-right .user-login .dropdown a:hover {
            color: #00a6f8; }
          .layout_header .layout_header-wrapper-right .user-login .dropdown a:last-child {
            margin-bottom: 0; }

/*------------------------------------
    $HIGHLIGHT NAV
------------------------------------*/
.highlight_nav {
  display: block;
  background-color: #2c7db4; }
  @media (min-width: 980px) {
    .highlight_nav {
      display: none; } }
  .highlight_nav .highlight_nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .highlight_nav .highlight_nav-container.filter {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .highlight_nav .highlight_nav-container .highlight_nav-element {
      width: 50%;
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .highlight_nav .highlight_nav-container .highlight_nav-element.filter {
        width: 100%;
        display: block !important; }
        @media (min-width: 30em) {
          .highlight_nav .highlight_nav-container .highlight_nav-element.filter {
            width: 50%; } }
        .highlight_nav .highlight_nav-container .highlight_nav-element.filter a {
          border-bottom: 2px solid #00a6f8; }
        .highlight_nav .highlight_nav-container .highlight_nav-element.filter:nth-child(4) a {
          border-bottom: 2px solid #00a6f8; }
        .highlight_nav .highlight_nav-container .highlight_nav-element.filter:nth-child(3) {
          width: 100%;
          border: none; }
      @media (min-width: 30em) {
        .highlight_nav .highlight_nav-container .highlight_nav-element:nth-child(odd) {
          border-right: 2px solid #00a6f8; } }
      @media (min-width: 980px) {
        .highlight_nav .highlight_nav-container .highlight_nav-element:nth-child(odd) {
          border-right: none; } }
      .highlight_nav .highlight_nav-container .highlight_nav-element.filteredit {
        width: 50%;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        border-bottom: 2px solid #00a6f8; }
      .highlight_nav .highlight_nav-container .highlight_nav-element:nth-child(1), .highlight_nav .highlight_nav-container .highlight_nav-element:nth-child(2), .highlight_nav .highlight_nav-container .highlight_nav-element:nth-child(5) {
        display: none; }
      .highlight_nav .highlight_nav-container .highlight_nav-element:nth-child(4) {
        display: block;
        border-right: 2px solid #00a6f8; }
        @media (min-width: 980px) {
          .highlight_nav .highlight_nav-container .highlight_nav-element:nth-child(4) {
            border: none; } }
      .highlight_nav .highlight_nav-container .highlight_nav-element:nth-child(3) {
        display: block; }
      .highlight_nav .highlight_nav-container .highlight_nav-element:nth-child(5) {
        border-bottom: 2px solid #00a6f8;
        border-right: 2px solid #00a6f8; }
        @media (min-width: 980px) {
          .highlight_nav .highlight_nav-container .highlight_nav-element:nth-child(5) {
            border: none; } }
      .highlight_nav .highlight_nav-container .highlight_nav-element:nth-child(4) {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0; }
      .highlight_nav .highlight_nav-container .highlight_nav-element:nth-child(5) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
      .highlight_nav .highlight_nav-container .highlight_nav-element:nth-child(2), .highlight_nav .highlight_nav-container .highlight_nav-element:nth-child(3), .highlight_nav .highlight_nav-container .highlight_nav-element:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
      .highlight_nav .highlight_nav-container .highlight_nav-element .highlight_nav-item {
        font-family: "Titillium-light", Helvetica, Arial, sans-serif;
        color: white;
        line-height: 42px;
        line-height: 3rem;
        display: block;
        padding: 0 7px;
        padding: 0 0.5rem;
        text-transform: uppercase;
        font-size: 15.4px;
        font-size: 1.1rem;
        white-space: nowrap;
        -webkit-transition: background-color, max-width 300ms ease-out;
        -o-transition: background-color, max-width 300ms ease-out;
        transition: background-color, max-width 300ms ease-out; }
        .highlight_nav .highlight_nav-container .highlight_nav-element .highlight_nav-item.icon-arrowdown, .highlight_nav .highlight_nav-container .highlight_nav-element .article .guide-navigation .highlight_nav-item.prev, .article .guide-navigation .highlight_nav .highlight_nav-container .highlight_nav-element .highlight_nav-item.prev, .highlight_nav .highlight_nav-container .highlight_nav-element .article .guide-navigation .highlight_nav-item.next, .article .guide-navigation .highlight_nav .highlight_nav-container .highlight_nav-element .highlight_nav-item.next {
          position: relative;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .highlight_nav .highlight_nav-container .highlight_nav-element .highlight_nav-item.icon-arrowdown:before, .highlight_nav .highlight_nav-container .highlight_nav-element .article .guide-navigation .highlight_nav-item.prev:before, .article .guide-navigation .highlight_nav .highlight_nav-container .highlight_nav-element .highlight_nav-item.prev:before, .highlight_nav .highlight_nav-container .highlight_nav-element .article .guide-navigation .highlight_nav-item.next:before, .article .guide-navigation .highlight_nav .highlight_nav-container .highlight_nav-element .highlight_nav-item.next:before {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1;
            position: relative;
            top: -1px;
            left: 8px; }

/* Highlight top */
.layout_header .layout_header-top {
  width: 100%; }
  .layout_header .layout_header-top .highlight_nav {
    display: none;
    background-color: transparent; }
    @media (min-width: 980px) {
      .layout_header .layout_header-top .highlight_nav {
        display: block; } }
    .layout_header .layout_header-top .highlight_nav .highlight_nav-element {
      width: auto; }
      .layout_header .layout_header-top .highlight_nav .highlight_nav-element:nth-child(1), .layout_header .layout_header-top .highlight_nav .highlight_nav-element:nth-child(2), .layout_header .layout_header-top .highlight_nav .highlight_nav-element:nth-child(3), .layout_header .layout_header-top .highlight_nav .highlight_nav-element:nth-child(4) {
        display: block; }
      .layout_header .layout_header-top .highlight_nav .highlight_nav-element:nth-child(5) {
        display: none; }
      .layout_header .layout_header-top .highlight_nav .highlight_nav-element:nth-child(1), .layout_header .layout_header-top .highlight_nav .highlight_nav-element:nth-child(2) {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0; }
      .layout_header .layout_header-top .highlight_nav .highlight_nav-element:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
      .layout_header .layout_header-top .highlight_nav .highlight_nav-element:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
      .layout_header .layout_header-top .highlight_nav .highlight_nav-element .highlight_nav-item {
        background-color: transparent;
        padding: 0 28px;
        padding: 0 2rem;
        line-height: 60px;
        color: white;
        position: relative;
        -webkit-transition: background-color 300ms ease-out;
        -o-transition: background-color 300ms ease-out;
        transition: background-color 300ms ease-out; }
        .layout_header .layout_header-top .highlight_nav .highlight_nav-element .highlight_nav-item:hover {
          background-color: #2c7db4; }

.layout_header.fixed .highlight_nav {
  display: block; }
  @media (min-width: 980px) {
    .layout_header.fixed .highlight_nav {
      display: none; } }

.layout_header.fixed .layout_header-top .highlight_nav {
  display: none; }
  @media (min-width: 68.75em) {
    .layout_header.fixed .layout_header-top .highlight_nav {
      display: block;
      margin-left: 230px; } }
  .layout_header.fixed .layout_header-top .highlight_nav .highlight_nav-element .highlight_nav-item {
    padding: 0 11.2px;
    padding: 0 0.8rem; }
    .layout_header.fixed .layout_header-top .highlight_nav .highlight_nav-element .highlight_nav-item::before {
      color: white; }

.layout_header > .highlight_nav.fixed {
  display: block;
  position: fixed;
  top: 60px;
  width: 100%; }
  @media (min-width: 68.75em) {
    .layout_header > .highlight_nav.fixed {
      display: none; } }

/*------------------------------------
    $LAYOUT
------------------------------------*/
.layout_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .layout_container .layout_header .obfuscator {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    visibility: hidden;
    -webkit-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    @media (min-width: 980px) {
      .layout_container .layout_header .obfuscator {
        top: 172px; } }
  .layout_container .layout_header.fixed .obfuscator {
    top: 0; }

.show-menu .obfuscator {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible; }

#main {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  #main > section {
    background-color: white;
    position: relative; }

#toolbar-bar {
  display: none; }

.toolbar-vertical,
.toolbar-fixed {
  padding: 0 !important;
  margin: 0 !important; }

/*------------------------------------
  FORCE HEIGHT 0 TO PIXEL COMSCORE
-------------------------------------*/
body > img:last-of-type {
  display: block;
  height: 0px !important; }

/*------------------------------------
    $LOGIN
------------------------------------*/
.login {
  display: none; }
  @media (min-width: 980px) {
    .login {
      display: block; }
      .login .login-element .login-item {
        display: inline-block;
        font-size: 2.4rem;
        line-height: 60px;
        padding: 0 0.9rem;
        background-color: transparent;
        -webkit-transition: background-color 300ms ease-out;
        -o-transition: background-color 300ms ease-out;
        transition: background-color 300ms ease-out;
        position: relative; }
        .login .login-element .login-item::before {
          color: #ffae00;
          position: relative;
          top: 3px; }
        .login .login-element .login-item::after {
          content: "";
          position: absolute;
          width: 1px;
          height: 70%;
          background: #2c7db4;
          left: 0;
          top: 7px; }
        .login .login-element .login-item:hover {
          background-color: #2c7db4; }
      .login .login-element > .user {
        margin-left: 7px; }
        .login .login-element > .user > a {
          padding: 0.8rem 0.5rem 0 0;
          display: block;
          position: relative; }
          .login .login-element > .user > a img {
            display: block;
            -webkit-border-radius: 50%;
            border-radius: 50%; }
          .login .login-element > .user > a::after {
            content: "";
            position: absolute;
            width: 1px;
            height: 90%;
            background: #2c7db4;
            left: -8px;
            top: 7px; } }

.user-pass-reset .form-item,
.user-pass .form-item {
  margin-bottom: 14px;
  margin-bottom: 1rem; }
  .user-pass-reset .form-item label,
  .user-pass .form-item label {
    font-size: 14px;
    font-size: 1rem;
    font-family: "Titillium-light", Helvetica, Arial, sans-serif; }
  .user-pass-reset .form-item input.form-checkbox,
  .user-pass .form-item input.form-checkbox {
    width: auto; }
  .user-pass-reset .form-item .description,
  .user-pass .form-item .description {
    font-size: 12.6px;
    font-size: 0.9rem;
    color: #aaaaaa; }

/* When header is fixed */
@media (min-width: 980px) {
  .layout_header.fixed .layout_header-top .login .login-item {
    font-size: 2rem; } }

/* LOGIN FORM */
.user-login-form {
  position: relative; }
  .user-login-form .facebook {
    background-color: #3b59b6;
    margin-bottom: 14px;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 980px) {
      .user-login-form .facebook {
        width: 200px; } }
  .user-login-form .form-actions {
    padding-top: 56px;
    padding-top: 4rem; }
  @media (min-width: 980px) {
    .user-login-form #edit-register {
      position: absolute;
      right: 1rem;
      bottom: -29px; } }
  .user-login-form #edit-register p {
    text-align: center;
    margin: 28px 0;
    margin: 2rem 0; }
    @media (min-width: 980px) {
      .user-login-form #edit-register p {
        text-align: left;
        margin: 0 0 1rem 0; } }
  .user-login-form #edit-link {
    width: 100%; }
    @media (min-width: 980px) {
      .user-login-form #edit-link {
        width: auto; } }
  .user-login-form .js-form-type-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .user-login-form .js-form-type-checkbox label {
      margin-left: 7px;
      margin-left: 0.5rem;
      font-size: 14px;
      font-size: 1rem; }
  .user-login-form .user-login-form-text {
    margin-bottom: 14px;
    margin-bottom: 1rem;
    text-align: center; }
    @media (min-width: 980px) {
      .user-login-form .user-login-form-text {
        text-align: left; } }
  .user-login-form #edit-forgotten {
    margin: 42px 0;
    margin: 3rem 0;
    display: block; }
    @media (min-width: 980px) {
      .user-login-form #edit-forgotten {
        float: right;
        display: inline;
        margin: 0; } }
  .user-login-form .form-item {
    margin-bottom: 14px;
    margin-bottom: 1rem; }
    .user-login-form .form-item label {
      font-size: 19.599px;
      font-size: 1.4rem;
      font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
      margin-bottom: 4.2px;
      margin-bottom: .3rem;
      display: inline-block;
      position: relative; }
      .user-login-form .form-item label.form-required::after {
        content: '*';
        font-size: 14px;
        font-size: 1rem;
        font-weight: bold;
        width: 17px;
        height: 17px;
        display: block;
        text-align: center;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        line-height: 17px;
        position: absolute;
        right: -13px;
        top: 0; }
    .user-login-form .form-item input.form-checkbox {
      width: auto; }
    .user-login-form .form-item .description {
      font-size: 12.6px;
      font-size: 0.9rem;
      color: #aaaaaa; }

/*------------------------------------
    $MAGAZINE
------------------------------------*/
.magazine {
  visibility: hidden;
  opacity: 0;
  display: none;
  -webkit-transition: visibility, opacity 300ms ease-out;
  -o-transition: visibility, opacity 300ms ease-out;
  transition: visibility, opacity 300ms ease-out; }
  .magazine .magazine-item {
    color: white;
    line-height: 65px;
    font-size: 28px;
    font-size: 2rem; }
    @media (min-width: 48em) {
      .magazine .magazine-item {
        top: 1px; } }
    @media (min-width: 980px) {
      .magazine .magazine-item {
        line-height: 65px;
        padding: 0.8rem 0.5rem;
        background-color: transparent;
        -webkit-transition: background-color 300ms ease-out;
        -o-transition: background-color 300ms ease-out;
        transition: background-color 300ms ease-out; }
        .magazine .magazine-item:hover {
          background-color: #00a6f8; } }

/* When header is fixed */
@media (min-width: 980px) {
  .layout_header.fixed .layout_header-top .magazine {
    visibility: visible;
    opacity: 1;
    display: block; } }

/*------------------------------------
    $SOCIAL NAV
------------------------------------*/
.main_nav {
  display: none; }
  @media (min-width: 980px) {
    .main_nav {
      display: block; }
      .main_nav .main_nav-container {
        border-top: 2px solid #2c7db4;
        border-bottom: 2px solid #2c7db4;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .main_nav .main_nav-container .main_nav-element .main_nav-item {
          font-family: "Titillium-light", Helvetica, Arial, sans-serif;
          padding: 0.9rem 2rem;
          display: inline-block;
          text-transform: uppercase;
          color: #025076;
          white-space: nowrap;
          font-size: 1.2rem;
          background-color: transparent;
          -webkit-transition: all 300ms ease-out;
          -o-transition: all 300ms ease-out;
          transition: all 300ms ease-out; }
          .main_nav .main_nav-container .main_nav-element .main_nav-item:hover {
            background-color: #2c7db4;
            color: white; } }

.block-newsletter {
  background-color: #F0EFF4; }
  .block-newsletter .newsletter-container {
    padding: 14px 0;
    width: 300px;
    margin: 0 auto; }
    @media (min-width: 48em) {
      .block-newsletter .newsletter-container {
        width: 648px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 36px 0 24px; } }
    .block-newsletter .newsletter-container > a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 20px;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .block-newsletter .newsletter-container > a img {
        width: 50px;
        height: 51px;
        margin-right: 10px; }
        @media (min-width: 48em) {
          .block-newsletter .newsletter-container > a img {
            width: 67px;
            height: 68px;
            margin-right: 16px; } }
      .block-newsletter .newsletter-container > a p {
        font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
        color: #1C5174;
        font-size: 20px;
        line-height: 25px;
        position: relative;
        bottom: -4px; }
        @media (min-width: 48em) {
          .block-newsletter .newsletter-container > a p {
            font-size: 24px;
            line-height: 30px;
            max-width: 270px; } }
    .block-newsletter .newsletter-container .button-primary a {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      font-size: 16px;
      font-family: "Titillium-light", Helvetica, Arial, sans-serif; }
      @media (min-width: 48em) {
        .block-newsletter .newsletter-container .button-primary a {
          width: 233px; } }

/*------------------------------------
    $SEARCH
------------------------------------*/
.search .search-item {
  color: white;
  line-height: 62px;
  position: relative;
  top: 0;
  font-size: 33.6px;
  font-size: 2.4rem;
  position: relative;
  padding: 0 7px;
  padding: 0 0.5rem;
  display: block;
  width: 33px;
  height: 60px; }
  @media (min-width: 980px) {
    .search .search-item {
      top: 0;
      left: 0; }
      .search .search-item:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 80%;
        background: #2c7db4;
        left: 0;
        top: 6px; } }
  @media (min-width: 980px) {
    .search .search-item {
      padding: 0.9rem 1rem;
      background-color: transparent;
      -webkit-transition: background-color, font-size 300ms ease-out;
      -o-transition: background-color, font-size 300ms ease-out;
      transition: background-color, font-size 300ms ease-out;
      top: 0px;
      font-size: 2.2rem;
      left: 0;
      height: 35px; }
      .search .search-item:before {
        top: -12px;
        position: relative; } }

/* When header is fixed */
@media (min-width: 980px) {
  .layout_header.fixed .layout_header-top .search .search-item {
    font-size: 1.9rem;
    top: 1px; } }

/*------------------------------------
    $SOCIAL NAV
------------------------------------*/
.social_nav {
  display: none;
  overflow: hidden; }
  @media (min-width: 980px) {
    .social_nav {
      display: block; } }
  .social_nav .social_nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .social_nav .social_nav-container .social_nav-element .social_nav-item {
      color: white;
      line-height: 66px;
      padding: 12.6px;
      padding: 0.9rem;
      font-size: 35px;
      font-size: 2.5rem; }
      .social_nav .social_nav-container .social_nav-element .social_nav-item:before {
        font-size: 26px; }
      @media (min-width: 980px) {
        .social_nav .social_nav-container .social_nav-element .social_nav-item {
          background-color: transparent;
          -webkit-transition: background-color 300ms ease-out;
          -o-transition: background-color 300ms ease-out;
          transition: background-color 300ms ease-out; }
          .social_nav .social_nav-container .social_nav-element .social_nav-item:hover {
            background-color: #2c7db4; } }

/* Inside the burger nav */
.burger_nav .social_nav {
  display: block; }
  .burger_nav .social_nav .social_nav-container {
    background-color: #00a6f8; }

/* When header is fixed */
@media (min-width: 980px) {
  .layout_header.fixed .layout_header-top .social_nav .social_nav-item {
    font-size: 2rem; } }

/*------------------------------------
    $SPONSOR FOR BRANDED CONTENT
------------------------------------*/
.sponsor {
  text-align: center;
  margin-top: 15px; }
  .sponsor label {
    font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
    font-size: 13px; }
    @media (min-width: 48em) {
      .sponsor label {
        font-size: 16px; } }
  .sponsor figure amp-img img {
    min-width: inherit;
    width: inherit; }

/*------------------------------------
$TOOLTIP MAGAZINE
------------------------------------*/
.tooltip-container {
  display: none; }
  @media (min-width: 980px) {
    .tooltip-container {
      position: absolute;
      top: 23px;
      right: 0;
      width: 345px;
      display: block;
      height: 65px; } }
  .tooltip-container .tooltip-container-title {
    text-align: center;
    padding: 14px 14px 0;
    padding: 1rem 1rem 0;
    vertical-align: top;
    display: none;
    position: absolute; }
    @media (min-width: 68.75em) {
      .tooltip-container .tooltip-container-title {
        display: inline-block; } }
    .tooltip-container .tooltip-container-title .tooltip-title {
      color: #025076;
      font-family: "Titillium-regular", Helvetica, Arial, sans-serif;
      font-size: 15.4px;
      font-size: 1.1rem;
      font-weight: bold;
      margin-bottom: 4.2px;
      margin-bottom: 0.3rem; }
    .tooltip-container .tooltip-container-title .tooltip-lead {
      color: #aaaaaa;
      font-family: "Titillium-light", Helvetica, Arial, sans-serif;
      font-size: 15.4px;
      font-size: 1.1rem;
      font-weight: bold;
      width: 120px;
      margin: 0 auto;
      line-height: 14px;
      line-height: 1rem; }
  .tooltip-container .magazine-cover {
    width: 130px;
    height: 90px;
    overflow: hidden;
    position: absolute;
    right: 33px;
    top: -15px;
    display: inline-block;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 7px -1px rgba(50, 50, 50, 0.9);
    box-shadow: 0px 1px 7px -1px rgba(50, 50, 50, 0.9); }
  .tooltip-container .white-line {
    width: 151px;
    background: white;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.26);
    height: 9px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    bottom: -16px;
    right: 21px;
    -webkit-box-shadow: 0px 0px 6px -1px rgba(50, 50, 50, 0.68);
    box-shadow: 0px 0px 6px -1px rgba(50, 50, 50, 0.68); }
    .tooltip-container .white-line:after {
      content: "";
      position: absolute;
      height: 2px;
      width: 135px;
      background: rgba(0, 0, 0, 0.43);
      left: 0;
      right: 0;
      top: 4px;
      margin: 0 auto; }
  .tooltip-container .magazine-info {
    display: none; }
    .tooltip-container .magazine-info .magazine-name {
      font-family: "Titillium-regular", Helvetica, Arial, sans-serif;
      color: #025076;
      font-size: 21px;
      font-size: 1.5rem;
      margin-top: 14px;
      margin-top: 1rem; }
    .tooltip-container .magazine-info .button {
      color: white;
      white-space: nowrap;
      display: inline-block;
      background-color: #00a6f8;
      font-size: 16.8px;
      font-size: 1.2rem;
      text-align: center;
      padding: 9.799px 21px;
      padding: .7rem 1.5rem;
      margin: 14px 2.8px;
      margin: 1rem 0.2rem;
      font-family: "Titillium-light", Helvetica, Arial, sans-serif;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: none;
      -webkit-transition: opacity .3s ease-out;
      -o-transition: opacity .3s ease-out;
      transition: opacity .3s ease-out;
      width: 143px; }
  .tooltip-container:hover .magazine-cover {
    width: 318px;
    overflow: visible;
    position: absolute;
    top: -19px;
    left: 0;
    z-index: 9999;
    text-align: center;
    background: white;
    height: 432px;
    padding-top: 4.2px;
    padding-top: .3rem;
    z-index: 1; }
    .tooltip-container:hover .magazine-cover img {
      width: 100%;
      max-width: 308px; }
  .tooltip-container:hover .magazine-info {
    display: block;
    width: 318px;
    background: white;
    position: absolute;
    bottom: -459px;
    left: 0;
    z-index: 2;
    text-align: center;
    -webkit-box-shadow: 0 1px 4px -1px rgba(50, 50, 50, 0.9);
    box-shadow: 0 1px 4px -1px rgba(50, 50, 50, 0.9); }
  .tooltip-container.animate .tooltip-container {
    top: -188px; }

.page-profile-community #user-reviews {
  position: relative;
  text-align: center;
  border: 2px dashed #ffae00;
  background: #ececec;
  margin: 98px 0 28px;
  margin: 7rem 0 2rem;
  padding: 56px 0;
  padding: 4rem 0;
  margin-bottom: 80px; }
  .page-profile-community #user-reviews h3 {
    background: #e2e2e2;
    color: black;
    font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
    font-size: 18.2px;
    font-size: 1.3rem;
    text-align: left;
    position: absolute;
    width: 100%;
    top: -70px;
    height: 35px;
    line-height: 34px;
    text-indent: 6px; }
  .page-profile-community #user-reviews .page-profile-profile-rating {
    position: absolute;
    right: 7px;
    top: -80px;
    color: white;
    font-size: 28px;
    font-size: 2rem;
    background: #ffae00;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: 2px solid white;
    text-align: center;
    line-height: 69px; }
    .page-profile-community #user-reviews .page-profile-profile-rating .page-profile-profile-rating-community-rate {
      position: absolute;
      top: -12px;
      left: 0;
      margin: 0 auto;
      right: 0;
      font-size: 28px;
      font-size: 2rem; }
    .page-profile-community #user-reviews .page-profile-profile-rating .page-profile-profile-rating-community-text {
      position: absolute;
      top: 35px;
      font-size: 11.2px;
      font-size: 0.8rem;
      line-height: 14px;
      line-height: 1rem;
      margin: 0 auto;
      left: 0;
      right: 0; }
  .page-profile-community #user-reviews .page-profile-profile-rating-community-link {
    color: #ffae00;
    background: white;
    border: 1px solid #ffae00; }
    .page-profile-community #user-reviews .page-profile-profile-rating-community-link:hover {
      color: white;
      background: #ffae00; }
  .page-profile-community #user-reviews form {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px; }
    .page-profile-community #user-reviews form #edit-submit-user-reviews {
      padding: 9.799px 23.8px;
      padding: .7rem 1.7rem;
      background: white;
      color: #ffae00;
      border: 1px solid #ffae00;
      margin-bottom: 7px;
      margin-bottom: 0.5rem; }
    .page-profile-community #user-reviews form #edit-popular {
      padding: 9.799px 37.8px;
      padding: .7rem 2.7rem;
      background: white;
      color: #ffae00;
      border: 1px solid #ffae00; }
    .page-profile-community #user-reviews form #edit-submit-user-reviews.active,
    .page-profile-community #user-reviews form #edit-popular.active {
      background: #ffae00;
      color: white; }

/**
* Pages
**/
/*------------------------------------
    $404
------------------------------------*/
.error .block_text_error {
  padding: 7px;
  padding: 0.5rem;
  text-align: center; }
  @media (min-width: 48em) {
    .error .block_text_error {
      margin: 0 auto; } }
  .error .block_text_error p {
    font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
    font-size: 33.6px;
    font-size: 2.4rem;
    line-height: 37.8px;
    line-height: 2.7rem; }
  .error .block_text_error a {
    margin: 28px 0;
    margin: 2rem 0;
    width: 100%; }
    @media (min-width: 48em) {
      .error .block_text_error a {
        width: 40%;
        margin: 3rem 0; } }
  .error .block_text_error::before {
    content: "";
    display: block;
    width: 100%;
    height: 250px;
    background-image: url("../img/404-storm.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    margin: 0 auto; }
    @media (min-width: 48em) {
      .error .block_text_error::before {
        width: 34%; } }

.error .content h2:first-child {
  font-size: 16.8px;
  font-size: 1.2rem;
  text-align: center;
  font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #00a6f8;
  padding-bottom: 14px;
  padding-bottom: 1rem;
  margin: 7px;
  margin: 0.5rem; }
  @media (min-width: 48em) {
    .error .content h2:first-child {
      font-size: 1.4rem; } }

/*------------------------------------
    $ARTICLE
------------------------------------*/
.article {
  margin-top: 0;
  background-color: white; }
  .article .article-title {
    text-align: center;
    padding: 0 14px;
    padding: 0 1rem; }
    @media (min-width: 980px) {
      .article .article-title {
        padding: 0 2rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
  .article .article-info {
    text-align: center;
    margin-bottom: 14px;
    margin-bottom: 1rem; }
  @media (min-width: 980px) {
    .article .image-main-element {
      max-width: 980px; } }
  .article .article-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 0 12px; }
    @media (min-width: 980px) {
      .article .article-content {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
        width: 980px; } }
    .article .article-content .viqeo-slot {
      margin-bottom: 14px; }
    .article .article-content .video-embed-field-responsive-video,
    .article .article-content .media--ratio--fluid {
      margin-bottom: 14px; }
    .article .article-content .snippet-link {
      margin-bottom: 10px;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .article .article-content .snippet-link .snippet-item {
        margin-bottom: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .article .article-content .snippet-link .snippet-item a {
          font-size: 16px;
          font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
          color: #222;
          font-weight: bold;
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -ms-flex-order: 1;
          order: 1;
          width: 100%; }
        .article .article-content .snippet-link .snippet-item .media-wrapper {
          margin-top: 0;
          margin-bottom: 5px; }
    .article .article-content .article-content-lead {
      font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
      font-weight: bold;
      padding: 0 14px;
      padding: 0 1rem;
      line-height: 25.2px;
      line-height: 1.8rem;
      margin: 0 0 14px 0;
      margin: 0 0 1rem 0;
      font-size: 16px; }
      @media (min-width: 980px) {
        .article .article-content .article-content-lead {
          padding: 0; } }
      .article .article-content .article-content-lead ul {
        margin-top: 10px; }
        .article .article-content .article-content-lead ul li {
          font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
          font-weight: bold;
          padding: 0;
          line-height: 25.2px;
          line-height: 1.8rem;
          margin: 0 0 10px 19px;
          font-size: 16px;
          list-style-type: disc; }
    @media (min-width: 980px) {
      .article .article-content #pagination-container .container-body {
        padding: 0; } }
    @media (min-width: 980px) {
      .article .article-content #pagination-container .new-body.row.page-content .col-md {
        width: 630px;
        padding: 0 10px; } }
    @media (min-width: 980px) {
      .article .article-content #pagination-container .gallery-list .new-body {
        width: 639px; } }
    .article .article-content #pagination-container .gallery-list .new-body p {
      padding: 0 10px; }
      @media (min-width: 980px) {
        .article .article-content #pagination-container .gallery-list .new-body p {
          padding: 0; } }
    @media (min-width: 980px) {
      .article .article-content .container-body {
        padding: 0; } }
    .article .article-content .container-body #HJh68oZkhTgrCJSV87QD {
      margin: 0 10px; }
      @media (min-width: 980px) {
        .article .article-content .container-body #HJh68oZkhTgrCJSV87QD {
          margin: 0; } }
    .article .article-content .container-body ul,
    .article .article-content .container-body ol {
      padding: 0 14px 0 36px;
      margin-bottom: 14px;
      margin-bottom: 1rem; }
      @media (min-width: 980px) {
        .article .article-content .container-body ul,
        .article .article-content .container-body ol {
          padding: 0 0 1rem 20px; } }
      .article .article-content .container-body ul li,
      .article .article-content .container-body ol li {
        font-size: 16px;
        line-height: 25.2px;
        line-height: 1.8rem; }
    .article .article-content .container-body ul {
      list-style-type: disc; }
    .article .article-content .container-body ol {
      list-style-type: decimal; }
    .article .article-content .container-body h2,
    .article .article-content .container-body h3 {
      padding: 0 14px;
      padding: 0 1rem; }
      @media (min-width: 980px) {
        .article .article-content .container-body h2,
        .article .article-content .container-body h3 {
          padding: 0 0 1rem 0; } }
    .article .article-content .container-body h3 {
      background: none;
      margin-bottom: 0;
      color: #025076;
      font-size: 21px;
      font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif; }
    .article .article-content .container-body blockquote {
      padding: 0 14px;
      padding: 0 1rem;
      position: relative; }
      .article .article-content .container-body blockquote p {
        font-size: 23.8px;
        font-size: 1.7rem;
        line-height: 32.199px;
        line-height: 2.3rem;
        margin: 0; }
        @media (min-width: 980px) {
          .article .article-content .container-body blockquote p {
            padding: 0; } }
        .article .article-content .container-body blockquote p a {
          text-decoration: underline; }
      @media (min-width: 980px) {
        .article .article-content .container-body blockquote {
          margin-right: 110px;
          padding: 0; } }
      .article .article-content .container-body blockquote:before {
        position: absolute;
        top: 3px;
        left: -19px;
        font-size: 28px;
        font-size: 2rem;
        color: #025076;
        font-family: "axelspringer"; }
        @media (min-width: 980px) {
          .article .article-content .container-body blockquote:before {
            left: -35px;
            top: 3px; } }
    .article .article-content .container-body p {
      padding: 0 10px;
      line-height: 25.2px;
      line-height: 1.8rem;
      font-size: 16px;
      margin-bottom: 14px; }
      @media (min-width: 980px) {
        .article .article-content .container-body p {
          padding: 0; } }
      .article .article-content .container-body p.article-content-lead {
        font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
        font-weight: bold; }
      @media (min-width: 980px) {
        .article .article-content .container-body p a:hover {
          text-decoration: underline; } }
    .article .article-content .container-body .bullets-lead {
      font-weight: bold; }
    .article .article-content .container-body p.Indent1 {
      margin-left: 20px; }
    .article .article-content .container-body p.Indent2 {
      margin-left: 35px; }
    .article .article-content .container-body p.Indent3 {
      margin-left: 50px; }
    .article .article-content .container-body p.Indent4 {
      margin-left: 65px; }
    .article .article-content .container-body p.Indent5 {
      margin-left: 80px; }
    .article .article-content .container-body p.Indent6 {
      margin-left: 95px; }
    .article .article-content .container-body .summary-bullets {
      border-left: 5px solid #3789ba;
      padding-left: 10px;
      margin: 0 14px; }
      @media (min-width: 980px) {
        .article .article-content .container-body .summary-bullets {
          margin: 0; } }
      .article .article-content .container-body .summary-bullets > p {
        font-size: 17px;
        font-weight: bold;
        margin: 0 0 15px;
        padding: 0;
        font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif; }
      .article .article-content .container-body .summary-bullets ul {
        padding-left: 5px; }
        .article .article-content .container-body .summary-bullets ul li {
          list-style: none;
          list-style-type: none;
          margin-left: 5px;
          padding-left: 13px;
          position: relative;
          margin-bottom: 10px;
          line-height: 20px; }
          .article .article-content .container-body .summary-bullets ul li::before {
            content: "•";
            font-size: 25px;
            color: #4595c0;
            position: absolute;
            left: 0;
            top: 1px; }
          .article .article-content .container-body .summary-bullets ul li a:hover {
            text-decoration: underline; }
    .article .article-content .new-body ol {
      list-style: decimal; }
    .article .article-content .new-body ul {
      list-style: disc; }
    .article .article-content .new-body ul,
    .article .article-content .new-body ol {
      padding: 0 14px 0 42px;
      padding: 0 1rem 0 3rem;
      margin-bottom: 14px;
      margin-bottom: 1rem; }
      @media (min-width: 48em) {
        .article .article-content .new-body ul,
        .article .article-content .new-body ol {
          padding: 0 1rem 0 20px; } }
      .article .article-content .new-body ul li,
      .article .article-content .new-body ol li {
        font-size: 16px;
        line-height: 25.2px;
        line-height: 1.8rem;
        margin-bottom: 12.6px;
        margin-bottom: 0.9rem; }
    .article .article-content .new-body h2,
    .article .article-content .new-body h3 {
      padding: 0 14px;
      padding: 0 1rem; }
    .article .article-content .new-body h3 {
      background: none;
      margin-bottom: 0;
      color: #025076;
      font-size: 21px;
      font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif; }
    .article .article-content .new-body blockquote {
      padding: 0 14px;
      padding: 0 1rem;
      position: relative; }
      .article .article-content .new-body blockquote p {
        font-size: 23.8px;
        font-size: 1.7rem;
        line-height: 32.199px;
        line-height: 2.3rem;
        margin: 0; }
        @media (min-width: 980px) {
          .article .article-content .new-body blockquote p {
            padding: 0; } }
        .article .article-content .new-body blockquote p a {
          text-decoration: underline; }
      @media (min-width: 980px) {
        .article .article-content .new-body blockquote {
          margin-right: 440px;
          padding: 0; } }
      .article .article-content .new-body blockquote:before {
        position: absolute;
        top: 3px;
        left: -19px;
        font-size: 28px;
        font-size: 2rem;
        color: #025076;
        font-family: "axelspringer"; }
        @media (min-width: 980px) {
          .article .article-content .new-body blockquote:before {
            left: -35px;
            top: 3px; } }
    .article .article-content .new-body p {
      padding: 0 10px;
      line-height: 25.2px;
      line-height: 1.8rem;
      font-size: 16px;
      margin-bottom: 14px; }
      @media (min-width: 980px) {
        .article .article-content .new-body p {
          padding: 0; } }
      .article .article-content .new-body p.article-content-lead {
        font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
        font-weight: bold; }
      @media (min-width: 980px) {
        .article .article-content .new-body p a:hover {
          text-decoration: underline; } }
    .article .article-content .new-body .bullets-lead {
      font-weight: bold; }
    .article .article-content .new-body p.Indent1 {
      margin-left: 20px; }
    .article .article-content .new-body p.Indent2 {
      margin-left: 35px; }
    .article .article-content .new-body p.Indent3 {
      margin-left: 50px; }
    .article .article-content .new-body p.Indent4 {
      margin-left: 65px; }
    .article .article-content .new-body p.Indent5 {
      margin-left: 80px; }
    .article .article-content .new-body p.Indent6 {
      margin-left: 95px; }
    .article .article-content .new-body .summary-bullets {
      border-left: 5px solid #3789ba;
      padding-left: 10px;
      margin: 0 14px; }
      @media (min-width: 980px) {
        .article .article-content .new-body .summary-bullets {
          margin: 0; } }
      .article .article-content .new-body .summary-bullets > p {
        font-size: 17px;
        font-weight: bold;
        margin: 0 0 15px;
        padding: 0;
        font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif; }
      .article .article-content .new-body .summary-bullets ul {
        padding-left: 5px; }
        .article .article-content .new-body .summary-bullets ul li {
          list-style: none;
          list-style-type: none;
          margin-left: 5px;
          padding-left: 13px;
          position: relative;
          margin-bottom: 10px;
          line-height: 20px; }
          .article .article-content .new-body .summary-bullets ul li::before {
            content: "•";
            font-size: 25px;
            color: #4595c0;
            position: absolute;
            left: 0;
            top: 1px; }
          .article .article-content .new-body .summary-bullets ul li a:hover {
            text-decoration: underline; }
    @media (min-width: 980px) {
      .article .article-content .new-body #SMIntext_frame,
      .article .article-content .new-body #SMWhiteSpace {
        width: 100% !important; } }
    @media (min-width: 980px) {
      .article .article-content .new-body h2,
      .article .article-content .new-body h3,
      .article .article-content .new-body p {
        padding: 0 0 1rem 0; } }
    @media (min-width: 980px) {
      .article .article-content .new-body blockquote {
        margin-right: 110px;
        padding: 0; } }
    .article .article-content .new-body .viqeo-slot {
      margin-bottom: 14px; }
    .article .article-content .embed-container {
      margin: 7px 0 14px;
      margin: 0.5rem 0 1rem; }
      @media (min-width: 980px) {
        .article .article-content .embed-container {
          width: auto;
          margin: 0 0 1rem 0; } }
    .article .article-content .embedded-entity[class*="align"] {
      float: none; }
      @media (min-width: 48em) {
        .article .article-content .embedded-entity[class*="align"] {
          max-width: 470px; } }
      @media (min-width: 980px) {
        .article .article-content .embedded-entity[class*="align"] {
          max-width: 320px; } }
    @media (min-width: 48em) {
      .article .article-content .embedded-entity.align-right {
        float: right;
        margin: 0 0 10px 30px; }
      .article .article-content .embedded-entity.align-left {
        float: left;
        margin: 0 30px 10px 0; } }
    .article .article-content .media-wrapper,
    .article .article-content .media-video {
      width: 100%;
      margin: 0 auto 14px; }
      @media (min-width: 980px) {
        .article .article-content .media-wrapper,
        .article .article-content .media-video {
          margin: 0 0 1rem 0;
          width: auto; } }
      .article .article-content .media-wrapper img,
      .article .article-content .media-video img {
        display: block;
        margin: 0 auto; }
      .article .article-content .media-wrapper figcaption,
      .article .article-content .media-video figcaption {
        background-color: #2c7db4;
        padding: 7px;
        padding: 0.5rem;
        color: white;
        font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif; }
    @media (min-width: 980px) {
      .article .article-content .embedded-entity-link {
        width: 100%;
        display: block; } }
    @media (min-width: 980px) {
      .article .article-content .embedded-entity-link .media-wrapper {
        width: 100%;
        margin: 1rem 0; } }
    .article .article-content .sunmedia-title {
      background-color: #eaeaea;
      padding: 7px 14px;
      color: #4a4a4a;
      font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 21px 6px 7px; }
    .article .article-content .sm-main-container {
      padding: 0 6px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: auto; }
      @media (min-width: 980px) {
        .article .article-content .sm-main-container {
          margin-bottom: 20px; } }
    .article .article-content .article-content-source {
      margin: 28px 0;
      margin: 2rem 0;
      padding: 0 10px; }
      @media (min-width: 980px) {
        .article .article-content .article-content-source {
          padding: 0; } }
    .article .article-content table {
      width: 66% !important; }
    .article .article-content .article-disclaimer {
      background: #f9f9f9;
      position: relative;
      margin: 30px 10px;
      padding: 10px 20px; }
      .article .article-content .article-disclaimer span {
        line-height: 25.2px;
        line-height: 1.8rem;
        font-size: 16px; }
    .article .article-content .related-content-block .item-list {
      margin-bottom: 10px;
      position: relative;
      font-size: 16px;
      line-height: 24px; }
      .article .article-content .related-content-block .item-list:before {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        display: inline-block;
        position: absolute; }
      .article .article-content .related-content-block .item-list a {
        margin-left: 20px;
        display: inline-block; }
    .article .article-content figure.video-fix {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden; }
      .article .article-content figure.video-fix iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .article .view-content .type-3 .media-wrapper {
    margin: 0; }
  .article .guide-navigation .index {
    display: block;
    margin: 0 14px;
    margin: 0 1rem;
    text-align: center;
    color: #025076;
    border: 1px solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 14px 0;
    padding: 1rem 0; }
    @media (min-width: 980px) {
      .article .guide-navigation .index {
        margin: 0; } }
  .article .guide-navigation .prev {
    display: inline-block;
    text-align: left;
    margin: 14px 35px;
    margin: 1rem 2.5rem;
    text-decoration: underline;
    position: relative; }
    @media (min-width: 980px) {
      .article .guide-navigation .prev {
        margin: 1rem 1.5rem; } }
    .article .guide-navigation .prev:before {
      font-size: 18.2px;
      font-size: 1.3rem;
      position: absolute;
      display: block;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      left: -21px;
      left: -1.5rem;
      top: 0; }
  .article .guide-navigation .next {
    display: inline-block;
    float: right;
    text-align: right;
    margin: 14px 35px;
    margin: 1rem 2.5rem;
    text-decoration: underline;
    position: relative; }
    @media (min-width: 980px) {
      .article .guide-navigation .next {
        margin: 1rem 1.5rem; } }
    .article .guide-navigation .next:before {
      font-size: 18.2px;
      font-size: 1.3rem;
      position: absolute;
      display: block;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      right: -21px;
      right: -1.5rem;
      top: 0; }
  .article .article-comments,
  .article #comments_disclaimer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 68.75em) {
      .article .article-comments,
      .article #comments_disclaimer {
        display: block; } }
    .article .article-comments .page-profile-community,
    .article #comments_disclaimer .page-profile-community {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .article .article-comments .dfp-position,
    .article #comments_disclaimer .dfp-position {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0; }
    @media (min-width: 980px) {
      .article .article-comments,
      .article #comments_disclaimer {
        min-height: 700px; } }
  .article.review .image-main-element, .article.coverage .image-main-element {
    max-width: 100%; }
  .article.opinion .page-profile-reviews > h2,
  .article.opinion .page-profile-user-reviews > h2 {
    background-color: #eaeaea;
    padding: 7px 14px;
    padding: 7px 14px;
    padding: 0.5rem 1rem;
    color: #4a4a4a;
    font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 21px;
    margin-top: 21px;
    margin-top: 1.5rem;
    text-transform: none;
    font-size: 19.599px;
    font-size: 1.4rem; }
  .article.opinion.user-review .article-header {
    margin: 56px auto 28px;
    margin: 4rem auto 2rem; }
    @media (min-width: 68.75em) {
      .article.opinion.user-review .article-header {
        margin-top: 0; } }
  .article #comments_disclaimer {
    min-height: initial; }
    .article #comments_disclaimer p {
      padding: 10px;
      background-color: #eaeaea;
      margin: 14px; }
      @media (min-width: 980px) {
        .article #comments_disclaimer p {
          margin: 0 330px 0 0; } }
  .article .onesignal-customlink-container {
    margin: 0 10px 20px; }
    @media (min-width: 980px) {
      .article .onesignal-customlink-container {
        margin: 0 0 20px; } }
  @media (min-width: 980px) {
    .article .column-right {
      width: 300px;
      height: 100%; } }

/* traperia hasta que se haga lo de los bloques de panels */
.article-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 980px) {
    .article-blocks > div,
    .article-blocks > aside {
      margin: 0 330px 3rem 0;
      width: auto; } }

.article-item-time.changed {
  margin-left: 4px; }

.paged-message {
  padding: 10px 12px;
  background: #5e5e5e24;
  font-size: 13px;
  line-height: 18px; }

#pagination-container .article-content-lead {
  padding: 0 30px; }
  @media (min-width: 980px) {
    #pagination-container .article-content-lead {
      padding: 0; } }

@media (min-width: 980px) {
  .article .article-content.no-ads {
    max-width: 700px; }
    .article .article-content.no-ads > div {
      padding: 0; } }

a.featured {
  margin: 0;
  padding-left: 20px;
  position: relative;
  font-size: 24px;
  line-height: 32px;
  color: #025076;
  display: block;
  font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif; }
  a.featured:hover {
    color: #00a6f8;
    text-decoration: underline; }
  a.featured:after {
    content: "";
    width: 5px;
    height: 100%;
    background: #025076;
    position: absolute;
    top: 0;
    left: 0; }

.article .article-content .container-body p.data-nosnippet,
.article .article-content .new-body p.data-nosnippet,
.article .article-content p.data-nosnippet {
  background: #eaeaea;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 14px; }
  .article .article-content .container-body p.data-nosnippet span,
  .article .article-content .new-body p.data-nosnippet span,
  .article .article-content p.data-nosnippet span {
    position: absolute;
    top: -100px; }
  .article .article-content .container-body p.data-nosnippet a,
  .article .article-content .new-body p.data-nosnippet a,
  .article .article-content p.data-nosnippet a {
    font-size: 14px;
    line-height: 20px; }

article .cta-btn {
  background: #00a6f8;
  color: #fff;
  padding: 4px 30px;
  margin: 0 auto 14px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.basic-page {
  background: white; }
  .basic-page .article-title {
    text-align: center; }
  .basic-page .article-main-element {
    margin-bottom: 20px; }
    .basic-page .article-main-element img {
      display: block;
      margin: 0 auto; }
  .basic-page .container-body {
    font-size: 16px;
    line-height: 25px; }
    .basic-page .container-body p, .basic-page .container-body h2 {
      margin-bottom: 14px; }
    .basic-page .container-body ul {
      list-style-type: disc;
      padding: 0 0 14px 56px; }
      .basic-page .container-body ul li {
        margin-bottom: 12px; }

.legal .legal-menu ul {
  list-style-type: none;
  padding: 0 0 14px 0; }
  .legal .legal-menu ul li {
    border-bottom: 1px solid #EAEAEA; }
    .legal .legal-menu ul li a {
      color: #2A2A2A;
      display: block;
      padding: 20px 44px 20px 6px;
      position: relative;
      font-family: "Titillium-light", Helvetica, Arial, sans-serif; }
      .legal .legal-menu ul li a:after {
        content: '';
        display: block;
        background: #CBCBCB;
        width: 12px;
        height: 2px;
        position: absolute;
        right: 10px;
        top: -webkit-calc(50% - 1px);
        top: calc(50% - 1px); }
      .legal .legal-menu ul li a:before {
        content: '';
        display: block;
        background: #CBCBCB;
        height: 12px;
        width: 2px;
        position: absolute;
        right: 15px;
        top: -webkit-calc(50% - 6px);
        top: calc(50% - 6px); }
      .legal .legal-menu ul li a:hover:before, .legal .legal-menu ul li a:hover:after {
        background: #666; }
    .legal .legal-menu ul li:last-child {
      border: 0; }

.legal .legal-content {
  border-left: 1px solid #eaeaea;
  position: fixed;
  z-index: 10000;
  height: 100%;
  width: 101vw;
  top: 0;
  right: 0;
  padding: 40px 20px 20px;
  background: #fff;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  overflow-x: hidden;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }
  .legal .legal-content.slide-in {
    -webkit-transform: translateZ(0) translateX(-4%);
    transform: translateZ(0) translateX(-4%); }
  .legal .legal-content .legal-content-section {
    display: none; }
    .legal .legal-content .legal-content-section h2 {
      margin-bottom: 30px; }
    .legal .legal-content .legal-content-section img {
      text-align: center;
      margin: 20px auto;
      display: block; }
    .legal .legal-content .legal-content-section p {
      margin-bottom: 20px; }
    .legal .legal-content .legal-content-section ul {
      list-style: disc;
      margin-left: 4px;
      padding-left: 20px; }
    .legal .legal-content .legal-content-section ol {
      list-style: decimal;
      margin-left: 4px;
      padding-left: 20px; }
    .legal .legal-content .legal-content-section li {
      margin-bottom: 20px; }
    .legal .legal-content .legal-content-section.selected {
      display: block; }

@media (min-width: 48em) {
  .legal {
    border: 0; }
    .legal .legal-content {
      padding: 0 0 0 20px;
      position: static;
      height: auto;
      overflow: visible;
      -webkit-transform: translateZ(0) translateX(0);
      transform: translateZ(0) translateX(0);
      z-index: auto;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .legal .legal-content .legal-content-section {
        display: block; }
    .legal .legal-menu ul.is-fixed {
      position: fixed; }
    .legal .legal-menu li {
      border-bottom: 0;
      margin-bottom: 10px; }
      .legal .legal-menu li a {
        padding: 5px;
        line-height: 22px; }
        .legal .legal-menu li a:before, .legal .legal-menu li a:after {
          content: none; }
        .legal .legal-menu li a.selected {
          font-family: "Titillium-regular", Helvetica, Arial, sans-serif;
          font-weight: bold;
          font-size: 0.96em;
          -webkit-box-shadow: 0px 0px 5px 2px #e6e1e6;
          box-shadow: 0px 0px 5px 2px #e6e1e6; } }

.container-main.container-legal {
  padding-bottom: 0; }
  @media (min-width: 48em) {
    .container-main.container-legal {
      padding-bottom: 20px; }
      .container-main.container-legal .title.title-underline {
        margin-bottom: 20px; } }

body.legal-overlay {
  overflow: hidden; }

.close-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 60px;
  width: 60px;
  text-indent: 100%;
  z-index: 2000; }
  .close-panel::before, .close-panel::after {
    /* close icon in CSS */
    content: '';
    position: absolute;
    top: 27px;
    left: 21px;
    display: inline-block;
    height: 3px;
    width: 18px;
    background: #2A2A2A; }
  .close-panel::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close-panel::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media (min-width: 48em) {
    .close-panel {
      display: none; } }

/*------------------------------------
    $PAGE COMMON AUTHORS
------------------------------------*/
.page-authors h1 {
  margin-top: 30px !important; }

.page-authors .taxonomy-terms-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  @media (min-width: 980px) {
    .page-authors .taxonomy-terms-author {
      margin-bottom: 40px; } }
  .page-authors .taxonomy-terms-author .block-photo {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 980px) {
      .page-authors .taxonomy-terms-author .block-photo {
        width: 25%;
        margin-bottom: 0;
        margin-right: 30px; } }
    .page-authors .taxonomy-terms-author .block-photo .author-photo {
      width: 100%;
      height: auto;
      text-align: center;
      margin-bottom: 10px; }
    .page-authors .taxonomy-terms-author .block-photo .block-social {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .page-authors .taxonomy-terms-author .block-photo .block-social .author-field a {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 16.8px;
        font-size: 1.2rem;
        height: 40px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 11.2px;
        margin: 0 0.8rem;
        overflow: hidden;
        width: 40px;
        text-indent: -9999px;
        color: transparent; }
        .page-authors .taxonomy-terms-author .block-photo .block-social .author-field a:before {
          font-family: "axelspringer";
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          text-decoration: none;
          text-transform: none;
          color: white;
          font-size: 20px;
          margin: 1px 0 0 7px;
          text-indent: 0; }
      .page-authors .taxonomy-terms-author .block-photo .block-social .author-field.author-twitter a {
        background: #4099ff; }
        .page-authors .taxonomy-terms-author .block-photo .block-social .author-field.author-twitter a:before {
          content: "\E034";
          position: relative;
          top: 1px;
          left: 1px; }
      .page-authors .taxonomy-terms-author .block-photo .block-social .author-field.author-linkedin a {
        background: #0077b5; }
        .page-authors .taxonomy-terms-author .block-photo .block-social .author-field.author-linkedin a:before {
          content: "\E01D";
          position: relative;
          top: 0px;
          left: 3px; }
      .page-authors .taxonomy-terms-author .block-photo .block-social .author-field.author-instagram a {
        background: #4e433c; }
        .page-authors .taxonomy-terms-author .block-photo .block-social .author-field.author-instagram a:before {
          content: "\E01A";
          position: relative;
          top: 0px;
          left: 3px; }
  .page-authors .taxonomy-terms-author .block-biography {
    width: 100%; }
    @media (min-width: 980px) {
      .page-authors .taxonomy-terms-author .block-biography {
        width: 70%; } }
    .page-authors .taxonomy-terms-author .block-biography .author-biography > * {
      padding: 0; }
    .page-authors .taxonomy-terms-author .block-biography .author-position {
      margin-bottom: 10px;
      font-size: 18px;
      font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif; }

.page-authors .views-element-container {
  margin-right: 0 !important; }

#main .page-profile.new-card {
  width: 100%; }
  @media (min-width: 980px) {
    #main .page-profile.new-card {
      width: 980px;
      padding: 0; } }
  #main .page-profile.new-card header {
    position: relative; }
    @media (min-width: 48em) {
      #main .page-profile.new-card header {
        min-height: 420px;
        margin-top: 1rem; } }
    #main .page-profile.new-card header h1 {
      text-align: center; }
      @media (min-width: 48em) {
        #main .page-profile.new-card header h1 {
          margin-left: 320px;
          text-align: left;
          font-size: 3rem; } }
    #main .page-profile.new-card header .page-profile-header-platforms-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      color: #025076; }
      @media (min-width: 48em) {
        #main .page-profile.new-card header .page-profile-header-platforms-list {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          margin-left: 315px; } }
      #main .page-profile.new-card header .page-profile-header-platforms-list .page-profile-header-platforms-element,
      #main .page-profile.new-card header .page-profile-header-platforms-list .file-header-platforms-element {
        color: #00a6f8;
        font-size: 16.8px;
        font-size: 1.2rem;
        margin: 0 7px;
        margin: 0 0.5rem;
        font: "Roboto_Slab-regular", Helvetica, Arial, sans-serif; }
    #main .page-profile.new-card header .page-profile-content-resume-cover {
      text-align: center;
      margin: 14px 0;
      margin: 1rem 0; }
      @media (min-width: 48em) {
        #main .page-profile.new-card header .page-profile-content-resume-cover {
          position: absolute;
          top: 0; } }
    #main .page-profile.new-card header .article-content-game-profile-content-info-rate {
      width: 200px;
      margin: 7px auto 0;
      margin: 0.5rem auto 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (min-width: 48em) {
        #main .page-profile.new-card header .article-content-game-profile-content-info-rate {
          margin: 1rem 0 3rem 320px; } }
      #main .page-profile.new-card header .article-content-game-profile-content-info-rate .page-profile-profile-rating-hc,
      #main .page-profile.new-card header .article-content-game-profile-content-info-rate .page-profile-profile-rating-community {
        width: 100px;
        border: 1px solid #eaeaea;
        text-align: center;
        font-family: "Titillium-regular", Helvetica, Arial, sans-serif;
        height: 70px;
        font-weight: bold;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        #main .page-profile.new-card header .article-content-game-profile-content-info-rate .page-profile-profile-rating-hc .rate,
        #main .page-profile.new-card header .article-content-game-profile-content-info-rate .page-profile-profile-rating-community .rate {
          font-size: 42px;
          font-size: 3rem;
          height: 40px;
          margin-top: 4.2px;
          margin-top: 0.3rem;
          margin-bottom: 1.4px;
          margin-bottom: 0.1rem; }
      #main .page-profile.new-card header .article-content-game-profile-content-info-rate .page-profile-profile-rating-hc {
        color: #00a6f8; }
      #main .page-profile.new-card header .article-content-game-profile-content-info-rate .page-profile-profile-rating-community {
        border-left: none; }
        #main .page-profile.new-card header .article-content-game-profile-content-info-rate .page-profile-profile-rating-community a,
        #main .page-profile.new-card header .article-content-game-profile-content-info-rate .page-profile-profile-rating-community .rate,
        #main .page-profile.new-card header .article-content-game-profile-content-info-rate .page-profile-profile-rating-community .text {
          color: #ffae00; }
        #main .page-profile.new-card header .article-content-game-profile-content-info-rate .page-profile-profile-rating-community a {
          padding: 16.8px 1.4px;
          padding: 1.2rem 0.1rem;
          display: block; }
    #main .page-profile.new-card header .page-profile-profile-rating-community-link {
      color: white;
      white-space: nowrap;
      display: block;
      background-color: #ffae00;
      font-size: 16.8px;
      font-size: 1.2rem;
      text-align: center;
      padding: 9.799px 42px;
      padding: 0.7rem 3rem;
      margin: 7px auto 42px;
      margin: 0.5rem auto 3rem;
      width: 100%;
      font-family: "Titillium-light", Helvetica, Arial, sans-serif;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: background-color .3s ease-out;
      -o-transition: background-color .3s ease-out;
      transition: background-color .3s ease-out;
      border: 1px solid transparent; }
      @media (min-width: 48em) {
        #main .page-profile.new-card header .page-profile-profile-rating-community-link {
          position: absolute;
          top: 14px;
          left: 240px;
          margin: 0; } }
    #main .page-profile.new-card header .sinopsis {
      padding: 0 14px;
      padding: 0 1rem; }
      @media (min-width: 48em) {
        #main .page-profile.new-card header .sinopsis {
          margin-left: 320px;
          padding: 0; } }
      #main .page-profile.new-card header .sinopsis .title {
        font-weight: bold;
        font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
        margin: 28px 0 14px;
        margin: 2rem 0 1rem;
        width: 100%; }
      #main .page-profile.new-card header .sinopsis p {
        font-size: 15.4px;
        font-size: 1.1rem;
        line-height: 25.2px;
        line-height: 1.8rem; }
  #main .page-profile.new-card .page-profile-content {
    padding: 0; }
    #main .page-profile.new-card .page-profile-content section {
      width: 100%; }
      #main .page-profile.new-card .page-profile-content section > h2 {
        width: 100%;
        background: #025076;
        padding: 7px 14px;
        padding: 0.5rem 1rem;
        color: white;
        font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        text-transform: uppercase;
        font-size: 21px;
        font-size: 1.5rem; }
      #main .page-profile.new-card .page-profile-content section.resume-film, #main .page-profile.new-card .page-profile-content section.resume-game, #main .page-profile.new-card .page-profile-content section.resume-dlc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (min-width: 48em) {
          #main .page-profile.new-card .page-profile-content section.resume-film, #main .page-profile.new-card .page-profile-content section.resume-game, #main .page-profile.new-card .page-profile-content section.resume-dlc {
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 0;
            -ms-flex: 1 0 0px;
            flex: 1 0 0;
            margin-right: 3rem;
            margin-bottom: 2rem; } }
        #main .page-profile.new-card .page-profile-content section.resume-film .powered-by, #main .page-profile.new-card .page-profile-content section.resume-game .powered-by, #main .page-profile.new-card .page-profile-content section.resume-dlc .powered-by {
          width: 100%;
          width: 100%;
          height: 40px;
          position: relative; }
          #main .page-profile.new-card .page-profile-content section.resume-film .powered-by a, #main .page-profile.new-card .page-profile-content section.resume-game .powered-by a, #main .page-profile.new-card .page-profile-content section.resume-dlc .powered-by a {
            width: 80px;
            height: 30px;
            background: url(/themes/hobbyconsolas/img/sponsor.png);
            -webkit-background-size: 80px 80px;
            background-size: 80px;
            background-repeat: no-repeat;
            background-position: 98%;
            margin: 7px 0;
            margin: 0.5rem 0;
            display: block;
            text-align: right;
            color: transparent;
            position: absolute;
            right: 10px; }
            @media (min-width: 48em) {
              #main .page-profile.new-card .page-profile-content section.resume-film .powered-by a, #main .page-profile.new-card .page-profile-content section.resume-game .powered-by a, #main .page-profile.new-card .page-profile-content section.resume-dlc .powered-by a {
                background-position: right;
                right: 0; } }
        #main .page-profile.new-card .page-profile-content section.resume-film .information,
        #main .page-profile.new-card .page-profile-content section.resume-film .requirements,
        #main .page-profile.new-card .page-profile-content section.resume-film .genre,
        #main .page-profile.new-card .page-profile-content section.resume-film .trailers,
        #main .page-profile.new-card .page-profile-content section.resume-film .dlcs, #main .page-profile.new-card .page-profile-content section.resume-game .information,
        #main .page-profile.new-card .page-profile-content section.resume-game .requirements,
        #main .page-profile.new-card .page-profile-content section.resume-game .genre,
        #main .page-profile.new-card .page-profile-content section.resume-game .trailers,
        #main .page-profile.new-card .page-profile-content section.resume-game .dlcs, #main .page-profile.new-card .page-profile-content section.resume-dlc .information,
        #main .page-profile.new-card .page-profile-content section.resume-dlc .requirements,
        #main .page-profile.new-card .page-profile-content section.resume-dlc .genre,
        #main .page-profile.new-card .page-profile-content section.resume-dlc .trailers,
        #main .page-profile.new-card .page-profile-content section.resume-dlc .dlcs {
          width: 100%;
          padding: 14px;
          padding: 1rem;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-align-content: flex-start;
          -ms-flex-line-pack: start;
          align-content: flex-start; }
          #main .page-profile.new-card .page-profile-content section.resume-film .information h4,
          #main .page-profile.new-card .page-profile-content section.resume-film .requirements h4,
          #main .page-profile.new-card .page-profile-content section.resume-film .genre h4,
          #main .page-profile.new-card .page-profile-content section.resume-film .trailers h4,
          #main .page-profile.new-card .page-profile-content section.resume-film .dlcs h4, #main .page-profile.new-card .page-profile-content section.resume-game .information h4,
          #main .page-profile.new-card .page-profile-content section.resume-game .requirements h4,
          #main .page-profile.new-card .page-profile-content section.resume-game .genre h4,
          #main .page-profile.new-card .page-profile-content section.resume-game .trailers h4,
          #main .page-profile.new-card .page-profile-content section.resume-game .dlcs h4, #main .page-profile.new-card .page-profile-content section.resume-dlc .information h4,
          #main .page-profile.new-card .page-profile-content section.resume-dlc .requirements h4,
          #main .page-profile.new-card .page-profile-content section.resume-dlc .genre h4,
          #main .page-profile.new-card .page-profile-content section.resume-dlc .trailers h4,
          #main .page-profile.new-card .page-profile-content section.resume-dlc .dlcs h4 {
            width: 100%; }
          #main .page-profile.new-card .page-profile-content section.resume-film .information > p,
          #main .page-profile.new-card .page-profile-content section.resume-film .requirements > p,
          #main .page-profile.new-card .page-profile-content section.resume-film .genre > p,
          #main .page-profile.new-card .page-profile-content section.resume-film .trailers > p,
          #main .page-profile.new-card .page-profile-content section.resume-film .dlcs > p, #main .page-profile.new-card .page-profile-content section.resume-game .information > p,
          #main .page-profile.new-card .page-profile-content section.resume-game .requirements > p,
          #main .page-profile.new-card .page-profile-content section.resume-game .genre > p,
          #main .page-profile.new-card .page-profile-content section.resume-game .trailers > p,
          #main .page-profile.new-card .page-profile-content section.resume-game .dlcs > p, #main .page-profile.new-card .page-profile-content section.resume-dlc .information > p,
          #main .page-profile.new-card .page-profile-content section.resume-dlc .requirements > p,
          #main .page-profile.new-card .page-profile-content section.resume-dlc .genre > p,
          #main .page-profile.new-card .page-profile-content section.resume-dlc .trailers > p,
          #main .page-profile.new-card .page-profile-content section.resume-dlc .dlcs > p {
            font-weight: bold;
            font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
            margin: 28px 0 14px;
            margin: 2rem 0 1rem;
            width: 100%; }
          #main .page-profile.new-card .page-profile-content section.resume-film .information .page-profile-dlc-list,
          #main .page-profile.new-card .page-profile-content section.resume-film .requirements .page-profile-dlc-list,
          #main .page-profile.new-card .page-profile-content section.resume-film .genre .page-profile-dlc-list,
          #main .page-profile.new-card .page-profile-content section.resume-film .trailers .page-profile-dlc-list,
          #main .page-profile.new-card .page-profile-content section.resume-film .dlcs .page-profile-dlc-list, #main .page-profile.new-card .page-profile-content section.resume-game .information .page-profile-dlc-list,
          #main .page-profile.new-card .page-profile-content section.resume-game .requirements .page-profile-dlc-list,
          #main .page-profile.new-card .page-profile-content section.resume-game .genre .page-profile-dlc-list,
          #main .page-profile.new-card .page-profile-content section.resume-game .trailers .page-profile-dlc-list,
          #main .page-profile.new-card .page-profile-content section.resume-game .dlcs .page-profile-dlc-list, #main .page-profile.new-card .page-profile-content section.resume-dlc .information .page-profile-dlc-list,
          #main .page-profile.new-card .page-profile-content section.resume-dlc .requirements .page-profile-dlc-list,
          #main .page-profile.new-card .page-profile-content section.resume-dlc .genre .page-profile-dlc-list,
          #main .page-profile.new-card .page-profile-content section.resume-dlc .trailers .page-profile-dlc-list,
          #main .page-profile.new-card .page-profile-content section.resume-dlc .dlcs .page-profile-dlc-list {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            #main .page-profile.new-card .page-profile-content section.resume-film .information .page-profile-dlc-list .page-profile-dlc-element,
            #main .page-profile.new-card .page-profile-content section.resume-film .requirements .page-profile-dlc-list .page-profile-dlc-element,
            #main .page-profile.new-card .page-profile-content section.resume-film .genre .page-profile-dlc-list .page-profile-dlc-element,
            #main .page-profile.new-card .page-profile-content section.resume-film .trailers .page-profile-dlc-list .page-profile-dlc-element,
            #main .page-profile.new-card .page-profile-content section.resume-film .dlcs .page-profile-dlc-list .page-profile-dlc-element, #main .page-profile.new-card .page-profile-content section.resume-game .information .page-profile-dlc-list .page-profile-dlc-element,
            #main .page-profile.new-card .page-profile-content section.resume-game .requirements .page-profile-dlc-list .page-profile-dlc-element,
            #main .page-profile.new-card .page-profile-content section.resume-game .genre .page-profile-dlc-list .page-profile-dlc-element,
            #main .page-profile.new-card .page-profile-content section.resume-game .trailers .page-profile-dlc-list .page-profile-dlc-element,
            #main .page-profile.new-card .page-profile-content section.resume-game .dlcs .page-profile-dlc-list .page-profile-dlc-element, #main .page-profile.new-card .page-profile-content section.resume-dlc .information .page-profile-dlc-list .page-profile-dlc-element,
            #main .page-profile.new-card .page-profile-content section.resume-dlc .requirements .page-profile-dlc-list .page-profile-dlc-element,
            #main .page-profile.new-card .page-profile-content section.resume-dlc .genre .page-profile-dlc-list .page-profile-dlc-element,
            #main .page-profile.new-card .page-profile-content section.resume-dlc .trailers .page-profile-dlc-list .page-profile-dlc-element,
            #main .page-profile.new-card .page-profile-content section.resume-dlc .dlcs .page-profile-dlc-list .page-profile-dlc-element {
              width: 135px;
              text-align: center;
              margin-right: 28px;
              margin-right: 2rem; }
              #main .page-profile.new-card .page-profile-content section.resume-film .information .page-profile-dlc-list .page-profile-dlc-element .page-profile-dlc-element-name h4,
              #main .page-profile.new-card .page-profile-content section.resume-film .requirements .page-profile-dlc-list .page-profile-dlc-element .page-profile-dlc-element-name h4,
              #main .page-profile.new-card .page-profile-content section.resume-film .genre .page-profile-dlc-list .page-profile-dlc-element .page-profile-dlc-element-name h4,
              #main .page-profile.new-card .page-profile-content section.resume-film .trailers .page-profile-dlc-list .page-profile-dlc-element .page-profile-dlc-element-name h4,
              #main .page-profile.new-card .page-profile-content section.resume-film .dlcs .page-profile-dlc-list .page-profile-dlc-element .page-profile-dlc-element-name h4, #main .page-profile.new-card .page-profile-content section.resume-game .information .page-profile-dlc-list .page-profile-dlc-element .page-profile-dlc-element-name h4,
              #main .page-profile.new-card .page-profile-content section.resume-game .requirements .page-profile-dlc-list .page-profile-dlc-element .page-profile-dlc-element-name h4,
              #main .page-profile.new-card .page-profile-content section.resume-game .genre .page-profile-dlc-list .page-profile-dlc-element .page-profile-dlc-element-name h4,
              #main .page-profile.new-card .page-profile-content section.resume-game .trailers .page-profile-dlc-list .page-profile-dlc-element .page-profile-dlc-element-name h4,
              #main .page-profile.new-card .page-profile-content section.resume-game .dlcs .page-profile-dlc-list .page-profile-dlc-element .page-profile-dlc-element-name h4, #main .page-profile.new-card .page-profile-content section.resume-dlc .information .page-profile-dlc-list .page-profile-dlc-element .page-profile-dlc-element-name h4,
              #main .page-profile.new-card .page-profile-content section.resume-dlc .requirements .page-profile-dlc-list .page-profile-dlc-element .page-profile-dlc-element-name h4,
              #main .page-profile.new-card .page-profile-content section.resume-dlc .genre .page-profile-dlc-list .page-profile-dlc-element .page-profile-dlc-element-name h4,
              #main .page-profile.new-card .page-profile-content section.resume-dlc .trailers .page-profile-dlc-list .page-profile-dlc-element .page-profile-dlc-element-name h4,
              #main .page-profile.new-card .page-profile-content section.resume-dlc .dlcs .page-profile-dlc-list .page-profile-dlc-element .page-profile-dlc-element-name h4 {
                font-size: 15.4px;
                font-size: 1.1rem; }
          #main .page-profile.new-card .page-profile-content section.resume-film .information .information-list,
          #main .page-profile.new-card .page-profile-content section.resume-film .information .genre-list,
          #main .page-profile.new-card .page-profile-content section.resume-film .requirements .information-list,
          #main .page-profile.new-card .page-profile-content section.resume-film .requirements .genre-list,
          #main .page-profile.new-card .page-profile-content section.resume-film .genre .information-list,
          #main .page-profile.new-card .page-profile-content section.resume-film .genre .genre-list,
          #main .page-profile.new-card .page-profile-content section.resume-film .trailers .information-list,
          #main .page-profile.new-card .page-profile-content section.resume-film .trailers .genre-list,
          #main .page-profile.new-card .page-profile-content section.resume-film .dlcs .information-list,
          #main .page-profile.new-card .page-profile-content section.resume-film .dlcs .genre-list, #main .page-profile.new-card .page-profile-content section.resume-game .information .information-list,
          #main .page-profile.new-card .page-profile-content section.resume-game .information .genre-list,
          #main .page-profile.new-card .page-profile-content section.resume-game .requirements .information-list,
          #main .page-profile.new-card .page-profile-content section.resume-game .requirements .genre-list,
          #main .page-profile.new-card .page-profile-content section.resume-game .genre .information-list,
          #main .page-profile.new-card .page-profile-content section.resume-game .genre .genre-list,
          #main .page-profile.new-card .page-profile-content section.resume-game .trailers .information-list,
          #main .page-profile.new-card .page-profile-content section.resume-game .trailers .genre-list,
          #main .page-profile.new-card .page-profile-content section.resume-game .dlcs .information-list,
          #main .page-profile.new-card .page-profile-content section.resume-game .dlcs .genre-list, #main .page-profile.new-card .page-profile-content section.resume-dlc .information .information-list,
          #main .page-profile.new-card .page-profile-content section.resume-dlc .information .genre-list,
          #main .page-profile.new-card .page-profile-content section.resume-dlc .requirements .information-list,
          #main .page-profile.new-card .page-profile-content section.resume-dlc .requirements .genre-list,
          #main .page-profile.new-card .page-profile-content section.resume-dlc .genre .information-list,
          #main .page-profile.new-card .page-profile-content section.resume-dlc .genre .genre-list,
          #main .page-profile.new-card .page-profile-content section.resume-dlc .trailers .information-list,
          #main .page-profile.new-card .page-profile-content section.resume-dlc .trailers .genre-list,
          #main .page-profile.new-card .page-profile-content section.resume-dlc .dlcs .information-list,
          #main .page-profile.new-card .page-profile-content section.resume-dlc .dlcs .genre-list {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 100%; }
            #main .page-profile.new-card .page-profile-content section.resume-film .information .information-list li,
            #main .page-profile.new-card .page-profile-content section.resume-film .information .genre-list li,
            #main .page-profile.new-card .page-profile-content section.resume-film .requirements .information-list li,
            #main .page-profile.new-card .page-profile-content section.resume-film .requirements .genre-list li,
            #main .page-profile.new-card .page-profile-content section.resume-film .genre .information-list li,
            #main .page-profile.new-card .page-profile-content section.resume-film .genre .genre-list li,
            #main .page-profile.new-card .page-profile-content section.resume-film .trailers .information-list li,
            #main .page-profile.new-card .page-profile-content section.resume-film .trailers .genre-list li,
            #main .page-profile.new-card .page-profile-content section.resume-film .dlcs .information-list li,
            #main .page-profile.new-card .page-profile-content section.resume-film .dlcs .genre-list li, #main .page-profile.new-card .page-profile-content section.resume-game .information .information-list li,
            #main .page-profile.new-card .page-profile-content section.resume-game .information .genre-list li,
            #main .page-profile.new-card .page-profile-content section.resume-game .requirements .information-list li,
            #main .page-profile.new-card .page-profile-content section.resume-game .requirements .genre-list li,
            #main .page-profile.new-card .page-profile-content section.resume-game .genre .information-list li,
            #main .page-profile.new-card .page-profile-content section.resume-game .genre .genre-list li,
            #main .page-profile.new-card .page-profile-content section.resume-game .trailers .information-list li,
            #main .page-profile.new-card .page-profile-content section.resume-game .trailers .genre-list li,
            #main .page-profile.new-card .page-profile-content section.resume-game .dlcs .information-list li,
            #main .page-profile.new-card .page-profile-content section.resume-game .dlcs .genre-list li, #main .page-profile.new-card .page-profile-content section.resume-dlc .information .information-list li,
            #main .page-profile.new-card .page-profile-content section.resume-dlc .information .genre-list li,
            #main .page-profile.new-card .page-profile-content section.resume-dlc .requirements .information-list li,
            #main .page-profile.new-card .page-profile-content section.resume-dlc .requirements .genre-list li,
            #main .page-profile.new-card .page-profile-content section.resume-dlc .genre .information-list li,
            #main .page-profile.new-card .page-profile-content section.resume-dlc .genre .genre-list li,
            #main .page-profile.new-card .page-profile-content section.resume-dlc .trailers .information-list li,
            #main .page-profile.new-card .page-profile-content section.resume-dlc .trailers .genre-list li,
            #main .page-profile.new-card .page-profile-content section.resume-dlc .dlcs .information-list li,
            #main .page-profile.new-card .page-profile-content section.resume-dlc .dlcs .genre-list li {
              width: 50%;
              margin: 7px 0;
              margin: 0.5rem 0; }
              #main .page-profile.new-card .page-profile-content section.resume-film .information .information-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-film .information .genre-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-film .requirements .information-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-film .requirements .genre-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-film .genre .information-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-film .genre .genre-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-film .trailers .information-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-film .trailers .genre-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-film .dlcs .information-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-film .dlcs .genre-list li p, #main .page-profile.new-card .page-profile-content section.resume-game .information .information-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-game .information .genre-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-game .requirements .information-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-game .requirements .genre-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-game .genre .information-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-game .genre .genre-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-game .trailers .information-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-game .trailers .genre-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-game .dlcs .information-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-game .dlcs .genre-list li p, #main .page-profile.new-card .page-profile-content section.resume-dlc .information .information-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-dlc .information .genre-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-dlc .requirements .information-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-dlc .requirements .genre-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-dlc .genre .information-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-dlc .genre .genre-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-dlc .trailers .information-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-dlc .trailers .genre-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-dlc .dlcs .information-list li p,
              #main .page-profile.new-card .page-profile-content section.resume-dlc .dlcs .genre-list li p {
                font-size: 15.4px;
                font-size: 1.1rem; }
              #main .page-profile.new-card .page-profile-content section.resume-film .information .information-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-film .information .genre-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-film .requirements .information-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-film .requirements .genre-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-film .genre .information-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-film .genre .genre-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-film .trailers .information-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-film .trailers .genre-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-film .dlcs .information-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-film .dlcs .genre-list li .title, #main .page-profile.new-card .page-profile-content section.resume-game .information .information-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-game .information .genre-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-game .requirements .information-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-game .requirements .genre-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-game .genre .information-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-game .genre .genre-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-game .trailers .information-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-game .trailers .genre-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-game .dlcs .information-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-game .dlcs .genre-list li .title, #main .page-profile.new-card .page-profile-content section.resume-dlc .information .information-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-dlc .information .genre-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-dlc .requirements .information-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-dlc .requirements .genre-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-dlc .genre .information-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-dlc .genre .genre-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-dlc .trailers .information-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-dlc .trailers .genre-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-dlc .dlcs .information-list li .title,
              #main .page-profile.new-card .page-profile-content section.resume-dlc .dlcs .genre-list li .title {
                font-weight: bold;
                font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif; }
        @media (min-width: 980px) {
          #main .page-profile.new-card .page-profile-content section.resume-film .information,
          #main .page-profile.new-card .page-profile-content section.resume-film .genre, #main .page-profile.new-card .page-profile-content section.resume-game .information,
          #main .page-profile.new-card .page-profile-content section.resume-game .genre, #main .page-profile.new-card .page-profile-content section.resume-dlc .information,
          #main .page-profile.new-card .page-profile-content section.resume-dlc .genre {
            width: 50%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding-right: 0; } }
        #main .page-profile.new-card .page-profile-content section.resume-film .information > p, #main .page-profile.new-card .page-profile-content section.resume-game .information > p, #main .page-profile.new-card .page-profile-content section.resume-dlc .information > p {
          margin-top: 0; }
        #main .page-profile.new-card .page-profile-content section.resume-film .information .information-list li:nth-child(6) p a, #main .page-profile.new-card .page-profile-content section.resume-game .information .information-list li:nth-child(6) p a, #main .page-profile.new-card .page-profile-content section.resume-dlc .information .information-list li:nth-child(6) p a {
          word-wrap: break-word; }
        #main .page-profile.new-card .page-profile-content section.resume-film .genre .genre-list li, #main .page-profile.new-card .page-profile-content section.resume-game .genre .genre-list li, #main .page-profile.new-card .page-profile-content section.resume-dlc .genre .genre-list li {
          background: #00a6f8;
          padding: 14px 28px;
          padding: 1rem 2rem;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: auto;
          text-align: center;
          margin: 0 14px 14px 0;
          margin: 0 1rem 1rem 0;
          -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
          font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
          color: white;
          font-size: 15.4px;
          font-size: 1.1rem; }
          @media (min-width: 980px) {
            #main .page-profile.new-card .page-profile-content section.resume-film .genre .genre-list li, #main .page-profile.new-card .page-profile-content section.resume-game .genre .genre-list li, #main .page-profile.new-card .page-profile-content section.resume-dlc .genre .genre-list li {
              margin: 0 0.5rem 1rem 0; } }
        @media (min-width: 980px) {
          #main .page-profile.new-card .page-profile-content section.resume-film .genre > p, #main .page-profile.new-card .page-profile-content section.resume-game .genre > p, #main .page-profile.new-card .page-profile-content section.resume-dlc .genre > p {
            margin-top: 0; } }
        #main .page-profile.new-card .page-profile-content section.resume-film .requirements > p, #main .page-profile.new-card .page-profile-content section.resume-game .requirements > p, #main .page-profile.new-card .page-profile-content section.resume-dlc .requirements > p {
          margin-top: 14px;
          margin-top: 1rem; }
        #main .page-profile.new-card .page-profile-content section.resume-film .requirements ul li, #main .page-profile.new-card .page-profile-content section.resume-game .requirements ul li, #main .page-profile.new-card .page-profile-content section.resume-dlc .requirements ul li {
          list-style-type: disc;
          list-style-position: outside;
          margin-left: 16.8px;
          margin-left: 1.2rem;
          font-size: 12.6px;
          font-size: 0.9rem; }
        #main .page-profile.new-card .page-profile-content section.resume-film .trailers, #main .page-profile.new-card .page-profile-content section.resume-game .trailers, #main .page-profile.new-card .page-profile-content section.resume-dlc .trailers {
          margin-bottom: 14px;
          margin-bottom: 1rem;
          width: 100%; }
          #main .page-profile.new-card .page-profile-content section.resume-film .trailers h4, #main .page-profile.new-card .page-profile-content section.resume-game .trailers h4, #main .page-profile.new-card .page-profile-content section.resume-dlc .trailers h4 {
            width: 100%; }
          #main .page-profile.new-card .page-profile-content section.resume-film .trailers div, #main .page-profile.new-card .page-profile-content section.resume-game .trailers div, #main .page-profile.new-card .page-profile-content section.resume-dlc .trailers div {
            width: 100%; }
      #main .page-profile.new-card .page-profile-content section.resume-game .information, #main .page-profile.new-card .page-profile-content section.resume-dlc .information {
        width: 100%; }
        @media (min-width: 48em) {
          #main .page-profile.new-card .page-profile-content section.resume-game .information .information-list li, #main .page-profile.new-card .page-profile-content section.resume-dlc .information .information-list li {
            width: 30%; } }
      #main .page-profile.new-card .page-profile-content section.team .principal-team,
      #main .page-profile.new-card .page-profile-content section.team .secundary-team {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 14px;
        padding: 1rem; }
        #main .page-profile.new-card .page-profile-content section.team .principal-team h3,
        #main .page-profile.new-card .page-profile-content section.team .secundary-team h3 {
          font-weight: 700;
          font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
          margin: 28px 0 14px;
          margin: 2rem 0 1rem;
          color: #4a4a4a;
          width: 100%;
          font-size: 16.8px;
          font-size: 1.2rem;
          margin: 14px 0 28px 4.2px;
          margin: 1rem 0 2rem 0.3rem; }
        #main .page-profile.new-card .page-profile-content section.team .principal-team .principal-team-list,
        #main .page-profile.new-card .page-profile-content section.team .principal-team .secundary-team-list,
        #main .page-profile.new-card .page-profile-content section.team .principal-team .secundary-team-list-hidde,
        #main .page-profile.new-card .page-profile-content section.team .secundary-team .principal-team-list,
        #main .page-profile.new-card .page-profile-content section.team .secundary-team .secundary-team-list,
        #main .page-profile.new-card .page-profile-content section.team .secundary-team .secundary-team-list-hidde {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 100%; }
          #main .page-profile.new-card .page-profile-content section.team .principal-team .principal-team-list li,
          #main .page-profile.new-card .page-profile-content section.team .principal-team .secundary-team-list li,
          #main .page-profile.new-card .page-profile-content section.team .principal-team .secundary-team-list-hidde li,
          #main .page-profile.new-card .page-profile-content section.team .secundary-team .principal-team-list li,
          #main .page-profile.new-card .page-profile-content section.team .secundary-team .secundary-team-list li,
          #main .page-profile.new-card .page-profile-content section.team .secundary-team .secundary-team-list-hidde li {
            width: 50%;
            margin-bottom: 28px;
            margin-bottom: 2rem;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 4.2px;
            padding: 0 .3rem; }
            @media (min-width: 41.2em) {
              #main .page-profile.new-card .page-profile-content section.team .principal-team .principal-team-list li,
              #main .page-profile.new-card .page-profile-content section.team .principal-team .secundary-team-list li,
              #main .page-profile.new-card .page-profile-content section.team .principal-team .secundary-team-list-hidde li,
              #main .page-profile.new-card .page-profile-content section.team .secundary-team .principal-team-list li,
              #main .page-profile.new-card .page-profile-content section.team .secundary-team .secundary-team-list li,
              #main .page-profile.new-card .page-profile-content section.team .secundary-team .secundary-team-list-hidde li {
                width: 33%; } }
            @media (min-width: 980px) {
              #main .page-profile.new-card .page-profile-content section.team .principal-team .principal-team-list li,
              #main .page-profile.new-card .page-profile-content section.team .principal-team .secundary-team-list li,
              #main .page-profile.new-card .page-profile-content section.team .principal-team .secundary-team-list-hidde li,
              #main .page-profile.new-card .page-profile-content section.team .secundary-team .principal-team-list li,
              #main .page-profile.new-card .page-profile-content section.team .secundary-team .secundary-team-list li,
              #main .page-profile.new-card .page-profile-content section.team .secundary-team .secundary-team-list-hidde li {
                width: 16.5%; } }
            #main .page-profile.new-card .page-profile-content section.team .principal-team .principal-team-list li .name-team,
            #main .page-profile.new-card .page-profile-content section.team .principal-team .secundary-team-list li .name-team,
            #main .page-profile.new-card .page-profile-content section.team .principal-team .secundary-team-list-hidde li .name-team,
            #main .page-profile.new-card .page-profile-content section.team .secundary-team .principal-team-list li .name-team,
            #main .page-profile.new-card .page-profile-content section.team .secundary-team .secundary-team-list li .name-team,
            #main .page-profile.new-card .page-profile-content section.team .secundary-team .secundary-team-list-hidde li .name-team {
              font-weight: 700;
              font-size: 15.4px;
              font-size: 1.1rem;
              color: black; }
            #main .page-profile.new-card .page-profile-content section.team .principal-team .principal-team-list li .job-team,
            #main .page-profile.new-card .page-profile-content section.team .principal-team .secundary-team-list li .job-team,
            #main .page-profile.new-card .page-profile-content section.team .principal-team .secundary-team-list-hidde li .job-team,
            #main .page-profile.new-card .page-profile-content section.team .secundary-team .principal-team-list li .job-team,
            #main .page-profile.new-card .page-profile-content section.team .secundary-team .secundary-team-list li .job-team,
            #main .page-profile.new-card .page-profile-content section.team .secundary-team .secundary-team-list-hidde li .job-team {
              font-size: 14px;
              font-size: 1rem; }
        #main .page-profile.new-card .page-profile-content section.team .principal-team .secundary-team-list li,
        #main .page-profile.new-card .page-profile-content section.team .principal-team .secundary-team-list-hidde li,
        #main .page-profile.new-card .page-profile-content section.team .secundary-team .secundary-team-list li,
        #main .page-profile.new-card .page-profile-content section.team .secundary-team .secundary-team-list-hidde li {
          text-align: center; }
          #main .page-profile.new-card .page-profile-content section.team .principal-team .secundary-team-list li img,
          #main .page-profile.new-card .page-profile-content section.team .principal-team .secundary-team-list-hidde li img,
          #main .page-profile.new-card .page-profile-content section.team .secundary-team .secundary-team-list li img,
          #main .page-profile.new-card .page-profile-content section.team .secundary-team .secundary-team-list-hidde li img {
            -webkit-border-radius: 50%;
            border-radius: 50%; }
        #main .page-profile.new-card .page-profile-content section.team .principal-team .more_cast,
        #main .page-profile.new-card .page-profile-content section.team .secundary-team .more_cast {
          color: #fff;
          background-color: #00a6f8;
          font-size: 15.4px;
          font-size: 1.1rem;
          padding: 9.799px 56px;
          padding: 0.7rem 4rem;
          font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          margin: 0 auto;
          cursor: pointer; }
      #main .page-profile.new-card .page-profile-content section.review-card-hc {
        background: #2c7db4; }
        #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content {
          position: relative; }
          #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author {
            border-bottom: 2px solid white;
            padding: 14px 14px 49px;
            padding: 1rem 1rem 3.5rem; }
            @media (min-width: 48em) {
              #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author {
                padding-right: 300px; } }
            #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author:last-child {
              border: none; }
            #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author header {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              color: #fff;
              position: static;
              min-height: inherit;
              padding-left: 7px;
              padding-left: 0.5rem; }
              #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author header .author-picture {
                width: 45px;
                height: 45px;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                overflow: hidden;
                margin-right: 14px;
                margin-right: 1rem; }
                #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author header .author-picture img {
                  width: 45px;
                  position: relative;
                  background: white; }
              #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author header .title {
                -webkit-box-flex: 1;
                -webkit-flex: 1 0 0;
                -ms-flex: 1 0 0px;
                flex: 1 0 0; }
                #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author header .title h4 {
                  margin: 0; }
                  #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author header .title h4 a {
                    color: white;
                    font-size: 19.599px;
                    font-size: 1.4rem; }
              #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author header .name-author,
              #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author header .cover-element-rate {
                width: 100%;
                margin: 0 0 14px 60px;
                margin: 0 0 1rem 60px; }
              #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author header .name-author a {
                color: white;
                text-decoration: underline;
                font-size: 14px;
                font-size: 1rem;
                display: block; }
              #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author header .cover-element-rate.hc {
                width: 100px;
                border: 1px solid #eaeaea;
                text-align: center;
                font-family: "Titillium-regular", Helvetica, Arial, sans-serif;
                height: 70px;
                font-weight: 700;
                background: #00a6f8; }
                @media (min-width: 48em) {
                  #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author header .cover-element-rate.hc {
                    position: absolute;
                    right: 26px; } }
                #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author header .cover-element-rate.hc .top-text {
                  font-size: 42px;
                  font-size: 3rem;
                  height: 40px;
                  margin-top: 4.2px;
                  margin-top: .3rem; }
            #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author .lead {
              color: white; }
              @media (min-width: 48em) {
                #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author .lead {
                  margin-left: 68px; } }
              #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author .lead p {
                font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
                line-height: 25.2px;
                line-height: 1.8rem;
                font-size: 16.8px;
                font-size: 1.2rem; }
            #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author .positive-negative {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              margin-top: 42px;
              margin-top: 3rem;
              color: white; }
              @media (min-width: 48em) {
                #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author .positive-negative {
                  margin-left: 68px; } }
              #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author .positive-negative .positive,
              #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author .positive-negative .negative {
                max-width: 170px;
                margin-right: 28px;
                margin-right: 2rem; }
                #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author .positive-negative .positive p,
                #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author .positive-negative .negative p {
                  font-size: 14px;
                  font-size: 1rem; }
                #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author .positive-negative .positive .title,
                #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author .positive-negative .negative .title {
                  font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
                  font-weight: bold;
                  font-size: 15.4px;
                  font-size: 1.1rem;
                  margin-bottom: 12.6px;
                  margin-bottom: 0.9rem; }
                #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author .positive-negative .positive .resume,
                #main .page-profile.new-card .page-profile-content section.review-card-hc .view-content .hc-review-author .positive-negative .negative .resume {
                  opacity: 0.92; }
      @media (min-width: 41.2em) {
        #main .page-profile.new-card .page-profile-content section.film-related {
          margin-top: 1rem; } }
      #main .page-profile.new-card .page-profile-content section.film-related .film-related-list {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 21px 0;
        margin: 1.5rem 0; }
        #main .page-profile.new-card .page-profile-content section.film-related .film-related-list .film-related-item {
          width: 50%;
          text-align: center;
          margin-bottom: 21px;
          margin-bottom: 1.5rem;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 14px;
          padding: 0 1rem; }
          @media (min-width: 41.2em) {
            #main .page-profile.new-card .page-profile-content section.film-related .film-related-list .film-related-item {
              width: 33%; } }
          @media (min-width: 980px) {
            #main .page-profile.new-card .page-profile-content section.film-related .film-related-list .film-related-item {
              width: 16.5%; } }
          #main .page-profile.new-card .page-profile-content section.film-related .film-related-list .film-related-item a {
            color: #4a4a4a; }
      #main .page-profile.new-card .page-profile-content section.multimedia-card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 14px;
        margin-top: 1rem; }
        #main .page-profile.new-card .page-profile-content section.multimedia-card .block-multimedia-card {
          padding: 42px 28px 28px;
          padding: 3rem 2rem 2rem;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; }
          @media (min-width: 980px) {
            #main .page-profile.new-card .page-profile-content section.multimedia-card .block-multimedia-card {
              -webkit-box-pack: start;
              -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
              justify-content: flex-start;
              padding: 2rem .2rem 1rem;
              width: 100%; } }
          #main .page-profile.new-card .page-profile-content section.multimedia-card .block-multimedia-card > div {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100%; }
            @media (min-width: 980px) {
              #main .page-profile.new-card .page-profile-content section.multimedia-card .block-multimedia-card > div {
                margin-right: 23.7px;
                width: auto; } }
            @media (min-width: 980px) {
              #main .page-profile.new-card .page-profile-content section.multimedia-card .block-multimedia-card > div:last-child {
                margin-right: 0; } }
    @media (min-width: 41.2em) {
      #main .page-profile.new-card .page-profile-content #news {
        width: -webkit-calc(100% - 330px);
        width: calc(100% - 330px);
        margin-top: 1rem; } }
    #main .page-profile.new-card .page-profile-content #news:before {
      content: none; }
    #main .page-profile.new-card .page-profile-content #news > h2 {
      padding: 7px 14px;
      padding: .5rem 1rem; }
    #main .page-profile.new-card .page-profile-content #news .article-list.type-3 {
      position: relative; }
      @media (min-width: 41.2em) {
        #main .page-profile.new-card .page-profile-content #news .article-list.type-3 {
          min-height: 520px;
          padding: 0 0.2rem; } }
      @media (min-width: 48em) {
        #main .page-profile.new-card .page-profile-content #news .article-list.type-3 .article-element {
          margin-bottom: 2rem; } }
      @media (min-width: 48em) {
        #main .page-profile.new-card .page-profile-content #news .article-list.type-3 .article-element:nth-child(2) {
          margin-bottom: 2rem; } }
      #main .page-profile.new-card .page-profile-content #news .article-list.type-3 .dfp-position {
        margin: 0; }
        @media (min-width: 41.2em) {
          #main .page-profile.new-card .page-profile-content #news .article-list.type-3 .dfp-position {
            position: absolute;
            top: -73px;
            right: -330px; } }
    @media (min-width: 48em) {
      #main .page-profile.new-card .page-profile-content #community {
        width: -webkit-calc(100% - 330px);
        width: calc(100% - 330px);
        min-height: 600px;
        margin-top: 1rem; } }
    #main .page-profile.new-card .page-profile-content #community:before {
      content: none; }
    #main .page-profile.new-card .page-profile-content #community h2 {
      color: white;
      padding-left: 14px;
      padding-left: 1rem;
      font-size: 21px;
      font-size: 1.5rem; }
    #main .page-profile.new-card .page-profile-content #community h3 {
      display: none; }
    #main .page-profile.new-card .page-profile-content #community > .dfp-position {
      margin: 42px 0 0;
      margin: 3rem 0 0; }
      @media (min-width: 48em) {
        #main .page-profile.new-card .page-profile-content #community > .dfp-position {
          margin: 0;
          position: absolute;
          top: 0;
          right: -330px; } }
    #main .page-profile.new-card .page-profile-content #user-reviews {
      margin-bottom: 14px;
      margin-bottom: 1rem; }
      #main .page-profile.new-card .page-profile-content #user-reviews h3 {
        background-color: #eaeaea;
        padding: 7px 14px;
        padding: 0.5rem 1rem;
        color: #4a4a4a;
        font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-transform: none;
        font-size: 19.599px;
        font-size: 1.4rem;
        margin: 0; }
      #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element {
        border: 1px solid #eaeaea;
        border-top: none;
        padding-bottom: 42px;
        padding-bottom: 3rem;
        margin: 0; }
        #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info {
          border: none; }
          @media (min-width: 48em) {
            #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info {
              border: none; } }
          #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-left {
            width: auto;
            margin-right: 0; }
            #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-left .article-header-picture {
              width: 45px;
              height: 45px;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              overflow: hidden;
              margin-right: 14px;
              margin-right: 1rem; }
              #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-left .article-header-picture img {
                height: auto; }
          #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser > a {
              width: -webkit-calc(100% - 170px);
              width: calc(100% - 170px);
              color: #2c7db4; }
            #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-time {
              -webkit-box-flex: 1;
              -webkit-flex: 1 0 0;
              -ms-flex: 1 0 0px;
              flex: 1 0 0;
              text-align: right;
              color: #aaaaaa; }
              @media (min-width: 48em) {
                #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-time {
                  margin-right: 1rem; } }
            #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-title {
              width: 100%;
              background: transparent;
              width: 100%;
              padding: 0;
              word-break: break-all; }
              @media (min-width: 48em) {
                #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-title {
                  margin-right: 350px; } }
              #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-title .article-title {
                font-size: 18.2px;
                font-size: 1.3rem;
                margin-top: 2.8px;
                margin-top: 0.2rem;
                color: #4a4a4a; }
            @media (min-width: 48em) {
              #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-info .page-user-profile-reviews-content-item-info-teaser .user-review-content-item-info-teaser-lead {
                margin-right: 350px; } }
        #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-author {
          height: auto;
          padding: 0;
          width: 100px;
          left: 57px; }
          @media (min-width: 48em) {
            #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-author {
              position: absolute;
              top: 50px;
              right: 27px;
              left: inherit; } }
          @media (min-width: 980px) {
            #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-author {
              width: 100px;
              padding: 0;
              border: none;
              position: absolute; } }
          #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-author .page-user-profile-reviews-content-item-info-left-score {
            width: 100px;
            border: 1px solid #eaeaea;
            text-align: center;
            font-family: "Titillium-regular", Helvetica, Arial, sans-serif;
            height: 70px;
            font-weight: 700;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
            #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-author .page-user-profile-reviews-content-item-info-left-score .page-user-profile-reviews-content-item-info-left-score-number {
              font-size: 42px;
              font-size: 42px;
              font-size: 3rem;
              height: 40px;
              margin-top: 4.2px;
              margin-top: 4.2px;
              margin-top: .3rem;
              color: #ffae00; }
            #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-author .page-user-profile-reviews-content-item-info-left-score .page-user-profile-reviews-content-item-info-left-score-text {
              color: #ffae00; }
          #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-author .user-review-content-item-info-teaser-type {
            width: 39px;
            margin: 2.8px auto;
            margin: 0.2rem auto; }
            #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-author .user-review-content-item-info-teaser-type .like-flag {
              color: #2c7db4; }
              #main .page-profile.new-card .page-profile-content #user-reviews .user-review-content-list .user-review-content-element .user-review-content-item .page-user-profile-reviews-content-item-author .user-review-content-item-info-teaser-type .like-flag:before {
                content: "\4f";
                font-size: 19.599px;
                font-size: 1.4rem;
                position: relative;
                top: 3px;
                color: #2c7db4; }
      #main .page-profile.new-card .page-profile-content #user-reviews .page-profile-profile-rating-community-link {
        color: #000;
        background: transparent;
        padding: 0;
        position: absolute;
        top: 5px;
        width: 32px;
        height: 32px;
        overflow: hidden;
        right: 10px;
        color: transparent;
        margin: 0;
        font-family: "Titillium-light", Helvetica, Arial, sans-serif;
        font-size: 16px; }
        @media (min-width: 41.2em) {
          #main .page-profile.new-card .page-profile-content #user-reviews .page-profile-profile-rating-community-link {
            color: #4a4a4a;
            right: 10px;
            line-height: 32px;
            width: auto;
            overflow: visible; } }
        #main .page-profile.new-card .page-profile-content #user-reviews .page-profile-profile-rating-community-link:before {
          content: "+";
          -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
          font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
          position: absolute;
          width: 30px;
          left: 0;
          height: 30px;
          top: 0;
          background: #ffae00;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          text-indent: 8px;
          color: white;
          line-height: 29px;
          display: inline;
          font-size: 25px; }
          @media (min-width: 41.2em) {
            #main .page-profile.new-card .page-profile-content #user-reviews .page-profile-profile-rating-community-link:before {
              left: -40px; } }
      #main .page-profile.new-card .page-profile-content #user-reviews .pager__item {
        text-align: center; }
        #main .page-profile.new-card .page-profile-content #user-reviews .pager__item a {
          padding: 12.6px 56px;
          padding: .9rem 4rem; }
    @media (min-width: 41.2em) {
      #main .page-profile.new-card .page-profile-content .guide-elements {
        width: -webkit-calc(100% - 330px);
        width: calc(100% - 330px);
        margin-top: 1rem; } }
    @media (min-width: 41.2em) {
      #main .page-profile.new-card .page-profile-content .game-related {
        margin-top: 1rem; } }
    #main .page-profile.new-card .page-profile-content .game-related .game-related-list {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 21px 0;
      margin: 1.5rem 0; }
      #main .page-profile.new-card .page-profile-content .game-related .game-related-list .game-related-item {
        width: 50%;
        text-align: center;
        margin-bottom: 21px;
        margin-bottom: 1.5rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 14px;
        padding: 0 1rem; }
        @media (min-width: 41.2em) {
          #main .page-profile.new-card .page-profile-content .game-related .game-related-list .game-related-item {
            width: 33%; } }
        @media (min-width: 980px) {
          #main .page-profile.new-card .page-profile-content .game-related .game-related-list .game-related-item {
            width: 16.5%; } }
        #main .page-profile.new-card .page-profile-content .game-related .game-related-list .game-related-item a {
          color: #4a4a4a; }
    #main .page-profile.new-card .page-profile-content > .dfp-position {
      margin: 28px auto;
      margin: 2rem auto; }
      @media (min-width: 48em) {
        #main .page-profile.new-card .page-profile-content > .dfp-position {
          margin: 0 auto 2rem; } }

/*------------------------------------
    $PAGE PROFILE
------------------------------------*/
.page-subhome-community .page-subhome-community-header {
  text-align: center;
  margin-right: 14px;
  margin-right: 1rem;
  margin-left: 14px;
  margin-left: 1rem;
  margin-bottom: 28px;
  margin-bottom: 2rem; }
  @media (min-width: 980px) {
    .page-subhome-community .page-subhome-community-header {
      margin-right: 0;
      margin-left: 0; } }

.page-subhome-community > .grid > .column > h2 {
  text-transform: none;
  background: #eaeaea;
  color: #4a4a4a;
  font-size: 18.2px;
  font-size: 1.3rem;
  margin-bottom: 14px;
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%; }

.page-subhome-community .page-subhome-community-header {
  border-color: #ffae00; }

.page-subhome-community .article-content-game-profile {
  position: relative; }
  .page-subhome-community .article-content-game-profile:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 90%;
    background: #eaeaea;
    left: 0;
    right: 0;
    margin: 0 auto; }
  @media (min-width: 41.2em) {
    .page-subhome-community .article-content-game-profile {
      border-bottom: 1px solid #eaeaea; }
      .page-subhome-community .article-content-game-profile:after {
        display: none; } }
  .page-subhome-community .article-content-game-profile .article-item-comments {
    width: 37px;
    height: 38px;
    position: absolute;
    z-index: 1; }
    .page-subhome-community .article-content-game-profile .article-item-comments:after {
      content: "\51";
      font-size: 44.8px;
      font-size: 3.2rem;
      position: absolute;
      top: -16px;
      left: -19px;
      z-index: -1;
      color: #ffae00;
      font-family: "axelspringer" !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; }
    .page-subhome-community .article-content-game-profile .article-item-comments a {
      color: white;
      position: absolute;
      width: 35px;
      left: -14px;
      height: 24px;
      top: -12px;
      text-align: center;
      line-height: 20px;
      font-weight: bold;
      font-size: 22.4px;
      font-size: 1.6rem; }
      .page-subhome-community .article-content-game-profile .article-item-comments a:after {
        display: none; }

.page-subhome-community .view-all {
  display: block;
  text-align: right;
  text-decoration: underline;
  font-size: 15.4px;
  font-size: 1.1rem;
  margin: 7px;
  margin: 0.5rem;
  margin-bottom: 42px;
  margin-bottom: 3rem; }

.page-subhome-community .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links h3 {
  margin: 0; }

.page-subhome-community .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-link {
  background: #ffae00; }

.page-subhome-community #user-reviews {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left; }
  .page-subhome-community #user-reviews h3 {
    position: static;
    background: none; }
    .page-subhome-community #user-reviews h3 a {
      font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif; }
  .page-subhome-community #user-reviews .view-all {
    width: 45%;
    text-align: center;
    float: left; }

.page-subhome-community section .column aside .dfp-position:first-child {
  margin-bottom: 500px; }

.page-subhome-entertainment-community .view-all {
  display: inline-block;
  text-align: right;
  width: 100%;
  text-decoration: underline;
  font-size: 15.4px;
  font-size: 1.1rem;
  margin-bottom: 42px;
  margin-bottom: 3rem;
  position: relative;
  right: 20px; }

.page-subhome-entertainment-community .article-content-game-profile {
  position: relative; }
  .page-subhome-entertainment-community .article-content-game-profile:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 90%;
    background: #eaeaea;
    left: 0;
    right: 0;
    margin: 0 auto; }
  @media (min-width: 41.2em) {
    .page-subhome-entertainment-community .article-content-game-profile {
      border-bottom: 1px solid #eaeaea; }
      .page-subhome-entertainment-community .article-content-game-profile:after {
        display: none; } }
  .page-subhome-entertainment-community .article-content-game-profile .article-content-game-profile-content-links .article-content-game-profile-content-links-link {
    background: #ffae00; }
  .page-subhome-entertainment-community .article-content-game-profile h3 {
    display: block;
    text-align: center; }
    @media (min-width: 48em) {
      .page-subhome-entertainment-community .article-content-game-profile h3 {
        text-align: left; } }

.page-subhome-entertainment-community section .column > h2 {
  text-transform: none;
  background: #eaeaea;
  color: #4a4a4a;
  font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
  padding: 7px 14px;
  padding: 0.5rem 1rem;
  font-size: 18.2px;
  font-size: 1.3rem;
  margin-bottom: 14px;
  margin-bottom: 1rem; }

.page-subhome-entertainment-community section .column aside .dfp-position {
  margin-top: 14px;
  margin-top: 1rem;
  margin-bottom: 500px; }

.page-subhome-games-community .article-content-game-profile .article-item-comments,
.page-subhome-entertainment-community .article-content-game-profile .article-item-comments {
  width: 37px;
  height: 38px;
  position: absolute;
  z-index: 1; }
  .page-subhome-games-community .article-content-game-profile .article-item-comments:after,
  .page-subhome-entertainment-community .article-content-game-profile .article-item-comments:after {
    content: "\51";
    font-size: 44.8px;
    font-size: 3.2rem;
    position: absolute;
    top: -16px;
    left: -19px;
    z-index: -1;
    color: #ffae00;
    font-family: "axelspringer" !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; }
  .page-subhome-games-community .article-content-game-profile .article-item-comments a,
  .page-subhome-entertainment-community .article-content-game-profile .article-item-comments a {
    color: white;
    position: absolute;
    width: 35px;
    left: -14px;
    height: 24px;
    top: -12px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 22.4px;
    font-size: 1.6rem; }
    .page-subhome-games-community .article-content-game-profile .article-item-comments a:after,
    .page-subhome-entertainment-community .article-content-game-profile .article-item-comments a:after {
      display: none; }

/*------------------------------------
    $PAGE DEFAULT
------------------------------------*/
.page-default > section {
  margin: 0 0 7px;
  margin: 0 0 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.page-default .last-articles > h2 {
  width: 100%; }

.page-default .last-articles .last-article-popular .view-content {
  margin-top: 0; }

.page-default .last-articles .last-article-content .column {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 0 100% !important;
  -ms-flex: 1 0 100% !important;
  flex: 1 0 100% !important; }
  @media (min-width: 41.2em) {
    .page-default .last-articles .last-article-content .column .views-element-container {
      margin-right: 320px; } }
  .page-default .last-articles .last-article-content .column .article-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 14px;
    margin-bottom: 1rem; }
    @media (min-width: 30em) {
      .page-default .last-articles .last-article-content .column .article-list {
        margin-bottom: 0; } }
    .page-default .last-articles .last-article-content .column .article-list .article-element {
      width: 100%;
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0; }
      .page-default .last-articles .last-article-content .column .article-list .article-element:nth-of-type(n + 8) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
      .page-default .last-articles .last-article-content .column .article-list .article-element:nth-of-type(n + 17) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3; }
      .page-default .last-articles .last-article-content .column .article-list .article-element:last-child {
        margin-bottom: 20px; }
    @media (min-width: 41.2em) {
      .page-default .last-articles .last-article-content .column .article-list .dfp-position {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        top: 14px;
        right: -320px;
        position: absolute; }
        .page-default .last-articles .last-article-content .column .article-list .dfp-position:nth-of-type(2) {
          right: -320px;
          position: absolute;
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
          -ms-flex-order: 3;
          order: 3;
          top: 1410px; } }

.page-default .last-community-reviews h2 {
  background: #ffae00;
  color: white;
  text-transform: uppercase;
  font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-size: 1.5rem;
  padding: 4.2px 4.2px 4.2px 14px;
  padding: 0.3rem 0.3rem 0.3rem 1rem; }

.page-default .last-community-reviews .last-community-reviews-subtitle {
  font-size: 18.2px;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Titillium-regular", Helvetica, Arial, sans-serif;
  margin: 0 14px;
  margin: 0 1rem;
  padding: 7px 0;
  padding: 0.5rem 0; }
  @media (min-width: 41.2em) {
    .page-default .last-community-reviews .last-community-reviews-subtitle {
      padding: 0.5rem 1rem;
      margin: 0; } }

.page-default .last-community-reviews .view-all {
  display: inline-block;
  text-align: right;
  text-decoration: underline;
  font-size: 15.4px;
  font-size: 1.1rem;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 7px;
  padding: 0 0.5rem; }

@media (min-width: 41.2em) {
  .page-default .last-community-reviews aside .dfp-position {
    margin-top: 1rem; } }

.page-default .last-videos .dm-powered-by {
  position: absolute;
  right: 0;
  bottom: -5px; }

/*------------------------------------
    $PAGE GAMES
------------------------------------*/
#main .page-subhome-games .page-subhome-games-header {
  margin-bottom: 42px;
  margin-bottom: 3rem;
  background-color: #2c7db4;
  border-bottom: 4px solid #00a6f8;
  line-height: 0;
  padding: 0; }
  #main .page-subhome-games .page-subhome-games-header .page-subhome-games-header-title {
    color: white;
    margin: 0;
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 21px;
    line-height: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 41.2em) {
      #main .page-subhome-games .page-subhome-games-header .page-subhome-games-header-title {
        font-size: 2rem;
        line-height: 2rem; } }
    #main .page-subhome-games .page-subhome-games-header .page-subhome-games-header-title:before {
      background-color: #00a6f8;
      font-size: 56px;
      font-size: 4rem;
      margin-right: 7px;
      margin-right: 0.5rem;
      padding: 7px 7px 0px;
      padding: 0.5rem 0.5rem 0rem;
      line-height: 1; }

#main .page-subhome-games-community .view-all {
  display: inline-block;
  text-align: right;
  width: 100%;
  text-decoration: underline;
  font-size: 15.4px;
  font-size: 1.1rem;
  margin-bottom: 42px;
  margin-bottom: 3rem;
  position: relative;
  right: 20px; }

#main .page-subhome-games-community .article-content-game-profile {
  position: relative; }
  #main .page-subhome-games-community .article-content-game-profile:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 90%;
    background: #eaeaea;
    left: 0;
    right: 0;
    margin: 0 auto; }
  @media (min-width: 41.2em) {
    #main .page-subhome-games-community .article-content-game-profile {
      border-bottom: 1px solid #eaeaea; }
      #main .page-subhome-games-community .article-content-game-profile:after {
        display: none; } }
  #main .page-subhome-games-community .article-content-game-profile .article-content-game-profile-content-links .article-content-game-profile-content-links-link {
    background: #ffae00; }
  #main .page-subhome-games-community .article-content-game-profile h3 {
    display: block;
    text-align: center;
    margin: 0; }
    @media (min-width: 48em) {
      #main .page-subhome-games-community .article-content-game-profile h3 {
        text-align: left; } }

#main .page-subhome-games-community #user-reviews {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left; }
  #main .page-subhome-games-community #user-reviews h3 {
    position: static;
    background: none; }
    #main .page-subhome-games-community #user-reviews h3 a {
      font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif; }

#main .page-subhome-games-community section .column > h2 {
  text-transform: none;
  background: #eaeaea;
  color: #4a4a4a;
  font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
  padding: 7px 14px;
  padding: 0.5rem 1rem;
  font-size: 18.2px;
  font-size: 1.3rem;
  margin-bottom: 14px;
  margin-bottom: 1rem; }

#main .page-subhome-games-community section .column aside .dfp-position {
  margin-bottom: 500px;
  margin-top: 0; }

#main .page-subhome-games-community .views-element-container .button {
  background: #ffae00;
  border: 1px solid transparent; }
  #main .page-subhome-games-community .views-element-container .button:hover {
    background: transparent;
    color: #ffae00;
    border: 1px solid #ffae00; }

#main .page-games .article-featured.card .article-featured-header .article-featured-header-title {
  padding-bottom: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (min-width: 980px) {
  #main .page-games > section.carousel, #main .page-games > section.last-articles, #main .page-games > section.last-community-reviews, #main .page-games > section.last-videos, #main .page-games > section.last-guides, #main .page-games > section.magazines {
    margin: 0 0 3rem 0;
    padding: 0; } }

@media (min-width: 980px) {
  #main .page-games > section.carousel {
    margin-top: 2rem; } }

#main .page-games > section.carousel .tabs-container .view-all {
  margin-bottom: 14px;
  margin-bottom: 1rem; }
  @media (min-width: 980px) {
    #main .page-games > section.carousel .tabs-container .view-all {
      margin-bottom: 0rem; } }

@media (min-width: 41.2em) {
  #main .page-games .last-articles .last-article-content .views-element-container .article-list .roba_3,
  #main .page-games .last-articles .last-article-content .views-element-container .article-list .roba_2 {
    position: absolute;
    right: -320px; } }

@media (min-width: 41.2em) {
  #main .page-games .last-articles .last-article-content .views-element-container .article-list .roba_2 {
    top: 1014px; } }

@media (min-width: 41.2em) {
  #main .page-games .last-articles .last-article-content .views-element-container .article-list .roba_3 {
    top: 2410px; } }

#main .page-games .last-articles .last-article-content .game-top-preorders {
  margin: 40px 10px; }
  @media (min-width: 41.2em) {
    #main .page-games .last-articles .last-article-content .game-top-preorders {
      width: 300px;
      margin: 0;
      position: absolute;
      top: 58px;
      right: 0; } }

#main .page-games .last-guides .last-guides-content .views-element-container:first-child {
  margin-right: 0px; }
  #main .page-games .last-guides .last-guides-content .views-element-container:first-child h2 {
    padding: 0; }

#main .page-game .last-guides .last-guides-content .views-element-container:first-child {
  margin-right: 0px; }
  #main .page-game .last-guides .last-guides-content .views-element-container:first-child h2 {
    padding: 0; }

#main .page-guias-trucos .page-guias-trucos-header {
  margin-bottom: 42px;
  margin-bottom: 3rem;
  background-color: #2c7db4;
  border-bottom: 4px solid #00a6f8;
  line-height: 0;
  padding: 0; }
  #main .page-guias-trucos .page-guias-trucos-header .page-guias-trucos-header-title {
    color: white;
    margin: 0;
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 21px;
    line-height: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 41.2em) {
      #main .page-guias-trucos .page-guias-trucos-header .page-guias-trucos-header-title {
        font-size: 2rem;
        line-height: 2rem; } }
    #main .page-guias-trucos .page-guias-trucos-header .page-guias-trucos-header-title:before {
      background-color: #00a6f8;
      font-size: 56px;
      font-size: 4rem;
      margin-right: 7px;
      margin-right: 0.5rem;
      padding: 7px 7px 0px;
      padding: 0.5rem 0.5rem 0rem;
      line-height: 1; }

.page-hobbycodes {
  text-align: center; }
  .page-hobbycodes p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px; }
    .page-hobbycodes p.not-logged {
      color: #f65654; }
    .page-hobbycodes p.logged {
      color: #4caf50;
      display: inline-block;
      padding: 15px;
      border: 1px solid black; }

/*------------------------------------
    $PAGE HOME
------------------------------------*/
.page-home > section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 980px) {
    .page-home > section {
      margin: 0 0 0.5rem;
      padding: 0; } }
  @media (min-width: 980px) {
    .page-home > section.featured:nth-child(2) {
      margin-bottom: 0.5rem; } }
  .page-home > section.featured:nth-child(3) .article-featured.card .article-featured-header .article-featured-header-title {
    padding: 10px 10px 22px; }

.page-home .games > h2 a,
.page-home .entertainment > h2 a {
  color: white; }

.page-home .three .article-featured:first-child .video .article-featured-header-title:after,
.page-home .three .article-featured:first-child .gallery .article-featured-header-title:after,
.page-home .four .article-featured:first-child .video .article-featured-header-title:after,
.page-home .four .article-featured:first-child .gallery .article-featured-header-title:after {
  content: '';
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  top: -55px;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: .9; }

.page-home .three .article-featured:first-child .video .article-featured-header-title:after,
.page-home .four .article-featured:first-child .video .article-featured-header-title:after {
  background-image: url(/themes/rn_base/img/ic-video.png); }

.page-home .three .article-featured:first-child .video .article-featured-picture:after,
.page-home .four .article-featured:first-child .video .article-featured-picture:after {
  display: none; }

.page-home .three .article-featured:first-child .gallery .article-featured-header-title:after,
.page-home .four .article-featured:first-child .gallery .article-featured-header-title:after {
  background-image: url(/themes/rn_base/img/ic-gallery.png); }

.page-home .three .article-featured:first-child .gallery .article-featured-picture:after,
.page-home .four .article-featured:first-child .gallery .article-featured-picture:after {
  display: none; }

.page-home .four .article-featured:nth-child(2) .video .article-featured-header-title:after,
.page-home .four .article-featured:nth-child(2) .gallery .article-featured-header-title:after {
  content: '';
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  top: -55px;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: .9; }

.page-home .four .article-featured:nth-child(2) .video .article-featured-header-title:after {
  background-image: url(/themes/rn_base/img/ic-video.png); }

.page-home .four .article-featured:nth-child(2) .video .article-featured-picture:after {
  display: none; }

.page-home .four .article-featured:nth-child(2) .gallery .article-featured-header-title:after {
  background-image: url(/themes/rn_base/img/ic-gallery.png); }

.page-home .four .article-featured:nth-child(2) .gallery .article-featured-picture:after {
  display: none; }

.page-home .grid .three {
  margin: 0; }

.page-home .article-featured .video .article-featured-picture,
.page-home .article-featured .gallery .article-featured-picture {
  position: relative; }
  .page-home .article-featured .video .article-featured-picture:after,
  .page-home .article-featured .gallery .article-featured-picture:after {
    content: '';
    position: absolute;
    left: 5px;
    width: 50px;
    height: 50px;
    bottom: 25px;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: .9; }

.page-home .article-featured .video .article-featured-picture:after {
  background-image: url(/themes/rn_base/img/ic-video.png); }

.page-home .article-featured .gallery .article-featured-picture:after {
  background-image: url(/themes/rn_base/img/ic-gallery.png); }

.page-home .last-community-reviews h2 {
  background: #ffae00;
  color: white;
  text-transform: uppercase;
  font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-size: 1.5rem;
  padding: 4.2px 4.2px 4.2px 14px;
  padding: 0.3rem 0.3rem 0.3rem 1rem; }

.page-home .last-community-reviews .last-community-reviews-subtitle {
  font-size: 18.2px;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Titillium-light", Helvetica, Arial, sans-serif;
  margin: 0 14px;
  margin: 0 1rem;
  padding: 7px 0;
  padding: 0.5rem 0; }
  @media (min-width: 41.2em) {
    .page-home .last-community-reviews .last-community-reviews-subtitle {
      padding: 0.5rem 1rem;
      margin: 0; } }

.page-home .last-community-reviews .view-all {
  display: inline-block;
  text-align: center;
  text-decoration: underline;
  font-size: 15.4px;
  font-size: 1.1rem;
  position: relative;
  width: 48%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 7px;
  padding: 0 0.5rem;
  margin: 7px 0;
  margin: 0.5rem 0; }

@media (min-width: 41.2em) {
  .page-home .last-community-reviews aside .dfp-position {
    margin-top: 1rem; } }

.page-home .last-articles .last-article-popular .views-element-container .view-content,
.page-home .last-articles .last-article-industria .views-element-container .view-content {
  margin-top: 7px;
  margin-top: 0.5rem; }

.page-home .last-articles .last-article-industria h2 {
  margin-top: 7px;
  margin-top: 0.5rem; }

.page-home .last-articles .last-article-popular .views-element-container .view-content {
  margin-top: 0; }

.page-home .last-articles .article-list:nth-child(n + 2) aside:first-child {
  margin-top: 0; }

.page-home .last-articles .last-article-content .column {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 0 100% !important;
  -ms-flex: 1 0 100% !important;
  flex: 1 0 100% !important; }
  @media (min-width: 41.2em) {
    .page-home .last-articles .last-article-content .column .views-element-container {
      margin-right: 320px; } }
  .page-home .last-articles .last-article-content .column .views-element-container .article-list .roba_3,
  .page-home .last-articles .last-article-content .column .views-element-container .article-list .roba_4 {
    position: static; }
    @media (min-width: 41.2em) {
      .page-home .last-articles .last-article-content .column .views-element-container .article-list .roba_3,
      .page-home .last-articles .last-article-content .column .views-element-container .article-list .roba_4 {
        right: -320px;
        position: absolute; } }
  @media (min-width: 41.2em) {
    .page-home .last-articles .last-article-content .column .views-element-container .article-list .roba_3 {
      top: 1014px; } }
  @media (min-width: 41.2em) {
    .page-home .last-articles .last-article-content .column .views-element-container .article-list .roba_4 {
      top: 2410px; } }
  .page-home .last-articles .last-article-content .column .views-element-container .article-element {
    margin: 14px 0 0;
    margin: 1rem 0 0; }
    .page-home .last-articles .last-article-content .column .views-element-container .article-element .article-item {
      margin: 0; }
  .page-home .last-articles .last-article-content .column .game-top-preorders {
    margin: 40px 10px; }
    @media (min-width: 41.2em) {
      .page-home .last-articles .last-article-content .column .game-top-preorders {
        width: 300px;
        margin: 0;
        position: absolute;
        top: 58px;
        right: 0; } }
  .page-home .last-articles .last-article-content .column .pstalents-home {
    margin: 40px 10px; }
    @media (min-width: 41.2em) {
      .page-home .last-articles .last-article-content .column .pstalents-home {
        width: 300px;
        margin: 0;
        position: absolute;
        bottom: 60px;
        right: 0; } }

@media (min-width: 980px) {
  .page-home > section.carousel, .page-home > section.last-articles, .page-home > section.last-community-reviews, .page-home > section.last-videos, .page-home > section.last-guides, .page-home > section.magazines {
    margin: 0 0 3rem 0;
    padding: 0; } }

.page-home .last-articles .last-article-content .column .article-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 14px;
  margin-bottom: 1rem; }
  @media (min-width: 30em) {
    .page-home .last-articles .last-article-content .column .article-list {
      margin-bottom: 0; } }
  .page-home .last-articles .last-article-content .column .article-list .article-element {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
    .page-home .last-articles .last-article-content .column .article-list .article-element:nth-of-type(n + 8) {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    .page-home .last-articles .last-article-content .column .article-list .article-element:nth-of-type(n + 17) {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3; }
  .page-home .last-articles .last-article-content .column .article-list aside {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
    .page-home .last-articles .last-article-content .column .article-list aside:nth-of-type(2) {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3; }

.page-home .block-newsletter {
  margin: 30px auto; }

.featured.grid.col-2.right .column:nth-child(1) {
  margin-right: 0; }

.featured.grid.col-2.right .column:nth-child(2) {
  margin-left: 0; }

.last-videos {
  margin-bottom: 56px;
  margin-bottom: 4rem; }

.page-home section.brandlab-block {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center; }

/*------------------------------------
      $PAGE INDUSTRIA
  ------------------------------------*/
.page-industria.layout_container .layout_main {
  margin: 0; }

.page-industria .layout_header-bottom {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  margin-top: 56px;
  margin-top: 4rem; }
  .page-industria .layout_header-bottom #block-industria {
    padding: 0 7px;
    padding: 0 0.5rem; }
    @media (min-width: 48em) {
      .page-industria .layout_header-bottom #block-industria {
        padding: 0; } }
  @media (min-width: 48em) {
    .page-industria .layout_header-bottom {
      width: 980px;
      margin-top: 5.5rem;
      padding: 0; } }
  @media (min-width: 980px) {
    .page-industria .layout_header-bottom {
      margin-top: 0; } }
  .page-industria .layout_header-bottom ul {
    background: #44a8de; }
    @media (min-width: 48em) {
      .page-industria .layout_header-bottom ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .page-industria .layout_header-bottom ul li {
      display: inline-block;
      background: #44a8de;
      -webkit-transition: background .3s;
      -o-transition: background .3s;
      transition: background .3s;
      border: 1px solid transparent;
      width: 102px; }
      .page-industria .layout_header-bottom ul li:hover {
        background: white;
        border-color: #44a8de; }
        .page-industria .layout_header-bottom ul li:hover a {
          color: #44a8de; }
      @media (min-width: 48em) {
        .page-industria .layout_header-bottom ul li {
          width: 33.45%; } }
      .page-industria .layout_header-bottom ul li a {
        color: white;
        font-family: "Titillium-light", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-size: 1rem;
        text-transform: uppercase;
        line-height: 44px;
        height: 100%;
        width: 104px;
        display: block;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out; }
        .page-industria .layout_header-bottom ul li a.is-active {
          background: white;
          color: #44a8de;
          border-color: #44a8de; }
        @media (min-width: 48em) {
          .page-industria .layout_header-bottom ul li a {
            width: 100%; } }
        @media (min-width: 980px) {
          .page-industria .layout_header-bottom ul li a {
            font-size: 1.2rem; } }
  .page-industria .layout_header-bottom h2 {
    text-indent: -99999px;
    height: 50px;
    margin-top: 55px;
    background-image: url("../img/logohi.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 75% 75%;
    background-size: 75%; }
    @media (min-width: 48em) {
      .page-industria .layout_header-bottom h2 {
        margin-top: 25px;
        -webkit-background-size: 35% 35%;
        background-size: 35%; } }
    .page-industria .layout_header-bottom h2 a {
      display: block;
      height: 100%;
      width: 100%; }

@media (min-width: 41.2em) {
  .page-industria .featured .column:nth-child(2) .dfp-position {
    margin: -.4rem -.8rem 0 0; } }

.page-industria .last-articles .last-article-popular > h2 {
  background: #44a8de;
  font-size: 21px;
  font-size: 1.5rem; }
  @media (min-width: 30em) {
    .page-industria .last-articles .last-article-popular > h2 {
      font-size: 1.7rem; } }
  .page-industria .last-articles .last-article-popular > h2:first-child {
    text-indent: -9999px;
    position: relative; }
    .page-industria .last-articles .last-article-popular > h2:first-child a {
      display: block; }
      .page-industria .last-articles .last-article-popular > h2:first-child a::before {
        width: 177px;
        height: 86px;
        content: "";
        display: block;
        background: #ffffff;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: -20px;
        background-image: url("../img/logopstalents.png");
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: 85% 85%;
        background-size: 85%; }

.page-industria .last-articles .last-article-popular .views-element-container:nth-child(4) {
  background: #CBE7F6; }
  .page-industria .last-articles .last-article-popular .views-element-container:nth-child(4) article {
    width: 100%;
    padding: 14px;
    padding: 1rem; }
    .page-industria .last-articles .last-article-popular .views-element-container:nth-child(4) article h2 a {
      padding: 14px 0;
      padding: 1rem 0; }
    @media (min-width: 48em) {
      .page-industria .last-articles .last-article-popular .views-element-container:nth-child(4) article figure {
        width: 40%;
        float: left;
        margin: 0 1rem 0 0; } }
    .page-industria .last-articles .last-article-popular .views-element-container:nth-child(4) article span a {
      margin: 14px 0;
      margin: 1rem 0;
      padding: 9.799px 56px;
      padding: .7rem 4rem; }

.page-industria .last-articles .last-article-content .views-element-container {
  padding: 0; }
  .page-industria .last-articles .last-article-content .views-element-container .article-list.type-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    .page-industria .last-articles .last-article-content .views-element-container .article-list.type-3 aside:nth-child(1) {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      top: 12px;
      right: -314px; }
    .page-industria .last-articles .last-article-content .views-element-container .article-list.type-3 aside:nth-child(9) {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3;
      top: 1350px;
      right: -314px; }
    .page-industria .last-articles .last-article-content .views-element-container .article-list.type-3 .article-element {
      width: 100%; }
      @media (min-width: 48em) {
        .page-industria .last-articles .last-article-content .views-element-container .article-list.type-3 .article-element .article-item {
          margin: 1rem 0;
          min-height: 127px; } }
      .page-industria .last-articles .last-article-content .views-element-container .article-list.type-3 .article-element:nth-child(-n + 6) {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0; }
      .page-industria .last-articles .last-article-content .views-element-container .article-list.type-3 .article-element:nth-child(n + 7) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
      .page-industria .last-articles .last-article-content .views-element-container .article-list.type-3 .article-element:nth-child(n + 14) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4; }

.page-industria .last-articles .views-element-container {
  padding: 0 7px;
  padding: 0 0.5rem; }
  @media (min-width: 48em) {
    .page-industria .last-articles .views-element-container {
      padding: 0; } }

.page-industria .page-default > h2,
.page-industria .page-default .last-videos > h2 {
  background: #2C7DB4;
  text-align: center;
  padding: 14px 0 29.4px 0;
  padding: 1rem 0 2.1rem 0;
  color: white;
  position: relative;
  top: 28px;
  font-size: 21px;
  font-size: 1.5rem;
  font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
  margin: 0;
  text-transform: none; }

.page-industria .block-newsletter {
  margin-top: 30px;
  margin-bottom: 50px; }

.page-industria .last-articles .last-article-popular .view-content article {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 48em) {
    .page-industria .last-articles .last-article-popular .view-content article {
      width: 49%; } }
  .page-industria .last-articles .last-article-popular .view-content article h2 a {
    padding: 14px;
    padding: 1rem;
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 27px; }
    @media (min-width: 48em) {
      .page-industria .last-articles .last-article-popular .view-content article h2 a {
        padding: 0 0 1rem; } }

@media (min-width: 41.2em) {
  .page-industria .last-articles .last-article-content {
    position: relative;
    padding-top: 3rem; } }

.page-industria .last-articles .last-article-content .column > h2,
.page-industria .last-articles .last-article-content .column .page-profile-title {
  background: #44a8de; }
  @media (min-width: 41.2em) {
    .page-industria .last-articles .last-article-content .column > h2,
    .page-industria .last-articles .last-article-content .column .page-profile-title {
      width: 100%;
      top: 0;
      position: absolute; } }

.page-industria .last-articles .last-article-content .column .page-profile-title h2 {
  margin: 0; }
  .page-industria .last-articles .last-article-content .column .page-profile-title h2 a {
    color: #ffffff; }

.page-industria .last-guides > h2 {
  background-color: #44a8de; }

.page-industria .last-guides .views-element-container .article-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0; }
  @media (min-width: 48em) {
    .page-industria .last-guides .views-element-container .article-list {
      margin: 2rem 0; } }
  .page-industria .last-guides .views-element-container .article-list li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    padding: 0 7px;
    padding: 0 0.5rem; }
    @media (min-width: 30em) {
      .page-industria .last-guides .views-element-container .article-list li {
        width: 30%; } }
    .page-industria .last-guides .views-element-container .article-list li .article-item .article-author {
      background: #CDEDFF;
      border-color: #CDEDFF;
      margin: 42px 0 0;
      margin: 3rem 0 0; }
      .page-industria .last-guides .views-element-container .article-list li .article-item .article-author .article-author-name a {
        font-family: "Titillium-regular", Helvetica, Arial, sans-serif;
        color: black;
        font-weight: bold;
        font-size: 18.2px;
        font-size: 1.3rem; }
      .page-industria .last-guides .views-element-container .article-list li .article-item .article-author .article-author-name .article-author-job {
        font-family: "Titillium-light", Helvetica, Arial, sans-serif;
        color: black; }
      .page-industria .last-guides .views-element-container .article-list li .article-item .article-author .article-author-name .article-author-bio {
        display: none; }
    .page-industria .last-guides .views-element-container .article-list li .article-item .article-item-title {
      min-height: 263px;
      background: #44a8de; }
      .page-industria .last-guides .views-element-container .article-list li .article-item .article-item-title a {
        color: #fff;
        padding: 14px;
        padding: 1rem;
        font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
        line-height: 29px;
        font-size: 21px;
        font-size: 1.5rem; }
    .page-industria .last-guides .views-element-container .article-list li .article-item .vermas {
      text-align: right;
      width: 100%;
      display: block;
      background: #44a8de;
      padding: 7px 0;
      padding: 0.5rem 0; }
      .page-industria .last-guides .views-element-container .article-list li .article-item .vermas a {
        color: white;
        padding: 0 14px;
        padding: 0 1rem;
        font-family: "Titillium-light", Helvetica, Arial, sans-serif;
        font-size: 18.2px;
        font-size: 1.3rem;
        text-decoration: underline; }

.page-industria .page-home {
  padding: 0 7px;
  padding: 0 0.5rem; }
  @media (min-width: 48em) {
    .page-industria .page-home {
      padding: 0; } }

.page-newsletter .newsletter-inner-container {
  margin: 0 0 30px;
  padding: 10px; }
  .page-newsletter .newsletter-inner-container .block-img-newsletter {
    text-align: center;
    padding: 10px; }
    @media (min-width: 48em) {
      .page-newsletter .newsletter-inner-container .block-img-newsletter {
        padding: 27px; } }
    .page-newsletter .newsletter-inner-container .block-img-newsletter img {
      width: 84px; }
    .page-newsletter .newsletter-inner-container .block-img-newsletter > h2 {
      text-transform: none;
      font-size: 24px;
      line-height: 32px;
      font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif; }
      @media (min-width: 48em) {
        .page-newsletter .newsletter-inner-container .block-img-newsletter > h2 {
          font-size: 30px;
          line-height: 38px; } }
  .page-newsletter .newsletter-inner-container .block-newsletter-box #mc_embed_signup p, .page-newsletter .newsletter-inner-container .block-newsletter-box #mc_embed_signup #mce-responses {
    font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
    font-size: 16.8px;
    line-height: 25px;
    margin-bottom: 15px; }
  .page-newsletter .newsletter-inner-container .block-newsletter-box #mc_embed_signup strong {
    font-size: 16.8px;
    line-height: 25px;
    margin-bottom: 15px; }
  .page-newsletter .newsletter-inner-container .block-newsletter-box #mc_embed_signup label {
    font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif; }
  .page-newsletter .newsletter-inner-container .block-newsletter-box #mc_embed_signup fieldset {
    padding: 0 !important;
    margin-bottom: 15px;
    min-height: 30px; }
  .page-newsletter .newsletter-inner-container .block-newsletter-box #mc_embed_signup .mc-field-group {
    margin-top: 0px; }
  .page-newsletter .newsletter-inner-container .block-newsletter-box #mc_embed_signup input[type="radio"] {
    margin-right: 5px; }
  .page-newsletter .newsletter-inner-container .block-newsletter-box #mc_embed_signup #mce-success-response {
    margin-top: -20px; }

/*------------------------------------
    $PAGE PROFILE
------------------------------------*/
.page-profile {
  width: auto; }
  .page-profile .page-profile-header {
    text-align: center;
    margin-right: 14px;
    margin-right: 1rem;
    margin-left: 14px;
    margin-left: 1rem;
    margin-bottom: 28px;
    margin-bottom: 2rem; }
    @media (min-width: 980px) {
      .page-profile .page-profile-header {
        margin-right: 0;
        margin-left: 0; } }
    .page-profile .page-profile-header .page-profile-header-platforms-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      color: #025076; }
      .page-profile .page-profile-header .page-profile-header-platforms-list .page-profile-header-platforms-element {
        color: #025076;
        font-size: 21px;
        font-size: 1.5rem; }
        .page-profile .page-profile-header .page-profile-header-platforms-list .page-profile-header-platforms-element .page-profile-header-platforms-item {
          text-transform: uppercase;
          font-size: 21px;
          font-size: 1.5rem;
          color: #025076; }
      .page-profile .page-profile-header .page-profile-header-platforms-list .file-header-platforms-element {
        font-size: 16.8px;
        font-size: 1.2rem; }
        @media (min-width: 980px) {
          .page-profile .page-profile-header .page-profile-header-platforms-list .file-header-platforms-element {
            font-size: 1.4rem; } }
        .page-profile .page-profile-header .page-profile-header-platforms-list .file-header-platforms-element:after {
          content: "-";
          margin: 0 4.2px;
          margin: 0 0.3rem; }
        .page-profile .page-profile-header .page-profile-header-platforms-list .file-header-platforms-element:last-child:after {
          display: none; }
  .page-profile .page-profile-profile {
    min-height: 215px;
    -webkit-background-size: cover;
    background-size: cover; }
    .page-profile .page-profile-profile::before {
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: white;
      width: 40px;
      margin: 0 auto;
      display: block;
      text-align: center;
      font-size: 35px;
      font-size: 2.5rem;
      height: 40px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      line-height: 43px;
      margin-top: -20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    @media (min-width: 980px) {
      .page-profile .page-profile-profile {
        min-height: 450px;
        position: relative; } }
    .page-profile .page-profile-profile .page-profile-profile-follow {
      position: absolute;
      right: 14px;
      right: 1rem;
      top: 14px;
      top: 1rem; }
    .page-profile .page-profile-profile .page-profile-profile-rating {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      bottom: -157px; }
      @media (min-width: 980px) {
        .page-profile .page-profile-profile .page-profile-profile-rating {
          position: absolute;
          right: 1rem;
          bottom: 1.3rem;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      .page-profile .page-profile-profile .page-profile-profile-rating .page-profile-profile-rating-hc {
        margin: 0 14px;
        margin: 0 1rem; }
        .page-profile .page-profile-profile .page-profile-profile-rating .page-profile-profile-rating-hc .page-profile-profile-rating-hc-bubble {
          border-color: white; }
          @media (min-width: 980px) {
            .page-profile .page-profile-profile .page-profile-profile-rating .page-profile-profile-rating-hc .page-profile-profile-rating-hc-bubble {
              border-color: transparent;
              margin-bottom: 1.3rem;
              -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); } }
        .page-profile .page-profile-profile .page-profile-profile-rating .page-profile-profile-rating-hc .page-profile-profile-rating-hc-link {
          display: none; }
          @media (min-width: 980px) {
            .page-profile .page-profile-profile .page-profile-profile-rating .page-profile-profile-rating-hc .page-profile-profile-rating-hc-link {
              display: inline;
              font-size: 1.5rem;
              margin-bottom: 1.3rem;
              -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); } }
      .page-profile .page-profile-profile .page-profile-profile-rating .page-profile-profile-rating-community {
        margin: 0 14px;
        margin: 0 1rem; }
        .page-profile .page-profile-profile .page-profile-profile-rating .page-profile-profile-rating-community .page-profile-profile-rating-community-bubble {
          background-color: #ffae00;
          border-color: white; }
          @media (min-width: 980px) {
            .page-profile .page-profile-profile .page-profile-profile-rating .page-profile-profile-rating-community .page-profile-profile-rating-community-bubble {
              border-color: transparent;
              margin-bottom: 1.3rem;
              -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); } }
        .page-profile .page-profile-profile .page-profile-profile-rating .page-profile-profile-rating-community .page-profile-profile-rating-community-link {
          position: absolute;
          width: -webkit-calc(100% - 2rem);
          width: calc(100% - 2rem);
          left: 14px;
          bottom: -36px;
          padding: 12.6px 28px;
          padding: 0.9rem 2rem; }
          @media (min-width: 980px) {
            .page-profile .page-profile-profile .page-profile-profile-rating .page-profile-profile-rating-community .page-profile-profile-rating-community-link {
              display: inline;
              width: auto;
              position: static; } }
  .page-profile .page-profile-navigation {
    background-color: #2c7db4;
    margin: 137.2px 14px 14px;
    margin: 9.8rem 1rem 1rem; }
    @media (min-width: 980px) {
      .page-profile .page-profile-navigation {
        margin: 0; } }
    .page-profile .page-profile-navigation .page-profile-navigation-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .page-profile .page-profile-navigation .page-profile-navigation-list .page-profile-navigation-element {
        text-align: center;
        border-right: 1px solid #00a6f8;
        border-bottom: 1px solid #00a6f8;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%; }
        .page-profile .page-profile-navigation .page-profile-navigation-list .page-profile-navigation-element:nth-child(even) {
          border-right: 0; }
        .page-profile .page-profile-navigation .page-profile-navigation-list .page-profile-navigation-element:nth-child(5), .page-profile .page-profile-navigation .page-profile-navigation-list .page-profile-navigation-element:nth-child(6) {
          border-bottom: 0; }
        @media (min-width: 980px) {
          .page-profile .page-profile-navigation .page-profile-navigation-list .page-profile-navigation-element {
            width: auto;
            border: none; } }
        .page-profile .page-profile-navigation .page-profile-navigation-list .page-profile-navigation-element .page-profile-navigation-item {
          padding: 14px 21px;
          padding: 1rem 1.5rem;
          display: inline-block;
          color: white;
          text-transform: uppercase;
          font-size: 15.4px;
          font-size: 1.1rem;
          font-family: "Titillium-light", Helvetica, Arial, sans-serif; }
          .page-profile .page-profile-navigation .page-profile-navigation-list .page-profile-navigation-element .page-profile-navigation-item.disabled {
            color: #aaaaaa; }
          .page-profile .page-profile-navigation .page-profile-navigation-list .page-profile-navigation-element .page-profile-navigation-item::before {
            speak: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            display: block;
            font-size: 35px;
            font-size: 2.5rem;
            margin-bottom: 7px;
            margin-bottom: .5rem; }
          .page-profile .page-profile-navigation .page-profile-navigation-list .page-profile-navigation-element .page-profile-navigation-item.community {
            color: #ffae00; }
  .page-profile .page-profile-content {
    min-height: 2110px; }
    .page-profile .page-profile-content > h2 a {
      color: white; }
    .page-profile .page-profile-content #user-reviews {
      position: relative; }
    .page-profile .page-profile-content .page-profile-content-resume {
      margin: 0 0 14px 0;
      margin: 0 0 1rem 0; }
      .page-profile .page-profile-content .page-profile-content-resume:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0; }
      .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-cover {
        text-align: center;
        margin: 14px;
        margin: 1rem; }
        @media (min-width: 980px) {
          .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-cover {
            float: left;
            margin: 1rem 1rem 1rem 0;
            min-height: 250px; } }
        .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-cover img {
          border: 5px solid white; }
          @media (min-width: 980px) {
            .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-cover img {
              border: 0; } }
      .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-description {
        margin: 14px;
        margin: 1rem; }
        @media (min-width: 980px) {
          .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-description {
            margin: 0 0 1rem 0; } }
      .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-list {
        border-top: 50px solid #025076;
        margin: -50px 14px 14px;
        margin: -50px 1rem 1rem; }
        @media (min-width: 980px) {
          .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-list {
            margin: 1rem 0;
            border-top: 0; } }
        .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-list .page-profile-content-resume-element {
          padding: 14px;
          padding: 1rem;
          border-bottom: 1px solid #025076;
          border-right: 1px solid #025076;
          border-left: 1px solid #025076;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          @media (min-width: 980px) {
            .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-list .page-profile-content-resume-element {
              border: 0;
              padding: 0;
              margin-bottom: .7rem; } }
          .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-list .page-profile-content-resume-element strong {
            font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
            margin-right: 7px;
            margin-right: 0.5rem; }
            .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-list .page-profile-content-resume-element strong::after {
              content: ' :'; }
        .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-list .page-profile-content-resume-element-req {
          border: 1px solid #025076;
          margin-top: 28px;
          margin-top: 2rem; }
          .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-list .page-profile-content-resume-element-req strong {
            background-color: #025076;
            padding: 7px 14px;
            padding: 0.5rem 1rem;
            color: white;
            font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin: 0;
            text-transform: uppercase;
            display: block; }
          .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-list .page-profile-content-resume-element-req p strong,
          .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-list .page-profile-content-resume-element-req li strong {
            background: none;
            color: black;
            padding: 0;
            text-transform: none; }
          .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-list .page-profile-content-resume-element-req span {
            display: block;
            padding: 14px;
            padding: 1rem; }
            .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-list .page-profile-content-resume-element-req span p {
              font-weight: bold;
              margin-top: 7px;
              margin-top: 0.5rem; }
            .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-list .page-profile-content-resume-element-req span ol,
            .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-list .page-profile-content-resume-element-req span ul {
              margin-top: 14px;
              margin-top: 1rem;
              padding-left: 14px;
              padding-left: 1rem; }
              .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-list .page-profile-content-resume-element-req span ol li,
              .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-list .page-profile-content-resume-element-req span ul li {
                position: relative;
                padding-left: 28px;
                padding-left: 2rem; }
                .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-list .page-profile-content-resume-element-req span ol li:before,
                .page-profile .page-profile-content .page-profile-content-resume .page-profile-content-resume-list .page-profile-content-resume-element-req span ul li:before {
                  content: "";
                  position: absolute;
                  width: 4px;
                  height: 4px;
                  background: black;
                  -webkit-border-radius: 50%;
                  border-radius: 50%;
                  top: 9px;
                  left: 0; }
    .page-profile .page-profile-content .page-profile-dlc .page-profile-dlc-list {
      padding: 0 14px;
      padding: 0 1rem;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .page-profile .page-profile-content .page-profile-dlc .page-profile-dlc-list .page-profile-dlc-element {
        width: 24%;
        margin-right: 1.3%; }
        .page-profile .page-profile-content .page-profile-dlc .page-profile-dlc-list .page-profile-dlc-element:nth-child(4n) {
          margin-right: 0; }
    .page-profile .page-profile-content .page-profile-reviews {
      position: relative; }
      .page-profile .page-profile-content .page-profile-reviews > h2 {
        padding-left: 42px;
        padding-left: 3rem; }
      .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element {
        margin: 0 0 42px 0;
        margin: 0 0 3rem 0; }
        .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-lead {
          margin-top: 14px;
          margin-top: 1rem;
          font-size: 14px;
          font-size: 1rem; }
        .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-review-resume {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          text-align: center;
          -webkit-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.3); }
          .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-review-resume .page-profile-reviews-item-review-resume-rate {
            width: 100%; }
            .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-review-resume .page-profile-reviews-item-review-resume-rate .page-profile-reviews-item-review-resume-rate-bubble {
              border-color: white;
              position: relative;
              z-index: 1; }
          .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-review-resume .page-profile-reviews-item-review-resume-best {
            margin-top: -115px; }
          .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-review-resume .page-profile-reviews-item-review-resume-worst {
            width: 49%;
            text-align: right;
            margin-top: -115px;
            border-left: solid 1px #9b9b9b; }
            .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-review-resume .page-profile-reviews-item-review-resume-worst .page-profile-reviews-item-review-resume-worst-title {
              margin: 0;
              color: white;
              font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
              background-color: #f65654;
              padding: 7px 14px;
              padding: 0.5rem 1rem; }
            .page-profile .page-profile-content .page-profile-reviews .page-profile-reviews-list .page-profile-reviews-element .page-profile-reviews-item .page-profile-reviews-item-review-resume .page-profile-reviews-item-review-resume-worst .page-profile-reviews-item-review-resume-worst-text {
              font-size: 14px;
              font-size: 1rem;
              padding: 14px 14px 14px 56px;
              padding: 1rem 1rem 1rem 4rem;
              border-left: 1px solid #aaaaaa; }
    .page-profile .page-profile-content .page-profile-media {
      position: relative; }
      .page-profile .page-profile-content .page-profile-media > h2 {
        padding-left: 42px;
        padding-left: 3rem; }
      .page-profile .page-profile-content .page-profile-media .page-profile-media-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .page-profile .page-profile-content .page-profile-media .page-profile-media-list .page-profile-media-element {
          width: 49%; }
          .page-profile .page-profile-content .page-profile-media .page-profile-media-list .page-profile-media-element .article-item .article-item-title {
            margin-top: 7px;
            margin-top: 0.5rem; }
      @media (min-width: 980px) {
        .page-profile .page-profile-content .page-profile-media .pager .pager__item a {
          width: 50%; } }
    .page-profile .page-profile-content .page-profile-community {
      position: relative; }
      .page-profile .page-profile-content .page-profile-community::before {
        color: #ffae00; }
      .page-profile .page-profile-content .page-profile-community#community > h2 {
        padding-left: 42px;
        padding-left: 3rem;
        color: #ffae00; }
      .page-profile .page-profile-content .page-profile-community .page-profile-community-reviews .page-profile-community-reviews-list .page-profile-community-reviews-element {
        margin-top: 21px;
        margin-top: 1.5rem;
        border-top: 1px solid #aaaaaa;
        padding: 21px 7px 0;
        padding: 1.5rem 0.5rem 0; }
        @media (min-width: 48em) {
          .page-profile .page-profile-content .page-profile-community .page-profile-community-reviews .page-profile-community-reviews-list .page-profile-community-reviews-element {
            padding: 1.5rem 0 0; } }
        .page-profile .page-profile-content .page-profile-community .page-profile-community-reviews .page-profile-community-reviews-list .page-profile-community-reviews-element:first-child {
          border-top: none; }
        .page-profile .page-profile-content .page-profile-community .page-profile-community-reviews .page-profile-community-reviews-list .page-profile-community-reviews-element .page-profile-community-reviews-item .page-profile-community-reviews-item-info {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; }
      .page-profile .page-profile-content .page-profile-community section h3 {
        background: #e2e2e2;
        color: black;
        font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
        font-size: 18.2px;
        font-size: 1.3rem;
        text-align: left;
        height: 35px;
        line-height: 34px;
        text-indent: 6px; }
    .page-profile .page-profile-content .page-profile-guides {
      position: relative; }
      .page-profile .page-profile-content .page-profile-guides::before {
        content: "\6a"; }
      .page-profile .page-profile-content .page-profile-guides > h2 {
        padding-left: 42px;
        padding-left: 3rem; }
    .page-profile .page-profile-content .guide-elements {
      margin-bottom: 21px;
      margin-bottom: 1.5rem; }
      .page-profile .page-profile-content .guide-elements > h3 a {
        color: #fff; }
    .page-profile .page-profile-content .page-profile-news {
      position: relative; }
      .page-profile .page-profile-content .page-profile-news > h2 {
        padding-left: 42px;
        padding-left: 3rem; }
  .page-profile.game .page-profile-profile {
    border-top: 3px solid #00a6f8; }
    .page-profile.game .page-profile-profile::before {
      background-color: #00a6f8;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
  .page-profile.entertainment .page-profile-profile {
    border-top: 3px solid #ff9268; }
    .page-profile.entertainment .page-profile-profile::before {
      background-color: #ff9268;
      font-size: 25.2px;
      font-size: 1.8rem; }
  .page-profile .type-3 .article-element .article-item {
    margin: 28px 0;
    margin: 2rem 0; }

.page-profile-reviews::before,
.page-profile-news::before,
.page-profile-community::before,
.page-profile-media::before {
  font-size: 28px;
  font-size: 2rem;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 9px;
  color: white; }

.page-profile-fichas .view-content > ul > li {
  border-top: 1px solid #eaeaea; }
  @media (min-width: 980px) {
    .page-profile-fichas .view-content > ul > li .block-mini-card {
      margin-right: 0; } }
  .page-profile-fichas .view-content > ul > li > :last-child {
    border-bottom: 1px solid #eaeaea; }

@media (min-width: 980px) {
  .page-profile-fichas .article-content-game-profile {
    margin: 0;
    width: auto; } }

.page-profile-fichas .article-content-game-profile .article-content-game-profile-content-links-navigation-list h3 {
  width: 100%;
  color: black;
  margin: 0 0 14px;
  margin: 0 0 1rem;
  position: relative;
  top: -6px;
  font-size: 22.4px;
  font-size: 1.6rem; }

.page-profile-fichas .article-content-game-profile .article-content-game-profile-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 14px;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0 auto; }
    @media (min-width: 48em) {
      .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info {
        width: 23%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 0.5rem 0 0;
        margin: 0; } }
    .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-cover {
      min-height: 166px;
      width: auto;
      margin: 0; }
    .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .page-profile-profile-rating-hc .page-profile-profile-rating-hc-bubble {
      position: relative;
      left: 5px;
      z-index: 1; }
    .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-rate .page-profile-profile-rating-community .page-profile-profile-rating-community-bubble {
      position: relative;
      left: -5px; }
  .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links {
    padding: 14px 0;
    padding: 1rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center; }
    @media (min-width: 48em) {
      .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links {
        padding: 0 0 0 1rem;
        width: 77%;
        text-align: left; } }
    @media (min-width: 48em) {
      .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-navigation {
        width: 100%;
        min-height: 110px; } }
    .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-navigation .article-content-game-profile-content-links-navigation-list {
      display: none; }
      @media (min-width: 48em) {
        .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-navigation .article-content-game-profile-content-links-navigation-list {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-navigation .article-content-game-profile-content-links-navigation-list .article-content-game-profile-content-links-navigation-element {
        width: 33%;
        margin-bottom: 14px;
        margin-bottom: 1rem; }
        .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-navigation .article-content-game-profile-content-links-navigation-list .article-content-game-profile-content-links-navigation-element .article-content-game-profile-content-links-navigation-item {
          color: #4a4a4a;
          font-size: 16.8px;
          font-size: 1.2rem;
          font-family: "Titillium-light", Helvetica, Arial, sans-serif; }
          .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-navigation .article-content-game-profile-content-links-navigation-list .article-content-game-profile-content-links-navigation-element .article-content-game-profile-content-links-navigation-item.community::before {
            color: #ffae00; }
          .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-navigation .article-content-game-profile-content-links-navigation-list .article-content-game-profile-content-links-navigation-element .article-content-game-profile-content-links-navigation-item::before {
            font-size: 28px;
            font-size: 2rem;
            display: inline-block;
            width: 20px;
            height: 20px;
            position: relative;
            top: 7px;
            margin-right: 9.799px;
            margin-right: 0.7rem;
            font-family: "axelspringer";
            color: #00a6f8; }
    .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-link {
      padding: 12.6px;
      padding: 0.9rem;
      width: 210px;
      width: 15rem;
      margin-bottom: 14px;
      margin-bottom: 1rem;
      margin-right: 0;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
      @media (min-width: 980px) {
        .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-link {
          margin-right: 1rem; } }
    .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-link-add {
      padding: 12.6px;
      padding: 0.9rem;
      width: 210px;
      width: 15rem;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
  .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers {
    width: 100%;
    margin-top: 42px;
    margin-top: 3rem; }
    .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-title {
      color: #a70069;
      text-align: center; }
      @media (min-width: 48em) {
        .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-offers .article-content-game-profile-content-offers-title {
          text-align: left;
          padding-left: 1rem; } }

.page-profile-fichas .article-content-game-profile .article-content-game-profile-content-links-add {
  padding: 9.799px 42px;
  padding: 0.7rem 3rem;
  font-size: 19.599px;
  font-size: 1.4rem; }

.page-profile-fichas .pager__item {
  margin-top: 14px;
  margin-top: 1rem; }

@media (min-width: 980px) {
  .article-content #comments_anchor {
    margin: 1rem 0 2rem 0; } }

#comments_anchor {
  text-align: center; }
  #comments_anchor a:before {
    font-size: 21px;
    font-size: 1.5rem;
    position: relative;
    top: 6px;
    left: -5px; }
  #comments_anchor a:after {
    display: none; }

#comments .comment-content-comment-form {
  width: 97%;
  margin: 0 auto; }

#comments #componets-comments-fake-form {
  width: 100%;
  min-height: 200px;
  background: #ECECEC;
  border: #ffae00 dashed 2px; }
  #comments #componets-comments-fake-form .sign-in input {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 80px; }

/*------------------------------------
    $PAGE SPECIALS
------------------------------------*/
.page-special .page-special-header {
  padding: 14px;
  padding: 1rem; }

.page-special .article-main-element {
  text-align: center;
  margin: 42px 0;
  margin: 3rem 0; }

.page-special .article-content {
  margin: 14px 0 42px;
  margin: 1rem 0 3rem; }
  .page-special .article-content > h2 {
    padding: 0; }
  .page-special .article-content > p {
    font-size: 14px;
    font-size: 1rem;
    margin-bottom: 14px;
    margin-bottom: 1rem; }
  .page-special .article-content .article-blocks > .widget > h3 {
    margin-bottom: 14px;
    margin-bottom: 1rem; }

#main .page-special .article-content .gallery.article-main-element {
  padding: 0; }
  #main .page-special .article-content .gallery.article-main-element .gallery-link {
    right: -7px;
    right: -0.5rem; }

#main .page-special .article-content .embed-container {
  margin: 7px 0 14px;
  margin: 0.5rem 0 1rem; }

#main .page-special .article-content .media-wrapper {
  margin: 14px 0;
  margin: 1rem 0; }
  #main .page-special .article-content .media-wrapper figcaption {
    background-color: #2c7db4;
    padding: 7px;
    padding: 0.5rem;
    color: white;
    font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif; }

#main .page-special .last-articles .last-article-content .column .article-list .ad-smart:nth-of-type(2) {
  top: 650px; }

#main .special-related-header {
  margin-bottom: 7px;
  margin-bottom: 0.5rem; }
  #main .special-related-header .article-main-element img {
    height: auto;
    width: auto; }

/*------------------------------------
    $PAGE SPECIALS SECOND LAYOUT
------------------------------------*/
.layout_special .special-second.article {
  width: 100%;
  padding: 0; }
  .layout_special .special-second.article .page-special-header {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: -webkit-calc(100vh - 102px);
    height: calc(100vh - 102px);
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    background: none;
    border-bottom: none; }
    @media (min-width: 980px) {
      .layout_special .special-second.article .page-special-header {
        height: -webkit-calc(100vh - 172px);
        height: calc(100vh - 172px); } }
    .layout_special .special-second.article .page-special-header h1 {
      text-align: center;
      padding: 15px;
      font-size: 31px;
      line-height: 38px; }
      .layout_special .special-second.article .page-special-header h1:before {
        content: none; }
      @media (min-width: 980px) {
        .layout_special .special-second.article .page-special-header h1 {
          font-size: 50px;
          line-height: 60px;
          padding: 15px 100px; } }
  .layout_special .special-second.article .article-main-element {
    margin: 0;
    width: 100%;
    height: -webkit-calc(100vh - 102px);
    height: calc(100vh - 102px);
    overflow: hidden;
    position: relative;
    margin-bottom: 60px; }
    @media (min-width: 980px) {
      .layout_special .special-second.article .article-main-element {
        height: -webkit-calc(100vh - 172px);
        height: calc(100vh - 172px); } }
    .layout_special .special-second.article .article-main-element:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }
    .layout_special .special-second.article .article-main-element img {
      width: 100vw;
      height: 100vh;
      -o-object-fit: cover;
      object-fit: cover; }
  .layout_special .special-second.article .special-advertising-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: -webkit-calc(100vh - 102px);
    height: calc(100vh - 102px);
    text-align: center; }
    @media (min-width: 980px) {
      .layout_special .special-second.article .special-advertising-img {
        height: -webkit-calc(100vh - 172px);
        height: calc(100vh - 172px); } }
    .layout_special .special-second.article .special-advertising-img img {
      text-align: center;
      position: absolute;
      bottom: 0;
      max-width: 70px;
      padding: 10px 20px;
      left: -webkit-calc(50vw - 55px);
      left: calc(50vw - 55px);
      background: white; }
      @media (min-width: 980px) {
        .layout_special .special-second.article .special-advertising-img img {
          max-width: 110px;
          left: -webkit-calc(50vw - 75px);
          left: calc(50vw - 75px); } }
  .layout_special .special-second.article .article-content {
    padding: 0 10px;
    line-height: 24px; }
    @media (min-width: 980px) {
      .layout_special .special-second.article .article-content {
        max-width: 700px;
        padding: 0;
        margin: 0 auto 60px; } }
    .layout_special .special-second.article .article-content .container-body {
      padding: 0; }
  .layout_special .special-second.article .last-articles {
    padding: 0 10px; }
    @media (min-width: 980px) {
      .layout_special .special-second.article .last-articles {
        max-width: 700px;
        padding: 0;
        margin: 0 auto; } }

.page-node-type-basic-page p.page-authors-subtitle {
  text-align: center;
  margin-bottom: 60px; }

.page-node-type-basic-page .article-content .container-author-images h3 {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #aaaaaa; }

.page-node-type-basic-page .article-content .container-author-images ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
  list-style: none;
  padding: 0; }
  .page-node-type-basic-page .article-content .container-author-images ul li {
    list-style: none;
    margin-bottom: 40px;
    text-align: center;
    text-align: -webkit-center; }
    .page-node-type-basic-page .article-content .container-author-images ul li .author-image {
      width: 240px;
      height: 240px;
      overflow: hidden;
      -webkit-border-radius: 240px;
      border-radius: 240px;
      margin-bottom: 10px;
      -webkit-box-shadow: 0 0 15px #aaaaaa;
      box-shadow: 0 0 15px #aaaaaa; }
    .page-node-type-basic-page .article-content .container-author-images ul li .author-description {
      font-size: 14px;
      line-height: 16px;
      margin: 0; }
  .page-node-type-basic-page .article-content .container-author-images ul.range_2 {
    position: relative; }
    .page-node-type-basic-page .article-content .container-author-images ul.range_2 .author-image {
      width: 200px;
      height: 200px; }
    .page-node-type-basic-page .article-content .container-author-images ul.range_2:before {
      content: "";
      border-top: 1px solid #aaaaaa;
      width: 100%;
      position: absolute;
      top: -15px; }
  .page-node-type-basic-page .article-content .container-author-images ul.range_3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .page-node-type-basic-page .article-content .container-author-images ul.range_3 .author-image {
      width: 100px;
      height: 100px;
      margin: 0 10px; }
      @media (min-width: 980px) {
        .page-node-type-basic-page .article-content .container-author-images ul.range_3 .author-image {
          width: 130px;
          height: 130px;
          margin: 0 15px; } }

/* Styles for old page taxonomy term authors */
.path-redaccion .layout_main {
  max-width: 980px;
  margin-top: 110px; }
  @media (min-width: 980px) {
    .path-redaccion .layout_main {
      margin: 0 auto; } }

.path-redaccion h1 {
  text-align: center; }

.path-redaccion .views-element-container header {
  font-family: 'Roboto_Slab-regular',Helvetica,Arial,sans-serif;
  margin: 0 10px 30px; }
  @media (min-width: 980px) {
    .path-redaccion .views-element-container header {
      margin: 0 0 30px; } }

.path-redaccion .views-element-container .view-content {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-columns: 29% 29% 29%;
  grid-template-columns: 29% 29% 29%;
  margin: 0 10px; }
  @media (min-width: 41.2em) {
    .path-redaccion .views-element-container .view-content {
      -ms-grid-columns: 22% 22% 22% 22%;
      grid-template-columns: 22% 22% 22% 22%; } }
  @media (min-width: 980px) {
    .path-redaccion .views-element-container .view-content {
      -ms-grid-columns: 17% 17% 17% 17% 17%;
      grid-template-columns: 17% 17% 17% 17% 17%;
      margin: 0; } }
  .path-redaccion .views-element-container .view-content .editor-human {
    margin-bottom: 50px; }
  .path-redaccion .views-element-container .view-content .views-field-field-photo {
    margin-bottom: 10px; }
    .path-redaccion .views-element-container .view-content .views-field-field-photo img {
      width: 100%; }
  .path-redaccion .views-element-container .view-content .views-field-name a {
    font-weight: bold;
    font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #4a4a4a; }
  .path-redaccion .views-element-container .view-content .views-field-field-position {
    font-size: 12px;
    color: #6d6d6d; }

/*------------------------------------
    $PAGE SUBHOME DEFAULT
------------------------------------*/
.page-subhome-default .pager__item {
  margin-bottom: 14px;
  margin-bottom: 1rem; }

.page-subhome-default.page-subhome-multimedia header {
  border-bottom: none; }
  .page-subhome-default.page-subhome-multimedia header .page-subhome-default-header-title {
    border-bottom: 1px solid #00a6f8;
    margin-bottom: 28px;
    margin-bottom: 2rem;
    padding-bottom: 14px;
    padding-bottom: 1rem; }

.page-subhome-default.page-subhome-highlighted .article-item .article-item-title a, .page-subhome-default.page-subhome-last .article-item .article-item-title a, .page-subhome-default.page-subhome-popular .article-item .article-item-title a {
  font-size: 23.8px;
  font-size: 1.7rem;
  line-height: 28px;
  line-height: 2rem; }

.page-subhome-default.page-subhome-highlighted .article-item .article-item-lead, .page-subhome-default.page-subhome-last .article-item .article-item-lead, .page-subhome-default.page-subhome-popular .article-item .article-item-lead {
  font-size: 14px;
  font-size: 1rem;
  line-height: 19.599px;
  line-height: 1.4rem; }

.page-subhome-top-juegos {
  padding: 0 14px;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 41.2em) {
    .page-subhome-top-juegos {
      padding: 0 0.5rem; } }
  @media (min-width: 980px) {
    .page-subhome-top-juegos .filters {
      margin-top: -7px; } }
  .page-subhome-top-juegos .filters form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-left: 7px;
    padding-left: 0.5rem;
    position: relative;
    z-index: 1;
    background: transparent;
    text-transform: uppercase; }
    .page-subhome-top-juegos .filters form select::-ms-expand {
      display: none; }
  .page-subhome-top-juegos .filters .js-form-submit {
    display: none; }
  .page-subhome-top-juegos .filters .js-form-item-platform {
    padding: 7px 0;
    padding: 0.5rem 0;
    position: relative; }
    @media (min-width: 980px) {
      .page-subhome-top-juegos .filters .js-form-item-platform {
        width: 217px;
        display: inline-block; } }
    .page-subhome-top-juegos .filters .js-form-item-platform:after {
      content: "";
      height: 61%;
      width: 1px;
      background: #aaaaaa;
      position: absolute;
      top: 12px;
      right: 60px; }
    .page-subhome-top-juegos .filters .js-form-item-platform:before {
      position: absolute;
      right: 16px;
      top: 17px;
      z-index: 1;
      font-size: 30.8px;
      font-size: 2.2rem;
      color: #aaaaaa; }
  .page-subhome-top-juegos .filters .query-filters {
    display: none;
    padding: 0;
    margin: 0;
    border: none;
    background: #2c7db4;
    margin: 28px 0 21px 0;
    margin: 2rem 0 1.5rem 0; }
    @media (min-width: 980px) {
      .page-subhome-top-juegos .filters .query-filters {
        width: 430px;
        display: inline-block !important;
        margin-top: 0;
        background: none; } }
    .page-subhome-top-juegos .filters .query-filters.is-filtered {
      display: block; }
    .page-subhome-top-juegos .filters .query-filters .fieldset-wrapper {
      position: relative;
      padding: 21px 7px;
      padding: 1.5rem 0.5rem; }
      @media (min-width: 980px) {
        .page-subhome-top-juegos .filters .query-filters .fieldset-wrapper {
          padding: 0; } }
      .page-subhome-top-juegos .filters .query-filters .fieldset-wrapper .close-filters {
        position: absolute;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #00a6f8;
        top: -20px;
        right: 6px;
        text-align: center;
        line-height: 35px;
        line-height: 2.5rem;
        color: #00a6f8;
        cursor: pointer; }
        @media (min-width: 980px) {
          .page-subhome-top-juegos .filters .query-filters .fieldset-wrapper .close-filters {
            display: none; } }
        .page-subhome-top-juegos .filters .query-filters .fieldset-wrapper .close-filters:after {
          content: "\00d7";
          position: absolute;
          width: 40px;
          height: 40px;
          left: 0;
          color: white;
          font-size: 29.4px;
          font-size: 2.1rem;
          font-weight: bold; }
    .page-subhome-top-juegos .filters .query-filters .js-form-item-genre,
    .page-subhome-top-juegos .filters .query-filters .js-form-item-date {
      position: relative;
      margin: 7px 0;
      margin: 0.5rem 0;
      background: white; }
      .page-subhome-top-juegos .filters .query-filters .js-form-item-genre:after,
      .page-subhome-top-juegos .filters .query-filters .js-form-item-date:after {
        content: "";
        height: 81%;
        width: 1px;
        background: #aaaaaa;
        position: absolute;
        top: 5px;
        right: 53px; }
      .page-subhome-top-juegos .filters .query-filters .js-form-item-genre:before,
      .page-subhome-top-juegos .filters .query-filters .js-form-item-date:before {
        position: absolute;
        right: 11px;
        top: 11px;
        z-index: 1;
        font-size: 30.8px;
        font-size: 2.2rem;
        color: #aaaaaa; }
    @media (min-width: 980px) {
      .page-subhome-top-juegos .filters .query-filters .js-form-item-genre {
        width: 212px;
        display: inline-block; } }
    @media (min-width: 980px) {
      .page-subhome-top-juegos .filters .query-filters .js-form-item-date {
        display: inline-block;
        width: 212px; } }
  .page-subhome-top-juegos .filters .open-filters {
    color: #00a6f8;
    display: block !important;
    font-size: 14px;
    font-size: 1rem;
    margin: 14px;
    margin: 1rem;
    text-decoration: underline;
    position: relative;
    text-align: center; }
    @media (min-width: 980px) {
      .page-subhome-top-juegos .filters .open-filters {
        display: none !important; } }
    .page-subhome-top-juegos .filters .open-filters.is-filtered {
      display: none; }
  .page-subhome-top-juegos .links ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: 12.6px 7px;
    padding: 0.9rem 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1rem;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-top: 2px solid #dfdfdf;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 20px; }
    .page-subhome-top-juegos .links ul li {
      /*margin: 0 $size-s;*/
      position: relative;
      text-align: center;
      width: 33%;
      border-right: solid 1px #dfdfdf;
      padding: 7px 14px;
      padding: 0.5rem 1rem;
      /*&::after{
          content: "";
          width: 1px;
          background: #dfdfdf;
          height: 100%;
          position: absolute;
          right: -10px;
        }
        &:last-child{
          &::after{
            content: none;
          }
        }*/ }
      .page-subhome-top-juegos .links ul li:last-child {
        border: none; }
      @media (min-width: 980px) {
        .page-subhome-top-juegos .links ul li {
          border-right: none;
          padding: 0; } }
      .page-subhome-top-juegos .links ul li a {
        color: #aaaaaa;
        font-weight: 100;
        font-family: "Titillium-regular", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-size: 1rem; }
        @media (min-width: 980px) {
          .page-subhome-top-juegos .links ul li a {
            font-size: 1.2rem; } }
        .page-subhome-top-juegos .links ul li a.is-active {
          color: #025076;
          font-weight: bolder; }
      @media (min-width: 980px) {
        .page-subhome-top-juegos .links ul li::after {
          content: none; } }
  .page-subhome-top-juegos .change-ads-col .column .views-element-container .article-content-game-profile-content-links-navigation-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .page-subhome-top-juegos .change-ads-col .column .views-element-container > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .page-subhome-top-juegos .change-ads-col .column .views-element-container > ul > li {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    .page-subhome-top-juegos .change-ads-col .column .views-element-container > ul:first-child .dfp-position {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
      .page-subhome-top-juegos .change-ads-col .column .views-element-container > ul:first-child .dfp-position:first-child {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3; }
      @media (min-width: 41.2em) {
        .page-subhome-top-juegos .change-ads-col .column .views-element-container > ul:first-child .dfp-position:nth-child(17) {
          top: 1500px; } }
    @media (min-width: 41.2em) {
      .page-subhome-top-juegos .change-ads-col .column .views-element-container > ul:first-child .dfp-position:first-child {
        top: 7px; } }
    .page-subhome-top-juegos .change-ads-col .column .views-element-container > ul:nth-child(2) .dfp-position {
      top: 7000px; }
      .page-subhome-top-juegos .change-ads-col .column .views-element-container > ul:nth-child(2) .dfp-position:nth-child(17) {
        top: 8500px; }
    .page-subhome-top-juegos .change-ads-col .column .views-element-container > ul:nth-child(3) .dfp-position {
      top: 14000px; }
      .page-subhome-top-juegos .change-ads-col .column .views-element-container > ul:nth-child(3) .dfp-position:nth-child(17) {
        top: 15500px; }
    .page-subhome-top-juegos .change-ads-col .column .views-element-container > ul:nth-child(4) .dfp-position {
      top: 21000px; }
      .page-subhome-top-juegos .change-ads-col .column .views-element-container > ul:nth-child(4) .dfp-position:nth-child(17) {
        top: 22500px; }
  .page-subhome-top-juegos .change-ads-col .column .views-element-container .no-results {
    font-size: 28px;
    font-size: 2rem; }
    @media (min-width: 980px) {
      .page-subhome-top-juegos .change-ads-col .column .views-element-container .no-results {
        text-align: center;
        margin: 14rem 12rem; } }
  .page-subhome-top-juegos .views-element-container .view-content .views-infinite-scroll-content-wrapper > ul > li {
    position: relative;
    margin-top: 7px;
    margin-top: 0.5rem;
    width: 100%; }
    .page-subhome-top-juegos .views-element-container .view-content .views-infinite-scroll-content-wrapper > ul > li:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background: #eaeaea;
      left: 0;
      top: 16px; }
      @media (min-width: 48em) {
        .page-subhome-top-juegos .views-element-container .view-content .views-infinite-scroll-content-wrapper > ul > li:after {
          width: -webkit-calc(100% - 20px);
          width: calc(100% - 20px);
          left: 20px; } }
    .page-subhome-top-juegos .views-element-container .view-content .views-infinite-scroll-content-wrapper > ul > li .article-content-game-profile-content-links {
      padding-top: 0; }
      .page-subhome-top-juegos .views-element-container .view-content .views-infinite-scroll-content-wrapper > ul > li .article-content-game-profile-content-links h3 {
        margin-top: 0;
        font-size: 23.8px;
        font-size: 1.7rem; }
  .page-subhome-top-juegos .views-element-container .view-content .views-infinite-scroll-content-wrapper > ul .current-row-number {
    margin: 0 auto;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #00a6f8;
    color: white;
    font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
    font-size: 22.4px;
    font-size: 1.6rem;
    line-height: 35px;
    line-height: 2.5rem;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
    @media (min-width: 48em) {
      .page-subhome-top-juegos .views-element-container .view-content .views-infinite-scroll-content-wrapper > ul .current-row-number {
        margin: 0 0 15px 0; } }
  .page-subhome-top-juegos .views-element-container .view-content .views-infinite-scroll-content-wrapper > ul .article-content-game-profile-content-links-navigation-element:after {
    display: none; }
  .page-subhome-top-juegos.lanzamientos .filters .query-filters .form-disabled {
    background: rgba(170, 170, 170, 0.94); }
  .page-subhome-top-juegos.lanzamientos .views-element-container .view-content ul li .current-row-number {
    display: none; }
  .page-subhome-top-juegos.lanzamientos .views-element-container .view-content ul li:after {
    width: 100%;
    top: 0;
    left: 0;
    content: none; }
  .page-subhome-top-juegos.lanzamientos .views-element-container .view-content ul li:nth-child(2):after {
    display: none; }
  .page-subhome-top-juegos .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info h3 {
    margin: 0;
    text-align: center;
    font-size: 25.2px;
    font-size: 1.8rem; }
    @media (min-width: 48em) {
      .page-subhome-top-juegos .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info h3 {
        display: none; } }
  .page-subhome-top-juegos .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links {
    display: none; }
    @media (min-width: 48em) {
      .page-subhome-top-juegos .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links {
        display: block; } }
    @media (min-width: 980px) {
      .page-subhome-top-juegos .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-genre-date {
        left: 20px; } }
  @media (min-width: 980px) {
    .page-subhome-top-juegos .change-ads-col .column:first-child .dfp-position {
      top: 0; } }
  .page-subhome-top-juegos.top-usuarios .views-element-container .view-content ul .current-row-number {
    background: #ffae00; }
  .page-subhome-top-juegos.lanzamientos .views-element-container li {
    /*&:before{
          content: "";
          position: absolute;
          width: 100%;
          height: 1px;
          background: $color-white_grey;
          left: 0;
          top: 16px;
          @include breakpoint(bp-m) {
            width: calc(100% - 20px);
            left: 20px;
          }
        }*/ }
    .page-subhome-top-juegos.lanzamientos .views-element-container li .article-content-game-profile-content-release-date,
    .page-subhome-top-juegos.lanzamientos .views-element-container li .mini-card-upcoming-releases-date {
      font-family: "Titillium-light", Helvetica, Arial, sans-serif;
      color: #2c7db4;
      margin-bottom: 0;
      text-align: center;
      font-size: 18.2px;
      font-size: 1.3rem; }
      @media (min-width: 48em) {
        .page-subhome-top-juegos.lanzamientos .views-element-container li .article-content-game-profile-content-release-date,
        .page-subhome-top-juegos.lanzamientos .views-element-container li .mini-card-upcoming-releases-date {
          font-size: 1.5rem;
          border-bottom: solid 1px #2c7db4;
          margin-bottom: 5px;
          text-align: left; } }
    .page-subhome-top-juegos.lanzamientos .views-element-container li:after {
      content: none; }
  .page-subhome-top-juegos.lanzamientos .views-element-container .article-content-game-profile {
    border-bottom: solid 1px #eaeaea; }
    @media (min-width: 48em) {
      .page-subhome-top-juegos.lanzamientos .views-element-container .article-content-game-profile {
        border: none; } }
    .page-subhome-top-juegos.lanzamientos .views-element-container .article-content-game-profile .article-content-game-profile-content-info-rate {
      visibility: hidden; }
  .page-subhome-top-juegos .grid.col-2.right > div:nth-child(1),
  .page-subhome-top-juegos .grid.col-2.right .column:nth-child(1) {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important; }
  .page-subhome-top-juegos .grid.col-2.right .column,
  .page-subhome-top-juegos .grid.col-2.right > div {
    width: auto; }

.page-tags .page-default-header-title {
  color: white;
  margin: 0;
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 41.2em) {
    .page-tags .page-default-header-title {
      font-size: 2rem;
      line-height: 2rem; } }
  .page-tags .page-default-header-title:before {
    background-color: #00a6f8;
    font-size: 56px;
    font-size: 4rem;
    margin-right: 7px;
    margin-right: 0.5rem;
    padding: 7px 7px 0px;
    padding: 0.5rem 0.5rem 0rem;
    line-height: 1; }

.page-tags .article-content {
  margin-bottom: 30px; }
  .page-tags .article-content .container-body {
    padding: 0; }
    .page-tags .article-content .container-body .contain-table, .page-tags .article-content .container-body table {
      width: 100%; }
  .page-tags .article-content ul, .page-tags .article-content ol {
    padding: 0 14px 0 36px;
    margin-bottom: 14px;
    margin-bottom: 1rem; }
    @media (min-width: 980px) {
      .page-tags .article-content ul, .page-tags .article-content ol {
        padding: 0 0 1rem 20px; } }
    .page-tags .article-content ul li, .page-tags .article-content ol li {
      font-size: 16px;
      line-height: 25.2px;
      line-height: 1.8rem; }
  .page-tags .article-content ul {
    list-style-type: disc; }
  .page-tags .article-content ol {
    list-style-type: decimal; }
  .page-tags .article-content h2,
  .page-tags .article-content h3 {
    padding: 0 14px;
    padding: 0 1rem; }
    @media (min-width: 980px) {
      .page-tags .article-content h2,
      .page-tags .article-content h3 {
        padding: 0 0 1rem 0; } }
  .page-tags .article-content blockquote {
    padding: 0 14px;
    padding: 0 1rem;
    position: relative; }
    .page-tags .article-content blockquote p {
      font-size: 23.8px;
      font-size: 1.7rem;
      line-height: 32.199px;
      line-height: 2.3rem;
      margin: 0; }
      @media (min-width: 980px) {
        .page-tags .article-content blockquote p {
          padding: 0; } }
      .page-tags .article-content blockquote p a {
        text-decoration: underline; }
    @media (min-width: 980px) {
      .page-tags .article-content blockquote {
        margin-right: 110px;
        padding: 0; } }
    .page-tags .article-content blockquote:before {
      position: absolute;
      top: 3px;
      left: -19px;
      font-size: 28px;
      font-size: 2rem;
      color: #025076;
      font-family: "axelspringer"; }
      @media (min-width: 980px) {
        .page-tags .article-content blockquote:before {
          left: -35px;
          top: 3px; } }
  .page-tags .article-content p {
    padding: 0 10px;
    line-height: 25.2px;
    line-height: 1.8rem;
    font-size: 16px;
    margin-bottom: 14px; }
    @media (min-width: 980px) {
      .page-tags .article-content p {
        padding: 0; } }
    .page-tags .article-content p.article-content-lead {
      font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
      font-weight: bold; }
    @media (min-width: 980px) {
      .page-tags .article-content p a:hover {
        text-decoration: underline; } }
  .page-tags .article-content .bullets-lead {
    font-weight: bold; }
  .page-tags .article-content .summary-bullets {
    border-left: 5px solid #3789ba;
    padding-left: 10px;
    margin: 0 14px; }
    @media (min-width: 980px) {
      .page-tags .article-content .summary-bullets {
        margin: 0; } }
    .page-tags .article-content .summary-bullets > p {
      font-size: 17px;
      font-weight: bold;
      margin: 0 0 15px;
      padding: 0;
      font-family: 'Roboto_Slab-regular', Helvetica, Arial, sans-serif; }
    .page-tags .article-content .summary-bullets ul {
      padding-left: 5px; }
      .page-tags .article-content .summary-bullets ul li {
        list-style: none;
        list-style-type: none;
        margin-left: 5px;
        padding-left: 13px;
        position: relative;
        margin-bottom: 10px;
        line-height: 20px; }
        .page-tags .article-content .summary-bullets ul li::before {
          content: "•";
          font-size: 25px;
          color: #4595c0;
          position: absolute;
          left: 0;
          top: 1px; }
        .page-tags .article-content .summary-bullets ul li a:hover {
          text-decoration: underline; }

/*------------------------------------
    $PAGE TIME LINE
------------------------------------*/
/*------------------------------------
    $PAGE USER FORM
------------------------------------*/
.common-user-form h1,
.add-review-page-content h1,
.user-form h1,
.profile-form h1 {
  font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-size: 2rem;
  text-align: center;
  color: black;
  position: relative; }
  .common-user-form h1:after,
  .add-review-page-content h1:after,
  .user-form h1:after,
  .profile-form h1:after {
    height: 1px;
    position: absolute;
    width: 95%;
    content: "";
    background: #ffae00;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto; }
  @media (min-width: 980px) {
    .common-user-form h1,
    .add-review-page-content h1,
    .user-form h1,
    .profile-form h1 {
      text-align: left;
      padding-left: 1rem; } }

.common-user-form textarea,
.add-review-page-content textarea,
.user-form textarea,
.profile-form textarea {
  width: 100%; }

.common-user-form .moderation-messager,
.add-review-page-content .moderation-messager,
.user-form .moderation-messager,
.profile-form .moderation-messager {
  display: block;
  border: 1px solid #ffb700;
  padding: 10px 15px;
  text-align: center;
  font-size: 15px; }

@media (min-width: 980px) {
  .common-user-form,
  .user-form,
  .profile-form {
    width: auto; } }

.page-edit-profile #main {
  margin: 42px auto 0;
  background-color: white;
  padding: 7px;
  padding: 0.5rem; }
  @media (min-width: 980px) {
    .page-edit-profile #main {
      width: 980px;
      padding: 0; } }
  .page-edit-profile #main h1 {
    font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #ffae00;
    font-size: 28px;
    font-size: 2rem;
    text-align: center;
    color: #4a4a4a; }
    @media (min-width: 980px) {
      .page-edit-profile #main h1 {
        text-align: left;
        padding-left: 1rem; } }
  .page-edit-profile #main .grid.col-2.left .column:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    @media (min-width: 980px) {
      .page-edit-profile #main .grid.col-2.left .column:nth-child(1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 225px;
        -ms-flex: 0 0 225px;
        flex: 0 0 225px; } }
  .page-edit-profile #main .grid.col-2.left .column:nth-child(2) {
    /*flex: 0 600px 0;*/ }
    @media (min-width: 980px) {
      .page-edit-profile #main .grid.col-2.left .column:nth-child(2) {
        width: 40%;
        padding: 0 0 0 5rem; } }
    .page-edit-profile #main .grid.col-2.left .column:nth-child(2) .profile-secondary-title {
      margin: 0 14px 21px;
      margin: 0 1rem 1.5rem; }
      @media (min-width: 980px) {
        .page-edit-profile #main .grid.col-2.left .column:nth-child(2) .profile-secondary-title {
          margin: 0 0 1rem 0; } }
  @media (min-width: 980px) {
    .page-edit-profile #main .grid.col-2 {
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; } }
  @media (min-width: 48em) {
    .page-edit-profile #main .user-review-content-list .dfp-position {
      float: right; } }
  .page-edit-profile #main .user-review-content-element {
    width: 100%; }
  .page-edit-profile #main .page-user-profile .user-review-content-element {
    width: 100%; }
  .page-edit-profile #main .user-cancel-form input {
    margin-top: 14px;
    margin-top: 1rem; }

.page-edit-profile .profile-navi-desk {
  display: none; }
  @media (min-width: 980px) {
    .page-edit-profile .profile-navi-desk {
      display: block;
      background: #efefef;
      text-align: right;
      height: 100%; } }
  .page-edit-profile .profile-navi-desk li a {
    font-family: "Titillium-regular", Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-size: 1.5rem;
    color: #ffae00;
    display: block;
    padding: 14px;
    padding: 1rem; }
    .page-edit-profile .profile-navi-desk li a.is-active {
      background: white;
      color: black;
      font-weight: bold;
      -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1); }

.page-edit-profile .profile-navi-mov {
  width: 92%;
  margin: 14px 14px 28px 14px;
  margin: 1rem 1rem 2rem 1rem;
  display: block;
  background: transparent; }
  @media (min-width: 980px) {
    .page-edit-profile .profile-navi-mov {
      display: none; } }

.user-login-form {
  padding: 0 14px;
  padding: 0 1rem; }
  @media (min-width: 980px) {
    .user-login-form {
      padding: 0 1rem; } }

.node-review-form .form-wrapper {
  margin-bottom: 28px;
  margin-bottom: 2rem;
  padding: 0 14px;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 980px) {
    .node-review-form .form-wrapper {
      padding: 0; } }

.node-review-form .field--name-field-hc-score {
  position: relative; }
  .node-review-form .field--name-field-hc-score label {
    margin-right: 14px;
    margin-right: 1rem; }
  @media (min-width: 980px) {
    .node-review-form .field--name-field-hc-score input {
      width: 37.8%; } }

.node-form .cke_chrome,
.node-review-form .cke_chrome,
.user-form .cke_chrome,
.profile-form .cke_chrome,
.user-pass-reset .cke_chrome,
.user-form .cke_chrome,
.user-pass .cke_chrome,
.user-register-form .cke_chrome,
.user-login-form .cke_chrome {
  -webkit-box-shadow: none;
  box-shadow: none; }

.node-form .captcha,
.node-form .js-form-item-legal,
.node-review-form .captcha,
.node-review-form .js-form-item-legal,
.user-form .captcha,
.user-form .js-form-item-legal,
.profile-form .captcha,
.profile-form .js-form-item-legal,
.user-pass-reset .captcha,
.user-pass-reset .js-form-item-legal,
.user-form .captcha,
.user-form .js-form-item-legal,
.user-pass .captcha,
.user-pass .js-form-item-legal,
.user-register-form .captcha,
.user-register-form .js-form-item-legal,
.user-login-form .captcha,
.user-login-form .js-form-item-legal {
  padding: 0 14px;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 980px) {
    .node-form .captcha,
    .node-form .js-form-item-legal,
    .node-review-form .captcha,
    .node-review-form .js-form-item-legal,
    .user-form .captcha,
    .user-form .js-form-item-legal,
    .profile-form .captcha,
    .profile-form .js-form-item-legal,
    .user-pass-reset .captcha,
    .user-pass-reset .js-form-item-legal,
    .user-form .captcha,
    .user-form .js-form-item-legal,
    .user-pass .captcha,
    .user-pass .js-form-item-legal,
    .user-register-form .captcha,
    .user-register-form .js-form-item-legal,
    .user-login-form .captcha,
    .user-login-form .js-form-item-legal {
      padding: 0; } }

.node-form > .form-wrapper,
.node-review-form > .form-wrapper,
.user-form > .form-wrapper,
.profile-form > .form-wrapper,
.user-pass-reset > .form-wrapper,
.user-form > .form-wrapper,
.user-pass > .form-wrapper,
.user-register-form > .form-wrapper,
.user-login-form > .form-wrapper {
  margin-bottom: 28px;
  margin-bottom: 2rem;
  padding: 0 14px;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 980px) {
    .node-form > .form-wrapper,
    .node-review-form > .form-wrapper,
    .user-form > .form-wrapper,
    .profile-form > .form-wrapper,
    .user-pass-reset > .form-wrapper,
    .user-form > .form-wrapper,
    .user-pass > .form-wrapper,
    .user-register-form > .form-wrapper,
    .user-login-form > .form-wrapper {
      padding: 0; } }
  .node-form > .form-wrapper .form-item,
  .node-review-form > .form-wrapper .form-item,
  .user-form > .form-wrapper .form-item,
  .profile-form > .form-wrapper .form-item,
  .user-pass-reset > .form-wrapper .form-item,
  .user-form > .form-wrapper .form-item,
  .user-pass > .form-wrapper .form-item,
  .user-register-form > .form-wrapper .form-item,
  .user-login-form > .form-wrapper .form-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    min-height: 5px;
    margin-bottom: 14px;
    margin-bottom: 1rem; }
    .node-form > .form-wrapper .form-item > div,
    .node-review-form > .form-wrapper .form-item > div,
    .user-form > .form-wrapper .form-item > div,
    .profile-form > .form-wrapper .form-item > div,
    .user-pass-reset > .form-wrapper .form-item > div,
    .user-form > .form-wrapper .form-item > div,
    .user-pass > .form-wrapper .form-item > div,
    .user-register-form > .form-wrapper .form-item > div,
    .user-login-form > .form-wrapper .form-item > div {
      width: 100%; }
    .node-form > .form-wrapper .form-item > #edit-name,
    .node-form > .form-wrapper .form-item > #edit-field-user-surname-0-value,
    .node-form > .form-wrapper .form-item > #edit-field-user-name-0-value,
    .node-form > .form-wrapper .form-item > #edit-mail,
    .node-form > .form-wrapper .form-item > #edit-pass-pass1,
    .node-form > .form-wrapper .form-item > #edit-pass-pass2,
    .node-review-form > .form-wrapper .form-item > #edit-name,
    .node-review-form > .form-wrapper .form-item > #edit-field-user-surname-0-value,
    .node-review-form > .form-wrapper .form-item > #edit-field-user-name-0-value,
    .node-review-form > .form-wrapper .form-item > #edit-mail,
    .node-review-form > .form-wrapper .form-item > #edit-pass-pass1,
    .node-review-form > .form-wrapper .form-item > #edit-pass-pass2,
    .user-form > .form-wrapper .form-item > #edit-name,
    .user-form > .form-wrapper .form-item > #edit-field-user-surname-0-value,
    .user-form > .form-wrapper .form-item > #edit-field-user-name-0-value,
    .user-form > .form-wrapper .form-item > #edit-mail,
    .user-form > .form-wrapper .form-item > #edit-pass-pass1,
    .user-form > .form-wrapper .form-item > #edit-pass-pass2,
    .profile-form > .form-wrapper .form-item > #edit-name,
    .profile-form > .form-wrapper .form-item > #edit-field-user-surname-0-value,
    .profile-form > .form-wrapper .form-item > #edit-field-user-name-0-value,
    .profile-form > .form-wrapper .form-item > #edit-mail,
    .profile-form > .form-wrapper .form-item > #edit-pass-pass1,
    .profile-form > .form-wrapper .form-item > #edit-pass-pass2,
    .user-pass-reset > .form-wrapper .form-item > #edit-name,
    .user-pass-reset > .form-wrapper .form-item > #edit-field-user-surname-0-value,
    .user-pass-reset > .form-wrapper .form-item > #edit-field-user-name-0-value,
    .user-pass-reset > .form-wrapper .form-item > #edit-mail,
    .user-pass-reset > .form-wrapper .form-item > #edit-pass-pass1,
    .user-pass-reset > .form-wrapper .form-item > #edit-pass-pass2,
    .user-form > .form-wrapper .form-item > #edit-name,
    .user-form > .form-wrapper .form-item > #edit-field-user-surname-0-value,
    .user-form > .form-wrapper .form-item > #edit-field-user-name-0-value,
    .user-form > .form-wrapper .form-item > #edit-mail,
    .user-form > .form-wrapper .form-item > #edit-pass-pass1,
    .user-form > .form-wrapper .form-item > #edit-pass-pass2,
    .user-pass > .form-wrapper .form-item > #edit-name,
    .user-pass > .form-wrapper .form-item > #edit-field-user-surname-0-value,
    .user-pass > .form-wrapper .form-item > #edit-field-user-name-0-value,
    .user-pass > .form-wrapper .form-item > #edit-mail,
    .user-pass > .form-wrapper .form-item > #edit-pass-pass1,
    .user-pass > .form-wrapper .form-item > #edit-pass-pass2,
    .user-register-form > .form-wrapper .form-item > #edit-name,
    .user-register-form > .form-wrapper .form-item > #edit-field-user-surname-0-value,
    .user-register-form > .form-wrapper .form-item > #edit-field-user-name-0-value,
    .user-register-form > .form-wrapper .form-item > #edit-mail,
    .user-register-form > .form-wrapper .form-item > #edit-pass-pass1,
    .user-register-form > .form-wrapper .form-item > #edit-pass-pass2,
    .user-login-form > .form-wrapper .form-item > #edit-name,
    .user-login-form > .form-wrapper .form-item > #edit-field-user-surname-0-value,
    .user-login-form > .form-wrapper .form-item > #edit-field-user-name-0-value,
    .user-login-form > .form-wrapper .form-item > #edit-mail,
    .user-login-form > .form-wrapper .form-item > #edit-pass-pass1,
    .user-login-form > .form-wrapper .form-item > #edit-pass-pass2 {
      margin: 0;
      padding: 14px;
      padding: 1rem;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      border: 1px solid #aaaaaa;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-family: "Titillium-light", Helvetica, Arial, sans-serif; }
    .node-form > .form-wrapper .form-item > #edit-field-hc-commented-version--description,
    .node-review-form > .form-wrapper .form-item > #edit-field-hc-commented-version--description,
    .user-form > .form-wrapper .form-item > #edit-field-hc-commented-version--description,
    .profile-form > .form-wrapper .form-item > #edit-field-hc-commented-version--description,
    .user-pass-reset > .form-wrapper .form-item > #edit-field-hc-commented-version--description,
    .user-form > .form-wrapper .form-item > #edit-field-hc-commented-version--description,
    .user-pass > .form-wrapper .form-item > #edit-field-hc-commented-version--description,
    .user-register-form > .form-wrapper .form-item > #edit-field-hc-commented-version--description,
    .user-login-form > .form-wrapper .form-item > #edit-field-hc-commented-version--description {
      margin: 0; }
    .node-form > .form-wrapper .form-item label,
    .node-form > .form-wrapper .form-item h4,
    .node-review-form > .form-wrapper .form-item label,
    .node-review-form > .form-wrapper .form-item h4,
    .user-form > .form-wrapper .form-item label,
    .user-form > .form-wrapper .form-item h4,
    .profile-form > .form-wrapper .form-item label,
    .profile-form > .form-wrapper .form-item h4,
    .user-pass-reset > .form-wrapper .form-item label,
    .user-pass-reset > .form-wrapper .form-item h4,
    .user-form > .form-wrapper .form-item label,
    .user-form > .form-wrapper .form-item h4,
    .user-pass > .form-wrapper .form-item label,
    .user-pass > .form-wrapper .form-item h4,
    .user-register-form > .form-wrapper .form-item label,
    .user-register-form > .form-wrapper .form-item h4,
    .user-login-form > .form-wrapper .form-item label,
    .user-login-form > .form-wrapper .form-item h4 {
      font-size: 16.8px;
      font-size: 1.2rem;
      font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
      margin-bottom: 4.2px;
      margin-bottom: .3rem;
      display: inline-block;
      position: relative;
      font-weight: bold; }
      .node-form > .form-wrapper .form-item label.form-required::after,
      .node-form > .form-wrapper .form-item h4.form-required::after,
      .node-review-form > .form-wrapper .form-item label.form-required::after,
      .node-review-form > .form-wrapper .form-item h4.form-required::after,
      .user-form > .form-wrapper .form-item label.form-required::after,
      .user-form > .form-wrapper .form-item h4.form-required::after,
      .profile-form > .form-wrapper .form-item label.form-required::after,
      .profile-form > .form-wrapper .form-item h4.form-required::after,
      .user-pass-reset > .form-wrapper .form-item label.form-required::after,
      .user-pass-reset > .form-wrapper .form-item h4.form-required::after,
      .user-form > .form-wrapper .form-item label.form-required::after,
      .user-form > .form-wrapper .form-item h4.form-required::after,
      .user-pass > .form-wrapper .form-item label.form-required::after,
      .user-pass > .form-wrapper .form-item h4.form-required::after,
      .user-register-form > .form-wrapper .form-item label.form-required::after,
      .user-register-form > .form-wrapper .form-item h4.form-required::after,
      .user-login-form > .form-wrapper .form-item label.form-required::after,
      .user-login-form > .form-wrapper .form-item h4.form-required::after {
        content: '*';
        font-size: 14px;
        font-size: 1rem;
        font-weight: bold;
        width: 17px;
        height: 17px;
        display: block;
        text-align: center;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        line-height: 17px;
        position: absolute;
        right: -13px;
        top: 0; }
    .node-form > .form-wrapper .form-item .form-number,
    .node-review-form > .form-wrapper .form-item .form-number,
    .user-form > .form-wrapper .form-item .form-number,
    .profile-form > .form-wrapper .form-item .form-number,
    .user-pass-reset > .form-wrapper .form-item .form-number,
    .user-form > .form-wrapper .form-item .form-number,
    .user-pass > .form-wrapper .form-item .form-number,
    .user-register-form > .form-wrapper .form-item .form-number,
    .user-login-form > .form-wrapper .form-item .form-number {
      display: block; }

.node-form .form-actions,
.node-review-form .form-actions,
.user-form .form-actions,
.profile-form .form-actions,
.user-pass-reset .form-actions,
.user-form .form-actions,
.user-pass .form-actions,
.user-register-form .form-actions,
.user-login-form .form-actions {
  padding-top: 56px;
  padding-top: 4rem;
  margin-top: 28px;
  margin-top: 2rem;
  border-top: 1px solid #ffae00;
  width: 100%; }
  @media (min-width: 980px) {
    .node-form .form-actions,
    .node-review-form .form-actions,
    .user-form .form-actions,
    .profile-form .form-actions,
    .user-pass-reset .form-actions,
    .user-form .form-actions,
    .user-pass .form-actions,
    .user-register-form .form-actions,
    .user-login-form .form-actions {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .node-form .form-actions .dropbutton-wrapper,
  .node-review-form .form-actions .dropbutton-wrapper,
  .user-form .form-actions .dropbutton-wrapper,
  .profile-form .form-actions .dropbutton-wrapper,
  .user-pass-reset .form-actions .dropbutton-wrapper,
  .user-form .form-actions .dropbutton-wrapper,
  .user-pass .form-actions .dropbutton-wrapper,
  .user-register-form .form-actions .dropbutton-wrapper,
  .user-login-form .form-actions .dropbutton-wrapper {
    display: none; }
    .node-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton,
    .node-review-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton,
    .user-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton,
    .profile-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton,
    .user-pass-reset .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton,
    .user-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton,
    .user-pass .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton,
    .user-register-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton,
    .user-login-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background: none;
      margin-bottom: 42px !important;
      margin-bottom: 3rem !important;
      padding: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .node-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton:hover,
      .node-review-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton:hover,
      .user-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton:hover,
      .profile-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton:hover,
      .user-pass-reset .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton:hover,
      .user-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton:hover,
      .user-pass .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton:hover,
      .user-register-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton:hover,
      .user-login-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton:hover {
        background: none; }
      .node-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish,
      .node-review-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish,
      .user-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish,
      .profile-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish,
      .user-pass-reset .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish,
      .user-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish,
      .user-pass .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish,
      .user-register-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish,
      .user-login-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .publish {
        margin-right: 14px;
        margin-right: 1rem; }
      .node-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .dropbutton-toggle,
      .node-review-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .dropbutton-toggle,
      .user-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .dropbutton-toggle,
      .profile-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .dropbutton-toggle,
      .user-pass-reset .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .dropbutton-toggle,
      .user-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .dropbutton-toggle,
      .user-pass .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .dropbutton-toggle,
      .user-register-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .dropbutton-toggle,
      .user-login-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .dropbutton-toggle {
        display: none; }
      .node-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .secondary-action,
      .node-review-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .secondary-action,
      .user-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .secondary-action,
      .profile-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .secondary-action,
      .user-pass-reset .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .secondary-action,
      .user-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .secondary-action,
      .user-pass .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .secondary-action,
      .user-register-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .secondary-action,
      .user-login-form .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton .secondary-action {
        display: block !important; }
  .node-form .form-actions .form-submit,
  .node-review-form .form-actions .form-submit,
  .user-form .form-actions .form-submit,
  .profile-form .form-actions .form-submit,
  .user-pass-reset .form-actions .form-submit,
  .user-form .form-actions .form-submit,
  .user-pass .form-actions .form-submit,
  .user-register-form .form-actions .form-submit,
  .user-login-form .form-actions .form-submit {
    width: 100%; }
    @media (min-width: 980px) {
      .node-form .form-actions .form-submit,
      .node-review-form .form-actions .form-submit,
      .user-form .form-actions .form-submit,
      .profile-form .form-actions .form-submit,
      .user-pass-reset .form-actions .form-submit,
      .user-form .form-actions .form-submit,
      .user-pass .form-actions .form-submit,
      .user-register-form .form-actions .form-submit,
      .user-login-form .form-actions .form-submit {
        width: auto; } }
  .node-form .form-actions .edit-delete,
  .node-review-form .form-actions .edit-delete,
  .user-form .form-actions .edit-delete,
  .profile-form .form-actions .edit-delete,
  .user-pass-reset .form-actions .edit-delete,
  .user-form .form-actions .edit-delete,
  .user-pass .form-actions .edit-delete,
  .user-register-form .form-actions .edit-delete,
  .user-login-form .form-actions .edit-delete {
    width: 100%; }
    @media (min-width: 980px) {
      .node-form .form-actions .edit-delete,
      .node-review-form .form-actions .edit-delete,
      .user-form .form-actions .edit-delete,
      .profile-form .form-actions .edit-delete,
      .user-pass-reset .form-actions .edit-delete,
      .user-form .form-actions .edit-delete,
      .user-pass .form-actions .edit-delete,
      .user-register-form .form-actions .edit-delete,
      .user-login-form .form-actions .edit-delete {
        width: auto; } }
  .node-form .form-actions > a,
  .node-form .form-actions .button--danger,
  .node-review-form .form-actions > a,
  .node-review-form .form-actions .button--danger,
  .user-form .form-actions > a,
  .user-form .form-actions .button--danger,
  .profile-form .form-actions > a,
  .profile-form .form-actions .button--danger,
  .user-pass-reset .form-actions > a,
  .user-pass-reset .form-actions .button--danger,
  .user-form .form-actions > a,
  .user-form .form-actions .button--danger,
  .user-pass .form-actions > a,
  .user-pass .form-actions .button--danger,
  .user-register-form .form-actions > a,
  .user-register-form .form-actions .button--danger,
  .user-login-form .form-actions > a,
  .user-login-form .form-actions .button--danger {
    text-decoration: underline;
    font-size: 21px;
    font-size: 1.5rem;
    font-family: "Titillium-light", Helvetica, Arial, sans-serif; }

.node-form .description,
.node-review-form .description,
.user-form .description,
.profile-form .description,
.user-pass-reset .description,
.user-form .description,
.user-pass .description,
.user-register-form .description,
.user-login-form .description {
  font-size: 12.6px;
  font-size: 0.9rem;
  color: #aaaaaa;
  margin-top: 7px;
  margin-top: 0.5rem; }

@media (min-width: 980px) {
  .user-login-form .form-actions {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.node-form .form-wrapper.field--name-field-hc-commented-version {
  width: 100%;
  margin-right: 14px;
  margin-right: 1rem;
  z-index: 1;
  position: relative; }
  @media (min-width: 30em) {
    .node-form .form-wrapper.field--name-field-hc-commented-version {
      width: 60%; } }
  @media (min-width: 41.2em) {
    .node-form .form-wrapper.field--name-field-hc-commented-version {
      width: 100%; } }
  @media (min-width: 980px) {
    .node-form .form-wrapper.field--name-field-hc-commented-version {
      float: left;
      width: 60%; } }
  .node-form .form-wrapper.field--name-field-hc-commented-version:after {
    content: '';
    display: block;
    clear: both; }

.node-form #edit-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 30em) {
    .node-form #edit-actions {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .node-form #edit-actions a {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 42px 0 0;
    margin: 3rem 0 0;
    font-size: 18.2px;
    font-size: 1.3rem;
    width: 100%; }
    @media (min-width: 30em) {
      .node-form #edit-actions a {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        width: auto;
        margin: 1.1rem 0 0; } }
    @media (min-width: 41.2em) {
      .node-form #edit-actions a {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }
    @media (min-width: 48em) {
      .node-form #edit-actions a {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0; } }
  .node-form #edit-actions .form-submit {
    background: transparent;
    color: #ffae00;
    border: 2px dashed #ffae00; }
    @media (min-width: 30em) {
      .node-form #edit-actions .form-submit {
        width: 210px;
        height: 50px; } }
    @media (min-width: 41.2em) {
      .node-form #edit-actions .form-submit {
        width: 100%; } }
    @media (min-width: 48em) {
      .node-form #edit-actions .form-submit {
        width: 210px; } }
    .node-form #edit-actions .form-submit:hover {
      color: white;
      background: #ffae00; }

.add-review-page-content {
  background: white;
  padding: 0; }
  .add-review-page-content.grid.col-2.right .column:nth-child(2) {
    padding: 7px;
    padding: 0.5rem; }
  .add-review-page-content .node-review-edit-form {
    padding: 7px;
    padding: 0.5rem; }
  .add-review-page-content .node-review-form {
    padding: 0; }
    .add-review-page-content .node-review-form .add-review-page-content {
      background: none;
      padding: 7px;
      padding: 0.5rem; }
      .add-review-page-content .node-review-form .add-review-page-content.grid.col-2.right .column:nth-child(2) {
        padding: 0; }
  .add-review-page-content .user-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 28px 0;
    margin: 2rem 0; }
    .add-review-page-content .user-data > figure {
      margin-right: 14px;
      margin-right: 1rem; }
    .add-review-page-content .user-data > a {
      font-family: "Titillium-light", Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-size: 1rem; }
  .add-review-page-content .card-data {
    display: block;
    margin: 28px 0;
    margin: 2rem 0;
    font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
    font-size: 19.599px;
    font-size: 1.4rem; }
    .add-review-page-content .card-data a {
      font-family: "Roboto_Slab-regular", Helvetica, Arial, sans-serif;
      font-size: 19.599px;
      font-size: 1.4rem;
      text-decoration: underline; }

.common-user-form .form-item-user-picture-0 .description,
.common-user-form .form-item-user-picture-0 .image-widget {
  text-align: center; }
  @media (min-width: 980px) {
    .common-user-form .form-item-user-picture-0 .description,
    .common-user-form .form-item-user-picture-0 .image-widget {
      text-align: left; } }

.common-user-form .form-item-user-picture-0 input,
.common-user-form .form-item-user-picture-0 .file--mime-image-jpeg {
  display: block; }
  @media (min-width: 980px) {
    .common-user-form .form-item-user-picture-0 input,
    .common-user-form .form-item-user-picture-0 .file--mime-image-jpeg {
      display: inline-block; } }

.common-user-form .form-item-user-picture-0 input {
  margin: 7px auto;
  margin: 0.5rem auto; }
  @media (min-width: 980px) {
    .common-user-form .form-item-user-picture-0 input {
      margin: 0 0.5rem; } }

/* NAVIGATION EDIT PROFILE*/
.page-edit-profile .block-search {
  max-width: 960px;
  margin: 0 auto 28px;
  margin: 0 auto 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #025076; }
  .page-edit-profile .block-search li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #2c7db4; }
    @media (min-width: 48em) {
      .page-edit-profile .block-search li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        width: auto;
        border: none; } }
    .page-edit-profile .block-search li:hover {
      background: #00a6f8; }
    .page-edit-profile .block-search li a {
      width: 100%;
      height: 100%;
      color: white;
      display: block;
      padding: 12.6px 7px;
      padding: 0.9rem 0.5rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

.page-edit-profile #edit-delete {
  width: 100%;
  background-color: #f65654;
  margin-top: 14px;
  margin-top: 1rem;
  font-size: 16.8px;
  font-size: 1.2rem; }
  @media (min-width: 980px) {
    .page-edit-profile #edit-delete {
      margin-top: 0;
      width: auto;
      margin-left: 10px; } }

.page-edit-profile .profile-social-add-form .form-wrapper,
.page-edit-profile .profile-social-edit-form .form-wrapper {
  width: 85%;
  margin-left: 52px; }
  @media (min-width: 980px) {
    .page-edit-profile .profile-social-add-form .form-wrapper,
    .page-edit-profile .profile-social-edit-form .form-wrapper {
      width: 92%;
      margin-left: 47px; } }
  .page-edit-profile .profile-social-add-form .form-wrapper .form-item::before,
  .page-edit-profile .profile-social-edit-form .form-wrapper .form-item::before {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 34px;
    left: -47px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 33.6px;
    font-size: 2.4rem;
    text-align: center;
    line-height: 42px;
    line-height: 3rem;
    color: #fff;
    font-weight: 100; }
  .page-edit-profile .profile-social-add-form .form-wrapper .form-item.form-item-field-social-steam-0-uri::before,
  .page-edit-profile .profile-social-edit-form .form-wrapper .form-item.form-item-field-social-steam-0-uri::before {
    background-color: #000000; }
  .page-edit-profile .profile-social-add-form .form-wrapper .form-item.form-item-field-social-psn-0-value::before,
  .page-edit-profile .profile-social-edit-form .form-wrapper .form-item.form-item-field-social-psn-0-value::before {
    background-color: #003087; }
  .page-edit-profile .profile-social-add-form .form-wrapper .form-item.form-item-field-social-xbox-live-0-value::before,
  .page-edit-profile .profile-social-edit-form .form-wrapper .form-item.form-item-field-social-xbox-live-0-value::before {
    background-color: #52b043; }
  .page-edit-profile .profile-social-add-form .form-wrapper .form-item.form-item-field-social-nintendo-network-0-value::before,
  .page-edit-profile .profile-social-edit-form .form-wrapper .form-item.form-item-field-social-nintendo-network-0-value::before {
    background-color: #F48B3F; }
  .page-edit-profile .profile-social-add-form .form-wrapper .form-item.form-item-field-social-twitter-0-uri::before,
  .page-edit-profile .profile-social-edit-form .form-wrapper .form-item.form-item-field-social-twitter-0-uri::before {
    background-color: #4099ff;
    font-size: 28px;
    font-size: 2rem; }
  .page-edit-profile .profile-social-add-form .form-wrapper .form-item.form-item-field-social-facebook-0-uri::before,
  .page-edit-profile .profile-social-edit-form .form-wrapper .form-item.form-item-field-social-facebook-0-uri::before {
    background-color: #3b59b6;
    font-size: 28px;
    font-size: 2rem; }

.page-edit-profile .common-user-form {
  padding: 0; }
  .page-edit-profile .common-user-form .user-personal-form,
  .page-edit-profile .common-user-form .profile-main-edit-form {
    padding: 0; }

@media (min-width: 980px) {
  .page-edit-profile .field--name-field-user-name,
  .page-edit-profile .field--name-field-user-surname,
  .page-edit-profile .field--name-user-picture,
  .page-edit-profile .field--name-field-user-bio,
  .page-edit-profile .form-item-field-personal-birthdate-0-value-day,
  .page-edit-profile .form-item-field-personal-birthdate-0-value-month,
  .page-edit-profile .form-item-field-personal-birthdate-0-value-year,
  .page-edit-profile .field--name-field-personal-city {
    display: inline-block; } }

.page-edit-profile #edit-field-personal-birthdate-0-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .page-edit-profile #edit-field-personal-birthdate-0-value .form-item-field-personal-birthdate-0-value-day {
    width: 25%;
    margin-right: 7px;
    margin-right: 0.5rem; }
  .page-edit-profile #edit-field-personal-birthdate-0-value .form-item-field-personal-birthdate-0-value-month {
    width: 48%;
    margin-right: 7px;
    margin-right: 0.5rem; }
  .page-edit-profile #edit-field-personal-birthdate-0-value .form-item-field-personal-birthdate-0-value-year {
    width: 25%; }

.page-edit-profile .form-item-field-personal-birthdate-0-value-day,
.page-edit-profile .form-item-field-personal-birthdate-0-value-month,
.page-edit-profile .form-item-field-personal-birthdate-0-value-year {
  display: inline-block;
  margin-bottom: 14px;
  margin-bottom: 1rem; }

.page-edit-profile .field--name-field-personal-birthdate h4 {
  color: #4a4a4a;
  font-size: 16.8px;
  font-size: 1.2rem; }

.page-edit-profile .field--name-field-user-name,
.page-edit-profile .field--name-user-picture {
  margin-bottom: 14px;
  margin-bottom: 1rem; }
  @media (min-width: 980px) {
    .page-edit-profile .field--name-field-user-name,
    .page-edit-profile .field--name-user-picture {
      width: 30%;
      margin-right: 1rem; } }

.page-edit-profile .field--name-user-picture .js-hide.button.js-form-submit.form-submit {
  display: none; }

.page-edit-profile .field--name-user-picture .image-widget {
  text-align: center; }
  .page-edit-profile .field--name-user-picture .image-widget .file--image {
    display: block;
    text-align: center;
    word-wrap: break-word; }
  .page-edit-profile .field--name-user-picture .image-widget #edit-user-picture-0-upload--description {
    text-align: center; }

.page-edit-profile .field--name-user-picture .file-size {
  display: block;
  margin-bottom: 7px;
  margin-bottom: 0.5rem; }

@media (min-width: 980px) {
  .page-edit-profile .field--name-field-user-surname,
  .page-edit-profile .field--name-field-user-bio {
    width: 67%; } }

.page-edit-profile .field--name-field-user-bio {
  vertical-align: top; }
  .page-edit-profile .field--name-field-user-bio input {
    height: 170px; }

.page-edit-profile .field--name-field-personal-city {
  width: 74%; }

.login-reconfirm {
  max-width: 980px;
  margin: 0 auto;
  padding: 11px;
  background: #fff;
  z-index: 10; }
  .login-reconfirm .texto p {
    margin-bottom: 20px;
    color: #4a4a4a; }
  .login-reconfirm .newsletter-legal {
    font-size: 12.6px;
    font-size: 0.9rem;
    color: #aaaaaa;
    margin-top: 7px;
    margin-top: 0.5rem; }
  .login-reconfirm .button {
    white-space: normal;
    width: 300px;
    display: block;
    margin: 20px auto; }
    @media (min-width: 980px) {
      .login-reconfirm .button {
        margin: 20px auto;
        width: 360px; } }

.user-register-form .js-form-item-legal,
.user-register-form .js-form-item-field-newsletter-suscription-value,
.user-register-form .js-form-item-newsletter,
.user-form .js-form-item-legal,
.user-form .js-form-item-field-newsletter-suscription-value,
.user-form .js-form-item-newsletter,
#login-reconfirm-form .js-form-item-legal,
#login-reconfirm-form .js-form-item-field-newsletter-suscription-value,
#login-reconfirm-form .js-form-item-newsletter {
  position: relative; }
  .user-register-form .js-form-item-legal input,
  .user-register-form .js-form-item-field-newsletter-suscription-value input,
  .user-register-form .js-form-item-newsletter input,
  .user-form .js-form-item-legal input,
  .user-form .js-form-item-field-newsletter-suscription-value input,
  .user-form .js-form-item-newsletter input,
  #login-reconfirm-form .js-form-item-legal input,
  #login-reconfirm-form .js-form-item-field-newsletter-suscription-value input,
  #login-reconfirm-form .js-form-item-newsletter input {
    position: absolute;
    top: 5px; }
  .user-register-form .js-form-item-legal label,
  .user-register-form .js-form-item-field-newsletter-suscription-value label,
  .user-register-form .js-form-item-newsletter label,
  .user-form .js-form-item-legal label,
  .user-form .js-form-item-field-newsletter-suscription-value label,
  .user-form .js-form-item-newsletter label,
  #login-reconfirm-form .js-form-item-legal label,
  #login-reconfirm-form .js-form-item-field-newsletter-suscription-value label,
  #login-reconfirm-form .js-form-item-newsletter label {
    margin-left: 17px;
    font-weight: 300 !important; }
    .user-register-form .js-form-item-legal label:after,
    .user-register-form .js-form-item-field-newsletter-suscription-value label:after,
    .user-register-form .js-form-item-newsletter label:after,
    .user-form .js-form-item-legal label:after,
    .user-form .js-form-item-field-newsletter-suscription-value label:after,
    .user-form .js-form-item-newsletter label:after,
    #login-reconfirm-form .js-form-item-legal label:after,
    #login-reconfirm-form .js-form-item-field-newsletter-suscription-value label:after,
    #login-reconfirm-form .js-form-item-newsletter label:after {
      position: relative;
      display: inline; }

/*------------------------------------
    $PAGE USER PROFILE
------------------------------------*/
.page-user-profile .page-user-profile-header .article-author-picture {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  -webkit-border-radius: 47px;
  border-radius: 47px;
  overflow: hidden;
  border: 2px solid #00a6f8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.page-user-profile .page-user-profile-header .page-user-profile-header-nick {
  color: #4a4a4a;
  font-size: 21px;
  font-size: 1.5rem;
  text-align: center;
  width: 80%;
  margin: 0 auto 14px;
  margin: 0 auto 1rem;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 14px;
  padding-bottom: 1rem; }

.page-user-profile .page-user-profile-header .page-user-profile-header-description {
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 14px;
  margin-bottom: 1rem;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 14px;
  padding-bottom: 1rem; }

.page-user-profile .page-user-profile-header .page-user-profile-header-profiles .page-user-profile-header-profiles-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .page-user-profile .page-user-profile-header .page-user-profile-header-profiles .page-user-profile-header-profiles-list .views-element-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .page-user-profile .page-user-profile-header .page-user-profile-header-profiles .page-user-profile-header-profiles-list .views-element-container .page-user-profile-header-profiles-element {
      margin: 0 14px;
      margin: 0 1rem; }
      .page-user-profile .page-user-profile-header .page-user-profile-header-profiles .page-user-profile-header-profiles-list .views-element-container .page-user-profile-header-profiles-element .page-user-profile-header-profiles-item {
        display: inline-block;
        width: 40px;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        background-color: #111;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative; }
        .page-user-profile .page-user-profile-header .page-user-profile-header-profiles .page-user-profile-header-profiles-list .views-element-container .page-user-profile-header-profiles-element .page-user-profile-header-profiles-item:before {
          position: absolute;
          width: 10px;
          height: 10px;
          left: 8px;
          top: 8px;
          font-size: 25.2px;
          font-size: 1.8rem;
          color: white; }
        .page-user-profile .page-user-profile-header .page-user-profile-header-profiles .page-user-profile-header-profiles-list .views-element-container .page-user-profile-header-profiles-element .page-user-profile-header-profiles-item.icon-ps {
          background-color: #222EA8;
          top: 1px; }
        .page-user-profile .page-user-profile-header .page-user-profile-header-profiles .page-user-profile-header-profiles-list .views-element-container .page-user-profile-header-profiles-element .page-user-profile-header-profiles-item.icon-xbox {
          background-color: #5BA325; }
        .page-user-profile .page-user-profile-header .page-user-profile-header-profiles .page-user-profile-header-profiles-list .views-element-container .page-user-profile-header-profiles-element .page-user-profile-header-profiles-item.icon-nintendo {
          background-color: #F58A33; }
        .page-user-profile .page-user-profile-header .page-user-profile-header-profiles .page-user-profile-header-profiles-list .views-element-container .page-user-profile-header-profiles-element .page-user-profile-header-profiles-item.icon-steam:before, .page-user-profile .page-user-profile-header .page-user-profile-header-profiles .page-user-profile-header-profiles-list .views-element-container .page-user-profile-header-profiles-element .page-user-profile-header-profiles-item.icon-ps:before, .page-user-profile .page-user-profile-header .page-user-profile-header-profiles .page-user-profile-header-profiles-list .views-element-container .page-user-profile-header-profiles-element .page-user-profile-header-profiles-item.icon-xbox:before, .page-user-profile .page-user-profile-header .page-user-profile-header-profiles .page-user-profile-header-profiles-list .views-element-container .page-user-profile-header-profiles-element .page-user-profile-header-profiles-item.icon-nintendo:before {
          top: 1px; }
  .page-user-profile .page-user-profile-header .page-user-profile-header-profiles .page-user-profile-header-profiles-list .profile-list-item a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16.8px;
    font-size: 1.2rem;
    height: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 11.2px;
    margin: 0 .8rem;
    overflow: hidden;
    width: 40px;
    text-indent: -9999px;
    color: transparent; }
    .page-user-profile .page-user-profile-header .page-user-profile-header-profiles .page-user-profile-header-profiles-list .profile-list-item a:before {
      color: white;
      font-size: 20px;
      margin: 1px 0 0 7px;
      text-indent: 0; }
  .page-user-profile .page-user-profile-header .page-user-profile-header-profiles .page-user-profile-header-profiles-list .profile-list-item.twitter a {
    background: #4099ff; }
    .page-user-profile .page-user-profile-header .page-user-profile-header-profiles .page-user-profile-header-profiles-list .profile-list-item.twitter a:before {
      position: relative;
      top: 1px;
      left: 1px; }
  .page-user-profile .page-user-profile-header .page-user-profile-header-profiles .page-user-profile-header-profiles-list .profile-list-item.linkedin a {
    background: #0077b5; }
    .page-user-profile .page-user-profile-header .page-user-profile-header-profiles .page-user-profile-header-profiles-list .profile-list-item.linkedin a:before {
      position: relative;
      top: 0px;
      left: 3px; }
  .page-user-profile .page-user-profile-header .page-user-profile-header-profiles .page-user-profile-header-profiles-list .profile-list-item.facebook a {
    background: #3b59b6; }
    .page-user-profile .page-user-profile-header .page-user-profile-header-profiles .page-user-profile-header-profiles-list .profile-list-item.facebook a:before {
      position: relative;
      top: 0px;
      left: 3px; }

.page-user-profile .page-user-profile-reviews {
  min-height: 700px; }
  .page-user-profile .page-user-profile-reviews .column > h2 {
    text-transform: none;
    background: #eaeaea;
    color: #4a4a4a;
    font-size: 18.2px;
    font-size: 1.3rem;
    font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif;
    padding: 7px;
    padding: 0.5rem; }

.user-review .user-review-page-edit-link {
  color: #ffae00;
  background: transparent;
  border: 1px solid #ffae00;
  width: 214px;
  position: absolute;
  right: 13px;
  top: -50px; }
  .user-review .user-review-page-edit-link:hover {
    background: #ffae00;
    color: white; }

/*------------------------------------
    $PAGE USER FORM
------------------------------------*/
.page-subhome-az {
  padding: 0 14px;
  padding: 0 1rem;
  font-family: "Titillium-light", Helvetica, Arial, sans-serif; }
  .page-subhome-az .page-subhome-default-header {
    font-size: 15px;
    color: #5e5e5e;
    border-bottom: 1px solid #eaeaea; }
    .page-subhome-az .page-subhome-default-header h2 {
      text-align: left; }
      @media (min-width: 980px) {
        .page-subhome-az .page-subhome-default-header h2 {
          margin: 3.5rem 0 1.5rem; } }
    .page-subhome-az .page-subhome-default-header .block-search {
      margin-top: 14px;
      margin-top: 1rem;
      border-bottom: 1px solid #eaeaea; }
      @media (min-width: 980px) {
        .page-subhome-az .page-subhome-default-header .block-search {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          border-top: 1px solid #eaeaea; } }
      .page-subhome-az .page-subhome-default-header .block-search li {
        margin: 7px 0;
        margin: 0.5rem 0; }
        @media (min-width: 980px) {
          .page-subhome-az .page-subhome-default-header .block-search li {
            margin: 0;
            width: 25%; } }
        .page-subhome-az .page-subhome-default-header .block-search li a {
          display: block;
          padding: 14px;
          padding: 1rem;
          font-size: 16.8px;
          font-size: 1.2rem;
          text-decoration: underline;
          -webkit-border-radius: 2px;
          border-radius: 2px; }
          @media (min-width: 980px) {
            .page-subhome-az .page-subhome-default-header .block-search li a {
              padding: 1.5rem; } }
          .page-subhome-az .page-subhome-default-header .block-search li a.is-active {
            background: #00a6f8;
            color: white; }
        .page-subhome-az .page-subhome-default-header .block-search li:hover a {
          background: #00a6f8;
          color: white; }
    .page-subhome-az .page-subhome-default-header ul:nth-of-type(2) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .page-subhome-az .page-subhome-default-header ul:nth-of-type(2) li {
        font-size: 21px;
        font-size: 1.5rem;
        margin-right: 14px;
        margin-right: 1rem;
        margin-bottom: 14px;
        margin-bottom: 1rem; }
        .page-subhome-az .page-subhome-default-header ul:nth-of-type(2) li a {
          text-decoration: underline;
          font-family: "Roboto_Slab-light", Helvetica, Arial, sans-serif; }
    .page-subhome-az .page-subhome-default-header ul:nth-child(5) li {
      font-size: 21px;
      font-size: 1.5rem;
      margin-right: 14px;
      margin-right: 1rem;
      text-decoration: underline; }
  .page-subhome-az .change-ads-col div[id^='group'] {
    margin-bottom: 70px;
    margin-bottom: 5rem;
    margin-top: 28px;
    margin-top: 2rem; }
    .page-subhome-az .change-ads-col div[id^='group'] h3 {
      text-transform: uppercase;
      margin-top: 0; }
    .page-subhome-az .change-ads-col div[id^='group'] ul li a {
      color: #909090;
      font-family: "Titillium-light", Helvetica, Arial, sans-serif;
      font-size: 16.8px;
      font-size: 1.2rem;
      text-decoration: underline;
      margin-bottom: 7px;
      margin-bottom: 0.5rem;
      display: inline-block;
      position: relative; }
      .page-subhome-az .change-ads-col div[id^='group'] ul li a:hover {
        color: #00a6f8; }
    .page-subhome-az .change-ads-col div[id^='group'] ul li .up {
      color: #00a6f8;
      position: relative; }
      .page-subhome-az .change-ads-col div[id^='group'] ul li .up:before {
        position: absolute;
        color: #fff;
        background: #00a6f8;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        font-size: 10px;
        text-indent: 3px;
        line-height: 16px;
        right: -20px; }
  .page-subhome-az .change-ads-col aside:nth-child(6) {
    top: 0; }
  .page-subhome-az .change-ads-col aside:nth-child(12) {
    top: 1500px; }
  .page-subhome-az .change-ads-col aside:nth-child(18) {
    top: 3000px; }

.page-subhome-entertainment-community .page-entertainment-header {
  border-bottom: 4px solid #ff9268;
  margin-bottom: 42px;
  margin-bottom: 3rem;
  background-color: #2c7db4;
  padding: 0; }
  .page-subhome-entertainment-community .page-entertainment-header .page-entertainment-header-title {
    color: white;
    margin: 0;
    font-size: 28px;
    font-size: 2rem;
    line-height: 21px;
    line-height: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .page-subhome-entertainment-community .page-entertainment-header .page-entertainment-header-title::before {
      line-height: 28px;
      line-height: 2rem;
      background-color: #ff9268;
      font-size: 56px;
      font-size: 4rem;
      padding: 21px 7px 14px;
      padding: 1.5rem 0.5rem 1rem;
      margin-right: 7px;
      margin-right: 0.5rem; }

.page-subhome-entertainment-community .views-element-container .button {
  background: #ffae00;
  border: 1px solid transparent; }
  .page-subhome-entertainment-community .views-element-container .button:hover {
    background: transparent;
    color: #ffae00;
    border: 1px solid #ffae00; }

.page-entertainment .article-featured.card .article-featured-header .article-featured-header-title {
  padding-bottom: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.page-entertainment > section.carousel .tabs-container .view-all {
  margin-bottom: 14px;
  margin-bottom: 1rem; }
  @media (min-width: 980px) {
    .page-entertainment > section.carousel .tabs-container .view-all {
      margin-bottom: 0rem; } }

.page-search .page-subhome-default-header {
  position: relative;
  border: none;
  margin: 0 0 30px;
  padding: 0; }
  .page-search .page-subhome-default-header .page-subhome-default-header-title {
    padding: 0 7px;
    padding: 0 0.5rem;
    margin-bottom: 14px;
    margin-bottom: 1rem; }
  .page-search .page-subhome-default-header .block-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -1px; }
    .page-search .page-subhome-default-header .block-search li {
      height: 50px;
      line-height: 50px;
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%; }
      @media (min-width: 41.2em) {
        .page-search .page-subhome-default-header .block-search li {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 33%;
          -ms-flex: 1 0 33%;
          flex: 1 0 33%;
          padding: 0;
          padding-bottom: 1.5rem; } }
      @media (min-width: 48em) {
        .page-search .page-subhome-default-header .block-search li {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto; } }
      .page-search .page-subhome-default-header .block-search li:last-child:after {
        display: none; }
      .page-search .page-subhome-default-header .block-search li:nth-child(3) a {
        padding: 0; }
      .page-search .page-subhome-default-header .block-search li:after {
        content: "";
        height: 25px;
        width: 1px;
        position: absolute;
        top: 11px;
        right: 0;
        background: #00a6f8; }
      .page-search .page-subhome-default-header .block-search li:before {
        height: 1px;
        width: 100%;
        content: "";
        position: absolute;
        background: #00a6f8;
        left: 0;
        bottom: 0; }
        @media (min-width: 48em) {
          .page-search .page-subhome-default-header .block-search li:before {
            display: none; } }
      .page-search .page-subhome-default-header .block-search li a {
        font-family: "Titillium-light", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        font-size: 1rem;
        color: white;
        display: block;
        padding: 0 7px;
        padding: 0 0.5rem;
        background: #2c7db4; }
        @media (min-width: 41.2em) {
          .page-search .page-subhome-default-header .block-search li a {
            padding-bottom: 1.5rem; } }
        .page-search .page-subhome-default-header .block-search li a.is-active {
          background: #00a6f8; }
        .page-search .page-subhome-default-header .block-search li a:hover {
          background: #00a6f8; }
  .page-search .page-subhome-default-header form {
    width: 98%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 49px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.35);
    z-index: 2; }
    .page-search .page-subhome-default-header form .form-item-keys {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
      flex: 1 0 0; }
      .page-search .page-subhome-default-header form .form-item-keys .form-search, .page-search .page-subhome-default-header form .form-item-keys .form-text {
        width: 100%;
        position: relative;
        padding: 0;
        margin: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        height: 47px;
        padding-left: 28px;
        padding-left: 2rem;
        -webkit-border-radius: 0;
        border-radius: 0; }
    .page-search .page-subhome-default-header form .form-actions {
      position: relative;
      height: 47px;
      top: 0px;
      width: 53px;
      background: white; }
      .page-search .page-subhome-default-header form .form-actions:before {
        content: "";
        height: 70%;
        width: 1px;
        background: #00a6f8;
        position: absolute;
        top: 7px;
        right: 43px; }
      .page-search .page-subhome-default-header form .form-actions::after {
        content: "";
        position: absolute;
        font-size: 30.8px;
        font-size: 30.8px;
        font-size: 2.2rem;
        color: #2c7db4;
        top: 10px;
        right: 4px;
        -webkit-transition: color .2s;
        -o-transition: color .2s;
        transition: color .2s;
        font-family: axelspringer !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .page-search .page-subhome-default-header form .form-actions:hover:after {
        color: #025076; }
      .page-search .page-subhome-default-header form .form-actions .form-submit {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        background: none;
        position: relative;
        top: 0;
        width: 50px;
        height: 46px;
        z-index: 1;
        color: transparent;
        padding: 0; }

.page-search .change-ads-col {
  margin-bottom: 30px; }
  .page-search .change-ads-col .search-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #eaeaea;
    padding: 9.799px 9.799px 2.8px;
    padding: 0.7rem .7rem .2rem; }
    @media (min-width: 48em) {
      .page-search .change-ads-col .search-header {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline; } }
    .page-search .change-ads-col .search-header h2 {
      font-size: 23.8px;
      font-size: 1.7rem;
      width: 100%;
      margin: 0;
      padding-bottom: 7px;
      padding-bottom: 0.5rem; }
      @media (min-width: 48em) {
        .page-search .change-ads-col .search-header h2 {
          width: auto;
          padding: 0; } }
    .page-search .change-ads-col .search-header .results-found {
      font-family: "Titillium-regular", Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-size: 1rem;
      color: #025076;
      font-weight: bold; }

.page-search .page-profile-media-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .page-search .page-profile-media-list .page-profile-media-element {
    width: 49%; }
    .page-search .page-profile-media-list .page-profile-media-element .article-item .article-item-title {
      margin-top: 7px;
      margin-top: 0.5rem; }

.page-search .user-review-content-list .user-review-content-element .user-review-content-item.hc-review .user-review-content-rate .user-review-content-rate-bubble {
  background-color: #00a6f8; }

.page-search .user-review-content-list .user-review-content-element .user-review-content-item.hc-review .user-review-content-rate .user-review-rating-hc-link {
  color: #00a6f8;
  border: none; }
  .page-search .user-review-content-list .user-review-content-element .user-review-content-item.hc-review .user-review-content-rate .user-review-rating-hc-link:after {
    content: "";
    width: 80%;
    height: 1px;
    background: #00a6f8;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px; }
  .page-search .user-review-content-list .user-review-content-element .user-review-content-item.hc-review .user-review-content-rate .user-review-rating-hc-link:hover {
    background: none;
    color: #00a6f8; }

.page-search .page-profile-fichas .view-content > ul > li {
  border-top: none; }

@media (min-width: 980px) {
  .page-search .page-profile-fichas .article-content-game-profile .article-content-game-profile-content {
    padding-top: 2rem; } }

.page-search .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-platforms {
  top: -14px; }
  @media (min-width: 980px) {
    .page-search .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-info .article-content-game-profile-content-info-platforms {
      top: 5px;
      left: 16px; } }

.page-search .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-genre-date {
  top: -30px; }
  @media (min-width: 980px) {
    .page-search .page-profile-fichas .article-content-game-profile .article-content-game-profile-content .article-content-game-profile-content-links .article-content-game-profile-content-links-genre-date {
      top: -23px; } }

.page-search .view-content .article-list.type-3 {
  margin-bottom: 28px;
  margin-bottom: 2rem; }

.carousel form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 14px;
  padding-bottom: 1rem;
  position: relative;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .carousel form .form-item-keys {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(97% - 65px);
    -ms-flex: 0 0 calc(97% - 65px);
    flex: 0 0 calc(97% - 65px);
    padding-top: 28px;
    padding-top: 2rem; }
    .carousel form .form-item-keys > label {
      text-align: center;
      display: block;
      padding: 8.4px 0 28px;
      padding: 0.6rem 0 2rem;
      text-transform: uppercase;
      color: white;
      font-family: "Titillium-regular", Helvetica, Arial, sans-serif;
      font-size: 18.2px;
      font-size: 1.3rem;
      width: 100%;
      position: absolute;
      top: 0px;
      left: 0;
      background: #2c7db4; }
      @media (min-width: 48em) {
        .carousel form .form-item-keys > label {
          font-size: 1.5rem; } }
    .carousel form .form-item-keys .form-autocomplete {
      position: relative;
      top: 7px;
      border: none;
      -webkit-border-radius: 0;
      border-radius: 0;
      height: 48px;
      font-size: 16px;
      border-top: 1px solid rgba(0, 0, 0, 0.22);
      border-bottom: 1px solid rgba(0, 0, 0, 0.22);
      border-left: 1px solid rgba(0, 0, 0, 0.22);
      font-style: italic; }
      .carousel form .form-item-keys .form-autocomplete:focus {
        outline: none; }
  .carousel form .form-actions {
    position: relative;
    height: 46px;
    top: 35px;
    width: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    background: white;
    border-top: 1px solid rgba(0, 0, 0, 0.22);
    border-right: 1px solid rgba(0, 0, 0, 0.22); }
    .carousel form .form-actions:before {
      content: "";
      height: 70%;
      width: 1px;
      background: #00a6f8;
      position: absolute;
      top: 7px;
      right: 43px; }
    .carousel form .form-actions:after {
      content: "";
      position: absolute;
      font-size: 30.8px;
      font-size: 30.8px;
      font-size: 2.2rem;
      color: #2c7db4;
      top: 10px;
      right: 4px;
      -webkit-transition: color .3s;
      -o-transition: color .3s;
      transition: color .3s;
      font-family: axelspringer !important;
      font-style: normal !important;
      font-weight: 400 !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased; }
    .carousel form .form-actions:hover:after {
      color: #025076; }
    .carousel form .form-actions .form-submit {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      background: none;
      position: relative;
      top: 0;
      width: 50px;
      height: 46px;
      z-index: 1;
      color: transparent;
      padding: 0; }

#header .search .search-element .search-item {
  display: block;
  margin-right: 26.25px;
  margin-right: 1.875rem;
  position: relative;
  top: 2.625px;
  top: 0.1875rem; }
  #header .search .search-element .search-item svg {
    stroke: white;
    stroke-width: 1;
    width: 23.625px;
    width: 1.6875rem;
    height: 23.625px;
    height: 1.6875rem; }

#header .search .search-element.show-search {
  background-color: #00a6f8;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s; }
  #header .search .search-element.show-search .search-item:after {
    content: "\00d7";
    display: block;
    position: absolute;
    top: 0;
    right: 11px;
    font-size: 43px; }
  #header .search .search-element.show-search .search-item:before {
    color: transparent; }
  @media (min-width: 980px) {
    #header .search .search-element.show-search .search-item:after {
      top: 3px; } }

#header .search form {
  position: fixed;
  width: 100%;
  left: -100%;
  top: 0px;
  background: #00a6f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  padding: 0px 7px;
  padding: 0rem 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 980px) {
    #header .search form {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      top: 60px; } }
  #header .search form.show-search {
    left: 0;
    top: 60px;
    -webkit-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
    position: absolute; }
  #header .search form.show-search-x {
    left: 0;
    -webkit-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
    position: absolute; }
  #header .search form .form-item-keys {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0; }
    @media (min-width: 980px) {
      #header .search form .form-item-keys {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 780px;
        -ms-flex: 0 0 780px;
        flex: 0 0 780px; } }
    #header .search form .form-item-keys .form-autocomplete {
      position: relative;
      top: 11px;
      border: none;
      -webkit-border-radius: 0;
      border-radius: 0;
      height: 47px;
      font-size: 16px; }
      #header .search form .form-item-keys .form-autocomplete:focus {
        outline: none; }
  #header .search form .form-actions {
    position: relative;
    height: 47px;
    top: 11px;
    width: 50px;
    background: white; }
    #header .search form .form-actions:hover:before {
      color: #025076; }
    #header .search form .form-actions:before {
      display: block;
      font-size: 30px;
      position: relative;
      left: 13px;
      top: 8px;
      color: #00a6f8;
      -webkit-transition: color .3s;
      -o-transition: color .3s;
      transition: color .3s; }
    #header .search form .form-actions:after {
      content: "";
      height: 70%;
      width: 1px;
      background: #00a6f8;
      position: absolute;
      top: 7px;
      right: 43px; }
    #header .search form .form-actions .form-submit {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      background: none;
      position: relative;
      top: 0px;
      width: 50px;
      height: 46px;
      z-index: 1;
      color: transparent;
      padding: 0; }

.ui-autocomplete .ui-menu-item-wrapper {
  padding: 7px 7px 7px 21px;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  display: block; }

.ui-autocomplete .ui-menu-item {
  padding: 0;
  list-style-image: none;
  border: 1px solid transparent; }
  .ui-autocomplete .ui-menu-item.ui-state-focus {
    border: 1px solid #00a6f8;
    margin: 0; }
  .ui-autocomplete .ui-menu-item .search-autocomplete-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .ui-autocomplete .ui-menu-item .search-autocomplete-result span {
      margin-left: 9.799px;
      margin-left: 0.7rem;
      font-family: "Titillium-light", Helvetica, Arial, sans-serif; }
  .ui-autocomplete .ui-menu-item:last-child {
    font-family: "Titillium-regular", Helvetica, Arial, sans-serif;
    padding: 0;
    position: relative; }
    .ui-autocomplete .ui-menu-item:last-child a {
      display: block;
      padding: 21px 7px 14px 11.2px;
      padding: 1.5rem 0.5rem 1rem 0.8rem; }
      .ui-autocomplete .ui-menu-item:last-child a.ui-state-active {
        color: #fff; }
        .ui-autocomplete .ui-menu-item:last-child a.ui-state-active:after {
          color: #fff;
          z-index: 1; }
      .ui-autocomplete .ui-menu-item:last-child a:after {
        content: "";
        width: 97%;
        height: 1px;
        background: #eaeaea;
        position: absolute;
        top: 3px;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .ui-autocomplete .ui-menu-item:last-child a:before {
        position: absolute;
        right: 10px;
        top: 18px;
        z-index: -1;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        font-size: 28px;
        font-size: 2rem;
        color: #4a4a4a;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
        font-family: axelspringer !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased; }
      .ui-autocomplete .ui-menu-item:last-child a span {
        display: block; }
    .ui-autocomplete .ui-menu-item:last-child:hover:after {
      color: black; }
    .ui-autocomplete .ui-menu-item:last-child.ui-state-focus {
      border: 1px solid transparent; }
    .ui-autocomplete .ui-menu-item:last-child .search-autocomplete-view-all {
      font-family: "Titillium-regular", Helvetica, Arial, sans-serif; }

.ui-autocomplete .ui-state-active {
  border: none;
  font-weight: normal;
  color: inherit; }

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