


* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}

:root {
	--main-color-green: #30dfad; 
	--main-color-purple: #7f7ab8;
	--main-color-orange: #f06d4f;
	--main-border-width: 12px;

	--easing: cubic-bezier(0.5,0.7,0.4,1);
	--page-background: #fff;

	--plyr-color-main: var(--main-color-green);
}





@font-face {
	font-family: 'Plak';
	src: url('fonts/Plak/Plak.eot?#iefix?v=1.0') format('embedded-opentype'), url('fonts/Plak/Plak.woff?v=1.0') format('woff'),
		 url('fonts/Plak/Plak.ttf?v=1.0') format('truetype'), url('fonts/Plak/Plak.svg?v=1.0') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}
@font-face {
	font-family: 'Lubalin';
	src: url('fonts/Lubalin/Lubalin.eot?#iefix?v=1.0') format('embedded-opentype'), url('fonts/Lubalin/Lubalin.woff?v=1.0') format('woff'),
		 url('fonts/Lubalin/Lubalin.ttf?v=1.0') format('truetype'), url('fonts/Lubalin/Lubalin.svg?v=1.0') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}
@font-face {
	font-family: 'MCG';
	src: url('fonts/MCG/MCG-Medium.eot?#iefix?v=1.0') format('embedded-opentype'), url('fonts/MCG/MCG-Medium.woff?v=1.0') format('woff'),
		 url('fonts/MCG/MCG-Medium.ttf?v=1.0') format('truetype'), url('fonts/MCG/MCG-Medium.svg?v=1.0') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}



/* with transition */
html.pageTransition {
	overflow-y: hidden;
	height: 100vh !important;
	height: calc(var(--vh, 1vh) * 100) !important;
}


html {
	background-color: var(--page-background);
}

body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: var(--page-background);
	font-family: 'Lubalin', Arial, Helvetica;
	font-smooth: always;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	line-height: initial;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	transition: background 500ms var(--easing);
}
/*
body.ani {
	height: 100%;
}
*/


/*
html, body,
body div * {
	cursor: none !important;
}
*/

.cursorInner,
.cursorOuter {
	border-radius: 50%;
	pointer-events: none;
	position: absolute;
	transform: translate(-50%,-50%);
}

.cursorInner {
	background-color: rgba(0,0,0,0.75);
	width: 10px;
	height: 10px;
	z-index: 9999;
}
.cursorOuter {
	border: 1px solid rgba(0,0,0,0.25);
	width: 50px;
	height: 50px;
	transform: translate(-50%,-50%);
	z-index: 999;
}





::-moz-selection {
	background: rgba(0,0,0,0.25);
	color: #fff;
	text-shadow: none;
}






::selection {
	background: rgba(0,0,0,0.25);
	color: #fff;
	text-shadow: none;
}
::-webkit-selection {
	background: rgba(0,0,0,0.25);
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: rgba(0,0,0,0.25);
	color: #fff;
	text-shadow: none;
}







.h1, .h2, .h3, .h4,
h1, h2, h3, h4 {
	font-family: 'Plak';
	margin-bottom: .1em;
}

.h5, .h6,
h5, h6,
.btn-link {
	font-family: 'Lubalin';
	font-size: 12px;
	text-transform: uppercase;
}

.vertical-text.h1 {
	font-size: 40px;
}
@media only screen and (max-width: 768px) {
	.vertical-text.h1 {
		font-size: 30px;
	}
}


/*
h1,h2,h3,h4,h5 {
	visibility: hidden;
}
*/


a {
	color: var(--main-color-green);
}
a:focus,
a:visited {
	color: var(--main-color-purple);
}






/*
No Scrollbars mobile
*/
/*
@media (max-width: 767px) {
	div * {
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	::-webkit-scrollbar-track {
		-webkit-box-shadow: none !important;
		background-color: transparent;
	}
	::-webkit-scrollbar {
		background-color: transparent;
		width: 3px !important;
	}
	::-webkit-scrollbar-thumb {
		background-color: transparent;
	}
}
*/


/* Smooth Scrollbar */
/*
.scrollbar-track-x {
	display: none !important;
}
*/














/* spectre.css */
a {
	color: var(--main-color-green);
}
a:hover {
	color: var(--main-color-purple);
}

a,
a:focus,
a:active,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: line-through;
}

a:focus,
.btn:focus {
	-webkit-box-shadow: none;
			box-shadow: none;
}
a:visited {
	color: var(--main-color-purple);
}
/*
*/
a.btn:visited {
	color: #fff;
}
a.btn:focus:visited {
	color: #000;
}
a.btn:hover:visited {
	color: inherit;
}
.btn-link:visited {
	color: #3b4351;
}

.btn,
.btn-link {
	color: #3b4351;
	font-family: 'Lubalin';
	font-size: 12px !important;
}
.btn-link:hover {
	color: #3b4351;
	text-decoration: line-through;
}

.btn {
	background: #000;
	border: .05rem solid #000;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	line-height: 36px;
	padding: 0 20px;
	visibility: hidden;
}
.btn.btn-lg {
	font-size: 0.9rem;
	line-height: 25px;
	padding: .85rem 2.9rem;
	height: 3rem;
}

.onload .btn {
	visibility: visible;
}

.btn:focus,
.btn:hover {
	background-color: transparent;
	border-color: #000;
	color: #000;
}
.btn.active,
.btn:active {
	background-color: transparent;
	border-color: #000;
	color: #000;
}

.s-rounded {
	border-radius: 5px;
}

.divider {
	border-color: rgba(255,255,255,0.25);
	margin: 100px 0;
}

.column, [class~="col-"] {
	padding-top: .4rem;
	padding-bottom: .4rem;
	position: relative;
}

.column>.columns>.column {
	padding-top: 0;
	padding-bottom: 0;
}

.pt-3 {
	padding-top: 30px;
}
.pt-4 {
	padding-top: 40px;
}
.pb-3 {
	padding-bottom: 30px;
}
.pb-4 {
	padding-bottom: 40px;
}
.pb-5 {
	padding-bottom: 50px;
}
.pb-6 {
	padding-bottom: 60px !important;
}
.pb-7 {
	padding-bottom: 70px !important;
}
.pb-8 {
	padding-bottom: 80px !important;
}
.pb-9 {
	padding-bottom: 90px !important;
}


.mobile-menu-icon a.social-instagram {
	position: absolute;
	top: 6px;
	left: calc(100vw - 49px);
}

.onload a.social-instagram.active:after {
	border-top: 1px solid #000;
	content: ' ';
	display: block;
	position: relative;
	top: -3px;
	width: 24px;
	height: 1px;
}
.onload .main-footer a.social-instagram.active:after {
	top: -12px;
}

.header-nav-right a i.icon {
	position: relative;
	top: 9px;
}
i.icon {
	display: block;
	width: 24px;
	height: 24px;
}
i.icon-instagram:after {
	background-image: url('img/social-instagram.svg?v=0.0.1');
	background-repeat: no-repeat;
	background-size: 100%;
	content: ' ';
	display: block;
	position: relative;
	top: 0;
	/* material */
	width: 24px;
	height: 24px;
}




[data-position="fixed"] .main-content {
	margin-top: 120px;
}




.main-grid {
	margin: 40px auto 0;
	max-width: 960px;
	text-align: center;
}
.main-grid .container {
	padding: 0;
}
.main-grid .columns {
	margin: 0 auto;
}
.main-grid .column {
	aspect-ratio: 1 / 1;
	padding: 2px;
	min-width: 33.333%;
	max-width: 33.333%;
}
.main-grid .column-inner {
	background-color: #eee;
	outline: 1px solid #eee;
	width: 100%;
	height: 100%;
}
.main-grid .column-inner img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}






/* GLightbox */
.glightbox-clean .gslide-media,
.ginlined-content {
	aspect-ratio: 1 / 1;
	box-shadow: none;
	/*margin: 0 auto;*/
}
.gslide-video {
	margin: 0 auto;
}
.gslide-image img {
	max-height: 100vh;
}
.gslide-inline {
	background-color: #000;
	max-height: 100vh;
	width: auto !important;
	height: auto !important;
}
.ginlined-content {
	overflow: hidden;
	padding: 0 !important;
	height: 100% !important;
}

.inline-swiper-outer {
	display: none;
}
.inline-swiper-inner {
	position: relative;
	max-width: 100%;
	max-height: 100%;
}
.inline-swiper-inner img.inline-swiper-ratio {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

/*
*/
.gprev,
.gnext {
	display: none;
}

.glightbox-clean .gclose {
	top: 11px;
	right: 14px;
}

/*
.goverlay {
	background: rgba(0,0,0,.92) !important;
}
*/

.glightbox-mobile .glightbox-container .gslide-description {
	padding: 20px 10px;
}
/*
.glightbox-clean .gslide-description {
	background-color: #000;
	color: #fff;
}
*/

.gzoomIn {
	animation: gzoomIn .35s ease;
}
.gzoomOut {
	animation: gzoomOut .35s ease;
}

@keyframes gzoomIn {
	from {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 1;
	}
}
@keyframes gzoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}









/* Swiper */
.swiper-container {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.swiper-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.swiper-hero .swiper-wrapper {
	mix-blend-mode: multiply;
}

.swiper-inline .swiper-slide img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.swiper-inline .swiper-slide video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.swiper-inline .swiper-slide .plyr {
	width: 100%;
	height: 100%;
}
.swiper-inline .swiper-pagination {
	left: 50%;
	width: auto;
	transform: translate(-50%,0);
}
.swiper-inline .swiper-slide.swiper-text {
	background-color: #fff;
}


.swiper-tour .swiper-slide img {
	object-fit: contain;
	position: absolute;
	left: -9999px;
	width: 100%;
	height: 100%;
}

.swiper-tour-pagination {
	position: relative;
	top: 20px;
}

.swiper-tour .swiper-slide.swiper-slide-active img,
.swiper-tour .swiper-slide.swiper-slide-prev img,
.swiper-tour .swiper-slide.swiper-slide-next img {
	left: 0;
}

.swiper-slide {
	/*background-color: #ccc;*/
	/*border-radius: 10px;*/

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	text-align: center;

	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100% !important;
}
.swiper-slide.autoHeight {
	height: auto !important;
}

.swiper-container-horizontal .swiper-button-prev {
	background-image: url('img/swiper/swiper-arrow-prev.svg');
	background-size: 27px 44px;
}
.swiper-container-horizontal .swiper-button-next {
	background-image: url('img/swiper/swiper-arrow-next.svg');
	background-size: 27px 44px;
}

.swiper-pagination-fraction {
	font-size: 14px;
	bottom: 20px !important;
}

.swiper-pagination-bullet {
	background-color: transparent;
	margin: 1px 8px !important;
	width: 10px;
	height: 10px;
}
/*
*/
.swiper-pagination-bullet-active.swiper-pagination-bullet:before {
	background-color: var(--main-color-green);
}
.swiper-inline .swiper-pagination-bullet-active.swiper-pagination-bullet:before {
	background-color: #000;
}

.swiper-pagination-bullet:before {
	background-color: rgba(0,0,0,0.5);
	border-radius: 5px;
	content: '';
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	-webkit-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.swiper-pagination-bullet:after {
	/*background-color: rgba(0,0,0,0.5);*/
	content: '';
	display: block;
	padding: 14px;
	position: relative;
	top: -19px;
	left: -9px;
	width: 10px;
	height: 10px;
}

.swiper-container-horizontal .swiper-pagination-bullets {
	background-color: #fff;
	border-radius: 20px;
	padding: 8px 24px;
	bottom: 20px;
	left: 50%;
	width: auto;
	-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 100px);
		-ms-transform: translate(-50%, 100px);
			transform: translate(-50%, 100px); /* slide from 100px to 0 in swiper init */
}



.swiper-tour-pagination .swiper-pagination-bullets {
	padding: 2px 14px;
	bottom: 10px;
}
.swiper-tour-pagination .swiper-pagination-bullet {
	margin: 3px 5px !important;
	width: 5px;
	height: 5px;
}
.swiper-tour-pagination .swiper-pagination-bullet:before {
	width: 5px;
	height: 5px;
}
.swiper-tour-pagination  .swiper-pagination-bullet:after {
	top: -16px;
	left: -9px;
	width: 5px;
	height: 5px;
}


.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.05;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 0.25;
}
.swiper-container-horizontal .swiper-button-prev,
.swiper-container-horizontal .swiper-button-next {
	margin-top: -42px;
	margin-left: 0;
	padding: 20px 40px;
	-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
			transform: rotate(0deg);
}
.swiper-container-horizontal .swiper-button-prev {
	top: 50%;
	left: 20px;
	bottom: auto;
	right: auto;
}
.swiper-container-horizontal .swiper-button-next {
	top: 50%;
	right: 20px;
	bottom: auto;
	left: auto;
}






/* Preload Spinner */
.preloader-spinner {
	margin: 20px auto 0;
	position: relative;
	width: 34px;
	height: 34px;
	z-index: 99999;
}
.preloader-spinner > svg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
}
.preloader-spinner {
	background-color: transparent;
	background-image: none;
}
.preloader-spinner > svg {
	display: block;
	animation: preloaderSpin 1s steps(12, end) infinite;
}
@keyframes preloaderSpin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}









/* lozad */
.lozadImg {
	/*opacity: 0;*/
	-webkit-transition: opacity 1500ms ease;
	-o-transition: opacity 1500ms ease;
	transition: opacity 1500ms ease;
}
.lozadImg.fadeIn {
	opacity: 1;
}









/*
.hero-center-text .reveal {
	display: inline-block;
	width: auto;
}
*/

.header-nav {
	background-color: #fff;
}


.hero-center-text-inner h2 {
	font-size: 220px;
}


.header-nav-centered {
	position: relative;
	top: 10px;
}
.header-nav-links-outer {
	background-color: rgb(255, 255, 255, 0.95);
}
[data-position="fixed"] .header-nav .header-nav-centered a {
	overflow: hidden;
	height: 72px;
}


.header-nav-centered a img {
	position: relative;
	top: 22px;
	height: 50px;
}

.header-nav {
	overflow: visible;
}
.header-nav-line {
	display: none;
}




.contain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.box-circle {
	background-color: transparent;
	height: 350px;
}
.box-circle img {
	filter: none;
	object-fit: contain;
}


.deck-slider {
	height: 780px;
}



.swipe-bg-layer {
	position: absolute;
	width: 100%;
	height: 100%;
}



















@media only screen and (max-width: 1024px) {
	.hero-center-text-inner h2 {
		font-size: 120px;
		/*line-height: 100px;*/
	}
}

@media only screen and (max-width: 768px) {

	.swiper-container-horizontal .swiper-pagination-bullets {
		padding: 2px 14px;
		bottom: 10px;
	}
	.swiper-pagination-bullet {
		margin: 3px 5px !important;
		width: 5px;
		height: 5px;
	}

	.swiper-pagination-bullet:before {
		top: 0;
		left: 0;
		width: 5px;
		height: 5px;
	}
	.swiper-pagination-bullet:after {
		top: -16px;
		left: -9px;
		width: 5px;
		height: 5px;
	}

	.main-content {
		margin-top: 0;
	}
	.hero-outer, [data-position="fixed"] .hero-outer {
		height: 100vh;
	}
	.hero-left-text {
		padding-left: 10px;
		padding-right: 10px;
	}
	.hero-center-text-inner h2 {
		font-size: 80px;
		/*line-height: 90px;*/
	}

	.header-nav {
		height: 60px;
	}
	.header-nav-centered {
		top: -18px;
	}
	.header-nav-line {
		display: block;
	}

	.header-nav-right a.social-instagram {
		display: none !important;
	}
	.onload a.social-instagram.active:after {
		top: -12px;
	}


	.column-sizes {
		font-size: 12px;
	}

	.deck-slider {
		height: 600px;
	}

	.spriteImg {
		border-radius: 0; /* chrome mobile background-position image bug */
		top: calc(50% - 256px);
		transform: translate(-360px, 0) scale(0.5);
		/*height: 100%;*/
	}
	/*
	.spriteImgFrame {
		display: none;
	}
	*/
	.spriteImgCaption {
		font-size: 14px;
		top: -50px;
		right: 40px;
	}

	.cherry-tree-1 {
		top: -50px;
		left: -110px;
		width: 380px;
	}

	.dimension {
		font-size: 10px;
	}
}

@media only screen and (max-width: 600px) {

	.column>.columns>.column {
		padding-top: .4rem;
		padding-bottom: .4rem;
	}

	.m-pt-0 {
		padding-top: 0;
	}
	.m-pt-1 {
		padding-top: 10px;
	}
	.m-pt-2 {
		padding-top: 20px;
	}
	.m-pt-3 {
		padding-top: 30px;
	}


	.mtext-left {
		text-align: left;
	}
	.mtext-right {
		text-align: right;
	}

	.divider {
		margin: 50px 0;
	}

	.main-textbox .text-observer {
		margin-bottom: 0;
	}

	/*
	.main-grid .column {
		min-width: 50%;
		max-width: 50%;
	}
	*/
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 375px) {
}


@media (max-width: 736px) and (orientation: landscape) {
	.trick {
		margin-top: -110px;
	}
}




@media print {
	.no-print {
		display: none;
	}
}









