@charset "UTF-8";
/* Common */
/* Media */
/* Content */
/* Common animations */
@-webkit-keyframes translate-bottom-to-top {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		        transform: translate3d(0, 100%, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}
@keyframes translate-bottom-to-top {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		        transform: translate3d(0, 100%, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes imageSwap-1 {
	0% {
		-webkit-transform: translateX(10%);
		        transform: translateX(10%);
	}
	15% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
	}
	30% {
		-webkit-transform: translateX(90%);
		        transform: translateX(90%);
		z-index: 2;
	}
	45% {
		-webkit-transform: translateX(110%);
		        transform: translateX(110%);
	}
	60% {
		-webkit-transform: translate(10%, 0);
		        transform: translate(10%, 0);
		z-index: 1;
	}
	100% {
		-webkit-transform: translate(10%, 0);
		        transform: translate(10%, 0);
		z-index: 1;
	}
}

@keyframes imageSwap-1 {
	0% {
		-webkit-transform: translateX(10%);
		        transform: translateX(10%);
	}
	15% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
	}
	30% {
		-webkit-transform: translateX(90%);
		        transform: translateX(90%);
		z-index: 2;
	}
	45% {
		-webkit-transform: translateX(110%);
		        transform: translateX(110%);
	}
	60% {
		-webkit-transform: translate(10%, 0);
		        transform: translate(10%, 0);
		z-index: 1;
	}
	100% {
		-webkit-transform: translate(10%, 0);
		        transform: translate(10%, 0);
		z-index: 1;
	}
}

@-webkit-keyframes imageSwap-2 {
	0% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
	}
	15% {
		-webkit-transform: translateX(10%);
		        transform: translateX(10%);
	}
	30% {
		-webkit-transform: translateX(-90%);
		        transform: translateX(-90%);
		z-index: 1;
	}
	45% {
		-webkit-transform: translateX(-110%);
		        transform: translateX(-110%);
	}
	60% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
		z-index: 2;
	}
	100% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
		z-index: 2;
	}
}

@keyframes imageSwap-2 {
	0% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
	}
	15% {
		-webkit-transform: translateX(10%);
		        transform: translateX(10%);
	}
	30% {
		-webkit-transform: translateX(-90%);
		        transform: translateX(-90%);
		z-index: 1;
	}
	45% {
		-webkit-transform: translateX(-110%);
		        transform: translateX(-110%);
	}
	60% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
		z-index: 2;
	}
	100% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
		z-index: 2;
	}
}

@-webkit-keyframes SlideUpFade {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

@keyframes SlideUpFade {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

/* Blocks */
.biography-info {
	padding-top: 4.16667vw;
	margin: 0 0 15.55556vw;
	overflow: hidden;
}

.biography-info__title {
	font-weight: 600;
	font-size: 4.8vw;
	line-height: 106%;
	letter-spacing: -0.01em;
	text-align: center;
	min-height: 5vw;
	overflow: hidden;
	margin: 0 0 2.77778vw;
}

.biography-info__title span {
	display: block;
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-animation: SlideUp 0.5s ease-in-out 100ms forwards;
	        animation: SlideUp 0.5s ease-in-out 100ms forwards;
}

@-webkit-keyframes SlideUp {
	0% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

@keyframes SlideUp {
	0% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

.biography-info__name {
	font-weight: 600;
	font-size: 15vw;
	line-height: 82%;
	letter-spacing: -0.05em;
	text-align: center;
	margin: 0 0 7.77778vw;
}

.biography-info__items {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5.55556vw;
	overflow: hidden;
	opacity: 0;
	-webkit-transform: translateY(5%);
	        transform: translateY(5%);
	-webkit-animation: BoxUpFade 0.5s ease-out 500ms forwards;
	        animation: BoxUpFade 0.5s ease-out 500ms forwards;
}

@media (max-width: 767px) {
	.biography-info__items {
		padding: 3.33333vw 2.91667vw;
		border-radius: 3.33333vw;
		background: white;
	}
}

@-webkit-keyframes BoxUpFade {
	0% {
		opacity: 0;
		-webkit-transform: translateY(5%);
		        transform: translateY(5%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

@keyframes BoxUpFade {
	0% {
		opacity: 0;
		-webkit-transform: translateY(5%);
		        transform: translateY(5%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

.biography-info__image {
	border-radius: 2.22222vw;
	width: 100%;
	height: 64.72222vw;
	-o-object-fit: cover;
	   object-fit: cover;
}

.biography-info__text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3.33333vw;
}

.biography-info__text p {
	font-weight: 600;
	font-size: 4.8vw;
	line-height: 112%;
	letter-spacing: -0.01em;
	text-align: justify;
	-ms-hyphens: auto;
	    hyphens: auto;
}

.biography-info__box {
	border-radius: 3.33333vw;
	padding: 3.33333vw;
	background: #E0E1E5;
}

.biography-info__box img {
	width: 39.72222vw;
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
	margin: 0 0 2.77778vw;
}

.biography-info__box p {
	font-weight: 500;
	font-size: 4.44444vw;
	line-height: 128%;
	letter-spacing: -0.02em;
	color: rgba(0, 0, 0, 0.7);
	-ms-hyphens: auto;
	    hyphens: auto;
	text-align: justify;
}

.biography-history {
	margin: 0 0 15.55556vw;
	overflow: hidden;
}

.biography-history__inner {
	display: flex;
	flex-direction: column;
	gap: 11.11111vw;
}

.biography-history__title {
	font-weight: 600;
	font-size: 13.88889vw;
	line-height: 90%;
	text-align: center;
	letter-spacing: -0.05em;
	margin: 0 0 6.66667vw;
}

.biography-history__items {
	display: flex;
	flex-direction: column;
	gap: 11.11111vw;
}

.biography-history__item {
	display: flex;
	flex-direction: column;
	gap: 5.55556vw;
}

.biography-history__item-title {
	font-weight: 600;
	font-size: 8.33333vw;
	line-height: 90%;
	letter-spacing: -0.05em;
	text-align: center;
}

.biography-history__item-title-hyphens {
	-ms-hyphens: auto;
	    hyphens: auto;
}

.biography-history__item-content {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 4.44444vw;
	-ms-hyphens: auto;
	    hyphens: auto;
	text-align: justify;
}

.biography-history__item-video {
	width: 55.55556vw;
	height: 55.55556vw;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}

.biography-history__item-video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.biography-history__item-photo {
	width: 100%;
	height: 56.11111vw;
}

.biography-history__item-photo.photo-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1.38889vw;
}

.biography-history__item-photo.photo-flex img {
	flex: 1 1 100%;
}

.biography-history__item-photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 2.5vw;
}

.biography-history__item p {
	font-weight: 600;
	font-size: 4.44444vw;
	line-height: 116%;
}

.biography-history__item p.text-italic {
	font-style: italic;
}

.biography-history__item ul {
	font-weight: 600;
	font-size: 4.44444vw;
	line-height: 116%;
	list-style-type: square;
	margin-left: 5.55556vw;
}

.biography-history__item ul li::marker {
	color: #ED131C;
}

.biography-history__item ul li + li {
	margin-top: 2.22222vw;
}

.biography-views {
	margin: 0 0 15.55556vw;
}

.biography-views__title {
	font-weight: 600;
	font-size: 11.94444vw;
	line-height: 80%;
	letter-spacing: -0.05em;
	text-align: center;
	margin: 0 0 6.66667vw;
}

.biography-views__items {
	display: flex;
	overflow-y: scroll;
	-ms-overflow-style: none;
	/* IE 10+ */
	scrollbar-width: none;
	/* Firefox */
}

.biography-views__items .scroll-container::-webkit-scrollbar {
	display: none;
}

@media (max-width: 767px) {
	.biography-views__items {
		gap: 1.11111vw;
		margin: 0 -2.22222vw;
		padding: 0 2.22222vw;
	}
}

.biography-views__item {
	padding: 2.22222vw;
	border-radius: 2.5vw;
	color: #1C1C1C;
	background: #E0E1E5;
	min-height: 144.44444vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 4.44444vw;
}

@media (max-width: 767px) {
	.biography-views__item {
		min-width: 88.05556vw;
	}
}

.biography-views__item_black {
	color: white;
	background: #1C1C1C;
}

.biography-views__item_red {
	color: white;
	background: #ED131C;
}

.biography-views__item_gray {
	color: #1C1C1C;
	background: #E0E1E5;
}

.biography-views__item-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 2.77778vw;
	flex: 1 0 auto;
}

.biography-views__item-title {
	font-weight: 600;
	font-size: 6.11111vw;
	line-height: 100%;
	letter-spacing: -0.04em;
}

.biography-views__item-text {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 106%;
	letter-spacing: -0.01em;
	text-align: justify;
	-ms-hyphens: auto;
	    hyphens: auto;
}

.biography-views__item-text p + p {
	margin: 2.22222vw 0 0;
}

.biography-views__item-photo {
	border-radius: 2.5vw;
	overflow: hidden;
	width: 100%;
	height: 56.38889vw;
}

.biography-views__item-photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.biography-awards {
	margin: 0 0 15.55556vw;
	overflow: hidden;
}

.biography-awards__title {
	font-weight: 600;
	font-size: 11.38889vw;
	line-height: 80%;
	letter-spacing: -0.05em;
	text-align: center;
	margin: 0 0 4.44444vw;
}

.biography-awards__cards {
	margin: 4.44444vw -0.55556vw 2.77778vw;
}

.biography-awards__card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 2.77778vw;
	color: white;
	padding: 4.44444vw;
	border-radius: 3.33333vw;
	min-height: 88.88889vw;
	margin: 0 0.55556vw;
	transition: all .3s;
}

.biography-awards__card_1 {
	background: #ED131C;
}

.biography-awards__card_1:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(7099%) hue-rotate(355deg) brightness(98%) contrast(89%);
	        filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(7099%) hue-rotate(355deg) brightness(98%) contrast(89%);
}

.biography-awards__card_2 {
	background: #1351ED;
}

.biography-awards__card_2:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(2894%) hue-rotate(217deg) brightness(94%) contrast(96%);
	        filter: brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(2894%) hue-rotate(217deg) brightness(94%) contrast(96%);
}

.biography-awards__card_3 {
	background: #1C1C1C;
}

.biography-awards__card_3:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(9%) sepia(14%) saturate(24%) hue-rotate(344deg) brightness(98%) contrast(95%);
	        filter: brightness(0) saturate(100%) invert(9%) sepia(14%) saturate(24%) hue-rotate(344deg) brightness(98%) contrast(95%);
}

.biography-awards__card_4 {
	background: #ED131C;
}

.biography-awards__card_4:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(7099%) hue-rotate(355deg) brightness(98%) contrast(89%);
	        filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(7099%) hue-rotate(355deg) brightness(98%) contrast(89%);
}

.biography-awards__card_5 {
	background: #1351ED;
}

.biography-awards__card_5:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(2894%) hue-rotate(217deg) brightness(94%) contrast(96%);
	        filter: brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(2894%) hue-rotate(217deg) brightness(94%) contrast(96%);
}

.biography-awards__card_6 {
	background: #1C1C1C;
}

.biography-awards__card_6:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(9%) sepia(14%) saturate(24%) hue-rotate(344deg) brightness(98%) contrast(95%);
	        filter: brightness(0) saturate(100%) invert(9%) sepia(14%) saturate(24%) hue-rotate(344deg) brightness(98%) contrast(95%);
}

.biography-awards__card_7 {
	background: #ED131C;
}

.biography-awards__card_7:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(7099%) hue-rotate(355deg) brightness(98%) contrast(89%);
	        filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(7099%) hue-rotate(355deg) brightness(98%) contrast(89%);
}

.biography-awards__card_8 {
	background: #1351ED;
}

.biography-awards__card_8:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(2894%) hue-rotate(217deg) brightness(94%) contrast(96%);
	        filter: brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(2894%) hue-rotate(217deg) brightness(94%) contrast(96%);
}

.biography-awards__card_9 {
	background: #1C1C1C;
}

.biography-awards__card_9:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(9%) sepia(14%) saturate(24%) hue-rotate(344deg) brightness(98%) contrast(95%);
	        filter: brightness(0) saturate(100%) invert(9%) sepia(14%) saturate(24%) hue-rotate(344deg) brightness(98%) contrast(95%);
}

.biography-awards__card_10 {
	background: #ED131C;
}

.biography-awards__card_10:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(7099%) hue-rotate(355deg) brightness(98%) contrast(89%);
	        filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(7099%) hue-rotate(355deg) brightness(98%) contrast(89%);
}

.biography-awards__card_11 {
	background: #1351ED;
}

.biography-awards__card_11:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(2894%) hue-rotate(217deg) brightness(94%) contrast(96%);
	        filter: brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(2894%) hue-rotate(217deg) brightness(94%) contrast(96%);
}

.biography-awards__card_12 {
	background: #1C1C1C;
}

.biography-awards__card_12:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(9%) sepia(14%) saturate(24%) hue-rotate(344deg) brightness(98%) contrast(95%);
	        filter: brightness(0) saturate(100%) invert(9%) sepia(14%) saturate(24%) hue-rotate(344deg) brightness(98%) contrast(95%);
}

.biography-awards__card_13 {
	background: #ED131C;
}

.biography-awards__card_13:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(7099%) hue-rotate(355deg) brightness(98%) contrast(89%);
	        filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(7099%) hue-rotate(355deg) brightness(98%) contrast(89%);
}

.biography-awards__card_14 {
	background: #1351ED;
}

.biography-awards__card_14:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(2894%) hue-rotate(217deg) brightness(94%) contrast(96%);
	        filter: brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(2894%) hue-rotate(217deg) brightness(94%) contrast(96%);
}

.biography-awards__card_15 {
	background: #1C1C1C;
}

.biography-awards__card_15:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(9%) sepia(14%) saturate(24%) hue-rotate(344deg) brightness(98%) contrast(95%);
	        filter: brightness(0) saturate(100%) invert(9%) sepia(14%) saturate(24%) hue-rotate(344deg) brightness(98%) contrast(95%);
}

.biography-awards__card_16 {
	background: #ED131C;
}

.biography-awards__card_16:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(7099%) hue-rotate(355deg) brightness(98%) contrast(89%);
	        filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(7099%) hue-rotate(355deg) brightness(98%) contrast(89%);
}

.biography-awards__card_17 {
	background: #1351ED;
}

.biography-awards__card_17:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(2894%) hue-rotate(217deg) brightness(94%) contrast(96%);
	        filter: brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(2894%) hue-rotate(217deg) brightness(94%) contrast(96%);
}

.biography-awards__card_18 {
	background: #1C1C1C;
}

.biography-awards__card_18:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(9%) sepia(14%) saturate(24%) hue-rotate(344deg) brightness(98%) contrast(95%);
	        filter: brightness(0) saturate(100%) invert(9%) sepia(14%) saturate(24%) hue-rotate(344deg) brightness(98%) contrast(95%);
}

.biography-awards__card_19 {
	background: #ED131C;
}

.biography-awards__card_19:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(7099%) hue-rotate(355deg) brightness(98%) contrast(89%);
	        filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(7099%) hue-rotate(355deg) brightness(98%) contrast(89%);
}

.biography-awards__card_20 {
	background: #1351ED;
}

.biography-awards__card_20:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(2894%) hue-rotate(217deg) brightness(94%) contrast(96%);
	        filter: brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(2894%) hue-rotate(217deg) brightness(94%) contrast(96%);
}

.biography-awards__card_21 {
	background: #1C1C1C;
}

.biography-awards__card_21:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(9%) sepia(14%) saturate(24%) hue-rotate(344deg) brightness(98%) contrast(95%);
	        filter: brightness(0) saturate(100%) invert(9%) sepia(14%) saturate(24%) hue-rotate(344deg) brightness(98%) contrast(95%);
}

.biography-awards__card-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2.77778vw;
}

.biography-awards__card-head i {
	width: 7.22222vw;
	height: 7.22222vw;
	font-size: 7.22222vw;
	flex: 0 0 auto;
}

.biography-awards__card-tag {
	font-weight: 600;
	font-size: 4.16667vw;
	line-height: 1;
	letter-spacing: -0.02em;
	border-color: white;
	width: -webkit-fit-content;
	width: fit-content;
	height: 6.94444vw;
	border-radius: 2.36111vw;
	transition: none;
}

.biography-awards__card-name {
	font-weight: 600;
	font-size: 3.88889vw;
	line-height: 106%;
	letter-spacing: -0.02em;
}

.biography-awards__card-text {
	font-weight: 600;
	font-size: 3.88889vw;
	line-height: 106%;
	text-align: center;
	letter-spacing: -0.02em;
	margin: auto 0;
	color: rgba(0, 0, 0, 0.5);
	display: none;
}

.biography-awards__card:hover {
	color: #1C1C1C;
	background: #DCDDDE;
}

.biography-awards__card:hover .biography-awards__card-tag {
	color: #1C1C1C;
	border-color: #6E6E6F;
}

.biography-awards__card:hover .biography-awards__card-name {
	display: none;
}

.biography-awards__card:hover .biography-awards__card-text {
	display: block;
}

.biography-gallery {
	margin: 0 0 15.55556vw;
}

.biography-gallery__title {
	font-weight: 600;
	font-size: 11.38889vw;
	line-height: 80%;
	letter-spacing: -0.05em;
	text-align: center;
	margin: 0 0 6.66667vw;
}

.biography-gallery__items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.11111vw;
}

.biography-gallery__item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: white;
	padding: 2.22222vw;
	border-radius: 3.33333vw;
	overflow: hidden;
	min-height: 48.61111vw;
}

.biography-gallery__item:hover {
	color: white;
}

.biography-gallery__item-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.biography-gallery__item-image-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.biography-gallery__item-image::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20.66%, rgba(0, 0, 0, 0.3) 91.33%);
	z-index: 2;
}

.biography-gallery__item-title {
	font-weight: 600;
	font-size: 5.55556vw;
	line-height: 90%;
	letter-spacing: -0.05em;
}

.biography-gallery__item-bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.biography-gallery__item-text {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 90%;
	letter-spacing: -0.03em;
}

.biography-gallery__item-button {
	font-size: 3.33333vw;
	max-width: 30.83333vw;
	height: 5.55556vw;
}

.biography-gallery__item-preview {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	/* Предполагаемое соотношение сторон 16:9 */
}

.biography-gallery__item-preview iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.biography-media {
	margin: 0 0 15.55556vw;
}

.biography-media__title {
	font-weight: 600;
	font-size: 11.11111vw;
	line-height: 80%;
	text-align: center;
	letter-spacing: -0.05em;
	margin: 0 0 6.66667vw;
}

.biography-media__cards {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.11111vw;
}

.biography-media__card {
	display: flex;
	justify-content: space-between;
	background: #E0E1E5;
	padding: 2.22222vw;
	border-radius: 3.33333vw;
	min-height: 45vw;
	gap: 5.55556vw;
}

.biography-media__card-arrow {
	display: none;
}

.biography-media__card-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.biography-media__card-box_1 {
	flex: 0 1 auto;
}

.biography-media__card-box_2 {
	align-items: flex-end;
	flex: 0 0 27.77778vw;
}

.biography-media__card-title {
	font-weight: 600;
	font-size: 5.55556vw;
	line-height: 90%;
	letter-spacing: -0.05em;
}

.biography-media__card-text {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 106%;
	letter-spacing: -0.02em;
	color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
	.biography-media__card-text {
		text-align: left;
		-ms-hyphens: auto;
		    hyphens: auto;
		max-width: 51.94444vw;
	}
}

.biography-media__card-img {
	width: 11.11111vw;
	height: 11.11111vw;
	border-radius: 2.5vw;
	overflow: hidden;
	flex: 0 0 auto;
}

.biography-media__card-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.biography-media__card-button {
	font-size: 3.33333vw;
	height: 5.55556vw;
	max-width: 27.77778vw;
}

.biography-media__more {
	display: flex;
	font-size: 3.33333vw;
	height: 5.55556vw;
	max-width: 30.83333vw;
	margin: 3.33333vw auto 0;
}

.biography-recommendation {
	margin: 0 0 15.55556vw;
	overflow: hidden;
}

.biography-recommendation__title {
	font-weight: 600;
	font-size: 10vw;
	line-height: 80%;
	text-align: center;
	letter-spacing: -0.05em;
	margin: 0 0 6.38889vw;
	-ms-hyphens: auto;
	    hyphens: auto;
	text-align: center;
}

.biography-recommendation__items {
	margin: 0 -1.11111vw 2.77778vw;
}

.biography-recommendation__items .swiper-slide {
	display: flex !important;
	align-items: center;
	width: -webkit-fit-content;
	width: fit-content;
}

.biography-recommendation__item {
	cursor: pointer;
	position: relative;
	display: grid;
	grid-template-columns: 65.55556vw;
	grid-gap: 2.77778vw;
	height: 96.66667vw;
	margin: 0 1.11111vw;
}

.biography-recommendation__item-open .biography-recommendation__item-content {
	display: flex;
}

.biography-recommendation__item-category {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 110%;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	-webkit-transform: scale(-1);
	        transform: scale(-1);
	border: 1px solid rgba(119, 120, 121, 0.3);
	border-radius: 1.66667vw;
	width: 5.55556vw;
	height: 29.16667vw;
}

.biography-recommendation__item-cover {
	position: relative;
	border-radius: 3.33333vw;
	overflow: hidden;
}

.biography-recommendation__item-cover img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.biography-recommendation__item-button {
	font-size: 3.19444vw;
	position: absolute;
	right: 50%;
	-webkit-transform: translateX(50%);
	        transform: translateX(50%);
	bottom: 4.16667vw;
	max-width: 33.33333vw;
	height: 5.55556vw;
}

.biography-recommendation__item-button-content {
	font-size: 3.19444vw;
	max-width: 33.33333vw;
	height: 5.55556vw;
	margin: 2.77778vw auto 0;
}

.biography-recommendation__item-button-open {
	position: static;
	opacity: 1;
}

.biography-recommendation__item-button-close {
	position: absolute;
	left: -2777.5vw;
	opacity: 0;
}

.biography-recommendation__item-button-active .biography-recommendation__item-button-open {
	position: absolute;
	left: -2777.5vw;
	opacity: 0;
}

.biography-recommendation__item-button-active .biography-recommendation__item-button-close {
	position: static;
	opacity: 1;
}

.biography-recommendation__item-content {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 2.22222vw;
	background: white;
	border-radius: 3.33333vw;
	padding: 2.77778vw 3.88889vw 3.88889vw 2.77778vw;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.biography-recommendation__item-title {
	font-weight: 600;
	font-size: 6.66667vw;
	line-height: 100%;
	letter-spacing: -0.06em;
	margin: 0 0 auto;
}

.biography-recommendation__item-quote {
	font-weight: 600;
	font-size: 3.88889vw;
	line-height: 106%;
	letter-spacing: -0.02em;
	color: #808080;
	-ms-hyphens: auto;
	    hyphens: auto;
	text-align: left;
}

.biography-recommendation__item-text {
	font-weight: 600;
	font-size: 3.88889vw;
	line-height: 106%;
	letter-spacing: -0.02em;
	color: rgba(0, 0, 0, 0.5);
	margin: 2.22222vw 0 0;
	-ms-hyphens: auto;
	    hyphens: auto;
	text-align: left;
}

.biography-recommendation__item-text p + p {
	margin: 2.77778vw 0 0;
}
