body.gutfeeling > article {
	min-height: 100vh;
	overflow: hidden;
	position: relative;
	--swiper-theme-color: var(--color-gold);
	--swiper-pagination-bullet-inactive-color: var(--color-lightgrey);
	--swiper-pagination-bullet-inactive-opacity: 1;
}
body.gutfeeling.loading > article {
	height: 100vh;
}

body.gutfeeling article .bgfloater {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	pointer-events: none;
}
body.gutfeeling article .bgfloater img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: filter .3s;
}
/* body.anniversary:not(.safari) > article:not([data-observer-child="stream"]) .parallaxC {
	filter: blur(10px) brightness(50%) saturate(80%);
} */
/* body.anniversary.safari > article:not([data-observer-child="stream"]) .parallaxC {
	opacity: .2;
} */
body.gutfeeling > article:not([data-observer-child="stream"]) > .bgfloater img {
	filter: blur(8px) brightness(80%);
}

body.gutfeeling article > .anniversaryMenu {
	position: fixed;
	left: -180px;
	top: 0;
	bottom: 0;
	z-index: 7;
	font-size: 14px;
	width: 180px;
	transition: left .3s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-pack: center;
	        justify-content: center;
}
body.gutfeeling article > .anniversaryMenu.on {
	left: 0;
}
body.gutfeeling article > .anniversaryMenu ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-pack: center;
	        justify-content: center;
	gap: 8px;
}
body.gutfeeling article > .anniversaryMenu li {
	background: var(--color-first);
	color: var(--color-bg);
	padding: 7px 15px;
	text-align: center;
	position: relative;
	transition: color .3s;
	cursor: pointer;
	text-transform: uppercase;
}
body.gutfeeling article > .anniversaryMenu li.on,
body.gutfeeling article > .anniversaryMenu li:hover {
	color: var(--color-first);
}
body.gutfeeling article > .anniversaryMenu li::after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	transition: width .3s;
	overflow: hidden;
	background: var(--color-red);
	z-index: -1;
}
body.gutfeeling article > .anniversaryMenu li.on::after,
body.gutfeeling article > .anniversaryMenu li:hover::after {
	width: 100%;
}
body.gutfeeling article > .anniversaryMenu li[data-observer-id="stream"]::before {
	content: ' ';
	height: 16px;
	width: 16px;
	display: inline-block;
	margin-right: 5px;
	background: url('../img/icon_twitch.svg') no-repeat center center / 100% 100%;
	position: relative;
	top: 2px;
	transition: filter .3s;
}
body.gutfeeling article > .anniversaryMenu li[data-observer-id="stream"].on::before,
body.gutfeeling article > .anniversaryMenu li[data-observer-id="stream"]:hover::before {
	filter: contrast(0) brightness(2);
}
body.gutfeeling article > .anniversaryMenu > .anniversaryMenuBtn {
	position: absolute;
	top: 0;
	right: -46px;
	bottom: 0;
	margin: auto;
	background: var(--color-red);
	padding: 5px 13px;
	width: 46px;
	height: 45px;
	cursor: pointer;
	z-index: 10;
	transform: rotateY(180deg);
	transition: transform .3s;
}
body.gutfeeling article > .anniversaryMenu.on > .anniversaryMenuBtn {
	transform: rotateY(0);
}

body.gutfeeling article > div.sections {
	position: relative;
}
body.gutfeeling article > div.sections > section {
	min-height: calc(100vh - 67px);
	padding: 67px 0 100px;
}
body.gutfeeling article > div.sections > section > div.wrapper {
	max-width: 1550px;
}
body.gutfeeling article > div.sections > section.masked {
	        -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0) calc(0% + 83px), #000 calc(0% + 83px), #000 calc(100% - 83px), #0000 calc(100% - 83px)), url('../img/mask_header2_up.png'), url('../img/mask_header2.png');
	        mask-image: linear-gradient(rgba(0, 0, 0, 0) calc(0% + 83px), #000 calc(0% + 83px), #000 calc(100% - 83px), #0000 calc(100% - 83px)), url('../img/mask_header2_up.png'), url('../img/mask_header2.png');
	-webkit-mask-repeat: no-repeat, repeat-x, repeat-x;
	        mask-repeat: no-repeat, repeat-x, repeat-x;
	-webkit-mask-position: left 0,left top,left bottom;
	        mask-position: left 0,left top,left bottom;
	padding: 125px 0;
}
body.gutfeeling article > div.sections > section.masked:not(:first-of-type) {
	margin-top: -90px;
}
/* body.gutfeeling article > div.sections > section div.wrapper {
	padding-top: 100px;
} */
body.gutfeeling article > div.sections > section h2 {
	text-transform: uppercase;
	font-size: 43px;
	line-height: 36px;
	color: var(--color-red);
	position: relative;
}
body.gutfeeling article > div.sections > section h2 span sup {
	font-size: 70px;
	position: absolute;
	top: -10px;
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}
body.gutfeeling article > div.sections > section header {
	position: relative;
	text-align: center;
	margin-bottom: 85px;
}
body.gutfeeling article > div.sections > section header[data-ghosthead]::before {
	content: attr(data-ghosthead);
	font-size: 140px;
	letter-spacing: 20px;
	opacity: .15;
	color: var(--color-first);
	text-transform: uppercase;
	font-weight: 500;
	-webkit-mask-image: url('../img/gutfeeling/mask_dots.png');
	mask-image: url('../img/gutfeeling/mask_dots.png');
	-webkit-mask-size: 20%;
	mask-size: 20%;
	margin-bottom: -80px;
	display: block;
}
body.gutfeeling article > div.sections > section .scrollX {
	opacity: 0;
	-ms-transform: translateX(200px);
	transform: translateX(200px);
	transition: transform .1s, opacity .1s;
}
body.gutfeeling article > div.sections > section .scrollX.scrollXR {
	-ms-transform: translateX(-200px);
	transform: translateX(-200px);
}
body.gutfeeling article > div.sections > section header .scrollX {
	display: inline-block;
}
body.gutfeeling article > div.sections > section header .scrollX:nth-child(3) {
	-ms-transform: translateX(300px);
	transform: translateX(300px);
}
body.gutfeeling article > div.sections > section .scrollY {
	opacity: 0;
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	transition: transform .1s, opacity .1s;
}
body.gutfeeling article > div.sections > section .scrollScale {
	opacity: 0;
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	transition: transform .1s, opacity .1s;
}
body.gutfeeling article > div.sections > section .content :is(.intro,.outro) {
	max-width: 840px;
	text-align: center;
	font-size: 24px;
	margin: 50px auto 110px;
}
body.gutfeeling article > div.sections > section h2 small {
	font-size: 35px;
}
body.gutfeeling article > div.sections > section.stream {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-align: center;
	        align-items: center;
	padding-top: 0;
}
body.gutfeeling article > div.sections > section.stream header {
	text-align: left;
	margin-bottom: 0;
}
body.gutfeeling article > div.sections > section.stream div.wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-align: center;
	        align-items: center;
	gap: 60px;
	padding-top: 24vh;
}
body.gutfeeling article > div.sections > section.stream div.wrapper > p,
body.gutfeeling article > div.sections > section.stream .left {
	text-shadow: 1px 1px 2px #000;
}
body.gutfeeling article > div.sections > section.stream h2 {
	color: var(--color-first);
}
body.gutfeeling article > div.sections > section.dl2sale .content .logos,
body.gutfeeling article > div.sections > section.stream .logos,
body.gutfeeling article > div.sections > section.stream .btns {
	display: -ms-flexbox;
	display: flex;
	max-width: 666px;
	gap: 20px 80px;
	-ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-align: center;
	        align-items: center;
}
body.gutfeeling article > div.sections > section.stream .btns {
	position: relative;
	z-index: 5;
}
body.gutfeeling article > div.sections > section.dl2sale .content .logos > *,
body.gutfeeling article > div.sections > section.stream .logos > * {
	-ms-flex: 1;
	        flex: 1;
	transition: opacity .6s .4s, transform .6s .4s;
	opacity: 1;
	-ms-transform: scale(1);
	transform: scale(1);
}
body.gutfeeling article > div.sections > section.stream .logos > p {
	transition-delay: .6s;
}
body.gutfeeling article > div.sections > section.stream .btns {
	width: 572px;
	max-width: 100%;
}
body.gutfeeling.fr article > div.sections > section.stream .btns {
	width: 652px;
}
body.gutfeeling.pl article > div.sections > section.stream .btns {
	width: 672px;
}
body.gutfeeling.de article > div.sections > section.stream .btns {
	width: 682px;
}
body.gutfeeling.es article > div.sections > section.stream .btns {
	width: 752px;
}
body.gutfeeling article > div.sections > section.stream .btns .btn {
	-ms-flex: 1;
	        flex: 1;
	transition: all .3s, opacity .6s 1s, transform .6s 1s;
}
body.loading article > div.sections > section.stream .btns .btn.red {
	transition-delay: .3s, 1.1s, 1.1s;
}
body.loading article > div.sections > section.stream :is(div.wrapper > p,.btns .btn,.logos > *) {
	opacity: 0;
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
body.gutfeeling article > div.sections > section.stream div.wrapper > p {
	font-weight: 500;
	font-size: 24px;
	margin-top: -30px;
	transition: opacity .6s .8s, transform .6s .8s;
	text-align: center;
}
body.gutfeeling article > div.sections > section.stream div.wrapper > p span {
	position: relative;
}
body.gutfeeling article > div.sections > section.stream div.wrapper > ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px;
}
body.gutfeeling article > div.sections > section.stream div.wrapper > ul li a {
	display: block;
}
body.loading article > div.sections > section.stream div.wrapper > ul li a {
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
}
body.gutfeeling article > div.sections > section.stream div.wrapper > ul li:nth-child(1) a {
	transition-delay: 1.2s;
}
body.gutfeeling article > div.sections > section.stream div.wrapper > ul li:nth-child(2) a {
	transition-delay: 1.25s;
}
body.gutfeeling article > div.sections > section.stream div.wrapper > ul li:nth-child(3) a {
	transition-delay: 1.3s;
}
body.gutfeeling article > div.sections > section.stream div.wrapper > ul li:nth-child(4) a {
	transition-delay: 1.35s;
}
body.gutfeeling article > div.sections > section.stream div.wrapper > ul li:nth-child(5) a {
	transition-delay: 1.4s;
}
body.gutfeeling article > div.sections > section.stream div.wrapper > ul li:nth-child(6) a {
	transition-delay: 1.45s;
}
body.gutfeeling article > div.sections > section.stream div.wrapper > ul li span {
	border: 1px solid #fff;
	background: #000;
	padding: 10px;
	border-radius: 100%;
	transition: transform .7s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	        align-items: center;
	-ms-flex-pack: center;
	        justify-content: center;
}
body.gutfeeling article > div.sections > section.stream div.wrapper > ul li a:hover span {
	transform: rotateY(360deg);
}
body.gutfeeling article > div.sections > section.stream div.wrapper > ul li svg {
	width: 18px;
	height: 18px;
}
body.gutfeeling article > div.sections > section.stream div.wrapper .video {
	max-width: 1180px;
	display: -ms-flexbox;
	display: flex;
	gap: 100px;
	-ms-flex-align: center;
	        align-items: center;
}
body.gutfeeling article > div.sections > section .content .text > *:not(:last-child),
body.gutfeeling article > div.sections > section.stream div.wrapper .video .left > *:not(:last-child) {
	margin-bottom: 20px;
}
body.gutfeeling article > div.sections > section.stream div.wrapper .video .left > * {
	opacity: 0;
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	transition: transform .1s, opacity .1s;
}
body.gutfeeling article > div.sections > section.stream div.wrapper .video .left > h2 {
	-webkit-mask: url('/img/gutfeeling/mask_dots.png') repeat center center
;
	        mask: url('/img/gutfeeling/mask_dots.png') repeat center center
;}
/* body.gutfeeling article > div.sections > section.stream div.wrapper .video .left > *:nth-child(2) {
	-ms-transform: translateY(150px);
	transform: translateY(150px);
}
body.gutfeeling article > div.sections > section.stream div.wrapper .video .left > *:nth-child(3) {
	-ms-transform: translateY(200px);
	transform: translateY(200px);
}
body.gutfeeling article > div.sections > section.stream div.wrapper .video .left > *:nth-child(4) {
	-ms-transform: translateY(250px);
	transform: translateY(250px);
} */
body.gutfeeling article > div.sections > section.stream div.wrapper .video .right a {
	display: -ms-grid;
	display: grid;
	position: relative;
	-ms-grid-columns: 450px;
	grid-template-columns: 450px;
	-ms-grid-rows: 450px;
	grid-template-rows: 450px;
	-ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-align: center;
	        align-items: center;
	text-align: center;
}
body.gutfeeling article > div.sections > section.stream div.wrapper .video .right a span,
body.gutfeeling article > div.sections > section.stream div.wrapper .video .right a img {
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column: 1;
	grid-column: 1;
}
body.gutfeeling article > div.sections > section.stream div.wrapper .video .right a span {
	text-transform: uppercase;
	font-size: 54px;
	font-weight: 500;
	position: relative;
	color: var(--color-red-hover);
	-webkit-mask-image: url('../img/mask_preorder.png');
	mask-image: url('../img/mask_preorder.png');
	-webkit-mask-size: 150% 130%;
	mask-size: 150% 130%;
	-webkit-mask-position: -160px -20px;
	mask-position: -160px -20px;
	z-index: 5;
	padding: 0 30px;
}
body.gutfeeling.es article > div.sections > section.stream div.wrapper .video .right a span {
	font-size: 54px;
}
body.gutfeeling.es article > div.sections > section.stream div.wrapper .video .right a span {
	font-size: 50px;
}
body.gutfeeling article > div.sections > section.stream div.wrapper .video .right a img {
	border-radius: 15px;
	transition: transform .3s;
}
body.gutfeeling article > div.sections > section.stream div.wrapper .video .right a span.line::after {
	filter: sepia(200%) saturate(400%) saturate(400%) brightness(60%) hue-rotate(-60deg);
}
body.gutfeeling article > div.sections > section.stream div.wrapper .video .right a:hover img {
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/* body.gutfeeling article > div.sections > section.stream div.wrapper .video .right a::before,
body.gutfeeling article > div.sections > section.stream div.wrapper .video .right a::after {
	content: ' ';
	width: 38px;
	height: 45px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url('../img/gutfeeling/arrow_left.png') no-repeat center center / 100% 100%;
	transition: left .3s, right .3s;
}
body.gutfeeling article > div.sections > section.stream div.wrapper .video .right a::before {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	left: 40px;
}
body.gutfeeling article > div.sections > section.stream div.wrapper .video .right a::after {
	right: 40px;
}
body.gutfeeling article > div.sections > section.stream div.wrapper .video .right a:hover::before {
	left: 50px;
}
body.gutfeeling article > div.sections > section.stream div.wrapper .video .right a:hover::after {
	right: 50px;
} */

body.gutfeeling article > div.sections > section.events header {
	margin-bottom: 32px;
}
/* body.gutfeeling article > div.sections > section.events .scrollXR {
	-ms-transform: translateX(-400px);
	transform: translateX(-400px);
} */
/* body.gutfeeling article > div.sections > section.events .scrollY:nth-child(2) {
	-ms-transform: translateY(150px);
	transform: translateY(150px);
}
body.gutfeeling article > div.sections > section.events .scrollY:nth-child(3) {
	-ms-transform: translateY(200px);
	transform: translateY(200px);
} */
body.gutfeeling article > div.sections > section.events .scrollScale {
	opacity: 0;
	-ms-transform: scale(2);
	transform: scale(2);
	transition: transform .3s, opacity .3s;
}
body.gutfeeling article > div.sections > section.events div.event .cracks {
	margin: auto;
}
body.gutfeeling article > div.sections > section.events div.event .inner {
	overflow: visible;
}
body.gutfeeling article > div.sections > section.events div.event .inner .btns {
	margin-top: 20px;
}

body.gutfeeling article > div.sections > section.bundles header h2 {
	margin-bottom: 90px;
}
body.gutfeeling article > div.sections > section.bundles .content {
	display: -ms-flexbox;
	display: flex;
	gap: 30px 100px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-align: center;
	        align-items: center;
	max-width: 1202px;
	margin: auto;
}
body.gutfeeling article > div.sections > section.bundles .content .chars {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	gap: 120px 45px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
body.gutfeeling article > div.sections > section.bundles .content .chars > div {
	position: relative;
/* 	width: 299px; */
}
body.gutfeeling article > div.sections > section.bundles .content .chars img.chrbg {
	border-radius: 8px;
	border: 1px solid var(--color-gold);
	transition: box-shadow .3s;
}
body.gutfeeling article > div.sections > section.bundles .content .chars > div.on img.chrbg {
	box-shadow: 0 0 40px -5px var(--color-gold);
}
body.gutfeeling article > div.sections > section.bundles .content .chars > div figure {
	position: absolute;
	left: -3%;
	bottom: 1px;
	width: 106%;
	height: 439px;
}
body.gutfeeling article > div.sections > section.bundles .content .chars > div figure img {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	object-fit: contain;
	object-position: bottom;
	max-width: none;
	margin: auto;
	width: 100%;
}
body.gutfeeling article > div.sections > section.bundles .content .chars > div figure img:nth-child(1) {
	filter: grayscale(100%) contrast(110%);
}
body.gutfeeling article > div.sections > section.bundles .content .chars > div figure img:nth-child(2) {
	-webkit-mask-image: url('../img/gutfeeling/mask_test.png');
	mask-image: url('../img/gutfeeling/mask_test.png');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 0 0;
	mask-size: 0 0;
	-webkit-mask-position: center bottom;
	mask-position: center bottom;
/* 	transition: -webkit-mask 2.3s .5s;
	transition: mask 2.3s .5s;
	transition: mask 2.3s .5s, -webkit-mask 2.3s .5s; */
}
/* body.gutfeeling article > div.sections > section.bundles .content .chars > div:is(.visible, :hover) figure img:nth-child(2) {
	-webkit-mask-size: 150% 500%;
	mask-size: 150% 500%;
} */
/* body.gutfeeling article > div.sections > section.bundles .content .chars > div:nth-child(2) figure img:nth-child(2) {
	transition-delay: .9s;
}
body.gutfeeling article > div.sections > section.bundles .content .chars > div:nth-child(3) figure img:nth-child(2) {
	transition-delay: 1.3s;
} */
body.gutfeeling article > div.sections > section.bundles .content .chars .chrlogo {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -42px;
	margin: auto;
	text-align: center;
}
body.gutfeeling article > div.sections > section.bundles .content .text {
	padding-top: 50px;
	-ms-flex: 1 100%;
	        flex: 1 100%;
	text-align: center;
	max-width: 666px;
	position: relative;
}
body.gutfeeling article > div.sections > section.bundles .content .text p.head {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-gold);
}
body.gutfeeling article > div.sections > section.bundles .content .text p[data-id] {
	position: absolute;
	transition: opacity .5s, filter .5s, transform .5s;
	max-width: 100%;
	opacity: 0;
	filter: blur(5px);
	-ms-transform: skew(10deg,0deg);
	transform: skew(10deg,0deg);
	pointer-events: none;
	color: var(--color-gold);
}
body.gutfeeling article > div.sections > section.bundles .content .text p[data-id].on {
	opacity: 1;
	filter: blur(0);
	-ms-transform: none;
	transform: none;
	pointer-events: all;
}
body.gutfeeling article > div.sections > section.bundles .content .text p[data-id] i {
	color: var(--color-lightgrey);
}
body.gutfeeling article > div.sections > section.bundles .content .text .btns {
	text-align: center;
	margin-top: 130px;
}

body.gutfeeling article > div.sections > section.update .content ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 35px;
	-ms-flex-pack: center;
	        justify-content: center;
	max-width: 1150px;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	    align-items: center;
	margin: auto;
}
body.gutfeeling article > div.sections > section.update .content ul li {
	width: 530px;
	max-width: 100%;
}
body.gutfeeling article > div.sections > section.update .content ul li:not(.more) {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 430px 80px 1fr;
	grid-template-columns: 430px 80px 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	-ms-flex-align: center;
	        align-items: center;
	gap: 20px 40px;
	width: 100%;
	background: url('../img/bg_box.jpg') no-repeat 80% center / auto 100%;
	-webkit-mask: url('../img/mask_box.png') no-repeat center center / 100% 100%;
	        mask: url('../img/mask_box.png') no-repeat center center / 100% 100%;
}
body.gutfeeling article > div.sections > section.update .content ul li figure {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1 / span 2;
	-ms-grid-column: 1;
	grid-column: 1;
	-webkit-mask: url('../img/mask_box.png') no-repeat center center / 100% 100%;
	        mask: url('../img/mask_box.png') no-repeat center center / 100% 100%;
	margin: 5px 0 5px 9px;
}
body.gutfeeling article > div.sections > section.update .content ul li .icon {
	-ms-grid-column: 2;
	    grid-column: 2;
	-ms-grid-row-span: 2;
	-ms-grid-row: 1;
	    grid-row: 1 / span 2;
}
body.gutfeeling article > div.sections > section.update .content ul li h3 {
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column: 3;
	grid-column: 3;
	-ms-flex-item-align: end;
	    align-self: flex-end;
	text-transform: uppercase;
	word-break: break-all;
}
body.gutfeeling article > div.sections > section.update .content ul li p {
	-ms-grid-row: 2;
	grid-row: 2;
	-ms-grid-column: 3;
	grid-column: 3;
	-ms-flex-item-align: start;
	    align-self: flex-start;
	padding-right: 40px;
}
body.gutfeeling article > div.sections > section.update .content ul li.more {
	text-align: center;
}
body.gutfeeling article > div.sections > section.update .content ul li.more p {
	margin-bottom: 15px;
	padding-right: 0;
	padding-left: 0;
}

body.gutfeeling article > div.sections > section.wallpapers {
	padding-bottom: 125px;
}
body.gutfeeling article > div.sections > section.wallpapers .content .swiper-container-wallpapers .swiper-wrapper {
	display: -ms-flexbox;
	display: flex;
	height: 600px;
}
body.gutfeeling article > div.sections > section.wallpapers .content .swiper-container-wallpapers .swiper-wrapper .swiper-slide {
	width: 880px;
	height: 100%;
	transition: width .8s, transform .3s;
}
body.gutfeeling article > div.sections > section.wallpapers .content .swiper-container-wallpapers .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
	width: 280px;
}
body.gutfeeling article > div.sections > section.wallpapers .content .swiper-container-wallpapers .swiper-wrapper .swiper-slide.dummy {
	visibility: hidden;
}
body.gutfeeling article > div.sections > section.wallpapers .content .swiper-container-wallpapers .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
body.gutfeeling article > div.sections > section.wallpapers .content .btns {
	text-align: center;
	margin-top: 35px;
}
body.gutfeeling article > div.sections > section.wallpapers .content .btns .btn {
	font-weight: 400;
	line-height: 13px;
}
body.gutfeeling article > div.sections > section.wallpapers .content .btns .btn::before {
	content: ' ';
	width: 22px;
	height: 22px;
	background: url('../img/icon_download.svg') no-repeat center center / 100% 100%;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
body.gutfeeling article > div.sections > section.wallpapers .content .btns .btn span {
	vertical-align: middle;
}

body.gutfeeling article > div.sections > section.improvments {
	background: url('../img/gutfeeling/bg_improvments_1920.jpg') no-repeat fixed center center / cover;
}
@media only screen and (max-width: 1299px) {
	body.gutfeeling article > div.sections > section.improvments {
		background-image: url('../img/gutfeeling/bg_improvments_1299.jpg');
	}
}
@media only screen and (max-width: 991px) {
	body.gutfeeling article > div.sections > section.improvments {
		background-image: url('../img/gutfeeling/bg_improvments_991.jpg');
	}
}
@media only screen and (max-width: 768px) {
	body.gutfeeling article > div.sections > section.improvments {
		background-image: url('../img/gutfeeling/bg_improvments_768.jpg');
	}
}
@media only screen and (max-width: 575px) {
	body.gutfeeling article > div.sections > section.improvments {
/* 		background-image: url('../img/gutfeeling/bg_improvments_575.jpg'); */
		background: #796249;
	}
}
body.gutfeeling article > div.sections > section:is(.improvments,.future) .content .cards {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	gap: 105px 30px;
}
body.gutfeeling article > div.sections > section:is(.improvments,.future) .content .card {
	max-width: 430px;
	width: 100%;
	background: url('../img/gutfeeling/bg_impro.jpg') no-repeat center top / cover;
	position: relative;
	border-radius: 8px;
}
body.gutfeeling article > div.sections > section:is(.improvments,.future) .content .card .head {
}
body.gutfeeling article > div.sections > section:is(.improvments,.future) .content .card .head h3 {
	background: url('../img/gutfeeling/bg_impro_title.png') no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	width: 324px;
	height: 90px;
	font-weight: 400;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 90px;
}
body.gutfeeling article > div.sections > section:is(.improvments,.future) .content .card .head img {
	position: absolute;
	left: 20px;
	top: -67px;
	width: 120px;
	height: 135px;
}
body.gutfeeling article > div.sections > section:is(.improvments,.future) .content .card .list {
	padding: 30px 30px;
	font-size: 18px;
}
body.gutfeeling article > div.sections > section:is(.improvments,.future) .content .card .list ul li {
	text-indent: -21px;
	padding-left: 21px;
	margin-bottom: 12px;
}
body.gutfeeling article > div.sections > section:is(.improvments,.future) .content .card .list ul li:last-child {
	margin-bottom: 0;
}
body.gutfeeling article > div.sections > section:is(.improvments,.future) .content .card .list ul li::before {
	content: ' ';
	display: inline-block;
	width: 11px;
	height: 13px;
	background: url('../img/gutfeeling/arrow_right.png') no-repeat center center / 100% 100%;
	margin-right: 10px;
}

body.gutfeeling article > div.sections > section.future {
	background: url('../img/gutfeeling/bg_future_1920.jpg') no-repeat fixed center center / cover;
}
@media only screen and (max-width: 1299px) {
	body.gutfeeling article > div.sections > section.future {
		background-image: url('../img/gutfeeling/bg_future_1299.jpg');
	}
}
@media only screen and (max-width: 991px) {
	body.gutfeeling article > div.sections > section.future {
		background-image: url('../img/gutfeeling/bg_future_991.jpg');
	}
}
@media only screen and (max-width: 768px) {
	body.gutfeeling article > div.sections > section.future {
		background-image: url('../img/gutfeeling/bg_future_768.jpg');
	}
}
@media only screen and (max-width: 575px) {
	body.gutfeeling article > div.sections > section.future {
/* 		background-image: url('../img/gutfeeling/bg_future_575.jpg'); */
		background: #323539;
	}
}
body.gutfeeling article > div.sections > section.future .content .card {
	background-image: url('../img/gutfeeling/bg_future.jpg');
}
body.gutfeeling article > div.sections > section.future .content .card figure {
	text-align: center;
	margin-top: 25px;
}
body.gutfeeling article > div.sections > section.future .content .card figure :is(img,video) {
	border-radius: 8px;
	max-width: 100%;
}

body.gutfeeling article > div.sections > section.community {
	background: url('../img/gutfeeling/bg_community_1920.jpg') no-repeat fixed center center / cover;
}
@media only screen and (max-width: 1299px) {
	body.gutfeeling article > div.sections > section.community {
		background-image: url('../img/gutfeeling/bg_community_1299.jpg');
	}
}
@media only screen and (max-width: 991px) {
	body.gutfeeling article > div.sections > section.community {
		background-image: url('../img/gutfeeling/bg_community_991.jpg');
	}
}
@media only screen and (max-width: 768px) {
	body.gutfeeling article > div.sections > section.community {
		background-image: url('../img/gutfeeling/bg_community_768.jpg');
	}
}
@media only screen and (max-width: 575px) {
	body.gutfeeling article > div.sections > section.community {
/* 		background-image: url('../img/gutfeeling/bg_community_575.jpg'); */
		background: #1A2941;
	}
}
body.gutfeeling article > div.sections > section.community .content .swiper-slide {
	transition: transform .3s;
	min-width: 750px;
	max-width: 820px;
}
body.gutfeeling article > div.sections > section.community .content .swiper-slide:not(.swiper-slide-active) {
	-ms-transform: scale(.7);
	transform: scale(.7);
}
body.gutfeeling article > div.sections > section.community .content .swiper-slide figcaption {
	color: #d0d0d0;
	text-align: right;
	margin-bottom: 10px;
	transition: opacity .3s;
	opacity: 0;
}
body.gutfeeling article > div.sections > section.community .content .swiper-slide.swiper-slide-active figcaption {
	opacity: 1;
}
body.gutfeeling article > div.sections > section.community .content .swiper-slide figcaption span {
	display: inline-block;
	background: #fff;
	color: var(--color-tgrey);
	padding: 5px 20px;
	border: 2px solid var(--color-bg);
	-webkit-mask-size: 98% 94%;
	mask-size: 98% 94%;
	-webkit-mask-position: 2px 1px;
	mask-position: 2px 1px;
}
body.gutfeeling article > div.sections > section.community .content .swiper-slide img {
	border-radius: 8px;
	width: 100%;
}
body.gutfeeling article > div.sections > section.community .content .swiper-arrows {
	position: absolute;
	filter: grayscale(100%) brightness(500%);
	width: 38px;
	height: 45px;
	top: 43px;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	transition: filter .3s;
	z-index: 3;
}
body.gutfeeling article > div.sections > section.community .content .swiper-arrows:hover {
	filter: grayscale(50%) brightness(300%);
}
body.gutfeeling article > div.sections > section.community .content .swiper-arrows.prev {
	left: 23.5%;
}
body.gutfeeling article > div.sections > section.community .content .swiper-arrows.next {
	right: 23.5%;
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* body.gutfeeling article > div.sections > section.pilgrimoutpost {
	background: url('../img/gutfeeling/bg_pilgrim_3840.jpg') no-repeat fixed center top / cover;
}
@media only screen and (max-width: 2560px) {
	body.gutfeeling article > div.sections > section.pilgrimoutpost {
		background-image: url('../img/gutfeeling/bg_pilgrim_2560.jpg');
	}
}
@media only screen and (max-width: 1920px) {
	body.gutfeeling article > div.sections > section.pilgrimoutpost {
		background-image: url('../img/gutfeeling/bg_pilgrim_1920.jpg');
	}
}
@media only screen and (max-width: 1299px) {
	body.gutfeeling article > div.sections > section.pilgrimoutpost {
		background-image: url('../img/gutfeeling/bg_pilgrim_1299.jpg');
	}
}
@media only screen and (max-width: 991px) {
	body.gutfeeling article > div.sections > section.pilgrimoutpost {
		background-image: url('../img/gutfeeling/bg_pilgrim_991.jpg');
	}
}
@media only screen and (max-width: 768px) {
	body.gutfeeling article > div.sections > section.pilgrimoutpost {
		background-image: url('../img/gutfeeling/bg_pilgrim_768.jpg');
	}
}
@media only screen and (max-width: 575px) {
	body.gutfeeling article > div.sections > section.pilgrimoutpost {
		background-image: url('../img/gutfeeling/bg_pilgrim_575.jpg');
	}
} */
body.gutfeeling article > div.sections > section:is(.pilgrimoutpost, .dl2sale) div.wrapper {
	max-width: 1220px;
}
body.gutfeeling article > div.sections > section.pilgrimoutpost .content {
	display: -ms-flexbox;
	display: flex;
	gap: 35px;
	font-size: 18px;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}
body.gutfeeling article > div.sections > section.pilgrimoutpost .content figure {
	width: -moz-fit-content;
	width: fit-content;
	-webkit-mask: url('../img/mask_movies.png') no-repeat center center / 100% 100%;
	        mask: url('../img/mask_movies.png') no-repeat center center / 100% 100%;
}
body.gutfeeling article > div.sections > section.pilgrimoutpost .content figure a {
	display: inline-block;
	position: relative;
}
body.gutfeeling article > div.sections > section.pilgrimoutpost .content .learn {
	width: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}
body.gutfeeling article > div.sections > section.pilgrimoutpost .content .learn > * {
	margin-bottom: 20px;
}
body.gutfeeling article > div.sections > section.pilgrimoutpost .content .learn h3 {
	margin-bottom: 40px;
}
body.gutfeeling article > div.sections > section.pilgrimoutpost .content .learn .shield {
	margin-bottom: 40px;
	width: 290px;
	height: 290px;
	position: absolute;
	inset: 0;
	top: -300px;
	margin: auto;
	background: url('../img/bounties/spike-texture.jpg') no-repeat center center / 100% 100%;
	-webkit-mask: url('../img/mask_pilgrims.svg') no-repeat center center / 100% 100%;
	        mask: url('../img/mask_pilgrims.svg') no-repeat center center / 100% 100%;
}
body.gutfeeling article > div.sections > section.pilgrimoutpost .content .learn :is(h3,.btns) {
	text-align: center;
}
body.gutfeeling article > div.sections > section.pilgrimoutpost .content .learn p {
	text-shadow: 1px 1px 1px #000;
}

body.gutfeeling article > div.sections > section.tgg {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	        align-items: center;
}
body.gutfeeling article > div.sections > section.tgg div.wrapper {
	max-width: 1220px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	        align-items: center;
	gap: 50px 105px;
}
body.gutfeeling article > div.sections > section.tgg > div.wrapper > * {
	width: 50%;
}
body.gutfeeling article > div.sections > section.tgg > div.wrapper .content > * {
	margin-bottom: 20px;
	text-shadow: 1px 1px 1px #000;
}
body.gutfeeling article > div.sections > section.tgg > div.wrapper .content h2 {
	margin-bottom: 65px;
	text-align: center;
}
body.gutfeeling article > div.sections > section.tgg > div.wrapper .content h2 img {
	width: 100%;
	max-width: 500px;
}
body.gutfeeling article > div.sections > section.tgg > div.wrapper .content h3 {
	font-size: 40px;
	font-weight: 600;
	line-height: 35px;
}
body.gutfeeling article > div.sections > section.tgg div.wrapper div.wrapper {
	width: auto;
}
body.gutfeeling article > div.sections > section.tgg div.wrapper .newsletterBox .inner {
	max-width: none;
}
body.gutfeeling article > div.sections > section.tgg .newsletter input[type="email"] {
	background: rgba(0, 0, 0, .2);
	border-color: #fff;
	border-radius: 5px;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
body.gutfeeling article > div.sections > section.tgg .newsletter input[type="email"] + label {
	color: #d9d9d9;
}
body.gutfeeling article > div.sections > section.tgg .newsletter .btns {
	text-align: center;
}
body.gutfeeling article > div.sections > section.tgg > div.wrapper .newsletterBox {
	-webkit-mask: none;
	mask: none;
}

@media (min-resolution: 120dpi) {
	body.gutfeeling article > div.sections > section > div.wrapper {
		max-width: 1150px;
	}
}

@media only screen and (max-width: 1440px) {
	body.gutfeeling article > div.sections > section.stream div.wrapper {
		gap: 40px;
	}

	body.gutfeeling article > div.sections > section.dl2sale .thehead {
		width: 850px;
	}
}

@media only screen and (max-width: 1299px) {
	body.gutfeeling article > div.sections > section.tgg div.wrapper,
	body.gutfeeling article > div.sections > section div.wrapper {
		max-width: 920px;
	}

	body.gutfeeling article > div.sections > section.dl2sale {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		        flex-direction: column;
		padding-bottom: 0;
	}
	body.gutfeeling article > div.sections > section.dl2sale .thehead {
		position: relative;
		right: 0;
		text-align: right;
		width: 100%;
	}
	body.gutfeeling article > div.sections > section.dl2sale .content {
		max-width: none;
	}
	body.gutfeeling article > div.sections > section.dl2sale .content .logos {
		margin: auto;
	}
}

@media only screen and (max-width: 991px) {
	body.gutfeeling article > .anniversaryMenu {
		bottom: 0;
		top: auto;
		right: 0;
		left: 0;
		margin: auto;
		filter: drop-shadow(0 0 10px rgba(0, 0, 0, .33));
		pointer-events: none;
		padding-bottom: 60px;
	}
	body.gutfeeling article > .anniversaryMenu.on {
		pointer-events: all;
	}
	body.gutfeeling article > .anniversaryMenu li {
		-ms-transform: translateY(100vh);
		transform: translateY(100vh);
		transition: transform .3s;
	}
	body.gutfeeling article > .anniversaryMenu.on li {
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	body.gutfeeling article > .anniversaryMenu li:nth-child(2) {
		transition-delay: .1s;
	}
	body.gutfeeling article > .anniversaryMenu li:nth-child(3) {
		transition-delay: .15s;
	}
	body.gutfeeling article > .anniversaryMenu li:nth-child(4) {
		transition-delay: .2s;
	}
	body.gutfeeling article > .anniversaryMenu li:nth-child(5) {
		transition-delay: .25s;
	}
	body.gutfeeling article > .anniversaryMenu li:nth-child(6) {
		transition-delay: .3s;
	}
	body.gutfeeling article > .anniversaryMenu li:nth-child(7) {
		transition-delay: .35s;
	}
	body.gutfeeling article > .anniversaryMenu li:nth-child(8) {
		transition-delay: .4s;
	}
	body.gutfeeling article > .anniversaryMenu li:nth-child(9) {
		transition-delay: .45s;
	}
	body.gutfeeling article > .anniversaryMenu li:nth-child(10) {
		transition-delay: .5s;
	}
	body.gutfeeling article > .anniversaryMenu li:nth-child(11) {
		transition-delay: .55s;
	}
	body.gutfeeling article > .anniversaryMenu > .anniversaryMenuBtn {
		top: auto;
		right: 0;
		left: 0;
		transform: rotateZ(90deg) rotateY(0deg);
		pointer-events: all;
	}
	body.gutfeeling article > .anniversaryMenu.on > .anniversaryMenuBtn {
		transform: rotateZ(90deg) rotateY(180deg);
	}

	body.gutfeeling article > div.sections > section.stream div.wrapper {
		padding-top: 50px;
	}
	body.gutfeeling article > div.sections > section.stream div.wrapper .video {
		-ms-flex-direction: column;
		        flex-direction: column;
		max-width: 510px;
		gap: 50px;
		margin-bottom: 50px;
	}

	body.gutfeeling article > div.sections > section.events div.event .inner {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	body.gutfeeling article > div.sections > section.update .content ul li:not(.more) {
		-ms-grid-columns: 330px 80px 1fr;
		    grid-template-columns: 330px 80px 1fr;
	}

	body.gutfeeling article > div.sections > section.community .content .swiper-arrows.prev {
		left: 9.5%;
	}
	body.gutfeeling article > div.sections > section.community .content .swiper-arrows.next {
		right: 9.5%;
	}

	body.gutfeeling article > div.sections > section.pilgrimoutpost header {
		margin-bottom: 200px;
	}
	body.gutfeeling article > div.sections > section.pilgrimoutpost .content {
		-ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	body.gutfeeling article > div.sections > section.pilgrimoutpost .content :is(.bozak, .learn) {
		width: auto;
	}

	body.gutfeeling article > div.sections > section.tgg div.wrapper {
		-ms-flex-direction: column;
		        flex-direction: column;
	}
	body.gutfeeling article > div.sections > section.tgg > div.wrapper > * {
		width: auto;
	}
	body.gutfeeling article > div.sections > section.tgg div.wrapper .newsletterBox .inner header {
		display: none;
	}
	body.gutfeeling article > div.sections > section.tgg > div.wrapper .newsletterBox .inner {
		padding: 0;
		min-height: none;
		-ms-flex-pack: start;
		        justify-content: flex-start;
	}
	body.gutfeeling article > div.sections > section.tgg > div.wrapper .newsletterBox .inner header + div,
	body.gutfeeling article > div.sections > section.tgg > div.wrapper .newsletterBox {
		margin-top: 0;
	}
	body.gutfeeling article > div.sections > section.tgg > div.wrapper .newsletterBox {
		-ms-flex-pack: start;
		        justify-content: flex-start;
	}
}
@media only screen and (max-width: 768px) {
	body.gutfeeling article > div.sections > section.stream div.wrapper > p {
		font-size: 24px;
		margin-top: -10px;
	}

	body.gutfeeling article > div.sections > section.events div.event .inner {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	body.gutfeeling article > div.sections > section h2 span sup {
		font-size: 50px;
	}
	body.gutfeeling.es article > div.sections > section h2 span sup {
		-ms-transform: translateX(-40px);
		transform: translateX(-40px);
	}
	body.gutfeeling.fr article > div.sections > section h2 span sup {
		-ms-transform: translateX(-80px);
		transform: translateX(-80px);
	}
	body.gutfeeling.pt article > div.sections > section h2 span sup {
		-ms-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	body.gutfeeling:is(.pl,.jp,.cn) article > div.sections > section h2 span sup {
		-ms-transform: none;
		transform: none;
		position: static;
		display: block;
	}

	body.gutfeeling article > div.sections > section.bundles .content .chars > div:nth-child(3) figure img:nth-child(2) {
		transition-delay: 0s;
	}

	body.gutfeeling article > div.sections > section.wallpapers .content .swiper-container-wallpapers .swiper-wrapper {
		height: 500px;
	}

	body.gutfeeling article > div.sections > section.update .content ul li:not(.more) {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 478px;
	}
	body.gutfeeling article > div.sections > section.update .content ul li figure {
		margin: 12px 6px 0 6px;
	}
	body.gutfeeling article > div.sections > section.update .content ul li h3 {
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
	}
	body.gutfeeling article > div.sections > section.update .content ul li p {
		padding: 0 30px 40px 30px;
	}

	body.gutfeeling article > div.sections > section.community .content .swiper-slide {
		min-width: auto;
	}
	body.gutfeeling article > div.sections > section.community .content .swiper-arrows {
		width: 28px;
		height: 32px;
	}
	body.gutfeeling article > div.sections > section.community .content .swiper-arrows.prev {
		left: 30px;
	}
	body.gutfeeling article > div.sections > section.community .content .swiper-arrows.next {
		right: 30px;
	}
}
@media only screen and (max-width: 575px) {
	body.gutfeeling article > div.sections > section h2 {
		font-size: 34px;
	}
	body.gutfeeling article > div.sections > section h2 small {
		font-size: 28px;
	}

	body.gutfeeling article > div.sections > section.stream .logos {
		gap: 10px;
		margin-bottom: 70px;
	}
	body.gutfeeling article > div.sections > section.stream .logos img {
		max-width: 150px;
	}
	body.gutfeeling article > div.sections > section.stream div.wrapper > ul {
		gap: 10px;
	}
	body.gutfeeling article > div.sections > section.stream .btns {
		-ms-flex-direction: column;
		        flex-direction: column;
	}
	body.gutfeeling article > div.sections > section.stream div.wrapper .video .right a {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
	}

	body.gutfeeling article > div.sections > section .content :is(.intro, .outro) {
		font-size: 20px;
	}

	body.gutfeeling article > div.sections > section header[data-ghosthead]::before {
		font-size: 60px;
		word-wrap: anywhere;
		position: absolute;
		top: -40px;
		line-height: 50px;
		width: 100%;
		text-align: center;
		letter-spacing: 5px;
	}

	body.gutfeeling article > div.sections > section.bundles .content .text .btns {
		margin-top: 190px;
	}

	body.gutfeeling article > div.sections > section.pilgrimoutpost header {
		margin-bottom: 130px;
	}

	body.gutfeeling article > div.sections > section.wallpapers .content .swiper-container-wallpapers .swiper-wrapper {
		height: 280px;
	}
	body.gutfeeling article > div.sections > section.wallpapers .content .swiper-container-wallpapers .swiper-wrapper :is(.swiper-slide,.swiper-slide:not(.swiper-slide-active)) {
		width: 80vw;
	}

	body.gutfeeling article > div.sections > section.update .content ul {
		-ms-flex-align: start;
		    align-items: flex-start;
	}

	body.gutfeeling article > div.sections > section:is(.improvments, .future) .content .card .head h3 {
		text-align: left;
		padding-left: 160px;
	}
}