/*!
Theme Name: PSA new
Theme URI: http://underscores.me/
Author: Henry Cao
Author URI: http://underscores.me/
Description: Description
Version: 2.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: psagal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

psagal is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
	font-family: "vilonti";
	src: url("assets/fonts/vilonti/Vilonti-Regular.otf");
}

@font-face {
	font-family: "vilonti bold";
	src: url("assets/fonts/vilonti/Vilonti-Bold.otf");
}

@font-face {
	font-family: "vilonti medium";
	src: url("assets/fonts/vilonti/Vilonti-Medium.otf");
}

@font-face {
	font-family: "vilonti thin";
	src: url("assets/fonts/vilonti/Vilonti-Thin.otf");
}

@font-face {
	font-family: "vilonti extrablack";
	src: url("assets/fonts/vilonti/Vilonti-ExtraBlack.otf");
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "vilonti";
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
html,
body {
	font-family: "vilonti";
	margin: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {
	html,
	body {
		overflow: hidden;
	}
}

.front-page .transition-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: #352B24;
	z-index: 21;
	transform: translateY(100%);
}

#landing-page {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #D9D9D9;
	opacity: 1;
	transition: 1s opacity;
	display: flex;
	align-items: center;
	justify-content: center;
}

.landing-page__intro {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	color: black;
	background-color: #D9D9D9;
	z-index: 2;
}

.landing-page__intro__logo {
	position: absolute;
	left: 0;
	right: 0;
	top: 75px;
	margin: auto;
	z-index: 2;
}

.landing-page__intro__background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}

.landing-page__intro__img-title {
	position: absolute;
	bottom: 90px;
	left: 0;
	right: 0;
	margin: auto;
	width: 820px;
	z-index: 2;
}

.landing-page__intro__title {
	position: relative;
	font-family: "vilonti";
	font-size: 20px;
	color: black;
	z-index: 2;
}

@media (min-width: 768px) {
	.landing-page__intro__title {
		font-size: 30px;
	}
}

.landing-page__intro__name {
	position: relative;
	font-family: "vilonti";
	font-size: 28px;
	line-height: 1;
	color: black;
	max-width: 920px;
	text-align: center;
	z-index: 2;
}

@media (min-width: 768px) {
	.landing-page__intro__name {
		font-size: 80px;
	}
}

.landing-page__intro__button {
	margin: 0;
	position: absolute;
	right: 75px;
	bottom: 75px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
}

.landing-page__intro__button img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

@keyframes flickerAnimation {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes flickerAnimation {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes flickerAnimation {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes flickerAnimation {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.center {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
	width: 1px;
	background-color: red;
	z-index: 50;
}

.landing-page__loading {
	position: absolute;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	background-color: #D9D9D9;
	flex-direction: column;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	z-index: 1;
	overflow: hidden;
}

.landing-page__loading__logo {
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	margin: auto;
	z-index: 2;
}

.landing-page__loading__background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	object-position: center;
	filter: blur(5px);
	transform: scale(1.02);
	z-index: 1;
}

.landing-page__loading__description {
	position: relative;
	font-family: "vilonti";
	font-size: 16px;
	line-height: 1.3;
	color: white;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 20px;
	padding: 50px 65px;
	max-width: 1120px;
	z-index: 2;
}

@media (min-width: 768px) {
	.landing-page__loading__description {
		font-size: 28px;
	}
}

.landing-page__loading__loading-text {
	position: relative;
	font-family: "vilonti";
	border: 1px solid #352B24;
	background: #352B24;
	border-radius: 50px;
	height: 40px;
	font-size: 12px;
	width: 260px;
	line-height: 40px;
	margin-top: 40px;
	text-align: center;
	color: white;
	z-index: 2;
	cursor: pointer;
}

@media (min-width: 768px) {
	.landing-page__loading__loading-text {
		font-size: 20px;
		width: 400px;
		line-height: 60px;
		height: 60px;
	}
}

.landing-page__loading__loading-text .loading-text {
	-webkit-animation: flickerAnimation 2s infinite;
	-moz-animation: flickerAnimation 2s infinite;
	-o-animation: flickerAnimation 2s infinite;
	animation: flickerAnimation 2s infinite;
}

.center {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 1px;
	background: red;
	z-index: 999;
}

.container {
	position: absolute;
	display: flex;
	left: 0;
	right: 0;
	bottom: 30px;
	top: auto;
	max-width: none;
	padding: 0 20px;
}

@media (min-width: 768px) {
	.container {
		padding: 0 65px;
		bottom: 50px;
	}
}

.container__logo {
	position: absolute;
	width: auto;
	height: 55px;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
	z-index: 1;
}

.container__chapter {
	position: absolute;
	top: auto;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
}

@media (min-width: 768px) {
	.container__chapter {
		width: 500px;
	}
}

.container__chapter.chapter-main {
	width: 650px;
	bottom: 120px;
	max-height: 63vh;
	max-width: 46vw;
	object-fit: contain;
	object-position: center;
}

.container__footer {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
}

.container__footer__left {
	border-radius: 50px 0 0 50px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 10px;
	cursor: pointer;
}

@media (min-width: 768px) {
	.container__footer__left {
		gap: 20px;
	}
}

.container__footer__left__btn {
	width: 50px;
	height: 50px;
	padding: 10px;
	background: #352B24;
	border-radius: 50%;
	margin-bottom: 3px;
}

@media (min-width: 768px) {
	.container__footer__left__btn {
		width: 75px;
		height: 75px;
		padding: 15px;
	}
}

.container__footer__left__content__room-order {
	font-family: "vilonti";
	color: #352B24;
	font-size: 14px;
}

@media (min-width: 768px) {
	.container__footer__left__content__room-order {
		font-size: 18px;
		line-height: 20px;
	}
}

.container__footer__left__content__room-label {
	font-family: "vilonti bold";
	color: #352B24;
	font-size: 14px;
	line-height: 1.1;
}

@media (min-width: 768px) {
	.container__footer__left__content__room-label {
		font-size: 24px;
		line-height: 28px;
	}
}

.container__footer__right {
	border-radius: 0 50px 50px 0;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 10px;
	cursor: pointer;
}

@media (min-width: 768px) {
	.container__footer__right {
		gap: 20px;
	}
}

.container__footer__right__btn {
	width: 50px;
	height: 50px;
	padding: 10px;
	background: #352B24;
	border-radius: 50%;
	margin-bottom: 3px;
	order: 2;
}

@media (min-width: 768px) {
	.container__footer__right__btn {
		width: 75px;
		height: 75px;
		padding: 15px;
	}
}

.container__footer__right__content {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	order: 1;
}

.container__footer__right__content__room-order {
	font-family: "vilonti";
	color: #352B24;
	font-size: 14px;
}

@media (min-width: 768px) {
	.container__footer__right__content__room-order {
		font-size: 18px;
		line-height: 20px;
	}
}

.container__footer__right__content__room-label {
	font-family: "vilonti bold";
	color: #352B24;
	font-size: 14px;
	line-height: 1.1;
	text-align: right;
}

@media (min-width: 768px) {
	.container__footer__right__content__room-label {
		font-size: 24px;
		line-height: 28px;
	}
}

#container .sticked-background-navigation {
	position: absolute;
	background: transparent;
}

.popup-screen {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #D9D9D9;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.popup-screen.show {
	display: flex;
}

.popup-screen__header {
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	padding: 0 65px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	animation: all 1s ease;
	z-index: 2;
}

.popup-screen__logo {
	cursor: pointer;
}

.popup-screen__menu, .popup-screen__left-btn {
	width: 52px;
	height: 52px;
	cursor: pointer;
}

.popup-screen__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {
	.popup-screen__content {
		flex-direction: row;
	}
}

.popup-screen__content .painting {
	display: none;
}

.popup-screen__content .painting.show {
	display: block;
}

.popup-screen__content__left {
	flex: 1;
	height: 100%;
	animation: all 1s ease;
}

.popup-screen__content__left__main {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.popup-screen__content__right {
	display: flex;
	flex: 0 0 0;
	width: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
	max-width: 520px;
	background: #352B24;
	align-self: stretch;
	transition: margin 700ms;
	animation: all 1s ease;
}

@media (max-width: 767px) {
	.popup-screen__content__right {
		flex: 1 !important;
		width: 100% !important;
		max-width: none;
	}
}

.popup-screen__content__right__main {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 50px 20px 160px;
}

@media (min-width: 768px) {
	.popup-screen__content__right__main {
		padding: 0 65px 0 75px;
	}
}

.popup-screen__content__right__main__description {
	position: relative;
	color: white;
	grid-gap: 22px;
	display: grid;
	z-index: 2;
}

.popup-screen__content__right__main__description__title {
	font-size: 28px;
	line-height: 30px;
	color: white;
}

.popup-screen__content__right__main__description__text {
	font-size: 16px;
	line-height: 21px;
	color: white;
}

.popup-screen__content__right__main__description__text .painting {
	margin-bottom: 18px;
}

.popup-screen__content__right__main__description__list {
	font-size: 20px;
	line-height: 30px;
	color: white;
}

.popup-screen__content__right__main__description__item {
	font-family: "vilonti bold";
	font-size: 20px;
	line-height: 30px;
	color: white;
	text-decoration: none;
}

.popup-screen__content__right__main__description__item.can-click {
	cursor: pointer;
}

.popup-screen__content__right__main__description__item.can-click:hover {
	color: #A1A1A1;
}

.popup-screen__content__right__main__description__item a {
	font-size: 20px;
	line-height: 30px;
	color: white;
	text-decoration: none;
}

.popup-screen__content__right__main__description__item a:visited, .popup-screen__content__right__main__description__item a:hover, .popup-screen__content__right__main__description__item a:focus {
	color: white;
	text-decoration: none;
}

.popup-screen__content__right__main__footer {
	position: absolute;
	right: 20px;
	bottom: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	width: calc(100% - 40px);
	z-index: 1;
}

@media (min-width: 768px) {
	.popup-screen__content__right__main__footer {
		right: 65px;
		bottom: 70px;
		width: calc(100% - 140px);
	}
}

.popup-screen__content__right__main__footer--left {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.popup-screen__content__right__main__footer--left__back-text {
	font-size: 16px;
	padding-top: 5px;
	line-height: 1;
	color: white;
}

.popup-screen__content__right__main__footer--left__back-btn {
	width: 45px;
}

.popup-screen__content__right__main__footer--right {
	display: grid;
	grid-template-columns: auto auto auto;
	align-items: center;
	grid-gap: 10px;
	cursor: pointer;
}

.popup-screen__content__right__main__footer__back-text {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.popup-screen__content__right__main__footer__back-text__label {
	font-size: 12px;
	color: white;
	text-align: right;
}

.popup-screen__content__right__main__footer__back-text__title {
	line-height: 1;
	margin-top: 3px;
	font-size: 16px;
	color: white;
	text-align: right;
}

.popup-screen__content__right__main__footer__next-btn {
	width: 45px;
}

.popup-screen__content__painting {
	width: auto;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	object-fit: cover;
	object-position: center;
}

.popup-screen__content__view-btn {
	border: 1px solid #8D8D8D;
	border-radius: 50px;
	height: 50px;
	width: 340px;
	display: block;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

.main-menu-popup {
	display: none;
	position: absolute;
	background-image: url("./assets/images/main-menu-background.jpg");
	background-color: white;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	z-index: 20;
}

.main-menu-popup__header {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.main-menu-popup__logo {
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
	z-index: 1;
}

.main-menu-popup__music-btn {
	position: absolute;
	left: 65px;
	top: 36px;
	width: 53px;
	height: 53px;
	padding: 13.5px;
	border: 1px solid #A5A5A5;
	background: #A5A5A5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}

.main-menu-popup__music-btn .music-speaker-icon {
	display: none;
}

.main-menu-popup__music-btn .music-speaker-icon.actived {
	display: block;
}

.main-menu-popup__music-btn .music-muted-icon {
	display: none;
}

.main-menu-popup__music-btn .music-muted-icon.actived {
	display: block;
}

.main-menu-popup__close-icon {
	position: absolute;
	right: 65px;
	left: auto;
	top: 36px;
	width: 53px;
	height: 53px;
	border: 1px solid #A5A5A5;
	background: #A5A5A5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}

.main-menu-popup__close-icon--1 {
	width: 25px;
	height: 4px;
	border-radius: 3.5px;
	background: white;
	transform: translateY(2px) rotate(45deg);
}

.main-menu-popup__close-icon--2 {
	width: 25px;
	height: 4px;
	border-radius: 3.5px;
	background: white;
	transform: translateY(-2px) rotate(-45deg);
}

.main-menu-popup__content {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0 65px;
	max-height: calc(100vh - 215px);
	overflow-y: auto;
}

.main-menu-popup__content__title {
	font-family: "vilonti bold";
	font-size: 38px;
	line-height: 1;
	margin-bottom: 35px;
	color: #352B24;
}

.main-menu-popup__content__grid {
	display: grid;
	width: 100%;
	grid-template-columns: 1.25fr 1.1fr 1fr;
	grid-gap: 35px 20px;
}

.main-menu-popup__content__grid__article__title {
	font-family: "vilonti extrablack";
	font-size: 12px;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
	color: #7A5942;
}

.main-menu-popup__content__grid__article__name {
	font-family: "vilonti bold";
	font-size: 21px;
	line-height: 1.15;
	color: #352B24;
	margin-bottom: 8px;
}

.main-menu-popup__content__grid__article__list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.main-menu-popup__content__grid__article__list + .main-menu-popup__content__grid__article__name {
	margin-top: 20px;
}

.main-menu-popup__content__grid__article__item {
	font-family: "vilonti";
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.5px;
	color: black;
	margin-bottom: 6px;
}

.main-menu-popup__content__grid__article__item:last-child {
	margin-bottom: 0;
}

.main-menu-popup__content__grid__article__item[template] {
	cursor: pointer;
}

.main-menu-popup__content__grid__article__item[template]:hover {
	color: #352B24;
}

.main-menu-popup__content__footer {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	position: absolute;
	top: auto;
	bottom: 35px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 65px;
}

.main-menu-popup__content__footer--left {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.main-menu-popup__content__footer--right {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.main-menu-popup__content__footer__item {
	font-family: "vilonti";
	font-size: 16px;
	letter-spacing: -0.3px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-left: 15px;
	width: 283px;
	height: 69px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.main-menu-popup__content__footer__item a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	font-family: "vilonti";
	font-size: 16px;
	letter-spacing: -0.3px;
	color: white;
	text-decoration: none;
}

.main-menu-popup__content__footer__item a:hover, .main-menu-popup__content__footer__item a:focus, .main-menu-popup__content__footer__item a:visited {
	color: white;
	text-decoration: none;
}

.main-menu-popup__content__footer__item:first-child {
	background-image: url("./assets/images/paint-background-btn-red.png");
	margin-left: 0;
	padding-top: 8px;
}

.main-menu-popup__content__footer__item:last-child {
	background-image: url("./assets/images/paint-background-btn-brown.png");
	padding-bottom: 5px;
	padding-left: 15px;
}

.main-menu-popup__content__footer__item.menu-icon {
	width: 65px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	object-fit: contain;
	object-position: center;
}

.main-menu-popup__content__footer__item.menu-icon.facebook-icon {
	background-image: url("./assets/images/dark-blue-circle.png");
}

.main-menu-popup__content__footer__item.menu-icon.linkedin-icon {
	background-image: url("./assets/images/light-blue-circle.png");
}

.main-menu-popup__content__footer__item.menu-icon.website-icon {
	background-image: url("./assets/images/red-circle.png");
}

.main-menu-popup__content__footer__item__sub-item-icon {
	background: #352B24;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 10px 3px 6px;
}

.main-menu-popup__content__footer__terms-of-use {
	font-family: "vilonti";
	color: #352B24;
	cursor: pointer;
}

.main-menu-popup__content__footer__privacy-notice {
	font-family: "vilonti";
	color: #352B24;
	margin-left: 22px;
	cursor: pointer;
}

.details-page-top-menu {
	position: absolute;
	width: 100%;
	height: 135px;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	bottom: auto;
	z-index: 1;
}

.details-page-top-menu__logo {
	position: absolute;
	width: auto;
	height: 55px;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
	z-index: 5;
}

.details-page-top-menu__left-music {
	position: absolute;
	left: 20px;
	top: 42px;
	width: 52px;
	height: 52px;
	cursor: pointer;
}

@media (min-width: 768px) {
	.details-page-top-menu__left-music {
		left: 65px;
	}
}

.details-page-top-menu__music-btn {
	position: relative;
	background: #A5A5A5;
	top: 0;
	right: 0;
	left: 0;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 13.5px;
}

.details-page-top-menu__music-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.details-page-top-menu__music-icon.music-speaker-icon {
	display: none;
}

.details-page-top-menu__music-icon.music-speaker-icon.actived {
	display: block;
}

.details-page-top-menu__music-icon.music-muted-icon {
	display: none;
}

.details-page-top-menu__music-icon.music-muted-icon.actived {
	display: block;
}

.details-page-top-menu__right-menu {
	position: absolute;
	right: 20px;
	top: 42px;
	left: auto;
	width: 52px;
	height: 52px;
	cursor: pointer;
}

@media (min-width: 768px) {
	.details-page-top-menu__right-menu {
		right: 65px;
	}
}

.details-page-top-menu.sticked-background-navigation {
	position: fixed;
	top: 0;
	height: 85px;
	background: #352B24;
	width: 100%;
	z-index: 1;
	display: flex;
}

.details-page-top-menu.sticked-background-navigation .details-page-top-menu__logo {
	top: 10px;
}

.details-page-top-menu.hidden {
	display: none;
}

.details-page-top-menu__icon {
	position: relative;
	background: #A5A5A5;
	top: 0;
	right: 0;
	left: 0;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.details-page-top-menu__icon--1 {
	width: 22px;
	height: 3px;
	background: white;
	border-radius: 3.5px;
}

.details-page-top-menu__icon--2 {
	width: 22px;
	height: 3px;
	margin: 5px 0;
	background: white;
	border-radius: 3.5px;
}

.details-page-top-menu__icon--3 {
	width: 22px;
	height: 3px;
	background: white;
	border-radius: 3.5px;
}

.board-of-directors-page {
	position: relative;
	background: white;
}

.board-of-directors-page .sticked-background-navigation .details-page-top-menu__right-menu, .board-of-directors-page .sticked-background-navigation .details-page-top-menu__left-music {
	top: 12px;
}

.board-of-directors-page__body {
	background: white;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	transform: translate(0, 0);
}

.board-of-directors-page__body__footer-nav {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 85px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.board-of-directors-page__body__footer-nav__arrow-left {
	background: url("./assets/images/Previous.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}

.board-of-directors-page__body__footer-nav__arrow-right {
	background: url("./assets/images/Next.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}

.board-of-directors-page__body__footer-nav__list {
	display: flex;
	flex-direction: row;
	margin: 0 35px;
}

.board-of-directors-page__body__footer-nav__item {
	font-family: "vilonti";
	font-size: 14px;
	line-height: 1.2;
	color: #7A5942;
	text-align: center;
}

@media (min-width: 768px) {
	.board-of-directors-page__body__footer-nav__item {
		font-size: 16px;
		line-height: 35px;
	}
}

.board-of-directors-page__body__footer-nav__item.actived {
	font-family: "vilonti bold";
}

.board-of-directors-page__body__footer-nav__item.divider-background {
	height: 35px;
	width: 2px;
	background: #7A5942;
	margin: 0 30px;
}

.board-of-directors-page__banner {
	position: relative;
	height: 400px;
	width: 100%;
	max-height: 100vh;
	overflow: hidden;
}

.board-of-directors-page__banner__image {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	z-index: 1;
}

.board-of-directors-page__banner__footer {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	position: absolute;
	bottom: 50px;
	padding: 0 20px;
	z-index: 10;
}

@media (min-width: 768px) {
	.board-of-directors-page__banner__footer {
		padding: 0 40px;
	}
}

@media (min-width: 1200px) {
	.board-of-directors-page__banner__footer {
		padding: 0 65px;
	}
}

.board-of-directors-page__banner__footer__left {
	border-radius: 50px 0 0 50px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 10px;
	cursor: pointer;
	opacity: 0;
}

@media (min-width: 768px) {
	.board-of-directors-page__banner__footer__left {
		gap: 20px;
	}
}

.board-of-directors-page__banner__footer__left__btn {
	width: 35px;
	height: 35px;
	padding: 8px;
	background: #352B24;
	border-radius: 50%;
	margin-bottom: 3px;
}

@media (min-width: 768px) {
	.board-of-directors-page__banner__footer__left__btn {
		width: 75px;
		height: 75px;
		padding: 15px;
	}
}

.board-of-directors-page__banner__footer__left__content__room-order {
	font-family: "vilonti";
	color: white;
	font-size: 14px;
}

@media (min-width: 768px) {
	.board-of-directors-page__banner__footer__left__content__room-order {
		font-size: 18px;
		line-height: 20px;
	}
}

.board-of-directors-page__banner__footer__left__content__room-label {
	font-family: "vilonti bold";
	color: white;
	font-size: 16px;
	line-height: 1.1;
}

@media (min-width: 768px) {
	.board-of-directors-page__banner__footer__left__content__room-label {
		font-size: 32px;
		line-height: 35px;
	}
}

.board-of-directors-page__banner__footer__right {
	border-radius: 0 50px 50px 0;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 10px;
	cursor: pointer;
	opacity: 0;
}

@media (min-width: 768px) {
	.board-of-directors-page__banner__footer__right {
		gap: 20px;
	}
}

.board-of-directors-page__banner__footer__right__btn {
	width: 35px;
	height: 35px;
	padding: 8px;
	background: #352B24;
	border-radius: 50%;
	margin-bottom: 3px;
	order: 2;
}

@media (min-width: 768px) {
	.board-of-directors-page__banner__footer__right__btn {
		width: 75px;
		height: 75px;
		padding: 15px;
	}
}

.board-of-directors-page__banner__footer__right__content {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	order: 1;
}

.board-of-directors-page__banner__footer__right__content__room-order {
	font-family: "vilonti";
	color: white;
	font-size: 14px;
}

@media (min-width: 768px) {
	.board-of-directors-page__banner__footer__right__content__room-order {
		font-size: 16px;
		line-height: 18px;
	}
}

.board-of-directors-page__banner__footer__right__content__room-label {
	font-family: "vilonti bold";
	color: white;
	font-size: 16px;
	line-height: 1.1;
	text-align: right;
}

@media (min-width: 768px) {
	.board-of-directors-page__banner__footer__right__content__room-label {
		font-size: 32px;
		line-height: 35px;
	}
}

.board-of-directors-page__bod-content {
	position: relative;
	padding: 120px 20px 350px;
}

.board-of-directors-page__bod-content__background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	object-fit: cover;
	height: 100%;
	width: 100%;
	object-position: center;
}

.board-of-directors-page__bod-content__title {
	position: relative;
	font-family: "vilonti bold";
	font-size: 32px;
	line-height: 1.15;
	text-align: center;
	margin-bottom: 60px;
	transform: translateY(-100%);
	opacity: 0;
	z-index: 2;
}

@media (min-width: 768px) {
	.board-of-directors-page__bod-content__title {
		font-size: 40px;
	}
}

.board-of-directors-page__bod-content__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	grid-gap: 30px 0;
	opacity: 0;
	z-index: 2;
}

@media (min-width: 768px) {
	.board-of-directors-page__bod-content__grid {
		grid-template-columns: repeat(13, 1fr);
		grid-gap: 70px 0;
	}
}

.board-of-directors-page__bod-content__item {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.board-of-directors-page__bod-content__item:first-child {
	grid-column-start: 3;
	grid-column-end: 8;
}

@media (min-width: 480px) {
	.board-of-directors-page__bod-content__item:first-child {
		grid-column-start: 4;
		grid-column-end: 7;
	}
}

@media (min-width: 768px) {
	.board-of-directors-page__bod-content__item:first-child {
		grid-column-start: 6;
		grid-column-end: 9;
	}
}

@media (min-width: 768px) {
	.board-of-directors-page__bod-content__item:nth-child(5n + 2) {
		grid-column-start: 2;
		grid-column-end: 5;
	}
}

@media (min-width: 768px) {
	.board-of-directors-page__bod-content__item:nth-child(5n + 3) {
		grid-column-start: 6;
		grid-column-end: 9;
	}
}

@media (min-width: 768px) {
	.board-of-directors-page__bod-content__item:nth-child(5n + 4) {
		grid-column-start: 10;
		grid-column-end: 13;
	}
}

@media (min-width: 768px) {
	.board-of-directors-page__bod-content__item:nth-child(5n + 5) {
		grid-column-start: 4;
		grid-column-end: 7;
	}
}

@media (min-width: 768px) {
	.board-of-directors-page__bod-content__item:nth-child(5n + 6) {
		grid-column-start: 8;
		grid-column-end: 11;
	}
}

@media (max-width: 767px) {
	.board-of-directors-page__bod-content__item:nth-child(2n + 2) {
		grid-column-start: 2;
		grid-column-end: 5;
	}
}

@media (max-width: 479px) {
	.board-of-directors-page__bod-content__item:nth-child(2n + 2) {
		grid-column-start: 3;
		grid-column-end: 8;
	}
}

@media (max-width: 767px) {
	.board-of-directors-page__bod-content__item:nth-child(2n + 3) {
		grid-column-start: 6;
		grid-column-end: 9;
	}
}

@media (max-width: 479px) {
	.board-of-directors-page__bod-content__item:nth-child(2n + 3) {
		grid-column-start: 3;
		grid-column-end: 8;
	}
}

.board-of-directors-page__bod-content__item__content {
	max-width: 360px;
	margin: 15px auto 0;
}

.board-of-directors-page__bod-content__item__content__name {
	font-family: "vilonti bold";
	color: black;
	font-size: 18px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.board-of-directors-page__bod-content__item__content__name {
		font-size: 28px;
		line-height: 39.2px;
	}
}

.board-of-directors-page__bod-content__item__content__description {
	margin-top: 5px;
}

.board-of-directors-page__bod-content__item__content__description__wrapper {
	font-family: "vilonti";
	color: black;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.5px;
}

@media (min-width: 768px) {
	.board-of-directors-page__bod-content__item__content__description__wrapper {
		font-size: 16px;
		line-height: 23px;
	}
}

.board-of-directors-page__footer {
	font-family: "vilonti";
	font-size: 12px;
	letter-spacing: 0.5px;
	color: white;
	background: #352B24;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	min-height: 50px;
}

.global-footprint-page {
	position: relative;
	background: white;
}

.global-footprint-page .sticked-background-navigation .details-page-top-menu__right-menu, .global-footprint-page .sticked-background-navigation .details-page-top-menu__left-music {
	top: 12px;
}

.global-footprint-page__body {
	background: white;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	transform: translate(0, 0);
}

.global-footprint-page__body__footer-nav {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 50px;
	margin: auto;
	left: 0;
	right: 0;
}

.global-footprint-page__body__footer-nav__arrow-left {
	background: url("./assets/images/white-previous.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}

.global-footprint-page__body__footer-nav__arrow-right {
	background: url("./assets/images/white-next.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}

.global-footprint-page__body__footer-nav__list {
	display: flex;
	flex-direction: row;
	margin: 0 35px;
}

.global-footprint-page__body__footer-nav__item {
	font-family: "vilonti";
	font-size: 14px;
	line-height: 1.2;
	color: white;
	text-align: center;
}

@media (min-width: 768px) {
	.global-footprint-page__body__footer-nav__item {
		font-size: 16px;
		line-height: 35px;
	}
}

.global-footprint-page__body__footer-nav__item.actived {
	font-family: "vilonti bold";
}

.global-footprint-page__body__footer-nav__item.divider-background {
	height: 35px;
	width: 2px;
	background: white;
	margin: 0 30px;
}

.global-footprint-page__banner {
	position: relative;
	height: 400px;
	width: 100%;
	max-height: 100vh;
	overflow: hidden;
}

.global-footprint-page__banner__image {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	z-index: 1;
}

.global-footprint-page__banner__footer {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	position: absolute;
	bottom: 50px;
	padding: 0 20px;
	z-index: 10;
}

@media (min-width: 768px) {
	.global-footprint-page__banner__footer {
		padding: 0 40px;
	}
}

@media (min-width: 1200px) {
	.global-footprint-page__banner__footer {
		padding: 0 65px;
	}
}

.global-footprint-page__banner__footer__left {
	border-radius: 50px 0 0 50px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 10px;
	cursor: pointer;
	opacity: 0;
}

@media (min-width: 768px) {
	.global-footprint-page__banner__footer__left {
		gap: 20px;
	}
}

.global-footprint-page__banner__footer__left__btn {
	width: 35px;
	height: 35px;
	padding: 8px;
	background: #352B24;
	border-radius: 50%;
	margin-bottom: 3px;
}

@media (min-width: 768px) {
	.global-footprint-page__banner__footer__left__btn {
		width: 75px;
		height: 75px;
		padding: 15px;
	}
}

.global-footprint-page__banner__footer__left__content__room-order {
	font-family: "vilonti";
	color: white;
	font-size: 14px;
}

@media (min-width: 768px) {
	.global-footprint-page__banner__footer__left__content__room-order {
		font-size: 16px;
		line-height: 18px;
	}
}

.global-footprint-page__banner__footer__left__content__room-label {
	font-family: "vilonti bold";
	color: white;
	font-size: 16px;
	line-height: 1.1;
}

@media (min-width: 768px) {
	.global-footprint-page__banner__footer__left__content__room-label {
		font-size: 32px;
		line-height: 35px;
	}
}

.global-footprint-page__banner__footer__right {
	border-radius: 0 50px 50px 0;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 10px;
	cursor: pointer;
	opacity: 0;
}

@media (min-width: 768px) {
	.global-footprint-page__banner__footer__right {
		gap: 20px;
	}
}

.global-footprint-page__banner__footer__right__btn {
	width: 35px;
	height: 35px;
	padding: 8px;
	background: #352B24;
	border-radius: 50%;
	margin-bottom: 3px;
	order: 2;
}

@media (min-width: 768px) {
	.global-footprint-page__banner__footer__right__btn {
		width: 75px;
		height: 75px;
		padding: 15px;
	}
}

.global-footprint-page__banner__footer__right__content {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	order: 1;
}

.global-footprint-page__banner__footer__right__content__room-order {
	font-family: "vilonti";
	color: white;
	font-size: 14px;
}

@media (min-width: 768px) {
	.global-footprint-page__banner__footer__right__content__room-order {
		font-size: 16px;
		line-height: 18px;
	}
}

.global-footprint-page__banner__footer__right__content__room-label {
	font-family: "vilonti bold";
	color: white;
	font-size: 16px;
	line-height: 1.1;
	text-align: right;
}

@media (min-width: 768px) {
	.global-footprint-page__banner__footer__right__content__room-label {
		font-size: 32px;
		line-height: 35px;
	}
}

.global-footprint-page__content {
	position: relative;
}

.global-footprint-page__content__background {
	width: 100%;
}

.global-footprint-page__content__section-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	width: 100%;
	padding-top: 30px;
}

@media (min-width: 992px) {
	.global-footprint-page__content__section-1 {
		padding-top: 40px;
	}
}

@media (min-width: 768px) {
	.global-footprint-page__content__section-1 {
		padding-top: 50px;
	}
}

@media (min-width: 992px) {
	.global-footprint-page__content__section-1 {
		padding-top: 90px;
	}
}

.global-footprint-page__content__text-firgure-percent {
	position: absolute;
	top: 53.7%;
	display: flex;
	flex-direction: row;
	gap: 1.6%;
	left: 2.5%;
	right: 0;
	margin: auto;
	align-items: center;
	justify-content: center;
}

.global-footprint-page__content__text-firgure-percent > * {
	font-family: "vilonti extrablack";
	font-size: 1vw;
	line-height: 1.2;
	color: white;
	width: 12%;
	height: 6vw;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.global-footprint-page__content__sub {
	font-family: "vilonti";
	font-size: 12px;
	line-height: 1.5;
	margin: 45px auto 60px;
	text-align: center;
}

.global-footprint-page__content__map-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0;
	margin: 0 auto 28px;
}

.global-footprint-page__content__map-wrapper .map-0,
.global-footprint-page__content__map-wrapper .map-1,
.global-footprint-page__content__map-wrapper .map-2,
.global-footprint-page__content__map-wrapper .map-3,
.global-footprint-page__content__map-wrapper .map-4,
.global-footprint-page__content__map-wrapper .map-5,
.global-footprint-page__content__map-wrapper .map-6 {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.global-footprint-page__content__map-wrapper .map-location {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.global-footprint-page__content__map-wrapper .map-location__point {
	position: absolute;
	border-radius: 50%;
	width: 1.25%;
	height: 2.262%;
	cursor: pointer;
	visibility: hidden;
}

.global-footprint-page__content__map-wrapper .map-location__point:hover .map-trigger {
	display: block;
}

.global-footprint-page__content__map-wrapper .map-trigger {
	display: none;
	position: absolute;
	transform: translate(-45%, -50%);
	width: 160px;
}

@media (min-width: 1200px) {
	.global-footprint-page__content__map-wrapper .map-trigger {
		width: auto;
	}
}

.global-footprint-page__content__map-wrapper .map-1-china {
	top: 43.25%;
	left: 34.83%;
}

.global-footprint-page__content__map-wrapper .map-1-india {
	top: 50.3%;
	left: 28.934%;
}

.global-footprint-page__content__map-wrapper .map-1-indonesia {
	top: 62.75%;
	left: 36.24%;
}

.global-footprint-page__content__map-wrapper .map-1-japan {
	top: 42.1%;
	left: 44.34%;
}

.global-footprint-page__content__map-wrapper .map-1-saudiarabia {
	top: 48.3%;
	left: 19.72%;
}

.global-footprint-page__content__map-wrapper .map-1-singapore {
	top: 59.1%;
	left: 35.34%;
}

.global-footprint-page__content__map-wrapper .map-1-southkorea {
	top: 42.2%;
	left: 41.6%;
}

.global-footprint-page__content__map-wrapper .map-1-thailand {
	top: 53.5%;
	left: 34.2%;
}

.global-footprint-page__content__map-wrapper .map-1-turkiye {
	top: 41.6%;
	left: 16%;
}

.global-footprint-page__content__map-wrapper .map-1-vietnam {
	top: 54.25%;
	left: 35.86%;
}

.global-footprint-page__content__map-wrapper .map-1-portugal {
	top: 42.1%;
	left: 6.4%;
}

.global-footprint-page__content__map-wrapper .map-1-argentina {
	top: 80.8%;
	left: 83.9%;
}

.global-footprint-page__content__map-wrapper .map-1-canada {
	top: 28.4%;
	left: 70.42%;
}

.global-footprint-page__content__map-wrapper .map-1-colombia {
	top: 58%;
	left: 82.2%;
}

.global-footprint-page__content__map-wrapper .map-1-panama {
	top: 54%;
	left: 79.35%;
}

.global-footprint-page__content__map-wrapper .map-1-usa {
	top: 40.1%;
	left: 74.96%;
}

.global-footprint-page__content__map-wrapper .map-1-belgium {
	top: 35.34%;
	left: 9.98%;
}

.global-footprint-page__content__map-wrapper .map-1-italy {
	top: 40.45%;
	left: 12.27%;
}

.global-footprint-page__content__map-wrapper .map-1-poland {
	top: 34.24%;
	left: 13.16%;
}

.global-footprint-page__content__map-wrapper .map-2-canada {
	top: 27.5%;
	left: 70.7%;
}

.global-footprint-page__content__map-wrapper .map-2-usa {
	top: 39.4%;
	left: 74.35%;
}

.global-footprint-page__content__map-wrapper .map-2-colombia {
	top: 58%;
	left: 83.2%;
}

.global-footprint-page__content__map-wrapper .map-2-peru {
	top: 65.5%;
	left: 82.5%;
}

.global-footprint-page__content__map-wrapper .map-2-brazil {
	top: 67.8%;
	left: 89.56%;
}

.global-footprint-page__content__map-wrapper .map-2-chile {
	top: 69.9%;
	left: 83.9%;
}

.global-footprint-page__content__map-wrapper .map-2-argentina {
	top: 78.8%;
	left: 84.8%;
}

.global-footprint-page__content__map-wrapper .map-2-uruguay {
	top: 74.8%;
	left: 87.27%;
}

.global-footprint-page__content__map-wrapper .map-2-southkorea {
	top: 42.5%;
	left: 42%;
}

.global-footprint-page__content__map-wrapper .map-2-china {
	top: 42.3%;
	left: 37.5%;
}

.global-footprint-page__content__map-wrapper .map-2-newzealand {
	top: 80%;
	left: 53.4%;
}

.global-footprint-page__content__map-wrapper .map-2-vietnam {
	top: 54%;
	left: 36.14%;
}

.global-footprint-page__content__map-wrapper .map-2-thailand {
	top: 52.9%;
	left: 34.55%;
}

.global-footprint-page__content__map-wrapper .map-2-malaysia {
	top: 57.5%;
	left: 34.9%;
}

.global-footprint-page__content__map-wrapper .map-2-singapore {
	top: 59.3%;
	left: 35.24%;
}

.global-footprint-page__content__map-wrapper .map-2-indonesia {
	top: 62.8%;
	left: 36.55%;
}

.global-footprint-page__content__map-wrapper .map-2-australia {
	top: 71.7%;
	left: 44.6%;
}

.global-footprint-page__content__map-wrapper .map-2-india {
	top: 48.5%;
	left: 29.35%;
}

.global-footprint-page__content__map-wrapper .map-2-oman {
	top: 51%;
	left: 22.9%;
}

.global-footprint-page__content__map-wrapper .map-2-uae {
	top: 48.1%;
	left: 22.4%;
}

.global-footprint-page__content__map-wrapper .map-2-saudiarabia {
	top: 48.9%;
	left: 20.7%;
}

.global-footprint-page__content__map-wrapper .map-2-qatar {
	top: 47.5%;
	left: 21.85%;
}

.global-footprint-page__content__map-wrapper .map-2-egypt {
	top: 48.5%;
	left: 16.59%;
}

.global-footprint-page__content__map-wrapper .map-2-sweden {
	top: 23.3%;
	left: 13.05%;
}

.global-footprint-page__content__map-wrapper .map-2-denmark {
	top: 29.55%;
	left: 11.66%;
}

.global-footprint-page__content__map-wrapper .map-2-poland {
	top: 30.6%;
	left: 14.55%;
}

.global-footprint-page__content__map-wrapper .map-2-czechrepublic {
	top: 33.8%;
	left: 15%;
}

.global-footprint-page__content__map-wrapper .map-2-romania {
	top: 35.95%;
	left: 15.4%;
}

.global-footprint-page__content__map-wrapper .map-2-turkiye {
	top: 39.8%;
	left: 16.6%;
}

.global-footprint-page__content__map-wrapper .map-2-netherlands {
	top: 31.5%;
	left: 10.3%;
}

.global-footprint-page__content__map-wrapper .map-2-belgium {
	top: 34.3%;
	left: 10.7%;
}

.global-footprint-page__content__map-wrapper .map-2-germany {
	top: 33.8%;
	left: 12.3%;
}

.global-footprint-page__content__map-wrapper .map-2-italy {
	top: 39.6%;
	left: 12.13%;
}

.global-footprint-page__content__map-wrapper .map-2-ireland {
	top: 32.3%;
	left: 6.5%;
}

.global-footprint-page__content__map-wrapper .map-2-unitedkingdom {
	top: 32.6%;
	left: 8.24%;
}

.global-footprint-page__content__map-wrapper .map-2-france {
	top: 39.1%;
	left: 9.05%;
}

.global-footprint-page__content__map-wrapper .map-2-portugal {
	top: 40.9%;
	left: 7.05%;
}

.global-footprint-page__content__map-wrapper .map-2-spain {
	top: 42.5%;
	left: 7.9%;
}

.global-footprint-page__content__map-wrapper .map-2-morocco {
	top: 45.1%;
	left: 6.6%;
}

.global-footprint-page__content__map-wrapper .map-3-china {
	top: 46%;
	left: 35.95%;
}

.global-footprint-page__content__map-wrapper .map-3-india {
	top: 49.23%;
	left: 28.24%;
}

.global-footprint-page__content__map-wrapper .map-3-saudiarabia {
	top: 49.2%;
	left: 20.1%;
}

.global-footprint-page__content__map-wrapper .map-3-thailand {
	top: 53%;
	left: 33.87%;
}

.global-footprint-page__content__map-wrapper .map-3-canada {
	top: 29.4%;
	left: 71.98%;
}

.global-footprint-page__content__map-wrapper .map-3-italy {
	top: 41.5%;
	left: 12.27%;
}

.global-footprint-page__content__map-wrapper .map-3-poland {
	top: 33.3%;
	left: 12.96%;
}

.global-footprint-page__content__map-wrapper .map-3-germany {
	top: 33%;
	left: 12.4%;
}

.global-footprint-page__content__map-wrapper .map-3-kazakhstan {
	top: 37.25%;
	left: 26%;
}

.global-footprint-page__content__map-wrapper .map-4-china {
	top: 42.1%;
	left: 35.8%;
}

.global-footprint-page__content__map-wrapper .map-4-india {
	top: 49.7%;
	left: 29.56%;
}

.global-footprint-page__content__map-wrapper .map-4-saudiarabia {
	top: 47.5%;
	left: 20.25%;
}

.global-footprint-page__content__map-wrapper .map-4-singapore {
	top: 59.1%;
	left: 35.2%;
}

.global-footprint-page__content__map-wrapper .map-4-thailand {
	top: 52.3%;
	left: 34%;
}

.global-footprint-page__content__map-wrapper .map-4-vietnam {
	top: 53.5%;
	left: 35.7%;
}

.global-footprint-page__content__map-wrapper .map-4-belgium {
	top: 35.5%;
	left: 10.6%;
}

.global-footprint-page__content__map-wrapper .map-4-france {
	top: 39.15%;
	left: 8.8%;
}

.global-footprint-page__content__map-wrapper .map-4-italy {
	top: 41.1%;
	left: 12.31%;
}

.global-footprint-page__content__map-wrapper .map-4-poland {
	top: 33.5%;
	left: 14.115%;
}

.global-footprint-page__content__map-wrapper .map-4-turkiye {
	top: 41.5%;
	left: 16.8%;
}

.global-footprint-page__content__map-wrapper .map-4-argentina {
	top: 78.5%;
	left: 84.08%;
}

.global-footprint-page__content__map-wrapper .map-4-brazil {
	top: 68.7%;
	left: 89.98%;
}

.global-footprint-page__content__map-wrapper .map-4-canada {
	top: 27.8%;
	left: 71.24%;
}

.global-footprint-page__content__map-wrapper .map-4-colombia {
	top: 56.2%;
	left: 82.4%;
}

.global-footprint-page__content__map-wrapper .map-4-uruguay {
	top: 74.8%;
	left: 86.7%;
}

.global-footprint-page__content__map-wrapper .map-4-usa {
	top: 43.4%;
	left: 74.7%;
}

.global-footprint-page__content__map-wrapper .map-5-china {
	top: 43.7%;
	left: 37.5%;
}

.global-footprint-page__content__map-wrapper .map-5-bangladesh {
	top: 49.1%;
	left: 31.35%;
}

.global-footprint-page__content__map-wrapper .map-5-singapore {
	top: 59%;
	left: 35.15%;
}

.global-footprint-page__content__map-wrapper .map-5-panama {
	top: 52.8%;
	left: 79.2%;
}

.global-footprint-page__content__map-wrapper .map-5-malaysia {
	top: 57%;
	left: 34.6%;
}

.global-footprint-page__content__map-wrapper .map-5-oman {
	top: 50.2%;
	left: 23.34%;
}

.global-footprint-page__content__map-wrapper .map-5-unitedkingdom {
	top: 32.2%;
	left: 8%;
}

.global-footprint-page__content__map-wrapper .map-5-ecuador {
	top: 60.8%;
	left: 80.8%;
}

.global-footprint-page__content__map-wrapper .map-5-peru {
	top: 65%;
	left: 81.9%;
}

.global-footprint-page__content__map-wrapper .map-5-australia {
	top: 72.1%;
	left: 43.75%;
}

.global-footprint-page__content__map-figure {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1300px;
	padding: 0 20px;
	margin: 0 auto 50px;
	gap: 10px;
}

@media (min-width: 480px) {
	.global-footprint-page__content__map-figure {
		gap: 20px;
	}
}

@media (min-width: 768px) {
	.global-footprint-page__content__map-figure {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30px;
	}
}

.global-footprint-page__content__map-figure__wrapper-color {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #D6D6D6;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}

@media (min-width: 768px) {
	.global-footprint-page__content__map-figure__wrapper-color {
		width: 75px;
		height: 75px;
	}
}

.global-footprint-page__content__map-figure__tag {
	display: grid;
	gap: 10px;
	grid-template-rows: 40px auto;
}

@media (min-width: 768px) {
	.global-footprint-page__content__map-figure__tag {
		gap: 25px;
		grid-template-rows: 75px auto;
	}
}

.global-footprint-page__content__map-figure__color {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

@media (min-width: 768px) {
	.global-footprint-page__content__map-figure__color {
		width: 38px;
		height: 38px;
	}
}

.global-footprint-page__content__map-figure__text {
	font-family: "vilonti bold";
	font-size: 10px;
	color: black;
	text-align: center;
	line-height: 1.4;
	max-width: 280px;
	margin: auto;
}

@media (min-width: 768px) {
	.global-footprint-page__content__map-figure__text {
		font-size: 12px;
	}
}

.global-footprint-page__content__map-controls {
	display: grid;
	grid-template-columns: calc(25% - 10px) calc(50% - 10px) calc(25% - 10px);
	grid-gap: 20px;
	max-width: 880px;
	margin: 0 auto 116px;
	padding: 0;
}

@media (min-width: 768px) {
	.global-footprint-page__content__map-controls {
		grid-template-columns: 25% auto 25%;
		padding: 0 20px;
	}
}

@media (min-width: 992px) {
	.global-footprint-page__content__map-controls {
		gap: 26px 30px;
		grid-template-columns: 27.62% auto 27.62%;
	}
}

.global-footprint-page__content__map-controls__item {
	height: 49px;
	border-radius: 36px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
	padding: 0 20px;
	color: white;
	font-size: 12px;
	line-height: 1.4;
	cursor: pointer;
}

@media (min-width: 768px) {
	.global-footprint-page__content__map-controls__item {
		flex-direction: row;
		justify-content: center;
		background: #D9D9D9;
	}
}

.global-footprint-page__content__map-controls__item.active .background-select {
	display: none;
}

.global-footprint-page__content__map-controls__item .mobile-label {
	position: relative;
	display: block;
	width: 32px;
	flex: 0 0 32px;
	height: 32px;
	border-radius: 50%;
}

@media (min-width: 768px) {
	.global-footprint-page__content__map-controls__item .mobile-label {
		display: none;
	}
}

.global-footprint-page__content__map-controls__item .mobile-label .background-select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: white;
	width: 50%;
	height: 50%;
	border-radius: 50%;
	margin: auto;
}

.global-footprint-page__content__map-controls__item .item-label {
	font-size: 6px;
	margin-bottom: 10px;
	color: black;
}

@media (min-width: 768px) {
	.global-footprint-page__content__map-controls__item .item-label {
		font-size: 12px;
		margin: 0;
		color: white;
	}
}

.global-footprint-page__content__map-controls__item:nth-child(3n) {
	flex: 0 0 1;
}

@media (min-width: 768px) {
	.global-footprint-page__content__map-controls__item:nth-child(3n) {
		flex: 0 0 25%;
	}
}

@media (min-width: 992px) {
	.global-footprint-page__content__map-controls__item:nth-child(3n) {
		flex: 0 0 27.62%;
	}
}

.global-footprint-page__content__map-controls__item:nth-child(3n + 1) {
	flex: 0 0 1;
}

@media (min-width: 768px) {
	.global-footprint-page__content__map-controls__item:nth-child(3n + 1) {
		flex: 0 0 25%;
	}
}

@media (min-width: 992px) {
	.global-footprint-page__content__map-controls__item:nth-child(3n + 1) {
		flex: 0 0 27.62%;
	}
}

.global-footprint-page__content__map-controls__item:nth-child(3n + 2) {
	flex: 0 0 1;
}

@media (min-width: 768px) {
	.global-footprint-page__content__map-controls__item:nth-child(3n + 2) {
		flex: 0 0 calc(50% - 40px);
	}
}

@media (min-width: 992px) {
	.global-footprint-page__content__map-controls__item:nth-child(3n + 2) {
		flex: 0 0 37.382%;
	}
}

@media (min-width: 768px) {
	.global-footprint-page__content__map-controls__item.map-0.active, .global-footprint-page__content__map-controls__item.map-0:hover {
		background: #C8AE95;
	}
}

@media (min-width: 768px) {
	.global-footprint-page__content__map-controls__item.map-1.active, .global-footprint-page__content__map-controls__item.map-1:hover {
		background: #822513;
	}
}

@media (min-width: 768px) {
	.global-footprint-page__content__map-controls__item.map-2.active, .global-footprint-page__content__map-controls__item.map-2:hover {
		background: #6A7648;
	}
}

@media (min-width: 768px) {
	.global-footprint-page__content__map-controls__item.map-3.active, .global-footprint-page__content__map-controls__item.map-3:hover {
		background: #A37230;
	}
}

@media (min-width: 768px) {
	.global-footprint-page__content__map-controls__item.map-4.active, .global-footprint-page__content__map-controls__item.map-4:hover {
		background: #7E9396;
	}
}

@media (min-width: 768px) {
	.global-footprint-page__content__map-controls__item.map-5.active, .global-footprint-page__content__map-controls__item.map-5:hover {
		background: #B45539;
	}
}

.global-footprint-page__content__table {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
	max-width: 1310px;
	position: absolute;
	background: #D9D9D9;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 0;
	width: 100%;
	padding: 20px 20px;
}

@media (min-width: 768px) {
	.global-footprint-page__content__table {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		width: 90%;
		border-radius: 30px;
		top: 60%;
		padding: 20px;
		grid-gap: 15px;
	}
}

@media (min-width: 992px) {
	.global-footprint-page__content__table {
		top: 60%;
		padding: 30px 25px;
		grid-gap: 20px;
	}
}

@media (min-width: 1200px) {
	.global-footprint-page__content__table {
		top: 61.5%;
		padding: 60px;
		grid-gap: 45px;
	}
}

.global-footprint-page__content__table__group {
	grid-row: span 3;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

@media (min-width: 992px) {
	.global-footprint-page__content__table__group {
		gap: 5px;
	}
}

@media (min-width: 1200px) {
	.global-footprint-page__content__table__group {
		gap: 8px;
	}
}

.global-footprint-page__content__table__group:nth-child(4), .global-footprint-page__content__table__group:nth-child(5) {
	grid-row: span 1;
}

.global-footprint-page__content__table__region {
	font-family: "vilonti bold";
	font-size: 16px;
	line-height: 1;
	color: #7A5942;
	padding-bottom: 0;
}

@media (min-width: 768px) {
	.global-footprint-page__content__table__region {
		font-size: 16px;
		line-height: 1.25;
	}
}

@media (min-width: 1200px) {
	.global-footprint-page__content__table__region {
		font-size: 20px;
		line-height: 1.5;
		padding-bottom: 10px;
	}
}

.global-footprint-page__content__table__details {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.global-footprint-page__content__table__details__country {
	font-family: "vilonti";
	font-size: 12px;
	line-height: 1;
	color: black;
}

@media (min-width: 768px) {
	.global-footprint-page__content__table__details__country {
		font-size: 10px;
	}
}

@media (min-width: 992px) {
	.global-footprint-page__content__table__details__country {
		font-size: 12px;
		line-height: 1.25;
		padding-bottom: 5px;
	}
}

@media (min-width: 1200px) {
	.global-footprint-page__content__table__details__country {
		font-size: 16px;
		line-height: 1.25;
		padding-bottom: 7px;
	}
}

.global-footprint-page__content__table__details__country__info {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

@media (min-width: 768px) {
	.global-footprint-page__content__table__details__country__info {
		gap: 5px;
	}
}

@media (min-width: 992px) {
	.global-footprint-page__content__table__details__country__info {
		gap: 10px;
	}
}

@media (min-width: 1200px) {
	.global-footprint-page__content__table__details__country__info {
		gap: 11px;
	}
}

.global-footprint-page__content__table__details__country__info__item {
	display: block;
	opacity: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid white;
}

@media (min-width: 768px) {
	.global-footprint-page__content__table__details__country__info__item {
		width: 5px;
		height: 5px;
	}
}

@media (min-width: 992px) {
	.global-footprint-page__content__table__details__country__info__item {
		width: 10px;
		height: 10px;
	}
}

@media (min-width: 1200px) {
	.global-footprint-page__content__table__details__country__info__item {
		width: 15px;
		height: 15px;
	}
}

.global-footprint-page__content__table__details__country__info__item.active {
	opacity: 1;
}

.global-footprint-page__info {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin: 0 auto;
	grid-gap: 5px;
	justify-content: center;
	max-width: 1300px;
	padding: 0;
}

@media (min-width: 480px) {
	.global-footprint-page__info {
		grid-template-columns: 1fr 1fr;
		grid-gap: 0;
	}
}

@media (min-width: 768px) {
	.global-footprint-page__info {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

.global-footprint-page__info__article {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.global-footprint-page__info__article__value {
	font-family: "vilonti extrablack";
	font-size: 32px;
	letter-spacing: -1.5px;
	line-height: 1;
	color: #FFD067;
	mix-blend-mode: soft-light;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.global-footprint-page__info__article__value {
		font-size: 67px;
		line-height: 1;
	}
}

@media (min-width: 992px) {
	.global-footprint-page__info__article__value {
		font-size: 80px;
		line-height: 1;
	}
}

@media (min-width: 1350px) {
	.global-footprint-page__info__article__value {
		font-size: 120px;
		line-height: 1;
	}
}

.global-footprint-page__info__article__label {
	font-family: "vilonti bold";
	font-size: 10px;
	line-height: 1.15;
	color: #FFD067;
	mix-blend-mode: soft-light;
	text-align: center;
	margin-bottom: 3px;
}

@media (min-width: 768px) {
	.global-footprint-page__info__article__label {
		font-size: 18px;
		line-height: 1;
	}
}

@media (min-width: 1200px) {
	.global-footprint-page__info__article__label {
		font-size: 25px;
		line-height: 1;
	}
}

.global-footprint-page__info__article__hint {
	font-family: "vilonti";
	font-size: 8px;
	line-height: 1.15;
	color: #FFD067;
	mix-blend-mode: soft-light;
}

@media (min-width: 768px) {
	.global-footprint-page__info__article__hint {
		font-size: 12px;
		line-height: 1.5;
	}
}

.global-footprint-page__footer {
	font-family: "vilonti";
	font-size: 12px;
	letter-spacing: 0.5px;
	color: white;
	background: #352B24;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	min-height: 50px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */