﻿@import url(../../../../../css-Poppinsregularitalic500600700_swap.css);
@import url(../../../../../css-Rubik500700_swap.css);

:root {
	--primary: #fff;
	--secondary: #141718;
	--accent: #1ea5a1;
	--bg-primary: #fff;
	--bg-secondary: #f3f5f7;
	--bg-accent: #1fa4a2;
	--text-primary: #141718;
	--text-secondary: #fff;
	--text-accent: #1ea5a1
}

* {
	padding: 0;
	margin: 0;
	border: 0
}

*,
*::after,
*::before {
	box-sizing: border-box
}

*::after,
*::before {
	display: inline-block
}

body,
html {
	height: 100%;
	min-width: 320px
}

body {
	color: var(--text-primary);
	line-height: 1;
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
	font-family: Poppins, sans-serif;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent
}

input,
textarea {
	width: 100%
}

button,
option,
select {
	cursor: pointer
}

a {
	display: inline-block;
	color: inherit;
	text-decoration: none
}

ul li {
	list-style: none
}

img {
	vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit
}

.lock body {
	overflow: hidden;
	touch-action: none;
	-ms-scroll-chaining: none;
	overscroll-behavior: none
}

.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden
}

@supports (overflow:clip) {
	.wrapper {
		overflow: clip
	}
}

.wrapper>main {
	flex: 1 1 auto
}

.wrapper>* {
	min-width: 0
}

[class*=__container] {
	max-width: 84rem;
	margin: 0 auto;
	padding: 0 1rem
}

.container--small {
	max-width: 62.5rem
}

.ibg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.ibg--top {
	-o-object-position: top;
	object-position: top
}

.ibg--bottom {
	-o-object-position: bottom;
	object-position: bottom
}

.ibg--left {
	-o-object-position: left;
	object-position: left
}

.ibg--right {
	-o-object-position: right;
	object-position: right
}

.ibg--contain {
	-o-object-fit: contain;
	object-fit: contain
}

.text {
	font-weight: 400;
	line-height: 1.6
}

.text--white {
	color: var(--text-secondary);
	line-height: 1.5
}

.text li,
.text ul {
	list-style: inside
}

.presentation__video.with-bg-image .video__bg img,
.presentation__video.with-bg-image .video__body iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.presentation__video.only-video .video__body iframe {
	width: 100%;
	height: 590px;
}

.title {
	font-weight: 500;
	line-height: 1.3
}

.subtitle {
	font-size: 1.125rem
}

.title-small {
	color: var(--text-accent);
	font-weight: 500;
	text-transform: uppercase
}

.icon {
	background-color: #d9d9d9;
	display: grid;
	place-items: center
}

.icon img {
	height: auto;
	max-width: 100%
}

.button {
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: Rubik, sans-serif;
	border-radius: .5rem;
	background-color: var(--bg-accent);
	color: var(--text-secondary);
	line-height: 1.22;
	min-width: 11.75rem;
	max-height: 3rem;
	padding: .8125rem 2.375rem;
	border: .125rem solid transparent;
	line-height: 1.22;
	box-shadow: 0 .25rem .25rem 0 rgba(50, 50, 71, .08), 0 .25rem .5rem 0 rgba(50, 50, 71, .06);
	text-transform: inherit;
	transition: all .3s ease
}

.button--transparent {
	max-width: 14.8125rem;
	width: 100%;
	min-height: 4rem;
	border: .125rem solid var(--bg-primary);
	background-color: transparent
}

.button--transparent._tab-active {
	color: var(--text-primary);
	text-transform: capitalize;
	background-color: var(--bg-primary);
	border: .125rem solid transparent;
	pointer-events: none
}

.page {
	color: var(--text-primary);
	font-family: Poppins, sans-serif;
	line-height: 1.5
}

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6,
.page p {
	padding: 0;
	font-family: Poppins, sans-serif;
	line-height: 1.5
}

.page__presentation {
	background-color: var(--bg-secondary)
}

.page__review {
	background-color: var(--bg-accent)
}

.tabs .excurs {
	padding-top: 0
}

.tabs .presentation {
	background-color: var(--bg-primary)
}

.cover__container {
	color: var(--text-secondary);
	text-align: center;
	position: relative;
	background: #1fa4a2
}

.cover__wrapper {
	position: relative;
	z-index: 1;
	max-width: 62.5rem;
	margin-inline: auto;
	text-align: center
}

.tabs .cover__wrapper {
	max-width: 100%
}

.cover__title {
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	color: var(--text-secondary)
}

.cover__bg img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: bottom;
	object-position: bottom
}

.cover__navigation {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: .75rem 1.5rem
}

.cover__button {
	flex: 1 1 auto
}

.about__header {
	display: grid;
	justify-items: center
}

.about__image img {
	border-radius: 50%;
	overflow: hidden;
	max-width: 100%
}

.about__subtitle,
.about__title {
	text-align: center
}

.presentation__container {
	text-align: center
}

.video {
	position: relative
}

.video__bg {
	padding-bottom: 58.671952%
}

.video__bg img {
	-o-object-fit: contain;
	object-fit: contain
}

.presentation__video.with-bg-image .video__body {
	position: absolute;
	width: 73%;
	height: 78%;
	top: 4.5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: var(--bg-accent);
	display: grid;
	place-items: center
}

.presentation__video.with-bg-image .video__body iframe {
	-o-object-fit: contain;
	object-fit: contain
}

.poster {
	position: relative
}

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

.poster__title {
	text-align: center;
	color: #f8fffd;
	font-family: Rubik, sans-serif;
	font-weight: 700;
	line-height: 1.3
}

.poster__bg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}

.excurs__title {
	text-align: center
}

.excurs__body {
	position: relative
}

.excurs__list {
	display: grid
}

.excurs__photo {
	text-align: center
}

.item-excurs {
	display: flex
}

.item-excurs__media {
	align-self: center;
	border-radius: 1rem;
	border: .25rem solid var(--bg-secondary);
	background-color: rgba(63, 63, 63, .5);
	overflow: hidden
}

.item-excurs__media img {
	max-width: 100%;
	height: auto
}

.review__container {
	max-width: 77.5rem
}

.review__wrapper {
	margin-inline: -.625rem;
	border-radius: 1rem;
	background-color: var(--bg-primary);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1.25rem;
	min-height: 25rem
}

.author-review {
	padding: .5rem
}

.author-review__header {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: .25rem .75rem
}

.author-review__avatar {
	grid-row: span 2
}

.author-review__avatar img {
	border-radius: 50%;
	overflow: hidden
}

.author-review__name {
	color: #18191f;
	font-weight: 600;
	line-height: 1.2;
	align-self: end
}

.author-review__position {
	color: #474a57;
	font-size: .875rem;
	line-height: 1.4;
	align-self: start
}

.author-review__text {
	font-size: .875rem
}

.content-review {
	border-radius: 1rem;
	background-color: var(--bg-secondary);
	display: flex;
	flex-direction: column;
	align-self: stretch;
	line-height: 1.6
}

.content-review__icon img {
	width: 2.375rem;
	height: 1.5rem
}

.content-review__text {
	flex: 1 1 auto
}

.content-review__date {
	color: #aaa
}

@media (min-width:29.99875em) {
	.presentation__description {
		max-width: 48.75rem;
		margin-inline: auto
	}

	.presentation__text {
		max-width: 34.375rem;
		margin-inline: auto
	}

	.poster__button {
		max-width: 12.5rem;
		margin-inline: auto
	}

	.excurs__title {
		max-width: 34.375rem;
		margin-inline: auto
	}
}

@media (min-width:47.99875em) {
	.button {
		font-size: 1.125rem
	}

	.presentation__title {
		max-width: 51.875rem;
		margin-inline: auto
	}

	.item-excurs {
		justify-content: space-between
	}

	.item-excurs__media {
		flex: 0 0 45%
	}

	.item-excurs__content {
		flex: 0 0 45%;
		align-self: center
	}

	.progress-bar {
		position: absolute;
		width: .75rem;
		height: 100%;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.progress-bar__line {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		overflow: clip;
		background: #f3f5f7;
		border-radius: 3.75rem
	}

	.progress-bar__track {
		position: absolute;
		top: 0;
		left: .0625rem;
		width: 100%;
		border-radius: 3.75rem;
		background-color: rgba(53, 190, 188, .3);
		transition: height .2s linear
	}

	.progress-bar__thumb {
		position: absolute;
		-webkit-transform: translateX(-.5rem);
		transform: translateX(-.5rem);
		width: 1.875rem;
		height: 1.875rem;
		border: .0625rem solid var(--bg-accent);
		border-radius: 50%;
		z-index: 1;
		transition: top .2s linear
	}

	.progress-bar__thumb::before {
		content: "";
		position: absolute;
		width: .75rem;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background-color: var(--bg-accent);
		border-radius: 50%;
		height: .75rem
	}

	.review__author {
		flex: 0 0 42.096774%
	}

	.review__content {
		flex: 0 0 52.177419%
	}
}

@media (min-width:61.99875em) {
	.excurs__container {
		max-width: 76.25rem
	}
}

@media (min-width:84em) {
	.title {
		font-size: 2rem
	}

	.icon {
		width: 4.5rem
	}

	.icon {
		height: 4.5rem
	}

	.page__cover {
		padding-top: 2rem
	}

	.page__cover {
		padding-bottom: 2.25rem
	}

	.page__about {
		padding-top: 2.25rem
	}

	.page__about {
		padding-bottom: 6rem
	}

	.page__poster {
		padding-top: 1.5rem
	}

	.page__poster {
		padding-bottom: 1.5rem
	}

	.page__excurs,
	.page__outro,
	.page__presentation,
	.page__review {
		padding-top: 6rem
	}

	.page__excurs,
	.page__outro,
	.page__presentation,
	.page__review {
		padding-bottom: 6rem
	}

	.tabs .presentation {
		padding-top: 3.5rem
	}

	.tabs .presentation {
		padding-bottom: 3.5rem
	}

	.cover__container {
		border-radius: 1.5rem
	}

	.cover__wrapper {
		padding: 6rem
	}

	.cover__title {
		font-size: 3rem
	}

	.cover__text {
		margin-top: 1rem
	}

	.cover__navigation {
		margin-top: 2.25rem
	}

	.about__image img {
		width: 9.25rem
	}

	.about__image img {
		height: 9.25rem
	}

	.about__title {
		margin-top: 1.5rem
	}

	.about__subtitle {
		margin-top: .5rem
	}

	.about__text {
		margin-top: 2.25rem
	}

	.about__text> :not(:last-child) {
		margin-bottom: 1.25rem
	}

	.presentation__subtitle {
		margin-top: 1rem
	}

	.presentation__description,
	.presentation__video {
		margin-top: 3rem
	}

	.presentation__text {
		margin-top: .5rem
	}

	.poster__title {
		font-size: 1.375rem
	}

	.poster__button {
		margin-top: 1.25rem
	}

	.excurs__body {
		margin-top: 3.5rem
	}

	.excurs__list {
		gap: 3rem
	}

	.excurs__photo img {
		width: 9.25rem
	}

	.excurs__photo img {
		height: 9.25rem
	}

	.excurs__photo:not(:last-child) {
		margin-bottom: 1.5rem
	}

	.item-excurs__text {
		margin-top: 1.125rem
	}

	.item-excurs__text> :not(:last-child) {
		margin-bottom: 1.25rem
	}

	.review__wrapper {
		padding: 1rem
	}

	.author-review__avatar img {
		width: 3.5rem
	}

	.author-review__avatar img {
		height: 3.5rem
	}

	.author-review__text {
		margin-top: 1.5rem
	}

	.content-review {
		padding: 1rem
	}

	.content-review__text {
		margin-top: 1.5rem
	}

	.content-review__date {
		margin-top: 1.5rem
	}

	.outro__text {
		margin-top: 2.25rem
	}

	.outro__text> :not(:last-child) {
		margin-bottom: 1.25rem
	}
}

@media (max-width:20em) {
	.title {
		font-size: 1.25rem
	}

	.icon {
		width: 2.25rem
	}

	.icon {
		height: 2.25rem
	}

	.page__cover {
		padding-top: .75rem
	}

	.page__cover {
		padding-bottom: .75rem
	}

	.page__about {
		padding-top: .75rem
	}

	.page__about {
		padding-bottom: 1.875rem
	}

	.page__poster {
		padding-top: 1rem
	}

	.page__poster {
		padding-bottom: 1rem
	}

	.page__excurs,
	.page__outro,
	.page__presentation,
	.page__review {
		padding-top: 1.875rem
	}

	.page__excurs,
	.page__outro,
	.page__presentation,
	.page__review {
		padding-bottom: 1.875rem
	}

	.tabs .presentation {
		padding-top: 1.25rem
	}

	.tabs .presentation {
		padding-bottom: 1.25rem
	}

	.cover__container {
		border-radius: .75rem
	}

	.cover__wrapper {
		padding: .75rem
	}

	.cover__title {
		font-size: 1.5rem
	}

	.cover__text {
		margin-top: .5rem
	}

	.cover__navigation {
		margin-top: 1.25rem
	}

	.about__image img {
		width: 3.75rem
	}

	.about__image img {
		height: 3.75rem
	}

	.about__title {
		margin-top: .75rem
	}

	.about__subtitle {
		margin-top: .25rem
	}

	.about__text {
		margin-top: .75rem
	}

	.about__text> :not(:last-child) {
		margin-bottom: .75rem
	}

	.presentation__subtitle {
		margin-top: .5rem
	}

	.presentation__description,
	.presentation__video {
		margin-top: 1.5rem
	}

	.presentation__text {
		margin-top: .25rem
	}

	.poster__title {
		font-size: 1.125rem
	}

	.poster__button {
		margin-top: .75rem
	}

	.excurs__body {
		margin-top: 1.5rem
	}

	.excurs__list {
		gap: 1rem
	}

	.excurs__photo img {
		width: 4.375rem
	}

	.excurs__photo img {
		height: 4.375rem
	}

	.excurs__photo:not(:last-child) {
		margin-bottom: .75rem
	}

	.item-excurs__text {
		margin-top: .625rem
	}

	.item-excurs__text> :not(:last-child) {
		margin-bottom: .75rem
	}

	.review__wrapper {
		padding: .5rem
	}

	.author-review__avatar img {
		width: 1.875rem
	}

	.author-review__avatar img {
		height: 1.875rem
	}

	.author-review__text {
		margin-top: .75rem
	}

	.content-review {
		padding: .5rem
	}

	.content-review__text {
		margin-top: .75rem
	}

	.content-review__date {
		margin-top: .75rem
	}

	.outro__text {
		margin-top: .75rem
	}

	.outro__text> :not(:last-child) {
		margin-bottom: .75rem
	}
}

@media (max-width:47.99875em) {
	.button {
		font-size: 1rem
	}

	.excurs__progress-bar {
		display: none
	}

	.item-excurs {
		flex-direction: column-reverse;
		gap: 1.25rem
	}

	.item-excurs__icon {
		margin-inline: auto
	}
}

@media (max-width:29.99875em) {
	.cover__container {
		margin-inline: .3125rem
	}

	.poster__button {
		width: 100%
	}

	.item-excurs__media {
		margin: 0 -.625rem
	}
}

@media (min-width:20em) and (max-width:84em) {
	@supports (font-size:clamp(1.25rem, 1.015625rem + 1.171875vw, 2rem)) {
		.title {
			font-size: clamp(1.25rem, 1.015625rem + 1.171875vw, 2rem)
		}
	}

	@supports not (font-size:clamp(1.25rem, 1.015625rem + 1.171875vw, 2rem)) {
		.title {
			font-size: calc(1.25rem + .75 * (100vw - 20rem)/ 64)
		}
	}

	@supports (width:clamp(2.25rem, 1.546875rem + 3.515625vw, 4.5rem)) {
		.icon {
			width: clamp(2.25rem, 1.546875rem + 3.515625vw, 4.5rem)
		}
	}

	@supports not (width:clamp(2.25rem, 1.546875rem + 3.515625vw, 4.5rem)) {
		.icon {
			width: calc(2.25rem + 2.25 * (100vw - 20rem)/ 64)
		}
	}

	@supports (height:clamp(2.25rem, 1.546875rem + 3.515625vw, 4.5rem)) {
		.icon {
			height: clamp(2.25rem, 1.546875rem + 3.515625vw, 4.5rem)
		}
	}

	@supports not (height:clamp(2.25rem, 1.546875rem + 3.515625vw, 4.5rem)) {
		.icon {
			height: calc(2.25rem + 2.25 * (100vw - 20rem)/ 64)
		}
	}

	@supports (padding-top:clamp(0.75rem, 0.359375rem + 1.953125vw, 2rem)) {
		.page__cover {
			padding-top: clamp(.75rem, .359375rem + 1.953125vw, 2rem)
		}
	}

	@supports not (padding-top:clamp(0.75rem, 0.359375rem + 1.953125vw, 2rem)) {
		.page__cover {
			padding-top: calc(.75rem + 1.25 * (100vw - 20rem)/ 64)
		}
	}

	@supports (padding-bottom:clamp(0.75rem, 0.28125rem + 2.34375vw, 2.25rem)) {
		.page__cover {
			padding-bottom: clamp(.75rem, .28125rem + 2.34375vw, 2.25rem)
		}
	}

	@supports not (padding-bottom:clamp(0.75rem, 0.28125rem + 2.34375vw, 2.25rem)) {
		.page__cover {
			padding-bottom: calc(.75rem + 1.5 * (100vw - 20rem)/ 64)
		}
	}

	@supports (padding-top:clamp(0.75rem, 0.28125rem + 2.34375vw, 2.25rem)) {
		.page__about {
			padding-top: clamp(.75rem, .28125rem + 2.34375vw, 2.25rem)
		}
	}

	@supports not (padding-top:clamp(0.75rem, 0.28125rem + 2.34375vw, 2.25rem)) {
		.page__about {
			padding-top: calc(.75rem + 1.5 * (100vw - 20rem)/ 64)
		}
	}

	@supports (padding-bottom:clamp(1.875rem, 0.5859375rem + 6.4453125vw, 6rem)) {
		.page__about {
			padding-bottom: clamp(1.875rem, .5859375rem + 6.4453125vw, 6rem)
		}
	}

	@supports not (padding-bottom:clamp(1.875rem, 0.5859375rem + 6.4453125vw, 6rem)) {
		.page__about {
			padding-bottom: calc(1.875rem + 4.125 * (100vw - 20rem)/ 64)
		}
	}

	@supports (padding-top:clamp(1rem, 0.84375rem + 0.78125vw, 1.5rem)) {
		.page__poster {
			padding-top: clamp(1rem, .84375rem + .78125vw, 1.5rem)
		}
	}

	@supports not (padding-top:clamp(1rem, 0.84375rem + 0.78125vw, 1.5rem)) {
		.page__poster {
			padding-top: calc(1rem + .5 * (100vw - 20rem)/ 64)
		}
	}

	@supports (padding-bottom:clamp(1rem, 0.84375rem + 0.78125vw, 1.5rem)) {
		.page__poster {
			padding-bottom: clamp(1rem, .84375rem + .78125vw, 1.5rem)
		}
	}

	@supports not (padding-bottom:clamp(1rem, 0.84375rem + 0.78125vw, 1.5rem)) {
		.page__poster {
			padding-bottom: calc(1rem + .5 * (100vw - 20rem)/ 64)
		}
	}

	@supports (padding-top:clamp(1.875rem, 0.5859375rem + 6.4453125vw, 6rem)) {

		.page__excurs,
		.page__outro,
		.page__presentation,
		.page__review {
			padding-top: clamp(1.875rem, .5859375rem + 6.4453125vw, 6rem)
		}
	}

	@supports not (padding-top:clamp(1.875rem, 0.5859375rem + 6.4453125vw, 6rem)) {

		.page__excurs,
		.page__outro,
		.page__presentation,
		.page__review {
			padding-top: calc(1.875rem + 4.125 * (100vw - 20rem)/ 64)
		}
	}

	@supports (padding-bottom:clamp(1.875rem, 0.5859375rem + 6.4453125vw, 6rem)) {

		.page__excurs,
		.page__outro,
		.page__presentation,
		.page__review {
			padding-bottom: clamp(1.875rem, .5859375rem + 6.4453125vw, 6rem)
		}
	}

	@supports not (padding-bottom:clamp(1.875rem, 0.5859375rem + 6.4453125vw, 6rem)) {

		.page__excurs,
		.page__outro,
		.page__presentation,
		.page__review {
			padding-bottom: calc(1.875rem + 4.125 * (100vw - 20rem)/ 64)
		}
	}

	@supports (padding-top:clamp(1.25rem, 0.546875rem + 3.515625vw, 3.5rem)) {
		.tabs .presentation {
			padding-top: clamp(1.25rem, .546875rem + 3.515625vw, 3.5rem)
		}
	}

	@supports not (padding-top:clamp(1.25rem, 0.546875rem + 3.515625vw, 3.5rem)) {
		.tabs .presentation {
			padding-top: calc(1.25rem + 2.25 * (100vw - 20rem)/ 64)
		}
	}

	@supports (padding-bottom:clamp(1.25rem, 0.546875rem + 3.515625vw, 3.5rem)) {
		.tabs .presentation {
			padding-bottom: clamp(1.25rem, .546875rem + 3.515625vw, 3.5rem)
		}
	}

	@supports not (padding-bottom:clamp(1.25rem, 0.546875rem + 3.515625vw, 3.5rem)) {
		.tabs .presentation {
			padding-bottom: calc(1.25rem + 2.25 * (100vw - 20rem)/ 64)
		}
	}

	@supports (border-radius:clamp(0.75rem, 0.515625rem + 1.171875vw, 1.5rem)) {
		.cover__container {
			border-radius: clamp(.75rem, .515625rem + 1.171875vw, 1.5rem)
		}
	}

	@supports not (border-radius:clamp(0.75rem, 0.515625rem + 1.171875vw, 1.5rem)) {
		.cover__container {
			border-radius: calc(.75rem + .75 * (100vw - 20rem)/ 64)
		}
	}

	@supports (padding:clamp(0.75rem, -0.890625rem + 8.203125vw, 6rem)) {
		.cover__wrapper {
			padding: clamp(.75rem, -.890625rem + 8.203125vw, 6rem)
		}
	}

	@supports not (padding:clamp(0.75rem, -0.890625rem + 8.203125vw, 6rem)) {
		.cover__wrapper {
			padding: calc(.75rem + 5.25 * (100vw - 20rem)/ 64)
		}
	}

	@supports (font-size:clamp(1.5rem, 1.03125rem + 2.34375vw, 3rem)) {
		.cover__title {
			font-size: clamp(1.5rem, 1.03125rem + 2.34375vw, 3rem)
		}
	}

	@supports not (font-size:clamp(1.5rem, 1.03125rem + 2.34375vw, 3rem)) {
		.cover__title {
			font-size: calc(1.5rem + 1.5 * (100vw - 20rem)/ 64)
		}
	}

	@supports (margin-top:clamp(0.5rem, 0.34375rem + 0.78125vw, 1rem)) {
		.cover__text {
			margin-top: clamp(.5rem, .34375rem + .78125vw, 1rem)
		}
	}

	@supports not (margin-top:clamp(0.5rem, 0.34375rem + 0.78125vw, 1rem)) {
		.cover__text {
			margin-top: calc(.5rem + .5 * (100vw - 20rem)/ 64)
		}
	}

	@supports (margin-top:clamp(1.25rem, 0.9375rem + 1.5625vw, 2.25rem)) {
		.cover__navigation {
			margin-top: clamp(1.25rem, .9375rem + 1.5625vw, 2.25rem)
		}
	}

	@supports not (margin-top:clamp(1.25rem, 0.9375rem + 1.5625vw, 2.25rem)) {
		.cover__navigation {
			margin-top: calc(1.25rem + 1 * (100vw - 20rem)/ 64)
		}
	}

	@supports (width:clamp(3.75rem, 2.03125rem + 8.59375vw, 9.25rem)) {
		.about__image img {
			width: clamp(3.75rem, 2.03125rem + 8.59375vw, 9.25rem)
		}
	}

	@supports not (width:clamp(3.75rem, 2.03125rem + 8.59375vw, 9.25rem)) {
		.about__image img {
			width: calc(3.75rem + 5.5 * (100vw - 20rem)/ 64)
		}
	}

	@supports (height:clamp(3.75rem, 2.03125rem + 8.59375vw, 9.25rem)) {
		.about__image img {
			height: clamp(3.75rem, 2.03125rem + 8.59375vw, 9.25rem)
		}
	}

	@supports not (height:clamp(3.75rem, 2.03125rem + 8.59375vw, 9.25rem)) {
		.about__image img {
			height: calc(3.75rem + 5.5 * (100vw - 20rem)/ 64)
		}
	}

	@supports (margin-top:clamp(0.75rem, 0.515625rem + 1.171875vw, 1.5rem)) {
		.about__title {
			margin-top: clamp(.75rem, .515625rem + 1.171875vw, 1.5rem)
		}
	}

	@supports not (margin-top:clamp(0.75rem, 0.515625rem + 1.171875vw, 1.5rem)) {
		.about__title {
			margin-top: calc(.75rem + .75 * (100vw - 20rem)/ 64)
		}
	}

	@supports (margin-top:clamp(0.25rem, 0.171875rem + 0.390625vw, 0.5rem)) {
		.about__subtitle {
			margin-top: clamp(.25rem, .171875rem + .390625vw, .5rem)
		}
	}

	@supports not (margin-top:clamp(0.25rem, 0.171875rem + 0.390625vw, 0.5rem)) {
		.about__subtitle {
			margin-top: calc(.25rem + .25 * (100vw - 20rem)/ 64)
		}
	}

	@supports (margin-top:clamp(0.75rem, 0.28125rem + 2.34375vw, 2.25rem)) {
		.about__text {
			margin-top: clamp(.75rem, .28125rem + 2.34375vw, 2.25rem)
		}
	}

	@supports not (margin-top:clamp(0.75rem, 0.28125rem + 2.34375vw, 2.25rem)) {
		.about__text {
			margin-top: calc(.75rem + 1.5 * (100vw - 20rem)/ 64)
		}
	}

	@supports (margin-bottom:clamp(0.75rem, 0.59375rem + 0.78125vw, 1.25rem)) {
		.about__text> :not(:last-child) {
			margin-bottom: clamp(.75rem, .59375rem + .78125vw, 1.25rem)
		}
	}

	@supports not (margin-bottom:clamp(0.75rem, 0.59375rem + 0.78125vw, 1.25rem)) {
		.about__text> :not(:last-child) {
			margin-bottom: calc(.75rem + .5 * (100vw - 20rem)/ 64)
		}
	}

	@supports (margin-top:clamp(0.5rem, 0.34375rem + 0.78125vw, 1rem)) {
		.presentation__subtitle {
			margin-top: clamp(.5rem, .34375rem + .78125vw, 1rem)
		}
	}

	@supports not (margin-top:clamp(0.5rem, 0.34375rem + 0.78125vw, 1rem)) {
		.presentation__subtitle {
			margin-top: calc(.5rem + .5 * (100vw - 20rem)/ 64)
		}
	}

	@supports (margin-top:clamp(1.5rem, 1.03125rem + 2.34375vw, 3rem)) {

		.presentation__description,
		.presentation__video {
			margin-top: clamp(1.5rem, 1.03125rem + 2.34375vw, 3rem)
		}
	}

	@supports not (margin-top:clamp(1.5rem, 1.03125rem + 2.34375vw, 3rem)) {

		.presentation__description,
		.presentation__video {
			margin-top: calc(1.5rem + 1.5 * (100vw - 20rem)/ 64)
		}
	}

	@supports (margin-top:clamp(0.25rem, 0.171875rem + 0.390625vw, 0.5rem)) {
		.presentation__text {
			margin-top: clamp(.25rem, .171875rem + .390625vw, .5rem)
		}
	}

	@supports not (margin-top:clamp(0.25rem, 0.171875rem + 0.390625vw, 0.5rem)) {
		.presentation__text {
			margin-top: calc(.25rem + .25 * (100vw - 20rem)/ 64)
		}
	}

	@supports (font-size:clamp(1.125rem, 1.046875rem + 0.390625vw, 1.375rem)) {
		.poster__title {
			font-size: clamp(1.125rem, 1.046875rem + .390625vw, 1.375rem)
		}
	}

	@supports not (font-size:clamp(1.125rem, 1.046875rem + 0.390625vw, 1.375rem)) {
		.poster__title {
			font-size: calc(1.125rem + .25 * (100vw - 20rem)/ 64)
		}
	}

	@supports (margin-top:clamp(0.75rem, 0.59375rem + 0.78125vw, 1.25rem)) {
		.poster__button {
			margin-top: clamp(.75rem, .59375rem + .78125vw, 1.25rem)
		}
	}

	@supports not (margin-top:clamp(0.75rem, 0.59375rem + 0.78125vw, 1.25rem)) {
		.poster__button {
			margin-top: calc(.75rem + .5 * (100vw - 20rem)/ 64)
		}
	}

	@supports (margin-top:clamp(1.5rem, 0.875rem + 3.125vw, 3.5rem)) {
		.excurs__body {
			margin-top: clamp(1.5rem, .875rem + 3.125vw, 3.5rem)
		}
	}

	@supports not (margin-top:clamp(1.5rem, 0.875rem + 3.125vw, 3.5rem)) {
		.excurs__body {
			margin-top: calc(1.5rem + 2 * (100vw - 20rem)/ 64)
		}
	}

	@supports (gap:clamp(1rem, 0.375rem + 3.125vw, 3rem)) {
		.excurs__list {
			gap: clamp(1rem, .375rem + 3.125vw, 3rem)
		}
	}

	@supports not (gap:clamp(1rem, 0.375rem + 3.125vw, 3rem)) {
		.excurs__list {
			gap: calc(1rem + 2 * (100vw - 20rem)/ 64)
		}
	}

	@supports (width:clamp(4.375rem, 2.8515625rem + 7.6171875vw, 9.25rem)) {
		.excurs__photo img {
			width: clamp(4.375rem, 2.8515625rem + 7.6171875vw, 9.25rem)
		}
	}

	@supports not (width:clamp(4.375rem, 2.8515625rem + 7.6171875vw, 9.25rem)) {
		.excurs__photo img {
			width: calc(4.375rem + 4.875 * (100vw - 20rem)/ 64)
		}
	}

	@supports (height:clamp(4.375rem, 2.8515625rem + 7.6171875vw, 9.25rem)) {
		.excurs__photo img {
			height: clamp(4.375rem, 2.8515625rem + 7.6171875vw, 9.25rem)
		}
	}

	@supports not (height:clamp(4.375rem, 2.8515625rem + 7.6171875vw, 9.25rem)) {
		.excurs__photo img {
			height: calc(4.375rem + 4.875 * (100vw - 20rem)/ 64)
		}
	}

	@supports (margin-bottom:clamp(0.75rem, 0.515625rem + 1.171875vw, 1.5rem)) {
		.excurs__photo:not(:last-child) {
			margin-bottom: clamp(.75rem, .515625rem + 1.171875vw, 1.5rem)
		}
	}

	@supports not (margin-bottom:clamp(0.75rem, 0.515625rem + 1.171875vw, 1.5rem)) {
		.excurs__photo:not(:last-child) {
			margin-bottom: calc(.75rem + .75 * (100vw - 20rem)/ 64)
		}
	}

	@supports (margin-top:clamp(0.625rem, 0.46875rem + 0.78125vw, 1.125rem)) {
		.item-excurs__text {
			margin-top: clamp(.625rem, .46875rem + .78125vw, 1.125rem)
		}
	}

	@supports not (margin-top:clamp(0.625rem, 0.46875rem + 0.78125vw, 1.125rem)) {
		.item-excurs__text {
			margin-top: calc(.625rem + .5 * (100vw - 20rem)/ 64)
		}
	}

	@supports (margin-bottom:clamp(0.75rem, 0.59375rem + 0.78125vw, 1.25rem)) {
		.item-excurs__text> :not(:last-child) {
			margin-bottom: clamp(.75rem, .59375rem + .78125vw, 1.25rem)
		}
	}

	@supports not (margin-bottom:clamp(0.75rem, 0.59375rem + 0.78125vw, 1.25rem)) {
		.item-excurs__text> :not(:last-child) {
			margin-bottom: calc(.75rem + .5 * (100vw - 20rem)/ 64)
		}
	}

	@supports (padding:clamp(0.5rem, 0.34375rem + 0.78125vw, 1rem)) {
		.review__wrapper {
			padding: clamp(.5rem, .34375rem + .78125vw, 1rem)
		}
	}

	@supports not (padding:clamp(0.5rem, 0.34375rem + 0.78125vw, 1rem)) {
		.review__wrapper {
			padding: calc(.5rem + .5 * (100vw - 20rem)/ 64)
		}
	}

	@supports (width:clamp(1.875rem, 1.3671875rem + 2.5390625vw, 3.5rem)) {
		.author-review__avatar img {
			width: clamp(1.875rem, 1.3671875rem + 2.5390625vw, 3.5rem)
		}
	}

	@supports not (width:clamp(1.875rem, 1.3671875rem + 2.5390625vw, 3.5rem)) {
		.author-review__avatar img {
			width: calc(1.875rem + 1.625 * (100vw - 20rem)/ 64)
		}
	}

	@supports (height:clamp(1.875rem, 1.3671875rem + 2.5390625vw, 3.5rem)) {
		.author-review__avatar img {
			height: clamp(1.875rem, 1.3671875rem + 2.5390625vw, 3.5rem)
		}
	}

	@supports not (height:clamp(1.875rem, 1.3671875rem + 2.5390625vw, 3.5rem)) {
		.author-review__avatar img {
			height: calc(1.875rem + 1.625 * (100vw - 20rem)/ 64)
		}
	}

	@supports (margin-top:clamp(0.75rem, 0.515625rem + 1.171875vw, 1.5rem)) {
		.author-review__text {
			margin-top: clamp(.75rem, .515625rem + 1.171875vw, 1.5rem)
		}
	}

	@supports not (margin-top:clamp(0.75rem, 0.515625rem + 1.171875vw, 1.5rem)) {
		.author-review__text {
			margin-top: calc(.75rem + .75 * (100vw - 20rem)/ 64)
		}
	}

	@supports (padding:clamp(0.5rem, 0.34375rem + 0.78125vw, 1rem)) {
		.content-review {
			padding: clamp(.5rem, .34375rem + .78125vw, 1rem)
		}
	}

	@supports not (padding:clamp(0.5rem, 0.34375rem + 0.78125vw, 1rem)) {
		.content-review {
			padding: calc(.5rem + .5 * (100vw - 20rem)/ 64)
		}
	}

	@supports (margin-top:clamp(0.75rem, 0.515625rem + 1.171875vw, 1.5rem)) {
		.content-review__text {
			margin-top: clamp(.75rem, .515625rem + 1.171875vw, 1.5rem)
		}
	}

	@supports not (margin-top:clamp(0.75rem, 0.515625rem + 1.171875vw, 1.5rem)) {
		.content-review__text {
			margin-top: calc(.75rem + .75 * (100vw - 20rem)/ 64)
		}
	}

	@supports (margin-top:clamp(0.75rem, 0.515625rem + 1.171875vw, 1.5rem)) {
		.content-review__date {
			margin-top: clamp(.75rem, .515625rem + 1.171875vw, 1.5rem)
		}
	}

	@supports not (margin-top:clamp(0.75rem, 0.515625rem + 1.171875vw, 1.5rem)) {
		.content-review__date {
			margin-top: calc(.75rem + .75 * (100vw - 20rem)/ 64)
		}
	}

	@supports (margin-top:clamp(0.75rem, 0.28125rem + 2.34375vw, 2.25rem)) {
		.outro__text {
			margin-top: clamp(.75rem, .28125rem + 2.34375vw, 2.25rem)
		}
	}

	@supports not (margin-top:clamp(0.75rem, 0.28125rem + 2.34375vw, 2.25rem)) {
		.outro__text {
			margin-top: calc(.75rem + 1.5 * (100vw - 20rem)/ 64)
		}
	}

	@supports (margin-bottom:clamp(0.75rem, 0.59375rem + 0.78125vw, 1.25rem)) {
		.outro__text> :not(:last-child) {
			margin-bottom: clamp(.75rem, .59375rem + .78125vw, 1.25rem)
		}
	}

	@supports not (margin-bottom:clamp(0.75rem, 0.59375rem + 0.78125vw, 1.25rem)) {
		.outro__text> :not(:last-child) {
			margin-bottom: calc(.75rem + .5 * (100vw - 20rem)/ 64)
		}
	}

	.presentation__video.only-video .video__body iframe {
		height: auto;
		min-height: 220px;
	}
}

@media (min-width:47.99875em) and (max-width:47.99875em) {
	.progress-bar {
		left: 0;
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@media (any-hover:hover) {
	.button:hover {
		background-color: #098d8b;
		color: var(--text-secondary)
	}
}


.footer__box{
	display:flex;
	flex-direction:column;
	gap:30px;
	align-items:flex-end;
}

.footer__disclaimer{
	color:#fff;
	font-size:14px;
max-width: 850px;
	line-height:1.8;
	
}

@media screen and (max-width:768px){
	.footer__box{
		align-items:center;
	}
	.footer__disclaimer{
		text-align:center;
		max-width:none;
		font-size:12px;
	}
}