:root {
  --dim-grey: #525252;
  --medium-blue: #1800cf;
  --dark-grey: #a8a8a8;
  --black: black;
  --lead-blue: #5842ff;
  --gainsboro: #dfdfdf;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.button {
  clear: none;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-family: Space Grotesk, sans-serif;
  font-weight: 400;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.button.w--current {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  font-size: 1.5rem;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.text-align-center {
  text-align: center;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: rgba(168, 193, 216, .2);
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.page-wrapper {
  flex-flow: row;
  display: block;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.section-1 {
  display: none;
}

.container-medium {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  color: #386eec;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  color: #386eec;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
  display: none;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-40px {
  margin-top: 40px;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.hero-header {
  flex-direction: column;
  justify-content: center;
  height: 10vh;
  display: flex;
}

.pod-reco-list {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: block;
}

.filter-group {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.filter-group.fg-search {
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.filter-group.fg-category {
  border-top: .15vh solid var(--dim-grey);
  object-fit: contain;
  margin-top: 2vh;
  margin-bottom: 1vh;
  font-size: 1vh;
}

.filter-group.fg-domain {
  border-top: 1px solid #000;
  margin-top: 1vh;
  margin-bottom: 1vh;
}

.dynamic-filter-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.filter-group-reco-count, .filter-group-category, .filter-group-domain, .filter-group-episode-count, .filter-group-episode-length {
  margin-top: 5px;
  margin-bottom: 5px;
}

.grid {
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 19% 1.5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 100vh;
  display: block;
  overflow: visible;
}

.filter-results-wrapper {
  background-color: #fff;
  display: block;
}

.filter-group-search {
  margin-top: 5px;
  margin-bottom: 5px;
}

.filter-button {
  border: 1px solid #000;
  margin: .2vh .5vh .2vh 0;
  padding: .2vh .5vh;
}

.selection-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  letter-spacing: 1.5px;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1vh;
  margin-bottom: 1vh;
  font-weight: 400;
  display: flex;
}

.filter-group-count-links {
  margin-top: 5px;
  margin-bottom: 5px;
}

.search-parent {
  color: #000;
  font-size: 2vh;
}

.search-text-field {
  color: #000;
  border: 1px solid #000;
  border-bottom-width: .15vh;
  margin-bottom: 1vh;
  padding: 1vh;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.4vh;
}

.total-count, .date-started, .listennotes-score {
  justify-content: space-between;
  margin-top: 2px;
  margin-bottom: 2px;
  display: flex;
}

.card-listen-button-wrapper {
  justify-content: space-around;
  padding: .5rem;
  display: flex;
}

.card-link-component {
  padding-left: 5px;
  padding-right: 5px;
  font-size: .9rem;
  font-weight: 400;
}

.card-listen-button {
  background-color: var(--medium-blue);
  border-radius: 20px;
  padding: .3rem .7rem;
  font-size: .8rem;
}

.category-tag {
  color: #5f5f5f;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ececec;
  border-radius: 20px;
  justify-content: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .3rem .5rem;
  font-size: .8rem;
  display: flex;
}

.number-of-episodes {
  justify-content: space-between;
  margin-top: 2px;
  margin-bottom: 2px;
  display: flex;
}

.button-active {
  background-color: #e9e9e9;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
}

.pod-reco-card-item {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.card-content-item-wrapper {
  color: #525252;
  letter-spacing: 1px;
  border-bottom: .2px solid #dadada;
  justify-content: space-between;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: .9rem;
  line-height: 1.7;
  display: flex;
}

.card-content-item-wrapper.reco-count {
  color: var(--dim-grey);
}

.hero-sub-header {
  max-width: 70%;
  margin-top: .5rem;
  font-family: Space Grotesk, sans-serif;
}

.card-domain-reco-wrapper {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.filter-reset-master {
  border: 1px solid #696969;
  padding: .2vh .5vh;
}

.card-domain-link {
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .9rem;
  line-height: 1.7;
  text-decoration: underline;
}

.card-domain-link:hover {
  color: var(--medium-blue);
}

.filter-title {
  z-index: 4;
  clear: left;
  border-top: 1px none var(--dark-grey);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  align-self: center;
  margin-bottom: 0;
  padding-top: .5vh;
  padding-bottom: .5vh;
  font-family: Space Grotesk, sans-serif;
  font-size: 2vh;
  font-style: normal;
  font-weight: 400;
  position: relative;
}

.text-span {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--medium-blue), #f5950f 75%, #e50505);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-bold {
  font-weight: 700;
}

.body {
  background-color: #d9d9d9;
}

.image {
  max-width: 150px;
  max-height: 150px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.section-copy {
  display: block;
}

.section-title {
  margin-top: auto;
  overflow: visible;
}

.filter-group-copy {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.filter-button-copy {
  border: 1px solid #000;
  margin: 2px 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.section-3, .collection-list-wrapper {
  display: block;
}

.image-2 {
  max-width: 120px;
  max-height: 120px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.heading-year {
  flex: 0 auto;
  align-items: center;
  margin-left: 20px;
  margin-right: 40px;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  display: flex;
}

.heading-2 {
  align-self: center;
  margin-right: 10px;
  padding-left: 10px;
}

.div-block-2 {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-3 {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.25rem;
}

.div-block-3 {
  width: 110px;
  max-width: none;
  height: 30px;
  max-height: none;
}

.gamename {
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 3vh;
  font-weight: 500;
  line-height: 1.2;
}

.text-block {
  float: none;
  color: var(--black);
  text-transform: uppercase;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: center;
  margin: 0;
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.4vh;
  font-weight: 400;
  display: block;
}

.heading-4 {
  font-family: Space Grotesk, sans-serif;
}

.text-block-filter {
  text-transform: uppercase;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.4vh;
}

.image-9 {
  object-fit: cover;
  background-image: linear-gradient(#000, #fff);
  border: 1px #000;
  border-radius: 0;
  height: 300px;
  min-height: 0;
  max-height: none;
}

.link-block-3 {
  position: static;
}

.columns-vermittlung {
  margin: 0 60px 100px;
}

.text-block-12 {
  outline-offset: 0px;
  direction: ltr;
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: transparent;
  text-transform: none;
  white-space: normal;
  outline: 3px #fff;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
}

.toggle {
  background-color: #0d1d28;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  min-height: 150px;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: relative;
  box-shadow: 0 7px 9px rgba(0, 0, 0, .2);
}

.heading-toggle {
  color: #fff;
  text-align: left;
  border: 1px #fff;
  border-radius: 0;
  min-height: 150px;
  margin: 0 50px;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 90px;
  font-weight: 400;
  line-height: 100px;
  position: relative;
  top: 0;
}

.link-block-2, .link-block {
  text-decoration: none;
}

.div-block-schatten {
  background-image: linear-gradient(rgba(13, 29, 40, 0) 60%, rgba(13, 29, 40, .72) 93%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-4, .link-block-5 {
  text-decoration: none;
}

.div-block-4 {
  display: flex;
}

.div-block-list-vorschau {
  border: 1px #000;
  margin-bottom: 20px;
  display: flex;
}

.div-block-list-content {
  background-color: #fff;
  min-height: 500px;
  max-height: none;
  display: block;
  position: static;
}

.list-content-text {
  width: 50%;
  margin-left: 100px;
  margin-right: 100px;
  font-family: Space Grotesk, sans-serif;
}

.heading-gamename-list {
  align-self: center;
  margin: 0 100px 1em;
  padding-top: 40px;
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 3em;
  font-weight: 500;
  position: relative;
}

.div-block-list-vorschau-story {
  height: 200px;
  margin-top: 0;
  display: none;
}

.plus, .minus {
  align-self: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.div-block-5 {
  z-index: 1;
  float: right;
  clear: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-family: Space Grotesk, sans-serif;
  display: flex;
  position: relative;
}

.list-title {
  border-bottom: .15vh solid #000;
  width: 100%;
  margin: 0 0 1vh;
  padding-bottom: .5vh;
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.4vh;
  font-weight: 400;
}

.list-thumbnail {
  border-radius: 0;
  width: 90px;
  max-width: 90px;
  height: 110px;
  max-height: 110px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.checkbox {
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 6px;
}

.checkbox-field-2 {
  color: #000;
  margin-bottom: 0;
}

.checkbox-label {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: -1px;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.4vh;
}

.div-block-3-copy {
  width: 250px;
  max-width: none;
  height: 30px;
  max-height: none;
}

.checkbox-2 {
  color: #000;
}

.checkbox-3 {
  border: 1px solid var(--black);
  border-radius: 0;
  margin-top: 5px;
}

.section-2 {
  display: none;
}

.section-gda {
  z-index: 100;
  object-fit: fill;
  background-color: #fff;
  flex-flow: column;
  margin-top: -30vh;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1vh;
  padding-left: 1vh;
  padding-right: 1vh;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .55);
}

.div-block-25 {
  width: 25%;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.div-block-50 {
  width: 50%;
  min-width: 50%;
  padding-left: 0;
  display: block;
}

.div-block-12-5 {
  width: 12.5%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-51 {
  flex: none;
  max-width: 100%;
  max-height: 110px;
  margin-left: 10px;
  display: block;
}

.div-block-25-copy {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-52 {
  display: flex;
}

.div-block-53 {
  width: 20%;
}

.div-block-54 {
  width: 80%;
}

.section-4-show {
  z-index: 10;
  background-color: #fff;
  flex-flow: column;
  width: auto;
  margin: -20vh 0 90px;
  padding-bottom: 0;
  padding-left: 1vh;
  padding-right: 1vw;
  display: flex;
  position: relative;
  top: 50px;
}

.button-2 {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  align-items: flex-end;
  margin-top: -24px;
  padding: 0;
  display: flex;
}

.section-4-show-copy {
  background-color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: fixed;
}

.div-block-55 {
  display: flex;
  position: absolute;
}

.image-10 {
  max-width: 80%;
  max-height: 110px;
  margin-bottom: 20px;
}

.div-block-56 {
  margin-bottom: 20px;
  display: flex;
}

.text-block-13 {
  font-family: Space Grotesk, sans-serif;
}

.div-block-57 {
  max-width: 50%;
}

.heading-5 {
  font-family: Space Grotesk, sans-serif;
  font-size: 2rem;
}

.div-block-game-text {
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
}

.image-11 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  min-height: 20rem;
  max-height: 20rem;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.image-thumbnail {
  object-fit: cover;
  object-position: 0% 50%;
  background-color: rgba(0, 0, 0, 0);
  width: 10vh;
  min-width: auto;
  max-width: none;
  height: 12.5vh;
  max-height: 12.5vh;
  margin-bottom: 20px;
}

.div-block-60 {
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  display: flex;
}

.section-5 {
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-50-p-10 {
  width: 52.5%;
  padding-left: 1vh;
  padding-right: 1vh;
  display: flex;
}

.div-block-p {
  display: flex;
}

.div-block-50-o {
  width: 50%;
}

.checkbox-4 {
  margin-top: 6px;
}

.div-block-63 {
  display: flex;
}

.text-block-slash {
  margin-left: 0;
  margin-right: 0;
  font-size: .8rem;
}

.form-block {
  color: #000;
  margin-bottom: 2vh;
}

.text-block-info {
  text-transform: uppercase;
  align-self: center;
  margin: 0;
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: .8rem;
}

.text-block-info-titel {
  color: #bababa;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.text-block-lauftext-gross {
  padding-left: 0;
  padding-right: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.25rem;
}

.div-block-75-m100 {
  width: 75%;
}

.c-sort {
  color: #a1a1a1;
  align-items: center;
  display: flex;
}

.c-metros_input {
  display: none;
}

.c-collection_list, .c-extra_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-text-1 {
  font-size: 18px;
  line-height: 1.2;
}

.c-text-1.cc-number {
  color: #7545ff;
  margin-left: 5px;
  margin-right: 5px;
}

.c-sort_dropdown {
  margin-left: 12px;
}

.c-content_numers {
  display: flex;
}

.c-title-wrapper {
  margin-bottom: 8px;
}

.c-title-wrapper.cc-blue {
  color: #231575;
  font-weight: 600;
}

.icon {
  margin-right: 12px;
}

.c-text-2.cc-inline {
  display: inline-block;
}

.c-extra_checkbox-wrap {
  width: 40px;
  height: 23px;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.c-metros_values {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.c-rooms_wrapper {
  display: flex;
}

.c-filtro {
  margin-bottom: 20px;
}

.c-filtro.cc-search {
  display: flex;
}

.c-main {
  padding-top: 80px;
}

.c-provincia_collection {
  display: none;
}

.c-search_input {
  background-image: url('../images/buscar.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #ccc;
  border-radius: 12px;
  height: 45px;
  margin-bottom: 0;
  padding-right: 40px;
}

.c-search_input:focus {
  border: 1px solid #4870fe;
  border-bottom-color: #7545ff;
}

.c-sort_dropdown-link {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.c-content_top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.c-radio {
  border: 1px solid #ccc;
  border-left-width: .5px;
  border-right-style: none;
  margin-bottom: 0;
  padding: 5px 14px;
  position: relative;
}

.c-radio.cc-1 {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow: hidden;
}

.c-radio.cc-last {
  border-right-style: solid;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.c-select {
  background-color: #fff;
  border-radius: 12px;
  height: 40px;
}

.c-checkbox {
  border-style: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 #000;
}

.c-checkbox.w--redirected-checked {
  background-color: rgba(26, 147, 253, .1);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: #4870fe #4870fe #7545ff;
}

.c-checkbox.w--redirected-focus {
  box-shadow: none;
}

.c-metros_wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.c-metros_track {
  background-color: rgba(0, 0, 0, .1);
  height: 4px;
  position: relative;
}

.c-checkbox_rooms {
  border-style: none;
  border-width: 0;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 #000;
}

.c-checkbox_rooms.w--redirected-checked {
  background-color: rgba(26, 147, 253, .1);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: #1a93fd;
}

.c-container {
  max-width: 1358px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.c-track_handle {
  z-index: 1;
  color: rgba(0, 0, 0, .5);
  cursor: grab;
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 0;
  min-width: 35px;
  padding: 6px 5px 5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.c-track_handle:active {
  color: #fff;
  background-color: #7545ff;
}

.c-empty_lottie {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.c-tipo_checkbox {
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 12px;
  margin-right: 10px;
  padding: 7px 19px;
  position: relative;
  overflow: hidden;
}

.c-row {
  display: flex;
}

.c-empty {
  text-align: center;
}

.c-tipo {
  display: flex;
}

.c-extra_checkbox-label {
  display: none;
}

.c-metros {
  margin-top: 35px;
}

.c-checkbox_text {
  z-index: 1;
  position: relative;
}

.c-col {
  width: 100%;
  max-width: 28%;
}

.c-col.cc-2 {
  flex: 1;
  max-width: none;
  padding: 40px 20px 80px;
}

.c-col.cc-1 {
  border-right: 1px solid rgba(0, 0, 0, .1);
  padding-top: 40px;
  padding-left: 0;
  padding-right: 20px;
}

.c-sort_dropdown-item {
  border: 1px solid #ccc;
  border-radius: 12px;
  min-width: 200px;
  padding: 12px 35px 12px 12px;
}

.c-extra_checkbox {
  z-index: 1;
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 #000;
}

.c-extra_checkbox.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.c-extra_checkbox.w--redirected-focus {
  box-shadow: none;
}

.c-button {
  color: #fff;
  background-color: #7545ff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.c-button.cc-filtro {
  display: none;
}

.c-track_amount {
  background-color: #000;
  width: 40%;
  height: 100%;
  position: absolute;
}

.c-cerrar {
  display: none;
}

.fs-rangeslider-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.fs-rangeslider-track {
  color: #6b6b6b;
  background-color: #c9c9c9;
  height: .1rem;
  position: relative;
}

.fs-rangeslider-fill {
  color: #000;
  background-color: #000;
  width: 50px;
  height: .1rem;
  position: absolute;
}

.fs-rangeslider-handle {
  background-color: #4000ff;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  position: absolute;
}

.fs-rangeslider-display-value {
  margin-top: 2vh;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5vh;
}

.fs-rangeslider_form {
  width: 100%;
  max-width: 720px;
  margin-bottom: 0;
  position: relative;
}

.fs-rangeslider_wrapper {
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  display: block;
  position: relative;
}

.fs-rangeslider_track {
  background-color: #1a1a1a;
  border-radius: 999rem;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs-rangeslider_handle {
  z-index: 1;
  cursor: grab;
  background-color: #000;
  border-radius: 100rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .2);
}

.fs-rangeslider_handle:focus {
  background-color: #5c2aff;
}

.fs-rangeslider_handle.is-pink {
  background-color: #dd30fc;
}

.fs-rangeslider_fill {
  background-color: #835dff;
  background-image: linear-gradient(270deg, #dd30fc, #5c2aff);
  border-radius: 999px;
  width: 20%;
  height: 100%;
  position: absolute;
}

.fs-rangeslider_input {
  display: none;
}

.fs-range_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-76 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-2 {
  position: relative;
}

.text-block-15 {
  font-family: Space Grotesk, sans-serif;
}

.empty-state---info {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
}

.text-block-info-source {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: .6rem;
  font-style: normal;
  font-weight: 400;
}

.image-game {
  aspect-ratio: 3 / 2;
  object-fit: fill;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 10px;
  overflow: hidden;
}

.image-thumbnail-stories {
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 0% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 90px;
  min-width: 90px;
  max-width: 90px;
  height: 110px;
  max-height: 110px;
  margin-bottom: 20px;
}

.text-block-into-content {
  text-transform: uppercase;
  align-self: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: .8rem;
}

.text-block-website {
  text-transform: uppercase;
  align-self: center;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: .8rem;
}

.image-14 {
  object-fit: cover;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-77 {
  display: flex;
}

.div-block-25-o {
  width: 25%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.section-6 {
  margin-left: 20px;
  margin-right: 20px;
}

.text-field {
  font-family: Space Grotesk, sans-serif;
  font-size: .8rem;
}

.submit-button {
  background-color: #848484;
  font-family: Space Grotesk, sans-serif;
}

.form-block-2, .enter-game-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-15 {
  object-fit: none;
}

.div-block-game-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 2.25fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: block;
}

.link-block-contribute {
  border: 1px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: .2vh .5vh;
}

.div-block-78 {
  padding-left: 0;
  position: static;
}

.link-block-7 {
  min-width: 100%;
  max-width: 100%;
}

.link-block-8 {
  min-width: 100%;
  margin-top: 0;
}

.link-block-back-to-game-archive {
  min-width: 100%;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.text-block-copy {
  float: none;
  text-transform: uppercase;
  align-self: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.text-block-lauftext {
  float: none;
  color: #5842ff;
  text-transform: uppercase;
  align-self: center;
  margin-bottom: 3vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.4vh;
  font-weight: 400;
}

.div-block-79 {
  margin-bottom: 1vh;
}

.form-3 {
  width: 100%;
  display: block;
}

.form-text-field-article {
  height: 200px;
  min-height: 200px;
  max-height: 200px;
}

.text-block-info-s {
  text-transform: uppercase;
  align-self: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: .6rem;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: block;
}

.collection-list-wrapper-2 {
  order: 0;
  align-self: auto;
  width: 25%;
  margin-left: 0;
  padding-left: 1.5vh;
  display: block;
}

.div-block-80 {
  display: flex;
}

.div-block-25---original {
  width: 25%;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  position: static;
}

.div-block-81 {
  display: flex;
}

.div-block-82 {
  width: 21%;
  display: flex;
}

.div-block-83, .div-block-84 {
  display: flex;
}

.div-block-85 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  width: 100%;
  display: block;
}

.collection-list-2 {
  width: 100%;
  display: block;
}

.collection-item-2 {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.text-block-16 {
  width: 100%;
  display: block;
}

.div-block-50-10 {
  width: 50%;
  padding-left: 1vh;
  padding-right: 1vh;
}

.no-items-found {
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  font-family: Space Grotesk, sans-serif;
  font-size: .8rem;
}

.div-block-50-u {
  width: 50%;
  display: block;
}

.link-block-9 {
  display: block;
}

.div-block-86 {
  order: 0;
  align-self: baseline;
  width: 5%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-87 {
  order: 0;
  align-self: flex-start;
  width: 50%;
  max-width: 50%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-50-u-10 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.div-block-88 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.empty-state-info {
  background-color: #fff;
  padding: 0;
}

.text-block-17 {
  font-family: Space Grotesk, sans-serif;
  font-size: .8rem;
}

.collection-list-wrapper-screenshot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  width: auto;
  height: auto;
  margin-bottom: 0;
  display: block;
}

.collection-list-3 {
  grid-column-gap: 1vh;
  grid-row-gap: 2vh;
  grid-template-rows: 16vh auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.collection-item-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: auto;
  max-width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-16 {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  background-image: linear-gradient(rgba(218, 218, 218, .5), rgba(218, 218, 218, .5));
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  display: block;
}

.text-block-into-member {
  text-transform: uppercase;
  align-self: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.4vh;
}

.link {
  color: #5842ff;
  text-decoration: none;
}

.empty-state-2 {
  background-color: rgba(221, 221, 221, 0);
  padding: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: .8rem;
}

.div-block-89 {
  flex-flow: column;
  align-self: auto;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
  padding-left: .5vh;
  padding-right: 1vh;
  display: flex;
}

.text-block---genre {
  float: none;
  color: #adadad;
  text-transform: uppercase;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: center;
  margin: 0;
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.4vh;
  font-weight: 400;
  display: block;
}

.div-block-80 {
  width: 75vw;
}

.div-block-100 {
  max-height: none;
  overflow: scroll;
}

.error-message {
  margin-top: 1vh;
}

.empty-state-image {
  color: #333;
  background-color: rgba(221, 221, 221, 0);
}

.pagination {
  flex-direction: row-reverse;
  justify-content: center;
  display: flex;
}

.next {
  background-color: #fff;
  border-style: none;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.previous {
  background-color: #fff;
  border-style: none;
}

.dropdown_list.w--open {
  background-color: #fff;
}

.filter_tag {
  color: #fff;
  background-color: #3c7c43;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: .85rem;
  font-weight: 500;
  position: relative;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.sort_field {
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem 2rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.sort_field.w--current {
  color: #3c7c43;
  background-color: #f4f9f4;
}

.filter_sort-by {
  border: 1px solid #dae4d8;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 12rem;
  padding: .5rem 4rem .5rem 1.2rem;
  display: flex;
}

.dropdown_icon {
  margin-right: 1.2rem;
  font-size: 1rem;
}

.filter_tags-text {
  color: #8f8f8f;
  margin-right: 1rem;
}

.filter_tags-wrapper {
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-content: start;
  justify-content: start;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.filter_tag-remove {
  opacity: .5;
  filter: invert();
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: column;
  width: 1.5rem;
  margin-top: .4rem;
  margin-right: .5rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.filter_header {
  background-color: #fff;
  border: 1px solid #dae4d8;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  min-height: 4.5rem;
  padding: .5rem 1rem;
  display: none;
}

.sort-button {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.4vh;
  line-height: 1.1;
  display: block;
}

.sort-button-2 {
  margin: 8px;
  padding: 16px 32px;
  font-weight: 700;
  line-height: 1;
  transition: border-color .1s, background-color .1s, color .1s;
  box-shadow: inset 0 0 0 4px #f9f8f9;
}

.sort-button-2:hover {
  box-shadow: inset 0 0 0 4px #240c2e;
}

.footer_finsweet-logo {
  width: 6rem;
  display: block;
  position: relative;
  top: .2rem;
}

.text-color-green {
  color: #3c7c43;
}

.fs-cmsfilter_highlight {
  color: #fff;
  background-color: #3c7c43;
}

.footer_finsweet {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: #a1a1a1;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-left: 2rem;
  font-size: 1rem;
  text-decoration: none;
  display: grid;
}

.footer_finsweet:hover {
  opacity: .8;
}

.footer_finsweet-icon {
  width: 3.25rem;
}

.footer_logo-link {
  color: #000;
  text-decoration: none;
}

.filter_block-header {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: grid;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.filter_options {
  max-height: 15rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  overflow: auto;
}

.filter_reset-all {
  border-bottom: 1px solid #3c7c43;
  padding-bottom: .2rem;
  text-decoration: none;
}

.nav_link {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  color: #dfdfdf;
  border-radius: .25rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.nav_link:hover {
  background-color: #242424;
}

.nav_link.is-cta {
  color: #fff;
  background-color: #5c2aff;
  border-radius: .25rem;
  margin-left: 1rem;
}

.nav_link.is-cta:hover {
  background-color: #303030;
}

.page-padding-2 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.rangeslider_track {
  background-color: #ececec;
  border-radius: 999rem;
  width: 96%;
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav_logo {
  width: 10rem;
}

.radio_field {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.filter-block-label {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.nav_logo-text {
  color: #b9fd00;
  margin-left: .75rem;
}

.nav_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: grid;
}

.filter_search-field {
  background-image: url('../images/search.svg');
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border: 1px #000;
  min-height: 4.4rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1rem 4rem;
  font-size: 1rem;
}

.filter_wrapper {
  background-color: #f6f7f1;
}

.filter_select {
  cursor: pointer;
  border: 1px #000;
  min-height: 3.6rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.footer_video-icon {
  width: 2rem;
  margin-top: -3rem;
}

.filter_reset {
  color: #6e6e6e;
  border-bottom: 1px solid #dae4d8;
  padding-bottom: .2rem;
  text-decoration: none;
}

.footer_component {
  background-color: #000;
  border-top: 1px solid #dae4d8;
  align-items: flex-start;
}

.footer_video-block {
  max-width: 30rem;
}

.container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.nav_brand {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.option-results {
  color: #3c7c43;
  display: none;
}

.footer_learn-icon {
  margin-right: .75rem;
}

.nav_link-icon {
  opacity: .4;
  width: 1.5rem;
}

.nav_link-icon.is-inverted {
  filter: invert();
}

.nav_component {
  background-color: #000;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.filter_column {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-bottom-style: none;
}

.footer_content {
  background-color: #181818;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.radio_button {
  border: 2px solid #dfdfdf;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
}

.radio_button.w--redirected-checked {
  background-color: #3c7c43;
  background-image: none;
  border-color: #3c7c43;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
}

.radio_button.w--redirected-focus {
  box-shadow: none;
  border-color: #90c396;
}

.text-link {
  color: #3c7c43;
  border-bottom: 1px solid #90c396;
  text-decoration: none;
  display: inline-block;
}

.filter_results-text {
  font-weight: 400;
}

.heading-small-3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.filter_empty-icon {
  width: 5rem;
  margin-bottom: .5rem;
}

.footer_video {
  background-color: #000;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.filter_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.filter_empty {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.rangeslider_handle {
  z-index: 1;
  cursor: grab;
  background-color: #90c396;
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.rangeslider_handle:focus {
  background-color: #3c7c43;
}

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #dfdfdf;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.rangeslider_fill {
  background-color: #90c396;
  width: 20%;
  height: 100%;
  position: absolute;
}

.nav_menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.footer_learn {
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem .75rem 1.25rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.footer_learn:hover {
  background-color: #ececec;
}

.footer_wrapper {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.filter_form-wrapper {
  margin-bottom: 0;
}

.page-wrapper-2 {
  overflow: hidden;
}

.filter_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rangeslider_wrapper {
  align-items: center;
  padding: 21px;
  display: block;
  position: relative;
}

.footer_video-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.range_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.rangeslider_input {
  display: none;
}

.footer_video-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid #1f1f1f;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  justify-items: center;
  max-width: 80rem;
  margin-top: 3rem;
  padding-top: 3rem;
  display: grid;
}

.filter_header-2 {
  background-color: #fff;
  border: 1px solid #dae4d8;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  min-height: 4.5rem;
  padding: .5rem 1rem;
  display: flex;
}

.nav_container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.content_collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.radio_label {
  margin-bottom: 0;
  margin-right: .5rem;
}

.footer_logo {
  width: 10rem;
}

.heading-small-7 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.page-wrapper-3 {
  overflow: hidden;
}

.range-slider-input {
  display: none;
}

.filter-group-yearslider {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.filter-group-yearslider.fg-search {
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.filter-group-yearslider.fg-category {
  border-top: .15vh solid var(--dim-grey);
  object-fit: contain;
  margin-top: 2vh;
  margin-bottom: 1vh;
  font-size: 1vh;
  display: none;
}

.filter-group-yearslider.fg-domain {
  border-top: 1px solid #000;
  margin-top: 1vh;
  margin-bottom: 1vh;
}

.section-8 {
  background-image: url('../images/bildschirmfoto-2024-02-21-um-17.46.05.png');
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
}

.div-block-filter-25 {
  width: 25%;
  margin-right: 0;
  padding-left: 1vh;
  padding-right: 1vh;
  position: static;
}

.div-block-filter-items-75-m100 {
  width: 75%;
}

.div-block-t-game-50 {
  width: 50%;
  padding-left: 1vh;
  padding-right: 1vh;
}

.div-block-t-publisher-25, .div-block-backto-25 {
  width: 25%;
  margin-right: 0;
  padding-left: 1vh;
  padding-right: 1vh;
  position: static;
}

.div-block-gt-description-50 {
  width: 50%;
  padding-left: 1vh;
  padding-right: 1vh;
  display: block;
}

.section-cag {
  background-color: #fff;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 3vh;
  padding-top: 6vh;
  padding-left: 1vh;
  padding-right: 0;
}

.gameyear {
  float: none;
  text-transform: uppercase;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: center;
  margin: 0;
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.4vh;
  font-weight: 400;
  display: block;
}

.section-home {
  z-index: 1;
  background-color: #d9d9d9;
  flex-flow: row;
  margin-left: 0;
  margin-right: 0;
  padding: 2vh 2vh 0;
  display: flex;
  position: relative;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, .2);
}

.logo {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-right: 0;
}

.button-text-2 {
  position: absolute;
}

.link-2 {
  text-decoration: none;
}

.text-wrapper {
  max-width: 40rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.heading-large-2 {
  color: #111322;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.25;
}

.heading-large-2.banner {
  color: #000;
  letter-spacing: -.5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, rgba(252, 92, 125, .2), rgba(106, 130, 251, .2));
  font-size: 1.6rem;
  font-weight: 600;
}

.card-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}

.dynamic-link-preview {
  z-index: 0;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fc5c7d, #6a82fb);
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.text-block-18 {
  font-size: 1.5rem;
  line-height: 1.42;
}

.page-wrapper-4 {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.link-underline {
  background-color: #000;
  width: 100%;
  height: .125rem;
}

.card {
  border-radius: .5rem;
  width: 25rem;
  height: 0;
  position: absolute;
  bottom: 2.5rem;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.card.dynamic {
  z-index: 100;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-400px, 240px);
}

.static-link-hover {
  color: #000;
  flex-direction: column;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-image-wrapper {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: .5rem;
}

.link-wrapper {
  font-size: 1.5rem;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(105, 39, 218, .1);
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-parent {
  color: #000;
  border: 2px solid #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 45px;
  margin-top: 4rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-lead {
  float: none;
  color: #5842ff;
  text-transform: none;
  align-self: center;
  margin: 0 0 3vh;
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 2.6vh;
  font-weight: 400;
}

.toggle-1 {
  color: #5842ff;
  border-bottom: .15vh solid #5842ff;
  width: 100%;
  margin: 0 0 1vh;
  padding-bottom: .5vh;
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.4vh;
  font-weight: 400;
}

.div-block-101 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-102 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.heading-6 {
  text-transform: uppercase;
  font-family: Space Grotesk, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.div-block-103 {
  flex-flow: row;
  padding-bottom: 0;
  display: flex;
}

.section-10 {
  z-index: 1;
  border-radius: 1px;
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 2vh;
  padding-right: 2vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.body-2 {
  background-color: #d9d9d9;
}

.text-block-lauf {
  float: none;
  color: #5842ff;
  text-transform: none;
  align-self: center;
  margin: 0 0 3vh;
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 2vh;
  font-weight: 400;
}

.text-block-lead-copy {
  float: none;
  color: #5842ff;
  text-transform: none;
  border-top: 1.6px solid #5842ff;
  align-self: center;
  margin: 6vh auto 3vh;
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 3.5vh;
  font-weight: 400;
  display: block;
}

.button-open {
  clear: none;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-family: Space Grotesk, sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.button-open.w--current {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-4-copy {
  z-index: 100;
  object-fit: fill;
  background-color: #fff;
  flex-flow: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1vh;
  padding-left: 1vh;
  padding-right: 1vh;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .55);
}

.button-close {
  clear: none;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.25rem;
  font-family: Space Grotesk, sans-serif;
  font-weight: 400;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.button-close.w--current {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-gda-header {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 10vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-togglemenu {
  z-index: 2;
  border-radius: 1px;
  margin-top: 5vh;
  margin-bottom: -15vh;
  padding-top: 0;
  padding-left: 2vh;
  padding-right: 2vh;
  display: flex;
  position: relative;
}

.section-gda-1 {
  z-index: 100;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #fff;
  flex-flow: column;
  height: auto;
  min-height: 100vh;
  margin-top: 70px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1vh;
  padding-left: 1vh;
  padding-right: 1vh;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: -20px -20px 5px -19px rgba(0, 0, 0, .2);
}

.text-block-lauf-klein {
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #5842ff;
  text-transform: none;
  object-fit: contain;
  align-self: center;
  margin: 0 0 0;
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5vh;
  font-weight: 400;
  display: block;
}

.column-logo {
  object-fit: fill;
  padding-left: 0;
  padding-right: 0;
  overflow: auto;
}

.button-toggle {
  color: #5842ff;
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  border-top: 1px solid #5842ff;
  border-bottom: .15vh #5842ff;
  width: 100%;
  margin-top: 0;
  padding: .3vh 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.4vh;
}

.button-toggle.w--current {
  border-top-style: solid;
}

.columns-logo {
  margin-top: 3vh;
  margin-bottom: 3vh;
}

.text-block-lead-copy-copy {
  float: none;
  color: #5842ff;
  text-transform: none;
  border-top: 1.6px #5842ff;
  align-self: center;
  margin: 6vh auto 3vh;
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 3.5vh;
  font-weight: 400;
}

.image-follow {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.button-logo-in {
  -webkit-text-fill-color: inherit;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/logo_34x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  background-attachment: scroll;
  background-clip: border-box;
  border: 1px solid #5842ff;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  padding: 0;
}

.button-logo-hypo {
  -webkit-text-fill-color: inherit;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/logo_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  background-attachment: scroll;
  background-clip: border-box;
  border: 1px solid #5842ff;
  width: 40px;
  height: 40px;
  padding: 0;
}

.button-logo-x {
  -webkit-text-fill-color: inherit;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/logo_14x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  background-attachment: scroll;
  background-clip: border-box;
  border: 1px solid #5842ff;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  padding: 0;
}

.button-logom {
  -webkit-text-fill-color: inherit;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/logo4x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  background-attachment: scroll;
  background-clip: border-box;
  border: 1px solid #5842ff;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  padding: 0;
}

.columns-member {
  margin-top: 3vh;
}

.html-embed {
  margin-bottom: 0;
}

.button-toggle-last {
  color: #5842ff;
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  border-top: 1px solid #5842ff;
  border-bottom: .15vh solid #5842ff;
  width: 100%;
  margin-top: 0;
  padding: .3vh 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.4vh;
}

.button-toggle-last.w--current {
  border-top-style: solid;
}

.section-11 {
  z-index: 100;
  object-fit: fill;
  background-color: #fff;
  flex-flow: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1vh;
  padding-left: 1vh;
  padding-right: 1vh;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .55);
}

.body-3, .body-4 {
  background-color: #d9d9d9;
}

.div-block-104 {
  display: flex;
}

.div-block-105 {
  z-index: 1;
  position: relative;
}

.div-block-106 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 75%;
  display: flex;
}

.collection-list-wrapper-4, .collection-list-4 {
  display: flex;
}

.collection-item-4 {
  flex-flow: row;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.collection-list-5 {
  display: flex;
}

.section-12.is--hero {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2.5em;
}

.marquee-wrapper {
  width: 100%;
  height: 39em;
  position: relative;
  overflow: hidden;
}

.marquee-track {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-list {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.marquee-item {
  border-left: 1px solid rgba(223, 223, 223, .23);
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 31em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
}

.section-images {
  display: none;
  overflow: visible;
}

.div-block-25-copy {
  width: 25%;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 2vh;
  position: static;
}

.column-member {
  padding-left: 0;
}

.div-block-25-header {
  width: 25%;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.section-banner {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('../images/zeichenflache-1962x.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-clip: border-box;
  flex-flow: row;
  height: 10vw;
  margin-left: 0;
  margin-right: 0;
  padding: 2vh 2vh 0;
  display: flex;
  position: relative;
}

.collection-list-wrapper-5 {
  width: 25%;
}

.button-back-archive {
  clear: none;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 1rem 1.25rem;
  font-family: Space Grotesk, sans-serif;
  font-weight: 400;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button-back-archive.w--current {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-3 {
  display: flex;
}

.image-17 {
  display: block;
}

.collection-list-wrapper-6 {
  display: block;
  position: fixed;
}

.collection-list-wrapper-3-copy, .collection-list-wrapper-box-image, .collection-list-wrapper-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  width: auto;
  margin-bottom: 0;
  display: block;
}

.collection-item-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

@media screen and (min-width: 1920px) {
  .section-1 {
    display: flex;
  }

  .filter-group.fg-search {
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .filter-group.fg-category {
    border-top-width: .1vh;
    margin-top: 2vh;
  }

  .filter-group.fg-domain {
    margin-top: 2vh;
  }

  .filter-button {
    margin: .2vh .5vh .2vh 0;
    padding-left: .5vh;
    padding-right: .5vh;
  }

  .pod-reco-card-item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .filter-reset-master {
    padding: .2vh .5vh;
  }

  .collection-list-wrapper {
    z-index: 10;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
  }

  .image-2 {
    width: 150px;
    max-width: none;
    max-height: none;
  }

  .text-block-filter {
    font-size: 1.4vh;
  }

  .image-9 {
    background-image: linear-gradient(#000, #666 0%, #fff);
    border-radius: 0;
  }

  .text-block-12 {
    color: #fff;
    margin-top: -150px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 32px;
    line-height: 36px;
  }

  .toggle {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-right: 0 solid #fff;
  }

  .heading-toggle {
    border-width: 0;
    margin-top: -10px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    position: absolute;
    top: 20px;
  }

  .div-block-list-vorschau {
    width: 200%;
    height: 80px;
    min-height: 0;
    margin-bottom: 20px;
  }

  .div-block-list-vorschau-story {
    height: 150px;
    min-height: 150px;
  }

  .list-title {
    z-index: 1;
    border-bottom-width: .15vh;
    position: static;
  }

  .list-thumbnail {
    width: 90px;
    max-width: 90px;
    height: 110px;
    max-height: 110px;
    margin-bottom: 20px;
  }

  .checkbox-3 {
    margin-top: .5vh;
    margin-left: -1.8vh;
  }

  .section-2 {
    display: block;
  }

  .section-gda {
    width: auto;
    margin-top: 0;
    margin-right: 1vh;
    padding-top: 5vh;
    display: flex;
    position: static;
  }

  .div-block-25 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-50 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-12-5 {
    display: flex;
  }

  .div-block-51 {
    width: auto;
  }

  .section-4-show {
    z-index: 5;
    margin-right: 1vh;
    display: flex;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .section-4-show-copy {
    display: flex;
  }

  .collection-item {
    display: block;
  }

  .div-block-59 {
    width: 200px;
    height: 80px;
    display: flex;
  }

  .image-thumbnail {
    width: 10vh;
    max-width: none;
    height: 12.5vh;
    max-height: 12.5vh;
    margin-bottom: 20px;
  }

  .div-block-61 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-5 {
    width: auto;
    margin-right: 20px;
    display: none;
    position: static;
  }

  .div-block-50-p-10, .div-block-p {
    display: flex;
  }

  .div-block-50-o {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-75-m100 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-thumbnail-stories {
    width: 90px;
    max-width: 90%;
    height: 110px;
    max-height: 110px;
    margin-bottom: 20px;
  }

  .div-block-25-o {
    display: block;
  }

  .link-block-contribute {
    margin-top: 0;
    padding: .3vh .5vh;
  }

  .text-block-lauftext {
    color: var(--lead-blue);
  }

  .div-block-25---original {
    display: block;
  }

  .success-message {
    padding: 1vh;
  }

  .error-message {
    margin-top: 1vh;
    padding: 1vh;
  }

  .filter-group-yearslider.fg-search {
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .filter-group-yearslider.fg-category {
    border-top-width: .1vh;
    margin-top: 2vh;
  }

  .filter-group-yearslider.fg-domain {
    margin-top: 2vh;
  }

  .div-block-filter-25 {
    padding-left: 1vh;
    padding-right: 1vh;
    display: block;
  }

  .div-block-filter-items-75-m100 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-t-publisher-25, .div-block-backto-25 {
    padding-left: 1vh;
    padding-right: 1vh;
    display: block;
  }

  .section-cag {
    padding-right: 1vh;
  }

  .section-home {
    color: #000;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2vh;
    padding-bottom: 0;
    display: flex;
  }

  .logo {
    margin-bottom: 0;
    padding-left: 0;
  }

  .page-wrapper-4 {
    display: none;
    overflow: hidden;
  }

  .text-block-lead {
    color: var(--lead-blue);
  }

  .toggle-1 {
    z-index: 1;
    border-bottom-width: .15vh;
    position: static;
  }

  .heading-6 {
    font-size: 70px;
  }

  .text-block-lauf {
    color: var(--lead-blue);
  }

  .text-block-lead-copy {
    color: var(--lead-blue);
    font-size: 3.5vh;
  }

  .button-open {
    align-self: center;
  }

  .section-4-copy {
    width: auto;
    margin-top: 0;
    margin-right: 0;
    padding-top: 1vh;
    display: flex;
    position: fixed;
  }

  .button-close {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 1.3rem;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .div-block-gda-header {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .section-gda-1 {
    width: auto;
    margin-top: 100px;
    margin-right: 0;
    padding-top: 1vh;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
  }

  .text-block-lauf-klein {
    color: var(--lead-blue);
  }

  .button-toggle {
    border-top-width: 1.5px;
    border-bottom-width: 1.5px;
  }

  .text-block-lead-copy-copy {
    color: var(--lead-blue);
  }

  .image-follow {
    width: 80px;
    height: 80px;
    margin-right: 1vh;
  }

  .button-toggle-last {
    border-top-width: 1.5px;
    border-bottom-width: 1.5px;
  }

  .section-11 {
    width: auto;
    margin-top: 0;
    margin-right: 1vh;
    padding-top: 5vh;
    display: flex;
    position: static;
  }

  .div-block-105 {
    flex-flow: wrap;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-25-copy {
    padding-left: 0;
    padding-right: 2vh;
    display: block;
  }

  .div-block-25-header {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section-banner {
    color: #000;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2vh;
    padding-bottom: 0;
    display: flex;
  }

  .button-back-archive {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 1.3rem;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .page-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pod-reco-list {
    grid-template-columns: 1fr 1fr;
  }

  .hero-sub-header {
    max-width: 80%;
  }

  .heading-toggle {
    top: 20px;
  }

  .section-gda {
    display: block;
  }

  .div-block-25 {
    width: 25%;
    padding-left: 0;
  }

  .div-block-50 {
    width: 75%;
    min-width: 75%;
  }

  .div-block-50-p-10 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-p {
    width: auto;
  }

  .div-block-75-m100 {
    width: 100%;
    margin-top: 10vh;
  }

  .c-sort {
    margin-bottom: 20px;
  }

  .c-collection_list, .c-extra_form {
    grid-template-columns: 1fr 1fr;
  }

  .c-text-1 {
    font-size: 16px;
  }

  .c-filtro.cc-search {
    flex-direction: column-reverse;
  }

  .c-search_input {
    margin-top: 20px;
    margin-right: 0;
  }

  .c-content_top {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .c-col.cc-2 {
    padding-right: 0;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-wrapper-2 {
    margin-left: 0;
    padding-left: 1vh;
    padding-right: 1vh;
  }

  .div-block-50-10 {
    padding-left: 0;
    padding-right: 1vh;
  }

  .div-block-50-u {
    width: 100%;
  }

  .div-block-89 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1vh;
    padding-right: 1vh;
  }

  .filter_tags-wrapper {
    margin-top: .5rem;
  }

  .filter_header {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-left: 16px;
  }

  .filter_block-header {
    align-items: start;
    padding-left: 1rem;
  }

  .nav_link {
    margin-bottom: .5rem;
  }

  .nav_link.is-cta {
    margin-left: 0;
  }

  .footer_video-icon {
    margin-top: 0;
  }

  .nav_button {
    color: #fff;
    border: 2px solid #fff;
    border-radius: .25rem;
    margin-left: auto;
    padding: .75rem;
  }

  .nav_button.w--open {
    color: #000;
    background-color: #fff;
  }

  .filter_grid {
    grid-template-columns: .66fr 1fr;
  }

  .nav_menu {
    background-color: #181818;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
  }

  .footer_video-wrapper {
    text-align: center;
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .filter_header-2 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-left: 16px;
  }

  .div-block-filter-25 {
    width: 100%;
  }

  .div-block-filter-items-75-m100 {
    width: 100%;
    margin-top: 10vh;
  }

  .div-block-t-game-50 {
    padding-left: 0;
    padding-right: 1vh;
  }

  .div-block-t-publisher-25 {
    width: 25%;
    padding-left: 0;
  }

  .div-block-backto-25 {
    width: 25%;
    padding-left: 0;
    display: none;
  }

  .div-block-gt-description-50 {
    width: 75%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-home {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .heading-large-2 {
    font-size: 2.25rem;
  }

  .heading-6 {
    font-size: 6vw;
  }

  .section-4-copy {
    display: block;
  }

  .section-togglemenu {
    margin-bottom: -18vh;
  }

  .section-gda-1 {
    margin-top: 50px;
    display: block;
  }

  .text-block-lauf-klein {
    object-fit: contain;
    display: block;
    overflow: visible;
  }

  .section-11 {
    display: block;
  }

  .container-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .div-block-25-copy {
    width: 25%;
    padding-left: 0;
  }

  .column-member {
    aspect-ratio: auto;
    object-fit: contain;
    padding-left: 0;
    overflow: visible;
  }

  .div-block-25-header {
    width: 25%;
    padding-left: 0;
  }

  .section-banner {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2vh;
    padding-right: 2vh;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pod-reco-list {
    grid-template-columns: 1fr;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-sub-header {
    max-width: 100%;
  }

  .gamename {
    font-size: 3vh;
  }

  .heading-toggle {
    font-size: 60px;
    line-height: 65px;
  }

  .section-gda {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-25 {
    flex: 0 auto;
    order: 0;
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .div-block-50 {
    width: 100%;
    min-width: 100%;
  }

  .section-4-show {
    margin-left: 1vh;
    margin-right: 1vh;
    display: block;
  }

  .div-block-50-p-10 {
    flex-wrap: nowrap;
    order: 0;
    align-content: stretch;
    width: 75%;
    overflow: hidden;
  }

  .div-block-75-m100 {
    margin-top: 10vh;
  }

  .c-sort {
    margin-bottom: 0;
  }

  .c-filtros_form {
    max-height: 80vh;
    overflow: scroll;
  }

  .c-row {
    position: relative;
  }

  .c-filtros {
    min-width: 100vw;
    padding-top: 30px;
    padding-left: 27px;
    padding-right: 27px;
    position: relative;
    overflow: scroll;
  }

  .c-top_filters {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .c-col.cc-2 {
    min-width: 100%;
    padding-left: 0;
  }

  .c-col.cc-1 {
    z-index: 1000;
    background-color: #fff;
    max-width: none;
    min-height: 100vh;
    margin-left: -16px;
    padding-top: 0;
    padding-bottom: 40px;
    position: fixed;
    transform: translate(0, -100%);
  }

  .c-button.cc-filtro {
    cursor: pointer;
    display: block;
  }

  .c-cerrar {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    display: block;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .div-block-89 {
    display: none;
  }

  .filter_tags-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .sort-button-2 {
    margin: 4px;
    padding: 10px 16px;
  }

  .footer_finsweet {
    margin-left: 0;
  }

  .footer_finsweet-icon {
    width: 24px;
  }

  .page-padding-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .heading-small-3 {
    font-size: 1rem;
  }

  .filter_grid {
    grid-template-columns: 1fr;
  }

  .footer_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .footer_video-links {
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .nav_container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-small-7 {
    font-size: 1rem;
  }

  .div-block-filter-25 {
    width: 100%;
  }

  .div-block-filter-items-75-m100 {
    margin-top: 10vh;
  }

  .div-block-t-game-50 {
    width: 75%;
  }

  .div-block-t-publisher-25, .div-block-backto-25 {
    width: 25%;
    display: none;
    overflow: hidden;
  }

  .div-block-gt-description-50 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-home {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1vh;
    padding-right: 1vh;
    display: block;
  }

  .heading-large-2 {
    font-size: 1.875rem;
  }

  .text-block-lead {
    font-size: 22px;
  }

  .text-block-lauf {
    font-size: 16px;
  }

  .text-block-lead-copy {
    font-size: 30px;
  }

  .section-4-copy {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .section-togglemenu {
    margin-bottom: 5vh;
  }

  .section-gda-1 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .text-block-lauf-klein {
    font-size: 12px;
  }

  .button-toggle {
    font-size: 14px;
  }

  .text-block-lead-copy-copy {
    font-size: 30px;
  }

  .columns-member {
    display: block;
  }

  .button-toggle-last {
    font-size: 14px;
  }

  .section-11 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .marquee-wrapper {
    font-size: .7em;
  }

  .div-block-25-copy {
    flex: 0 auto;
    order: 0;
    width: 100%;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .column-2, .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-empty {
    display: none;
  }

  .div-block-25-header {
    flex: 0 auto;
    order: 0;
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .section-banner {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1vh;
    padding-right: 1vh;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hero-header {
    height: auto;
    min-height: 20rem;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .gamename {
    object-fit: contain;
    width: 60%;
    font-size: 2vh;
  }

  .image-9 {
    min-height: 200px;
  }

  .columns-vermittlung {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .text-block-12 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .toggle {
    height: auto;
    min-height: 500px;
    max-height: 2100px;
  }

  .heading-toggle {
    text-align: left;
    margin: 10px 40px 0;
    font-size: 26px;
    line-height: 24px;
  }

  .div-block-schatten {
    position: relative;
  }

  .section-gda {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-25 {
    width: 100%;
    padding-left: 0;
    padding-right: 1vh;
    display: none;
  }

  .section-4-show {
    margin-left: 1vh;
    margin-right: 1vh;
    display: block;
  }

  .div-block-50-p-10 {
    object-fit: fill;
    padding-left: 0;
    padding-right: 1vh;
    overflow: hidden;
  }

  .div-block-p {
    margin-top: 5vh;
  }

  .div-block-75-m100 {
    margin-top: 10vh;
    position: static;
  }

  .c-collection_list {
    grid-template-columns: 1fr;
  }

  .c-sort_dropdown {
    width: 100%;
    margin-left: 0;
  }

  .c-text-2.cc-ordenar {
    display: none;
  }

  .c-filtros {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-top_filters {
    flex-direction: column-reverse;
  }

  .c-metros {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .c-sort_dropdown-item {
    width: 100%;
    min-width: auto;
  }

  .c-button.cc-filtro {
    text-align: center;
    margin-bottom: 25px;
  }

  .div-block-50-10 {
    padding-left: 0;
    padding-right: 1vh;
  }

  .div-block-50-u {
    width: 100%;
  }

  .text-block---genre {
    display: none;
  }

  .sort-button-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer_finsweet {
    font-size: 14px;
  }

  .nav_logo-text {
    display: none;
  }

  .footer_component {
    text-align: left;
  }

  .footer_wrapper {
    text-align: center;
    flex-direction: column;
    grid-auto-columns: 1fr;
  }

  .div-block-filter-25 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-filter-items-75-m100 {
    margin-top: 25vh;
    position: static;
  }

  .div-block-t-game-50 {
    padding-left: 0;
    padding-right: 1vh;
  }

  .div-block-t-publisher-25, .div-block-backto-25 {
    width: 25%;
    padding-left: 0;
    padding-right: 1vh;
  }

  .div-block-gt-description-50 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-home {
    padding-left: 1vh;
    padding-right: 1vh;
  }

  .text-block-lead {
    font-size: 22px;
  }

  .heading-6 {
    font-size: 28px;
  }

  .text-block-lauf {
    font-size: 16px;
  }

  .text-block-lead-copy {
    font-size: 28px;
  }

  .section-4-copy {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .section-togglemenu {
    margin-bottom: 5vh;
  }

  .section-gda-1 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .text-block-lauf-klein {
    font-size: 12px;
  }

  .column-logo {
    padding: 5px 0;
  }

  .button-toggle, .button-toggle-last {
    font-size: 14px;
  }

  .section-11 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-25-copy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .column-3, .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-member {
    padding-top: 10px;
  }

  .column-empty {
    display: none;
  }

  .column-7, .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-25-header {
    width: 100%;
    padding-left: 0;
    padding-right: 1vh;
    display: block;
  }

  .section-banner {
    padding-left: 1vh;
    padding-right: 1vh;
  }
}


