/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/**
 * Global variables (variables.less)
 *
 * Index:
 * - design colors
 * - general colors
 * - general breakpoints
 * - specific breakpoints
 * - breakpoint ranges
 * - sizes
 *
 * Dependencies:
 * - none
 */
/**
 * Design colors
 */
/**
 * Generic colors
 */
/**
 * Breakpoints - specific
 */
/**
 * Breakpoints - ranges
 */
/**
 * Breakpoints - portrait vs landscape
 */
/**
 * Sizes
 */
/**
 * Global styles (global.less)
 *
 * Dependencies:
 * - none
 */
body {
  overflow-x: hidden;
  background-color: #ebeaed;
}
* {
  box-sizing: border-box;
  transition: 0.2s padding, 0.2s margin, 0.2s width, 0.5s opacity;
}
/**
 * Less global functions (global.less)
 *
 * Dependencies:
 * - none
 */
/**
 * Helpers (helpers.less)
 *
 * Index:
 * - display helpers
 * - selecteability helpers
 * - float helpers
 * - breakpoint helpers
 *
 * Dependencies:
 * - none
 */
/**
 * Display helpers
 */
@media only screen and (min-width: 700px) and (max-width: 999px), only screen and (max-width: 699px) {
  .only-phone {
    display: none !important;
  }
}
@media only screen and (max-width: 699px), only screen and (min-width: 1000px) {
  .only-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .only-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 1000px) {
  .only-phone-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 699px) {
  .only-tablet-desktop {
    display: none !important;
  }
}
.is-visible {
  display: block !important;
}
.is-flex-visible {
  display: flex !important;
}
.is-hidden {
  display: none !important;
}
/**
 * Selectability helpers
 */
.is-not-selectable {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.clickable {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
/**
 * Text align helpers
 */
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
/**
 * Padding helpers
 */
.no-padding {
  padding: 0 !important;
}
.no-v-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-h-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/**
 * Margin helpers
 */
.no-margin {
  margin: 0 !important;
}
.no-v-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.no-h-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.link {
  color: #3f4148;
  transition: 0.2s color;
}
.link:hover {
  color: #120c34;
}
.button {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 11px;
  letter-spacing: 3px;
  padding: 16px 24px;
  text-transform: uppercase;
  color: #120c34;
  cursor: pointer;
  text-decoration: none;
  transition: 0.15s color;
  z-index: 1;
}
.button__subtext {
  font-size: 11px;
  letter-spacing: 3px;
  color: #3f4148;
}
.button:before {
  position: absolute;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #3f4148;
  transition: 0.15s width;
  z-index: -1;
}
.button:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #120c34;
  transition: 0.3s width;
  z-index: -1;
}
.button:hover {
  color: white;
}
.button:hover:after {
  width: 100%;
}
.button--facebook {
  background-size: 10px;
  background-image: url('../assets/icons/facebook.svg');
  background-repeat: no-repeat;
  background-position: left 16px center;
  padding-left: 42px;
}
.button--instagram {
  background-size: 18px;
  background-image: url('../assets/icons/instagram.svg');
  background-repeat: no-repeat;
  background-position: left 16px center;
  padding-left: 48px;
}
.badge {
  padding: 3px 3px 2px 5px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  background-color: #f4313d;
  color: white;
}
.authorBadge {
  display: flex;
  align-items: center;
}
.authorBadge__image {
  display: inline-block;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background-size: cover;
  background-position: center;
  margin-right: 12px;
}
.authorBadge__name {
  font-size: 14px;
  margin-right: 12px;
  color: white;
}
.authorBadge__name a {
  color: #56565c;
}
.authorBadge__name a:hover {
  color: #f4313d;
}
.authorBadge__date {
  font-size: 11px;
  color: #a1a2a9;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.pageWrapper {
  font-family: 'Prompt';
  background-color: #ebeaed;
  color: #ffffff;
  min-width: 320px;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
.sidebar-open .pageWrapper .header,
.sidebar-open .pageWrapper .main,
.sidebar-open .pageWrapper .footer,
.sidebar-open .pageWrapper .sidebar {
  transform: translateX(320px);
}
.header {
  display: flex;
  position: relative;
  padding: 24px 16px;
  justify-content: space-between;
  z-index: 2;
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .header {
    padding: 24px 32px;
  }
}
@media only screen and (min-width: 1000px) {
  .header {
    padding: 44px 32px;
  }
}
.header--fixed {
  padding: 24px 32px;
  transition: 1s top, 1s opacity;
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 5;
  top: -80px;
  opacity: 0;
}
@media only screen and (max-width: 699px) {
  .header--fixed {
    padding: 16px;
  }
}
/* Reading progress bar (mobile only) */
#readingProgress {
  display: none;
}
@media only screen and (max-width: 699px) {
  #readingProgress {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: #e50914;
    z-index: 9999;
    transition: width 0.1s linear;
  }
}
.header__logo {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  margin: 0 auto;
  width: 125px;
}
@media only screen and (min-width: 1000px) {
  .header__logo {
    width: min-content;
  }
}
.header__group {
  display: flex;
  height: 32px;
  flex-basis: 400px;
}
.header__group *:first-child {
  margin-left: 0;
}
.header__group *:last-child {
  margin-right: 0;
}
.header__group--center {
  justify-content: center;
}
.header__group--stretchToContent {
  max-width: min-content;
}
.header__group--right {
  justify-content: flex-end;
}
.headerSearch {
  width: 100%;
  z-index: 9;
  display: none;
  padding-bottom: 16px;
}
.headerSearch__inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1249px), only screen and (min-width: 1250px) and (max-width: 1499px) {
  .headerSearch__inner {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 699px) {
  .headerSearch__inner {
    padding: 0;
  }
}
@media only screen and (max-width: 699px) {
  .headerSearch__inner {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .headerSearch__inner {
    padding: 0 8px;
  }
}
@media only screen and (min-width: 1000px) {
  .headerSearch__inner {
    padding: 0 8px;
  }
}
.headerSearch__form {
  position: relative;
}
.headerSearch__input {
  border: 0 !important;
  border-bottom: 1px solid #3f4148 !important;
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  padding-top: 0 !important;
  padding-bottom: 24px !important;
  padding-right: 88px !important;
  margin-bottom: 0 !important;
  color: white;
  height: 64px;
}
.headerSearch__input::placeholder {
  color: #1a1b1c;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .headerSearch__input {
    padding-left: 0 !important;
    padding-bottom: 0px  !important;
    padding-right: 64px !important;
  }
}
@media only screen and (min-width: 1000px) {
  .headerSearch__input {
    font-size: 64px;
    height: 88px;
  }
}
.headerSearch__submit {
  position: absolute;
  width: 64px!important;
  height: 64px !important;
  right: 16px;
  bottom: 24px;
  margin-bottom: 0 !important;
  background-image: url('../assets/icons/search.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .headerSearch__submit {
    bottom: 12px;
    right: 4px;
    width: 44px!important;
    height: 44px !important;
  }
}
.headerSearch__submit:hover {
  background-image: url('../assets/icons/search-hover.svg');
}
.headerSearch--show {
  display: block;
}
.headerUser {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  display: block;
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 1000px) {
  .headerUser {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (min-width: 1000px) {
  .headerUser--loggedOut {
    display: none;
  }
}
.headerUser__icon {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.headerUser__icon--loggedOut {
  background-image: url('../assets/icons/login.svg');
}
.headerUser__icon:hover .headerUser__dimmer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.headerUser__icon:hover .contextMenu {
  display: block;
}
.contextMenu {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 44px;
  right: 0;
  max-width: 288px;
  margin: 0;
  padding: 32px 0;
  list-style-type: none;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.7);
  background-color: #ffffff;
}
.contextMenu:before {
  content: '';
  position: absolute;
  background: none;
  left: 0;
  top: -24px;
  height: 24px;
  width: 100%;
}
.contextMenu__name {
  text-transform: initial;
  font-size: 16px;
  line-height: 20px;
  padding-left: 32px;
  padding-right: 16px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #2e2e2e;
  letter-spacing: 1px;
}
.contextMenu__email {
  text-transform: initial;
  font-size: 11px;
  line-height: 15px;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 24px;
  overflow-wrap: break-word;
  color: #a1a2a9;
  letter-spacing: 1px;
}
.contextMenu__item {
  display: block;
  width: 100%;
}
.contextMenu__link {
  display: block;
  text-decoration: none;
  font-size: 11px;
  color: #120c34;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: left 32px center;
  padding: 6px 32px 6px 76px;
  white-space: nowrap;
}
.contextMenu__link:hover {
  color: #f72140;
  background-color: rgba(247, 33, 64, 0.16);
}
.contextMenu__link:hover.contextMenu__link--user {
  background-image: url('../assets/icons/osobnosti-hover.svg');
}
.contextMenu__link:hover.contextMenu__link--logOut {
  background-image: url('../assets/icons/logout-hover.svg');
}
.contextMenu__link--user {
  background-image: url('../assets/icons/osobnosti.svg');
}
.contextMenu__link--logOut {
  background-image: url('../assets/icons/logout.svg');
}
.headerItem {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  display: flex;
  align-items: center;
  width: max-content;
  height: 32px;
  line-height: 32px;
  margin: 0 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .headerItem--borders {
    padding: 0 24px;
  }
}
@media only screen and (min-width: 1250px) {
  .headerItem--borders {
    padding: 0 32px;
  }
}
@media only screen and (min-width: 1000px) {
  .headerItem--borders {
    background-position: center;
    border-left: 1px solid #3f4148;
    border-right: 1px solid #3f4148;
  }
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .headerItem--desktopOnly {
    display: none;
  }
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1249px) {
  .headerItem {
    margin: 0 16px;
  }
}
.headerItem__link {
  font-size: 11px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #a1a2a9;
  cursor: pointer;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .headerItem__link--desktopOnly {
    display: none;
  }
}
.headerItem__link--active {
  color: white;
}
.headerItem__link:hover {
  color: #f72140;
}
.headerItem__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.headerItem__icon--withText {
  padding-left: 32px;
}
.headerItem__icon--menu {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FFF'%3E%3Cg%3E%3Cg%3E%3Cpath d='M18 15l-2 2H0l2-2h16zm0-7l-2 2H0l2-2h16zm0-7l-2 2H0l2-2h16z' transform='translate(-32 -53) translate(32 48) translate(0 4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerItem__icon--instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' viewBox='0 0 14 13'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23A1A2A9'%3E%3Cg%3E%3Cg%3E%3Cpath d='M64.637 3.25c-.432 0-.78.35-.78.78 0 .431.348.78.78.78.43 0 .78-.349.78-.78 0-.43-.35-.78-.78-.78zm-3.47 6.417C59.97 9.667 59 8.697 59 7.5c0-1.197.97-2.167 2.167-2.167 1.196 0 2.166.97 2.166 2.167 0 1.197-.97 2.167-2.166 2.167zm0-5.505c-1.844 0-3.338 1.495-3.338 3.338s1.494 3.338 3.338 3.338c1.843 0 3.337-1.495 3.337-3.338s-1.494-3.338-3.337-3.338zm0-3.162c-1.766 0-1.987.008-2.68.039-2.361.108-3.673 1.418-3.781 3.781-.032.694-.04.915-.04 2.68 0 1.766.008 1.987.04 2.68.108 2.361 1.418 3.673 3.781 3.781.693.031.914.039 2.68.039 1.765 0 1.986-.008 2.68-.039 2.358-.108 3.673-1.418 3.78-3.78.032-.694.04-.915.04-2.681 0-1.765-.008-1.986-.04-2.68-.106-2.358-1.417-3.673-3.78-3.781-.694-.031-.915-.039-2.68-.039zm0 1.172c1.735 0 1.94.006 2.627.037 1.761.08 2.583.916 2.664 2.664.031.686.038.891.038 2.627 0 1.736-.007 1.941-.038 2.627-.08 1.746-.902 2.584-2.664 2.665-.686.03-.891.037-2.627.037-1.736 0-1.942-.007-2.627-.037-1.766-.082-2.584-.92-2.664-2.665-.031-.686-.038-.891-.038-2.627 0-1.736.007-1.941.038-2.627.08-1.748.9-2.584 2.664-2.664.686-.03.891-.037 2.627-.037z' transform='translate(-1147 -53) translate(32 48) translate(1061 4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerItem__icon--instagram:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' viewBox='0 0 14 13'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f72140'%3E%3Cg%3E%3Cg%3E%3Cpath d='M64.637 3.25c-.432 0-.78.35-.78.78 0 .431.348.78.78.78.43 0 .78-.349.78-.78 0-.43-.35-.78-.78-.78zm-3.47 6.417C59.97 9.667 59 8.697 59 7.5c0-1.197.97-2.167 2.167-2.167 1.196 0 2.166.97 2.166 2.167 0 1.197-.97 2.167-2.166 2.167zm0-5.505c-1.844 0-3.338 1.495-3.338 3.338s1.494 3.338 3.338 3.338c1.843 0 3.337-1.495 3.337-3.338s-1.494-3.338-3.337-3.338zm0-3.162c-1.766 0-1.987.008-2.68.039-2.361.108-3.673 1.418-3.781 3.781-.032.694-.04.915-.04 2.68 0 1.766.008 1.987.04 2.68.108 2.361 1.418 3.673 3.781 3.781.693.031.914.039 2.68.039 1.765 0 1.986-.008 2.68-.039 2.358-.108 3.673-1.418 3.78-3.78.032-.694.04-.915.04-2.681 0-1.765-.008-1.986-.04-2.68-.106-2.358-1.417-3.673-3.78-3.781-.694-.031-.915-.039-2.68-.039zm0 1.172c1.735 0 1.94.006 2.627.037 1.761.08 2.583.916 2.664 2.664.031.686.038.891.038 2.627 0 1.736-.007 1.941-.038 2.627-.08 1.746-.902 2.584-2.664 2.665-.686.03-.891.037-2.627.037-1.736 0-1.942-.007-2.627-.037-1.766-.082-2.584-.92-2.664-2.665-.031-.686-.038-.891-.038-2.627 0-1.736.007-1.941.038-2.627.08-1.748.9-2.584 2.664-2.664.686-.03.891-.037 2.627-.037z' transform='translate(-1147 -53) translate(32 48) translate(1061 4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerItem__icon--facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23A1A2A9' fill-rule='nonzero'%3E%3Cg%3E%3Cg%3E%3Cpath d='M109.167 6h-1.5v2h1.5v6h2.5V8h1.82l.18-2h-2v-.833c0-.478.096-.667.557-.667h1.443V2h-1.904c-1.798 0-2.596.792-2.596 2.308V6z' transform='translate(-1200 -54) translate(32 48) translate(1061 4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerItem__icon--facebook:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f72140' fill-rule='nonzero'%3E%3Cg%3E%3Cg%3E%3Cpath d='M109.167 6h-1.5v2h1.5v6h2.5V8h1.82l.18-2h-2v-.833c0-.478.096-.667.557-.667h1.443V2h-1.904c-1.798 0-2.596.792-2.596 2.308V6z' transform='translate(-1200 -54) translate(32 48) translate(1061 4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerItem__icon--discord {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23A1A2A9' d='M20.317 4.37a19.791 19.791 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0 12.64 12.64 0 0 0-.617-1.25.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 0 0 .031.057 19.9 19.9 0 0 0 5.993 3.03.078.078 0 0 0 .084-.028 14.09 14.09 0 0 0 1.226-1.994.076.076 0 0 0-.041-.106 13.107 13.107 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10.2 10.2 0 0 0 .372-.292.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01c.12.098.246.198.373.292a.077.077 0 0 1-.006.127 12.299 12.299 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028 19.839 19.839 0 0 0 6.002-3.03.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03zM8.02 15.33c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.956 2.418-2.157 2.418zm7.975 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.946 2.418-2.157 2.418z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerItem__icon--discord:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23f72140' d='M20.317 4.37a19.791 19.791 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0 12.64 12.64 0 0 0-.617-1.25.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 0 0 .031.057 19.9 19.9 0 0 0 5.993 3.03.078.078 0 0 0 .084-.028 14.09 14.09 0 0 0 1.226-1.994.076.076 0 0 0-.041-.106 13.107 13.107 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10.2 10.2 0 0 0 .372-.292.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01c.12.098.246.198.373.292a.077.077 0 0 1-.006.127 12.299 12.299 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028 19.839 19.839 0 0 0 6.002-3.03.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03zM8.02 15.33c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.956 2.418-2.157 2.418zm7.975 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.946 2.418-2.157 2.418z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerItem__icon--youtube {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11' viewBox='0 0 15 11'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23A1A2A9'%3E%3Cg%3E%3Cg%3E%3Cpath d='M5.5 9.944V5.056l4.889 2.44L5.5 9.944zM2.68 2.113C.298 2.275.018 3.713 0 7.5c.018 3.78.296 5.224 2.68 5.387 2.2.15 7.104.15 9.307 0 2.381-.162 2.662-1.601 2.68-5.387-.018-3.78-.296-5.224-2.68-5.387-2.203-.15-7.108-.15-9.307 0z' transform='translate(-1093 -54) translate(32 48) translate(1061 4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerItem__icon--youtube:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11' viewBox='0 0 15 11'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f72140'%3E%3Cg%3E%3Cg%3E%3Cpath d='M5.5 9.944V5.056l4.889 2.44L5.5 9.944zM2.68 2.113C.298 2.275.018 3.713 0 7.5c.018 3.78.296 5.224 2.68 5.387 2.2.15 7.104.15 9.307 0 2.381-.162 2.662-1.601 2.68-5.387-.018-3.78-.296-5.224-2.68-5.387-2.203-.15-7.108-.15-9.307 0z' transform='translate(-1093 -54) translate(32 48) translate(1061 4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerItem__icon--search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FFF'%3E%3Cg%3E%3Cg%3E%3Cpath d='M304.667 1c3.313 0 6 2.686 6 6 0 1.552-.59 2.966-1.556 4.03l5.091 5.091h-2.828l-3.847-3.846c-.85.463-1.825.725-2.86.725-3.314 0-6-2.686-6-6s2.686-6 6-6zm0 2c-2.21 0-4 1.79-4 4s1.79 4 4 4c2.209 0 4-1.79 4-4s-1.791-4-4-4z' transform='translate(-1391 -53) translate(32 48) translate(1061 4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerItem__icon--search:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f72140'%3E%3Cg%3E%3Cg%3E%3Cpath d='M304.667 1c3.313 0 6 2.686 6 6 0 1.552-.59 2.966-1.556 4.03l5.091 5.091h-2.828l-3.847-3.846c-.85.463-1.825.725-2.86.725-3.314 0-6-2.686-6-6s2.686-6 6-6zm0 2c-2.21 0-4 1.79-4 4s1.79 4 4 4c2.209 0 4-1.79 4-4s-1.791-4-4-4z' transform='translate(-1391 -53) translate(32 48) translate(1061 4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerItem__icon--searchActive {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f72140'%3E%3Cg%3E%3Cg%3E%3Cpath d='M304.667 1c3.313 0 6 2.686 6 6 0 1.552-.59 2.966-1.556 4.03l5.091 5.091h-2.828l-3.847-3.846c-.85.463-1.825.725-2.86.725-3.314 0-6-2.686-6-6s2.686-6 6-6zm0 2c-2.21 0-4 1.79-4 4s1.79 4 4 4c2.209 0 4-1.79 4-4s-1.791-4-4-4z' transform='translate(-1391 -53) translate(32 48) translate(1061 4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerItem:hover .headerItem__icon--menu {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f72140'%3E%3Cg%3E%3Cg%3E%3Cpath d='M18 15l-2 2H0l2-2h16zm0-7l-2 2H0l2-2h16zm0-7l-2 2H0l2-2h16z' transform='translate(-32 -53) translate(32 48) translate(0 4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 699px) {
  .headerItem__text {
    display: none;
  }
}
/*
.main {
    .content();
    padding: 0 80px;

    @media @tablet, @desktop-small, @desktop-medium {
        padding: 0 24px;
    }

    @media @phone {
        padding: 0;
    }
}*/
.layoutTop__inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1249px), only screen and (min-width: 1250px) and (max-width: 1499px) {
  .layoutTop__inner {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 699px) {
  .layoutTop__inner {
    padding: 0;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1249px), only screen and (min-width: 1250px) and (max-width: 1499px) {
  .layoutTop__inner {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 699px) {
  .layoutTop__inner {
    padding: 0;
  }
}
.content {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1249px), only screen and (min-width: 1250px) and (max-width: 1499px) {
  .content {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 699px) {
  .content {
    padding: 0;
  }
}
.featuredArticle {
  display: flex;
  position: relative;
  width: 100%;
  padding: 0 80px;
  padding-bottom: 180px;
  background-size: 100%;
  background-position: center;
  transform: unset;
  transition: 1s background-position, 5s background-size;
}
.featuredArticle--zoomBackground {
  background-size: 103%;
  background-position: center;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 799px) {
  .featuredArticle {
    display: none;
  }
}
.featuredArticle__imageWrapper {
  width: 60%;
  padding-bottom: 40%;
  background-size: cover;
  background-position: center;
  height: 532px;
}
.featuredArticle__overlay {
  padding-left: 48px;
  display: flex;
  align-items: center;
}
.featuredArticle__info {
  width: 100%;
  max-width: 350px;
}
@media only screen and (min-width: 1000px) {
  .featuredArticle__info {
    max-width: 400px;
  }
}
.featuredArticle__headline {
  margin: 16px 0;
  font-size: 28px;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.44;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .featuredArticle__headline {
    font-size: 28px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1000px) {
  .featuredArticle__headline {
    font-size: 36px;
    line-height: 1.32;
  }
}
.featuredArticle__headline:hover {
  color: #f4313d;
}
.articleBoxes {
  display: flex;
  margin: 0 -10000px;
  margin-top: 0px;
  margin-bottom: 80px;
  padding: 0 10080px;
  padding-bottom: 32px;
}
.articleBoxes > *:first-child {
  margin-left: 0;
}
.articleBoxes > *:last-child {
  margin-right: 0;
}
.articleBoxes > * {
  margin-top: -132px !important;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 799px) {
  .articleBoxes {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .articleBoxes {
    margin-top: -16px;
    padding: 0 16px;
    margin-bottom: 16px;
    margin: 0 -10000px;
    margin-bottom: 80px;
    padding: 0 10000px;
    padding-bottom: 32px;
    padding-top: 16px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .articleBoxes {
    margin: 0 -10000px;
    margin-top: -64px;
    margin-bottom: 80px;
    padding: 0 10032px;
    padding-bottom: 32px;
  }
}
.articleBox {
  display: block;
  width: 33.33%;
  text-decoration: none;
  margin: 0 12px;
}
.articleBox:hover .articleBox__headline {
  color: black;
}
.articleBox__image {
  position: relative;
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
}
.articleBox__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 16px;
}
.articleBox__headline {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.36;
  margin: 16px 0;
  display: block;
  color: #120c34;
}
.articleThumbs {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .articleThumbs--homepage .articleThumb:nth-child(1),
  .articleThumbs--homepage .articleThumb:nth-child(2),
  .articleThumbs--homepage .articleThumb:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 699px) {
  .articleThumbs {
    padding: 0 8px;
  }
}
.articleThumb {
  width: 100%;
  min-height: 285px;
  display: flex;
  color: #120c34;
  text-decoration: none;
  background-color: white;
  position: relative;
  margin-bottom: 24px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.articleThumb.visible {
  opacity: 1;
}
@media only screen and (max-width: 699px) {
  .articleThumb {
    flex-direction: column;
    height: auto;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .articleThumb {
    margin: 8px 0;
  }
}
.articleThumb:hover .articleThumb__headline {
  color: black;
}
.articleThumb__image {
  width: 50%;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 699px) {
  .articleThumb__image {
    width: 100%;
    padding-bottom: min(300px, 56.25%);
  }
}
.articleThumb__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 16px;
}
.articleThumb__info {
  padding: 24px;
  width: 50%;
}
@media only screen and (max-width: 699px) {
  .articleThumb__info {
    border-top: 0;
    width: 100%;
  }
}
.articleThumb__headline {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.29;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 16px;
}
.layout {
  padding: 0 80px;
  display: grid;
  grid-template-areas: 'search search search search' 'header header header header' 'top top top top' 'main main main sidebar';
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .layout {
    grid-template-areas: 'search search search search' 'header header header header' 'top top top top' 'main main main main' 'sidebar sidebar sidebar sidebar';
  }
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1249px) {
  .layout {
    padding: 0;
  }
}
@media only screen and (max-width: 699px) {
  .layout {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.layout--search {
  animation-name: hideSearch;
  animation-duration: 1s;
}
.layout--showSearch {
  animation-name: showSearch;
  animation-duration: 1s;
}
.layout--noSidebar {
  grid-template-areas: 'search search search search' 'header header header header' 'main main main main';
}
.layout--noSidebar .layout__main {
  padding-right: 0;
}
.layout__search {
  grid-area: search;
  margin-left: -80px;
  margin-right: -80px;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1249px) {
  .layout__search {
    margin: 0;
  }
}
.layout__top {
  grid-area: top;
  margin-left: -80px;
  margin-right: -80px;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1249px) {
  .layout__top {
    margin: 0;
  }
}
.layout__header {
  grid-area: header;
  width: 100%;
}
@media only screen and (max-width: 699px) {
  .layout__header {
    padding: 0 16px;
  }
}
.layout__main {
  width: 100%;
  padding-right: 64px;
  grid-area: main;
  min-height: 860px;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .layout__main {
    padding-right: 0;
    min-height: 0;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px), only screen and (min-width: 1250px) and (max-width: 1499px) {
  .layout__main {
    padding-right: 24px;
  }
}
.layout__main--termsOfUse {
  justify-self: center;
  max-width: 850px;
  padding-right: 0;
}
.layout__main--contact {
  justify-self: center;
  max-width: 850px;
  padding-right: 0;
}
.layout__sidebar {
  width: 320px;
  min-width: 320px;
  grid-area: sidebar;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .layout__sidebar {
    display: none;
  }
}
.page-type-other .layoutHeader a {
  font-weight: bold;
  text-decoration: underline;
  color: #2e2e2e;
}
.page-type-other .layoutHeader a:hover {
  color: #f4313d;
}
.page-type-category .layoutHeader,
.page-type-trailer .layoutHeader {
  min-height: unset !important;
}
.page-type-category .layoutHeader h1,
.page-type-trailer .layoutHeader h1 {
  min-height: unset !important;
}
.layoutHeader {
  margin: 32px 0 80px 0;
  margin-top: 66px;
}
.layoutHeader h1 {
  min-height: 172px;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .layoutHeader {
    margin: 0;
  }
}
.layoutHeader__inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1249px), only screen and (min-width: 1250px) and (max-width: 1499px) {
  .layoutHeader__inner {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 699px) {
  .layoutHeader__inner {
    padding: 0;
  }
}
.layoutHeader--article {
  margin: 0px;
  min-height: 350px;
  max-width: 1360px;
  margin: 0px auto;
  padding-top: 64px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1249px) {
  .layoutHeader--article {
    margin: 0 0 32px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
.layoutHeader__headline {
  text-transform: uppercase;
  font-size: 52px;
  line-height: 1.38;
  letter-spacing: 1px;
  font-stretch: condensed;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  margin: 0 0 16px 0;
}
.layoutHeader__headline--center {
  text-align: center;
}
@media only screen and (max-width: 699px) {
  .layoutHeader__headline {
    font-size: 24px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) {
  .layoutHeader__headline {
    margin: 0 0 16px;
  }
}
.layoutHeader__text {
  margin: 16px auto;
  margin-top: 48px;
  max-width: 640px;
  font-size: 17px;
  line-height: 1.65;
  text-align: center;
  color: #2e2e2e;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .layoutHeader__text {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .layoutHeader__text {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1000px) {
  .layoutHeader__text {
    margin-bottom: -24px;
  }
}
/*.mostRead {
    margin-bottom: 64px;

    &__header {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #3f4148;
        margin-bottom: 24px;
    }

    &__body {
        > *:not(:last-child) {
            margin: 24px 0 32px 0;
        }
    }

    &__headline {
        flex-grow: 1;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.25;
        margin: 0;
    }

    &__button {
        padding: 16px 14px;
        margin-bottom: -1px;
        font-size: 11px;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #a1a2a9;

        &:hover {
            color: #f72140;
            cursor: pointer;
        }

        &--active {
            border: 1px solid #3f4148;
            border-bottom: 1px solid black;
        }
    }
}
*/
.mostReadArticle {
  position: relative;
  display: flex;
}
.mostReadArticle:hover {
  cursor: pointer;
}
.mostReadArticle:hover .mostReadArticle__headline {
  color: #f72140;
}
.mostReadArticle__image {
  min-width: 104px;
  height: 74px;
  background-size: cover;
  background-position: center;
  margin-right: 16px;
}
.mostReadArticle__headline {
  display: inline;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #a1a2a9;
  margin: 0;
  flex-grow: 1;
  padding-right: 24px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
.mostReadArticle__position {
  font-family: 'Barlow Condensed', sans-serif;
  position: absolute;
  font-size: 64px;
  font-weight: 100;
  opacity: 0.24;
  color: #a1a2a9;
  text-align: right;
  right: 0;
}
.videoThumb {
  display: block;
}
.videoThumb:hover {
  cursor: pointer;
}
.videoThumb:hover .videoThumb__headline {
  color: black;
}
.videoThumb__image {
  position: relative;
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
}
.videoThumb__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
.videoThumb__playButton {
  display: flex;
  background-color: #f4313d;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.videoThumb__headline {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 8px 0;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  color: black;
}
.sidebarBox {
  margin-bottom: 64px;
}
.sidebarBox__header {
  border-bottom: 1px solid #cdcad1;
}
.sidebarBox__headline {
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  scolor: black;
}
.sidebarBox__body > *:not(:last-child) {
  margin: 24px 0 32px 0;
}
.sidebarBox h3 {
  color: black;
}
.sidebarBox .button:hover {
  color: white;
}
.footer {
  border-top: 1px solid #3f4148;
  display: flex;
  flex-direction: column;
  padding: 48px 0;
  margin-top: 48px;
  background: #1A0B3E;
  background-repeat: no-repeat;
  background-position: -300px -220px;
  background-size: 450%;
}
.footer__inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1249px), only screen and (min-width: 1250px) and (max-width: 1499px) {
  .footer__inner {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 699px) {
  .footer__inner {
    padding: 0;
  }
}
.footer__inner > *:not(:first-child) {
  margin-top: 48px;
}
.footer__logo,
.footer__menu,
.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__copyright {
  font-size: 12px;
  color: #a1a2a9;
}
.footerMenu {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.footerMenu__item {
  margin: 8px 20px;
}
@media only screen and (max-width: 699px) {
  .footerMenu__item {
    margin: 8px 10px;
  }
}
.footerMenu__link {
  color: white;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 3px;
  color: #a1a2a9;
  text-transform: uppercase;
}
.footerMenu__link:hover {
  color: #F4313D;
}
.footerMenu__icon {
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 10px;
}
.footerMenu__icon:hover.footerMenu__icon--instagram {
  background-image: url('../assets/icons/instagram-hover.svg');
}
.footerMenu__icon:hover.footerMenu__icon--facebook {
  background-image: url('../assets/icons/facebook-hover.svg');
}
.footerMenu__icon:hover.footerMenu__icon--youtube {
  background-image: url('../assets/icons/youtube-hover.svg');
}
.footerMenu__icon--instagram {
  background-image: url('../assets/icons/instagram.svg');
}
.footerMenu__icon--facebook {
  background-image: url('../assets/icons/facebook.svg');
}
.footerMenu__icon--youtube {
  background-image: url('../assets/icons/youtube.svg');
}
.iframeWrapper {
  position: relative;
}
.iframeWrapper--16-9 {
  padding-bottom: 56.25%;
}
.iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article {
  margin-bottom: 48px;
  background-color: white;
  width: 100%;
}
.article__video {
  position: relative;
}
.article__image {
  position: relative;
  padding-bottom: 66.66%;
  background-size: cover;
  background-position: center;
}
.article__imageDescription {
  font-size: 11px;
  color: #5b5e65;
  padding: 8px;
  display: flex;
  justify-content: space-between;
}
.article__body {
  overflow: auto;
}
.article__overlay {
  padding: 16px;
}
.articleContent {
  padding: 0 88px;
  margin: 48px 0;
}
@media only screen and (max-width: 699px) {
  .articleContent {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .articleContent {
    padding: 0 64px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .articleContent {
    padding: 0 48px;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1499px) {
  .articleContent {
    padding: 0 64px;
  }
}
.articleContent--article {
  margin: 32px 0;
}
.articleContent h1 {
  font-size: 24px;
  font-weight: 500;
  color: black;
}
.articleContent h2 {
  font-size: 24px;
  font-weight: 500;
  color: black;
}
.articleContent h3 {
  color: black;
}
.articleContent > p:nth-child(1) {
  color: black;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6;
  margin: 40px 0;
  margin-top: 0;
  display: block;
}
.articleContent > p {
  color: #2e2e2e;
  font-size: 17px;
  line-height: 1.65;
  margin: 32px 0;
}
.articleContent a {
  color: black;
  text-decoration: underline;
}
.articleContent a:hover {
  color: #f4313d;
}
.articleContent ul {
  margin: 24px 0;
}
.articleContent ul li {
  margin: 16px 0;
  color: #a1a2a9;
  font-size: 15px;
}
.articleContent ul li ul {
  margin: 16px 0;
}
.articleContent ul li ul li {
  font-size: 13px;
}
.articleContent ol {
  margin: 24px 0;
}
.articleContent ol ::marker {
  color: #5b5e65;
}
.articleContent ol li {
  margin: 16px 0;
  padding-left: 24px;
  color: #a1a2a9;
  font-size: 15px;
}
.articleContent > blockquote {
  position: relative;
  margin-left: 0;
  padding-left: 48px;
}
.articleContent > blockquote:before {
  position: absolute;
  left: 0;
  content: '';
  top: 4px;
  height: 28px;
  width: 28px;
  background-image: url('../assets/icons/quote.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.articleContent > blockquote p {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.33;
  margin-bottom: 16px;
}
.articleContent > blockquote cite {
  font-size: 11px;
  color: #5b5e65;
}
.articleContent a.badges {
  margin: 0 -4px;
  margin-top: 32px;
}
.articleContent .badges {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}
.articleContent .badge {
  color: #a1a2a9;
  background-color: #ebeaed;
  display: inline-block;
  padding: 5px 8px;
  margin: 4px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  text-decoration: none;
}
.articleContent .badge:hover {
  background-color: #f4313d;
  color: white;
}
.video iframe {
  width: 100%;
  height: 400px;
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .video iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 699px) {
  .video iframe {
    height: 350px;
  }
}
.video__description {
  justify-content: center;
  font-size: 11px;
  color: #5b5e65;
  padding: 8px;
  display: flex;
}
.image__img {
  width: 100%;
}
.image__description {
  font-size: 11px;
  color: #5b5e65;
  padding: 8px;
  display: flex;
  justify-content: space-between;
}
.user {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.user__image {
  width: 180px;
  height: 180px;
  background-size: cover;
  border-radius: 50%;
}
@media only screen and (max-width: 699px) {
  .user__image {
    width: 120px;
    height: 120px;
  }
}
.user__name {
  font-size: 52px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 24px 0 18px 0;
}
@media only screen and (max-width: 699px) {
  .user__name {
    font-size: 42px;
  }
}
.user__info {
  display: flex;
  align-items: center;
}
.user__info > * {
  margin: 0 20px;
}
.user__role,
.user__messages {
  font-size: 11px;
  letter-spacing: 3px;
  color: #a1a2a9;
  text-transform: uppercase;
  min-height: 22px;
}
.user__messages {
  background-image: url('../assets/icons/comments.svg');
  background-repeat: no-repeat;
  padding-left: 32px;
}
.user__buttons {
  display: flex;
  margin-top: 40px;
}
.user__buttons * {
  margin: 0 8px;
}
.author {
  display: grid;
  align-items: center;
  grid-template-areas: 'image name buttons' 'image info buttons';
  grid-template-columns: 180px 2fr 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  margin-bottom: 80px;
  background-color: white;
  padding: 48px;
  margin-top: 68px;
  color: #120c34;
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .author {
    grid-template-areas: 'image name name' 'image info info' 'buttons buttons buttons';
  }
}
@media only screen and (max-width: 699px) {
  .author {
    justify-items: center;
    grid-template-areas: 'image image image' 'name name name' 'info info info' 'buttons buttons buttons';
    margin-bottom: 32px;
  }
}
.author__image {
  grid-area: image;
  width: 180px;
  height: 180px;
  background-size: cover;
  border-radius: 50%;
  background-position: center;
}
@media only screen and (max-width: 699px) {
  .author__image {
    width: 120px;
    height: 120px;
  }
}
.author__name {
  grid-area: name;
  font-size: 52px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  align-self: end;
  font-family: 'Barlow Condensed', sans-serif;
}
@media only screen and (max-width: 699px) {
  .author__name {
    text-align: center;
    font-size: 42px;
  }
}
.author__info {
  grid-area: info;
  display: flex;
  align-items: center;
  align-self: start;
}
.author__info > *:not(:first-child) {
  margin-left: 40px;
}
.author__role,
.author__messages,
.author__articles {
  background-position: left center;
  display: flex;
  align-items: center;
  font-size: 11px;
  letter-spacing: 3px;
  color: #a1a2a9;
  text-transform: uppercase;
  min-height: 22px;
}
.author__articles {
  background-image: url('../assets/icons/article.svg');
  background-size: 14px;
  background-repeat: no-repeat;
  padding-left: 32px;
}
.author__messages {
  background-image: url('../assets/icons/comments.svg');
  background-size: 19px;
  background-repeat: no-repeat;
  padding-left: 32px;
}
.author__buttons {
  grid-area: buttons;
  display: flex;
}
.author__buttons * {
  margin: 0 8px;
}
.articles {
  font-size: 16px;
  line-height: 1.25;
  color: #ffffff;
}
@media only screen and (max-width: 699px) {
  .articles {
    padding: 0 8px;
  }
}
.articles__header {
  border-bottom: 1px solid #3f4148;
  padding-bottom: 12px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.25;
  color: black;
}
.articles__body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}
@media only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1249px) {
  .articles__body {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 699px) {
  .articles__body {
    display: block;
  }
}
.articles__footer {
  margin-top: 16px;
}
.articleThumbVertical {
  width: 100%;
  min-height: 285px;
  display: flex;
  color: #120c34;
  text-decoration: none;
  position: relative;
  margin-bottom: 24px;
  background-color: white;
  flex-direction: column;
  margin: 8px 0;
}
.articleThumbVertical:hover .articleThumbVertical__headline {
  color: #f72140;
}
.articleThumbVertical__image {
  position: relative;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
  background-size: cover;
  background-position: center;
  height: 243px;
  width: calc(100% + 1px);
}
.articleThumbVertical__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 16px;
}
.articleThumbVertical__overlay--centered {
  display: flex;
  justify-content: center;
}
.articleThumbVertical__play {
  align-self: center;
  justify-self: center;
  display: flex;
  background-color: rgba(111, 3, 18, 0.64);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-image: url('../assets/icons/play.svg');
  background-repeat: no-repeat;
  background-position: 15px 15px;
}
.articleThumbVertical__info {
  padding: 24px;
  width: 100%;
}
.articleThumbVertical__headline {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.29;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 16px;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
}
.tab {
  font-size: 11px;
  letter-spacing: 3px;
  margin: 0 8px;
  text-transform: uppercase;
  padding: 18px 24px;
  color: white;
  text-decoration: none;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .tab {
    padding: 18px 8px;
  }
}
.tab:hover {
  color: #f72140;
  text-decoration: none;
}
.tab--active {
  border: solid 1px #3f4148;
  padding: 18px 24px;
}
.termsOfUse {
  line-height: 28px;
}
.termsOfUse__header {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 59px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .termsOfUse__header {
    padding-left: 36px;
  }
}
.contact,
.edit-profile {
  line-height: 28px;
  max-width: 550px;
  background: white;
  padding: 24px 32px;
  margin: 0 auto;
}
.contact__header,
.edit-profile__header {
  color: #56565c;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.contact label,
.edit-profile label {
  color: #56565c;
}
.showMore {
  position: relative;
  font-size: 14px;
  line-height: 1.43;
  color: #a1a2a9;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
}
.showMore:hover {
  color: #f72140;
}
.showMore:hover:after {
  background-image: url('../assets/icons/showMore-hover.svg');
}
.showMore--active:after {
  transform: rotate(180deg);
}
.showMore:after {
  content: '';
  position: absolute;
  margin-left: 10px;
  top: 0;
  width: 16px;
  height: 16px;
  background-image: url('../assets/icons/showMore.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  margin: 16px 0;
  width: 100%;
}
.form__avatar {
  position: absolute;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  left: 0;
}
.form__showMore {
  grid-column: span 2;
}
.form__item {
  position: relative;
  grid-column: span 2;
}
.form__item--avatar {
  height: 104px;
}
@media only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) {
  .form__item--half {
    grid-column: span 1;
  }
}
.form__item--center {
  text-align: center;
}
.form__input {
  display: block;
  background-color: transparent;
  padding: 18px 24px;
  border: 1px solid #3f4148;
  outline: 0;
  color: white;
  font-size: 14px;
  line-height: 1.43;
  background-repeat: no-repeat;
  background-position: left 16px center;
  width: 100%;
}
.form__input--username {
  padding-left: 64px;
  background-image: url('../assets/icons/username.svg');
}
.form__input--firstName {
  padding-left: 64px;
  background-image: url('../assets/icons/first-name.svg');
}
.form__input--surname {
  padding-left: 64px;
  background-image: url('../assets/icons/surname.svg');
}
.form__input--email {
  padding-left: 64px;
  background-image: url('../assets/icons/email.svg');
}
.form__input--password {
  padding-left: 64px;
  background-image: url('../assets/icons/password.svg');
}
.form__input:focus {
  border-color: #f72140;
}
.form__input--half {
  grid-column: span 1;
}
.form__button {
  grid-column: span 2;
  margin-top: 0;
}
.form__checkbox {
  background-color: transparent;
  margin-right: 5px;
}
.form__label {
  width: 100%;
  justify-content: center;
  font-size: 14px;
  line-height: 1.43;
  color: #a1a2a9;
  text-align: center;
}
.form__textarea {
  width: 100%;
  background: transparent;
  padding: 18px 24px;
  border: 1px solid #3f4148;
  resize: vertical;
  outline: 0;
  min-height: 240px;
  color: white;
}
.form__textarea:focus {
  border-color: #f72140;
}
.termsOfUseItem {
  display: flex;
  margin-bottom: 48px;
}
.termsOfUseItem__header {
  font-size: 17px;
  padding-right: 48px;
  color: #5b5e65;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .termsOfUseItem__header {
    padding-right: 24px;
  }
}
.termsOfUseItem__body {
  color: #a1a2a9;
  font-size: 17px;
}
.modalTabs {
  display: flex;
}
.modalTabs__tab {
  width: 50%;
  padding: 25px;
  text-align: center;
  background-color: black;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
}
.modalTabs__tab--selected,
.modalTabs__tab:hover {
  background-color: #1a1b1c;
}
.modal {
  z-index: 99999;
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.84);
  align-items: center;
  justify-content: center;
}
.modal__content {
  width: 540px;
  background-color: #1a1b1c;
}
.modal__body {
  padding: 40px 32px;
}
.modal__body *:first-child {
  margin-top: 0;
}
.modal__body:last-child {
  margin-bottom: 0;
}
.modal__footer {
  margin-top: 64px;
  font-size: 12px;
  text-align: center;
  color: #5b5e65;
}
.loginUsingFacebook {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 16px 0;
}
.loginUsingFacebook__button {
  font-family: 'Prompt';
  width: max-content;
  background-color: #1978f2;
  padding: 16px 24px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 3px;
  color: #ffffff;
  text-decoration: none;
  background-image: url('../assets/icons/facebook-round.svg');
  background-repeat: no-repeat;
  background-position: left 24px center;
  padding-left: 64px;
}
.loginUsingFacebook__button:hover {
  background-color: #0c4d9f;
}
.loginUsingFacebook__alternateText {
  font-size: 14px;
  line-height: 1.43;
  color: #5b5e65;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 24px;
}
.registrationFinished {
  margin: 0 auto;
  margin-bottom: 24px;
  background-size: cover;
  width: 168px;
  height: 212px;
}
.email {
  margin: 32px 0;
  background-image: url('../assets/icons/email.svg');
  background-repeat: no-repeat;
  padding-left: 48px;
  font-size: 14px;
  line-height: 1.43;
  color: #a1a2a9;
  width: max-content;
}
.email--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.message {
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #a1a2a9;
  max-width: 460px;
  margin: 0 auto;
}
.message--small {
  max-width: 285px;
}
.message--error {
  color: #d62929;
}
.forumWritePost {
  position: relative;
}
.forumWritePost__image {
  position: absolute;
  left: 8px;
  top: 8px;
  background-size: cover;
  background-position: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.forumWritePost textarea {
  width: 100%;
  display: block;
  resize: vertical;
  background: transparent;
  border: solid 1px #3f4148;
  padding-top: 18px;
  padding-bottom: 0;
  height: 56px;
  min-height: 56px;
  padding-left: 64px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.43;
  color: #5b5e65;
  outline: 0;
}
.forumLogin {
  margin: 24px 0;
  border: solid 1px #3f4148;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.forumLogin__text {
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #a1a2a9;
  max-width: 230px;
  margin-bottom: 16px;
}
.forumLogin__button {
  width: max-content;
  min-width: 230px;
}
.forumPost {
  display: grid;
  margin: 24px 0;
  grid-template-areas: 'image header' 'image body' 'image footer';
  grid-column-gap: 16px;
  grid-template-columns: 48px auto;
}
.forumPost__footer {
  grid-area: footer;
  display: flex;
  flex-direction: row-reverse;
  padding: 4px;
  background-color: rgba(161, 162, 169, 0.16);
  font-size: 10px;
  letter-spacing: 2px;
  color: #a1a2a9;
  text-transform: uppercase;
  width: 100%;
}
.forumPost__button {
  display: flex;
  width: 95px;
  padding: 4px 8px;
  background-color: #282829;
  align-items: center;
}
.forumPost__button:hover {
  color: black;
  cursor: pointer;
  background: #f72140;
}
.forumPost--reply {
  margin-top: -8px;
  padding-left: 64px;
}
.forumPost__image {
  grid-area: image;
  background-size: cover;
  background-position: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.forumPost__header {
  grid-area: header;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}
.forumPost__name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #ffffff;
}
.forumPost__date {
  font-size: 12px;
  line-height: 1.67;
  text-align: right;
  color: #a1a2a9;
}
.forumPost__body {
  position: relative;
  grid-area: body;
  padding: 8px 8px 8px 16px;
  background-color: rgba(161, 162, 169, 0.16);
  font-size: 14px;
  line-height: 1.43;
  color: #a1a2a9;
}
.forumPost__body:before {
  position: absolute;
  left: -7px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 0;
  border-color: transparent rgba(161, 162, 169, 0.16) transparent transparent;
}
.forum {
  margin: 48px 0;
  padding: 0 16px;
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .forum {
    padding: 0 44px;
  }
}
@media only screen and (min-width: 1000px) {
  .forum {
    padding: 0 88px;
  }
}
.forum__header {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: #ffffff;
}
@media only screen and (max-width: 699px) {
  .team {
    margin: 0 16px;
  }
}
.team:not(:last-child) {
  margin-bottom: 64px;
}
.team__headline {
  font-family: 'Prompt';
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #120c34;
}
.team__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 799px), only screen and (min-width: 800px) and (max-width: 899px) {
  .team__body {
    grid-template-columns: 1fr;
  }
}
.teamMember {
  display: flex;
  padding: 32px;
}
@media only screen and (max-width: 699px) {
  .teamMember {
    padding: 16px;
  }
}
.teamMember__image {
  width: 144px;
  height: 144px;
  min-width: 144px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin-right: 32px;
}
@media only screen and (max-width: 699px) {
  .teamMember__image {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
}
.teamMember__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.teamMember__name {
  margin: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  font-weight: 500;
  font-stretch: condensed;
  line-height: 1.29;
  letter-spacing: 1px;
  color: #120c34;
}
.teamMember__position {
  font-family: 'Prompt';
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #a1a2a9;
}
.teamMember__email {
  margin-top: 16px;
  font-family: 'Prompt';
  font-size: 14px;
  line-height: 1.43;
  color: #a1a2a9;
}
.pageWrapper {
  color: #120c34;
  background-size: 100% 120px;
  background-repeat: no-repeat;
}
.pageWrapper .header,
.pageWrapper .header--fixed {
  background-image: url('../assets/header-line.jpg');
  background-repeat: no-repeat;
}
.page-type-home {
  background-image: url('../assets/header.jpg');
  background-size: 100% 832px;
}
.page-type-home.is_mobile {
  background-image: url('../assets/header-line.jpg');
  background-size: 100% 120px;
}
.page-type-home #header {
  background-image: unset;
}
.wpcf7-response-output {
  color: #f4313d;
}
.no-content {
  color: #2e2e2e;
  padding-top: 80px;
}
.profile-user {
  background-color: white;
  max-width: 600px;
  height: 405px;
  text-align: center;
  color: #120c34;
  margin: 0px auto;
  margin-top: 60px;
  padding-top: 48px;
}
.page-type-category .main,
.page-type-other .main,
.page-type-trailer .main {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1249px), only screen and (min-width: 1250px) and (max-width: 1499px) {
  .page-type-category .main,
  .page-type-other .main,
  .page-type-trailer .main {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 699px) {
  .page-type-category .main,
  .page-type-other .main,
  .page-type-trailer .main {
    padding: 0;
  }
}
:root {
  --purple: #3B3646;
  --red: #EE4B5A;
}
a {
  text-decoration: none;
}
input {
  outline: 0;
}
.wpcf7-textarea {
  background: transparent;
  padding: 18px 24px;
  border: 1px solid #3f4148;
  resize: vertical;
  outline: 0;
  min-height: 240px;
  color: #a1a2a9;
  background-repeat: no-repeat;
  background-position: left 16px center;
  width: 100%;
}
.sidebar {
  background: white;
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999999999;
  width: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #3f4148;
  left: -320px;
  right: auto;
}
.sidebar a {
  color: #a1a2a9;
  background-color: transparent;
  text-decoration: none;
}
.sidebar a:hover {
  color: #1A0B3E;
}
.sidebar a.close {
  margin-top: 16px;
  margin-bottom: 36px;
  margin-left: 16px;
  border: solid 1px #3f4148;
  text-align: center;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: none;
}
@media only screen and (min-width: 1000px) {
  .sidebar a.close {
    margin-top: 32px;
    margin-left: 32px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .sidebar a.close {
    margin-left: 32px;
  }
}
.sidebar .divider {
  border-top: 1px solid #3f4148;
  margin-top: 32px;
  margin-bottom: 32px;
}
.sidebar .menu {
  font-size: 11px;
  letter-spacing: 3px;
  color: #a1a2a9;
  text-transform: uppercase;
}
.sidebar .menu ul {
  margin: 0px;
  padding: 0;
  list-style: none;
}
.sidebar .menu ul li {
  min-height: 20px;
  display: flex;
  align-items: center;
}
.sidebar .menu ul li:hover {
  cursor: pointer;
  background-color: rgba(122, 33, 247, 0.16);
}
.sidebar .menu ul li:hover#menu-item-34 a {
  background-image: url('../assets/icons/serialy-hover.svg');
}
.sidebar .menu ul li:hover#menu-item-31 a {
  background-image: url('../assets/icons/filmy-hover.svg');
}
.sidebar .menu ul li:hover#menu-item-30 a {
  background-image: url('../assets/icons/dokumenty-hover.svg');
}
.sidebar .menu ul li:hover#menu-item-35 a {
  background-image: url('../assets/icons/show-hover.svg');
}
.sidebar .menu ul li:hover#menu-item-32 a {
  background-image: url('../assets/icons/osobnosti-hover.svg');
}
.sidebar .menu ul li:hover#menu-item-33 a {
  background-image: url('../assets/icons/ostatn-hover.svg');
}
.sidebar .menu ul li:hover#menu-item-31 a {
  background-image: url('../assets/icons/filmy-hover.svg');
}
.sidebar .menu ul li#menu-item-34 a {
  background-image: url('../assets/icons/serialy.svg');
}
.sidebar .menu ul li#menu-item-31 a {
  background-image: url('../assets/icons/filmy.svg');
}
.sidebar .menu ul li#menu-item-30 a {
  background-image: url('../assets/icons/dokumenty.svg');
}
.sidebar .menu ul li#menu-item-35 a {
  background-image: url('../assets/icons/show.svg');
}
.sidebar .menu ul li#menu-item-32 a {
  background-image: url('../assets/icons/osobnosti.svg');
}
.sidebar .menu ul li#menu-item-33 a {
  background-image: url('../assets/icons/ostatn.svg');
}
.sidebar .menu ul li#menu-item-31 a {
  background-image: url('../assets/icons/filmy.svg');
}
.sidebar .menu ul li a {
  font-family: Prompt;
  font-size: 11px;
  letter-spacing: 3px;
  color: #120c34;
  display: block;
  width: 100%;
  padding-left: 37px;
  padding-right: 37px;
  padding: 16px 0;
  background-repeat: no-repeat;
  background-position: left 37px center;
  padding-left: 80px;
  transition: none;
}
@media only screen and (max-width: 699px) {
  .sidebar .menu ul li a {
    padding-left: 64px;
    background-position: left 24px center;
  }
}
.sidebar ul#secondary-menu li a {
  font-size: 9px;
  padding: 10px 0;
  padding-left: 48px;
}
@media only screen and (max-width: 699px) {
  .sidebar ul#secondary-menu li a {
    padding-left: 36px;
  }
}
.pageWrapper::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  transition: opacity 1s;
  pointer-events: none;
  z-index: 999999999;
}
body.sidebar-open .pageWrapper::after {
  opacity: 0.7;
  pointer-events: all;
}
body.admin-bar .sidebar {
  padding-top: 32px;
}
#wpadminbar {
  position: fixed;
}
.articleContent .wp-block-image img {
  width: 100%;
}
@media only screen and (max-width: 699px) {
  .articleContent {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .articleContent {
    padding: 0 64px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .articleContent {
    padding: 0 48px;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1499px) {
  .articleContent {
    padding: 0 64px;
  }
}
.articleContent > figure.wp-block-embed-twitter figcaption,
.articleContent > figure.wp-block-embed-soundcloud figcaption,
.articleContent > figure.wp-block-embed-spotify figcaption,
.articleContent > figure.wp-block-embed-vimeo figcaption,
.articleContent > figure.wp-block-embed-dailymotion figcaption,
.articleContent > figure.wp-block-embed-tiktok figcaption,
.articleContent > figure.wp-block-embed-instagram figcaption,
.articleContent > figure.wp-block-embed-facebook figcaption,
.articleContent > figure.wp-block-embed-facebook .wp-block-embed__wrapper,
.articleContent > figure.wp-block-embed-spotify .wp-block-embed__wrapper,
.articleContent > figure.wp-block-embed-vimeo .wp-block-embed__wrapper,
.articleContent > figure.wp-block-embed-dailymotion .wp-block-embed__wrapper,
.articleContent > figure.wp-block-embed-soundcloud .wp-block-embed__wrapper {
  text-align: center;
  display: block;
}
.articleContent figure > figcaption {
  font-family: Prompt, sans-serif;
  font-size: 11px;
  color: #5b5e65;
  padding: 0 8px 8px 8px;
  text-align: right;
  width: 100%;
}
.center {
  text-align: center;
}
.searchLayout_main {
  width: 100%;
  grid-area: main;
  min-height: 860px;
  padding-bottom: 64px;
}
.searchLayout_main .no-content {
  width: 268px;
  font-family: Prompt;
  font-size: 17px;
  line-height: 1.65;
  text-align: center;
  color: #2e2e2e;
  margin: 0px auto;
  margin-top: 112px;
}
.searchLayout_main .no-content img {
  margin: 0px auto;
  margin-bottom: 40px;
  display: block;
}
.full-width {
  width: 100%;
}
.button {
  cursor: pointer;
}
.page-content p {
  color: #a1a2a9;
  font-family: 'Prompt';
  font-size: 17px;
  display: flex;
  margin-bottom: 48px;
}
form input:not([type='checkbox']) {
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 18px 24px;
  border: solid 1px #cdcad1;
  margin-bottom: 24px;
  color: #2e2e2e;
}
form input[type=submit] {
  cursor: pointer;
}
input:-webkit-autofill {
  background: red;
  border: 1px solid green;
  -webkit-text-fill-color: #a1a2a9;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}
.page-contact-content {
  line-height: 28px;
  max-width: 550px;
  background: #1a1b1c;
  padding: 32px;
  margin: 0 auto;
  min-height: unset;
}
.page-contact-content p {
  margin-bottom: 16px;
  display: block;
}
.page-contact-content input {
  margin-bottom: 0px !important;
}
.page-contact-content textarea {
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 18px 24px;
  border: 1px solid #3f4148;
  color: #a1a2a9;
}
.pageWrapper .search-form {
  position: relative;
  margin-top: 0px;
  margin-left: 16px;
  margin-right: 16px;
}
.pageWrapper .search-form input {
  background-color: transparent;
  padding: 16px 96px 16px 18px;
  border: none;
  border-bottom: 1px solid #3f4148;
  height: 128px;
  width: 100%;
  font-family: Prompt;
  font-size: 64px;
  font-weight: 500;
  color: #ffffff;
}
.pageWrapper .search-form input:focus {
  outline: none;
}
.pageWrapper .search-form input::placeholder,
.pageWrapper .search-form input:-ms-input-placeholder,
.pageWrapper .search-form input::-ms-input-placeholder {
  color: #1a1b1c;
}
.pageWrapper .search-form button {
  background-color: transparent;
  padding: 18px;
  border: solid 1px #3f4148;
  position: absolute;
  right: 16px;
  bottom: 32px;
  cursor: pointer;
  color: #ffffff;
}
.pageWrapper .search-form button span {
  width: 29px;
  height: 29px;
  font-size: 29px;
}
.pageWrapper .search-form button:hover {
  color: #f72140;
  border: solid 1px #f72140;
}
.pageWrapper .search-form button:hover span {
  color: #f72140;
}
.sidebarBox a:hover {
  color: #000000;
}
.trailerSingle h1 {
  margin-bottom: 16px;
}
.trailerSingle .layout {
  margin-bottom: 64px;
}
.trailerSingle iframe {
  border: none;
}
.trailerSingle .article__body {
  padding: 0px;
  background-color: transparent;
}
.trailerSingle .articleContent {
  padding: 0px;
  padding-bottom: 64px;
}
.trailerSingle .articleContent {
  padding: 0px;
  padding-bottom: 64px;
}
.trailerSingle .forum {
  margin: 0px;
}
.trailerSingle .fixerImage {
  height: 1px;
  visibility: hidden;
}
.grid3 {
  display: flex;
  flex-wrap: wrap;
}
.grid3 .articleSquare {
  height: 450px;
  width: 31%;
  max-width: 31%;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  gap: 32px;
}
.grid3 .articleSquare .articleThumbVertical__image {
  max-height: 243px;
  min-height: 243px;
  margin: 0px;
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .grid3 .articleSquare {
    width: 47%;
    max-width: 47%;
    gap: 32px;
  }
}
@media only screen and (max-width: 699px) {
  .grid3 .articleSquare {
    width: 100%;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    gap: 32px;
  }
}
.header__group--side {
  flex-basis: 420px;
}
.padding-bottom-32 {
  margin-bottom: 32px;
}
.author__name a {
  color: white;
}
.author__name a:hover {
  color: #f72140;
}
.user__buttons a {
  padding-left: 42px !important;
  margin: 0px 8px !important;
}
.edit_profile a {
  color: #a1a2a9;
}
/* ==== Login ==== */
.lrm-user-modal {
  z-index: 99999;
  position: fixed;
  display: flex !important;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.84);
  align-items: center;
  justify-content: center;
  left: 0px;
  top: 0px;
}
.lrm-user-modal.is-visible {
  visibility: visible !important;
  opacity: 1;
}
.lrm-user-modal-container {
  width: 540px;
  background-color: #1a1b1c !important;
}
.lrm-user-modal-container-inner > ul {
  display: flex;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.lrm-user-modal-container-inner > ul li {
  width: 50%;
  display: block;
}
.lrm-user-modal-container-inner > ul li a {
  width: 100%;
  display: block;
  padding: 25px;
  text-align: center;
  background-color: black;
  font-family: Prompt;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  color: white;
}
.lrm-user-modal-container-inner > ul li a:hover,
.lrm-user-modal-container-inner > ul li a.selected {
  background-color: #1a1b1c;
}
.lrm-user-modal-container-inner > div {
  display: none;
  padding: 40px 32px;
}
.lrm-user-modal-container-inner > div.is-selected {
  display: block !important;
}
.lrm-user-modal-container-inner .lrm-signin-section input[name='username'] {
  padding-left: 64px !important;
  background-image: url('../assets/icons/email.svg');
}
.lrm-user-modal-container-inner input[name='password'] {
  padding-left: 64px !important;
  background-image: url('../assets/icons/password.svg');
}
.lrm-user-modal-container-inner input:not([type='checkbox']) {
  display: block;
  background-color: transparent;
  padding: 18px 24px;
  border: 1px solid #3f4148;
  outline: 0;
  color: white;
  font-family: Prompt;
  font-size: 14px;
  line-height: 1.43;
  background-repeat: no-repeat;
  background-position: left 16px center;
  width: 100%;
}
.lrm-user-modal-container-inner button {
  font-family: 'Prompt';
  display: block;
  width: 100%;
  text-align: center;
  font-size: 11px;
  letter-spacing: 3px;
  padding: 16px 24px;
  border: 1px solid #3f4148;
  text-transform: uppercase;
  color: #a1a2a9;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
}
.lrm-remember-me-checkbox {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 16px;
}
.lrm-nice-checkbox {
  background-color: transparent;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.lrm-form-bottom-message {
  margin-top: 64px;
  font-family: Prompt;
  font-size: 12px;
  text-align: center;
  color: #5b5e65;
}
.lrm-remember-me-checkbox {
  width: 100%;
  justify-content: center;
  font-family: Prompt;
  font-size: 14px;
  line-height: 1.43;
  color: #a1a2a9;
  text-align: center;
}
.lrm-form-bottom-message a {
  color: #a1a2a9;
  text-decoration: underline;
}
.lrm-form-bottom-message a:hover {
  color: #f72140;
}
.lrm-signup-section .fieldset--login {
  display: none;
}
.lrm-signup-section input[name='username'] {
  padding-left: 64px !important;
  background-image: url('../assets/icons/username.svg');
}
.lrm-signup-section input[name='first-name'] {
  padding-left: 64px !important;
  background-image: url('../assets/icons/first-name.svg');
}
.lrm-signup-section input[name='last-name'] {
  padding-left: 64px !important;
  background-image: url('../assets/icons/surname.svg');
}
.lrm-signup-section input[name='email'] {
  padding-left: 64px !important;
  background-image: url('../assets/icons/email.svg');
}
.lrm-signup-section .lrm-row {
  display: flex;
  gap: 18px;
}
.lrm-form-message {
  max-width: 285px;
}
.lrm-error-message,
.lrm-form-message {
  font-family: Prompt;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #a1a2a9;
  max-width: 460px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.lrm-error-message,
.lrm-is-error {
  color: #f72140 !important;
}
.lrm-error-message a,
.lrm-is-error a {
  color: #f72140 !important;
  text-decoration: underline;
}
.lrm-error-message {
  display: block;
}
/*==== Comments ====*/
.forum .comment-form-comment label,
.comment-author .says,
.comment-edit-link,
.comment ol.children .reply,
.forum .logged-in-as {
  display: none;
}
.comment ol.children {
  margin-left: 26px;
  list-style: none;
}
.comment-list {
  list-style: none;
  padding: 0px;
}
.comment-body {
  margin: 24px 0;
  position: relative;
}
.comment-author {
  position: absolute;
}
.comment-author .avatar {
  background-size: cover;
  background-position: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.comment-author cite {
  font-family: Prompt;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: black;
  font-style: normal;
  text-decoration: none;
  position: absolute;
  top: 0px;
  left: 65px;
  width: max-content;
  display: inline-block;
}
.comment-author cite a {
  color: black;
  text-decoration: none;
}
.comment-author cite a:hover {
  color: #f72140 !important;
}
.comment-meta {
  height: 20px;
  text-align: right;
  display: block;
  position: relative;
}
.comment-meta a {
  font-family: Prompt;
  font-size: 12px;
  line-height: 1.67;
  color: #a1a2a9;
  text-decoration: none;
  position: absolute;
  right: 0px;
}
.comment-body p {
  position: relative;
  background-color: rgba(161, 162, 169, 0.16);
  font-family: Prompt;
  font-size: 14px;
  line-height: 1.43;
  color: #a1a2a9;
  padding-left: 16px;
  padding-top: 8px;
  padding-right: 8px;
  margin: 0px 0px 0px 64px;
  word-break: break-word;
}
.comment-body p:first-child {
  margin-top: 3px;
}
.comment-body p:last-of-type {
  padding-bottom: 28px;
}
.comment-body p:first-of-type:before {
  position: absolute;
  left: -7px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 0;
  border-color: transparent rgba(161, 162, 169, 0.16) transparent transparent;
}
.comment-reply-form {
  position: relative;
}
.reply span,
.comment-reply-form input.submit {
  font-family: Prompt;
  width: 95px;
  padding: 4px 8px;
  background-color: #282829;
  align-items: center;
  color: #a1a2a9;
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 2px;
  cursor: pointer;
  text-transform: uppercase;
}
.comment-reply-form input.reset {
  font-family: Prompt;
  font-size: 10px;
  letter-spacing: 2px;
  color: #a1a2a9;
  background-color: transparent;
  cursor: pointer;
  border: 0px;
  width: auto;
  margin-right: 12px;
}
.comment-reply-form input.reset:hover {
  color: #f72140;
}
.comment-reply-form input.reset,
.comment-reply-form input.submit {
  padding: 4px 8px;
  margin: 0px;
}
.comment-reply-form .buttons {
  float: right;
}
.comment-reply-form textarea {
  margin-top: 24px;
  min-height: 52px;
  padding-top: 20px;
  padding-left: 72px;
  color: #5b5e65;
}
.comment-reply-form .avatar {
  position: absolute;
  left: 8px;
  top: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.comment-reply-form .buttons input {
  display: inline-block;
  text-transform: uppercase;
}
.reply {
  display: inline-block;
  position: absolute;
  bottom: 8px;
  right: 3px;
}
.reply span:hover,
.comment-reply-form input.submit:hover {
  cursor: pointer;
  background: #f4313d;
  color: white;
}
/*=== Contcat === */
.contact form input {
  margin-bottom: 8px;
}
.contact form p {
  margin-bottom: 24px;
}
.contact form p:last-of-type {
  margin-bottom: 0px;
}
.contact form > div:last-of-type {
  margin-top: 18px;
}
.hidden {
  display: none;
}
.error {
  color: #f72140;
}
.clear {
  clear: both;
}
/* Cookie Dialog */
#gdpr-cookie-message {
  max-width: 320px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  margin-left: 30px;
  padding: 16px;
  box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.73);
  background-color: #1a1b1c;
}
#gdpr-cookie-message p {
  padding: 0;
  margin: 0;
  font-family: Prompt;
  font-size: 12px;
  line-height: 1.45;
  color: #a1a2a9;
  margin-bottom: 8px;
}
#gdpr-cookie-message p a {
  font-weight: 500;
  color: #ffffff;
  text-decoration: underline;
}
#gdpr-cookie-message p a:hover {
  color: #f72140;
}
#gdpr-cookie-message button {
  font-family: Prompt;
  border: none;
  background: white;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
  float: right;
}
#gdpr-cookie-message button:hover {
  background: #f72140;
  color: #000000;
  cursor: pointer;
}
#gdpr-cookie-message button:focus {
  outline: none;
}
.fancybox-container {
  z-index: 100000;
}
@media only screen and (max-width: 699px) {
  .articleContent > p:nth-child(1) {
    font-size: 18px;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 699px) {
  .articleContent > p {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 699px) {
  .articleThumb__headline,
  .articleThumbVertical__headline {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 699px) {
  .footer {
    background-position: -1020px -40px;
    background-size: 520%;
  }
}
.wp-block-spacer {
  height: 50px !important;
}
.contextMenu__name {
  font-family: Prompt;
}
.fancybox-caption__body {
  font-family: Prompt;
}
.comment-reply-form {
  width: calc(100% - 64px);
  margin-left: 64px;
}
@media only screen and (max-width: 699px) {
  .comment-reply-form {
    width: 100%;
    margin-left: 0;
  }
}
.comment-reply-form textarea {
  background: transparent;
  border: 1px solid #3f4148;
  outline: 0;
  resize: vertical;
  width: 100%;
}
.wp-block-image {
  margin: 0 -88px;
}
@media only screen and (max-width: 699px) {
  .wp-block-image {
    margin: 0 -16px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .wp-block-image {
    margin: 0 -64px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .wp-block-image {
    margin: 0 -48px;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1499px) {
  .wp-block-image {
    margin: 0 -64px;
  }
}
.wp-block-embed,
.wp-block-gallery {
  margin: 0 -88px;
}
@media only screen and (max-width: 699px) {
  .wp-block-embed,
  .wp-block-gallery {
    margin: 0 -8px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .wp-block-embed,
  .wp-block-gallery {
    margin: 0 -64px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .wp-block-embed,
  .wp-block-gallery {
    margin: 0 -48px;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1499px) {
  .wp-block-embed,
  .wp-block-gallery {
    margin: 0 -64px;
  }
}
ul.blocks-gallery-grid {
  margin: 0;
}
.wp-block-embed .wp-block-embed__wrapper {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 699px) {
  .wp-block-embed.is-type-video {
    margin: 0 -16px;
  }
}
.wp-block-embed.is-type-video iframe {
  width: 100%;
}
.wp-block-embed.is-provider-soundcloud .wp-block-embed__wrapper,
.wp-block-embed.is-provider-spotify .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 40%;
  height: 0;
}
.wp-block-embed.is-provider-soundcloud iframe,
.wp-block-embed.is-provider-spotify iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-block-embed-dailymotion .wp-block-embed__wrapper,
.wp-block-embed.wp-block-embed-vimeo .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.wp-block-embed.wp-embed-aspect-16-9 iframe,
.wp-block-embed.wp-block-embed-dailymotion iframe,
.wp-block-embed.wp-block-embed-vimeo iframe {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
