@charset "UTF-8";
/*!
Theme Name: Indie Theme
Theme URI: https://indie.devlink.online/
Author: Savage
Author URI: https://savage.ly/
Description: Hi. I'm a starter theme called <code>indie</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Indie Theme
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.

Indie Theme 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/
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[hidden],
template {
	display: none;
}

@font-face {
	font-family: icomoon;
	src: url(./fonts/icomoon.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: block;
}

[class*=" icon-"],
[class^=icon-] {
	speak: none;
}

.icon-chevron-down:before {
	content: "";
}

.icon-cross:before {
	content: "";
}

.icon-chevron-up:before {
	content: "";
}

.icon-chevron-left:before {
	content: "";
}

.icon-chevron-right:before {
	content: "";
}

html {
	box-sizing: border-box;
}

*,
:after,
:before {
	box-sizing: inherit;
}

.hide-text {
	overflow: hidden;
	padding: 0;
	text-indent: 101%;
	white-space: nowrap;
}

.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

@font-face {
	font-family: Canela;
	src: url(./fonts/Canela-Light.woff2) format("woff2"), url(./fonts/Canela-Light.woff) format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Canela;
	src: url(./fonts/Canela-LightItalic.woff2) format("woff2"), url(./fonts/Canela-LightItalic.woff) format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

body {
	color: #000;
	font-family: Helvetica Neue, Arial, Noto Sans, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 400;
}

a {
	transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
	color: #0366d6;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #035abd;
}

dl,
ol,
p,
ul {
	margin: 0 0 1.5em;
}

input[type=email], input[type=tel], input[type=text] {
	transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
	border: 1px solid;
	background-color: transparent;
	width: 100%;
	min-width: 0;
	padding: 1.2rem 2.4rem;
	border-radius: 0;
	-webkit-appearance: none;
}

textarea {
	transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
	border: 1px solid;
	background-color: transparent;
	width: 100%;
	min-width: 0;
	padding: 1.2rem 2.4rem;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type=email]:focus, input[type=email]:hover {
	box-shadow: none;
	outline: none;
}

input[type=tel]:focus, input[type=tel]:hover {
	box-shadow: none;
	outline: none;
}

input[type=text]:focus, input[type=text]:hover {
	box-shadow: none;
	outline: none;
}

textarea:focus, textarea:hover {
	box-shadow: none;
	outline: none;
}

@font-face {
	font-family: icomoon;
	src: url(./fonts/icomoon.eot);
	src: url(./fonts/icomoon.eot#iefix) format("embedded-opentype"), url(./fonts/icomoon.ttf) format("truetype"), url(./fonts/icomoon.woff) format("woff"), url(./fonts/icomoon.svg#icomoon) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block;
}

[class*=" icon-"],
[class^=icon-] {
	font-family: icomoon !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
	content: "";
}

.icon-Nav:before {
	content: "\e901";
	color: #fff;
}

.icon-play_circle_outline:before {
	content: "";
}

.icon-share-2:before {
	content: "";
}

.icon-save:before {
	content: "";
}

.icon-long-arrow-right:before {
	content: "";
}

.icon-facebook-f:before,
.icon-facebook:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-cloud-download:before {
	content: "";
}

.icon-star-empty:before {
	content: "";
}

.icon-star-full:before {
	content: "";
}

.icon-play2:before {
	content: "";
}

.icon-instagram:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

header {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

header:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 133px;
	background-image: linear-gradient(180deg, transparent, #000 746%);
}

header .container {
	display: flex;
	justify-content: space-between;
	z-index: 1;
	padding: 41px 36px;
	position: relative;
	max-width: 1386px;
}

header > .container {
	align-items: flex-start;
}

header .logo img {
	width: 50px;
	height: 50px;
}

header .nav-social {
	display: none;
}

header .nav-social-mobile {
	margin-bottom: 76px;
}

header .nav-social-mobile li {
	margin-right: 40px;
}

header .nav-social-mobile li:last-child {
	margin-right: 0;
}

.icon-Nav {
	font-family: icomoon !important;
	display: inline-block;
	width: 33px;
	height: 33px;
	font-size: 2.8rem;
	transition: opacity 0.3s;
}

.icon-Nav:hover {
	opacity: 0.8;
}

.opener:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.nav-holder {
	position: relative;
	width: 100%;
	min-height: 230px;
	margin-bottom: 74px;
	/* height: calc(100vh - 355px); */
	/* padding-bottom: 50px; */
}

.nav {
	font-size: 3.2rem;
	font-weight: 300;
	text-transform: capitalize;
	overflow: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	max-height: 100%;
	padding: 0;
	margin: 0;
	width: 100%;
}

.nav a {
	color: #fff;
	transition: color 0.3s;
}

.nav a:hover {
	color: #ee9b64;
}

.nav li {
	line-height: 1;
	margin-bottom: 22px;
}

.nav li:last-child {
	margin-bottom: 0;
}

.nav-social {
	display: flex;
	margin-bottom: 50px;
	justify-content: center;
}

.nav-social-mobile {
	display: flex;
	margin-bottom: 50px;
	justify-content: center;
}

.nav-social-mobile li {
	margin-right: 20px;
}

.nav-social li {
	margin-right: 20px;
}

.nav-social-mobile li:last-child,
.nav-social li:last-child {
	margin-right: 0;
}

.nav-social-mobile a,
.nav-social a {
	color: #fff;
	transition: color .3s;
	font-size: 1.2rem;
}

.nav-social-mobile a:hover,
.nav-social a:hover {
	color: #ee9b64;
}

.header-form {
	position: relative;
	max-width: 952px;
	width: 100%;
	font-family: Khula, sans-serif;
	margin: 0 auto 65px;
}

.header-form .btn-search {
	background-color: transparent;
	font-size: 0;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 37px;
	height: 47px;
	display: none;
}

.header-form .btn-search:before {
	font-family: icomoon !important;
	font-size: .85rem;
	color: #fff;
	transition: opacity .3s;
	display: block;
}

.header-form .btn-search:hover:before {
	opacity: 0.7;
}

.header-form .btn-search-arrow {
	background-color: transparent;
	font-size: 0;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 37px;
	height: 47px;
}

.header-form .btn-search-arrow:before {
	font-family: icomoon !important;
	font-size: .85rem;
	color: #fff;
	transition: opacity .3s;
	display: block;
}

.header-form .btn-search-arrow:hover:before {
	opacity: 0.7;
}

.header-form input {
	width: 100%;
	display: block;
	background-color: #292929;
	height: 47px;
	color: #fff;
	border: 0;
	margin: 0;
	padding: 10px 50px 7px 15px;
	outline: none;
	font-size: 1.15rem;
	letter-spacing: .7px;
	-webkit-appearance: none;
	line-height: normal;
	border-radius: 0;
}

.header-form input::-moz-placeholder, .header-form input::placeholder {
	color: #fff;
}

.nav-menu {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #1d1d1d;
	background-image: url(../images/Background-nav.png);
	background-repeat: no-repeat;
	background-position: 50%;
	display: flex;
	visibility: hidden;
	opacity: 0;
}

.nav-active .nav-menu {
	visibility: visible;
	opacity: 1;
}

.nav-menu > .container {
	text-align: center;
	padding-bottom: 0;
	width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow: auto;
	justify-content: center;
	align-items: center;
	margin-top: 100px;
}

.nav-menu > .container .nav-social {
	justify-content: center;
}

.nav-menu .nav-opener {
	width: 40px;
	height: 40px;
	position: relative;
	z-index: 2;
	transition: opacity 0.3s;
}

.nav-menu .nav-opener:hover {
	opacity: 0.8;
}

.nav-menu .nav-opener i {
	display: none;
}

.nav-menu .nav-opener:before {
	transform: rotate(-45deg);
}

.nav-menu .nav-opener:after, .nav-menu .nav-opener:before {
	content: "";
	width: 40px;
	height: 2px;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	top: 14px;
	left: 0;
}

.nav-menu .nav-opener:after {
	transform: rotate(45deg);
}

.nav-menu .nav-opener span {
	position: absolute;
	top: 37px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: .6rem;
	font-family: Saira, sans-serif;
	font-weight: 700;
	letter-spacing: 2.1px;
}

.nav-menu .top-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.nav-menu .top-box .container {
	width: 100%;
	padding-bottom: 0;
}

html {
	font-size: 12px;
}

body {
	background-color: #fff;
	font-family: Canela, sans-serif;
	font-size: 1.35rem;
}

.wrapper {
	position: relative;
	overflow: hidden;
}

ul {
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5 h6,
ul {
	margin: 0;
}

.h1,
h1 {
	line-height: 1.2;
	font-weight: 300;
	font-size: 2.95rem;
	text-transform: capitalize;
}

h2 {
	font-size: 2.92rem;
	text-transform: capitalize;
	color: #343333;
	font-family: Canela, sans-serif;
	font-weight: 300;
}

h3 {
	font-size: 2.92rem;
	text-transform: capitalize;
	color: #343333;
	font-family: Canela, sans-serif;
	font-weight: 300;
	line-height: 1.18;
}

.nav-active {
	overflow: hidden;
}

.banner {
	min-height: 844px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 46% 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 100px 30px;
}

.container {
	max-width: 1215px;
	padding: 0 15px;
	margin: 0 auto;
}

.inner-block {
	text-align: center;
	padding-top: 87px;
}

.inner-block span {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: .85rem;
	font-family: Saira, sans-serif;
	font-weight: 600;
	letter-spacing: 3px;
	margin-bottom: 12px;
}

.inner-block h1 {
	font-size: 4.17rem;
	line-height: 1;
	font-weight: 300;
	text-transform: capitalize;
	margin-bottom: 40px;
	letter-spacing: -1px;
	color: #fff;
	word-spacing: 6px;
}

.learn_more,
.watch_more {
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	border: 1px solid #fff;
	padding: 14px;
	transition: background-color .3s, color .3s;
	background-color: transparent;
	font-family: Saira, sans-serif;
	font-size: .85rem;
	letter-spacing: 3px;
	font-weight: 700;
	text-align: center;
}

.learn_more:hover,
.watch_more:hover {
	background-color: #fff;
	color: #000;
}

.learn_more {
	min-width: 160px;
}

.watch_more {
	min-width: 154px;
}

.about-block {
	position: relative;
	z-index: 1;
	margin-bottom: -108px;
}

.img-box {
	background-size: cover;
	max-width: 318px;
	min-height: 325px;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin: 0 auto;
	padding: 30px 15px;
}

.img-box span {
	font-size: 3.42em;
}

.img-box span span {
	font-family: Khula, sans-serif;
	font-size: 2.9rem;
	font-weight: 700;
}

.about-us {
	max-width: 318px;
	padding-top: 60px;
	margin: 0 auto 35px;
}

.about-us span {
	font-size: .85rem;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
}

.about-us h1 {
	font-size: 2.92rem;
	font-weight: 300;
	color: #343333;
	text-transform: capitalize;
}

.about-us h2 {
	font-weight: 300;
	color: #343333;
	text-transform: capitalize;
	font-size: 2.95rem;
	line-height: 1.29;
	margin-bottom: 27px;
}

.about-us .holder {
	margin-left: 3px;
}

.about-us .holder span {
	text-transform: uppercase;
	font-size: .85rem;
	font-family: Saira, sans-serif;
	font-weight: 600;
	letter-spacing: 3px;
}

.bg-block {
	min-height: 215px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 59px;
}

.bg-block:before {
	right: calc(100% - 1px);
	left: auto;
}

.bg-block:after, .bg-block:before {
	content: "";
	position: absolute;
	top: 0;
	width: 9999px;
	height: 100%;
	background-color: #090909;
}

.bg-block:after {
	left: calc(100% - 1px);
}

.link {
	font-family: Saira, sans-serif;
	font-size: .85rem;
	font-weight: 600;
	letter-spacing: 3px;
	-o-border-image: linear-gradient(90deg, #8288de, #ee9b64);
	border-image: linear-gradient(90deg, #8288de, #ee9b64);
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	border-image-slice: 1;
	padding: 12px 15px;
	color: #000;
	min-width: 152px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
	transition: color .3s, background 1s;
	position: relative;
}

.link:after {
	content: "";
	opacity: 0;
	transition: opacity .3s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.link:hover {
	color: #fff;
}

.link:hover:after {
	background: linear-gradient(90deg, #8288de, #ee9b64);
	opacity: 1;
}

.articles-box b {
	font-size: 1.2rem;
	font-weight: 600;
	font-family: Saira, sans-serif;
	letter-spacing: 4.2px;
	color: #343333;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin-bottom: 28px;
}

.articles-box b span {
	position: relative;
	padding: 0 20px;
}

.articles-box b span:after, .articles-box b span:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	width: 9999px;
	background-color: #dedede;
	height: 1px;
}

.articles-box b span:after {
	right: calc(100% + 5px);
	left: auto;
}

.articles-box .text-title {
	font-size: .85rem;
	font-weight: 600;
	letter-spacing: 3px;
	color: #343333;
	text-transform: uppercase;
	font-family: Saira, sans-serif;
	display: block;
	margin-bottom: 8px;
}

.articles-box .article-items .article-item {
	max-width: 317px;
	margin: 0 auto 63px;
}

.articles-box .article-items .article-item p {
	font-family: Khula, sans-serif;
	line-height: 1.4;
	letter-spacing: .6px;
	color: #000;
	margin-bottom: 13px;
	font-size: 1.35rem;
}

.articles-box .article-items .article-item .inner-item {
	max-width: 560px;
}

.articles-box .article-items .article-item .inner-item h2 {
	margin-bottom: 14px;
	font-weight: 300;
	line-height: 1.3;
	color: #343333;
	text-transform: capitalize;
}

.articles-box .article-items .article-item .inner-item h2 a {
	color: inherit;
}

.articles-box .article-items img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.link-img {
	display: flex;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	object-fit: cover;
	flex-direction: column;
}

.link-img:before {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	padding-bottom: 70%;
	width: 100%;
}

.link-img.square:before {
	padding-bottom: 100%;
}

.link-img:hover .hover-box, .link-img:hover:before {
	opacity: 1;
	visibility: visible;
}

.link-img .hover-box {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: visibility .3s, opacity .3s;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 4;
	background: rgba(0, 0, 0, 0.64);
}

.link-img .hover-box img {
	object-fit: none;
	max-width: initial;
	width: 62px;
	display: block;
	margin: 0 auto 10px;
	height: 58px;
	position: initial;
}

.link-img .hover-box span {
	font-family: Saira, sans-serif;
	font-size: .85rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 3px;
	color: #fff;
	text-transform: uppercase;
}

.link-img img {
	display: block;
}

.read-more {
	font-family: Saira, sans-serif;
	font-size: .85rem;
	font-weight: 600;
	line-height: 2.4;
	letter-spacing: 3px;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	padding-bottom: 4px;
	transition: color .3s;
	background: linear-gradient(180deg, #8288de, #ee9b64);
	-webkit-background-clip: text;
}

.read-more:after {
	content: "";
	background-image: linear-gradient(90deg, #6374e8, #f1985a);
	width: 98%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.read-more:hover {
	color: transparent;
}

.bg-section {
	min-height: 655px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	position: relative;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	padding: 30px;
	max-width: 344px;
	margin: 0 auto 61px;
}

.bg-section .frame {
	text-align: center;
	max-width: 340px;
	margin: 0 auto;
	padding-top: 22px;
}

.bg-section .frame .h1 {
	color: #fff;
	text-transform: capitalize;
	line-height: 1.3;
	margin-bottom: 35px;
}

.block-section {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 61px 22px;
}

.block-section .container .text-box {
	color: #fff;
	font-family: Khula, sans-serif;
	line-height: 1.5;
	letter-spacing: 0.6px;
}

.block-section .container .text-box span {
	font-weight: 600;
	font-family: Saira, sans-serif;
	letter-spacing: 3px;
	font-size: .85rem;
	text-transform: uppercase;
	margin-bottom: 12px;
	display: inline-block;
}

.block-section .container .text-box h2 {
	font-size: 2.95rem;
	font-weight: 300;
	line-height: 1.15;
	font-family: Canela, sans-serif;
	margin-bottom: 10px;
	color: #fff;
}

.block-section .container .text-box div {
	margin-bottom: 24px;
}

.block-section .container .text-box div p {
	font-size: 1.35rem;
}

.video-box {
	position: relative;
	margin: -60px -40px 20px -40px;
}

@media (min-width: 768px) {
	.video-box {
		margin: initial;
		margin-bottom: 22px;
	}
}

.video-box img,
.video-box video {
	width: 100%;
	height: auto;
}

.video-box .play-link {
	font-size: 6rem;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: normal;
	transition: opacity 0.3s;
}

.video-box .play-link:hover {
	opacity: 0.8;
}

.container.content-block {
	padding: 0 22px;
}

.item-wrap {
	margin-bottom: 56px;
}

.top-info {
	max-width: 480px;
	margin: 0 auto 12px;
	text-align: center;
	padding: 55px 0 29px;
}

.top-info span {
	font-family: Saira, sans-serif;
	font-weight: 600;
	font-size: .85rem;
	line-height: 1.4;
	letter-spacing: 3px;
	color: #343333;
	text-transform: uppercase;
	margin-bottom: 13px;
	display: inline-block;
}

.top-info p {
	font-family: Khula, sans-serif;
	margin-bottom: 10px;
	font-size: 1.2rem;
}

.top-info h1 {
	font-size: 2.95rem;
	color: #343333;
}

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

.info-wrap {
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	margin-bottom: 60px;
	padding: 30px 15px;
	transform: translateZ(10px);
	position: relative;
}

.info-wrap .h1 {
	color: #fff;
	margin-bottom: 30px;
}

.info-wrap .title-box {
	max-width: 380px;
	z-index: 3;
	transform: translateZ(10px);
}

.info-wrap .title-box .h1 {
	text-transform: capitalize;
	margin-bottom: 20px;
}

.info-wrap .title-box .h1 span {
	display: block;
}

.full-box {
	min-height: 221px;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	padding: 30px 35px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

.full-box .inner {
	max-width: 425px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.full-box .inner .h1 {
	color: #fff;
	margin-bottom: 12px;
	text-transform: capitalize;
}

.article-items {
	flex-wrap: wrap;
}

.content-form {
	display: flex;
}

.content-form input {
	background-color: rgba(255, 255, 255, 0.42);
	height: 47px;
	border: 0;
	font-size: 1.16rem;
	padding: 12px 12px 8px;
	letter-spacing: .7px;
	color: #fff;
	font-family: Canela, sans-serif;
}

.content-form input::-moz-placeholder, .content-form input::placeholder {
	text-transform: capitalize;
	color: #fff;
	opacity: 1;
}

.content-form .button {
	text-transform: uppercase;
	color: #fff;
	font-size: .85rem;
	letter-spacing: 3px;
	font-weight: 600;
	font-family: Saira, sans-serif;
	background-color: transparent;
	border: 1px solid #fff;
	min-width: 72px;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
}

.content-form .button:hover {
	background-color: #fff;
	color: #000;
}

.width-page .header:before {
	display: none;
}

.width-page .header .container {
	max-width: 1386px;
}

.width-page .page-holder .container {
	max-width: 810px;
	padding: 0 31px;
}

.width-page .top-block {
	/* min-height: 320px; */
	width: 100%;
	/* max-width: 810px; */
	display: flex;
	padding: 191px 30px 131px;
	justify-content: center;
	background-color: #222;
	color: #fff;
	margin-bottom: -123px;
}

.width-page .top-block > div {
	width: 100%;
}

.width-page .top-block span {
	font-size: .85rem;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: Saira, sans-serif;
	margin-bottom: 12px;
	display: block;
}

.width-page .top-block .subtitle {
	font-weight: 300;
	font-style: italic;
	line-height: 1.29;
	letter-spacing: .35px;
	text-transform: none;
	font-size: 2.1rem;
	color: #fff;
}

.width-page .top-block h1 {
	line-height: 1.15;
	margin-bottom: 3px;
}

.width-page .top-block .container {
	margin-bottom: 31px;
	padding: 0 15px;
	width: 100%;
}

.width-page .articles-box .article-items {
	margin: 0 -12px 64px;
	justify-content: flex-start;
}

.width-page .articles-box .article-items .article-item {
	padding: 0;
}

.width-page .articles-box .article-items .article-item h2 {
	font-size: 2.4rem;
}

.width-page .articles-box .article-items .inner-item h2 {
	font-size: 2.92rem;
	text-align: left;
}

.width-page .articles-box .article-items .inner-item h3 {
	margin-bottom: 20px;
}

.width-page .articles-box h2 {
	font-weight: 300;
	margin-bottom: 28px;
	font-size: 2.1rem;
	text-align: center;
}

.width-page .articles-box h2 span {
	position: relative;
	padding: 0 20px;
}

.width-page .articles-box h2 span:after, .width-page .articles-box h2 span:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	width: 9999px;
	background-color: #dedede;
	height: 1px;
}

.width-page .articles-box h2 span:after {
	right: 100%;
	left: auto;
}

.width-page .articles-box .link-img {
	margin-bottom: 26px;
}

.width-page .articles-box .text-title {
	margin-bottom: 15px;
}

.width-page .full-box {
	margin-bottom: 33px;
}

.width-page p {
	line-height: 1.4;
}

.cover-box {
	font-family: Khula, sans-serif;
}

.cover-box .info-section {
	font-family: Khula, sans-serif;
	text-align: left;
	margin-bottom: 36px;
	font-size: 1.35rem;
}

.cover-box .info-section h2 {
	font-weight: 300;
	text-transform: capitalize;
	margin-bottom: 16px;
}

.cover-box p {
	letter-spacing: .6px;
	line-height: 1.4;
}

.cover-box .container {
	/* margin-bottom: 57px */
}

.cover-box p a {
	font-weight: 700;
	font-family: Khula, sans-serif;
	color: #000;
	text-decoration: underline;
	transition: color .3s;
}

.cover-box p a:hover {
	color: #ee9b64;
	text-decoration: underline;
}

.small-text {
	font-size: .5rem;
	font-weight: 100;
	font-style: italic;
	letter-spacing: 1.8px !important;
	text-align: center;
	color: #343333;
	text-transform: uppercase;
	line-height: 2 !important;
	max-width: 275px;
	margin: 0 auto;
}

.date-block {
	display: flex;
	justify-content: space-between;
	color: #fff;
	margin-bottom: 7px;
	padding: 0 5px;
}

.date-block span {
	font-size: .85rem;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: Saira, sans-serif;
	display: block;
	margin-right: 10px;
}

.date-block .nav-social {
	margin-bottom: 0;
	flex-wrap: wrap;
}

.date-block .nav-social li {
	margin-right: 18px;
}

.date-block .nav-social li:last-child {
	margin-right: 0;
}

/* .date-block .nav-social li a {
    font-size: .87rem
} */
.link-text {
	font-weight: 700;
	font-family: Khula, sans-serif;
	color: #000;
	text-decoration: underline;
	transition: color 0.3s;
}

.link-text:hover {
	color: #ee9b64;
	text-decoration: underline;
}

.frame-img {
	margin: 0 -10px;
	text-align: center;
}

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

.cover-img {
	text-align: center;
	margin: 0 auto 5px;
}

.cover-img img {
	width: 320px;
	height: 478px;
	-o-object-fit: cover;
	object-fit: cover;
}

.bloquequote-box {
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin-bottom: 39px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	position: relative;
}

.bloquequote-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.35);
	/* -webkit-backdrop-filter: blur(5px); */
	/* backdrop-filter: blur(5px); */
}

.bloquequote-box blockquote {
	max-width: 740px;
	font-family: Canela, sans-serif;
	text-align: center;
	z-index: 2;
	transform: translateZ(5px);
}

.bloquequote-box blockquote h2 {
	text-transform: none;
	font-weight: 300;
	color: #fff;
}

.box-inform {
	font-family: Khula, sans-serif;
	letter-spacing: .6px;
	margin-bottom: 54px;
}

.box-inform .d-block {
	display: block;
}

.box-inform.last-box {
	margin-bottom: 39px;
}

.images-cover {
	display: flex;
	margin: 0 -5px 15px;
}

.images-cover img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	height: auto;
	width: 100%;
}

.images-cover img:last-child {
	margin-right: 0;
}

.images-cover .holder {
	width: 50%;
	padding: 0 5px;
}

.btn-link {
	font-family: Saira, sans-serif !important;
	font-size: .6rem !important;
	font-weight: 600 !important;
	letter-spacing: 2.1px !important;
	-o-border-image: linear-gradient(90deg, #8288de, #ee9b64) !important;
	border-image: linear-gradient(90deg, #8288de, #ee9b64) !important;
	display: inline-block !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-image-slice: 1 !important;
	padding: 17px 5px !important;
	color: #000 !important;
	min-width: 55px !important;
	text-align: center !important;
	text-transform: uppercase !important;
	margin-bottom: 5px !important;
	transition: color .3s, background 1s !important;
	position: relative !important;
}

.btn-link:after {
	content: "";
	opacity: 0;
	transition: opacity .3s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.btn-link:hover {
	color: #fff;
}

.btn-link:hover:after {
	background: linear-gradient(90deg, #8288de, #ee9b64);
	opacity: 1;
}

.holder-btn {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	justify-content: flex-start;
}

.holder-btn li {
	margin-right: 4px;
}

.holder-btn li:last-child {
	margin-right: 0;
}

.section-contact {
	/* padding-top: 40px; */
	position: relative;
}

.section-contact .nav-social {
	order: 2;
	margin-bottom: 32px;
	padding-top: 10px;
}

.section-contact .nav-social a {
	color: #343333;
	transition: color .3s;
	font-size: 1rem;
}

.section-contact .nav-social a:hover {
	color: #ee9b64;
}

.section-contact .nav-social li {
	margin-right: 22px;
}

.section-contact .nav-social li:last-child {
	margin-right: 0;
}

/* .section-contact:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e3e3e3
} */
.holder-contain {
	margin-bottom: 23px;
}

.holder-contain.space-box {
	margin-bottom: 41px;
}

.holder-contain.space-box .images-cover {
	margin: 0 -2px 20px;
}

.holder-contain.space-box .images-cover .holder {
	padding: 0 4px;
}

.holder-contain.space-width {
	margin-bottom: 43px;
}

.holder-contain.space-width .images-cover {
	margin: 0 -3px 10px;
}

.holder-contain.space-width .images-cover .holder {
	padding: 0 3px;
}

.wrap-blocks {
	margin-bottom: 40px;
	text-align: center;
}

.wrap-blocks .info {
	margin-bottom: 9px;
	text-align: center;
}

.wrap-blocks .info b {
	display: block;
	font-family: Saira, sans-serif;
	font-size: .85rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 3px;
	text-align: center;
	color: #343333;
	text-transform: uppercase;
}

.wrap-blocks .info span {
	display: block;
	font-family: Saira, sans-serif;
	font-size: .85rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 3px;
	text-align: center;
	color: #343333;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.wrap-blocks .info b {
	color: #acacac;
}

.wrap-blocks .holder-image {
	border-radius: 50%;
	overflow: hidden;
	width: 70px;
	height: 70px;
	margin: 0 auto 10px;
	background-color: #CCC;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wrap-blocks .holder-image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.wrap-blocks .holder-image.default img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 50%;
	height: 50%;
}

.banner.banner-page {
	color: #fff;
	justify-content: space-between;
	padding: 100px 30px 23px;
	position: relative;
	margin-bottom: 28px;
	min-height: 700px;
	flex-wrap: wrap;
}

.banner.banner-page span {
	font-size: .85rem;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: Saira, sans-serif;
	margin-bottom: 12px;
	display: block;
}

.banner.banner-page .subtitle {
	font-weight: 300;
	font-style: italic;
	line-height: 1.29;
	letter-spacing: .35px;
	text-transform: capitalize;
	font-size: 2.1rem;
	color: #fff;
	margin-bottom: 30px;
}

.banner.banner-page h1 {
	line-height: 1.15;
	margin-bottom: 12px;
	font-family: Canela, sans-serif;
}

.banner.banner-page .container {
	margin: 0;
	padding: 0 15px;
	max-width: 1310px;
	width: 100%;
	position: relative;
}

.banner.banner-page .small-info {
	font-size: .5rem;
	font-weight: 100;
	font-style: italic;
	line-height: 2;
	letter-spacing: 1.8px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: Canela, sans-serif;
	opacity: 0.77;
}

.banner.banner-page .hold {
	margin-right: 70px;
}

.banner .container {
	margin: 0 0 0 115px;
}

.dialog-holder {
	line-height: 1.5;
	letter-spacing: 0.6px;
}

.dialog-holder .date-block {
	color: #000;
	margin-bottom: 25px;
}

.dialog-holder .date-block .nav-social a {
	color: #000;
}

.dialog-holder .dialog-block {
	margin-bottom: 20px;
}

.dialog-holder .nav-social a {
	transition: color 0.3s;
}

.dialog-holder .nav-social a:hover {
	color: #ee9b64;
}

.big-symbol {
	font-size: 3.8rem;
	line-height: .9;
	letter-spacing: 3px;
	text-transform: capitalize;
	float: left;
	margin-right: 3px;
	font-family: Canela, sans-serif;
}

.wrapper-content {
	font-family: Khula, sans-serif;
}

.wrapper-content .holder-contain {
	padding-top: 15px;
}

.wrapper-content .holder-contain.space-box .images-cover {
	margin: 0 -8px 15px;
}

.wrapper-content .holder-contain.space-box .images-cover img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.wrapper-content .holder-contain.space-box .images-cover .holder {
	padding: 0 8px;
}

.wrapper-content .contain-video {
	padding: 0 15px;
}

.width-page .contain-video {
	padding: 0 15px;
}

.wrapper-content .contain-video .video-box,
.width-page .contain-video .video-box {
	min-height: 620px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	/* max-width: 1185px; */
	width: 100%;
	display: flex;
	align-items: flex-end;
	padding: 52px 15px 15px;
	margin: 0 auto 20px;
	position: relative;
}

.wrapper-content .contain-video .video-box .background-video,
.width-page .contain-video .video-box .background-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wrapper-content .contain-video .video-box .title-block,
.width-page .contain-video .video-box .title-block {
	color: #fff;
	max-width: 1000px;
	z-index: 3;
	transform: translateZ(5px);
	transition: 300ms ease;
}

.wrapper-content .contain-video .video-box .title-block h2,
.width-page .contain-video .video-box .title-block h2 {
	color: #fff;
	font-family: Canela, sans-serif;
	font-weight: 300;
	font-style: italic;
	line-height: 1.29;
	letter-spacing: .35px;
	font-size: 2rem;
}

.wrapper-content .contain-video .video-box .title-block h1,
.width-page .contain-video .video-box .title-block h1 {
	margin-bottom: 10px;
	font-family: Canela, sans-serif;
}

.wrapper-content .bloquequote-box {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 22px;
	padding: 20px;
}

.wrapper-content .bloquequote-box blockquote {
	color: #fff;
	position: relative;
	z-index: 1;
	max-width: 777px;
}

.wrapper-content .bloquequote-box.placeholder {
	position: relative;
}

.wrapper-content .bloquequote-box.placeholder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.65);
	/* -webkit-backdrop-filter: blur(5px); */
	/* backdrop-filter: blur(5px) */
}

.wrapper-content .bloquequote-box h2 {
	font-style: italic;
	text-transform: capitalize;
	line-height: 1.29;
	letter-spacing: 0.35px;
}

.wrapper-content .small-text {
	font-size: 0.68rem;
}

.wrapper-content .full-box,
.wrapper-content .small-text {
	font-family: Canela, sans-serif;
}

.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
	position: relative;
	display: block;
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translateZ(0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:after, .slick-track:before {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.thumbnail-bar {
	display: flex;
	flex-wrap: wrap;
	background-color: #191919;
	justify-content: flex-start;
	max-width: 588px;
	margin: 0 auto;
}

.thumbnail-bar .slick-list {
	max-width: 720px;
	margin: 0 auto;
}

.thumbnail-bar li {
	border: 6px solid transparent;
	cursor: pointer;
	position: relative;
	transition: border .3s;
	height: 50px;
}

.thumbnail-bar li:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity: 1;
	transition: opacity 0.3s;
}

.thumbnail-bar li img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.thumbnail-bar li.slick-current, .thumbnail-bar li:hover {
	border-color: #ee9b64;
}

.thumbnail-bar li.slick-current:before, .thumbnail-bar li:hover:before {
	opacity: 0;
}

.thumbnail-bar li:focus {
	outline: none;
}

.thumbnail-bar .slick-track {
	transform: none !important;
}

.gallery-block {
	max-width: 1165px;
	margin: 0 auto 38px;
	background-color: #191919;
}

.hold-info {
	margin-bottom: 35px;
	font-family: Khula, sans-serif;
	line-height: 1.5;
	letter-spacing: 0.6px;
}

.slider.text-box {
	color: #fff;
	padding: 13px 17px 4px;
}

.slider.text-box p {
	font-family: Khula, sans-serif;
	line-height: 1.5;
	letter-spacing: 0.6px;
}

.slider.text-box h2 {
	color: #fff;
	margin-bottom: 9px;
	font-size: 2.1rem;
}

.slider img {
	width: 100%;
	height: auto;
}

.slider .slide {
	font-size: 0.85rem;
}

.width-page.gallery-page .top-block {
	padding: 250px 20px 118px;
}

.width-page.gallery-page .top-block .container {
	margin-bottom: 27px;
}

.width-page.gallery-page .top-block .container h1 {
	margin-bottom: 7px;
}

.width-page.gallery-page .holder-contain {
	margin-bottom: 36px;
}

.width-page.gallery-page .cover-box .container {
	margin-bottom: 37px;
}

.width-page.gallery-page .section-contact {
	padding-top: 27px;
}

.width-page.gallery-page .small-text {
	font-family: Canela, sans-serif;
}

.width-page.article-page .top-block {
	padding: 255px 30px 132px;
}

.width-page .categories {
	padding: 23px 15px 8px;
	background-color: #8288de;
	max-width: 1364px;
	margin: 0 auto 63px;
}

.width-page .categories .container {
	max-width: 966px !important;
	padding: 0 15px;
}

.width-page .categories .category-title {
	font-family: Saira, sans-serif;
	font-size: .85rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 3px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	display: none;
}

.width-page .categories form {
	margin: 0 -23px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.width-page .categories .holder-category {
	width: 50%;
	margin-bottom: 15px;
}

.width-page .categories .holder-category:nth-child(odd) {
	border-right: 1px solid #a5abff;
}

.width-page .categories .holder-category select {
	width: 100%;
	border: none;
	padding: 11px 49px 11px 24px;
	color: #fff;
	font-size: .85rem;
	line-height: 2.14;
	letter-spacing: .7px;
	background-color: transparent;
	text-transform: uppercase;
	font-family: Saira, sans-serif;
	font-weight: 600;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	z-index: 1;
}

.width-page .categories .holder-category select:focus {
	outline: none;
}

.width-page .categories .holder-category select option {
	color: #000;
}

.width-page .categories .holder-category .wrap-select {
	position: relative;
	background-color: transparent;
}

.width-page .categories .holder-category .wrap-select:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 0;
	height: 0;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	transform: translateY(-50%) rotate(45deg);
}

.subtitle.blockquote {
	margin: 0;
	padding: 0;
}

.loader-box {
	width: 44px;
	height: 42px;
	margin: 0 auto 50px;
	display: none;
}

.loader-box img {
	width: 100%;
	height: auto;
}

.slick-page .gallery-block {
	max-width: 100%;
}

.slick-page .gallery-block.slider-page {
	padding-top: 124px;
	margin-bottom: 0;
}

.slick-page .gallery-block.slider-page .text-box {
	padding: 40px 33px 18px;
}

.slick-page .gallery-block.slider-page .text-box h2 {
	font-family: Canela, sans-serif;
	font-size: 2.35rem !important;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 11px;
}

.slick-page .gallery-block.slider-page .read-more:hover {
	color: transparent;
}

.slick-page .gallery-block > .slider {
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}

.slick-page .gallery-block > .slider:before {
	left: 100%;
}

.slick-page .gallery-block > .slider:after, .slick-page .gallery-block > .slider:before {
	content: "";
	position: absolute;
	top: 0;
	width: 9999px;
	height: 100%;
	background-color: #101010;
}

.slick-page .gallery-block > .slider:after {
	right: 100%;
}

.slick-page .gallery-frame {
	display: flex;
	flex-direction: column-reverse;
	max-width: 1500px;
	margin: 0 auto;
	width: 100%;
}

.slick-page .gallery-frame .thumbnail-bar .slick-list {
	max-width: 100%;
}

.slick-page .gallery-frame .thumbnail-bar li {
	border-width: 15px;
	position: relative;
	height: auto;
	width: 25% !important;
	transition: background-color 0.3s;
}

.slick-page .gallery-frame .thumbnail-bar li.slick-current, .slick-page .gallery-frame .thumbnail-bar li:hover {
	background-color: #ee9b64;
}

.slick-page .gallery-frame .thumbnail-bar li.slick-current .text-video, .slick-page .gallery-frame .thumbnail-bar li:hover .text-video {
	color: #191919;
}

.slick-page .gallery-frame .thumbnail-bar li.slick-current .text-video span, .slick-page .gallery-frame .thumbnail-bar li:hover .text-video span {
	color: #000;
}

.slick-page .gallery-frame .thumbnail-bar li.slick-current .img-slide:before, .slick-page .gallery-frame .thumbnail-bar li:hover .img-slide:before {
	opacity: 0;
}

.slick-page .gallery-frame .thumbnail-bar li .text-video {
	font-family: Khula, sans-serif;
	font-size: .85rem;
	line-height: 1.4;
	letter-spacing: .5px;
	color: #fff;
	flex: 1;
	padding-top: 10px;
	display: none;
	transition: color 0.3s;
}

.slick-page .gallery-frame .thumbnail-bar li .text-video span {
	color: #fff;
	opacity: .5;
	line-height: 2;
	letter-spacing: .5px;
	transition: color 0.3s;
}

.slick-page .gallery-frame .thumbnail-bar li .text-video p {
	margin-bottom: 10px;
}

.slick-page .gallery-frame .thumbnail-bar li .img-slide {
	position: relative;
}

.slick-page .gallery-frame .thumbnail-bar li .img-slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity: 1;
	transition: opacity 0.3s;
}

.slick-page .gallery-frame .thumbnail-bar li .img-slide img {
	height: auto;
}

.slick-page .gallery-frame .thumbnail-bar li:before, .slick-page .gallery-frame .thumbnail-bar li:last-child:after {
	display: none;
}

.slick-page .gallery-frame .thumbnail-bar .slick-track {
	width: 100% !important;
	transform: none !important;
}

.slick-page .gallery-frame .slider {
	width: 100%;
}

.slick-page .gallery-frame .slider .video-box {
	padding: 0;
	margin-bottom: 0;
}

.slick-page .subtitle-slider {
	font-family: Saira, sans-serif;
	font-size: .85rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 4px;
	display: block;
}

.slick-page .slide-info {
	margin-bottom: 10px;
	font-size: 1.35rem;
}

.slick-page .slide-info p {
	margin-bottom: 10px;
}

.slick-page .read-more {
	color: #fff;
}

/* .slick-page .gallery-frame .thumbnail-bar {
    background-color: #191919;
    margin: 0;
    width: 100%;
    display: block;
    max-width: 100%
} */
.full-gallery {
	background-color: #222;
	padding: 41px 0 0;
}

.full-gallery .image-gallery {
	max-width: 1030px;
	margin: 0px;
}

.full-gallery .image-gallery .slide {
	/* padding: 0 10px */
}

.full-gallery .image-gallery .slide img {
	width: 100%;
	height: auto;
}

.full-gallery .image-gallery .video-box {
	padding: 0;
	width: 100%;
	margin-bottom: 22px;
	position: relative;
}

.full-gallery .image-gallery .video-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.57);
	opacity: 1;
	transition: opacity 0.3s;
}

.full-gallery .image-gallery .video-box .play-link {
	font-size: 3.5rem;
}

.full-gallery .image-gallery .video-box img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.full-gallery .image-gallery .slick-next {
	background-color: transparent;
	position: absolute;
	top: 35%;
	right: -31px;
	font-size: 0;
	border: 0;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

.full-gallery .image-gallery .slick-next:before {
	transform: rotate(296deg);
	-webkit-transform: rotate(296deg);
	top: 26px;
}

.full-gallery .image-gallery .slick-next:after, .full-gallery .image-gallery .slick-next:before {
	content: "";
	width: 20px;
	height: 3px;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	left: 0;
}

.full-gallery .image-gallery .slick-next:after {
	transform: rotate(-296deg);
	-webkit-transform: rotate(-296deg);
	top: 9px;
}

.full-gallery .image-gallery .slick-next.slick-disabled {
	display: none;
}

.full-gallery .image-gallery .slick-prev {
	background-color: transparent;
	position: absolute;
	top: 35%;
	left: -17px;
	font-size: 0;
	border: 0;
	right: auto;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

.full-gallery .image-gallery .slick-prev:before {
	transform: rotate(244deg);
	-webkit-transform: rotate(244deg);
	top: 26px;
}

.full-gallery .image-gallery .slick-prev:after, .full-gallery .image-gallery .slick-prev:before {
	content: "";
	width: 20px;
	height: 3px;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	left: 0;
}

.full-gallery .image-gallery .slick-prev:after {
	transform: rotate(-244deg);
	-webkit-transform: rotate(-244deg);
	top: 9px;
}

.full-gallery .image-gallery .slick-prev.slick-disabled {
	display: none !important;
	visibility: hidden;
}

.full-gallery .image-gallery .slick-next,
.full-gallery .image-gallery .slick-prev {
	transition: opacity 0.3s;
}

.full-gallery .image-gallery .slick-next:hover,
.full-gallery .image-gallery .slick-prev:hover {
	opacity: 0.7;
}

.full-gallery span {
	font-family: Saira, sans-serif;
	font-size: .85rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 3px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin-bottom: 25px;
}

.full-gallery .container {
	max-width: 980px !important;
	padding: 0 30px !important;
}

.inform {
	color: #fff;
	font-family: Khula, sans-serif;
	line-height: 1.5;
	letter-spacing: 0.6px;
}

.inform span {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: Saira, sans-serif;
	font-size: .85rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 3px;
}

.slides-cover {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.slides-cover .slide {
	width: 50%;
	padding: 0 15px;
}

.slides-cover .slide .video-box {
	width: 100%;
	padding: 0;
	margin: 0 0 26px;
	position: relative;
}

.slides-cover .slide .video-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.57);
	opacity: 1;
	transition: opacity 0.3s;
}

.slides-cover .slide .video-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.slides-cover .slide .inform {
	color: #fff;
}

.slides-cover .slide .inform span {
	margin-bottom: 14px;
	display: block;
}

.video-content {
	background-color: #000;
	color: #fff;
	padding: 52px 0 6px;
}

.video-content .container {
	max-width: 948px !important;
}

.video-content h2 {
	color: #fff;
}

.video-content .play-link {
	font-size: 3.5rem;
}

.video-content .video-item {
	margin-bottom: 31px;
}

.top-titles span {
	font-family: Saira, sans-serif;
	font-size: .85rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}

.top-titles h2 {
	margin-bottom: 20px;
	font-size: 2.92rem;
}

.careers-page .item-wrapper {
	position: relative;
	padding: 56px 0 58px;
}

.careers-page .item-wrapper:after {
	content: "";
	position: absolute;
	bottom: 0;
	background-color: #e3e3e3;
	left: 0;
	width: 100%;
	height: 1px;
}

.careers-page .item-wrapper .link {
	margin: 36px 12px 0 0;
}

.careers-page .item-wrapper span {
	font-family: Saira, sans-serif;
	font-size: .85rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #343333;
	margin-bottom: 12px;
	display: block;
}

.careers-page .item-wrapper .text-address {
	font-family: Khula, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: .6px;
	color: #000;
	text-transform: none;
	font-weight: 400;
	margin-bottom: 0;
}

.careers-page .item-wrapper h3 {
	margin-bottom: 14px;
	font-size: 2.35rem;
}

.careers-page .item-wrapper .left-box h3 {
	font-size: 2.35rem;
}

.careers-page .blocks {
	margin-bottom: 50px;
}

.empty-block {
	min-height: 491px;
	background-color: #222;
	display: flex;
	align-items: flex-end;
	color: #fff;
}

.empty-block .container {
	padding: 121px 34px 44px !important;
}

.empty-block h2 {
	color: #fff;
	font-weight: 300;
	font-style: italic;
	line-height: 1.29;
	letter-spacing: .35px;
	font-size: 2.1rem;
	font-family: Canela, sans-serif;
}

.wrapper.search-page .top-block {
	align-items: flex-end;
	min-height: 491px;
	margin-bottom: -92px;
}

.wrapper.search-page .top-block .container {
	max-width: 840px;
	margin: 0;
	width: 100%;
}

.wrapper.search-page .categories form input {
	background-color: rgba(255, 255, 255, 0.42);
	border: none;
}

.wrapper.search-page .categories form .holder-category {
	position: relative;
	width: 50%;
}

.wrapper.search-page .categories form .holder-category.search {
	width: 50%;
}

.wrapper.search-page .categories .btn-search {
	background-color: transparent;
	font-size: 0;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 37px;
	height: 47px;
}

.wrapper.search-page .categories .btn-search:before {
	font-family: icomoon !important;
	font-size: .85rem;
	color: #fff;
	transition: opacity .3s;
	display: block;
}

.wrapper.search-page .categories .btn-search:hover:before {
	opacity: 0.7;
}

.wrapper.search-page .categories input {
	width: 100%;
	display: block;
	background-color: #292929;
	height: 47px;
	color: #fff;
	border: 0;
	margin: 0;
	padding: 10px 50px 7px 15px;
	outline: none;
	font-size: 1.15rem;
	letter-spacing: .7px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	line-height: normal;
}

.wrapper.search-page .categories input::-moz-placeholder, .wrapper.search-page .categories input::placeholder {
	color: #fff;
}

.newsletter-page {
	min-height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	background-image: url(../images/bg-mobile_news2x.jpg);
}

.newsletter-page .header:before {
	display: none;
}

.top-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-area.container {
	max-width: 1380px;
	padding: 26px 30px 20px;
}

.top-area .logo {
	visibility: hidden;
}

.newsletter-box {
	min-height: 844px;
	padding: 60px 9px 50px;
}

.newsletter-box .form-box {
	color: #fff;
	text-align: center;
	font-family: Khula, sans-serif;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.newsletter-box .form-box .link-info {
	font-family: Saira, sans-serif;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #fff;
	transition: color 0.3s;
}

.newsletter-box .form-box .link-info:hover {
	color: #ee9b64;
}

.newsletter-box .form-box .content-form {
	width: 100%;
	margin-bottom: 40px;
}

.newsletter-box .form-box .content-form .button {
	min-width: 88px;
}

.newsletter-box .empty-img {
	display: none;
	width: 48%;
}

.newsletter-box .empty-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.newsletter-box .container {
	max-width: 830px;
	display: flex;
	min-height: 528px;
}

.newsletter-box h1 {
	font-family: Canela, sans-serif;
	margin-bottom: 26px;
}

.newsletter-box .intro-box {
	margin-bottom: 15px;
}

.close {
	width: 40px;
	height: 40px;
	position: relative;
	z-index: 2;
	transition: opacity 0.3s;
}

.close:hover {
	opacity: 0.8;
}

.close i {
	display: none;
}

.close:before {
	transform: rotate(-45deg);
}

.close:after, .close:before {
	content: "";
	width: 40px;
	height: 2px;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	top: 14px;
	left: 0;
}

.close:after {
	transform: rotate(45deg);
}

.close span {
	position: absolute;
	top: 37px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: .6rem;
	font-family: Saira, sans-serif;
	font-weight: 700;
	letter-spacing: 2.1px;
}

.wrapper.terms-page .container {
	width: 100%;
}

.wrapper.terms-page .container.font-box {
	font-family: Khula, sans-serif;
	padding-top: 60px;
	margin-bottom: 50px;
	letter-spacing: 0.8px;
}

.wrapper.terms-page .container.font-box h2 {
	margin-bottom: 15px;
}

.wrapper.terms-page .container.font-box h3 {
	margin-bottom: 29px;
	font-size: 2.5rem;
}

.wrapper.terms-page .empty-block {
	align-items: center;
	min-height: 341px;
}

.contact-page .container.font-box {
	padding: 62px 39px 52px !important;
	display: flex;
	flex-wrap: wrap;
}

.contact-page .empty-block {
	align-items: center;
	min-height: 341px;
}

.contact-page .empty-block .container {
	width: 100%;
}

.form-bar {
	width: 100%;
}

.form-bar input,
.form-bar textarea {
	background-color: rgba(186, 186, 186, 0.1);
	border: 0;
	padding: 15px;
	margin-bottom: 33px;
	font-size: 1.2rem;
	font-family: Khula, sans-serif;
}

.form-bar input::-moz-placeholder,
.form-bar textarea::-moz-placeholder,
.form-bar input::placeholder {
	font-size: 1.2rem;
	font-style: normal;
	line-height: 2.14;
	letter-spacing: .7px;
	color: #000;
}

.form-bar textarea {
	height: 193px;
	margin-bottom: 25px;
	color: #000;
	font-family: Khula, sans-serif;
	font-size: 1.2rem;
	resize: none;
}

.form-bar textarea::placeholder {
	font-size: 1.2rem;
	font-style: normal;
	line-height: 2.14;
	letter-spacing: .7px;
	color: #000;
}

.form-bar label {
	font-family: Saira, sans-serif;
	font-size: .85rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 3px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: block;
}

.form-bar button {
	background-color: transparent;
	width: 100%;
	font-size: .85rem;
	padding: 15px 5px;
	cursor: pointer;
}

.address-bar {
	order: 1;
	width: 100%;
	padding-top: 58px;
}

.address-bar .nav-social {
	justify-content: flex-start;
}

.address-bar .nav-social a {
	color: #000;
	font-size: 1rem;
}

.address-bar span {
	font-family: Saira, sans-serif;
	font-size: .85rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 3px;
	color: #000;
	text-transform: uppercase;
	display: block;
	margin-bottom: 16px;
}

.address-bar .contact-tel {
	padding: 0;
	font-family: Khula, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: .6px;
	color: #000;
	margin: 0 0 8px;
}

.address-bar address {
	padding: 0;
	font-family: Khula, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: .6px;
	color: #000;
	margin: 0 0 8px;
	margin-bottom: 5px;
	font-style: normal;
}

.address-bar address span {
	display: block;
	font-family: Khula, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: .6px;
	font-weight: 400;
	text-transform: none;
	margin-bottom: 5px;
}

.address-bar .inner {
	margin-bottom: 53px;
}

.address-bar .nav-social {
	display: none;
}

.address-bar .nav-social a {
	transition: color 0.3s;
}

.address-bar .nav-social a:hover {
	color: #ee9b64;
}

.address-bar .nav-social-mobile {
	justify-content: flex-start;
	margin-bottom: 0;
}

.address-bar .nav-social-mobile a {
	color: #000;
	transition: color 0.3s;
}

.address-bar .nav-social-mobile a:hover {
	color: #ee9b64;
}

.address-bar .nav-social-mobile li {
	margin-right: 40px;
}

.address-bar .nav-social-mobile li:last-child {
	margin-right: 0;
}

.block-map {
	min-height: 625px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

.footer {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	min-height: 530px;
	padding: 59px 15px 25px;
}

.footer .container {
	text-align: center;
	width: 100%;
}

.footer .nav-social {
	display: none;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.footer .nav-social-mobile {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.footer .nav-social-mobile:before {
	content: "";
	position: absolute;
	top: -39px;
	left: -33px;
	bottom: -74px;
	right: -32px;
	/* background-color: #1d1d1d; */
	z-index: -1;
}

.footer .nav-social-mobile li {
	margin-right: 44px;
}

.footer .nav-social-mobile li:last-child {
	margin-right: 0;
}

.footer-list {
	font-family: Saira, sans-serif;
	margin-bottom: 55px;
}

.footer-list a {
	color: #fff;
	text-transform: uppercase;
	font-size: .85rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 3px;
	transition: color 0.3s;
}

.footer-list a:hover {
	color: #ee9b64;
}

.footer-list li {
	margin-bottom: 17px;
}

.footer-list li:last-child {
	margin-right: 0;
}

.footer-logo {
	display: inline-block;
	margin-bottom: 47px;
}

@media (min-width: 375px) {
	.wrapper.terms-page .container.font-box h3 {
		font-size: 2.92rem;
	}
}

@media (min-width: 390px) {
	.full-gallery .image-gallery .video-box {
		height: 215px;
	}
	.slides-cover .slide .video-box {
		height: 258px;
	}
}

@media (min-width: 520px) {
	.img-box {
		max-width: 100%;
		min-height: 400px;
	}
	.about-us {
		max-width: 100%;
		margin: 0;
	}
	.articles-box b {
		overflow: hidden;
	}
	.articles-box .article-items {
		text-align: center;
	}
	.articles-box .article-items .article-item .inner-item {
		margin: 0 auto;
	}
	.bg-section,
	.small-text {
		max-width: 100%;
	}
	.frame-img {
		margin: 0 0 10px;
	}
}

@media (min-width: 768px) {
	header .container {
		padding: 38px 15px;
	}
	header .logo img {
		width: 100%;
		height: auto;
	}
	header .nav-social {
		margin-bottom: 91px;
		display: flex;
	}
	header .nav-social-mobile {
		margin-bottom: 80px;
		display: none;
	}
	.icon-Nav {
		font-size: 3rem;
	}
	.nav-holder {
		margin-bottom: 82px;
	}
	.nav-social {
		margin-bottom: 44px;
	}
	.nav-social-mobile {
		margin-bottom: 44px;
	}
	.nav-social-mobile a {
		font-size: 1rem;
	}
	.nav-social a {
		font-size: 1rem;
	}
	.header-form {
		margin-bottom: 80px;
	}
	.header-form .btn-search {
		display: block;
	}
	.header-form .btn-search-arrow {
		display: none;
	}
	body {
		font-size: 1rem;
	}
	.h1,
	h1 {
		font-size: 4.17rem;
	}
	h3 {
		font-size: 2.35rem;
	}
	.banner {
		background-position: 50%;
		align-items: flex-end;
		justify-content: flex-end;
		min-height: 940px;
	}
	.inner-block {
		margin-bottom: 78px;
		max-width: 596px;
		margin-right: 140px;
		text-align: left;
		padding-top: 0;
	}
	.inner-block span {
		margin-bottom: 7px;
	}
	.inner-block h1 {
		line-height: 1.2;
		margin-bottom: 30px;
	}
	.learn_more {
		padding: 16px;
	}
	.watch_more {
		padding: 16px;
		min-width: 160px;
	}
	.about-block {
		padding: 64px 0;
		margin-bottom: -349px;
	}
	.about-block .container {
		display: flex;
	}
	.img-box {
		width: 57%;
		margin: 0;
	}
	.about-us {
		width: 42%;
		padding: 60px 15px 310px;
	}
	.about-us h2 {
		margin-bottom: 36px;
	}
	.about-us .holder {
		margin-left: 10px;
	}
	.bg-block {
		min-height: 430px;
	}
	.bg-block:before {
		display: none;
	}
	.link {
		padding: 14px 15px;
		min-width: 160px;
	}
	.articles-box b {
		margin-bottom: 43px;
	}
	.articles-box .article-items {
		margin: 0 -25px 64px;
		display: flex;
		text-align: left;
		justify-content: space-between;
	}
	.articles-box .article-items .article-item {
		width: 50%;
		max-width: 100%;
		padding: 0 25px;
		margin-bottom: 0;
	}
	.articles-box .article-items .article-item p {
		font-size: 1rem;
		line-height: 1.5;
		margin-bottom: 25px;
	}
	.link-img {
		margin-bottom: 31px;
	}
	.bg-section {
		margin-bottom: -156px;
		background-position: 0 0;
	}
	.bg-section .frame {
		margin: 0 auto 20px;
		padding-top: 40px;
	}
	.bg-section .frame .h1 {
		line-height: 1;
		margin-bottom: 44px;
	}
	.block-section {
		padding: 59px 0 59px;
		display: flex;
		align-items: flex-end;
		margin-bottom: 11px;
	}
	.block-section .container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.block-section .container .text-box {
		width: 41%;
	}
	.block-section .container .text-box span {
		margin-bottom: 14px;
	}
	.block-section .container .text-box h2 {
		line-height: 1.2;
		margin-bottom: 13px;
	}
	.block-section .container .text-box div {
		margin-bottom: 45px;
	}
	.block-section .container .text-box div p {
		font-size: 1rem;
	}
	.video-box {
		padding-right: 33px;
		width: 45vw;
		margin-bottom: 0;
		margin: auto;
		margin-right: 0;
	}
	.container.content-block {
		padding: 0 15px;
	}
	.item-wrap {
		/* margin-bottom: 0 */
	}
	.top-info {
		padding: 50px 0;
	}
	.top-info p {
		font-size: 1rem;
		margin-bottom: 27px;
	}
	.top-info h1 {
		font-size: 4.17rem;
	}
	.img-block {
		margin-bottom: 55px;
	}
	.info-wrap {
		min-height: 650px;
		margin-bottom: 58px;
	}
	.info-wrap .title-box .h1 {
		margin-bottom: 36px;
	}
	.info-wrap .title-box .h1 span {
		display: inline-block;
	}
	.full-box {
		min-height: 287px;
		padding: 30px 15px 49px;
	}
	.full-box .inner .h1 {
		margin-bottom: 24px;
	}
	.content-form .button {
		min-width: 90px;
	}
	.width-page .page-holder .container {
		padding: 0 15px;
	}
	.width-page .top-block {
		/* min-height: 674px; */
		padding: 222px 15px 235px;
		margin-bottom: -227px;
	}
	.width-page .top-block span {
		margin-bottom: 17px;
	}
	.width-page .top-block .subtitle {
		font-size: 2.92rem;
	}
	.width-page .top-block h1 {
		line-height: 1;
	}
	.width-page .top-block .container {
		margin-bottom: 0;
	}
	.width-page .articles-box .article-items {
		margin: 0 -13px 49px;
	}
	.width-page .articles-box .article-items .article-item {
		margin-left: 0;
		margin-right: 0;
		padding: 0 13px;
		/* width: 33%; */
		width: 50%;
		margin-bottom: 30px;
	}
	.width-page .articles-box .article-items .inner-item h3 {
		margin-bottom: 8px;
	}
	.width-page .articles-box h2 {
		font-size: 2.92rem;
		text-align: left;
	}
	.width-page .articles-box h2 span {
		padding: 0;
	}
	.width-page .articles-box h2 span:after, .width-page .articles-box h2 span:before {
		display: none;
	}
	.width-page .articles-box .link-img {
		margin-bottom: 22px;
	}
	.width-page .full-box {
		margin-bottom: 42px;
	}
	.width-page p {
		line-height: 1.5;
	}
	.cover-box .info-section {
		font-size: 1rem;
		margin-bottom: 49px;
	}
	.cover-box .info-section h2 {
		margin-bottom: 12px;
	}
	.cover-box p {
		line-height: 1.5;
	}
	.date-block {
		padding: 0;
		margin-bottom: 13px;
		margin-top: 38px;
	}
	/* .date-block .nav-social li a {
      font-size: 1rem
  } */
	.cover-img {
		margin: 0 auto 15px;
		max-width: 584px;
	}
	.cover-img img {
		width: 100%;
		height: auto;
	}
	.bloquequote-box {
		min-height: 300px;
		margin-bottom: 61px;
	}
	.box-inform {
		margin-bottom: 34px;
	}
	.box-inform .d-block {
		display: inline-block;
	}
	.box-inform.last-box {
		margin-bottom: 58px;
	}
	.images-cover {
		margin: 0 -5px 20px;
	}
	.btn-link {
		padding: 15px 5px;
		min-width: 67px;
		margin-bottom: 30px;
	}
	.holder-btn {
		margin-bottom: 20px;
	}
	.holder-btn li {
		margin-right: 23px;
	}
	.section-contact {
		/* padding-top: 62px; */
		display: flex;
		justify-content: space-between;
	}
	.section-contact .nav-social {
		margin-bottom: 50px;
	}
	.section-contact .nav-social li {
		margin-right: 14px;
	}
	/* .section-contact:before {
      left: -128px;
      right: -128px
  } */
	.holder-contain {
		margin-bottom: 52px;
	}
	.holder-contain.space-box {
		margin-bottom: 52px;
	}
	.holder-contain.space-box .images-cover {
		margin: 0 -10px 20px;
	}
	.holder-contain.space-box .images-cover .holder {
		padding: 0 10px;
	}
	.holder-contain.space-width {
		margin-bottom: 50px;
	}
	.holder-contain.space-width .images-cover {
		margin: 0 -8px 20px;
	}
	.holder-contain.space-width .images-cover .holder {
		padding: 0 8px;
	}
	.wrap-blocks {
		display: flex;
		align-items: center;
		margin-bottom: 59px;
	}
	.wrap-blocks .info b,
	.wrap-blocks .info span {
		text-align: left;
	}
	.wrap-blocks .holder-image {
		margin: 0 9px 0 0;
		width: 126px;
		height: 126px;
	}
	.banner.banner-page {
		min-height: 940px;
		padding: 100px 30px 23px 125px;
	}
	.banner.banner-page span {
		margin-bottom: 17px;
	}
	.banner.banner-page .subtitle {
		font-size: 2.92rem;
		margin-bottom: 45px;
	}
	.banner.banner-page h1 {
		line-height: 1;
	}
	.dialog-holder .dialog-block {
		margin-bottom: 43px;
	}
	.big-symbol {
		font-size: 5rem;
	}
	.wrapper-content .holder-contain {
		padding-top: 38px;
	}
	.wrapper-content .holder-contain.space-box .images-cover img {
		height: 548px;
	}
	.wrapper-content .contain-video .video-box {
		margin-bottom: 63px;
		padding: 52px 52px 48px;
	}
	.width-page .contain-video .video-box {
		margin-bottom: 63px;
		padding: 52px 52px 48px;
	}
	.wrapper-content .contain-video .video-box .title-block h2,
	.width-page .contain-video .video-box .title-block h2 {
		font-size: 2.92rem;
	}
	.thumbnail-bar li {
		border: 12px solid transparent;
		height: auto;
	}
	.thumbnail-bar li img {
		height: auto;
		-o-object-fit: contain;
		object-fit: contain;
	}
	.gallery-block {
		margin: 0 auto 56px;
	}
	.hold-info {
		margin-bottom: 58px;
	}
	.slider.text-box {
		padding: 38px 43px 31px;
	}
	.slider.text-box h2 {
		font-size: 2.92rem;
	}
	.slider .slide {
		font-size: 1rem;
	}
	.width-page.gallery-page .top-block {
		padding: 186px 30px 217px;
		margin-bottom: -209px;
	}
	.width-page.gallery-page .top-block .container {
		margin-bottom: 43px;
	}
	.width-page.gallery-page .top-block .container h1 {
		margin-bottom: 3px;
	}
	.width-page.gallery-page .cover-box .container {
		margin-bottom: 57px;
	}
	.width-page.gallery-page .section-contact {
		padding-top: 40px;
	}
	.width-page.article-page .top-block {
		padding: 136px 30px 132px;
		min-height: 450px;
		margin-bottom: -73px;
	}
	.width-page.article-page h1 {
		margin-bottom: 12px;
	}
	.width-page .categories {
		padding: 23px 15px 11px;
	}
	.width-page .categories .category-title {
		display: block;
	}
	.width-page .categories .holder-category {
		padding: 0 23px;
		width: 33%;
	}
	.width-page .categories .holder-category:nth-child(odd) {
		border: 0;
	}
	.width-page .categories .holder-category select {
		text-transform: none;
		font-size: 1.2rem;
		font-weight: 400;
		padding: 7px 49px 7px 13px;
	}
	.width-page .categories .holder-category .wrap-select {
		background-color: rgba(255, 255, 255, 0.42);
	}
	.width-page .categories .holder-category .wrap-select:before {
		right: 11px;
	}
	.slick-page .gallery-frame .thumbnail-bar li {
		width: 15% !important;
	}
	.full-gallery .image-gallery .video-box {
		height: 258px;
		margin-bottom: 25px;
	}
	.full-gallery span {
		margin-bottom: 34px;
	}
	.inform span {
		margin-bottom: 10px;
	}
	.slides-cover .slide {
		width: 25%;
	}
	.careers-page .item-wrapper {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		padding: 65px 0 58px;
	}
	.careers-page .item-wrapper .left-box {
		padding-right: 15px;
	}
	.empty-block {
		min-height: 375px;
	}
	.empty-block .container {
		padding: 126px 15px 30px !important;
	}
	.wrapper.search-page .top-block {
		padding: 228px 30px 132px;
	}
	.wrapper.search-page .categories form .holder-category select {
		padding: 9px 49px 9px 13px;
	}
	.wrapper.search-page .categories .btn-search {
		right: 23px;
		top: 67%;
	}
	.newsletter-page {
		background-image: url(../images/bg-lightbox2x.jpg);
	}
	.top-area.container {
		padding: 36px 12px 20px;
	}
	.top-area .logo {
		visibility: visible;
	}
	.newsletter-box {
		min-height: 940px;
		padding: 64px 30px 50px;
	}
	.newsletter-box .form-box {
		width: 52%;
		padding: 20px;
	}
	.newsletter-box .form-box:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(255, 255, 255, 0.2);
		-webkit-backdrop-filter: blur(13.2px);
		backdrop-filter: blur(13.2px);
		z-index: -1;
	}
	.newsletter-box .form-box .content-form {
		margin-bottom: 25px;
	}
	.newsletter-box .empty-img {
		display: block;
	}
	.newsletter-box .container {
		margin-bottom: 130px;
	}
	.newsletter-box h1 {
		margin-bottom: 5px;
		line-height: 1;
	}
	.newsletter-box .intro-box {
		margin-bottom: 0;
	}
	.wrapper.terms-page .container.font-box {
		letter-spacing: .6px;
		margin-bottom: 60px;
	}
	.wrapper.terms-page .container.font-box h3 {
		margin-bottom: 7px;
	}
	.wrapper.terms-page .empty-block {
		min-height: 375px;
	}
	.wrapper.terms-page .empty-block .container {
		padding: 126px 15px 89px !important;
	}
	.contact-page .container.font-box {
		justify-content: space-between;
		padding: 58px 15px 32px !important;
	}
	.contact-page .empty-block {
		min-height: 376px;
	}
	.contact-page .empty-block .container {
		padding: 63px 15px 30px !important;
	}
	.form-bar {
		width: 62%;
	}
	.form-bar input {
		margin-bottom: 30px;
	}
	.form-bar textarea {
		margin-bottom: 30px;
		margin-bottom: 26px;
		height: 190px;
	}
	.form-bar label {
		margin-bottom: 11px;
	}
	.form-bar button {
		min-width: 156px;
		font-size: 1rem;
		width: auto;
	}
	.address-bar {
		width: 31%;
		order: 0;
		padding-top: 0;
	}
	.address-bar span {
		margin-bottom: 18px;
	}
	.address-bar address {
		margin-bottom: 8px;
	}
	.address-bar .nav-social {
		display: flex;
	}
	.address-bar .nav-social-mobile {
		display: none;
	}
	.footer .container {
		margin-bottom: 40px;
	}
	.footer .nav-social {
		display: flex;
	}
	.footer .nav-social-mobile {
		display: none;
	}
	.footer .nav-social-mobile:before {
		display: none;
	}
	.footer-list {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 90px;
		justify-content: center;
	}
	.footer-list li {
		margin-bottom: 0;
		margin-right: 15px;
	}
	.footer-logo {
		margin-bottom: 80px;
	}
	.feature-block + .expanded-video-block {
		margin-top: -180px;
		padding-top: 218px;
	}
}

@media (min-width: 1024px) {
	.nav-menu > .container {
		margin-top: 140px;
	}
	.nav-menu .top-box .container {
		padding-bottom: 38px;
	}
	.img-box {
		width: 50%;
		min-height: 597px;
	}
	.img-box span {
		font-size: 6.42em;
	}
	.about-us {
		margin-bottom: 40px;
		padding: 13px 30px 270px 88px;
	}
	.block-section .container {
		align-items: flex-start;
	}
	.block-section .container .text-box {
		padding-top: 77px;
	}
	.banner.banner-page .hold {
		text-align: right;
	}
	.loader-box {
		margin: 0 auto 100px;
	}
	.slick-page .gallery-block.slider-page {
		padding-top: 119px;
	}
	.slick-page .gallery-block.slider-page .text-box {
		padding: 55px 150px 63px 141px;
	}
	.slick-page .gallery-block.slider-page .text-box h2 {
		line-height: 1.61;
		margin-bottom: 15px;
	}
	.slick-page .gallery-frame {
		flex-direction: row-reverse;
	}
	.slick-page .gallery-frame .thumbnail-bar li {
		display: flex;
		align-items: center;
		width: 100% !important;
		border: none;
		padding: 12px;
		float: none;
	}
	.slick-page .gallery-frame .thumbnail-bar li .text-video {
		display: block;
	}
	.slick-page .gallery-frame .thumbnail-bar li .img-slide {
		margin-right: 10px;
		width: 90px;
		height: 90px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.slick-page .gallery-frame .thumbnail-bar li:nth-child(2n):after {
		content: "";
		position: absolute;
		top: 100%;
		right: 12px;
		left: 12px;
		background-color: #2b2b2b;
		height: 1px;
	}
	.slick-page .gallery-frame .slider {
		width: calc(100% - 318px);
	}
	.slick-page .subtitle-slider {
		margin-bottom: 13px;
	}
	.slick-page .slide-info {
		font-size: 1rem;
		margin-bottom: 28px;
	}
	/* .slick-page .gallery-frame .thumbnail-bar {
      flex: 0 0 318px;
      width: 318px
  } */
	.full-gallery {
		padding: 30px 0 40px;
	}
	.full-gallery .image-gallery .slick-next {
		right: -62px;
		width: 55px;
		height: 100px;
	}
	.full-gallery .image-gallery .slick-next:before {
		width: 42px;
		height: 4px;
		top: 65px;
	}
	.full-gallery .image-gallery .slick-next:after {
		width: 42px;
		height: 4px;
		top: 29px;
	}
	.full-gallery .image-gallery .slick-prev {
		left: -47px;
		width: 45px;
		height: 100px;
	}
	.full-gallery .image-gallery .slick-prev:before {
		width: 42px;
		height: 4px;
		top: 67px;
	}
	.full-gallery .image-gallery .slick-prev:after {
		width: 42px;
		height: 4px;
		top: 31px;
	}
	.careers-page .item-wrapper h3 {
		font-size: 2.92rem;
	}
	.careers-page .blocks {
		margin-bottom: 200px;
	}
	.empty-block h2 {
		font-size: 2.92rem;
	}
	.wrapper.search-page .top-block {
		margin-bottom: -88px;
		min-height: 446px;
	}
	.wrapper.search-page .categories form .holder-category {
		width: 33%;
	}
	.wrapper.search-page .categories form .holder-category.search {
		width: 67%;
	}
	.footer {
		padding: 142px 15px 50px;
		min-height: 626px;
	}
	.footer-list li {
		margin-right: 30px;
	}
}

@media (min-width: 1920px) {
	.banner.banner-page .container {
		padding: 0 31px 57px;
	}
}

@media only screen and (max-height: 667px) {
	.nav-menu > .container {
		display: block;
	}
	.nav-holder {
		height: auto;
	}
	.nav-holder .nav {
		position: static;
		overflow: visible;
		max-height: none;
	}
}

/* Adjustments for guttenberg basic elements */
/* Container Adjustments for Paragraphs */
.page-template-default .main {
	padding-top: 200px;
}

.main > ul, .page-template-default .main .entry-content > ul {
	padding: 28px;
	max-width: 810px;
	padding: 30px 50px;
	margin-left: auto;
	margin-right: auto;
	display: inherit;
	letter-spacing: .6px;
	line-height: 1.4;
	margin-bottom: 1.5em;
	font-size: 1.35rem;
	font-family: Khula, sans-serif;
	list-style: initial;
}

@media screen and (min-width: 768px) {
	.main > ul, .page-template-default .main .entry-content > ul {
		line-height: 1.5;
		padding: 0 15px 0 30px;
		font-size: 1rem;
	}
}

.main > p, .page-template-default .main .entry-content > p {
	max-width: 810px;
	padding: 0 30px;
	margin-left: auto;
	margin-right: auto;
	display: inherit;
	letter-spacing: .6px;
	line-height: 1.4;
	margin-bottom: 1.5em;
	font-size: 1.35rem;
	font-family: Khula, sans-serif;
}

.main > p a, .page-template-default .main .entry-content > p a {
	font-weight: 700;
	font-family: Khula, sans-serif;
	color: #000;
	text-decoration: underline;
	transition: color .3s;
}

.main > p a:hover, .page-template-default .main .entry-content > p a:hover {
	color: #ee9b64;
	text-decoration: underline;
}

.main > h1,
.main > h2,
.main > h3,
.main > h4,
.main > h5,
.main > h6, .page-template-default .main .entry-content > h1,
.page-template-default .main .entry-content > h2,
.page-template-default .main .entry-content > h3,
.page-template-default .main .entry-content > h4,
.page-template-default .main .entry-content > h5,
.page-template-default .main .entry-content > h6 {
	max-width: 810px;
	/* padding: 0 15px; */
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.main > h2,
.main > h3, .page-template-default .main .entry-content > h2,
.page-template-default .main .entry-content > h3 {
	font-weight: 300;
	text-transform: capitalize;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.main > p, .page-template-default .main .entry-content > p {
		line-height: 1.5;
		padding: 0 15px;
		font-size: 1rem;
	}
	.main > h1,
	.main > h2,
	.main > h3,
	.main > h4,
	.main > h5,
	.main > h6, .page-template-default .main .entry-content > h1,
	.page-template-default .main .entry-content > h2,
	.page-template-default .main .entry-content > h3,
	.page-template-default .main .entry-content > h4,
	.page-template-default .main .entry-content > h5,
	.page-template-default .main .entry-content > h6 {
		max-width: 810px;
		/* padding: 0 15px; */
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.main > h2,
	.main > h3, .page-template-default .main .entry-content > h2,
	.page-template-default .main .entry-content > h3 {
		margin-bottom: 12px;
	}
}

.wp-block-image {
	margin: 0 auto;
	max-width: 810px;
	text-align: center;
	padding: 0 15px;
	padding-top: 0px;
	margin-bottom: 52px;
}

.wp-block-image img {
	width: 100%;
	height: auto;
}

.wp-block-image figcaption {
	width: 100%;
	font-weight: 100;
	font-style: italic;
	letter-spacing: 1.8px !important;
	text-align: center;
	color: #343333;
	text-transform: uppercase;
	line-height: 2 !important;
	/* max-width: 275px; */
	margin: 15px auto 0px auto;
	font-size: .6rem;
	font-family: Canela, sans-serif;
}

/* Fixing Images shrink */
@media (min-width: 790px) {
	.width-page .top-block {
		padding-left: calc((100% - 780px) / 2);
		padding-right: calc((100% - 780px) / 2);
	}
}

.banner.banner-page:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(rgba(44, 44, 44, 0), #2c2c2c);
}

@media (min-width: 768px) {
	.gallery-grid {
		margin-bottom: -100px;
	}
}

.plyr__control--overlaid {
	background: none !important;
	border: 2px solid #FFF !important;
	width: 70px !important;
	height: 70px !important;
}

.plyr__control--overlaid svg {
	left: 50% !important;
	transform: translateX(calc(-50% + 1px)) !important;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
	background: rgba(0, 0, 0, 0.1) !important;
}

.top-block.plain-page {
	padding: 180px 30px 142px;
	margin-bottom: 0;
	text-align: left;
	justify-content: flex-start;
}

@media (min-width: 768px) {
	.top-block.plain-page {
		padding: 180px 15px 142px;
	}
}

@media (min-width: 1024px) {
	.top-block.plain-page {
		padding: 180px 15px 142px;
		margin-bottom: 0;
		padding-left: calc((100% - 780px) / 2);
		padding-right: calc((100% - 780px) / 2);
	}
}

.contact-name input,
.contact-email input,
.contact-message textarea {
	margin-top: 15px;
}

.follow-us-instagram {
	color: #343333;
	text-decoration: none;
}

.follow-us-instagram:hover {
	color: #343333;
	text-decoration: none;
}

.plyr__poster {
	background-size: cover !important;
}

.wp-block-separator {
	position: relative;
	border: none;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	/* max-width: 800px; */
}

.wp-block-separator:before {
	content: "";
	position: absolute;
	top: calc(50% + .5px);
	left: 50%;
	right: 20px;
	height: 1px;
	background-color: #e3e3e3;
	max-width: calc(800px + 256px);
	transform: translateX(-50%);
	width: calc(100% - 60px);
}

/* @media (min-width: 768px) {
    .wp-block-separator:before {
        left: -128px;
        right: -128px;
    }
} */
.info-wrap:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
}

.background-wrapper.background-image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 0%, transparent 70%);
}

.contain-video.article-video .video-box .plyr {
	position: absolute;
	width: 100%;
	/* height: 100%; */
	left: 0;
	top: 0;
	z-index: 2;
}

.wrapper-content .contain-video.article-video .video-box:before,
.width-page .contain-video.article-video .video-box:before {
	content: "";
	padding-top: 56.25%;
}

.wrapper-content .contain-video.article-video .video-box .title-block,
.width-page .contain-video.article-video .video-box .title-block {
	color: #fff;
	max-width: 1000px;
	z-index: 1;
	transform: translateZ(0);
	transition: 300ms ease;
	width: 100%;
	color: #000;
}

.wrapper-content .contain-video.article-video .video-box .title-block:before,
.width-page .contain-video.article-video .video-box .title-block:before {
	content: "";
	padding-top: calc(56.26% + 20px);
	display: block;
}

.wrapper-content .contain-video .video-box .title-block h2,
.width-page .contain-video .video-box .title-block h2 {
	color: #000;
}

.wrapper-content .contain-video.article-video .video-box,
.width-page .contain-video.article-video .video-box {
	min-height: inherit;
	/* background-repeat: no-repeat; */
	/* background-size: cover; */
	/* background-position: 50%; */
	/* max-width: 1185px; */
	width: 100%;
	display: flex;
	/* align-items: flex-end; */
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
}

@media (min-width: 768px) {
	.contain-video.article-video .video-box .plyr.plyr--playing + .title-block {
		opacity: 0;
		visibility: hidden;
	}
	.wrapper-content .contain-video.article-video .video-box .title-block,
	.width-page .contain-video.article-video .video-box .title-block {
		color: #fff;
		max-width: 1000px;
		z-index: 3;
		transition: 300ms ease;
		position: absolute;
		bottom: 60px;
		left: 60px;
	}
	.wrapper-content .contain-video.article-video .video-box .title-block:before,
	.width-page .contain-video.article-video .video-box .title-block:before {
		content: inherit;
	}
	.wrapper-content .contain-video .video-box .title-block h2,
	.width-page .contain-video .video-box .title-block h2 {
		color: #FFF;
	}
}

.new-article-video {
	position: relative;
	padding: 0 30px;
}

.new-article-video-wrapper {
	padding: 0 auto 20px;
	margin-bottom: 63px;
}

.new-article-video .new-article-video-wrapper {
	min-height: inherit;
	width: 100%;
	display: flex;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
}

.new-article-video .new-article-video-wrapper .plyr {
	position: absolute;
	width: 100%;
	/* height: 100%; */
	left: 0;
	top: 0;
	z-index: 2;
}

.new-article-video .new-article-video-wrapper:before {
	content: "";
	padding-top: 56.25%;
}

.new-article-video .new-article-video-wrapper .title-block {
	color: #fff;
	max-width: 1000px;
	z-index: 1;
	transform: translateZ(0);
	transition: 300ms ease;
	width: 100%;
	color: #000;
}

.new-article-video .new-article-video-wrapper .title-block:before {
	content: "";
	padding-top: calc(56.26% + 20px);
	display: block;
}

.new-article-video .new-article-video-wrapper .title-block h2 {
	color: #000;
}

@media (min-width: 768px) {
	.new-article-video {
		padding: 0 15px;
	}
	.new-article-video-wrapper {
		padding: 52px 52px 48px;
		margin-bottom: 63px;
	}
	.new-article-video .new-article-video-wrapper .plyr.plyr--playing + .title-block {
		opacity: 0;
		visibility: hidden;
	}
	.new-article-video .new-article-video-wrapper .title-block {
		color: #fff;
		max-width: 1000px;
		z-index: 3;
		transition: 300ms ease;
		position: absolute;
		bottom: 60px;
		left: 60px;
		width: calc(100% - 120px);
	}
	.new-article-video .new-article-video-wrapper .title-block:before {
		content: inherit;
	}
	.new-article-video .new-article-video-wrapper .title-block h2 {
		color: #FFF;
	}
}

/* Forcing 16:9 Aspect Ratio */
/* @supports not (aspect-ratio:16/9) {

    .plyr__video-embed,
    .plyr__video-wrapper--fixed-ratio {
        height: 0;
        padding-bottom: 0 !important;
        position: relative;
    }
} */
.header-styler {
	font-size: 1.2rem;
	font-weight: 600;
	font-family: Saira, sans-serif;
	letter-spacing: 4.2px;
	color: #343333;
	text-transform: uppercase;
	display: flex;
	text-align: center;
	margin-bottom: 28px;
	justify-content: center;
	align-items: center;
	margin-top: 28px;
}

.header-styler:before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 60px);
	height: 1px;
	background: #dedede;
}

.header-styler .header-styler-content {
	display: inline-flex;
	padding: 0 15px;
	background: #FFF;
	z-index: 1;
	max-width: 80%;
}

@media (min-width: 768px) {
	.header-styler {
		margin-bottom: 43px;
		margin-top: 43px;
	}
	.header-styler .header-styler-content {
		max-width: 300px;
	}
}

.countdown {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
}

.countdown:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.6;
}

.countdown-wrapper {
	z-index: 1;
	transition: 600ms all ease;
	position: absolute;
	left: 50%;
	bottom: calc(50% + 40px);
	transform: translate(-50%, 50%);
}

.countdown .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 220px;
	padding: 30px;
	transition: 300px all ease;
}

.countdown .logo img {
	width: 35px;
}

.countdown .headline {
	font-family: 'Saira';
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 4.5px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 15px;
}

.countdown-timer {
	display: flex;
	align-items: center;
	justify-content: center;
}

.countdown-number {
	margin-right: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.main-number {
	height: 45px;
	width: 63px;
	margin: 0 0 10px;
	font-family: 'Saira';
	font-size: 52px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 50px;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	position: relative;
}

.countdown-number .main-number:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #FFF;
	border-radius: 100%;
	right: -20px;
	top: 50%;
	transform: translate(-50%);
}

.countdown-number:last-child .main-number:after {
	display: none;
}

.countdown-number .label {
	font-family: 'Saira';
	font-size: 10px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 1.4px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.countdown-cta {
	position: absolute;
	bottom: 104px;
	left: 50%;
	font-family: 'Saira';
	font-size: 10px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.7;
	letter-spacing: 3px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border-width: 2px;
	border-style: solid;
	border-image-source: linear-gradient(to right, #8288de, #ee9b64);
	padding: 16px 20px;
	border-image-slice: 1;
	transition: 300ms background ease-in-out;
	transform: translateX(-50%);
	min-width: 220px;
}

.countdown-cta:hover {
	color: #FBFBFB;
	background: rgba(255, 255, 255, 0.01);
}

/* Voucher */
.voucher {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	transition: 600ms ease all;
	padding: 0 20px;
}

.voucher .voucher-wrapper {
	position: absolute;
	top: 90px;
}

.voucher .voucher-title {
	font-family: 'Canela';
	font-size: 50px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #0f0f0f;
}

.voucher .voucher-headline {
	font-family: 'Saira';
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 3.6px;
	text-align: center;
	color: #0f0f0f;
	text-transform: uppercase;
	max-width: 310px;
	margin: 10px auto 20px;
}

.voucher .voucher-content {
	font-family: 'Khula';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.8px;
	text-align: center;
	color: #0f0f0f;
	max-width: 570px;
}

.voucher .voucher-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.voucher .voucher-form .input-email-label {
	font-family: 'Saira';
	font-size: 10px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: 2.4px;
	text-align: center;
	color: #0f0f0f;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
	max-width: 320px;
}

.voucher .voucher-form .input-email {
	width: 318px;
	height: 47px;
	margin: 0px 36px 35px;
	padding: 10px 20px;
	border: solid 1px #fff;
	background-color: #efefef;
	font-size: 14px;
}

.voucher .voucher-form .voucher-submit-btn {
	background: rgba(0, 0, 0, 0);
	font-family: 'Saira';
	font-size: 10px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.7;
	letter-spacing: 3px;
	text-align: center;
	color: #0f0f0f;
	text-transform: uppercase;
	border-width: 2px;
	border-style: solid;
	border-image-source: linear-gradient(to right, #8288de, #ee9b64);
	padding: 16px 40px;
	border-image-slice: 1;
	transition: 300ms background ease-in-out;
	cursor: pointer;
	font-weight: bold;
}

.voucher .voucher-form .voucher-submit-btn:hover {
	background: rgba(0, 0, 0, 0.01);
}

.voucher .logo-inverted {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 220px;
	padding: 30px;
	transition: 300px all ease;
}

.voucher .logo-inverted img {
	width: 50px;
	filter: invert(1);
}

.show-voucher .voucher {
	visibility: visible;
	opacity: 1;
}

.show-voucher .countdown .headline {
	color: #000;
	font-weight: bold;
}

.show-voucher .countdown-wrapper {
	bottom: 40px;
	transform: translate(-50%, 0);
}

.show-voucher .main-number {
	color: #000;
}

.show-voucher .countdown-number .main-number:after {
	background: #000;
}

.show-voucher .countdown-number .label {
	color: #000;
}

.show-voucher .countdown .logo {
	visibility: hidden;
	opacity: 0;
}

.countdown-number:nth-child(1) {
	opacity: 1;
}

.countdown-number:nth-child(2) {
	opacity: .8;
}

.countdown-number:nth-child(3) {
	opacity: .6;
}

.countdown-number:nth-child(4) {
	opacity: .4;
}

.countdown-number:nth-child(1):after {
	opacity: 1;
}

.countdown-number:nth-child(2):after {
	opacity: .8;
}

.countdown-number:nth-child(3):after {
	opacity: .6;
}

.countdown-number:nth-child(4):after {
	opacity: .4;
}

.countdown-number:last-child {
	margin-right: 0;
}

@media (min-width: 768px) {
	.countdown-cta {
		left: inherit;
		bottom: inherit;
		right: 56px;
		top: 56px;
		transform: inherit;
	}
	.countdown .headline {
		margin-bottom: 10px;
		margin-top: 15px;
		font-size: 10px;
		font-weight: 500;
	}
	.main-number {
		height: 45px;
		width: 50px;
		margin: 0 0 3px;
		font-size: 40px;
	}
	.countdown-number {
		margin-right: 22px;
	}
	.countdown-number .main-number:after {
		width: 4px;
		height: 4px;
		right: -15px;
	}
	.countdown-number .label {
		font-size: 8px;
	}
	.countdown-wrapper {
		/* margin-top: 0px; */
	}
}

.entry-content div.hero-box:not(:first-child) {
	margin-top: 40px;
	margin-bottom: 40px;
}

/* 
@media (min-width: 768px) {
    .nav-opener {
        display: inline-block;
    }
} */
.SeriesMainBlock {
	padding-top: 132px;
	background-color: #101010;
}

.SeriesMainBlock__wrapper {
	background-color: #191919;
}

.SeriesThumbnailSlider__item {
	border-width: 15px;
	position: relative;
	height: auto;
	width: 25% !important;
	cursor: pointer;
	background-color: #191919;
	transition: .3s ease-in-out;
	transition-property: all !important;
}

.SeriesThumbnailSlider__item.swiper-slide-thumb-active {
	background-color: #ee9b64;
	transition: background-color .3s ease-in-out;
}

.SeriesThumbnailSlider__item--thumb {
	display: block;
	position: relative;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 15px;
}

.SeriesThumbnailSlider__item--thumb:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 100%;
}

.SeriesThumbnailSlider__item--thumb:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	transition: background-color .3s ease-in-out;
}

.SeriesThumbnailSlider__item.swiper-slide-thumb-active .SeriesThumbnailSlider__item--thumb::after {
	background-color: rgba(0, 0, 0, 0);
	transition: .3s ease-in-out;
}

.SeriesThumbnailSlider__details {
	display: none;
}

.EpisodeDetailsSlider {
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
	color: #FFF;
}

.EpisodeDetailsSlider__item-wrapper {
	padding: 40px 33px 18px;
}

.EpisodeDetailsSlider__item--subtitle {
	font-family: Saira, sans-serif;
	font-size: .85rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 4px;
	display: block;
}

.EpisodeDetailsSlider__item--title {
	font-family: 'Canela', sans-serif;
	font-size: 2.35rem !important;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 11px;
	color: #FFF;
}

.EpisodeDetailsSlider__item--details {
	margin-bottom: 10px;
	font-size: 1.35rem;
}

.full-gallery .image-gallery .slide .video-box:before,
.slides-cover .slide .video-box:before {
	transition: all .3s;
	cursor: pointer;
}

.full-gallery .image-gallery .slide:hover .video-box:before,
.slides-cover .slide:hover .video-box:before {
	background-color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
	.SeriesThumbnailSlider__item {
		width: 15% !important;
	}
}

@media (min-width: 1024px) {
	.SeriesMainBlock__wrapper {
		display: flex;
		max-width: 1500px;
		margin: 0 auto;
		width: 100%;
	}
	.SeriesVideoSlider {
		width: calc(100% - 318px);
	}
	.SeriesThumbnailSlider {
		width: 318px;
	}
	.SeriesThumbnailSlider__item {
		width: calc(100% - 20px) !important;
		height: auto !important;
		padding: 10px;
		display: flex;
		border-bottom: 1px solid #2b2b2b;
		background-color: #191919;
		transition: .3s ease-in-out;
	}
	.SeriesThumbnailSlider__item:first-child {
		border-bottom: 1px solid #2b2b2b;
	}
	.SeriesThumbnailSlider__item--thumb {
		display: block;
		position: relative;
		width: 90px;
		height: 90px;
		margin: 0 10px 0 0;
	}
	.SeriesThumbnailSlider__item--thumb:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.7);
		transition: .3s ease-in-out;
	}
	.SeriesThumbnailSlider__item:hover {
		background-color: #ee9b64;
		transition: .3s ease-in-out;
	}
	.SeriesThumbnailSlider__item:hover .SeriesThumbnailSlider__item--thumb::after {
		background-color: rgba(0, 0, 0, 0);
		transition: .3s ease-in-out;
	}
	.SeriesThumbnailSlider__item.swiper-slide-thumb-active .SeriesThumbnailSlider__item--thumb::after {
		background-color: rgba(0, 0, 0, 0);
		transition: .3s ease-in-out;
	}
	.SeriesThumbnailSlider__details {
		display: block !important;
		font-family: 'Khula', sans-serif;
		font-size: .85rem;
		line-height: 1.4;
		letter-spacing: .5px;
		color: #fff;
		flex: 1;
		padding-top: 10px;
		transition: color .3s;
		padding-right: 10px;
	}
	.SeriesThumbnailSlider__item:hover .SeriesThumbnailSlider__details {
		color: #191919;
	}
	.SeriesThumbnailSlider__item.swiper-slide-thumb-active .SeriesThumbnailSlider__details {
		color: #191919;
	}
	.SeriesThumbnailSlider__item.swiper-slide-thumb-active .SeriesThumbnailSlider__details .SeriesThumbnailSlider__item--duration {
		color: #000;
	}
}

@supports not (aspect-ratio: 16/9) {
	.plyr--video {
		height: 100%;
	}
	.plyr__video-embed,
	.plyr__video-wrapper--fixed-ratio {
		height: 100% !important;
		padding-bottom: 0 !important;
	}
	.plyr.plyr--youtube .plyr__video-embed {
		/* height: 0 !important; */
		height: 100%;
		padding-bottom: 56.25% !important;
	}
}

.submit-btn-wrapper {
	font-family: Saira, sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 3px;
	-o-border-image: linear-gradient(90deg, #8288de, #ee9b64);
	border-image: linear-gradient(90deg, #8288de, #ee9b64);
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	border-image-slice: 1;
	/* padding: 14px 15px; */
	color: #000;
	min-width: 152px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
	transition: color .3s, background 1s;
	position: relative;
	width: 100%;
	cursor: pointer;
	min-width: 160px;
	height: 46px;
}

input.wpcf7-form-control.wpcf7-submit {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
	width: 100%;
	height: 100%;
	font-family: Saira, sans-serif;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	transition: color .3s, background 1s;
}

@media (min-width: 768px) {
	.submit-btn-wrapper {
		max-width: 156px;
	}
}

.submit-btn-wrapper:hover input.wpcf7-form-control.wpcf7-submit {
	color: #FFF;
}

.submit-btn-wrapper:after {
	content: "";
	opacity: 0;
	transition: opacity .3s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.submit-btn-wrapper:hover:after {
	background: linear-gradient(90deg, #8288de, #ee9b64);
	opacity: 1;
}

.form-bar input,
.form-bar textarea {
	margin-top: 10px;
}

.loading-page {
	display: flex;
	height: 100vh;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 400ms linear;
	background-color: #000;
}

.loading-page:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.88;
}

.loading-wrapper {
	z-index: 1;
	transition: 600ms all ease;
	position: absolute;
	left: 50%;
	bottom: calc(50% + 40px);
	transform: translate(-50%, 50%);
	width: 100%;
}

.loading-page .progress {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 240px;
	padding: 30px;
	transition: 300px all ease;
	width: 200px;
	height: 100px;
	margin: 0 auto;
}

.loading-page .progress .progress-count {
	font-family: 'Saira';
	font-size: 32px;
	font-weight: 600;
	line-height: 1.38;
	color: #FFF;
	margin-left: 5px;
}

.loading-page .progress .progress-count::after {
	content: "%";
}

.loading-page .header:before {
	background: none;
}

.loading-page .phrases {
	margin-top: 30px;
	margin-top: 30px;
	display: inline-block;
	white-space: inherit;
	width: 100%;
	padding: 0 18px;
	text-align: center;
}

.loading-page .phrases .phrase {
	font-family: Saira, sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: 0.3px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
}

.loading-page .phrases .phrase::after {
	content: '|';
	margin: 0 5px;
	color: #343333;
}

.loading-page .phrases .phrase:last-child:after {
	display: none;
}

@media (min-width: 768px) {
	.loading-page .phrases .phrase {
		font-size: 10px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		/* line-height: 40; */
		letter-spacing: 3px;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
	}
}

@-webkit-keyframes rotating

/* Safari and Chrome */ {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

.page-about-us {
	color: #000;
}

.page-about-us .b-hero {
	height: 100vh;
	background: #000;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 32px;
}

.page-about-us .b-hero .background_image-with-caption {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center;
	background-size: cover;
}

.page-about-us .b-hero .background_image-with-caption:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.46);
	top: 0;
	left: 0;
}

.page-about-us .b-hero .content-wrapper {
	z-index: 3;
	max-width: 650px;
}

.page-about-us .b-hero .content-wrapper .headline {
	font-family: 'Canela';
	font-size: 50px;
	font-weight: 300;
	font-stretch: normal;
	font-style: italic;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
}

.page-about-us .b-hero .bottom-cta {
	z-index: 3;
	position: absolute;
	bottom: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.page-about-us .b-hero .bottom-cta .message {
	font-family: Khula;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.36;
	letter-spacing: 0.84px;
	text-align: left;
	color: #fff;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-hero .bottom-cta .message {
		font-size: 8px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 4.13;
		letter-spacing: 0.48px;
		text-align: left;
		color: #fff;
		margin-bottom: 5px;
	}
}

.page-about-us .b-hero .bottom-cta .icon {
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 11px;
	position: relative;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-hero .bottom-cta .icon {
		width: 35px;
	}
}

.page-about-us .b-hero .bottom-cta .icon:before {
	content: "";
	width: 50%;
	position: absolute;
	height: 1px;
	background: #FFF;
	left: calc(50% + 1.5px);
	transform: translateX(-100%) rotate(29deg);
}

.page-about-us .b-hero .bottom-cta .icon:after {
	content: "";
	width: 50%;
	position: absolute;
	height: 1px;
	background: #FFF;
	right: calc(50% + 1.5px);
	transform: translateX(100%) rotate(-29deg);
}

.page-about-us .b-about-block {
	background: #000;
	padding: 100px 34px 64px 34px;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-about-block {
		padding-bottom: 110px;
	}
}

.page-about-us .b-about-block .b-about-block-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-about-block .b-about-block-wrapper {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		max-width: 1000px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 768px) {
	.page-about-us .b-about-block .b-about-block-wrapper .content-wrapper {
		width: 40%;
		max-width: 380px;
		margin-right: 50px;
	}
}

.page-about-us .b-about-block .b-about-block-wrapper .content-wrapper .sub-headline {
	font-family: 'Saira';
	font-size: 10px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: 3px;
	text-align: left;
	color: #fff;
}

.page-about-us .b-about-block .b-about-block-wrapper .content-wrapper .headline {
	margin: 15px 0 18.3px;
	font-family: 'Canela';
	font-size: 35px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}

.page-about-us .b-about-block .b-about-block-wrapper .content-wrapper .content {
	margin-bottom: 60px;
}

.page-about-us .b-about-block .b-about-block-wrapper .content-wrapper .content p {
	margin: 18.3px 0 15px 0px;
	font-family: Khula;
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: 0.8px;
	text-align: left;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-about-block .b-about-block-wrapper .content-wrapper .content p {
		font-family: 'Khula';
		font-size: 12px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.5;
		letter-spacing: 0.6px;
		text-align: left;
		color: #fff;
	}
}

@media screen and (min-width: 768px) {
	.page-about-us .b-about-block .b-about-block-wrapper .image-wrapper {
		width: 60%;
	}
}

.page-about-us .b-about-block .b-about-block-wrapper .image-wrapper .image-with-caption {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}

.page-about-us .b-about-block .b-about-block-wrapper .image-wrapper .image-with-caption:before {
	content: "";
	padding-top: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.4);
}

.page-about-us .b-about-block .b-about-block-wrapper .image-wrapper .image-with-caption .caption {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
	margin: 0 0 0 4.2px;
	opacity: 1;
	font-family: Canela;
	font-size: 41px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.83;
	letter-spacing: -0.82px;
	text-align: left;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-about-block .b-about-block-wrapper .image-wrapper .image-with-caption .caption {
		font-size: 77px;
		line-height: 0.83;
		letter-spacing: -1.54px;
	}
}

.page-about-us .b-about-block .b-about-block-wrapper .image-wrapper .image-with-caption .caption:before {
	content: "#";
	margin: 9.5px 4.2px 1.1px 0;
	opacity: 1;
	font-family: Khula;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.72;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-about-block .b-about-block-wrapper .image-wrapper .image-with-caption .caption:before {
		font-size: 35px;
		line-height: 0.71;
	}
}

.page-about-us .b-big-title-with-headline {
	position: relative;
	/* height: 70vh; */
	/* min-height: 500px; */
	background-color: #000;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	/* padding-top: 90%; */
}

@media screen and (min-width: 768px) {
	.page-about-us .b-big-title-with-headline {
		height: 90vh;
	}
}

.page-about-us .b-big-title-with-headline .background-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 180%;
	background-position: center top;
	background-repeat: no-repeat;
}

.page-about-us .b-big-title-with-headline .background-image:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: block;
	content: "";
}

@media screen and (min-width: 768px) {
	.page-about-us .b-big-title-with-headline .background-image {
		background-size: cover;
	}
}

.page-about-us .b-big-title-with-headline .content-wrapper {
	/* position: absolute; */
	margin-bottom: 50px;
	padding: 60% 34px 0 34px;
	z-index: 4;
}

.page-about-us .b-big-title-with-headline .content-wrapper .headline {
	font-family: 'Canela';
	font-size: 45px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-big-title-with-headline .content-wrapper .headline {
		font-size: 90px;
		line-height: 0.5;
		margin-bottom: 30px;
	}
}

.page-about-us .b-big-title-with-headline .content-wrapper .sub-headline {
	font-family: 'Canela';
	font-size: 25px;
	font-weight: 300;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.12;
	letter-spacing: 0.25px;
	text-align: center;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-big-title-with-headline .content-wrapper .sub-headline {
		font-size: 35px;
		line-height: 1.29;
		letter-spacing: 0.35px;
	}
}

.page-about-us .b-content-block {
	background: #000;
	display: flex;
	flex-direction: column;
	padding: 50px 0;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-content-block {
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
}

.page-about-us .b-content-block.content-position-left {
	flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-content-block.content-position-left {
		flex-direction: row;
	}
}

.page-about-us .b-content-block.content-position-right {
	flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-content-block.content-position-right {
		flex-direction: row-reverse;
	}
}

.page-about-us .b-content-block .content-wrapper {
	padding: 36px 34px;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-content-block .content-wrapper {
		width: 40%;
		margin-left: auto;
	}
}

.page-about-us .b-content-block .content-wrapper .headline {
	font-family: 'Canela';
	font-size: 35px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-content-block .content-wrapper .headline {
		font-size: 50px;
		font-weight: 300;
		line-height: 1;
		margin-bottom: 32px;
	}
}

.page-about-us .b-content-block .content-wrapper .sub-headline {
	font-family: 'Saira';
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 0.8px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-content-block .content-wrapper .sub-headline {
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 3.6px;
	}
}

.page-about-us .b-content-block .content-wrapper .content p {
	margin: 18.3px 0 15px 0px;
	font-family: 'Khula';
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 0.8px;
	text-align: left;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-content-block .content-wrapper .content p {
		font-family: 'Khula';
		font-size: 12px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 18px;
		letter-spacing: 0.6px;
		text-align: left;
		color: #fff;
		max-width: 480px;
	}
}

.page-about-us .b-content-block .image-wrapper {
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-content-block .image-wrapper {
		width: 50%;
	}
}

.page-about-us .b-content-block .image-wrapper:before {
	padding-top: 66.26%;
	content: "";
	display: block;
}

.page-about-us .b-content-block .image-wrapper img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.page-about-us .b-image-with-hotspots {
	background: #000;
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper {
	display: flex;
	flex-direction: column;
	padding: 50px 34px;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper {
		justify-content: center;
		align-items: center;
	}
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-mobile {
	position: relative;
	overflow: hidden;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-mobile:before {
	padding-top: 50%;
	content: "";
	display: block;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-mobile {
		display: none;
	}
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper > .title {
	font-family: 'Canela';
	font-size: 35px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper > .title {
		font-size: 50px;
		font-weight: 300;
		line-height: 1;
		margin-bottom: 32px;
		text-align: center;
	}
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper > .content p {
	font-family: 'Khula';
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 0.8px;
	text-align: left;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper > .content p {
		font-family: 'Khula';
		font-size: 12px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 18px;
		letter-spacing: 0.6px;
		text-align: left;
		color: #fff;
		max-width: 750px;
		text-align: center;
	}
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper {
	position: relative;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper {
		max-width: 768px;
	}
}

@media screen and (min-width: 1280px) {
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper {
		max-width: 1200px;
	}
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots-image {
	display: none;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots-image {
		display: block;
		position: relative;
		overflow: hidden;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		height: 300px;
		overflow: hidden;
	}
}

@media screen and (min-width: 1280px) {
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots-image {
		background-size: cover;
		height: 500px;
	}
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot {
	list-style: none;
	margin-bottom: 10px;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot {
		position: absolute;
		cursor: default;
		z-index: 9;
		transform: translateZ(10px);
	}
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot:nth-child(1) {
		top: 255px;
		left: 50px;
	}
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot:nth-child(2) {
		left: 240px;
		top: 115px;
	}
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot:nth-child(3) {
		left: 240px;
		top: 220px;
	}
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot:nth-child(4) {
		left: 380px;
		top: 220px;
	}
}

@media screen and (min-width: 1280px) {
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot {
		position: absolute;
		cursor: default;
	}
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot:nth-child(1) {
		top: 320px;
		left: 130px;
	}
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot:nth-child(2) {
		left: 400px;
		top: 155px;
	}
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot:nth-child(3) {
		left: 470px;
		top: 360px;
	}
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot:nth-child(4) {
		left: 775px;
		top: 360px;
	}
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-icon-desktop {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(255, 255, 255, 0.8);
	border-radius: 100%;
	cursor: pointer;
	transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-icon-desktop:before {
	content: "";
	width: 70%;
	height: 2px;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-icon-desktop:after {
	content: "";
	width: 2px;
	height: 70%;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-icon-desktop:hover {
	border-color: rgba(255, 255, 255, 0.95);
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-icon-desktop:hover:before {
	background: rgba(255, 255, 255, 0.95);
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-icon-desktop:hover:after {
	background: rgba(255, 255, 255, 0.95);
}

@media screen and (min-width: 768px) {
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-icon-desktop {
		position: absolute;
		top: -60px;
		left: 50%;
		right: inherit;
		transform: translateX(-50%);
	}
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-icon-desktop i {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
	transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	cursor: pointer;
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-icon-desktop i:hover {
	color: rgba(255, 255, 255, 0.95);
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper {
	overflow: hidden;
	visibility: visible;
	opacity: 1;
	transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 768px) {
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper {
		height: auto;
		overflow: visible;
		width: 310px;
		transform: translateY(10px) scale(0.9);
	}
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper:before {
		content: "";
		width: 30px;
		height: 30px;
		background: #1a1a1a;
		display: block;
		position: absolute;
		left: 50%;
		top: -15px;
		transform: translateX(-50%) rotate(45deg);
	}
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .close-btn {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 5px;
	right: 0px;
	color: #FFF;
	z-index: 1;
	padding: 10px 15px;
	cursor: pointer;
	transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-title-wrapper {
	height: 47px;
	padding: 13px 13px 12px 17px;
	background-color: #101010;
	position: relative;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-title-wrapper {
		height: auto;
		padding: 40px 15px 12px 15px;
		background-color: #1a1a1a;
	}
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-title-wrapper .hotspot-icon {
	position: absolute;
	right: 17px;
	z-index: 9;
	width: 20px;
	height: 20px;
	border: 2px solid #4a4a4a;
	border-radius: 100%;
	cursor: pointer;
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-title-wrapper .hotspot-icon:before {
	content: "";
	width: 70%;
	height: 2px;
	background: #4a4a4a;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-title-wrapper .hotspot-icon:after {
	content: "";
	width: 2px;
	height: 70%;
	background: #4a4a4a;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-title-wrapper .hotspot-icon {
		display: none;
	}
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-title-wrapper .hotspot-icon i {
	font-size: 18px;
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-title-wrapper .hotspot-icon i.fa-plus-circle {
	color: #4a4a4a;
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-title-wrapper .hotspot-icon i.fa-minus-circle {
	color: #101010;
	display: none;
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-title-wrapper .hotspot-title {
	font-family: 'Saira';
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 20px;
	letter-spacing: 4.2px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-title-wrapper .hotspot-title {
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: 3px;
		text-align: center;
		color: #fff;
	}
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-content {
	background-color: #1a1a1a;
	padding: 28.7px 18px 28px;
	font-family: Khula;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: 0.8px;
	text-align: left;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-content {
		padding: 12.8px 18px 25px;
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.6px;
		text-align: center;
	}
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-content p:last-child {
	margin-bottom: 0;
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-closed .hotspot-wrapper {
	height: 47px;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-closed .hotspot-wrapper {
		height: auto;
		overflow: visible;
		opacity: 0;
		visibility: hidden;
		transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	}
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-open {
	z-index: 10;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-open .hotspot-wrapper {
		transform: translateY(-5px) scale(1);
	}
}

@media screen and (min-width: 768px) {
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-open .hotspot-wrapper .close-btn {
		opacity: 1;
		visibility: visible;
	}
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-open .hotspot-wrapper .hotspot-title-wrapper {
	background-color: #ee9b64;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-open .hotspot-wrapper .hotspot-title-wrapper {
		background-color: #1a1a1a;
	}
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-open .hotspot-wrapper .hotspot-title-wrapper .hotspot-icon {
	border-color: #101010;
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-open .hotspot-wrapper .hotspot-title-wrapper .hotspot-icon:before {
	background: #101010;
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-open .hotspot-wrapper .hotspot-title-wrapper .hotspot-icon:after {
	background: #101010;
	opacity: 0 !important;
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-open .hotspot-wrapper .hotspot-title-wrapper .hotspot-icon i.fa-plus-circle {
	display: none;
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-open .hotspot-wrapper .hotspot-title-wrapper .hotspot-icon i.fa-minus-circle {
	display: block;
}

.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-open .hotspot-wrapper .hotspot-title-wrapper .hotspot-title {
	color: #101010;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-open .hotspot-wrapper .hotspot-title-wrapper .hotspot-title {
		color: #FFF;
	}
}

.page-about-us .b-leadership .b-leadership-wrapper .cover-image {
	width: calc(100% - 40px);
	margin: 0 auto;
	position: relative;
	margin-top: clamp(-25%, -250px, -15%);
	max-height: 500px;
	overflow: hidden;
	max-width: 1450px;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-about-us .b-leadership .b-leadership-wrapper .cover-image:before {
	content: "";
	padding-top: 56.26%;
	display: block;
	background: rgba(0, 0, 0, 0.6);
}

.page-about-us .b-leadership .b-leadership-wrapper .cover-image .headline {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Canela';
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-leadership .b-leadership-wrapper .cover-image .headline {
		font-size: 50px;
		font-weight: 300;
		line-height: 0.9;
	}
}

@media screen and (min-width: 992px) {
	.page-about-us .b-leadership .b-leadership-wrapper .cover-image .headline {
		font-size: 50px;
		font-weight: 300;
		line-height: 0.9;
		margin-top: -50px;
	}
}

.page-about-us .b-leadership .b-leadership-wrapper .leaders {
	display: flex;
	flex-wrap: wrap;
	padding: 36px;
	justify-content: center;
	align-items: flex-start;
	max-width: 1050px;
}

@media screen and (min-width: 992px) {
	.page-about-us .b-leadership .b-leadership-wrapper .leaders {
		margin: -200px auto 0 auto;
		z-index: 4;
		transform: translateZ(10px);
	}
}

.page-about-us .b-leadership .b-leadership-wrapper .leaders .leader {
	margin-bottom: 50px;
	margin-right: 0;
}

@media screen and (min-width: 640px) {
	.page-about-us .b-leadership .b-leadership-wrapper .leaders .leader {
		width: calc(50% - 20px);
		margin-right: 20px;
	}
	.page-about-us .b-leadership .b-leadership-wrapper .leaders .leader:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (min-width: 768px) {
	.page-about-us .b-leadership .b-leadership-wrapper .leaders .leader {
		width: calc(33% - 10px);
		margin-right: 10px;
	}
	.page-about-us .b-leadership .b-leadership-wrapper .leaders .leader:nth-child(2n) {
		margin-right: 10px;
	}
	.page-about-us .b-leadership .b-leadership-wrapper .leaders .leader:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (min-width: 992px) {
	.page-about-us .b-leadership .b-leadership-wrapper .leaders .leader {
		width: calc(25% - 15px);
		margin-right: 15px;
	}
	.page-about-us .b-leadership .b-leadership-wrapper .leaders .leader:nth-child(2n) {
		margin-right: 15px;
	}
	.page-about-us .b-leadership .b-leadership-wrapper .leaders .leader:nth-child(3n) {
		margin-right: 15px;
	}
	.page-about-us .b-leadership .b-leadership-wrapper .leaders .leader:nth-child(4n) {
		margin-right: 0px;
	}
}

.page-about-us .b-leadership .b-leadership-wrapper .leaders .leader .leader-wrapper .leader-picture {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 22px;
	background-color: #FFF;
}

.page-about-us .b-leadership .b-leadership-wrapper .leaders .leader .leader-wrapper .leader-picture:before {
	content: "";
	padding-top: 125%;
	display: block;
}

.page-about-us .b-leadership .b-leadership-wrapper .leaders .leader .leader-wrapper .leader-content .position {
	font-family: 'Saira';
	font-size: 10px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: 3px;
	text-align: left;
	color: #343333;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-leadership .b-leadership-wrapper .leaders .leader .leader-wrapper .leader-content .position {
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: 3px;
	}
}

.page-about-us .b-leadership .b-leadership-wrapper .leaders .leader .leader-wrapper .leader-content .leader-name {
	font-family: 'Canela';
	font-size: 28px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.18;
	letter-spacing: normal;
	text-align: left;
	color: #343333;
	margin: 15px 0;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-leadership .b-leadership-wrapper .leaders .leader .leader-wrapper .leader-content .leader-name {
		font-size: 28px;
		font-weight: 300;
		line-height: 1.18;
	}
}

.page-about-us .b-leadership .b-leadership-wrapper .leaders .leader .leader-wrapper .leader-content .summary {
	margin-top: 17px;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-leadership .b-leadership-wrapper .leaders .leader .leader-wrapper .leader-content .summary {
		margin-top: 15px;
	}
}

.page-about-us .b-leadership .b-leadership-wrapper .leaders .leader .leader-wrapper .leader-content .summary p {
	font-family: 'Khula';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: 0.8px;
	text-align: left;
	color: #343333;
	padding-right: 50px;
}

.page-about-us .b-leadership .b-leadership-wrapper .leaders .leader .leader-wrapper .leader-content .summary p:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-leadership .b-leadership-wrapper .leaders .leader .leader-wrapper .leader-content .summary p {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.6px;
	}
}

.page-about-us .b-jobs {
	padding: 36px 36px;
}

.page-about-us .b-jobs .b-jobs-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.page-about-us .b-jobs .b-jobs-wrapper .background-image {
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 600px;
}

.page-about-us .b-jobs .b-jobs-wrapper .background-image:before {
	content: "";
	display: block;
	padding-top: 52.26%;
}

.page-about-us .b-jobs .b-jobs-wrapper .background-image:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
	content: "";
	display: block;
}

.page-about-us .b-jobs .b-jobs-wrapper .content-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.page-about-us .b-jobs .b-jobs-wrapper .content-wrapper .headline {
	font-family: 'Canela';
	font-size: 35px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	max-width: 250px;
	margin-top: 40px;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-jobs .b-jobs-wrapper .content-wrapper .headline {
		font-size: 50px;
		font-weight: 300;
		line-height: 1.19;
		max-width: 370px;
		margin-top: 60px;
	}
}

.page-about-us .b-jobs .b-jobs-wrapper .content-wrapper .jobs-cta {
	margin-top: 40px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	border: 1px solid #fff;
	padding: 14px;
	transition: background-color .3s, color .3s;
	background-color: transparent;
	font-family: Saira, sans-serif;
	font-size: .85rem;
	letter-spacing: 3px;
	font-weight: 700;
	text-align: center;
}

.page-about-us .b-jobs .b-jobs-wrapper .content-wrapper .jobs-cta:hover {
	background-color: #fff;
	color: #000;
}

.page-about-us .b-press-releases {
	background-color: #f2f2f2;
	padding: 36px;
	padding-top: 350px;
	margin-top: -350px;
}

.page-about-us .b-press-releases .b-press-releases-wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

.page-about-us .b-press-releases .b-press-releases-wrapper .b-press-releases-headline {
	font-family: 'Canela';
	font-size: 35px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.94;
	letter-spacing: normal;
	text-align: left;
	color: #343333;
	margin-bottom: 30px;
	margin-top: 50px;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-press-releases .b-press-releases-wrapper .b-press-releases-headline {
		font-size: 50px;
		line-height: 1;
	}
}

.page-about-us .b-press-releases .b-press-releases-wrapper .articles-wrapper .press-release-item {
	padding-bottom: 50px;
	border-bottom: 1px solid #e3e3e3;
	margin-top: 60px;
}

.page-about-us .b-press-releases .b-press-releases-wrapper .articles-wrapper .press-release-item:first-child {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.page-about-us .b-press-releases .b-press-releases-wrapper .articles-wrapper .press-release-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

@media screen and (min-width: 768px) {
	.page-about-us .b-press-releases .b-press-releases-wrapper .articles-wrapper .press-release-item .press-release-content-wrapper {
		width: 60%;
	}
}

.page-about-us .b-press-releases .b-press-releases-wrapper .articles-wrapper .press-release-item .press-release-content-wrapper .press-release-date {
	font-family: 'Saira';
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: 3px;
	text-align: left;
	color: #343333;
	margin-bottom: 12px;
	display: block;
}

.page-about-us .b-press-releases .b-press-releases-wrapper .articles-wrapper .press-release-item .press-release-content-wrapper .press-release-title {
	font-family: 'Canela';
	font-size: 28px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.18;
	letter-spacing: normal;
	text-align: left;
	color: #343333;
	margin-bottom: 25px;
}

.page-about-us .b-press-releases .b-press-releases-wrapper .articles-wrapper .press-release-item .press-release-cta {
	font-family: 'Saira', sans-serif;
	font-size: .85rem;
	font-weight: 600;
	letter-spacing: 3px;
	-o-border-image: linear-gradient(90deg, #8288de, #ee9b64);
	border-image: linear-gradient(90deg, #8288de, #ee9b64);
	display: inline-block;
	border-width: 3px;
	border-style: solid;
	border-image-slice: 1;
	padding: 12px 15px;
	color: #000;
	min-width: 152px;
	text-align: center;
	text-transform: uppercase;
	transition: color .3s, background 1s;
	position: relative;
	min-height: 43px;
}

.page-about-us .b-press-releases .b-press-releases-wrapper .articles-wrapper .press-release-item .press-release-cta span {
	z-index: 1;
	transform: translateZ(10px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-about-us .b-press-releases .b-press-releases-wrapper .articles-wrapper .press-release-item .press-release-cta:after {
	content: "";
	opacity: 0;
	transition: opacity .3s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.page-about-us .b-press-releases .b-press-releases-wrapper .articles-wrapper .press-release-item .press-release-cta:hover {
	color: #fff;
}

.page-about-us .b-press-releases .b-press-releases-wrapper .articles-wrapper .press-release-item .press-release-cta:hover::after {
	background: linear-gradient(90deg, #8288de, #ee9b64);
	opacity: 1;
}

.page-about-us .b-press-releases .b-press-releases-wrapper .loading-items {
	width: 100%;
	transform: scale(0.5);
	opacity: 0;
	visibility: hidden;
}

.page-about-us .b-press-releases .b-press-releases-wrapper .loading-items.active {
	opacity: 1;
	visibility: visible;
}

.page-about-us .b-press-releases .b-press-releases-wrapper .loading-items .loading-image {
	margin: 0 auto;
	width: 88px;
	height: 84px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: scale(0.5);
}

.page-indi-one {
	background: #000;
}

.page-indi-one .b-hero {
	height: 100vh;
	background: #000;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 32px;
}

.page-indi-one .b-hero .background_image {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center;
	background-size: cover;
}

.page-indi-one .b-hero .background-layer {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.page-indi-one .b-hero .content-wrapper {
	z-index: 3;
	max-width: 650px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 10vw;
}

.page-indi-one .b-hero .content-wrapper .sub-headline {
	font-family: 'Saira';
	font-size: 10px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.page-indi-one .b-hero .content-wrapper .headline {
	font-family: 'Canela';
	font-size: 50px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 15px;
}

.page-indi-one .b-hero .content-wrapper .cta {
	font-family: 'Saira';
	font-size: 10px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.8;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.page-indi-one .b-hero .content-wrapper .cta:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-image: linear-gradient(to right, #6374e8, #f1985a);
}

.page-indi-one .b-main-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #020200;
}

.page-indi-one .b-main-content .b-main-content-wrapper {
	padding: 70px 46px;
}

.page-indi-one .b-main-content .b-main-content-wrapper .headline {
	font-family: 'Canela';
	font-size: 35px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-main-content .b-main-content-wrapper .headline {
		font-size: 50px;
		line-height: 1.5;
		letter-spacing: 0.6px;
		text-align: center;
	}
}

.page-indi-one .b-main-content .b-main-content-wrapper .sub-headline {
	font-family: 'Saira';
	font-size: 10px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 3px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-main-content .b-main-content-wrapper .sub-headline {
		text-align: center;
		font-weight: 500;
	}
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-main-content .b-main-content-wrapper .content {
		margin-top: 50px;
	}
}

.page-indi-one .b-main-content .b-main-content-wrapper .content p {
	margin: 18.3px 0 15px 0px;
	font-family: 'Khula';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: 0.8px;
	text-align: left;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-main-content .b-main-content-wrapper .content p {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.6px;
		text-align: center;
	}
}

.page-indi-one .b-headline-with-background {
	background: #000;
	padding: 64px 20px;
}

.page-indi-one .b-headline-with-background .b-headline-with-background-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	max-width: 1200px;
	margin: 0 auto;
}

.page-indi-one .b-headline-with-background .b-headline-with-background-wrapper:before {
	content: "";
	display: block;
	margin-top: 56.26%;
}

.page-indi-one .b-headline-with-background .b-headline-with-background-wrapper .background-image {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-indi-one .b-headline-with-background .b-headline-with-background-wrapper .background-layer {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.page-indi-one .b-headline-with-background .b-headline-with-background-wrapper .content-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.page-indi-one .b-headline-with-background .b-headline-with-background-wrapper .content-wrapper .headline {
	font-family: 'Saira';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: 4.2px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.page-indi-one .b-headline-with-background .b-headline-with-background-wrapper .content-wrapper .headline.big-title {
	font-family: 'Canela';
	font-size: 35px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-headline-with-background .b-headline-with-background-wrapper .content-wrapper .headline.big-title {
		font-size: 70px;
		font-weight: 300;
		line-height: 1.43;
	}
}

.page-indi-one .b-headline-with-background.m-full-height .b-headline-with-background-wrapper:before {
	margin-top: 180%;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-headline-with-background.m-full-height .b-headline-with-background-wrapper:before {
		margin-top: 56.26%;
	}
}

.page-indi-one .b-features-with-image .b-features-with-image-wrapper .features-list .feature-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}

@media screen and (min-width: 992px) {
	.page-indi-one .b-features-with-image .b-features-with-image-wrapper .features-list .feature-item {
		flex-direction: column-reverse;
		padding: 0;
	}
	.page-indi-one .b-features-with-image .b-features-with-image-wrapper .features-list .feature-item:last-child {
		margin-bottom: 32px;
	}
}

.page-indi-one .b-features-with-image .b-features-with-image-wrapper .features-list .feature-item .feature-image {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	max-width: 783px;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}

.page-indi-one .b-features-with-image .b-features-with-image-wrapper .features-list .feature-item .feature-image:before {
	content: "";
	display: block;
	margin-top: 62.26%;
}

.page-indi-one .b-features-with-image .b-features-with-image-wrapper .features-list .feature-item .feature-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 34px 25px 0 25px;
	max-width: 783px;
}

@media screen and (min-width: 992px) {
	.page-indi-one .b-features-with-image .b-features-with-image-wrapper .features-list .feature-item .feature-content {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		max-width: 1000px;
		padding: 120px 0px 100px 0px;
	}
}

.page-indi-one .b-features-with-image .b-features-with-image-wrapper .features-list .feature-item .feature-content .feature-title {
	font-family: 'Saira';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: 4.2px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

@media screen and (min-width: 992px) {
	.page-indi-one .b-features-with-image .b-features-with-image-wrapper .features-list .feature-item .feature-content .feature-title {
		margin-right: 97px;
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: 3px;
		color: #fff;
		width: calc(33% - 97px);
	}
}

.page-indi-one .b-features-with-image .b-features-with-image-wrapper .features-list .feature-item .feature-content .feature-details {
	margin-top: 24px;
	margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
	.page-indi-one .b-features-with-image .b-features-with-image-wrapper .features-list .feature-item .feature-content .feature-details {
		margin: 0;
		width: 67%;
	}
}

.page-indi-one .b-features-with-image .b-features-with-image-wrapper .features-list .feature-item .feature-content .feature-details p {
	font-family: 'Khula';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: 0.8px;
	text-align: left;
	color: #fff;
	margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
	.page-indi-one .b-features-with-image .b-features-with-image-wrapper .features-list .feature-item .feature-content .feature-details p {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.6px;
	}
}

.page-indi-one .b-features-with-image .b-features-with-image-wrapper .features-list .feature-item .feature-content .feature-details p:last-child {
	margin-bottom: 0;
}

.page-indi-one .b-content-with-image .b-content-with-image-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-content-with-image .b-content-with-image-wrapper {
		flex-direction: column-reverse;
	}
}

.page-indi-one .b-content-with-image .b-content-with-image-wrapper .content-wrapper {
	padding: 68px 45px 85px 45px;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-content-with-image .b-content-with-image-wrapper .content-wrapper {
		padding: 120px 45px 65px 45px;
	}
}

.page-indi-one .b-content-with-image .b-content-with-image-wrapper .content-wrapper .sub-headline {
	font-family: 'Saira', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 3.6px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-content-with-image .b-content-with-image-wrapper .content-wrapper .sub-headline {
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: 3px;
		text-align: center;
	}
}

.page-indi-one .b-content-with-image .b-content-with-image-wrapper .content-wrapper .headline {
	font-family: 'Canela';
	font-size: 35px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	margin-top: 15px;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-content-with-image .b-content-with-image-wrapper .content-wrapper .headline {
		font-size: 45px;
		font-weight: 300;
		line-height: 1.11;
		text-align: center;
		max-width: 783px;
		margin: 30px auto 0 auto;
	}
}

.page-indi-one .b-content-with-image .b-content-with-image-wrapper .content-wrapper .content {
	margin-top: 25px;
	max-width: 753px;
	margin: 25px auto 0 auto;
}

.page-indi-one .b-content-with-image .b-content-with-image-wrapper .content-wrapper .content p {
	font-family: 'Khula';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: 0.8px;
	text-align: left;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-content-with-image .b-content-with-image-wrapper .content-wrapper .content p {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.6px;
		text-align: center;
	}
}

.page-indi-one .b-content-with-image .b-content-with-image-wrapper .image-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	max-width: 783px;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}

.page-indi-one .b-content-with-image .b-content-with-image-wrapper .image-wrapper:before {
	content: "";
	display: block;
	margin-top: 62.26%;
}

.page-indi-one .b-plain-content .b-plain-content-wrapper .content-wrapper {
	max-width: 753px;
	margin: 0 auto;
	padding: 35px 45px 85px 45px;
}

.page-indi-one .b-plain-content .b-plain-content-wrapper .content-wrapper .headline {
	font-family: 'Saira';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: 4.2px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-plain-content .b-plain-content-wrapper .content-wrapper .headline {
		font-size: 14px;
		line-height: 3;
		letter-spacing: 4.2px;
		text-align: center;
	}
}

.page-indi-one .b-plain-content .b-plain-content-wrapper .content-wrapper .content {
	margin-top: 20px;
}

.page-indi-one .b-plain-content .b-plain-content-wrapper .content-wrapper .content p {
	font-family: 'Khula';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: 0.8px;
	text-align: left;
	color: #fff;
}

.page-indi-one .b-plain-content .b-plain-content-wrapper .content-wrapper .content p strong {
	font-family: 'Saira';
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-plain-content .b-plain-content-wrapper .content-wrapper .content p {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.6px;
	}
}

.page-indi-one .b-content-block {
	background: #000;
	display: flex;
	flex-direction: column;
	padding: 50px 0;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-content-block {
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
}

.page-indi-one .b-content-block.content-position-left {
	flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-content-block.content-position-left {
		flex-direction: row;
	}
}

.page-indi-one .b-content-block.content-position-right {
	flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-content-block.content-position-right {
		flex-direction: row-reverse;
	}
}

.page-indi-one .b-content-block .content-wrapper {
	padding: 36px 34px;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-content-block .content-wrapper {
		width: 40%;
		margin-left: auto;
	}
}

.page-indi-one .b-content-block .content-wrapper .headline {
	font-family: 'Canela';
	font-size: 35px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-content-block .content-wrapper .headline {
		font-size: 50px;
		font-weight: 300;
		line-height: 1;
		margin-bottom: 32px;
	}
}

.page-indi-one .b-content-block .content-wrapper .sub-headline {
	font-family: 'Saira';
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 0.8px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-content-block .content-wrapper .sub-headline {
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 3.6px;
	}
}

.page-indi-one .b-content-block .content-wrapper .content p {
	margin: 18.3px 0 15px 0px;
	font-family: 'Khula';
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 0.8px;
	text-align: left;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-content-block .content-wrapper .content p {
		font-family: 'Khula';
		font-size: 12px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 18px;
		letter-spacing: 0.6px;
		text-align: left;
		color: #fff;
		max-width: 480px;
	}
}

.page-indi-one .b-content-block .image-wrapper {
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-content-block .image-wrapper {
		width: 50%;
	}
}

.page-indi-one .b-content-block .image-wrapper:before {
	padding-top: 66.26%;
	content: "";
	display: block;
}

.page-indi-one .b-content-block .image-wrapper img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.page-indi-one .b-image-with-hotspots {
	background: #000;
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper {
	display: flex;
	flex-direction: column;
	padding: 50px 34px;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper {
		justify-content: center;
		align-items: center;
	}
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-mobile {
	position: relative;
	overflow: hidden;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-mobile:before {
	padding-top: 50%;
	content: "";
	display: block;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-mobile {
		display: none;
	}
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .sub-headline {
	font-family: 'Saira', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 3.6px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .sub-headline {
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: 3px;
		text-align: center;
	}
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .headline {
	font-family: 'Canela';
	font-size: 35px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	margin-top: 15px;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .headline {
		font-size: 45px;
		font-weight: 300;
		line-height: 1.11;
		text-align: center;
		max-width: 783px;
		margin: 30px auto 0 auto;
	}
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper > .content {
	margin-top: 25px;
	max-width: 753px;
	margin: 25px auto 0 auto;
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper > .content p {
	font-family: 'Khula';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: 0.8px;
	text-align: left;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper > .content p {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.6px;
		text-align: center;
	}
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper {
	position: relative;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper {
		max-width: 768px;
	}
}

@media screen and (min-width: 1280px) {
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper {
		max-width: 1200px;
	}
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots-image {
	display: none;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots-image {
		display: block;
		position: relative;
		overflow: hidden;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		height: 300px;
		overflow: hidden;
	}
}

@media screen and (min-width: 1280px) {
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots-image {
		background-size: cover;
		height: 500px;
	}
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot {
	list-style: none;
	margin-bottom: 10px;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot {
		position: absolute;
		cursor: default;
		z-index: 9;
		transform: translateZ(10px);
	}
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot:nth-child(1) {
		top: 255px;
		left: 50px;
	}
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot:nth-child(2) {
		left: 240px;
		top: 115px;
	}
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot:nth-child(3) {
		left: 240px;
		top: 220px;
	}
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot:nth-child(4) {
		left: 380px;
		top: 220px;
	}
}

@media screen and (min-width: 1280px) {
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot {
		position: absolute;
		cursor: default;
	}
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot:nth-child(1) {
		top: 320px;
		left: 130px;
	}
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot:nth-child(2) {
		left: 400px;
		top: 155px;
	}
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot:nth-child(3) {
		left: 470px;
		top: 360px;
	}
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot:nth-child(4) {
		left: 775px;
		top: 360px;
	}
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-icon-desktop {
	position: absolute;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-icon-desktop {
		position: absolute;
		top: -60px;
		left: 50%;
		right: inherit;
		transform: translateX(-50%);
	}
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-icon-desktop i {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
	transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	cursor: pointer;
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-icon-desktop i:hover {
	color: rgba(255, 255, 255, 0.95);
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper {
	overflow: hidden;
	visibility: visible;
	opacity: 1;
	transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper {
		height: auto;
		overflow: visible;
		width: 310px;
		transform: translateY(10px) scale(0.9);
	}
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper:before {
		content: "";
		width: 30px;
		height: 30px;
		background: #1a1a1a;
		display: block;
		position: absolute;
		left: 50%;
		top: -15px;
		transform: translateX(-50%) rotate(45deg);
	}
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .close-btn {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 5px;
	right: 0px;
	color: #FFF;
	z-index: 1;
	padding: 10px 15px;
	cursor: pointer;
	transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-title-wrapper {
	height: 47px;
	padding: 13px 13px 12px 17px;
	background-color: #101010;
	position: relative;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-title-wrapper {
		height: auto;
		padding: 40px 15px 12px 15px;
		background-color: #1a1a1a;
	}
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-title-wrapper .hotspot-icon {
	position: absolute;
	right: 17px;
	z-index: 9;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-title-wrapper .hotspot-icon {
		display: none;
	}
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-title-wrapper .hotspot-icon i {
	font-size: 18px;
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-title-wrapper .hotspot-icon i.fa-plus-circle {
	color: #4a4a4a;
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-title-wrapper .hotspot-icon i.fa-minus-circle {
	color: #101010;
	display: none;
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-title-wrapper .hotspot-title {
	font-family: 'Saira';
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 20px;
	letter-spacing: 4.2px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-title-wrapper .hotspot-title {
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: 3px;
		text-align: center;
		color: #fff;
	}
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-content {
	background-color: #1a1a1a;
	padding: 28.7px 18px 28px;
	font-family: Khula;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: 0.8px;
	text-align: left;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-content {
		padding: 12.8px 18px 25px;
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.6px;
		text-align: center;
	}
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot .hotspot-wrapper .hotspot-content p:last-child {
	margin-bottom: 0;
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-closed .hotspot-wrapper {
	height: 47px;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-closed .hotspot-wrapper {
		height: auto;
		overflow: visible;
		opacity: 0;
		visibility: hidden;
		transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	}
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-open {
	z-index: 10;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-open .hotspot-wrapper {
		transform: translateY(-5px) scale(1);
	}
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-open .hotspot-wrapper .close-btn {
		opacity: 1;
		visibility: visible;
	}
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-open .hotspot-wrapper .hotspot-title-wrapper {
	background-color: #ee9b64;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-open .hotspot-wrapper .hotspot-title-wrapper {
		background-color: #1a1a1a;
	}
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-open .hotspot-wrapper .hotspot-title-wrapper .hotspot-icon i.fa-plus-circle {
	display: none;
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-open .hotspot-wrapper .hotspot-title-wrapper .hotspot-icon i.fa-minus-circle {
	display: block;
}

.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-open .hotspot-wrapper .hotspot-title-wrapper .hotspot-title {
	color: #101010;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-image-with-hotspots .b-image-with-hotspots-wrapper .hotspots-image-wrapper .hotspots .hotspot.hotspot-open .hotspot-wrapper .hotspot-title-wrapper .hotspot-title {
		color: #FFF;
	}
}

.page-indi-one .b-jobs {
	padding: 36px 36px;
}

.page-indi-one .b-jobs .b-jobs-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.page-indi-one .b-jobs .b-jobs-wrapper .background-image {
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 600px;
}

.page-indi-one .b-jobs .b-jobs-wrapper .background-image:before {
	content: "";
	display: block;
	padding-top: 52.26%;
}

.page-indi-one .b-jobs .b-jobs-wrapper .background-image:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
	content: "";
	display: block;
}

.page-indi-one .b-jobs .b-jobs-wrapper .content-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.page-indi-one .b-jobs .b-jobs-wrapper .content-wrapper .headline {
	font-family: 'Canela';
	font-size: 35px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	max-width: 250px;
	margin-top: 40px;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-jobs .b-jobs-wrapper .content-wrapper .headline {
		font-size: 50px;
		font-weight: 300;
		line-height: 1.19;
		max-width: 370px;
		margin-top: 60px;
	}
}

.page-indi-one .b-jobs .b-jobs-wrapper .content-wrapper .jobs-cta {
	margin-top: 40px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	border: 1px solid #fff;
	padding: 14px;
	transition: background-color .3s, color .3s;
	background-color: transparent;
	font-family: Saira, sans-serif;
	font-size: .85rem;
	letter-spacing: 3px;
	font-weight: 700;
	text-align: center;
}

.page-indi-one .b-jobs .b-jobs-wrapper .content-wrapper .jobs-cta:hover {
	background-color: #fff;
	color: #000;
}

.page-indi-one .b-specs .b-specs-wrapper {
	padding: 68px 45px 85px 45px;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-specs .b-specs-wrapper {
		padding: 0px 45px 65px 45px;
	}
}

.page-indi-one .b-specs .b-specs-wrapper .sub-headline {
	font-family: 'Saira', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 3.6px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-specs .b-specs-wrapper .sub-headline {
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: 3px;
		text-align: center;
	}
}

.page-indi-one .b-specs .b-specs-wrapper .headline {
	font-family: 'Canela';
	font-size: 35px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	margin-top: 15px;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-specs .b-specs-wrapper .headline {
		font-size: 45px;
		font-weight: 300;
		line-height: 1.11;
		text-align: center;
		max-width: 783px;
		margin: 30px auto 0 auto;
	}
}

.page-indi-one .b-specs .b-specs-wrapper .content {
	margin-top: 25px;
	max-width: 753px;
	margin: 25px auto 0 auto;
}

.page-indi-one .b-specs .b-specs-wrapper .content p {
	font-family: 'Khula';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: 0.8px;
	text-align: left;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-specs .b-specs-wrapper .content p {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.6px;
		text-align: center;
	}
}

.page-indi-one .b-specs .b-specs-wrapper ul.specs {
	padding: 0;
	list-style: none;
	max-width: 600px;
	margin: 40px auto 25px auto;
}

.page-indi-one .b-specs .b-specs-wrapper ul.specs li.spec-row {
	font-family: 'Saira', sans-serif;
	color: #FFF;
	padding: 12px 15px;
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: 3px;
}

.page-indi-one .b-specs .b-specs-wrapper ul.specs li.spec-row:nth-child(even) {
	background-color: #0f0f0f;
}

.page-indi-one .b-tabs .b-tabs-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.page-indi-one .b-tabs .b-tabs-wrapper .tab-menu {
	margin: 0 auto;
	display: inline-flex;
}

.page-indi-one .b-tabs .b-tabs-wrapper .tab-menu .tab-button {
	font-family: 'Saira';
	font-size: 10px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: 3px;
	text-align: left;
	color: rgba(255, 255, 255, 0.16);
	position: relative;
	padding: 15px 20px;
	text-transform: uppercase;
	transition: ease-in-out all 400ms;
}

.page-indi-one .b-tabs .b-tabs-wrapper .tab-menu .tab-button:first-child {
	margin-right: 15px;
}

.page-indi-one .b-tabs .b-tabs-wrapper .tab-menu .tab-button::after {
	content: "";
	position: absolute;
	width: calc(100% - 40px);
	height: 2px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	bottom: 0;
	left: 20px;
	transition: ease-in-out all 400ms;
}

.page-indi-one .b-tabs .b-tabs-wrapper .tab-menu .tab-button.active {
	color: white;
	transition: ease-in-out all 400ms;
}

.page-indi-one .b-tabs .b-tabs-wrapper .tab-menu .tab-button.active::after {
	background: linear-gradient(to right, #6374e8, #f1985a);
	transition: ease-in-out all 400ms;
}

.page-indi-one .b-tabs .b-tabs-wrapper .tab-menu .tab-button:not(.active):hover {
	color: rgba(255, 255, 255, 0.5);
	transition: ease-in-out all 400ms;
}

.page-indi-one .b-tabs .b-tabs-wrapper .tab-menu .tab-button:not(.active):hover::after {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
	transition: ease-in-out all 400ms;
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1,
.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-2,
.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1,
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-2,
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-3 {
		flex-direction: column-reverse;
	}
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1 .content-wrapper,
.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-2 .content-wrapper,
.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-3 .content-wrapper {
	padding: 50px 45px 85px 45px;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1 .content-wrapper,
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-2 .content-wrapper,
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-3 .content-wrapper {
		padding: 120px 45px 65px 45px;
	}
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1 .content-wrapper .subtitle,
.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-2 .content-wrapper .subtitle,
.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-3 .content-wrapper .subtitle {
	font-family: 'Saira', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 3.6px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1 .content-wrapper .subtitle,
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-2 .content-wrapper .subtitle,
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-3 .content-wrapper .subtitle {
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: 3px;
		text-align: center;
	}
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1 .content-wrapper .title,
.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-2 .content-wrapper .title,
.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-3 .content-wrapper .title {
	font-family: 'Canela';
	font-size: 35px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	margin-top: 15px;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1 .content-wrapper .title,
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-2 .content-wrapper .title,
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-3 .content-wrapper .title {
		font-size: 45px;
		font-weight: 300;
		line-height: 1.11;
		text-align: center;
		max-width: 783px;
		margin: 30px auto 0 auto;
	}
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1 .content-wrapper .content,
.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-2 .content-wrapper .content,
.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-3 .content-wrapper .content {
	margin-top: 25px;
	max-width: 753px;
	margin: 25px auto 0 auto;
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1 .content-wrapper .content p,
.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-2 .content-wrapper .content p,
.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-3 .content-wrapper .content p {
	font-family: 'Khula';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: 0.8px;
	text-align: left;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1 .content-wrapper .content p,
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-2 .content-wrapper .content p,
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-3 .content-wrapper .content p {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.6px;
		text-align: center;
	}
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1 .image-wrapper,
.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-2 .image-wrapper,
.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-3 .image-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	max-width: 783px;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1 .image-wrapper:before,
.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-2 .image-wrapper:before,
.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-3 .image-wrapper:before {
	content: "";
	display: block;
	margin-top: 62.26%;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1 {
		flex-direction: column;
	}
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1 .content-wrapper {
	padding: 50px 45px 15px 45px;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1 .content-wrapper {
		padding: 20px 45px 15px 45px;
	}
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1 .image-set {
	display: flex;
	width: 100%;
	max-width: 1000px;
	padding: 0 45px;
	flex-direction: column;
	margin-bottom: 65px;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1 .image-set {
		flex-direction: row;
	}
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1 .image-wrapper {
	margin-bottom: 34px;
	overflow: hidden;
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1 .image-wrapper:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1 .image-wrapper {
		margin-top: 50px;
		margin-bottom: 0;
	}
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1 .image-wrapper:last-child {
		margin-left: 20px;
	}
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-1 .image-wrapper:before {
	margin-top: 100%;
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-3 .content-wrapper {
	padding: 50px 45px 0px 45px;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-3 .content-wrapper {
		padding: 120px 45px 65px 45px;
	}
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-3 .image-wrapper {
	margin-bottom: 20px;
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-3 .image-wrapper:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-3 .image-wrapper {
		max-width: 984px;
	}
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-3 .image-wrapper:before {
	margin-top: 150%;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-3 .image-wrapper:before {
		margin-top: 62.26%;
	}
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-4 .content-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 45px 65px 45px;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-4 .content-wrapper {
		flex-direction: row;
	}
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-4 .content-wrapper {
		padding: 20px 0px 65px 0px;
	}
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-4 .item-wrapper {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-4 .item-wrapper {
		width: 49%;
	}
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-4 .item-wrapper:last-child {
	margin-top: 50px;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-4 .item-wrapper:last-child {
		margin-top: 0;
	}
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-4 .item-wrapper .image-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	max-width: 783px;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-4 .item-wrapper .image-wrapper:before {
	content: "";
	display: block;
	margin-top: 62.26%;
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-4 .item-wrapper .title {
	font-family: 'Saira';
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 3.6px;
	text-align: left;
	color: #fff;
	margin-top: 23px;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-4 .item-wrapper .title {
		font-size: 10px;
		font-weight: 600;
		line-height: 1.4;
		letter-spacing: 3px;
		text-align: left;
		max-width: 783px;
		margin: 30px auto 0 auto;
	}
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-4 .item-wrapper .content {
	margin-top: 25px;
	max-width: 753px;
	margin: 25px auto 0 auto;
}

.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-4 .item-wrapper .content p {
	font-family: 'Khula';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: 0.8px;
	text-align: left;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.page-indi-one .b-tabs .b-tabs-wrapper .interior-design-wrapper .block-4 .item-wrapper .content p {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.6px;
		text-align: left;
	}
}

.page-sustainability .ps-hero {
	min-height: 100vh;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-sustainability .ps-hero .ps-hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
}

.page-sustainability .ps-hero .ps-hero-title {
	font-family: 'Canela';
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	color: #ffffff;
}

.page-sustainability .ps-intro {
	position: relative;
	padding-top: clamp(80px, 9.5vw, 152px);
	padding-bottom: clamp(80px, 9.5vw, 152px);
	padding-left: 36px;
	padding-right: 36px;
}

.page-sustainability .ps-intro .ps-intro-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
}

.page-sustainability .ps-intro .ps-intro-container {
	max-width: 984px;
	margin: 0 auto;
}

.page-sustainability .ps-intro .ps-intro-container .ps-intro-content {
	font-family: Khula;
	font-size: 28px;
	line-height: 1.43;
	text-align: left;
	color: #fff;
}

.page-sustainability .ps-intro .ps-intro-container .ps-intro-cta {
	margin-top: 52px;
}

.page-sustainability .ps-two-columns {
	display: flex;
}

.page-sustainability .ps-two-columns.right {
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.page-sustainability .ps-two-columns.right {
		flex-direction: row;
	}
	.page-sustainability .ps-two-columns.right .pstc-right {
		padding-left: 50px;
	}
}

.page-sustainability .ps-two-columns.left {
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.page-sustainability .ps-two-columns.left {
		flex-direction: row-reverse;
	}
	.page-sustainability .ps-two-columns.left .pstc-right {
		padding-right: 86px;
	}
	.page-sustainability .ps-two-columns.left .pstc-right .pstc-container {
		margin-left: auto;
		max-width: 446px;
	}
}

.page-sustainability .ps-two-columns .pstc-left {
	position: relative;
	height: 67vw;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-sustainability .ps-two-columns .pstc-left {
		height: auto;
		width: calc(50% - 50px);
	}
}

.page-sustainability .ps-two-columns .pstc-left img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.page-sustainability .ps-two-columns .pstc-right {
	background-color: #101010;
	padding-top: clamp(68px, 15.25vw, 244px);
	padding-bottom: clamp(68px, 15.25vw, 244px);
	width: 100%;
	padding-left: 36px;
	padding-right: 36px;
}

@media screen and (min-width: 768px) {
	.page-sustainability .ps-two-columns .pstc-right {
		width: calc(50% + 50px);
	}
}

.page-sustainability .ps-two-columns .pstc-right .pstc-container {
	max-width: 480px;
}

.page-sustainability .ps-two-columns .pstc-right .pstc-header {
	font-family: 'Canela';
	font-size: clamp(35px, 3.125vw, 50px);
	font-weight: 300;
	line-height: 1;
	text-align: left;
	color: #fff;
	max-width: 390px;
}

.page-sustainability .ps-two-columns .pstc-right .pstc-content {
	font-family: Khula;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.6px;
	text-align: left;
	color: #fff;
	margin-top: 36px;
}

.page-sustainability .ps-two-columns .pstc-right .pstc-content p, .page-sustainability .ps-two-columns .pstc-right .pstc-content li {
	font-size: 16px;
}

@media screen and (min-width: 768px) {
	.page-sustainability .ps-two-columns .pstc-right .pstc-content p, .page-sustainability .ps-two-columns .pstc-right .pstc-content li {
		font-size: 12px;
	}
}

.page-sustainability .ps-two-columns .pstc-right .pstc-content h3 {
	font-family: Saira;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 3.6px;
	text-align: left;
	color: #fff;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.page-sustainability .ps-two-columns .pstc-right .pstc-content > h3:first-child {
	margin-bottom: 26px;
}

.page-sustainability .ps-block {
	background-color: #000;
	padding: 50px 20px;
}

@media screen and (min-width: 768px) {
	.page-sustainability .ps-block {
		padding: 85px 20px;
	}
}

.page-sustainability .ps-block .psb-container {
	padding-top: clamp(190px, 15vw, 240px);
	padding-bottom: clamp(190px, 14.125vw, 226px);
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1208px;
	margin: 0 auto;
	position: relative;
}

.page-sustainability .ps-block .psb-container .psb-background {
	top: 0;
	left: 0;
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.page-sustainability .ps-block .psb-container .psb-header {
	position: relative;
	font-family: 'Canela';
	font-size: clamp(35px, 3.125vw, 50px);
	font-weight: 300;
	line-height: 1;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	max-width: 536px;
}

.page-sustainability .ps-block .psb-container .psb-content {
	position: relative;
	font-family: Khula;
	line-height: 1.5;
	letter-spacing: 0.6px;
	text-align: center;
	color: #fff;
	margin: 30px auto 0 auto;
	max-width: 754px;
	font-size: 16px;
}

@media screen and (min-width: 768px) {
	.page-sustainability .ps-block .psb-container .psb-content {
		font-size: 12px;
	}
}

.page-sustainability .ps-double-block {
	background-color: #000;
	padding: 50px 20px;
}

@media screen and (min-width: 768px) {
	.page-sustainability .ps-double-block {
		padding: 85px 20px;
	}
}

.page-sustainability .ps-double-block .psdb-container {
	max-width: 1208px;
	margin: 0 auto;
	position: relative;
}

.page-sustainability .ps-double-block .psdb-container .psdb-top {
	position: relative;
	padding-top: clamp(73px, 15vw, 240px);
	padding-bottom: clamp(73px, 14.125vw, 226px);
	padding-left: 20px;
	padding-right: 20px;
}

.page-sustainability .ps-double-block .psdb-container .psdb-top .psdb-background {
	top: 0;
	left: 0;
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.page-sustainability .ps-double-block .psdb-container .psdb-top .psdb-header {
	position: relative;
	font-family: 'Canela';
	font-size: clamp(35px, 3.125vw, 50px);
	font-weight: 300;
	line-height: 1;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	max-width: 536px;
}

.page-sustainability .ps-double-block .psdb-container .psdb-top .psdb-content {
	position: relative;
	font-family: Khula;
	line-height: 1.5;
	letter-spacing: 0.6px;
	text-align: center;
	color: #fff;
	margin: 30px auto 0 auto;
	max-width: 754px;
	font-size: 16px;
}

@media screen and (min-width: 768px) {
	.page-sustainability .ps-double-block .psdb-container .psdb-top .psdb-content {
		font-size: 12px;
	}
}

.page-sustainability .ps-double-block .psdb-container .psdb-top .psdb-subheader {
	position: relative;
	font-family: Saira;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 3px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-top: 23px;
}

.page-sustainability .ps-double-block .psdb-container .psdb-top .psdb-progress {
	position: relative;
	color: #fff;
	display: flex;
	justify-content: center;
	margin-top: 6px;
	flex-wrap: wrap;
}

.page-sustainability .ps-double-block .psdb-container .psdb-top .psdb-progress .psdb-progress-item {
	margin: 0 16px;
	margin-top: 26px;
}

.page-sustainability .ps-double-block .psdb-container .psdb-top .psdb-progress .psdb-progress-item .psdb-progress-circle {
	height: 80px;
	width: 80px;
	position: relative;
}

.page-sustainability .ps-double-block .psdb-container .psdb-top .psdb-progress .psdb-progress-item .psdb-progress-circle img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.page-sustainability .ps-double-block .psdb-container .psdb-top .psdb-progress .psdb-progress-item .psdb-progress-circle .psdb-progress-value {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: Saira;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}

.page-sustainability .ps-double-block .psdb-container .psdb-top .psdb-progress .psdb-progress-item .psdb-progress-label {
	font-family: Saira;
	font-size: 7px;
	font-weight: 600;
	line-height: 1.71;
	letter-spacing: 1.4px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-top: 12px;
}

.page-sustainability .ps-double-block .psdb-container .psdb-bottom {
	background-color: #0b0b0b;
	padding-top: clamp(55px, 5.625vw, 90px);
	padding-bottom: clamp(55px, 5vw, 80px);
	padding-left: 20px;
	padding-right: 20px;
}

.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container {
	color: #fff;
	max-width: 574px;
	margin: 0 auto;
}

.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-header {
	text-align: center;
	color: #fff;
	font-family: Canela;
	font-size: 35px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: center;
}

.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-subheader {
	font-family: Saira;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 4.2px;
	text-transform: uppercase;
	margin-top: clamp(42px, 3.25vw, 52px);
	margin-bottom: 15px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-subheader {
		text-align: left;
		margin-bottom: 20px;
	}
}

.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-row {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-row {
		flex-direction: row;
		align-items: normal;
	}
}

.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-row:not(:last-child) {
	margin-bottom: 45px;
}

@media screen and (min-width: 768px) {
	.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-row .psdb-column:nth-child(1) {
		max-width: 234px;
	}
}

.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-row .psdb-column:nth-child(2) {
	max-width: 310px;
	width: 100%;
}

.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-row .psdb-column .psdb-label {
	font-family: Saira;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
	.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-row .psdb-column .psdb-label {
		font-size: 7px;
		text-align: left;
		margin-bottom: 14px;
	}
}

.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-row .psdb-column .psdb-description {
	font-family: Khula;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.4px;
	font-size: 16px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-row .psdb-column .psdb-description {
		font-size: 8px;
		text-align: left;
	}
}

.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-row .psdb-column.icons {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

@media screen and (min-width: 768px) {
	.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-row .psdb-column.icons {
		margin-top: 0;
	}
}

.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-row .psdb-column.icons .psdb-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-row .psdb-column.icons .psdb-icon span {
	margin-top: 10px;
}

.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-row .psdb-column.icons span {
	font-family: Saira;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	margin-top: 10px;
}

.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-row .psdb-column .psdb-bar-container:not(:last-child) {
	margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
	.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-row .psdb-column .psdb-bar-container:not(:last-child) {
		margin-bottom: 20px;
	}
}

.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-row .psdb-column .psdb-bar-container .psdb-bar-label {
	font-family: Saira;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	text-align: center;
	font-size: 8px;
	margin-top: 18px;
	margin-bottom: 14px;
}

@media screen and (min-width: 768px) {
	.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-row .psdb-column .psdb-bar-container .psdb-bar-label {
		font-size: 6px;
		text-align: right;
		margin-top: 0;
		margin-bottom: 4px;
	}
}

.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-row .psdb-column .psdb-bar-container .psdb-bar {
	height: 3px;
	width: 100%;
	position: relative;
}

.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-row .psdb-column .psdb-bar-container .psdb-bar-empty {
	height: 1px;
	background-color: #969696;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
}

.page-sustainability .ps-double-block .psdb-container .psdb-bottom .psdb-bottom-container .psdb-row .psdb-column .psdb-bar-container .psdb-bar-progress {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to left, #8288de, #ee9b64);
}

.page-sustainability .ps-block-cta {
	background-color: #000;
	padding: 95px 20px;
}

@media screen and (min-width: 768px) {
	.page-sustainability .ps-block-cta {
		padding: 144px 20px;
	}
}

.page-sustainability .ps-block-cta .psbc-container {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1208px;
	margin: 0 auto;
	position: relative;
	padding-top: 273px;
	padding-bottom: 283px;
}

@media screen and (min-width: 768px) {
	.page-sustainability .ps-block-cta .psbc-container {
		padding-top: 288px;
		padding-bottom: 226px;
	}
}

.page-sustainability .ps-block-cta .psbc-container .psbc-background {
	top: 0;
	left: 0;
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.page-sustainability .ps-block-cta .psbc-container .psbc-header {
	position: relative;
	font-family: 'Canela';
	font-size: clamp(35px, 3.125vw, 50px);
	font-weight: 300;
	line-height: 1;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	max-width: 536px;
}

.page-sustainability .ps-block-cta .psbc-container .psbc-cta {
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 48px;
}

.page-indi-space .is-content-left-with-image .isclwi-subheading, .page-indi-space .is-content-with-image .iscwi-subheading, .page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-subheading, .page-indi-space .is-content-with-two-images .iscwti-container .iscwti-subheading, .page-indi-space .is-gallery-blocks .isgb-container .isgb-blocks .isgb-block .isgb-block-subheading, .page-indi-space .is-image-art-with-text-horizontal .isiawth-content-box .isiawth-subheading, .page-indi-space .is-image-art-with-text-vertical .isiawtv-content-box .isiawtv-subheading, .page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block .isocfw-content-box .isocfw-subheading, .page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block .isocw-content-box .isocw-subheading, .page-indi-space .is-three-row-blocks .istrb-container .istrb-blocks .istrb-block .istrb-block-subheading {
	font-family: 'Saira';
	font-weight: 600;
	font-size: 10px;
	line-height: 1.4;
	letter-spacing: 3px;
	color: #fff;
	text-transform: uppercase;
}

.page-indi-space .is-content-left-with-image .isclwi-heading, .page-indi-space .is-content-with-image .iscwi-heading, .page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-heading, .page-indi-space .is-content-with-two-images .iscwti-container .iscwti-heading, .page-indi-space .is-gallery-blocks .isgb-container .isgb-blocks .isgb-block .isgb-block-heading, .page-indi-space .is-image-art-with-text-horizontal .isiawth-content-box .isiawth-heading, .page-indi-space .is-image-art-with-text-vertical .isiawtv-content-box .isiawtv-heading, .page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block .isocfw-content-box .isocfw-heading, .page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block .isocw-content-box .isocw-heading, .page-indi-space .is-three-row-blocks .istrb-container .istrb-blocks .istrb-block .istrb-block-heading {
	font-family: 'Canela';
	font-size: clamp(35px, 3.75vw, 45px);
	font-weight: 300;
	line-height: 1.11;
	color: #fff;
}

.page-indi-space .is-content-left-with-image .isclwi-content, .page-indi-space .is-content-with-image .iscwi-content, .page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-content, .page-indi-space .is-content-with-two-images .iscwti-container .iscwti-content, .page-indi-space .is-gallery-blocks .isgb-container .isgb-blocks .isgb-block .isgb-block-content, .page-indi-space .is-image-art-with-text-horizontal .isiawth-content-box .isiawth-content, .page-indi-space .is-image-art-with-text-vertical .isiawtv-content-box .isiawtv-content, .page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block .isocfw-content-box .isocfw-content, .page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block .isocw-content-box .isocw-content, .page-indi-space .is-three-row-blocks .istrb-container .istrb-blocks .istrb-block .istrb-block-content {
	font-family: 'Khula';
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.6px;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-content-left-with-image .isclwi-content, .page-indi-space .is-content-with-image .iscwi-content, .page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-content, .page-indi-space .is-content-with-two-images .iscwti-container .iscwti-content, .page-indi-space .is-gallery-blocks .isgb-container .isgb-blocks .isgb-block .isgb-block-content, .page-indi-space .is-image-art-with-text-horizontal .isiawth-content-box .isiawth-content, .page-indi-space .is-image-art-with-text-vertical .isiawtv-content-box .isiawtv-content, .page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block .isocfw-content-box .isocfw-content, .page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block .isocw-content-box .isocw-content, .page-indi-space .is-three-row-blocks .istrb-container .istrb-blocks .istrb-block .istrb-block-content {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.6px;
	}
}

.page-indi-space .is-content-left-with-image {
	background-color: #0f0f0f;
	padding-top: clamp(38px, 7.4vw, 89px);
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: clamp(20px, 5.83vw, 70px);
}

.page-indi-space .is-content-left-with-image .isclwi-container {
	max-width: 984px;
	position: relative;
	margin: 0 auto;
}

.page-indi-space .is-content-left-with-image .isclwi-subheading {
	max-width: 455px;
	margin-bottom: 32px;
}

.page-indi-space .is-content-left-with-image .isclwi-heading {
	max-width: 455px;
	margin-bottom: 20px;
}

.page-indi-space .is-content-left-with-image .isclwi-content {
	max-width: 941px;
	margin-bottom: clamp(50px, 7.08vw, 85px);
}

.page-indi-space .is-content-left-with-image .isclwi-image {
	width: 100%;
	height: clamp(396px, 45vw, 540px);
}

.page-indi-space .is-content-left-with-image .isclwi-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-indi-space .is-content-with-image {
	background-color: #0f0f0f;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-top: 32px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-content-with-image {
		padding-top: 57.5px;
		padding-bottom: 70px;
	}
}

.page-indi-space .is-content-with-image .iscwi-container {
	max-width: 984px;
	position: relative;
	margin: 0 auto;
}

.page-indi-space .is-content-with-image .iscwi-subheading {
	max-width: 455px;
	margin-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-content-with-image .iscwi-subheading {
		text-align: center;
	}
}

.page-indi-space .is-content-with-image .iscwi-heading {
	max-width: 455px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-content-with-image .iscwi-heading {
		text-align: center;
	}
}

.page-indi-space .is-content-with-image .iscwi-content {
	font-size: 16px;
	line-height: 1.38;
	letter-spacing: 0.8px;
	max-width: 691px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-content-with-image .iscwi-content {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.6px;
		text-align: center;
		margin-bottom: 75px;
	}
}

.page-indi-space .is-content-with-image .iscwi-image {
	width: calc(100% + 80px);
	margin-left: -40px;
	aspect-ratio: 3/2;
	position: relative;
	margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-content-with-image .iscwi-image {
		aspect-ratio: auto;
		height: 540px;
		width: 100%;
		margin-left: 0;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-content-with-image .iscwi-image.mobile {
		display: none;
	}
}

.page-indi-space .is-content-with-image .iscwi-image.desktop {
	display: none;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-content-with-image .iscwi-image.desktop {
		display: block;
	}
}

.page-indi-space .is-content-with-image .iscwi-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.page-indi-space .is-content-with-three-images {
	padding-bottom: 0;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 22px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-content-with-three-images {
		padding-top: 47px;
	}
}

.page-indi-space .is-content-with-three-images .iscw3i-container {
	max-width: 1192px;
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 920px) {
	.page-indi-space .is-content-with-three-images .iscw3i-container {
		flex-direction: row;
	}
}

.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-left {
	width: 100%;
}

@media screen and (min-width: 920px) {
	.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-left {
		width: 50%;
	}
}

.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-right {
	width: 100%;
}

@media screen and (min-width: 920px) {
	.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-right {
		width: 50%;
	}
}

.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-subheading {
	max-width: 455px;
	margin-bottom: 32px;
	margin-top: 48px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 920px) {
	.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-subheading {
		margin-top: 120px;
		margin-left: 16px;
		margin-right: 0;
	}
}

.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-heading {
	max-width: 455px;
	margin-bottom: 28px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 920px) {
	.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-heading {
		margin-left: 16px;
		margin-right: 0;
	}
}

.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-content {
	max-width: 306px;
	margin-right: auto;
}

@media screen and (min-width: 480px) {
	.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-content {
		max-width: 455px;
		margin-left: auto;
	}
}

@media screen and (min-width: 920px) {
	.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-content {
		margin-left: 16px;
		margin-right: 0;
	}
}

.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-main-image {
	height: 394px;
	max-width: 532px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 920px) {
	.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-main-image {
		margin-left: 0;
		margin-right: 0;
		height: 672px;
	}
}

.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-image-decoration {
	opacity: 0.07;
}

.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-image-decoration.desktop {
	display: none;
}

@media screen and (min-width: 920px) {
	.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-image-decoration.desktop {
		display: block;
	}
}

.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-image-decoration.mobile {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-image-decoration.mobile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 920px) {
	.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-image-decoration.mobile {
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-image-decoration {
		margin-left: 0;
	}
}

@media screen and (min-width: 1100px) {
	.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-image-decoration {
		margin-left: 30px;
	}
}

@media screen and (min-width: 1200px) {
	.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-image-decoration {
		margin-left: 60px;
	}
}

.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-image {
	height: 548px;
	width: calc(100% + 70px);
	max-width: 672px;
	margin-left: -35px;
	margin-right: auto;
	padding-top: 36px;
	padding-bottom: 100px;
	display: flex;
	position: relative;
}

@media screen and (min-width: 660px) {
	.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-image {
		width: 100%;
		margin-left: auto;
	}
}

@media screen and (min-width: 920px) {
	.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-image {
		margin-right: 0;
		position: absolute;
		bottom: 136px;
		left: calc(50% + 20px);
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media screen and (min-width: 1200px) {
	.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-image {
		left: calc(50% - 20px);
	}
}

.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-image > img {
	width: 320px;
	height: 386px;
	margin: 0 auto;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 920px) {
	.page-indi-space .is-content-with-three-images .iscw3i-container .iscw3i-image > img {
		margin: 0;
		width: 100%;
		height: 100%;
	}
}

.page-indi-space .is-content-with-two-images {
	background-color: #0f0f0f;
	padding-top: clamp(40px, 6.25vw, 75px);
	padding-left: 36px;
	padding-right: 36px;
	padding-bottom: 32px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-content-with-two-images {
		padding-bottom: calc(75px + 57.5px);
	}
}

.page-indi-space .is-content-with-two-images .iscwti-container {
	max-width: 1192px;
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 1100px) {
	.page-indi-space .is-content-with-two-images .iscwti-container {
		flex-direction: row;
	}
}

@media screen and (min-width: 1100px) {
	.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-left {
		width: 50%;
		padding-right: 20px;
	}
}

@media screen and (min-width: 1100px) {
	.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-right {
		width: 50%;
	}
}

.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-subheading, .page-indi-space .is-content-with-two-images .iscwti-container .iscwti-heading, .page-indi-space .is-content-with-two-images .iscwti-container .iscwti-content {
	max-width: 455px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-subheading, .page-indi-space .is-content-with-two-images .iscwti-container .iscwti-heading, .page-indi-space .is-content-with-two-images .iscwti-container .iscwti-content {
		padding-left: 0;
	}
}

@media screen and (min-width: 1200px) {
	.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-subheading, .page-indi-space .is-content-with-two-images .iscwti-container .iscwti-heading, .page-indi-space .is-content-with-two-images .iscwti-container .iscwti-content {
		margin-left: 30px;
		margin-right: 0;
	}
}

@media screen and (min-width: 1100px) {
	.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-subheading, .page-indi-space .is-content-with-two-images .iscwti-container .iscwti-heading, .page-indi-space .is-content-with-two-images .iscwti-container .iscwti-content {
		margin-left: 105px;
	}
}

.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-subheading {
	margin-bottom: 22px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-subheading {
		margin-bottom: 32px;
	}
}

.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-heading {
	margin-bottom: 23px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-heading {
		margin-bottom: 28px;
	}
}

.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-content {
	font-size: 16px;
	line-height: 1.38;
	letter-spacing: 0.8px;
	margin-bottom: 55px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-content {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.6px;
	}
}

@media screen and (min-width: 1100px) {
	.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-content {
		margin-bottom: 0;
	}
}

.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-image-right {
	max-width: 532px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 1100px) {
	.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-image-right {
		margin-right: 0;
		height: 804px;
	}
}

.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-image-right img {
	aspect-ratio: 159 / 200;
	width: 100%;
	object-fit: cover;
}

@media screen and (min-width: 1100px) {
	.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-image-right img {
		aspect-ratio: auto;
		height: 100%;
	}
}

.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-image-left {
	max-width: 687px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 42px;
}

@media screen and (min-width: 1100px) {
	.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-image-left {
		margin-left: 0;
		margin-right: 0;
		height: 506px;
		margin-top: 0;
	}
}

@media screen and (min-width: 1100px) {
	.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-image-left {
		position: absolute;
		bottom: -75px;
		right: calc(50% + 36px);
	}
}

@media screen and (min-width: 1200px) {
	.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-image-left {
		right: calc(50% - 12px);
	}
}

.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-image-left img {
	aspect-ratio: 159 / 130;
	width: 100%;
	object-fit: cover;
}

@media screen and (min-width: 1100px) {
	.page-indi-space .is-content-with-two-images .iscwti-container .iscwti-image-left img {
		aspect-ratio: auto;
		height: 100%;
	}
}

.page-indi-space .is-cta-block {
	background-color: #000;
	padding: 95px 20px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-cta-block {
		padding: 144px 20px;
	}
}

.page-indi-space .is-cta-block .iscb-container {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1208px;
	margin: 0 auto;
	position: relative;
	padding-top: 273px;
	padding-bottom: 283px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-cta-block .iscb-container {
		padding-top: 288px;
		padding-bottom: 226px;
	}
}

.page-indi-space .is-cta-block .iscb-container .iscb-background {
	top: 0;
	left: 0;
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.page-indi-space .is-cta-block .iscb-container .iscb-heading {
	position: relative;
	font-family: 'Canela';
	font-size: clamp(35px, 3.125vw, 50px);
	font-weight: 300;
	line-height: 1;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	max-width: 536px;
}

.page-indi-space .is-cta-block .iscb-container .iscb-cta {
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 48px;
}

.page-indi-space .is-gallery-blocks {
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 22px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-gallery-blocks {
		padding-top: 70px;
		padding-bottom: 47px;
	}
}

.page-indi-space .is-gallery-blocks .isgb-container {
	max-width: 1314px;
	margin: 0 auto;
}

.page-indi-space .is-gallery-blocks .isgb-container .isgb-heading {
	font-family: 'Canela';
	font-size: 100px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-transform: capitalize;
}

.page-indi-space .is-gallery-blocks .isgb-container .isgb-blocks {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-top: 20px;
	flex-wrap: wrap;
}

.page-indi-space .is-gallery-blocks .isgb-container .isgb-blocks .isgb-block {
	max-width: 320px;
	width: 100%;
	margin: 0 11px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-gallery-blocks .isgb-container .isgb-blocks .isgb-block:nth-child(1), .page-indi-space .is-gallery-blocks .isgb-container .isgb-blocks .isgb-block:nth-child(3) {
		max-width: 374px;
		padding-top: 58px;
	}
}

.page-indi-space .is-gallery-blocks .isgb-container .isgb-blocks .isgb-block:nth-child(1) .isgb-block-image, .page-indi-space .is-gallery-blocks .isgb-container .isgb-blocks .isgb-block:nth-child(3) .isgb-block-image {
	height: 400px;
}

.page-indi-space .is-gallery-blocks .isgb-container .isgb-blocks .isgb-block .isgb-block-image {
	height: 516px;
	width: 100%;
	position: relative;
	background-image: linear-gradient(to bottom, #8288de 40%, #ee9b64);
}

.page-indi-space .is-gallery-blocks .isgb-container .isgb-blocks .isgb-block .isgb-block-image img {
	top: 16px;
	left: 16px;
	position: absolute;
	width: calc(100% - 32px);
	height: calc(100% - 32px);
	object-fit: cover;
}

.page-indi-space .is-gallery-blocks .isgb-container .isgb-blocks .isgb-block .isgb-block-subheading {
	margin-top: 40px;
}

.page-indi-space .is-gallery-blocks .isgb-container .isgb-blocks .isgb-block .isgb-block-heading {
	margin-top: 25px;
}

.page-indi-space .is-gallery-blocks .isgb-container .isgb-blocks .isgb-block .isgb-block-content {
	max-width: 306px;
	margin-top: 20px;
	margin-bottom: 38px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-gallery-blocks .isgb-container .isgb-blocks .isgb-block .isgb-block-content {
		margin-bottom: 0;
	}
}

.page-indi-space .is-gallery-blocks .isgb-container .isgb-plain-image {
	max-width: 1192px;
	margin-top: 29px;
	margin-left: auto;
	margin-right: auto;
	height: 680px;
	margin-left: -13px;
	width: calc(100% + 26px);
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-gallery-blocks .isgb-container .isgb-plain-image {
		margin-top: clamp(29px, 10vw, 120px);
		height: 742px;
		margin-left: 0;
		width: 100%;
	}
}

.page-indi-space .is-gallery-blocks .isgb-container .isgb-plain-image img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.page-indi-space .is-image-art-with-text-horizontal {
	position: relative;
	padding-bottom: 45px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-image-art-with-text-horizontal {
		padding-top: 115px;
		padding-bottom: 62px;
	}
}

.page-indi-space .is-image-art-with-text-horizontal::after {
	content: '';
	background-color: #0f0f0f;
	width: 100%;
	height: calc(115px + 310px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.page-indi-space .is-image-art-with-text-horizontal .isiawth-container {
	max-width: 1192px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	height: 680px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-image-art-with-text-horizontal .isiawth-container {
		height: 739px;
	}
}

.page-indi-space .is-image-art-with-text-horizontal .isiawth-container .isiawth-text-art {
	font-family: 'Canela';
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-100%);
	white-space: nowrap;
	top: 50%;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-image-art-with-text-horizontal .isiawth-container .isiawth-text-art {
		font-size: clamp(50px, 18vw, 180px);
		top: -65px;
		transform: translateX(-50%) translateY(0);
	}
}

.page-indi-space .is-image-art-with-text-horizontal .isiawth-container .isiawth-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: -1;
}

.page-indi-space .is-image-art-with-text-horizontal .isiawth-content-box {
	max-width: 702px;
	width: 100%;
	padding: 54px 15px 0 15px;
}

@media screen and (min-width: 800px) {
	.page-indi-space .is-image-art-with-text-horizontal .isiawth-content-box {
		position: absolute;
		bottom: 93px;
		right: 48px;
		padding: 0;
	}
}

.page-indi-space .is-image-art-with-text-horizontal .isiawth-content-box.desktop {
	display: none;
}

@media screen and (min-width: 800px) {
	.page-indi-space .is-image-art-with-text-horizontal .isiawth-content-box.desktop {
		display: block;
	}
}

.page-indi-space .is-image-art-with-text-horizontal .isiawth-content-box.mobile {
	display: block;
}

@media screen and (min-width: 800px) {
	.page-indi-space .is-image-art-with-text-horizontal .isiawth-content-box.mobile {
		display: none;
	}
}

.page-indi-space .is-image-art-with-text-horizontal .isiawth-content-box .isiawth-subheading {
	margin-bottom: 30px;
}

.page-indi-space .is-image-art-with-text-horizontal .isiawth-content-box .isiawth-heading {
	margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-image-art-with-text-horizontal .isiawth-content-box .isiawth-heading {
		margin-bottom: 22px;
	}
}

.page-indi-space .is-image-art-with-text-vertical {
	position: relative;
	padding-bottom: 38px;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-image-art-with-text-vertical {
		padding-top: 60px;
		padding-bottom: 62px;
	}
}

.page-indi-space .is-image-art-with-text-vertical .isiawtv-container {
	max-width: 1192px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	height: 680px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-image-art-with-text-vertical .isiawtv-container {
		height: 739px;
	}
}

.page-indi-space .is-image-art-with-text-vertical .isiawtv-container .isiawtv-text-art {
	font-family: 'Canela';
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	text-align: center;
	position: absolute;
	white-space: nowrap;
	top: 50%;
	left: 50%;
	transform: translateY(-100%) translateX(-50%);
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-image-art-with-text-vertical .isiawtv-container .isiawtv-text-art {
		left: auto;
		top: 36px;
		right: 49px;
		font-size: clamp(50px, 18vw, 180px);
		transform-origin: 100% 0;
		transform: rotate(90deg) translateX(100%);
	}
}

.page-indi-space .is-image-art-with-text-vertical .isiawtv-container .isiawtv-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: -1;
}

.page-indi-space .is-image-art-with-text-vertical .isiawtv-content-box {
	max-width: clamp(400px, 63vw, 702px);
	width: 100%;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 54px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-image-art-with-text-vertical .isiawtv-content-box {
		padding-top: 0;
		bottom: 66px;
		left: 20px;
		position: absolute;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 1150px) {
	.page-indi-space .is-image-art-with-text-vertical .isiawtv-content-box {
		left: 140px;
	}
}

.page-indi-space .is-image-art-with-text-vertical .isiawtv-content-box.mobile {
	display: block;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-image-art-with-text-vertical .isiawtv-content-box.mobile {
		display: none;
	}
}

.page-indi-space .is-image-art-with-text-vertical .isiawtv-content-box.desktop {
	display: none;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-image-art-with-text-vertical .isiawtv-content-box.desktop {
		display: block;
	}
}

.page-indi-space .is-image-art-with-text-vertical .isiawtv-content-box .isiawtv-subheading {
	margin-bottom: 30px;
}

.page-indi-space .is-image-art-with-text-vertical .isiawtv-content-box .isiawtv-heading {
	margin-bottom: 22px;
}

.page-indi-space .is-image-art-with-text-vertical .isiawtv-content-box .isiawtv-content {
	width: 95.6%;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-image-art-with-text-vertical .isiawtv-content-box .isiawtv-content {
		width: 100%;
	}
}

.page-indi-space .is-main-block {
	background-color: #000;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

.page-indi-space .is-main-block::after {
	content: '';
	background-color: #0f0f0f;
	height: clamp(154px, 41.25vw, 495px);
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.page-indi-space .is-main-block .ismb-container {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	max-width: 1192px;
	padding-top: clamp(265px, 31.667vw, 380px);
	padding-bottom: clamp(40px, 6.25vw, 75px);
}

.page-indi-space .is-main-block .ismb-container h1 {
	font-family: 'Canela';
	font-size: clamp(50px, 5.333vw, 64px);
	font-weight: 300;
	line-height: 1;
	text-align: center;
	padding-bottom: clamp(30px, 5.833vw, 70px);
	padding-left: 12px;
	padding-right: 12px;
}

.page-indi-space .is-main-block .ismb-container .ismb-content {
	font-family: Khula;
	font-size: 28px;
	line-height: 1.29;
	letter-spacing: 0.28px;
	max-width: 902px;
	margin: 0 auto;
	padding: 0 16px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-main-block .ismb-container .ismb-content {
		padding: 0;
	}
}

.page-indi-space .is-main-block .ismb-container .ismb-content p {
	margin-bottom: clamp(25px, 3.333vw, 40px);
}

.page-indi-space .is-main-block .ismb-container .read-more {
	color: white;
}

.page-indi-space .is-main-block .ismb-container .ismb-logosymbol {
	display: block;
	margin: 80px auto 115px auto;
	margin-top: clamp(52px, 6.667vw, 80px);
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-main-block .ismb-container .ismb-logosymbol {
		margin-bottom: 95px;
	}
}

.page-indi-space .is-main-block .ismb-container .ismb-image {
	aspect-ratio: 174 / 113;
	max-width: 1192px;
}

@media screen and (min-width: 992px) {
	.page-indi-space .is-main-block .ismb-container .ismb-image {
		height: 739px;
		aspect-ratio: auto;
	}
}

.page-indi-space .is-main-block .ismb-container .ismb-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-indi-space .is-overlapped-content-full-width {
	position: relative;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-overlapped-content-full-width {
		padding-top: 62px;
		padding-bottom: 56px;
	}
}

.page-indi-space .is-overlapped-content-full-width .isocfw-container {
	width: 100%;
}

.page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block {
	display: flex;
}

.page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block.left {
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block.left {
		flex-direction: row;
	}
}

.page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block.left .isocfw-content-box {
	padding-left: 35px;
	padding-right: 35px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block.left .isocfw-content-box {
		padding-left: 42px;
		padding-right: 30px;
	}
}

.page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block.right {
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block.right {
		flex-direction: row-reverse;
	}
}

.page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block.right .isocfw-image img {
	right: 0;
	left: auto;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block.right .isocfw-image img {
		width: calc(100% - 42px);
	}
}

.page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block.right .isocfw-content-box {
	padding-left: 35px;
	padding-right: 35px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block.right .isocfw-content-box {
		padding-left: 30px;
		padding-right: 0;
	}
}

.page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block.right .isocfw-content-box .isocfw-subheading, .page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block.right .isocfw-content-box .isocfw-heading, .page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block.right .isocfw-content-box .isocfw-content {
	margin-left: 0;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block.right .isocfw-content-box .isocfw-subheading, .page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block.right .isocfw-content-box .isocfw-heading, .page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block.right .isocfw-content-box .isocfw-content {
		margin-left: auto;
	}
}

.page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block .isocfw-image {
	position: relative;
	aspect-ratio: 3/2;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block .isocfw-image {
		width: 50%;
	}
}

.page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block .isocfw-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block .isocfw-content-box {
	width: 100%;
	padding-top: 45px;
	padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block .isocfw-content-box {
		width: 50%;
		padding-top: 126px;
		padding-bottom: 126px;
	}
}

.page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block .isocfw-content-box .isocfw-subheading {
	margin-bottom: 30px;
	max-width: 455px;
}

.page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block .isocfw-content-box .isocfw-heading {
	margin-bottom: 22px;
	max-width: 455px;
}

.page-indi-space .is-overlapped-content-full-width .isocfw-container .isocfw-block .isocfw-content-box .isocfw-content {
	max-width: 455px;
}

.page-indi-space .is-overlapped-content-wrapped {
	position: relative;
	padding-top: clamp(20px, 5.167vw, 62px);
	padding-left: 35px;
	padding-right: 35px;
	background-color: #0f0f0f;
	padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-overlapped-content-wrapped {
		padding-bottom: 102px;
	}
}

.page-indi-space .is-overlapped-content-wrapped .isocw-container {
	max-width: 1192px;
	margin: 0 auto;
	width: 100%;
}

.page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block {
	display: flex;
	flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block.left {
		margin-top: -216px;
		flex-direction: row;
	}
}

.page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block.left .isocw-content-box {
	padding-bottom: 12px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block.left .isocw-content-box {
		padding-left: 15px;
		padding-top: 326px;
		padding-bottom: 54px;
	}
}

@media screen and (min-width: 1200px) {
	.page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block.left .isocw-content-box {
		padding-left: 5px;
	}
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block.left .isocw-image {
		padding-right: 15px;
	}
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block.right {
		flex-direction: row-reverse;
	}
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block.right .isocw-image {
		padding-left: 15px;
	}
}

.page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block.right .isocw-image img {
	margin-left: auto;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block.right .isocw-content-box {
		padding-right: 15px;
	}
}

@media screen and (min-width: 1200px) {
	.page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block.right .isocw-content-box {
		padding-left: 100px;
		padding-right: 0;
	}
}

.page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block .isocw-image {
	position: relative;
	display: flex;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block .isocw-image {
		width: 50%;
	}
}

.page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block .isocw-image img {
	max-width: 534px;
	width: 100%;
	object-fit: cover;
	height: 396px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block .isocw-image img {
		height: 674px;
		margin: 0;
	}
}

.page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block .isocw-content-box {
	padding-bottom: 25px;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block .isocw-content-box {
		display: block;
		padding-top: 136px;
		padding-bottom: 250px;
		width: 50%;
	}
}

.page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block .isocw-content-box .isocw-subheading {
	margin-bottom: 30px;
	max-width: 455px;
	width: 100%;
}

.page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block .isocw-content-box .isocw-heading {
	margin-bottom: 22px;
	max-width: 455px;
	width: 100%;
}

.page-indi-space .is-overlapped-content-wrapped .isocw-container .isocw-block .isocw-content-box .isocw-content {
	max-width: 455px;
	width: 100%;
}

.page-indi-space .is-plain-image-full-width {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

.page-indi-space .is-plain-image-full-width::after {
	content: '';
	width: 100%;
	height: clamp(120px, 34vw, 408px);
	background-color: #0F0F0F;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 0;
}

.page-indi-space .is-plain-image-full-width .ispifw-container {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	max-width: 1192px;
}

.page-indi-space .is-plain-image-full-width .ispifw-container img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.page-indi-space .is-three-row-blocks {
	background-color: #0f0f0f;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 30px;
}

@-webkit-keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-three-row-blocks {
		padding-top: 70px;
		padding-bottom: 60px;
	}
}

.page-indi-space .is-three-row-blocks .istrb-heading-wrapper {
	width: 100%;
	padding-left: 100%;
	box-sizing: content-box;
}

.page-indi-space .is-three-row-blocks .istrb-heading {
	font-family: 'Canela';
	font-size: clamp(60px, 8.333vw, 100px);
	font-weight: 300;
	line-height: 1;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-transform: capitalize;
	display: inline-block;
	white-space: nowrap;
	padding-right: 100%;
	box-sizing: content-box;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ticker;
	animation-name: ticker;
	-webkit-animation-duration: 30s;
	animation-duration: 30s;
}

.page-indi-space .is-three-row-blocks .istrb-heading span {
	display: inline-block;
	color: white;
}

.page-indi-space .is-three-row-blocks .istrb-container {
	max-width: 1314px;
	margin: 0 auto;
}

.page-indi-space .is-three-row-blocks .istrb-container .istrb-blocks {
	display: flex;
	margin: 0 auto;
	flex-direction: column;
	align-items: center;
	margin-top: 90px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-three-row-blocks .istrb-container .istrb-blocks {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 130px;
	}
}

.page-indi-space .is-three-row-blocks .istrb-container .istrb-blocks .istrb-block {
	max-width: 320px;
	margin: 0 6px;
	margin-bottom: 34px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-three-row-blocks .istrb-container .istrb-blocks .istrb-block {
		margin-bottom: 0;
	}
}

.page-indi-space .is-three-row-blocks .istrb-container .istrb-blocks .istrb-block .istrb-block-image {
	height: 400px;
	width: 100%;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-three-row-blocks .istrb-container .istrb-blocks .istrb-block .istrb-block-image {
		height: 516px;
	}
}

.page-indi-space .is-three-row-blocks .istrb-container .istrb-blocks .istrb-block .istrb-block-subheading {
	margin-top: 30px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-three-row-blocks .istrb-container .istrb-blocks .istrb-block .istrb-block-subheading {
		margin-top: 40px;
	}
}

.page-indi-space .is-three-row-blocks .istrb-container .istrb-blocks .istrb-block .istrb-block-heading {
	margin-top: 30px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-three-row-blocks .istrb-container .istrb-blocks .istrb-block .istrb-block-heading {
		margin-top: 25px;
	}
}

.page-indi-space .is-three-row-blocks .istrb-container .istrb-blocks .istrb-block .istrb-block-content {
	width: 95.6%;
	margin-top: 24px;
}

@media screen and (min-width: 768px) {
	.page-indi-space .is-three-row-blocks .istrb-container .istrb-blocks .istrb-block .istrb-block-content {
		margin-top: 20px;
	}
}

.page-indi-space {
	background-color: #000;
	color: white;
}

.page-indi-space figure {
	margin: 0;
}

.block.gallery-block .swiper {
	width: 100%;
	height: 100%;
}

.block.gallery-block .swiper.gb-main-swiper {
	width: 100%;
	aspect-ratio: 39/22;
	height: auto;
}

@media screen and (min-width: 768px) {
	.block.gallery-block .swiper.gb-main-swiper {
		aspect-ratio: auto;
		height: 566px;
	}
}

.block.gallery-block .swiper.gb-secondary-swiper {
	box-sizing: border-box;
	background-color: #191919;
	height: 52px;
}

@media screen and (min-width: 768px) {
	.block.gallery-block .swiper.gb-secondary-swiper {
		height: 100px;
	}
}

@media screen and (min-width: 768px) {
	.block.gallery-block .swiper.gb-secondary-swiper .swiper-wrapper {
		justify-content: center;
	}
}

.block.gallery-block .swiper.gb-secondary-swiper .swiper-slide {
	opacity: 0.4;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #191919;
	width: 70px;
	height: 52px;
}

@media screen and (min-width: 768px) {
	.block.gallery-block .swiper.gb-secondary-swiper .swiper-slide {
		width: 102px;
		height: 100px;
	}
}

.block.gallery-block .swiper.gb-secondary-swiper .swiper-slide img {
	height: 41px;
	width: 57px;
}

@media screen and (min-width: 768px) {
	.block.gallery-block .swiper.gb-secondary-swiper .swiper-slide img {
		height: 74px;
		width: 74px;
	}
}

.block.gallery-block .swiper.gb-secondary-swiper .swiper-slide-thumb-active {
	opacity: 1;
	background-color: #ee9b64;
}

.block.gallery-block .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.block.gallery-block .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block.gallery-block .swiper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.block.gallery-block .swiper .swiper-slide {
	background-size: cover;
	background-position: center;
}

.block.gallery-block .swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block.gallery-block .gb-content-box {
	padding: clamp(16px, 3.14vw, 44px);
	background-color: #101010;
}

.block.gallery-block .gb-content-box .gb-heading {
	font-family: 'Canela';
	font-size: clamp(25px, 2.5vw, 35px);
	font-weight: 300;
	line-height: 1.29;
	color: #fff;
	margin-bottom: clamp(10px, 1.07vw, 15px);
}

.block.gallery-block .gb-content-box .gb-content {
	font-family: 'Khula';
	font-size: 10px;
	line-height: 1.4;
	letter-spacing: 0.5px;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.block.gallery-block .gb-content-box .gb-content {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.6px;
	}
}

body.loading {
	max-height: 100vh;
	overflow: hidden;
}

body.loading .header:before {
	background: none;
}

body.loading .loading-page {
	opacity: 1;
	visibility: visible;
}

.width-page .top-block.no-image {
	padding-bottom: 60px;
	margin-bottom: -35px;
}

@media (min-width: 768px) {
	.width-page .top-block.no-image {
		padding-bottom: 70px;
		margin-bottom: -70px;
	}
}

.width-page .cover-box {
	margin-bottom: 50px;
}

@media (min-width: 768px) {
	.width-page .cover-box {
		margin-bottom: 70px;
	}
}

.width-page .subtitle.blockquote {
	padding: 20px 0;
}

@media (min-width: 768px) {
	.width-page .subtitle.blockquote {
		padding: 30px 0;
	}
}

.width-page .subtitle.blockquote p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.no-results .no-results-title {
	margin: 50px 0 50px 0;
	text-align: center;
	width: 100%;
	text-transform: none;
}

@media (min-width: 768px) {
	.no-results .no-results-title {
		margin: 150px 0 50px 0;
	}
}

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