/*!
Theme Name: SamataSoul
Theme URI: http://underscores.me/
Author: Henry Cao
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: SamataSoul
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.

SamataSoul is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
	font-family: "poppins";
	src: url("assets/fonts/poppins/Poppins-Regular.ttf");
}

@font-face {
	font-family: "poppins semibold";
	src: url("assets/fonts/poppins/Poppins-SemiBold.ttf");
}

@font-face {
	font-family: "poppins bold";
	src: url("assets/fonts/poppins/Poppins-Bold.ttf");
}

@font-face {
	font-family: "poppins medium";
	src: url("assets/fonts/poppins/Poppins-Medium.ttf");
}

@font-face {
	font-family: "poppins light";
	src: url("assets/fonts/poppins/Poppins-Light.ttf");
}

@font-face {
	font-family: "poppins extrabold";
	src: url("assets/fonts/poppins/Poppins-ExtraBold.ttf");
}

@font-face {
	font-family: "poppins extralight";
	src: url("assets/fonts/poppins/Poppins-ExtraLight.ttf");
}

@font-face {
	font-family: "manrope";
	src: url("assets/fonts/manrope/Manrope-Regular.ttf");
}

@font-face {
	font-family: "manrope semibold";
	src: url("assets/fonts/manrope/Manrope-SemiBold.ttf");
}

@font-face {
	font-family: "manrope bold";
	src: url("assets/fonts/manrope/Manrope-Bold.ttf");
}

@font-face {
	font-family: "manrope medium";
	src: url("assets/fonts/manrope/Manrope-Medium.ttf");
}

@font-face {
	font-family: "manrope light";
	src: url("assets/fonts/manrope/Manrope-Light.ttf");
}

@font-face {
	font-family: "manrope extrabold";
	src: url("assets/fonts/manrope/Manrope-ExtraBold.ttf");
}

@font-face {
	font-family: "manrope extralight";
	src: url("assets/fonts/manrope/Manrope-ExtraLight.ttf");
}

@font-face {
	font-family: "montserrat";
	src: url("assets/fonts/montserrat/Montserrat-Regular.ttf");
}

@font-face {
	font-family: "montserrat semibold";
	src: url("assets/fonts/montserrat/Montserrat-SemiBold.ttf");
}

@font-face {
	font-family: "montserrat semibold italic";
	src: url("assets/fonts/montserrat/Montserrat-SemiBoldItalic.ttf");
}

@font-face {
	font-family: "montserrat thin";
	src: url("assets/fonts/montserrat/Montserrat-Thin.ttf");
}

@font-face {
	font-family: "montserrat thin italic";
	src: url("assets/fonts/montserrat/Montserrat-ThinItalic.ttf");
}

@font-face {
	font-family: "montserrat medium";
	src: url("assets/fonts/montserrat/Montserrat-Medium.ttf");
}

@font-face {
	font-family: "montserrat medium italic";
	src: url("assets/fonts/montserrat/Montserrat-MediumItalic.ttf");
}

@font-face {
	font-family: "montserrat light";
	src: url("assets/fonts/montserrat/Montserrat-Light.ttf");
}

@font-face {
	font-family: "montserrat light italic";
	src: url("assets/fonts/montserrat/Montserrat-LightItalic.ttf");
}

@font-face {
	font-family: "montserrat black";
	src: url("assets/fonts/montserrat/Montserrat-Black.ttf");
}

@font-face {
	font-family: "montserrat black italic";
	src: url("assets/fonts/montserrat/Montserrat-BlackItalic.ttf");
}

@font-face {
	font-family: "montserrat bold";
	src: url("assets/fonts/montserrat/Montserrat-Bold.ttf");
}

@font-face {
	font-family: "montserrat bold italic";
	src: url("assets/fonts/montserrat/Montserrat-BoldItalic.ttf");
}

@font-face {
	font-family: "montserrat extrabold";
	src: url("assets/fonts/montserrat/Montserrat-ExtraBold.ttf");
}

@font-face {
	font-family: "montserrat extrabold italic";
	src: url("assets/fonts/montserrat/Montserrat-ExtraBoldItalic.ttf");
}

@font-face {
	font-family: "montserrat extralight";
	src: url("assets/fonts/montserrat/Montserrat-ExtraLight.ttf");
}

@font-face {
	font-family: "montserrat extralight italic";
	src: url("assets/fonts/montserrat/Montserrat-ExtraLightItalic.ttf");
}

@font-face {
	font-family: "montserrat italic";
	src: url("assets/fonts/montserrat/Montserrat-Italic.ttf");
}

/* Elements
--------------------------------------------- */
body {
	font-family: "poppins";
	background: #fff;
}

.no-scroll {
	overflow: hidden;
}

.global-footer-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
	background: linear-gradient(180deg, rgba(40, 40, 40, 0.623437) -39.53%, rgba(0, 164, 239, 0.217) -9.94%, rgba(255, 255, 255, 0) 29.77%);
	transform: rotate(-180deg);
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* icomoon
--------------------------------------------- */
@font-face {
	font-family: 'icomoon';
	src: url("assets/fonts/icomoon/icomoon.eot?h1zerr");
	src: url("assets/fonts/icomoon/icomoon.eot?h1zerr#iefix") format("embedded-opentype"), url("assets/fonts/icomoon/icomoon.ttf?h1zerr") format("truetype"), url("assets/fonts/icomoon/icomoon.woff?h1zerr") format("woff"), url("assets/fonts/icomoon/icomoon.svg?h1zerr#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-down-arrow:before {
	content: "\e907";
}

.icon-location:before {
	content: "\e905";
}

.icon-telephone:before {
	content: "\e906";
}

.icon-close:before {
	content: "\e904";
}

.icon-magnifying-glass:before {
	content: "\e900";
}

.icon-right-arrow:before {
	content: "\e901";
}

.icon-next-arrow:before {
	content: "\e902";
}

.icon-previous-arrow:before {
	content: "\e903";
}

.icon-logo:before {
	content: "\e908";
}

.icon-down-arrow:before {
	content: "\e909";
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
 *
 * Copyright (c) 2022 Animate.css
 */
:root {
	--animate-duration:1s;
	--animate-delay:1s;
	--animate-repeat:1;
}

.animate__animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animate__animated.animate__infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: var(--animate-repeat);
	animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
	-webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
	animation-iteration-count: calc(var(--animate-repeat)*2);
}

.animate__animated.animate__repeat-3 {
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	-webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
	animation-iteration-count: calc(var(--animate-repeat)*3);
}

.animate__animated.animate__delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-delay: var(--animate-delay);
	animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-delay: calc(var(--animate-delay)*2);
	animation-delay: calc(var(--animate-delay)*2);
}

.animate__animated.animate__delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-delay: calc(var(--animate-delay)*3);
	animation-delay: calc(var(--animate-delay)*3);
}

.animate__animated.animate__delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-delay: calc(var(--animate-delay)*4);
	animation-delay: calc(var(--animate-delay)*4);
}

.animate__animated.animate__delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-delay: calc(var(--animate-delay)*5);
	animation-delay: calc(var(--animate-delay)*5);
}

.animate__animated.animate__faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-duration: calc(var(--animate-duration)/2);
	animation-duration: calc(var(--animate-duration)/2);
}

.animate__animated.animate__fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-duration: calc(var(--animate-duration)*.8);
	animation-duration: calc(var(--animate-duration)*.8);
}

.animate__animated.animate__slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration)*2);
	animation-duration: calc(var(--animate-duration)*2);
}

.animate__animated.animate__slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-duration: calc(var(--animate-duration)*3);
	animation-duration: calc(var(--animate-duration)*3);
}

@media (prefers-reduced-motion: reduce), print {
	.animate__animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
	}
	.animate__animated[class*=Out] {
		opacity: 0;
	}
}

@-webkit-keyframes bounce {
	0%, 20%, 53%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}
	80% {
		-webkit-transform: translateZ(0) scaleY(0.95);
		transform: translateZ(0) scaleY(0.95);
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

@keyframes bounce {
	0%, 20%, 53%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}
	80% {
		-webkit-transform: translateZ(0) scaleY(0.95);
		transform: translateZ(0) scaleY(0.95);
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

.animate__bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

.animate__flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shakeX {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.animate__shakeX {
	-webkit-animation-name: shakeX;
	animation-name: shakeX;
}

@-webkit-keyframes shakeY {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}

@keyframes shakeY {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}

.animate__shakeY {
	-webkit-animation-name: shakeY;
	animation-name: shakeY;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.animate__headShake {
	-webkit-animation-name: headShake;
	animation-name: headShake;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.animate__swing {
	-webkit-animation-name: swing;
	animation-name: swing;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
		transform: skewX(0.39062deg) skewY(0.39062deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}

@keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
		transform: skewX(0.39062deg) skewY(0.39062deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}

.animate__jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__heartBeat {
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-duration: calc(var(--animate-duration)*1.3);
	animation-duration: calc(var(--animate-duration)*1.3);
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
	0% {
		opacity: .7;
		-webkit-transform: translateY(-1200px) scale(0.7);
		transform: translateY(-1200px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes backInDown {
	0% {
		opacity: .7;
		-webkit-transform: translateY(-1200px) scale(0.7);
		transform: translateY(-1200px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__backInDown {
	-webkit-animation-name: backInDown;
	animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
	0% {
		opacity: .7;
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes backInLeft {
	0% {
		opacity: .7;
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__backInLeft {
	-webkit-animation-name: backInLeft;
	animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
	0% {
		opacity: .7;
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes backInRight {
	0% {
		opacity: .7;
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__backInRight {
	-webkit-animation-name: backInRight;
	animation-name: backInRight;
}

@-webkit-keyframes backInUp {
	0% {
		opacity: .7;
		-webkit-transform: translateY(1200px) scale(0.7);
		transform: translateY(1200px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes backInUp {
	0% {
		opacity: .7;
		-webkit-transform: translateY(1200px) scale(0.7);
		transform: translateY(1200px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__backInUp {
	-webkit-animation-name: backInUp;
	animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateY(700px) scale(0.7);
		transform: translateY(700px) scale(0.7);
	}
}

@keyframes backOutDown {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateY(700px) scale(0.7);
		transform: translateY(700px) scale(0.7);
	}
}

.animate__backOutDown {
	-webkit-animation-name: backOutDown;
	animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
	}
}

@keyframes backOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
	}
}

.animate__backOutLeft {
	-webkit-animation-name: backOutLeft;
	animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
	}
}

@keyframes backOutRight {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
	}
}

.animate__backOutRight {
	-webkit-animation-name: backOutRight;
	animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateY(-700px) scale(0.7);
		transform: translateY(-700px) scale(0.7);
	}
}

@keyframes backOutUp {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateY(-700px) scale(0.7);
		transform: translateY(-700px) scale(0.7);
	}
}

.animate__backOutUp {
	-webkit-animation-name: backOutUp;
	animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
		transform: translate3d(0, 25px, 0) scaleY(0.9);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
		transform: translate3d(0, -10px, 0) scaleY(0.95);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
		transform: translate3d(0, 5px, 0) scaleY(0.985);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
		transform: translate3d(0, 25px, 0) scaleY(0.9);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
		transform: translate3d(0, -10px, 0) scaleY(0.95);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
		transform: translate3d(0, 5px, 0) scaleY(0.985);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
		transform: translate3d(-10px, 0, 0) scaleX(0.98);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
		transform: translate3d(5px, 0, 0) scaleX(0.995);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
		transform: translate3d(-10px, 0, 0) scaleX(0.98);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
		transform: translate3d(5px, 0, 0) scaleX(0.995);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
		transform: translate3d(10px, 0, 0) scaleX(0.98);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
		transform: translate3d(-5px, 0, 0) scaleX(0.995);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
		transform: translate3d(10px, 0, 0) scaleX(0.98);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
		transform: translate3d(-5px, 0, 0) scaleX(0.995);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
		transform: translate3d(0, 10px, 0) scaleY(0.95);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
		transform: translate3d(0, -5px, 0) scaleY(0.985);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
		transform: translate3d(0, 10px, 0) scaleY(0.95);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
		transform: translate3d(0, -5px, 0) scaleY(0.985);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

.animate__bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
		transform: translate3d(0, 10px, 0) scaleY(0.985);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
		transform: translate3d(0, 10px, 0) scaleY(0.985);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}

.animate__bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
		transform: translate3d(20px, 0, 0) scaleX(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
		transform: translate3d(20px, 0, 0) scaleX(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

.animate__bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
		transform: translate3d(-20px, 0, 0) scaleX(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
		transform: translate3d(-20px, 0, 0) scaleX(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

.animate__bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
		transform: translate3d(0, -10px, 0) scaleY(0.985);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
		transform: translate3d(0, 20px, 0) scaleY(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
		transform: translate3d(0, -10px, 0) scaleY(0.985);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
		transform: translate3d(0, 20px, 0) scaleY(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}

.animate__bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.animate__fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInTopLeft {
	-webkit-animation-name: fadeInTopLeft;
	animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInTopRight {
	-webkit-animation-name: fadeInTopRight;
	animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInBottomLeft {
	-webkit-animation-name: fadeInBottomLeft;
	animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInBottomRight {
	-webkit-animation-name: fadeInBottomRight;
	animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.animate__fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.animate__fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.animate__fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.animate__fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.animate__fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.animate__fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.animate__fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.animate__fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.animate__fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}

@keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}

.animate__fadeOutTopLeft {
	-webkit-animation-name: fadeOutTopLeft;
	animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}

@keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}

.animate__fadeOutTopRight {
	-webkit-animation-name: fadeOutTopRight;
	animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}

@keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}

.animate__fadeOutBottomRight {
	-webkit-animation-name: fadeOutBottomRight;
	animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}

@keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}

.animate__fadeOutBottomLeft {
	-webkit-animation-name: fadeOutBottomLeft;
	animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
	}
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
	}
	50% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
	}
	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
	}
	to {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
	}
}

@keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
	}
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
	}
	50% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
	}
	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
	}
	to {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
	}
}

.animate__animated.animate__flip {
	-webkit-animation-name: flip;
	animation-name: flip;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.animate__flipInX {
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.animate__flipInY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}
}

.animate__flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
	}
	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
	}
	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
	}
}

.animate__flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes lightSpeedInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__lightSpeedInRight {
	-webkit-animation-name: lightSpeedInRight;
	animation-name: lightSpeedInRight;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
	}
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
	}
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__lightSpeedInLeft {
	-webkit-animation-name: lightSpeedInLeft;
	animation-name: lightSpeedInLeft;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
	}
}

@keyframes lightSpeedOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
	}
}

.animate__lightSpeedOutRight {
	-webkit-animation-name: lightSpeedOutRight;
	animation-name: lightSpeedOutRight;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
	}
}

@keyframes lightSpeedOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
	}
}

.animate__lightSpeedOutLeft {
	-webkit-animation-name: lightSpeedOutLeft;
	animation-name: lightSpeedOutLeft;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rotateIn {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rotateInDownLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rotateInDownRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rotateInUpLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rotateInUpRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
	}
}

@keyframes rotateOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
	}
}

.animate__rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

.animate__rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@keyframes rotateOutDownRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

.animate__rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

.animate__rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@keyframes rotateOutUpRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

.animate__rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
	}
	40%, 80% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
	}
}

@keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
	}
	40%, 80% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
	}
}

.animate__hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration)*2);
	animation-duration: calc(var(--animate-duration)*2);
	-webkit-animation-name: hinge;
	animation-name: hinge;
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

.animate__rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

.animate__zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	}
}

@keyframes zoomInDown {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	}
}

.animate__zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	}
}

@keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	}
}

.animate__zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	}
}

@keyframes zoomInRight {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	}
}

.animate__zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	}
}

@keyframes zoomInUp {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	}
}

.animate__zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}

.animate__zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	}
	to {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	}
}

@keyframes zoomOutDown {
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	}
	to {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	}
}

.animate__zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
	}
}

.animate__zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
	}
}

.animate__zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	}
	to {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	}
}

@keyframes zoomOutUp {
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	}
	to {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	}
}

.animate__zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: hidden;
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: hidden;
	}
}

.animate__slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: hidden;
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: hidden;
	}
}

.animate__slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: hidden;
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: hidden;
	}
}

.animate__slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: hidden;
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: hidden;
	}
}

.animate__slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Outline
--------------------------------------------- */
*:focus {
	outline: none !important;
}

/* Animation
--------------------------------------------- */
.animate,
.animate-fadeIn,
.animate-group-fadeIn {
	opacity: 0;
}

.animate__animated,
.animate-fadeIn__animated,
.animate-group-fadeIn__animated {
	opacity: 1;
}

@keyframes max-height-nav {
	/* You could think of as "step 1" */
	0% {
		height: 0;
		opacity: 0;
	}
	/* You could think of as "step 2" */
	100% {
		opacity: 1;
	}
}

@keyframes max-auto-height-nav {
	/* You could think of as "step 1" */
	0% {
		height: 50%;
		opacity: 0;
	}
	/* You could think of as "step 2" */
	100% {
		height: 88.19px;
		opacity: 1;
	}
}

@keyframes max-height-subnav {
	/* You could think of as "step 1" */
	0% {
		top: calc(100% + 85px);
		height: 0;
		opacity: 1;
	}
	/* You could think of as "step 2" */
	100% {
		height: 236px;
		opacity: 1;
		top: 0;
	}
}

@keyframes menu-item-animation {
	/* You could think of as "step 1" */
	0% {
		opacity: 0;
	}
	/* You could think of as "step 2" */
	100% {
		opacity: 1;
	}
}

@keyframes mobile-nav-animation {
	/* You could think of as "step 1" */
	0% {
		opacity: 0;
		height: 0;
	}
	/* You could think of as "step 2" */
	100% {
		opacity: 1;
	}
}

/* Control input
--------------------------------------------- */
select {
	background-image: url("assets/images/arrow-down.png") !important;
	background-position-x: calc(100% - 15px);
	cursor: pointer;
}

/* Header
--------------------------------------------- */
#page {
	position: relative;
}

.site-header {
	position: fixed;
	top: 0;
	width: 100%;
	background: white;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
	z-index: 999999;
}

.site-header .navbar-booking-btn {
	border-radius: 50px;
	color: #2e4116;
	background: white;
	border: 1px solid #2e4116;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 40px;
	font-size: 12px;
	cursor: pointer;
}

@media (min-width: 480px) {
	.site-header .navbar-booking-btn {
		width: 105px;
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.site-header .navbar-booking-btn {
		width: 125px;
		height: 50px;
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.site-header .navbar-booking-btn {
		width: 150px;
		height: 60px;
		font-size: 19px;
	}
}

.site-header .navbar-booking-btn a {
	display: block;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #2e4116;
	text-decoration: none;
}

.site-header .navbar-booking-btn a:hover, .site-header .navbar-booking-btn a:focus, .site-header .navbar-booking-btn a:active, .site-header .navbar-booking-btn a:visited, .site-header .navbar-booking-btn a:focus:hover {
	color: #2e4116;
	text-decoration: none;
}

.site-header .navbar-booking-btn__wrapper {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: end;
	padding-right: 20px;
	order: 2;
}

@media (min-width: 768px) {
	.site-header .navbar-booking-btn__wrapper {
		flex: 0 0 auto;
		padding-right: 0;
		order: 3;
	}
}

.site-header .navbar-dark .navbar-nav .nav-item span {
	color: white;
}

.site-header .navbar-dark .navbar-toggler .navbar-toggler__icon--1, .site-header .navbar-dark .navbar-toggler .navbar-toggler__icon--2, .site-header .navbar-dark .navbar-toggler .navbar-toggler__icon--3 {
	background: white;
}

.site-header .navbar-light .navbar-nav .nav-item span {
	color: #1A1A1A;
}

.site-header .navbar-light .navbar-toggler .navbar-toggler__icon--1, .site-header .navbar-light .navbar-toggler .navbar-toggler__icon--2, .site-header .navbar-light .navbar-toggler .navbar-toggler__icon--3 {
	background: black;
}

.site-header .container {
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: calc(1295px + 20px* 2);
	padding: 0 20px;
	height: 100%;
}

@media (min-width: 768px) {
	.site-header .container {
		justify-content: flex-start;
	}
}

.site-header .container .asl_w_container {
	display: none;
	position: absolute;
	width: calc(100% - 48px);
	top: 105px;
	left: 24px;
	height: 46px;
	flex: 0 0 160px;
	align-items: center;
	padding: 10px 7px;
	background: #F5F5F5;
	border-radius: 100px;
	z-index: 99999;
}

@media (min-width: 768px) {
	.site-header .container .asl_w_container {
		display: flex;
		position: relative;
		top: auto;
		left: auto;
		min-width: 160px;
		width: 160px;
	}
}

@media (min-width: 992px) {
	.site-header .container .asl_w_container {
		min-width: 180px;
		width: 180px;
		flex: 0 0 180px;
		padding: 10px 10px 10px 7px;
	}
}

@media (min-width: 1200px) {
	.site-header .container .asl_w_container {
		min-width: 200px;
		width: 219px;
		flex: 0 0 219px;
	}
}

.site-header .container .asl_w_container.mobile-show {
	display: flex;
}

@media (min-width: 768px) {
	.site-header .container .asl_w_container.mobile-show {
		display: none;
	}
}

.site-header .container .asl_w_container div.asl_w {
	background-color: transparent;
}

.site-header .container .asl_w_container div.asl_w .probox {
	background-color: transparent !important;
}

.site-header .container .asl_w_container div.asl_w .probox .proinput input {
	font-family: "montserrat light" !important;
	font-size: 16px !important;
	color: #A4A4A4 !important;
}

.site-header .container .asl_w_container div.asl_w .probox .proclose {
	display: none !important;
}

.site-header .container .asl_w_container div.asl_m .probox .promagnifier .innericon svg {
	width: 19px;
}

.site-header .navbar-brand {
	margin-right: 0;
}

.site-header .navbar-brand__logo {
	width: 110px;
}

@media (min-width: 480px) {
	.site-header .navbar-brand__logo {
		width: 150px;
	}
}

@media (min-width: 768px) {
	.site-header .navbar-brand__logo {
		width: 130px;
	}
}

@media (min-width: 992px) {
	.site-header .navbar-brand__logo {
		width: 200px;
	}
}

.site-header .navbar-collapse {
	flex: 0 0 auto;
	justify-content: flex-end;
}

@media (min-width: 768px) {
	.site-header .navbar-collapse {
		padding-right: 10px;
	}
}

@media (min-width: 992px) {
	.site-header .navbar-collapse {
		padding-right: 25px;
	}
}

@media (min-width: 1200px) {
	.site-header .navbar-collapse {
		padding-right: 40px;
	}
}

.site-header .navbar-nav .menu-item {
	font-family: "montserrat";
}

.site-header .navbar-nav .menu-item + * {
	margin-left: 0;
}

@media (min-width: 768px) {
	.site-header .navbar-nav .menu-item + * {
		margin-left: 10px;
	}
}

@media (min-width: 992px) {
	.site-header .navbar-nav .menu-item + * {
		margin-left: 20px;
	}
}

@media (min-width: 1200px) {
	.site-header .navbar-nav .menu-item + * {
		margin-left: 40px;
	}
}

@media (min-width: 768px) {
	.site-header .navbar-nav .menu-item:hover span {
		color: green;
	}
}

@media (min-width: 768px) {
	.site-header .navbar-nav .menu-item:hover .dropdown-toggle:after {
		color: green !important;
	}
}

.site-header .navbar-nav .menu-item.active span {
	color: white;
}

@media (min-width: 768px) {
	.site-header .navbar-nav .menu-item.active span {
		font-family: "montserrat bold";
		color: #2E4116;
	}
}

.site-header .navbar-nav .menu-item.active .dropdown-toggle:after {
	color: white !important;
}

@media (min-width: 768px) {
	.site-header .navbar-nav .menu-item.active .dropdown-toggle:after {
		color: #2E4116 !important;
	}
}

.site-header .navbar-nav .menu-item.menu-item-has-children .menu-item {
	margin-left: 0;
}

.site-header .navbar-nav .menu-item.menu-item-has-children .menu-item span {
	font-family: "montserrat";
	color: #1A1A1A;
}

.site-header .navbar-nav .menu-item.menu-item-has-children .menu-item:hover span {
	color: green;
}

.site-header .navbar-nav .menu-item.menu-item-has-children .menu-item.active span {
	font-family: "montserrat bold";
	color: #2E4116;
}

.site-header .navbar-nav .menu-item.menu-item-has-children .menu-item:first-child {
	margin-top: 8px;
}

.site-header .navbar-nav .menu-item.menu-item-has-children .menu-item:last-child {
	margin-bottom: 8px;
}

@media (max-width: 767px) {
	.site-header .navbar-nav .menu-item.menu-item-has-children .dropdown-menu {
		padding-bottom: 20px;
	}
}

.site-header .navbar-nav .nav-link {
	padding: 0;
}

.site-header .navbar-nav .nav-link span {
	font-family: "montserrat";
	font-size: 18px;
	line-height: 53px;
}

@media (min-width: 768px) {
	.site-header .navbar-nav .nav-link span {
		font-size: 14px;
		line-height: 2;
	}
}

@media (min-width: 992px) {
	.site-header .navbar-nav .nav-link span {
		font-size: 16px;
		line-height: 2.2;
	}
}

.site-header .subnav {
	display: none;
	height: 56px;
}

@media (min-width: 768px) {
	.site-header .subnav {
		height: 70px;
	}
}

.site-header .subnav__wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	background: white;
}

@media (min-width: 768px) {
	.site-header .subnav__wrapper {
		position: relative;
		background: transparent;
		top: auto;
		left: auto;
		width: auto;
	}
}

.site-header .subnav__wrapper ul li span {
	font-family: "poppins" !important;
}

.site-header .subnav__wrapper ul li.active span {
	font-family: "poppins bold" !important;
}

.site-header .subnav ul {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	position: relative;
	top: auto;
	left: auto;
	height: auto;
	width: 100%;
	padding: 29px 0;
	gap: 15px;
	margin: 0;
	background: white;
}

@media (min-width: 768px) {
	.site-header .subnav ul {
		position: relative;
		flex-direction: row;
		align-items: center;
		padding: 0;
		max-width: calc(1339px + 20px* 2);
		list-style-type: none;
		margin: 0 auto;
		gap: 25px;
		height: 100%;
		background: transparent;
	}
}

.site-header .subnav ul li {
	font-family: "poppins";
	font-size: 16px;
	width: 100%;
	cursor: pointer;
}

@media (min-width: 768px) {
	.site-header .subnav ul li {
		width: auto;
	}
}

.site-header .subnav ul li.active span {
	font-family: "poppins bold";
}

#site-navigation {
	position: fixed;
	background: white;
	left: 0;
	right: 0;
	height: 80px;
	padding: 0;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
	#site-navigation {
		height: 106px;
	}
}

#site-navigation.sticked-background-navigation.hidden {
	display: none;
}

#site-navigation .navbar-toggler {
	border: none;
	padding: 0;
	border-radius: 0;
	overflow: visible;
	order: 3;
}

@media (min-width: 768px) {
	#site-navigation .navbar-toggler {
		order: 2;
	}
}

#site-navigation .navbar-toggler:focus, #site-navigation .navbar-toggler:hover {
	outline: none;
	background: transparent;
}

#site-navigation .navbar-toggler__icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 20px;
	height: 14px;
	border-radius: 0;
	overflow: visible;
}

#site-navigation .navbar-toggler__icon > div {
	width: 100%;
	height: 1.5px;
}

@media (max-width: 767px) {
	#site-navigation #bs-example-navbar-collapse-1 {
		position: absolute;
		top: 80px;
		left: 0;
		width: 100%;
		height: calc(100vh - 80px);
		background: #2e4116;
		z-index: 9999;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .dropdown-menu {
	border: none;
	border-radius: 0;
	top: 71px;
	margin: 0;
	background: transparent;
	padding: 0 0 20px 0;
	overflow: hidden;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .dropdown-menu {
		background: #E6E6E6;
		padding: 0;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .dropdown-menu .dropdown-menu {
	animation: none;
}

#site-navigation #bs-example-navbar-collapse-1 .dropdown-menu .dropdown-item:hover, #site-navigation #bs-example-navbar-collapse-1 .dropdown-menu .dropdown-item:focus {
	background-color: transparent;
}

#site-navigation #bs-example-navbar-collapse-1 .dropdown-submenu {
	position: relative;
}

#site-navigation #bs-example-navbar-collapse-1 .dropdown-submenu .dropdown-menu {
	top: 0;
	overflow: hidden;
}

@media (max-width: 767px) {
	#site-navigation #bs-example-navbar-collapse-1 .dropdown-submenu .dropdown-menu {
		top: auto;
		width: calc(100% + 49px);
		margin: 15.42px 0 15.42px -24.5px;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel {
	border: none;
	border-radius: 0;
	margin: 0;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	padding: 0 0 20px 0;
	background: transparent;
	width: 100%;
	height: auto;
	gap: 0;
	overflow: visible;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel {
		width: 306px;
		height: 236px;
		background: linear-gradient(180deg, #ed4945 0%, #1d1010 100%);
		padding: 0;
		justify-content: center;
		gap: 13px;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel.show {
	display: flex;
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel .dropdown-toggle {
	display: flex;
	justify-content: space-between;
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel .dropdown-toggle:after {
	content: "\e907" !important;
	border: none;
	font-size: 11px;
	margin-left: 8px;
	color: white;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel .dropdown-toggle:after {
		display: none;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel .dropdown-toggle.active:after {
	content: "\e909" !important;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel .dropdown-toggle.active:after {
		display: none;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel .menu-item span {
	font-family: "montserrat";
	font-size: 20px;
	line-height: 1.5;
	color: white;
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel .menu-item .dropdown-item:focus, #site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel .menu-item .dropdown-item:hover {
	background: none;
	color: white;
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel .menu-item .dropdown-item.active {
	background-color: transparent;
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel .menu-item .dropdown-item.active span {
	font-family: "montserrat bold";
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel li {
	width: 100%;
	padding: 0;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel li {
		padding: 0 42px 0 38px;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel li .dropdown-item {
	padding: 0;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel li:first-child ul {
		margin-top: -31px;
	}
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel li:nth-child(2) ul {
		margin-top: calc(-31px - 48px);
	}
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel li:nth-child(3) ul {
		margin-top: calc(-31px - 48px * 2);
	}
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel li:nth-child(4) ul {
		margin-top: calc(-31px - 48px * 3);
	}
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul {
	border-radius: 0;
	border: none;
	left: auto !important;
	right: -411px !important;
	width: 411px;
	height: auto;
	background: linear-gradient(138.33deg, #fcfcfc 23.54%, #a4a4a4 117.18%);
	padding: 14px 24px 40px;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul {
		padding: 25px 0 35px 33px;
		height: 236px;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul .menu-item {
	padding: 0;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul .menu-item {
		height: 26px;
		margin-bottom: 4px;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul .menu-item:first-child {
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	height: auto;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul .menu-item:first-child {
		margin-bottom: 17px;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul .menu-item:first-child:before {
	content: "\e908";
	border: none;
	font-size: 90px;
	padding: 0;
	line-height: 45px;
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul .menu-item:first-child .dropdown-item {
	flex: 0;
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul .menu-item:first-child .dropdown-item span {
	font-family: "montserrat bold";
	color: #DA3744 !important;
	font-size: 20px;
	padding-left: 27px;
	display: block;
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul .menu-item:first-child:after {
	content: "\e901";
	color: #DA3744;
	border: none;
	font-size: 15px;
	padding: 0 0 0 14px;
	line-height: 45px;
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul .menu-item:last-child {
	margin-bottom: 0;
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul .menu-item span {
	font-family: "poppins medium";
	line-height: 1.62;
	color: black !important;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul .menu-item span {
		font-size: 16px;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .dropdown-toggle {
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	align-items: baseline;
}

#site-navigation #bs-example-navbar-collapse-1 .dropdown-toggle:after {
	content: "\e907";
	border: none;
	font-size: 11px;
	margin-left: 8px;
	color: white;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .dropdown-toggle:after {
		color: #1A1A1A;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .show .dropdown-toggle:after {
	content: "\e909";
}

#site-navigation #bs-example-navbar-collapse-1 .navbar-nav {
	margin: 40px 20px 0;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .navbar-nav {
		margin: 0;
	}
}

@media (max-width: 767px) {
	#site-navigation #bs-example-navbar-collapse-1 .navbar-nav .nav-item:not(.active) span {
		color: white;
	}
}

@media (max-width: 767px) {
	#site-navigation #bs-example-navbar-collapse-1 .navbar-nav .nav-item {
		border-bottom: 0.5px solid rgba(255, 255, 255, 0.4);
	}
}

@media (max-width: 767px) {
	#site-navigation #bs-example-navbar-collapse-1 .navbar-nav .nav-item span {
		display: block;
		height: 53px;
	}
}

@media (max-width: 767px) {
	#site-navigation #bs-example-navbar-collapse-1 .navbar-nav .nav-item .nav-link {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	#site-navigation #bs-example-navbar-collapse-1 .navbar-nav .nav-item .nav-item {
		border-bottom: none;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .navbar-nav .nav-item .nav-item + * {
	margin-top: 15px;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .navbar-nav .nav-item .nav-item + * {
		margin-top: 5px;
	}
}

@media (max-width: 767px) {
	#site-navigation #bs-example-navbar-collapse-1 .navbar-nav .nav-item .nav-item .dropdown-item {
		padding: 0;
	}
}

@media (max-width: 767px) {
	#site-navigation #bs-example-navbar-collapse-1 .navbar-nav .nav-item .nav-item .dropdown-item span {
		font-family: "poppins";
		font-size: 16px;
		line-height: 19px;
		height: 19px;
		color: white;
	}
}

#site-navigation #bs-example-navbar-collapse-1:not(.show) {
	flex: 1;
}

#site-navigation #bs-example-navbar-collapse-1:not(.show) ~ .navbar__header, #site-navigation #bs-example-navbar-collapse-1:not(.show) ~ .navbar__footer {
	display: none;
}

#site-navigation #bs-example-navbar-collapse-1.show ~ .navbar__header, #site-navigation #bs-example-navbar-collapse-1.show ~ .navbar__footer {
	display: flex;
}

#site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header {
	background: white;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 20px;
	height: 80px;
	z-index: 99999;
}

#site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header .navbar-toggler {
	border: none;
	padding: 0;
}

#site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header .navbar-toggler:focus, #site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header .navbar-toggler:hover {
	outline: none;
	background: transparent;
}

#site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header .navbar-toggler__icon {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 20px;
	height: 20px;
}

#site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header .navbar-toggler__icon > div {
	width: 100%;
	height: 1.5px;
	background: black;
}

#site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header .navbar-toggler__icon--1 {
	transform: rotate(45deg);
	position: absolute;
	top: 8px;
	left: 0;
}

#site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header .navbar-toggler__icon--2 {
	transform: rotate(-45deg);
	position: absolute;
	top: 8px;
	left: 0px;
}

#site-navigation #bs-example-navbar-collapse-1 ~ .navbar__footer {
	position: fixed;
	bottom: 49px;
	left: 0;
	color: white;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
}

#site-navigation .navbar__footer {
	position: fixed;
	bottom: 49px;
	left: 0;
	color: white;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
}

#site-navigation .navbar__footer__contact {
	margin-bottom: 26px;
}

#site-navigation .navbar__footer__contact__email, #site-navigation .navbar__footer__contact__number {
	font-family: "montserrat";
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: white;
}

#site-navigation .navbar__footer__social-list {
	flex: 0 0 auto;
	display: flex;
	justify-content: space-between;
	width: 118px;
}

#site-navigation .navbar__footer__social-list a {
	position: relative;
}

#site-navigation .navbar__footer__social-list__social-icon {
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1;
}

/* Footer
--------------------------------------------- */
.site-footer {
	background: #2e4116;
}

.site-footer__content-wrapper {
	margin: 0 auto;
	max-width: calc(1295px + 20px* 2);
	padding: 40px 20px 35px;
}

.site-footer__info {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.site-footer__info {
		flex-direction: row;
		align-items: stretch;
	}
}

.site-footer__info__logo {
	flex: 0 0 auto;
	margin-bottom: 34px;
	width: 178px;
	align-self: flex-start;
}

@media (min-width: 768px) {
	.site-footer__info__logo {
		width: auto;
		margin-bottom: 0;
		align-self: flex-start;
	}
}

.site-footer__info__logo a {
	display: block;
}

@media (min-width: 768px) {
	.site-footer__info__logo a {
		max-width: 170px;
	}
}

@media (min-width: 992px) {
	.site-footer__info__logo a {
		max-width: 170px;
	}
}

@media (min-width: 1200px) {
	.site-footer__info__logo a {
		max-width: 280px;
	}
}

.site-footer__info__logo__title {
	font-size: 32px;
	line-height: 1;
	color: white;
}

.site-footer__info__main-nav {
	display: flex;
	flex-direction: column;
	flex: 1;
}

@media (min-width: 768px) {
	.site-footer__info__main-nav {
		flex-direction: row;
		margin: 0 20px;
	}
}

@media (min-width: 992px) {
	.site-footer__info__main-nav {
		margin: 0 70px;
	}
}

.site-footer__info__main-nav__col--first {
	flex: 0 0 auto;
}

.site-footer__info__main-nav__col--second {
	flex: 0 0 auto;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.site-footer__info__main-nav__col--second {
		flex-direction: row;
		margin-top: 0;
		margin-left: 70px;
	}
}

@media (min-width: 992px) {
	.site-footer__info__main-nav__col--second {
		margin-left: 100px;
	}
}

.site-footer__info__main-nav__item {
	font-family: "poppins bold";
	font-size: 16px;
	line-height: 1;
	color: white;
}

.site-footer__info__main-nav__item + * {
	margin-top: 33px;
}

@media (min-width: 768px) {
	.site-footer__info__main-nav__item + * {
		margin-top: 19px;
	}
}

.site-footer__info__main-nav__item a {
	font-family: "montserrat semibold";
	color: white;
	text-decoration: none;
}

.site-footer__info__main-nav__item a:hover, .site-footer__info__main-nav__item a:focus, .site-footer__info__main-nav__item a:active, .site-footer__info__main-nav__item a:visited, .site-footer__info__main-nav__item a:focus:hover {
	color: white;
	text-decoration: none;
}

.site-footer__info__main-nav__sub-list {
	margin-bottom: 0;
	margin-top: 10px;
}

.site-footer__info__main-nav__sub-list + * {
	margin-top: 32px;
}

@media (min-width: 768px) {
	.site-footer__info__main-nav__sub-list + * {
		margin-top: 15px;
	}
}

.site-footer__info__main-nav__sub-item {
	line-height: 1.35;
}

.site-footer__info__main-nav__sub-item + .site-footer__info__main-nav__sub-item {
	margin-top: 9px;
}

@media (min-width: 768px) {
	.site-footer__info__main-nav__sub-item + .site-footer__info__main-nav__sub-item {
		margin-top: 0;
	}
}

.site-footer__info__main-nav__sub-item a {
	font-family: "poppins light";
	font-size: 16px;
	line-height: 1.8;
	color: white;
}

.site-footer__info__main-nav__sub-item a:hover, .site-footer__info__main-nav__sub-item a:focus, .site-footer__info__main-nav__sub-item a:active, .site-footer__info__main-nav__sub-item a:visited, .site-footer__info__main-nav__sub-item a:focus:hover {
	color: white;
	text-decoration: none;
}

.site-footer__info__social-list {
	flex: 0 0 auto;
	display: flex;
	justify-content: space-between;
	width: 80px;
	margin-top: 44px;
}

@media (min-width: 768px) {
	.site-footer__info__social-list {
		margin-top: 0;
		padding-bottom: 5px;
	}
}

.site-footer__info__social-list a {
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 3px;
}

@media (min-width: 768px) {
	.site-footer__info__social-list a {
		width: 30px;
		height: 30px;
	}
}

.site-footer__info__social-list a:hover .instagram-icon-hover {
	z-index: 2;
}

.site-footer__info__social-list a:hover .facebook-icon-hover {
	z-index: 2;
}

.site-footer__info__social-list a:hover .linkedin-icon-hover {
	z-index: 2;
}

.site-footer__info__social-list a img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.site-footer__info__social-list__social-icon {
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1;
}

@media (min-width: 768px) {
	.site-footer__info__social-list__social-icon {
		width: 30px;
		height: 30px;
	}
}

.site-footer__info__social-list__social-icon.facebook-icon, .site-footer__info__social-list__social-icon.instagram-icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	z-index: 1;
}

.site-footer__info__social-list__social-icon.facebook-icon-hover, .site-footer__info__social-list__social-icon.instagram-icon-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	z-index: 0;
}

.front-page {
	position: relative;
}

.front-page .banner-section {
	position: relative;
	overflow: hidden;
	height: 437px;
	width: 100%;
}

@media (min-width: 768px) {
	.front-page .banner-section {
		height: 646px;
	}
}

.front-page .banner-section .banner-carousel {
	height: 100%;
}

.front-page .banner-section .banner-carousel .slick-list,
.front-page .banner-section .banner-carousel .slick-track {
	height: 100%;
}

.front-page .banner-section .banner-carousel__carousel-item {
	position: relative;
	width: 100%;
}

.front-page .banner-section .banner-carousel__carousel-item__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(256.6deg, rgba(98, 98, 98, 0) 10.2%, rgba(0, 0, 0, 0.67) 98.34%);
	transform: rotate(-180deg);
	z-index: 2;
}

.front-page .banner-section .banner-carousel__carousel-item__video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.front-page .banner-section .banner-carousel__carousel-item__photo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.front-page .banner-section .banner-carousel__carousel-item__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.front-page .banner-section .banner-carousel__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-top: 5px;
}

@media (min-width: 768px) {
	.front-page .banner-section .banner-carousel__content {
		padding-top: 40px;
		max-width: 500px;
	}
}

.front-page .banner-section .banner-carousel__content__wrapper {
	position: absolute;
	height: 100%;
	color: white;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	padding-left: 39px;
	z-index: 3;
}

@media (min-width: 768px) {
	.front-page .banner-section .banner-carousel__content__wrapper {
		max-width: 1040px;
		justify-content: flex-end;
		padding-left: 0;
	}
}

.front-page .banner-section .banner-carousel__content__background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.front-page .banner-section .banner-carousel__content__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	line-height: 1.12;
	color: white;
	letter-spacing: -0.5px;
	margin-bottom: 12px;
}

@media (min-width: 768px) {
	.front-page .banner-section .banner-carousel__content__title {
		font-size: 60px;
		line-height: 1.15;
		margin-bottom: 25px;
	}
}

.front-page .banner-section .banner-carousel__content__description {
	font-family: "poppins";
	font-size: 18px;
	line-height: 1.4;
	max-width: 290px;
	color: white;
	letter-spacing: 1px;
	margin-bottom: 13px;
}

@media (min-width: 768px) {
	.front-page .banner-section .banner-carousel__content__description {
		max-width: 400px;
		font-size: 25px;
		line-height: 1.35;
		margin-bottom: 25px;
	}
}

.front-page .banner-section .banner-carousel__content a:hover {
	text-decoration: none;
}

.front-page .banner-section .banner-carousel__content__button {
	font-family: "montserrat";
	background-color: #DA3744;
	border-radius: 200px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	color: white;
	width: 215px;
	height: 47px;
	padding: 10px 43px;
	cursor: pointer;
}

.front-page .banner-section .banner-carousel__content__button:hover {
	background-color: #BC333E;
	color: white;
	text-decoration: none;
}

.front-page .banner-section .banner-carousel__content__button:visited {
	color: white;
	text-decoration: none;
}

.front-page .banner-section .banner-carousel__control {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	width: calc(100% - 40px);
	margin: -23.5px auto 0;
	top: 50%;
	left: 0;
	right: 0;
}

@media (min-width: 768px) {
	.front-page .banner-section .banner-carousel__control {
		width: calc(100% - 130px);
	}
}

.front-page .banner-section .banner-carousel__control__prev, .front-page .banner-section .banner-carousel__control__next {
	width: 39px;
	height: 39px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #d9d9d966;
	opacity: 1;
	text-decoration: none;
}

@media (min-width: 768px) {
	.front-page .banner-section .banner-carousel__control__prev, .front-page .banner-section .banner-carousel__control__next {
		width: 47px;
		height: 47px;
		background-color: #D9D9D9;
		border: 1px solid rgba(255, 255, 255, 0.5);
	}
}

.front-page .banner-section .banner-carousel__control__prev:hover, .front-page .banner-section .banner-carousel__control__prev:focus, .front-page .banner-section .banner-carousel__control__prev:active, .front-page .banner-section .banner-carousel__control__prev:visited, .front-page .banner-section .banner-carousel__control__prev:focus:hover, .front-page .banner-section .banner-carousel__control__next:hover, .front-page .banner-section .banner-carousel__control__next:focus, .front-page .banner-section .banner-carousel__control__next:active, .front-page .banner-section .banner-carousel__control__next:visited, .front-page .banner-section .banner-carousel__control__next:focus:hover {
	text-decoration: none;
}

.front-page .banner-section .banner-carousel__control__prev span, .front-page .banner-section .banner-carousel__control__next span {
	color: black;
}

.front-page .banner-section .banner-carousel .slick-dots {
	display: flex;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: fit-content;
	flex-direction: row;
	bottom: 26px;
}

@media (min-width: 768px) {
	.front-page .banner-section .banner-carousel .slick-dots {
		bottom: 35px;
	}
}

.front-page .banner-section .banner-carousel .slick-dots li {
	display: block;
	width: 11px;
	height: 11px;
	border: 1px solid white;
	margin: 0 9px 0 0;
	border-radius: 50%;
}

@media (min-width: 768px) {
	.front-page .banner-section .banner-carousel .slick-dots li {
		width: 16px;
		height: 16px;
		margin: 0 12px 0 0;
	}
}

.front-page .banner-section .banner-carousel .slick-dots li:last-child {
	margin-right: 0;
}

.front-page .banner-section .banner-carousel .slick-dots li.slick-active {
	background: white;
}

.front-page .banner-section .banner-carousel .slick-dots li button {
	padding: 0;
	display: none;
}

.front-page .banner-section .banner-carousel .slick-dots li button:before {
	display: none;
}

.front-page .intro-section {
	padding: 50px 0;
}

.front-page .intro-section__content-wrapper {
	max-width: calc(1295px + 20px * 2);
	padding: 0 20px;
	margin: 0 auto;
}

.front-page .intro-section__info__title {
	position: absolute;
	font-family: "poppins medium";
	font-size: 42px;
	line-height: 1.2;
	text-align: center;
	top: 59%;
	left: 50%;
	z-index: 9999;
	transform: translateX(-50%);
	color: white;
	margin: 0;
}

@media (min-width: 768px) {
	.front-page .intro-section__info__title {
		font-size: 60px;
		line-height: 1.5;
	}
}

.front-page .intro-section__info__description {
	line-height: 1.65;
	font-size: 18px;
}

.front-page .intro-section__info__description p, .front-page .intro-section__info__description span {
	font-size: 18px;
}

.front-page .intro-section__info__description ul {
	margin: 20px 50px;
}

.front-page .intro-section__info__description a {
	color: inherit;
}

.front-page .intro-section__info__description a:focus, .front-page .intro-section__info__description a:hover, .front-page .intro-section__info__description a:visited {
	color: inherit;
}

.front-page .intro-section__info__description h4 {
	font-size: 28px;
	color: #2e4116 !important;
	font-family: "poppins semibold";
	font-weight: normal;
	margin-top: 0;
}

.front-page .intro-section__info__description strong span {
	font-size: 20px;
	line-height: 1.4;
	color: #2e4116 !important;
	font-family: "poppins medium";
	font-weight: normal;
}

.front-page .intro-section__info .book-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: "poppins";
	font-size: 16px;
	margin-top: 30px;
	color: white;
	background: #2e4116;
	border: 1px solid #2e4116;
	text-decoration: none;
	border-radius: 50px;
	width: 200px;
	height: 60px;
}

.front-page .intro-section__info .book-btn:hover, .front-page .intro-section__info .book-btn:focus, .front-page .intro-section__info .book-btn:active, .front-page .intro-section__info .book-btn:visited, .front-page .intro-section__info .book-btn:focus:hover {
	color: white;
	text-decoration: none;
}

.front-page .integrative-section {
	position: relative;
	overflow: hidden;
	height: 437px;
	width: 100%;
}

@media (min-width: 768px) {
	.front-page .integrative-section {
		height: 546px;
	}
}

.front-page .integrative-section__content-wrapper {
	position: relative;
	height: 100%;
	margin: 0 auto;
}

.front-page .integrative-section .integrative-carousel {
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

.front-page .integrative-section .integrative-carousel .slick-list,
.front-page .integrative-section .integrative-carousel .slick-track {
	height: 100%;
}

.front-page .integrative-section .integrative-carousel__carousel-item {
	position: relative;
	width: 100%;
}

.front-page .integrative-section .integrative-carousel__carousel-item__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(256.6deg, rgba(98, 98, 98, 0) 10.2%, rgba(0, 0, 0, 0.67) 98.34%);
	transform: rotate(-180deg);
	z-index: 2;
}

.front-page .integrative-section .integrative-carousel__carousel-item__video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}

.front-page .integrative-section .integrative-carousel__carousel-item__photo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.front-page .integrative-section .integrative-carousel__carousel-item__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.front-page .integrative-section .integrative-carousel__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

@media (min-width: 768px) {
	.front-page .integrative-section .integrative-carousel__content {
		max-width: 500px;
	}
}

.front-page .integrative-section .integrative-carousel__content__wrapper {
	position: absolute;
	height: 100%;
	color: white;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	z-index: 3;
	background: rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
	.front-page .integrative-section .integrative-carousel__content__wrapper {
		max-width: 1040px;
	}
}

.front-page .integrative-section .integrative-carousel__content__wrapper:hover .integrative-carousel__content__description {
	display: block;
}

.front-page .integrative-section .integrative-carousel__content__background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.front-page .integrative-section .integrative-carousel__content__title {
	font-family: "montserrat semibold";
	font-size: 36px;
	line-height: 1.12;
	color: white;
	letter-spacing: -0.5px;
	text-align: center;
	position: relative;
}

.front-page .integrative-section .integrative-carousel__content__title__wrapper {
	margin: 0 auto;
}

.front-page .integrative-section .integrative-carousel__content__description {
	display: none;
	font-family: "poppins";
	font-size: 16px;
	line-height: 1.4;
	color: white;
	letter-spacing: 1px;
	margin: 20px auto 0;
	width: 100%;
	padding: 25px 50px 0;
	text-align: center;
}

.front-page .integrative-section .integrative-carousel__content__description__btn {
	border: 1px solid white;
	width: 200px;
	margin: 20px auto 0;
	height: 45px;
}

.front-page .integrative-section .integrative-carousel__content__description__btn a {
	color: white;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
}

.front-page .integrative-section .integrative-carousel__content__description__btn a:hover, .front-page .integrative-section .integrative-carousel__content__description__btn a:focus, .front-page .integrative-section .integrative-carousel__content__description__btn a:active, .front-page .integrative-section .integrative-carousel__content__description__btn a:visited, .front-page .integrative-section .integrative-carousel__content__description__btn a:focus:hover {
	color: white;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.5);
}

.front-page .integrative-section .integrative-carousel__content a:hover {
	text-decoration: none;
}

.front-page .integrative-section .integrative-carousel__content__button {
	font-family: "montserrat";
	background-color: #DA3744;
	border-radius: 200px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	color: white;
	width: 215px;
	height: 47px;
	padding: 10px 43px;
	cursor: pointer;
}

.front-page .integrative-section .integrative-carousel__content__button:hover {
	background-color: #BC333E;
	color: white;
	text-decoration: none;
}

.front-page .integrative-section .integrative-carousel__content__button:visited {
	color: white;
	text-decoration: none;
}

.front-page .integrative-section .integrative-carousel__control__prev, .front-page .integrative-section .integrative-carousel__control__next {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 39px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.7);
	border: none;
	opacity: 1;
	text-decoration: none;
}

@media (min-width: 768px) {
	.front-page .integrative-section .integrative-carousel__control__prev, .front-page .integrative-section .integrative-carousel__control__next {
		width: 47px;
		height: 47px;
	}
}

.front-page .integrative-section .integrative-carousel__control__prev:hover, .front-page .integrative-section .integrative-carousel__control__prev:focus, .front-page .integrative-section .integrative-carousel__control__prev:active, .front-page .integrative-section .integrative-carousel__control__prev:visited, .front-page .integrative-section .integrative-carousel__control__prev:focus:hover, .front-page .integrative-section .integrative-carousel__control__next:hover, .front-page .integrative-section .integrative-carousel__control__next:focus, .front-page .integrative-section .integrative-carousel__control__next:active, .front-page .integrative-section .integrative-carousel__control__next:visited, .front-page .integrative-section .integrative-carousel__control__next:focus:hover {
	text-decoration: none;
}

.front-page .integrative-section .integrative-carousel__control__prev span, .front-page .integrative-section .integrative-carousel__control__next span {
	color: white;
}

.front-page .integrative-section .integrative-carousel__control__prev.hide-on-desktop, .front-page .integrative-section .integrative-carousel__control__next.hide-on-desktop {
	display: flex;
}

@media (min-width: 992px) {
	.front-page .integrative-section .integrative-carousel__control__prev.hide-on-desktop, .front-page .integrative-section .integrative-carousel__control__next.hide-on-desktop {
		display: none;
	}
}

.front-page .integrative-section .integrative-carousel__control__prev {
	left: 0;
}

.front-page .integrative-section .integrative-carousel__control__next {
	left: auto;
	right: 0;
}

.front-page .integrative-section .integrative-carousel .slick-dots {
	display: flex;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: fit-content;
	flex-direction: row;
	bottom: 26px;
}

@media (min-width: 768px) {
	.front-page .integrative-section .integrative-carousel .slick-dots {
		bottom: 35px;
	}
}

.front-page .integrative-section .integrative-carousel .slick-dots li {
	display: block;
	width: 11px;
	height: 11px;
	border: 1px solid white;
	margin: 0 9px 0 0;
	border-radius: 50%;
}

@media (min-width: 768px) {
	.front-page .integrative-section .integrative-carousel .slick-dots li {
		width: 16px;
		height: 16px;
		margin: 0 12px 0 0;
	}
}

.front-page .integrative-section .integrative-carousel .slick-dots li:last-child {
	margin-right: 0;
}

.front-page .integrative-section .integrative-carousel .slick-dots li.slick-active {
	background: white;
}

.front-page .integrative-section .integrative-carousel .slick-dots li button {
	padding: 0;
	display: none;
}

.front-page .integrative-section .integrative-carousel .slick-dots li button:before {
	display: none;
}

.front-page .details-section {
	max-width: calc(1295px + 20px * 2);
	margin: 0 auto;
	padding: 40px 20px;
}

@media (min-width: 768px) {
	.front-page .details-section {
		padding: 100px 20px 150px;
	}
}

.front-page .details-section__description {
	font-family: "poppins light";
	font-size: 18px;
	color: black;
	text-align: center;
	margin-bottom: 35px;
	line-height: 1.53;
}

@media (min-width: 768px) {
	.front-page .details-section__description {
		font-size: 20px;
	}
}

.front-page .details-section__content {
	display: flex;
	display: flex;
	flex-direction: row;
}

.front-page .details-section__content + * {
	margin-top: 25px;
}

.front-page .details-section__content__icon {
	flex: 0 0 76.69px;
	width: 76.69px;
	padding-top: 12px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.front-page .details-section__content__grid {
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.front-page .details-section__content__wrapper {
	font-family: "poppins";
	font-size: 16px;
	line-height: 1.4;
	color: #363636;
	margin-top: 10px;
	margin-left: 20px;
}

.front-page .details-section__content__title {
	font-family: "poppins";
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: -0.03em;
	color: black;
}

.front-page .details-section__content__description {
	font-family: "poppins";
	font-size: 16px;
	line-height: 1.4;
	color: #363636;
	margin-top: 10px;
}

.mind-your-mind-page {
	position: relative;
}

.mind-your-mind-page__top-section {
	height: 646px;
}

.mind-your-mind-page__top-section__wrapper {
	position: relative;
	height: 100%;
}

.mind-your-mind-page__top-section__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(263.71deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.335) 97.57%);
	z-index: 1;
}

.mind-your-mind-page__top-section__photo, .mind-your-mind-page__top-section__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.mind-your-mind-page__top-section__content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: calc(1295px + 20px* 2);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 20px 20px 70px 20px;
	z-index: 5;
}

.mind-your-mind-page__top-section__content__title {
	font-family: "poppins semibold";
	font-size: 60px;
	line-height: 1.25;
	color: white;
}

.mind-your-mind-page__top-section__content__description {
	color: white;
	max-width: 550px;
}

.mind-your-mind-page__content {
	padding: 100px 20px;
}

.mind-your-mind-page__content__wrapper {
	max-width: 1295px;
	margin: 0 auto;
}

.mind-your-mind-page__content__grid {
	display: flex;
	flex-direction: column;
}

.mind-your-mind-page__content__item {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.mind-your-mind-page__content__item {
		flex-direction: row;
	}
}

.mind-your-mind-page__content__item + .mind-your-mind-page__content__item {
	margin-top: 100px;
}

.mind-your-mind-page__content__item:nth-child(even) .mind-your-mind-page__content__photo__wrapper {
	order: 1;
}

.mind-your-mind-page__content__item:nth-child(even) .mind-your-mind-page__content__info {
	order: 2;
}

.mind-your-mind-page__content__item:nth-child(odd) .mind-your-mind-page__content__photo__wrapper {
	order: 1;
}

.mind-your-mind-page__content__item:nth-child(odd) .mind-your-mind-page__content__info {
	order: 2;
}

.mind-your-mind-page__content__photo, .mind-your-mind-page__content__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.mind-your-mind-page__content__photo__wrapper, .mind-your-mind-page__content__video__wrapper {
	flex: 0 0 280px;
	height: 280px;
	border-radius: 20px;
	overflow: hidden;
}

.mind-your-mind-page__content__info {
	display: flex;
	flex-direction: column;
	flex: 1;
	margin-left: 50px;
}

.mind-your-mind-page__content__info__title {
	font-family: "poppins semibold";
	font-size: 32px;
	line-height: 1.25;
	margin-bottom: 20px;
}

.mind-your-mind-page__content__info__description {
	flex: 1;
	padding-bottom: 20px;
}

.mind-your-mind-page__content__info p {
	margin-bottom: 15px;
}

.mind-your-mind-page__content__info p:last-child {
	margin-bottom: 0;
}

.mind-your-mind-page__content__info__control-wrapper {
	display: flex;
	flex-direction: row;
}

.mind-your-mind-page__content__info__control-book {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50px;
	color: white;
	background: #2e4116;
	border: 1px solid #2e4116;
	height: 60px;
	width: 200px;
}

.mind-your-mind-page__content__info__control-book a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	text-decoration: none;
}

.mind-your-mind-page__content__info__control-book a:hover, .mind-your-mind-page__content__info__control-book a:focus, .mind-your-mind-page__content__info__control-book a:active, .mind-your-mind-page__content__info__control-book a:visited, .mind-your-mind-page__content__info__control-book a:focus:hover {
	color: white;
	text-decoration: none;
}

.mind-your-mind-page__content__info__control-more {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50px;
	background: white;
	color: #2e4116;
	border: 1px solid #2e4116;
	height: 60px;
	width: 200px;
	margin-left: 20px;
}

.mind-your-mind-page__content__info__control-more a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #2e4116;
	text-decoration: none;
}

.mind-your-mind-page__content__info__control-more a:hover, .mind-your-mind-page__content__info__control-more a:focus, .mind-your-mind-page__content__info__control-more a:active, .mind-your-mind-page__content__info__control-more a:visited, .mind-your-mind-page__content__info__control-more a:focus:hover {
	color: #2e4116;
	text-decoration: none;
}

.befriend-your-body-page {
	position: relative;
}

.befriend-your-body-page__top-section {
	height: 646px;
}

.befriend-your-body-page__top-section__wrapper {
	position: relative;
	height: 100%;
}

.befriend-your-body-page__top-section__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(263.71deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.335) 97.57%);
	z-index: 1;
}

.befriend-your-body-page__top-section__photo, .befriend-your-body-page__top-section__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.befriend-your-body-page__top-section__content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: calc(1295px + 20px* 2);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 20px 20px 70px 20px;
	z-index: 5;
}

.befriend-your-body-page__top-section__content__title {
	font-family: "poppins semibold";
	font-size: 60px;
	line-height: 1.25;
	color: white;
}

.befriend-your-body-page__top-section__content__description {
	color: white;
	max-width: 550px;
}

.befriend-your-body-page__content {
	padding: 100px 20px;
}

.befriend-your-body-page__content__wrapper {
	max-width: 1295px;
	margin: 0 auto;
}

.befriend-your-body-page__content__grid {
	display: flex;
	flex-direction: column;
}

.befriend-your-body-page__content__item {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.befriend-your-body-page__content__item {
		flex-direction: row;
	}
}

.befriend-your-body-page__content__item + .befriend-your-body-page__content__item {
	margin-top: 100px;
}

.befriend-your-body-page__content__item:nth-child(even) .befriend-your-body-page__content__photo__wrapper {
	order: 1;
}

.befriend-your-body-page__content__item:nth-child(even) .befriend-your-body-page__content__info {
	order: 2;
}

.befriend-your-body-page__content__item:nth-child(odd) .befriend-your-body-page__content__photo__wrapper {
	order: 1;
}

.befriend-your-body-page__content__item:nth-child(odd) .befriend-your-body-page__content__info {
	order: 2;
}

.befriend-your-body-page__content__photo, .befriend-your-body-page__content__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.befriend-your-body-page__content__photo__wrapper, .befriend-your-body-page__content__video__wrapper {
	flex: 0 0 280px;
	height: 280px;
	border-radius: 20px;
	overflow: hidden;
}

.befriend-your-body-page__content__info {
	display: flex;
	flex-direction: column;
	flex: 1;
	margin-left: 50px;
}

.befriend-your-body-page__content__info__title {
	font-family: "poppins semibold";
	font-size: 32px;
	line-height: 1.25;
	margin-bottom: 20px;
}

.befriend-your-body-page__content__info__description {
	flex: 1;
	padding-bottom: 20px;
}

.befriend-your-body-page__content__info p {
	margin-bottom: 15px;
}

.befriend-your-body-page__content__info p:last-child {
	margin-bottom: 0;
}

.befriend-your-body-page__content__info__control-wrapper {
	display: flex;
	flex-direction: row;
}

.befriend-your-body-page__content__info__control-book {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50px;
	color: white;
	background: #2e4116;
	border: 1px solid #2e4116;
	height: 60px;
	width: 200px;
}

.befriend-your-body-page__content__info__control-book a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	text-decoration: none;
}

.befriend-your-body-page__content__info__control-book a:hover, .befriend-your-body-page__content__info__control-book a:focus, .befriend-your-body-page__content__info__control-book a:active, .befriend-your-body-page__content__info__control-book a:visited, .befriend-your-body-page__content__info__control-book a:focus:hover {
	color: white;
	text-decoration: none;
}

.befriend-your-body-page__content__info__control-more {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50px;
	background: white;
	color: #2e4116;
	border: 1px solid #2e4116;
	height: 60px;
	width: 200px;
	margin-left: 20px;
}

.befriend-your-body-page__content__info__control-more a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #2e4116;
	text-decoration: none;
}

.befriend-your-body-page__content__info__control-more a:hover, .befriend-your-body-page__content__info__control-more a:focus, .befriend-your-body-page__content__info__control-more a:active, .befriend-your-body-page__content__info__control-more a:visited, .befriend-your-body-page__content__info__control-more a:focus:hover {
	color: #2e4116;
	text-decoration: none;
}

.soothe-your-spirit-page {
	position: relative;
}

.soothe-your-spirit-page__top-section {
	height: 646px;
}

.soothe-your-spirit-page__top-section__wrapper {
	position: relative;
	height: 100%;
}

.soothe-your-spirit-page__top-section__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(263.71deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.335) 97.57%);
	z-index: 1;
}

.soothe-your-spirit-page__top-section__photo, .soothe-your-spirit-page__top-section__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.soothe-your-spirit-page__top-section__content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: calc(1295px + 20px* 2);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 20px 20px 70px 20px;
	z-index: 5;
}

.soothe-your-spirit-page__top-section__content__title {
	font-family: "poppins semibold";
	font-size: 60px;
	line-height: 1.25;
	color: white;
}

.soothe-your-spirit-page__top-section__content__description {
	color: white;
	max-width: 550px;
}

.soothe-your-spirit-page__content {
	padding: 100px 20px;
}

.soothe-your-spirit-page__content__wrapper {
	max-width: 1295px;
	margin: 0 auto;
}

.soothe-your-spirit-page__content__grid {
	display: flex;
	flex-direction: column;
}

.soothe-your-spirit-page__content__item {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.soothe-your-spirit-page__content__item {
		flex-direction: row;
	}
}

.soothe-your-spirit-page__content__item + .soothe-your-spirit-page__content__item {
	margin-top: 100px;
}

.soothe-your-spirit-page__content__item:nth-child(even) .soothe-your-spirit-page__content__photo__wrapper {
	order: 1;
}

.soothe-your-spirit-page__content__item:nth-child(even) .soothe-your-spirit-page__content__info {
	order: 2;
}

.soothe-your-spirit-page__content__item:nth-child(odd) .soothe-your-spirit-page__content__photo__wrapper {
	order: 1;
}

.soothe-your-spirit-page__content__item:nth-child(odd) .soothe-your-spirit-page__content__info {
	order: 2;
}

.soothe-your-spirit-page__content__photo, .soothe-your-spirit-page__content__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.soothe-your-spirit-page__content__photo__wrapper, .soothe-your-spirit-page__content__video__wrapper {
	flex: 0 0 280px;
	height: 280px;
	border-radius: 20px;
	overflow: hidden;
}

.soothe-your-spirit-page__content__info {
	display: flex;
	flex-direction: column;
	flex: 1;
	margin-left: 50px;
}

.soothe-your-spirit-page__content__info__title {
	font-family: "poppins semibold";
	font-size: 32px;
	line-height: 1.25;
	margin-bottom: 20px;
}

.soothe-your-spirit-page__content__info__description {
	flex: 1;
	padding-bottom: 20px;
}

.soothe-your-spirit-page__content__info p {
	margin-bottom: 15px;
}

.soothe-your-spirit-page__content__info p:last-child {
	margin-bottom: 0;
}

.soothe-your-spirit-page__content__info__control-wrapper {
	display: flex;
	flex-direction: row;
}

.soothe-your-spirit-page__content__info__control-book {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50px;
	color: white;
	background: #2e4116;
	border: 1px solid #2e4116;
	height: 60px;
	width: 200px;
}

.soothe-your-spirit-page__content__info__control-book a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	text-decoration: none;
}

.soothe-your-spirit-page__content__info__control-book a:hover, .soothe-your-spirit-page__content__info__control-book a:focus, .soothe-your-spirit-page__content__info__control-book a:active, .soothe-your-spirit-page__content__info__control-book a:visited, .soothe-your-spirit-page__content__info__control-book a:focus:hover {
	color: white;
	text-decoration: none;
}

.soothe-your-spirit-page__content__info__control-more {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50px;
	background: white;
	color: #2e4116;
	border: 1px solid #2e4116;
	height: 60px;
	width: 200px;
	margin-left: 20px;
}

.soothe-your-spirit-page__content__info__control-more a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #2e4116;
	text-decoration: none;
}

.soothe-your-spirit-page__content__info__control-more a:hover, .soothe-your-spirit-page__content__info__control-more a:focus, .soothe-your-spirit-page__content__info__control-more a:active, .soothe-your-spirit-page__content__info__control-more a:visited, .soothe-your-spirit-page__content__info__control-more a:focus:hover {
	color: #2e4116;
	text-decoration: none;
}

.integrative-health-page {
	position: relative;
}

.integrative-health-page__top-section {
	height: 646px;
}

.integrative-health-page__top-section__wrapper {
	position: relative;
	height: 100%;
}

.integrative-health-page__top-section__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(263.71deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.335) 97.57%);
	z-index: 1;
}

.integrative-health-page__top-section__photo, .integrative-health-page__top-section__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.integrative-health-page__top-section__content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: calc(1295px + 20px* 2);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 20px 20px 70px 20px;
	z-index: 5;
}

.integrative-health-page__top-section__content__title {
	font-family: "poppins semibold";
	font-size: 60px;
	line-height: 1.25;
	color: white;
}

.integrative-health-page__top-section__content__description {
	color: white;
	max-width: 550px;
}

.integrative-health-page__content {
	padding: 100px 20px;
}

.integrative-health-page__content__wrapper {
	max-width: 1295px;
	margin: 0 auto;
}

.integrative-health-page__content__grid {
	display: flex;
	flex-direction: column;
}

.integrative-health-page__content__item {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.integrative-health-page__content__item {
		flex-direction: row;
	}
}

.integrative-health-page__content__item:nth-child(even) .integrative-health-page__content__photo__wrapper {
	order: 1;
}

.integrative-health-page__content__item:nth-child(even) .integrative-health-page__content__info {
	order: 2;
}

.integrative-health-page__content__item:nth-child(odd) .integrative-health-page__content__photo__wrapper {
	order: 1;
}

.integrative-health-page__content__item:nth-child(odd) .integrative-health-page__content__info {
	order: 2;
}

.integrative-health-page__content__photo, .integrative-health-page__content__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.integrative-health-page__content__photo__wrapper, .integrative-health-page__content__video__wrapper {
	flex: 0 0 280px;
	height: 280px;
	border-radius: 20px;
	overflow: hidden;
}

.integrative-health-page__content__info {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.integrative-health-page__content__info__title {
	font-family: "poppins semibold";
	font-size: 32px;
	line-height: 1.25;
	margin-bottom: 20px;
}

.integrative-health-page__content__info__description {
	flex: 1;
	padding-bottom: 20px;
}

.integrative-health-page__content__info p {
	margin-bottom: 15px;
}

.integrative-health-page__content__info p:last-child {
	margin-bottom: 0;
}

.integrative-health-page__content__info__control-wrapper {
	display: flex;
	flex-direction: row;
}

.integrative-health-page__content__info__control-book {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50px;
	color: white;
	background: #2e4116;
	border: 1px solid #2e4116;
	height: 60px;
	width: 200px;
}

.integrative-health-page__content__info__control-book a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	text-decoration: none;
}

.integrative-health-page__content__info__control-book a:hover, .integrative-health-page__content__info__control-book a:focus, .integrative-health-page__content__info__control-book a:active, .integrative-health-page__content__info__control-book a:visited, .integrative-health-page__content__info__control-book a:focus:hover {
	color: white;
	text-decoration: none;
}

.integrative-health-page__content__info__control-more {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50px;
	background: white;
	color: #2e4116;
	border: 1px solid #2e4116;
	height: 60px;
	width: 200px;
	margin-left: 20px;
}

.integrative-health-page__content__info__control-more a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #2e4116;
	text-decoration: none;
}

.integrative-health-page__content__info__control-more a:hover, .integrative-health-page__content__info__control-more a:focus, .integrative-health-page__content__info__control-more a:active, .integrative-health-page__content__info__control-more a:visited, .integrative-health-page__content__info__control-more a:focus:hover {
	color: #2e4116;
	text-decoration: none;
}

.our-exhibitions-page {
	position: relative;
}

.our-exhibitions-page__top-section {
	height: 646px;
}

.our-exhibitions-page__top-section__wrapper {
	position: relative;
	height: 100%;
}

.our-exhibitions-page__top-section__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(263.71deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.335) 97.57%);
	z-index: 1;
}

.our-exhibitions-page__top-section__photo, .our-exhibitions-page__top-section__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.our-exhibitions-page__top-section__content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: calc(1295px + 20px* 2);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 20px 20px 70px 20px;
	z-index: 5;
}

.our-exhibitions-page__top-section__content__title {
	font-family: "poppins semibold";
	font-size: 60px;
	line-height: 1.25;
	color: white;
}

.our-exhibitions-page__top-section__content__description {
	color: white;
	max-width: 550px;
}

.our-exhibitions-page__content {
	padding: 100px 20px;
}

.our-exhibitions-page__content__wrapper {
	max-width: 1295px;
	margin: 0 auto;
}

.our-exhibitions-page__content__sub-header {
	font-family: "poppins semibold";
	font-size: 32px;
	margin-bottom: 35px;
	text-align: center;
	margin-top: 100px;
}

.our-exhibitions-page__content__grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 50px;
	margin-top: 50px;
}

@media (min-width: 768px) {
	.our-exhibitions-page__content__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 992px) {
	.our-exhibitions-page__content__grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.our-exhibitions-page__content__item {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.our-exhibitions-page__content__item {
		text-align: center;
	}
}

.our-exhibitions-page__content__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.our-exhibitions-page__content__photo__wrapper {
	flex: 0 0 470px;
	overflow: hidden;
}

.our-exhibitions-page__content__photo__wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.our-exhibitions-page__content__info {
	display: flex;
	flex-direction: column;
	flex: 1;
	margin-top: 30px;
}

.our-exhibitions-page__content__info__title {
	font-family: "poppins semibold";
	font-size: 21px;
	line-height: 1.25;
	margin-bottom: 0;
}

.our-exhibitions-page__content__info__title:before {
	content: '"';
}

.our-exhibitions-page__content__info__title:after {
	content: '"';
}

.our-exhibitions-page__content__info__title a {
	color: black;
	text-decoration: none;
}

.our-exhibitions-page__content__info__title a:hover, .our-exhibitions-page__content__info__title a:visited, .our-exhibitions-page__content__info__title a:focus, .our-exhibitions-page__content__info__title a:focus:hover {
	color: black;
	text-decoration: none;
}

.our-exhibitions-page__content__info__description {
	flex: 1;
	font-size: 21px;
}

.our-exhibitions-page__content__info__description a {
	font-family: "poppins semibold";
	font-size: 21px;
	color: black;
	text-decoration: none;
}

.our-exhibitions-page__content__info__description a:hover {
	color: #2e4116;
	text-decoration: none;
}

.our-exhibitions-page__content__info__description a:focus, .our-exhibitions-page__content__info__description a:active, .our-exhibitions-page__content__info__description a:focus:hover {
	color: black;
	text-decoration: none;
}

.our-exhibitions-page__content__info p {
	margin-bottom: 15px;
}

.our-exhibitions-page__content__info p:last-child {
	margin-bottom: 0;
}

.our-exhibitions-page__content__info__control-wrapper {
	display: flex;
	flex-direction: row;
}

.our-exhibitions-page__content__info__control-book {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50px;
	color: white;
	background: #2e4116;
	border: 1px solid #2e4116;
	height: 60px;
	width: 200px;
}

.our-exhibitions-page__content__info__control-book a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	text-decoration: none;
}

.our-exhibitions-page__content__info__control-book a:hover, .our-exhibitions-page__content__info__control-book a:focus, .our-exhibitions-page__content__info__control-book a:active, .our-exhibitions-page__content__info__control-book a:visited, .our-exhibitions-page__content__info__control-book a:focus:hover {
	color: white;
	text-decoration: none;
}

.our-exhibitions-page__content__info__control-more {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50px;
	background: white;
	color: #2e4116;
	border: 1px solid #2e4116;
	height: 60px;
	width: 200px;
	margin-left: 20px;
}

.our-exhibitions-page__content__info__control-more a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #2e4116;
	text-decoration: none;
}

.our-exhibitions-page__content__info__control-more a:hover, .our-exhibitions-page__content__info__control-more a:focus, .our-exhibitions-page__content__info__control-more a:active, .our-exhibitions-page__content__info__control-more a:visited, .our-exhibitions-page__content__info__control-more a:focus:hover {
	color: #2e4116;
	text-decoration: none;
}

.tribal-art-page {
	position: relative;
}

.tribal-art-page__top-section {
	min-height: 500px;
	padding: 185px 20px 85px;
}

.tribal-art-page__top-section__wrapper {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	max-width: 1295px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.tribal-art-page__top-section__wrapper {
		flex-direction: row;
		justify-content: space-between;
	}
}

.tribal-art-page__top-section__photo {
	width: 100%;
}

.tribal-art-page__top-section__photo__wrapper {
	flex: 0 0 calc(50% - 30px);
}

@media (min-width: 992px) {
	.tribal-art-page__top-section__photo__wrapper {
		flex: 0 0 calc(50% - 50px);
	}
}

.tribal-art-page__top-section__content {
	margin-top: 60px;
	flex: 0 0 calc(50% - 30px);
}

@media (min-width: 768px) {
	.tribal-art-page__top-section__content {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.tribal-art-page__top-section__content {
		flex: 0 0 calc(50% - 50px);
	}
}

.tribal-art-page__top-section__content__title {
	font-family: "poppins semibold";
	font-size: 60px;
	line-height: 1.25;
	color: black;
}

.tribal-art-page__top-section__content__description {
	color: black;
	max-width: 550px;
}

.tribal-art-page__content {
	padding: 0;
}

.tribal-art-page__content__grid {
	display: flex;
	flex-direction: column;
}

.tribal-art-page__content__item {
	padding: 30px 20px;
}

.tribal-art-page__content__item__wrapper {
	max-width: 1295px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.tribal-art-page__content__item__wrapper {
		flex-direction: row;
	}
}

.tribal-art-page__content__item:nth-child(3n) {
	background: #DFE0E1;
	color: #2E4116;
}

.tribal-art-page__content__item:nth-child(3n + 1) {
	background: #2e4116;
	color: white;
}

.tribal-art-page__content__item:nth-child(3n + 2) {
	background: white;
	color: #2E4116;
}

.tribal-art-page__content__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.tribal-art-page__content__photo__wrapper {
	flex: 0 0 280px;
	height: 280px;
	overflow: hidden;
}

.tribal-art-page__content__info {
	display: flex;
	flex-direction: column;
	flex: 1;
	margin-top: 50px;
}

@media (min-width: 768px) {
	.tribal-art-page__content__info {
		margin-top: 0;
		margin-left: 50px;
	}
}

.tribal-art-page__content__info__title {
	font-family: "poppins semibold";
	font-size: 32px;
	line-height: 1.25;
	margin-bottom: 20px;
}

.tribal-art-page__content__info__description {
	flex: 1;
	padding-bottom: 20px;
}

.tribal-art-page__content__info p {
	margin-bottom: 15px;
}

.tribal-art-page__content__info p:last-child {
	margin-bottom: 0;
}

.contact-page {
	position: relative;
}

.contact-page__top-section {
	height: 646px;
}

.contact-page__top-section__wrapper {
	position: relative;
	height: 100%;
}

.contact-page__top-section__photo, .contact-page__top-section__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.contact-page__top-section__content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: calc(1295px + 20px* 2);
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 20px;
}

.contact-page__top-section__content__title {
	font-family: "poppins semibold";
	font-size: 60px;
	line-height: 1.25;
	color: white;
}

.contact-page__info {
	padding: 100px 20px;
}

.contact-page__info__wrapper {
	max-width: 1295px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.contact-page__info__wrapper {
		flex-direction: row;
		justify-content: space-between;
	}
}

.contact-page__info__tel, .contact-page__info__email {
	display: flex;
}

.contact-page__info__tel__label, .contact-page__info__email__label {
	flex: 0 0 60px;
	text-align: left;
}

.contact-page__info__tel__value, .contact-page__info__email__value {
	margin-left: 10px;
}

.contact-page__info__tel__value a, .contact-page__info__email__value a {
	color: black;
	text-decoration: none;
}

.contact-page__info__tel__value a:hover, .contact-page__info__tel__value a:focus, .contact-page__info__tel__value a:active, .contact-page__info__tel__value a:visited, .contact-page__info__tel__value a:focus:hover, .contact-page__info__email__value a:hover, .contact-page__info__email__value a:focus, .contact-page__info__email__value a:active, .contact-page__info__email__value a:visited, .contact-page__info__email__value a:focus:hover {
	color: black;
	text-decoration: none;
}

.contact-page__info__address, .contact-page__info__note {
	margin-top: 25px;
}

.contact-page__info__col--left {
	flex: 0 0 calc(45% - 20px);
	display: flex;
	flex-direction: column;
}

.contact-page__info__col--right {
	margin-top: 25px;
	flex: 0 0 calc(55% - 20px);
}

@media (min-width: 768px) {
	.contact-page__info__col--right {
		margin-top: 0;
	}
}

.contact-page__info__contact-info__map iframe {
	width: 100%;
	height: 420px;
}

.about-page {
	position: relative;
}

.about-page__top-section {
	height: 646px;
}

.about-page__top-section__wrapper {
	position: relative;
	height: 100%;
}

.about-page__top-section__photo, .about-page__top-section__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.about-page__top-section__content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: calc(1295px + 20px* 2);
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 20px;
}

.about-page__top-section__content__title {
	font-family: "poppins semibold";
	font-size: 60px;
	line-height: 1.25;
	color: white;
}

.about-page__info {
	padding: 50px 20px;
}

.about-page__info__wrapper {
	max-width: 1295px;
	margin: 0 auto;
}

.about-page__info__co-founders__label {
	font-family: "poppins semibold";
	font-size: 32px;
	margin-bottom: 35px;
	text-align: center;
}

@media (min-width: 768px) {
	.about-page__info__co-founders__label {
		text-align: left;
	}
}

.about-page__info__co-founders__grid {
	display: flex;
	flex-direction: column;
}

.about-page__info__co-founders__item {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.about-page__info__co-founders__item {
		flex-direction: row;
	}
}

.about-page__info__co-founders__signature {
	font-size: 21px;
	margin-bottom: 20px;
	text-align: center;
	order: 1;
}

@media (min-width: 768px) {
	.about-page__info__co-founders__signature {
		margin: 20px 0 0;
		text-align: left;
		order: 2;
	}
}

.about-page__info__co-founders__description {
	order: 2;
}

@media (min-width: 768px) {
	.about-page__info__co-founders__description {
		order: 1;
	}
}

.about-page__info__co-founders__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.about-page__info__co-founders__photo__wrapper {
	cursor: pointer;
}

@media (min-width: 768px) {
	.about-page__info__co-founders__photo__wrapper {
		flex: 0 0 350px;
		height: 350px;
	}
}

@media (min-width: 992px) {
	.about-page__info__co-founders__photo__wrapper {
		flex: 0 0 430px;
		height: 430px;
	}
}

.about-page__info__co-founders__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 50px;
}

@media (min-width: 768px) {
	.about-page__info__co-founders__content {
		margin-top: 0;
		margin-left: 50px;
	}
}

.about-page__info__co-founders__content p {
	margin-bottom: 15px;
}

.about-page__info__co-founders__content p:last-child {
	margin-bottom: 0;
}

.about-page__info__our-team {
	padding: 100px 0;
}

.about-page__info__our-team__label {
	font-family: "poppins semibold";
	font-size: 32px;
	margin-bottom: 35px;
	text-align: center;
}

.about-page__info__our-team__grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 40px;
}

@media (min-width: 480px) {
	.about-page__info__our-team__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 768px) {
	.about-page__info__our-team__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 992px) {
	.about-page__info__our-team__grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width: 1200px) {
	.about-page__info__our-team__grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

.about-page__info__our-team__item {
	display: flex;
	flex-direction: column;
}

.about-page__info__our-team__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.about-page__info__our-team__photo__wrapper {
	cursor: pointer;
}

@media (min-width: 768px) {
	.about-page__info__our-team__photo__wrapper {
		flex: 0 0 280px;
		height: 280px;
	}
}

.about-page__info__our-team__content {
	flex: 1;
	margin-top: 20px;
}

.about-page__info__our-team__content p {
	margin-bottom: 25.6px;
	line-height: 1.6;
}

.about-page__info__our-team__content p:last-child {
	margin-bottom: 0;
}

.about-page__info__our-team__description {
	line-height: 1.6;
}

.about-page__info__our-team__name {
	font-family: "poppins semibold";
	font-size: 18px;
	margin-bottom: 20px;
}

.about-page__info .modal {
	padding: 0 !important;
}

.about-page__info .modal .user-modal-popup {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	height: calc(100% - 80px);
	bottom: 0;
	margin: 0;
	width: 100%;
}

@media (min-width: 768px) {
	.about-page__info .modal .user-modal-popup {
		top: 50%;
		bottom: auto;
		height: auto;
		transform: translate(-50%, calc(-50% + 40px));
		max-width: 80%;
	}
}

@media (min-width: 1200px) {
	.about-page__info .modal .user-modal-popup {
		max-width: 1000px;
	}
}

.about-page__info .modal .user-modal-popup__content {
	flex-direction: column;
	border-radius: 0;
}

@media (min-width: 768px) {
	.about-page__info .modal .user-modal-popup__content {
		flex-direction: row;
		border-radius: 5px;
	}
}

.about-page__info .modal .user-modal-popup__content .close {
	position: absolute;
	right: 30px;
	top: 30px;
	padding: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
}

.about-page__info .modal .user-modal-popup__content .close span {
	font-size: 30px;
	line-height: 30px;
	height: 30px;
	display: block;
}

.about-page__info .modal .user-modal-popup__content .modal-header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	flex-direction: column;
	flex: 0 0 250px;
	padding: 55px 20px 20px;
}

@media (min-width: 768px) {
	.about-page__info .modal .user-modal-popup__content .modal-header {
		padding: 47px 20px 20px;
	}
}

.about-page__info .modal .user-modal-popup__content .modal-header .modal-title {
	font-family: "poppins semibold";
	margin-top: 20px;
}

.about-page__info .modal .user-modal-popup__content__photo {
	width: 100%;
	object-fit: contain;
	object-position: center;
}

.about-page__info .modal .user-modal-popup__content .modal-body {
	padding: 40px 20px;
}

@media (min-width: 768px) {
	.about-page__info .modal .user-modal-popup__content .modal-body {
		padding: 40px 40px 40px 20px;
	}
}

.bookings-page {
	position: relative;
}

.bookings-page__top-section {
	height: 646px;
}

.bookings-page__top-section__wrapper {
	position: relative;
	height: 100%;
}

.bookings-page__top-section__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(263.71deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.335) 97.57%);
	z-index: 1;
}

.bookings-page__top-section__photo, .bookings-page__top-section__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.bookings-page__top-section__content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: calc(1295px + 20px* 2);
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 20px;
	z-index: 5;
}

.bookings-page__top-section__content__title {
	font-family: "poppins semibold";
	font-size: 60px;
	line-height: 1.25;
	color: white;
}

.exhibitions-page {
	position: relative;
}

.exhibitions-page__top-section {
	position: relative;
	height: 646px;
}

.exhibitions-page__top-section .back-btn {
	position: fixed;
	top: 100px;
	left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: white;
	color: #2e4116;
	border: 1px solid #2e4116;
	border-radius: 50px;
	font-size: 25px;
	padding: 0;
	width: 40px;
	height: 40px;
	z-index: 10;
	cursor: pointer;
}

@media (min-width: 768px) {
	.exhibitions-page__top-section .back-btn {
		top: 130px;
	}
}

.exhibitions-page__top-section .back-btn:hover {
	background: #2e4116;
	color: white;
}

.exhibitions-page__top-section .back-btn.hidden {
	opacity: 0;
}

.exhibitions-page__top-section__wrapper {
	position: relative;
	height: 100%;
}

.exhibitions-page__top-section__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(263.71deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.335) 97.57%);
	z-index: 1;
}

.exhibitions-page__top-section__photo, .exhibitions-page__top-section__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.exhibitions-page__top-section__content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: calc(1295px + 20px * 2);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 20px 20px 70px 20px;
	z-index: 5;
}

.exhibitions-page__top-section__content__title {
	font-family: "poppins semibold";
	font-size: 43px;
	line-height: 1.25;
	color: white;
	max-width: 420px;
}

.exhibitions-page__top-section__button {
	margin-top: 30px;
}

.exhibitions-page__top-section__button a {
	font-family: "poppins semibold";
	display: flex;
	width: auto;
	height: auto;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: black;
	background: white;
	text-decoration: none;
	padding: 16px 35px;
	border-radius: 50px;
}

.exhibitions-page__top-section__button a:hover {
	background: rgba(255, 255, 255, 0.8);
	color: black;
	text-decoration: none;
}

.exhibitions-page__top-section__button a:visited, .exhibitions-page__top-section__button a:focus, .exhibitions-page__top-section__button a:focus:hover {
	color: black;
	text-decoration: none;
}

.exhibitions-page__content {
	padding: 85px 20px;
	max-width: calc(1295px + 20px * 2);
	margin: 0 auto;
	position: relative;
}

.exhibitions-page__content__header__title {
	font-family: "poppins semibold";
	font-size: 42px;
	text-align: center;
	margin-bottom: 32px;
}

.exhibitions-page__content__header__description {
	margin: 0 auto;
}

.exhibitions-page__content__grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 34px;
	margin: 80px 0 30px;
}

@media (min-width: 768px) {
	.exhibitions-page__content__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 992px) {
	.exhibitions-page__content__grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.exhibitions-page__content__grid__wrapper {
	max-width: 1295px;
	margin: 0 auto;
}

.exhibitions-page__content__grid__photo-wrapper {
	padding-bottom: 120%;
	position: relative;
	height: 0;
	cursor: pointer;
}

.exhibitions-page__content__grid__photo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.exhibitions-page__content__grid__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.exhibitions-page__content__grid__price {
	position: absolute;
	z-index: 9;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.65);
	color: white;
	padding: 5px 10px;
}

.exhibitions-page__content__grid__description {
	margin-top: 15px;
	text-align: center;
	font-size: 18px;
}

.exhibitions-page__content__footer {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	gap: 35px;
	padding: 50px 0;
}

.exhibitions-page__content__footer__inquiries-btn {
	font-family: "poppins semibold";
	display: flex;
	width: auto;
	height: auto;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	border: 1px solid #2e4116;
	background: #2e4116;
	text-decoration: none;
	padding: 16px 35px;
	border-radius: 50px;
	cursor: pointer;
}

.exhibitions-page__content__footer__inquiries-btn:hover a {
	background: #2e4116;
	color: white !important;
}

.exhibitions-page__content__footer__inquiries-btn a {
	font-family: "poppins semibold";
	display: flex;
	width: auto;
	height: auto;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	padding: 16px 35px;
	border-radius: 50px;
	color: white;
}

.exhibitions-page__content__footer__inquiries-btn a:hover, .exhibitions-page__content__footer__inquiries-btn a:focus, .exhibitions-page__content__footer__inquiries-btn a:visited, .exhibitions-page__content__footer__inquiries-btn a:focus:hover {
	color: white;
	text-decoration: none;
}

.exhibitions-page__content__footer__event-btn {
	color: #2e4116;
	border: 1px solid #2e4116;
	background: white;
	border-radius: 50px;
}

.exhibitions-page__content__footer__event-btn:hover a {
	background: #2e4116;
	color: white !important;
}

.exhibitions-page__content__footer__event-btn a {
	font-family: "poppins semibold";
	display: flex;
	width: auto;
	height: auto;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	padding: 16px 35px;
	border-radius: 50px;
	color: #2e4116;
}

.exhibitions-page__content__footer__event-btn a:hover, .exhibitions-page__content__footer__event-btn a:focus, .exhibitions-page__content__footer__event-btn a:visited, .exhibitions-page__content__footer__event-btn a:focus:hover {
	color: #2e4116;
	text-decoration: none;
}

.exhibitions-page__list {
	padding: 50px 20px 40px;
	background: #DFE0E1;
}

.exhibitions-page__list__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.exhibitions-page__list__show-off__photo-wrapper {
	width: 800px;
}

.exhibitions-page__list__show-off__photo-wrapper img {
	width: auto;
	height: 800px;
	margin: auto;
}

.exhibitions-page__list__show-nav {
	height: 80px;
	margin: 10px auto 0;
	max-width: 640px;
}

.exhibitions-page__list__show-nav .slick-list {
	height: 100%;
}

.exhibitions-page__list__show-nav .slick-list .slick-track {
	height: 100%;
}

.exhibitions-page__list__show-nav .slick-list .slick-track img {
	height: 100%;
}

.exhibitions-page__list__show-nav__photo-wrapper {
	padding: 0 5px;
	opacity: 0.5;
	cursor: pointer;
}

.exhibitions-page__list__show-nav__photo-wrapper:hover {
	opacity: 1;
}

.exhibitions-page__list__show-nav__photo-wrapper.slick-current {
	opacity: 1;
}

.exhibitions-page__indicators {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	margin: 0;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.exhibitions-page__indicators__slick-prev {
	color: black;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	cursor: pointer;
}

@media (min-width: 768px) {
	.exhibitions-page__indicators__slick-prev {
		width: 47px;
		height: 47px;
	}
}

.exhibitions-page__indicators__slick-prev:before {
	content: "<";
}

.exhibitions-page__indicators__slick-prev:hover {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

@media (min-width: 768px) {
	.exhibitions-page__indicators__slick-prev:hover {
		width: 47px;
		height: 47px;
	}
}

.exhibitions-page__indicators__slick-next {
	color: black;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	cursor: pointer;
}

@media (min-width: 768px) {
	.exhibitions-page__indicators__slick-next {
		width: 47px;
		height: 47px;
	}
}

.exhibitions-page__indicators__slick-next:before {
	content: ">";
}

.exhibitions-page__indicators__slick-next:hover {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

@media (min-width: 768px) {
	.exhibitions-page__indicators__slick-next:hover {
		width: 47px;
		height: 47px;
	}
}

.exhibitions-page .modal {
	padding: 0 !important;
}

.exhibitions-page .modal .exhibition-modal-popup {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	height: calc(100% - 80px);
	bottom: 0;
	margin: 0;
	width: 100%;
}

@media (min-width: 768px) {
	.exhibitions-page .modal .exhibition-modal-popup {
		top: 50%;
		bottom: auto;
		height: auto;
		transform: translate(-50%, calc(-50% + 40px));
		max-width: 90%;
	}
}

@media (min-width: 1200px) {
	.exhibitions-page .modal .exhibition-modal-popup {
		max-width: 1000px;
	}
}

.exhibitions-page .modal .exhibition-modal-popup__content {
	flex-direction: column;
	border-radius: 0;
}

@media (min-width: 768px) {
	.exhibitions-page .modal .exhibition-modal-popup__content {
		flex-direction: row;
		border-radius: 5px;
	}
}

.exhibitions-page .modal .exhibition-modal-popup__content .close {
	position: absolute;
	right: 30px;
	top: 30px;
	padding: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
}

.exhibitions-page .modal .exhibition-modal-popup__content .close span {
	font-size: 30px;
	line-height: 30px;
	height: 30px;
	display: block;
}

.exhibitions-page .modal .exhibition-modal-popup__content .modal-header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	flex-direction: column;
	padding: 55px 20px 20px;
}

@media (min-width: 768px) {
	.exhibitions-page .modal .exhibition-modal-popup__content .modal-header {
		flex: 0 0 55%;
		padding: 47px 20px 20px;
	}
}

@media (min-width: 992px) {
	.exhibitions-page .modal .exhibition-modal-popup__content .modal-header {
		flex: 0 0 500px;
	}
}

.exhibitions-page .modal .exhibition-modal-popup__content__photo {
	width: 100%;
	object-fit: contain;
	object-position: center;
}

.exhibitions-page .modal .exhibition-modal-popup__content .modal-body {
	padding: 40px 20px;
}

@media (min-width: 768px) {
	.exhibitions-page .modal .exhibition-modal-popup__content .modal-body {
		padding: 40px 40px 40px 20px;
	}
}

.exhibitions-page .modal .exhibition-modal-popup__content .modal-body p {
	margin: 0;
}

.integrative-page {
	position: relative;
}

.integrative-page__top-section {
	position: relative;
	height: 646px;
}

.integrative-page__top-section .back-btn {
	position: fixed;
	top: 100px;
	left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: white;
	color: #2e4116;
	border: 1px solid #2e4116;
	border-radius: 50px;
	font-size: 25px;
	padding: 0;
	width: 40px;
	height: 40px;
	z-index: 10;
	cursor: pointer;
}

@media (min-width: 768px) {
	.integrative-page__top-section .back-btn {
		top: 130px;
	}
}

.integrative-page__top-section .back-btn:hover {
	background: #2e4116;
	color: white;
}

.integrative-page__top-section .back-btn.hidden {
	opacity: 0;
}

.integrative-page__top-section__wrapper {
	position: relative;
	height: 100%;
}

.integrative-page__top-section__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(263.71deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.335) 97.57%);
	z-index: 1;
}

.integrative-page__top-section__photo, .integrative-page__top-section__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.integrative-page__top-section__content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: calc(1295px + 20px* 2);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 30px;
	padding: 20px 20px 70px 20px;
	z-index: 5;
}

.integrative-page__top-section__content__title {
	font-family: "poppins semibold";
	font-size: 43px;
	line-height: 1.25;
	color: white;
	max-width: 420px;
}

.integrative-page__content-section {
	padding: 50px 20px 100px;
}

.integrative-page__content-section__wrapper {
	max-width: 1295px;
	margin: 0 auto;
}

.integrative-page__content-section__info h1,
.integrative-page__content-section__info h2,
.integrative-page__content-section__info h3,
.integrative-page__content-section__info h4,
.integrative-page__content-section__info h5,
.integrative-page__content-section__info h6 {
	font-family: "poppins semibold";
}

.integrative-page__content-section__control__wrapper {
	display: flex;
	flex-direction: column;
	max-width: 200px;
	margin: 0 auto;
	padding: 50px 0 100px;
}

.integrative-page__content-section__control__button {
	font-family: "poppins";
	background-color: #2e4116;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	color: white;
	width: auto;
	height: 65px;
	padding: 0 25px;
	border-radius: 50px;
	cursor: pointer;
}

.integrative-page__content-section__control__button:hover {
	opacity: 0.7;
}

.integrative-page__content-section__control__button a {
	color: white;
	text-decoration: none;
}

.integrative-page__content-section__control__button a:hover, .integrative-page__content-section__control__button a:focus, .integrative-page__content-section__control__button a:visited, .integrative-page__content-section__control__button a:focus:hover {
	color: white;
	text-decoration: none;
}

.integrative-page__content-section__author {
	display: flex;
	flex-direction: row;
	align-items: center;
	max-width: 800px;
	margin: 0 auto;
	justify-content: center;
}

.integrative-page__content-section__author__description {
	margin-left: 65px;
}

.integrative-page__testimonials-section, .integrative-page__faq-section {
	padding: 85px 20px;
}

.integrative-page__testimonials-section__content-wrapper, .integrative-page__faq-section__content-wrapper {
	max-width: 830px;
	margin: 0 auto;
}

.integrative-page__testimonials-section__header, .integrative-page__faq-section__header {
	padding-bottom: 75px;
}

.integrative-page__testimonials-section__label, .integrative-page__faq-section__label {
	font-family: "poppins semibold";
	font-size: 42px;
	margin-bottom: 20px;
	text-align: center;
}

.integrative-page__testimonials-section__content, .integrative-page__faq-section__content {
	text-align: center;
	font-size: 16px;
}

.integrative-page__testimonials-section__article, .integrative-page__faq-section__article {
	padding: 20px 0;
	font-family: "poppins semibold";
	font-size: 18px;
	cursor: pointer;
}

.integrative-page__testimonials-section__article__wrapper, .integrative-page__faq-section__article__wrapper {
	border-top: 1px solid black;
}

.integrative-page__testimonials-section__article__wrapper:last-child, .integrative-page__faq-section__article__wrapper:last-child {
	border-bottom: 1px solid black;
}

.integrative-page__testimonials-section__description, .integrative-page__faq-section__description {
	padding-bottom: 30px;
}

.event-page {
	position: relative;
}

.event-page__top-section {
	height: 646px;
}

.event-page__top-section__wrapper {
	position: relative;
	height: 100%;
}

.event-page__top-section__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(263.71deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.335) 97.57%);
	z-index: 1;
}

.event-page__top-section__photo, .event-page__top-section__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.event-page__top-section__content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: calc(1295px + 20px* 2);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 20px 20px 70px 20px;
	z-index: 5;
}

.event-page__top-section__content__title {
	font-family: "poppins semibold";
	font-size: 60px;
	line-height: 1.25;
	color: white;
}

.event-page__content {
	padding: 100px 20px;
}

.event-page__content__wrapper {
	max-width: 1295px;
	margin: 0 auto;
}

.event-page__content__grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 60px;
}

@media (min-width: 768px) {
	.event-page__content__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 992px) {
	.event-page__content__grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.event-page__content__item {
	display: flex;
	flex-direction: column;
}

.event-page__content__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.event-page__content__photo__wrapper {
	flex: 0 0 280px;
	height: 280px;
	border-radius: 20px;
	overflow: hidden;
}

.event-page__content__info {
	display: flex;
	flex-direction: column;
	flex: 1;
	margin-top: 50px;
}

.event-page__content__info__title {
	font-family: "poppins semibold";
	font-size: 28px;
	line-height: 1.25;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.event-page__content__info__title {
		font-size: 24px;
		min-height: 60px;
	}
}

@media (min-width: 992px) {
	.event-page__content__info__title {
		font-size: 28px;
		min-height: 90px;
	}
}

.event-page__content__info__description {
	flex: 1;
	padding-bottom: 20px;
}

.event-page__content__info p {
	margin-bottom: 15px;
}

.event-page__content__info p:last-child {
	margin-bottom: 0;
}

.event-page__content__info__control-wrapper {
	display: flex;
	flex-direction: row;
}

.event-page__content__info__control-book {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50px;
	color: white;
	background: #2e4116;
	border: 1px solid #2e4116;
	height: 60px;
	width: 200px;
}

.event-page__content__info__control-book a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	text-decoration: none;
}

.event-page__content__info__control-book a:hover, .event-page__content__info__control-book a:focus, .event-page__content__info__control-book a:active, .event-page__content__info__control-book a:visited, .event-page__content__info__control-book a:focus:hover {
	color: white;
	text-decoration: none;
}

.blog-page {
	font-family: "poppins";
}

.blog-page .sib_loader {
	display: none !important;
}

.blog-page .sib_msg_disp {
	flex: 0 0 100%;
	display: flex;
	justify-content: center;
}

.blog-page .sib-alert-message {
	display: block;
	max-width: 380px;
	margin: 0;
}

.blog-page__banner {
	position: relative;
	display: flex;
	justify-content: center;
	padding-bottom: 85px;
}

@media (min-width: 768px) {
	.blog-page__banner {
		padding-bottom: 120px;
	}
}

.blog-page__background {
	width: 100%;
	height: 440px;
	background: #d9d9d9;
}

@media (min-width: 768px) {
	.blog-page__background {
		height: 568px;
	}
}

.blog-page__background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.blog-page__carousel {
	position: absolute;
	bottom: 52px;
	height: 274px;
	width: 100%;
	padding: 0 27px;
}

@media (min-width: 768px) {
	.blog-page__carousel {
		width: 724px;
		height: 256px;
		padding: 0;
	}
}

@media (min-width: 992px) {
	.blog-page__carousel {
		width: 822px;
	}
}

.blog-page__carousel .banner-carousel {
	z-index: 2;
	padding-bottom: 0;
}

.blog-page__carousel .banner-carousel__content {
	height: 274px;
	padding: 35px 25px 35px;
	background: white;
}

@media (min-width: 768px) {
	.blog-page__carousel .banner-carousel__content {
		height: 256px;
		padding: 42px 52px 55px;
	}
}

.blog-page__carousel .banner-carousel__content img {
	display: none;
}

.blog-page__carousel .banner-carousel__content__category {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.6px;
	color: #ff4713;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.blog-page__carousel .banner-carousel__content__category {
		font-size: 12px;
	}
}

.blog-page__carousel .banner-carousel__content__category a {
	font-family: "montserrat";
	color: #ff4713;
	text-decoration: none;
}

.blog-page__carousel .banner-carousel__content__category a:hover, .blog-page__carousel .banner-carousel__content__category a:visited, .blog-page__carousel .banner-carousel__content__category a:focus {
	color: #ff4713;
	text-decoration: none;
}

.blog-page__carousel .banner-carousel__content__category__wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.blog-page__carousel .banner-carousel__content__divide {
	background: #2e4116;
	width: 1px;
	height: 9px;
	margin: 0 4px;
}

.blog-page__carousel .banner-carousel__content__divide:last-child {
	display: none;
}

.blog-page__carousel .banner-carousel__content__title {
	font-size: 28px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 12px;
}

@media (min-width: 768px) {
	.blog-page__carousel .banner-carousel__content__title {
		font-size: 32px;
	}
}

@media (min-width: 992px) {
	.blog-page__carousel .banner-carousel__content__title {
		font-size: 40px;
	}
}

.blog-page__carousel .banner-carousel__content__title a {
	color: black;
	text-decoration: none;
}

.blog-page__carousel .banner-carousel__content__title a:hover, .blog-page__carousel .banner-carousel__content__title a:visited, .blog-page__carousel .banner-carousel__content__title a:focus {
	color: black;
	text-decoration: none;
}

.blog-page__carousel .banner-carousel__content__author {
	font-family: "montserrat";
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	color: #1a1a1a;
}

.blog-page__carousel .banner-carousel__indicators {
	position: absolute;
	bottom: -45px;
	display: flex;
	justify-content: space-between;
	width: 240px;
	left: 50%;
	margin-left: -120px;
	z-index: 1;
}

.blog-page__carousel .banner-carousel__indicators__slick-prev, .blog-page__carousel .banner-carousel__indicators__slick-next {
	cursor: pointer;
}

.blog-page__carousel .banner-carousel .slick-list {
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1);
}

.blog-page__carousel .slick-dotted.slick-slider {
	margin: 0;
}

.blog-page__carousel .slick-dots {
	height: 34px;
	bottom: -50px;
	width: 150px;
	left: 50%;
	margin-left: -75px;
}

@media (min-width: 768px) {
	.blog-page__carousel .slick-dots {
		bottom: -52px;
	}
}

.blog-page__carousel .slick-dots li {
	width: 9.5px;
	height: 9.5px;
}

@media (min-width: 768px) {
	.blog-page__carousel .slick-dots li {
		width: 14px;
		height: 14px;
	}
}

.blog-page__carousel .slick-dots li button {
	width: 9.5px;
	height: 9.5px;
	padding: 0;
	border-radius: 50%;
	border: 1px solid #787878;
}

@media (min-width: 768px) {
	.blog-page__carousel .slick-dots li button {
		width: 14px;
		height: 14px;
	}
}

.blog-page__carousel .slick-dots li button:before {
	content: none;
}

.blog-page__carousel .slick-dots li.slick-active button {
	background: #ff4713;
	border-color: #ff4713;
}

.blog-page__top-section {
	padding: 35px 27px;
}

@media (min-width: 768px) {
	.blog-page__top-section {
		padding: 60px 27px;
	}
}

.blog-page__top-section__wrapper {
	display: flex;
	flex-direction: column;
	max-width: 1295px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.blog-page__top-section__wrapper {
		flex-direction: row;
	}
}

.blog-page__top-section__col-left {
	flex: 1;
	padding-bottom: 37px;
}

@media (min-width: 768px) {
	.blog-page__top-section__col-left {
		padding-bottom: 0;
		padding-right: 28px;
		flex: 0 0 calc(55% - 0.75px);
	}
}

@media (min-width: 992px) {
	.blog-page__top-section__col-left {
		flex: 0 0 calc(60% - 0.75px);
		padding-right: 20px;
	}
}

.blog-page__top-section__col-left__label {
	font-family: "poppins";
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 18px;
}

@media (min-width: 768px) {
	.blog-page__top-section__col-left__label {
		margin-bottom: 34px;
	}
}

.blog-page__top-section__col-left__post {
	position: relative;
	background-color: #d9d9d9;
	width: 100%;
	padding-top: 100%;
	border-radius: 3px;
}

@media (min-width: 768px) {
	.blog-page__top-section__col-left__post {
		padding-top: 77.05%;
	}
}

.blog-page__top-section__col-left__post__overlay {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	height: calc(100% - 63px);
	border-radius: 0 0 3px 3px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.94) 0%, rgba(217, 217, 217, 0) 100%);
	mix-blend-mode: multiply;
	z-index: 2;
}

.blog-page__top-section__col-left__post img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 3px;
	z-index: 1;
}

.blog-page__top-section__col-left__post-wrapper {
	position: absolute;
	bottom: 20px;
	left: 25px;
	right: 25px;
	z-index: 3;
}

@media (min-width: 992px) {
	.blog-page__top-section__col-left__post-wrapper {
		bottom: 40px;
		left: 49px;
		right: 49px;
	}
}

.blog-page__top-section__col-left__post-category {
	color: white;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
}

.blog-page__top-section__col-left__post-category a {
	font-family: "montserrat";
	color: white;
	text-decoration: none;
}

.blog-page__top-section__col-left__post-category a:hover, .blog-page__top-section__col-left__post-category a:visited, .blog-page__top-section__col-left__post-category a:focus {
	color: white;
	text-decoration: none;
}

.blog-page__top-section__col-left__post-title {
	color: white;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.15;
	margin-bottom: 13px;
}

@media (min-width: 992px) {
	.blog-page__top-section__col-left__post-title {
		font-size: 36px;
		line-height: 48px;
	}
}

.blog-page__top-section__col-left__post-title a {
	color: white;
	text-decoration: none;
}

.blog-page__top-section__col-left__post-title a:hover, .blog-page__top-section__col-left__post-title a:visited, .blog-page__top-section__col-left__post-title a:focus {
	color: white;
	text-decoration: none;
}

.blog-page__top-section__col-left__post-author {
	font-family: "montserrat";
	color: white;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
}

.blog-page__top-section__col-left__post-category {
	font-family: "montserrat";
	text-transform: uppercase;
	margin-bottom: 5px;
}

.blog-page__top-section__col-left__post-divide {
	padding: 0 2.5px;
}

.blog-page__top-section__col-left__post-divide:last-child {
	display: none;
}

.blog-page__top-section__col-right {
	flex: 1;
	padding-top: 23px;
	border-top: 1px solid #DDDEE0;
}

@media (min-width: 768px) {
	.blog-page__top-section__col-right {
		flex: 0 0 45%;
		border-top: none;
		padding-left: 20px;
		padding-top: 18px;
	}
}

@media (min-width: 992px) {
	.blog-page__top-section__col-right {
		flex: 0 0 40%;
		padding-left: 28px;
	}
}

.blog-page__top-section__col-right__label {
	font-family: "poppins";
	font-size: 20px;
	line-height: 1;
	margin-bottom: 35px;
}

.blog-page__top-section__col-right__content {
	padding-left: 21px;
}

.blog-page__top-section__col-right__content__category {
	display: flex;
	margin-bottom: 8px;
	line-height: 1.2;
	align-items: center;
}

.blog-page__top-section__col-right__item {
	display: flex;
}

.blog-page__top-section__col-right__item + * {
	border-top: 1px solid #dddee0;
	margin-top: 14px;
	padding-top: 14px;
}

.blog-page__top-section__col-right__left-content {
	flex: 0 0 90px;
}

@media (min-width: 992px) {
	.blog-page__top-section__col-right__left-content {
		flex: 0 0 114px;
	}
}

.blog-page__top-section__col-right__image-wrapper {
	position: relative;
	background: #d9d9d9;
	border-radius: 3px;
}

.blog-page__top-section__col-right__image-wrapper:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.blog-page__top-section__col-right__image-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 3px;
	z-index: 1;
}

.blog-page__top-section__col-right__post {
	position: relative;
	width: 100%;
	padding-top: 77.05%;
	position: relative;
	border-radius: 3px;
}

.blog-page__top-section__col-right__post-wrapper {
	position: absolute;
	bottom: 40px;
	left: 49px;
	right: 49px;
	z-index: 2;
}

.blog-page__top-section__col-right__post-category {
	color: #ff4713;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.5;
}

.blog-page__top-section__col-right__post-category a {
	font-family: "montserrat";
	color: #ff4713;
	text-decoration: none;
}

.blog-page__top-section__col-right__post-category a:hover, .blog-page__top-section__col-right__post-category a:visited, .blog-page__top-section__col-right__post-category a:focus {
	color: #ff4713;
	text-decoration: none;
}

.blog-page__top-section__col-right__post-title {
	color: #212529;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	margin-bottom: 10px;
}

.blog-page__top-section__col-right__post-title a {
	color: #212529;
	text-decoration: none;
}

.blog-page__top-section__col-right__post-title a:hover, .blog-page__top-section__col-right__post-title a:visited, .blog-page__top-section__col-right__post-title a:focus {
	color: #212529;
	text-decoration: none;
}

.blog-page__top-section__col-right__post-author {
	font-family: "montserrat";
	color: #a7a7a7;
	font-size: 14px;
	line-height: 1.5;
}

.blog-page__top-section__col-right__post-category {
	font-family: "montserrat";
	text-transform: uppercase;
}

.blog-page__top-section__col-right__post-divide {
	background: #ff4713;
	width: 1px;
	height: 9px;
	margin: 0 4px;
}

.blog-page__top-section__col-right__post-divide:last-child {
	display: none;
}

.blog-page__top-section__devide {
	flex: 0 0 0.75px;
	background: #dddee0;
}

.blog-page__trending-section {
	padding: 54.5px 27px 70px;
	background: #fafafa;
}

.blog-page__trending-section__content {
	max-width: 1295px;
	margin: 0 auto;
}

.blog-page__trending-section__content__list {
	display: grid;
	grid-gap: 14px;
	font-size: 0;
}

@media (min-width: 768px) {
	.blog-page__trending-section__content__list {
		grid-template-columns: repeat(auto-fill, minmax(calc(260px - 14px), 1fr));
	}
}

.blog-page__trending-section__content__title {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.blog-page__trending-section__content__title__icon {
	width: 21px;
	height: 21px;
	background-image: url("assets/images/header icon.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.blog-page__trending-section__content__title__text {
	font-family: "poppins";
	color: #000;
	font-size: 30px;
	line-height: 1.4;
	margin-left: 12px;
}

.blog-page__trending-section__item {
	padding: 11px;
	background: white;
	flex: 0 0 270px;
}

@media (min-width: 768px) {
	.blog-page__trending-section__item {
		flex: none;
	}
}

.blog-page__trending-section__item__content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.blog-page__trending-section__item__image-wrapper {
	width: 100%;
	height: 165px;
	margin-bottom: 11px;
	background: #d9d9d9;
}

.blog-page__trending-section__item__image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.blog-page__trending-section__item__category {
	display: flex;
	margin-bottom: 9px;
	line-height: 1.2;
	align-items: center;
}

.blog-page__trending-section__item__post-category {
	color: #ff4713;
	font-size: 10px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.8px;
}

.blog-page__trending-section__item__post-category a {
	font-family: "montserrat";
	color: #ff4713;
	text-decoration: none;
}

.blog-page__trending-section__item__post-category a:hover, .blog-page__trending-section__item__post-category a:visited, .blog-page__trending-section__item__post-category a:focus {
	color: #ff4713;
	text-decoration: none;
}

.blog-page__trending-section__item__post-divide {
	background: #ff4713;
	width: 1px;
	height: 9px;
	margin: 0 4px;
}

.blog-page__trending-section__item__post-divide:last-child {
	display: none;
}

.blog-page__trending-section__item__post-title {
	color: #181a2a;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 14px;
}

.blog-page__trending-section__item__post-title a {
	color: #181a2a;
	text-decoration: none;
}

.blog-page__trending-section__item__post-title a:hover, .blog-page__trending-section__item__post-title a:visited, .blog-page__trending-section__item__post-title a:focus {
	color: #181a2a;
	text-decoration: none;
}

.blog-page__trending-section__item__post-author {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.blog-page__trending-section__item__post-author__avatar {
	width: 24.5px;
	height: 24.5px;
	border-radius: 50%;
	overflow: hidden;
}

.blog-page__trending-section__item__post-author__name {
	font-family: "montserrat";
	color: #97989f;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.5;
	padding-left: 6.26px;
}

.blog-page__subscribe-section {
	background: #1a1a1a;
	padding: 50px 27px;
}

.blog-page__subscribe-section__content {
	max-width: 1295px;
	margin: 0 auto;
	text-align: center;
}

.blog-page__subscribe-section__title {
	font-family: "poppins";
	color: white;
	font-size: 30px;
	line-height: 1.4;
}

.blog-page__subscribe-section__description {
	font-family: "montserrat";
	color: #c4c4c4;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
}

.blog-page__subscribe-section .sib_signup_form {
	margin-top: 30px;
}

.blog-page__subscribe-section .sib_signup_box_inside_1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

@media (min-width: 768px) {
	.blog-page__subscribe-section .sib_signup_box_inside_1 {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

.blog-page__subscribe-section .sib_signup_box_inside_1 p {
	margin: 0;
}

.blog-page__subscribe-section .sib_signup_box_inside_1 input.sib-email-area {
	background: transparent;
	border: none;
	border-bottom: 1px solid #dddee0;
	width: 300px;
	border-radius: 0;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	padding: 0;
	color: white;
}

@media (min-width: 768px) {
	.blog-page__subscribe-section .sib_signup_box_inside_1 input.sib-email-area {
		width: 367px;
	}
}

.blog-page__subscribe-section .sib_signup_box_inside_1 input.sib-email-area::placeholder {
	color: #abadb0;
}

.blog-page__subscribe-section .sib_signup_box_inside_1 input.sib-email-area:focus {
	outline: none;
	box-shadow: none;
}

.blog-page__subscribe-section .sib_signup_box_inside_1 input[type="submit"] {
	border-radius: 6px;
	border: 1px solid #fff;
	background: transparent;
	color: white;
	width: 300px;
	height: 44px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media (min-width: 768px) {
	.blog-page__subscribe-section .sib_signup_box_inside_1 input[type="submit"] {
		width: 165px;
	}
}

.blog-page__category {
	padding: 100px 27px 70px;
}

.blog-page__category__wrapper {
	max-width: 1295px;
	margin: 0 auto;
}

.blog-page__category__title {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.blog-page__category__title__icon {
	width: 21px;
	height: 21px;
	background-image: url("assets/images/header icon.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.blog-page__category__title__text {
	font-family: "poppins";
	color: #000;
	font-size: 30px;
	line-height: 1.4;
	margin-left: 12px;
}

.blog-page__category__grid {
	max-width: 1295px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
}

@media (min-width: 768px) {
	.blog-page__category__grid {
		grid-template-columns: 1fr 1fr;
	}
}

.blog-page__category__item {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.blog-page__category__item__wrapper {
	position: relative;
	padding-bottom: 50%;
}

.blog-page__category__item:hover .blog-page__content__overlay {
	background: linear-gradient(180deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.7) 97.57%);
}

.blog-page__category__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.335) 97.57%);
	z-index: 2;
}

.blog-page__category__photo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}

.blog-page__category__name {
	position: relative;
	font-family: "poppins semibold";
	font-size: 32px;
	color: white;
	text-decoration: none;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 5;
}

.blog-page__category__name:hover, .blog-page__category__name:focus, .blog-page__category__name:active, .blog-page__category__name:visited, .blog-page__category__name:focus:hover {
	color: white;
	text-decoration: none;
}

.blog-page__footer {
	background: #232323;
	padding: 42px 27px 52px;
}

@media (min-width: 768px) {
	.blog-page__footer {
		padding: 100px 27px 85px;
	}
}

.blog-page__footer .sib_loader {
	display: none !important;
}

.blog-page__footer__top {
	max-width: 1120px;
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.blog-page__footer__top {
		flex-direction: row;
	}
}

@media (min-width: 768px) {
	.blog-page__footer__top__left {
		flex: 0 0 50%;
	}
}

.blog-page__footer__top__right {
	margin-top: 45px;
}

@media (min-width: 768px) {
	.blog-page__footer__top__right {
		margin-top: 0;
		flex: 0 0 50%;
		max-width: 570px;
	}
}

.blog-page__footer__top__right__title {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 1px;
}

.blog-page__footer__top__right .sib_signup_form {
	margin-top: 15px;
}

.blog-page__footer__top__right .sib_signup_form input {
	background: transparent;
	border: none;
	border-bottom: 1px solid #dddee0;
	width: 100%;
	border-radius: 0;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	padding: 0;
	color: white;
}

.blog-page__footer__top__right .sib_signup_form input::placeholder {
	color: #abadb0;
}

.blog-page__footer__top__right .sib_signup_form input:focus {
	color: white;
	outline: none;
	box-shadow: none;
}

.blog-page__footer__top__right .sib_signup_form input[type="submit"] {
	border-radius: 6px;
	border: 1px solid #fff;
	background: transparent;
	color: white;
	width: 100%;
	height: 44px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media (min-width: 768px) {
	.blog-page__footer__top__right .sib_signup_form input[type="submit"] {
		width: 165px;
	}
}

.blog-page__footer__nav-wrapper {
	display: flex;
	flex-direction: row;
	gap: 16px;
}

.blog-page__footer ul {
	list-style-type: none;
	margin: 0;
}

.blog-page__footer__first-nav {
	display: flex;
	flex-direction: column;
	gap: 9px;
	flex: 0 0 50%;
}

@media (min-width: 768px) {
	.blog-page__footer__first-nav {
		flex: 0 0 157px;
		gap: 16px;
	}
}

.blog-page__footer__first-nav__item {
	color: white;
	font-size: 20px;
}

.blog-page__footer__first-nav__item a {
	color: white;
	text-decoration: none;
}

.blog-page__footer__first-nav__item a:hover, .blog-page__footer__first-nav__item a:visited, .blog-page__footer__first-nav__item a:focus {
	color: white;
	text-decoration: none;
}

.blog-page__footer__second-nav {
	display: flex;
	flex-direction: column;
	flex: 0 0 50%;
	gap: 9px;
}

@media (min-width: 768px) {
	.blog-page__footer__second-nav {
		gap: 16px;
		flex: 0 0 auto;
	}
}

.blog-page__footer__second-nav__item {
	color: white;
	font-size: 20px;
}

.blog-page__footer__second-nav__item a {
	color: white;
	text-decoration: none;
}

.blog-page__footer__second-nav__item a:hover, .blog-page__footer__second-nav__item a:visited, .blog-page__footer__second-nav__item a:focus {
	color: white;
	text-decoration: none;
}

.blog-page__footer__bottom {
	max-width: 1120px;
	margin: 180px auto 0;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.blog-page__footer__bottom {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
	}
}

.blog-page__footer__bottom__right {
	margin-top: 23px;
}

@media (min-width: 768px) {
	.blog-page__footer__bottom__right {
		margin-top: 0;
	}
}

.blog-page__footer__logo {
	margin-bottom: 25px;
}

@media (min-width: 768px) {
	.blog-page__footer__logo {
		margin-bottom: 0;
	}
}

.blog-page__footer__logo__image {
	max-height: 46px;
}

.blog-page__footer__content {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.blog-page__footer__content {
		flex-direction: row;
		align-items: flex-end;
	}
}

@media (min-width: 768px) {
	.blog-page__footer__info {
		padding-left: 32px;
	}
}

.blog-page__footer__info__address {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: white;
}

.blog-page__footer__info__contact {
	display: flex;
	flex-direction: row;
}

.blog-page__footer__info__email {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: white;
}

.blog-page__footer__info__devide {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: white;
}

.blog-page__footer__info__number {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: white;
}

.blog-page__footer__social-list {
	display: flex;
	flex-direction: row;
	width: 265px;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.blog-page__footer__social-list {
		width: 300px;
	}
}

.blog-page__footer__social-list__item {
	color: white;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.4px;
}

.blog-page__footer__social-list__item a {
	color: white;
	text-decoration: none;
}

.blog-page__footer__social-list__item a:hover, .blog-page__footer__social-list__item a:visited, .blog-page__footer__social-list__item a:focus {
	color: white;
	text-decoration: none;
}

.archive-page__content {
	padding: 200px 20px 100px;
}

.archive-page__content__grid {
	max-width: 1295px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 40px;
}

@media (min-width: 768px) {
	.archive-page__content__grid {
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
	}
}

@media (min-width: 992px) {
	.archive-page__content__grid {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 40px;
	}
}

.archive-page__content__item {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.archive-page__content__item__photo {
	padding: 35%;
	position: relative;
}

.archive-page__content__item__photo img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.archive-page__content__item__title {
	font-family: "poppins semibold";
	font-size: 30px;
	line-height: 1.25;
	color: #2e4116;
}

.archive-page__content__item__description {
	font-family: "poppins light";
	flex: 1;
}

.archive-page__content__item__description p {
	font-family: "poppins light";
	margin: 0;
}

.archive-page__content__item__more {
	width: 150px;
	height: 40px;
	background: #2e4116;
	border-radius: 50px;
}

.archive-page__content__item__more:hover {
	opacity: 0.8;
}

.archive-page__content__item__more a {
	display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	color: white;
	text-decoration: none;
}

.archive-page__content__item__more a:hover, .archive-page__content__item__more a:focus, .archive-page__content__item__more a:visited, .archive-page__content__item__more a:focus:hover {
	color: white;
	text-decoration: none;
}

.archive-page .nav-links {
	padding: 100px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.archive-page .nav-links .nav-next {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	text-align: left;
	order: 1;
}

.archive-page .nav-links .nav-next a {
	display: flex;
	align-items: center;
	color: #2e4116;
	text-decoration: none;
}

.archive-page .nav-links .nav-next a:before {
	content: "<";
	font-size: 2em;
	padding-right: 5px;
}

.archive-page .nav-links .nav-next a:hover, .archive-page .nav-links .nav-next a:visited, .archive-page .nav-links .nav-next a:focus, .archive-page .nav-links .nav-next a:focus:hover {
	color: #2e4116;
	text-decoration: none;
}

.archive-page .nav-links .nav-next .nav-title {
	max-width: 250px;
}

.archive-page .nav-links .nav-previous {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	text-align: right;
	order: 2;
}

.archive-page .nav-links .nav-previous a {
	display: flex;
	align-items: center;
	color: #2e4116;
	text-decoration: none;
}

.archive-page .nav-links .nav-previous a:after {
	content: ">";
	font-size: 2em;
	padding-left: 5px;
}

.archive-page .nav-links .nav-previous a:hover, .archive-page .nav-links .nav-previous a:visited, .archive-page .nav-links .nav-previous a:focus, .archive-page .nav-links .nav-previous a:focus:hover {
	color: #2e4116;
	text-decoration: none;
}

.archive-page .nav-links .nav-previous .nav-title {
	max-width: 250px;
}

.post-details-page {
	padding: 160px 20px 100px;
	margin: 0;
}

.post-details-page h1,
.post-details-page h2,
.post-details-page h3,
.post-details-page h4,
.post-details-page h5,
.post-details-page h6 {
	font-family: "poppins semibold";
}

.post-details-page__header {
	max-width: 1000px;
	margin: 0 auto;
}

.post-details-page__header__title {
	font-family: "poppins bold" !important;
	font-size: 48px;
	margin: 0 0 50px 0;
}

.post-details-page__content__wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

.post-details-page__content__wrapper a {
	color: inherit;
}

.post-details-page__content__wrapper a:hover {
	color: #2e4116;
}

.post-details-page__content__wrapper a:focus, .post-details-page__content__wrapper a:visited, .post-details-page__content__wrapper a:focus:hover {
	color: inherit;
}

.post-details-page footer {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
}

.post-details-page__tags {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.post-details-page__tags a {
	display: block;
	background: #2e4116;
	border-radius: 50px;
	color: white;
	text-decoration: none;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 15px;
	margin: 5px;
}

.post-details-page__tags a:before {
	content: "#";
}

.post-details-page__tags a:focus, .post-details-page__tags a:visited, .post-details-page__tags a:focus:hover {
	color: white;
	text-decoration: none;
}

.post-details-page__tags a:hover {
	color: white;
	text-decoration: none;
	opacity: 0.8;
}

.post-details-page .wp-block-image {
	margin: 20px auto;
}

.post-details-page .wp-block-image .aligncenter > figcaption {
	text-align: center;
}

.post-navigation {
	max-width: 1000px !important;
	margin: 0 auto !important;
}

.post-navigation .nav-links {
	padding: 100px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.post-navigation .nav-links .nav-next {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	text-align: left;
	order: 1;
}

.post-navigation .nav-links .nav-next a {
	display: flex;
	align-items: center;
	color: #2e4116;
	text-decoration: none;
}

.post-navigation .nav-links .nav-next a:before {
	content: "<";
	font-size: 2em;
	padding-right: 5px;
}

.post-navigation .nav-links .nav-next a:hover, .post-navigation .nav-links .nav-next a:visited, .post-navigation .nav-links .nav-next a:focus, .post-navigation .nav-links .nav-next a:focus:hover {
	color: #2e4116;
	text-decoration: none;
}

.post-navigation .nav-links .nav-next .nav-title {
	max-width: 250px;
}

.post-navigation .nav-links .nav-previous {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	text-align: right;
	order: 2;
}

.post-navigation .nav-links .nav-previous a {
	display: flex;
	align-items: center;
	color: #2e4116;
	text-decoration: none;
}

.post-navigation .nav-links .nav-previous a:after {
	content: ">";
	font-size: 2em;
	padding-left: 5px;
}

.post-navigation .nav-links .nav-previous a:hover, .post-navigation .nav-links .nav-previous a:visited, .post-navigation .nav-links .nav-previous a:focus, .post-navigation .nav-links .nav-previous a:focus:hover {
	color: #2e4116;
	text-decoration: none;
}

.post-navigation .nav-links .nav-previous .nav-title {
	max-width: 250px;
}

.comments-area {
	max-width: 1000px !important;
	margin: 0 auto !important;
}

.search-results-page {
	position: relative;
}

.search-results-page .page-header {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 280px;
	background: conic-gradient(from 173.49deg at 50% 62.16%, #001768 0deg, #005073 360deg);
}

@media (min-width: 768px) {
	.search-results-page .page-header {
		height: 333px;
	}
}

.search-results-page .page-header__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	line-height: 1.15;
	text-align: center;
	letter-spacing: -0.5px;
	color: white;
}

@media (min-width: 768px) {
	.search-results-page .page-header__title {
		font-size: 60px;
	}
}

.search-results-page .page-body {
	max-width: 1058px;
	margin: 0 auto;
	padding: 65px 24px 220px;
	min-height: calc(100vh - 830px);
}

@media (min-width: 768px) {
	.search-results-page .page-body {
		padding: 65px 0 220px;
		min-height: calc(100vh - 822px);
	}
}

.search-results-page .page-body article {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-left: 6px solid #001768;
	padding: 5px 0 5px 20px;
}

@media (min-width: 768px) {
	.search-results-page .page-body article {
		padding: 9px 0 19px 40px;
	}
}

.search-results-page .page-body article.page {
	margin: 15px 0 0;
}

@media (min-width: 768px) {
	.search-results-page .page-body article.page {
		margin: 43px 0 0;
	}
}

.search-results-page .page-body article header .entry-title a {
	font-family: "montserrat semibold";
	font-size: 24px;
	line-height: 1.3;
	color: black;
}

@media (min-width: 768px) {
	.search-results-page .page-body article header .entry-title a {
		font-size: 32px;
	}
}

.search-results-page .page-body article header .entry-title a:hover, .search-results-page .page-body article header .entry-title a:focus, .search-results-page .page-body article header .entry-title a:visited, .search-results-page .page-body article header .entry-title a:active, .search-results-page .page-body article header .entry-title a:active:hover {
	text-decoration: none;
	color: black;
}

.search-results-page .page-body article .entry-summary {
	display: flex;
	margin: 8px 0 0;
}

.search-results-page .page-body article .entry-summary * {
	margin: 0;
	font-family: "poppins";
	font-size: 20px;
	line-height: 1.62;
	color: black;
}

.search-results-page .page-body article .entry-summary__link:hover {
	text-decoration: none;
}

.search-results-page .page-body article .entry-summary__icon {
	font-size: 16px;
	color: #7BCDF2;
}

@media (min-width: 768px) {
	.search-results-page .page-body article .entry-summary__icon {
		font-size: 24px;
	}
}

.search-results-page .page-body .posts-navigation {
	margin: 45px 0 0;
}

.search-results-page .search-result-count {
	margin-bottom: 54px;
}

.search-results-page .type-page {
	display: flex;
	justify-content: space-between;
}

.error-404 {
	width: 100%;
	background: linear-gradient(89.94deg, #E1E1E1 -42.17%, rgba(228, 228, 228, 0) 38.8%, rgba(232, 232, 232, 0) 119.17%, rgba(249, 249, 249, 0) 137.13%);
}

.error-404__content {
	max-width: calc(1295px + 20px * 2);
	margin: 0 auto;
	min-height: calc(100vh - 489px);
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: 0 20px;
}

.error-404__photo {
	position: relative;
}

.error-404__description {
	font-family: "poppins";
	font-size: 20px;
	line-height: 1.62;
	text-align: center;
	color: black;
	margin: 65px 0 20px;
}

.error-404__btn {
	font-family: "montserrat";
	background-color: #DA3744;
	border-radius: 200px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	color: white;
	width: auto;
	height: 47px;
	padding: 10px 43px;
	cursor: pointer;
}

.error-404__btn:hover {
	background-color: #BC333E;
	color: white;
	text-decoration: none;
}

.error-404__btn:visited {
	color: white;
	text-decoration: none;
}

.privacy-policy-page {
	position: relative;
	padding: 100px 20px;
}

.privacy-policy-page ol,
.privacy-policy-page ul {
	list-style-type: none;
}

.privacy-policy-page .banner-section {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.privacy-policy-page .banner-section__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	line-height: 1.12;
	text-align: center;
	letter-spacing: -0.5px;
	color: black;
	margin: 0;
}

@media (min-width: 768px) {
	.privacy-policy-page .banner-section__title {
		font-size: 60px;
		line-height: 1.15;
	}
}

.privacy-policy-page .policy-section__content {
	padding: 50px 0 155px;
	max-width: 1000px;
	margin: 0 auto;
	font-family: "poppins light";
	font-size: 16px;
	line-height: 1.62;
	color: black;
}

.privacy-policy-page .policy-section__content ol {
	margin: 30px 0 30px 0;
}

.privacy-policy-page .policy-section__content ol > li::marker {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.46;
	color: #3E3E3E;
}

.privacy-policy-page .policy-section__content ol > li > ul {
	margin-left: 0;
	list-style-type: none;
	line-height: 1.62;
}

.privacy-policy-page .policy-section__content ol > li > ul ol {
	text-indent: 1px;
	margin-top: 0;
}

.privacy-policy-page .policy-section__content ol > li > ul ol > li::marker {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.62;
	color: black;
}

.privacy-policy-page .policy-section__content ol > li > ul ol > li + li {
	margin-top: 0.5px;
}

.privacy-policy-page .policy-section__content ol > li + li {
	margin-top: 20px;
}

.privacy-policy-page .policy-section__content h1 {
	font-family: "poppins semibold";
	font-size: 24px;
	line-height: 29px;
	color: black;
	margin: 36px 0 15px;
}

.privacy-policy-page .policy-section__content h4 {
	font-family: "poppins bold";
	font-size: 18px;
	line-height: 1.46;
	color: #3E3E3E;
	margin: 0 0 15px;
}

.privacy-policy-page .policy-section__content p {
	margin: 0 0 27px;
}

.privacy-policy-page .policy-section__content a {
	color: black;
}

.privacy-policy-page .policy-section__content a:hover, .privacy-policy-page .policy-section__content a:focus, .privacy-policy-page .policy-section__content a:active, .privacy-policy-page .policy-section__content a:visited, .privacy-policy-page .policy-section__content a:focus:hover {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.terms-of-use-page {
	position: relative;
}

.terms-of-use-page ol,
.terms-of-use-page ul {
	list-style-type: none;
}

.terms-of-use-page .banner-section {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 280px;
	background: conic-gradient(from 173.49deg at 50% 62.16%, #001768 0deg, #005073 360deg);
}

@media (min-width: 768px) {
	.terms-of-use-page .banner-section {
		height: 333px;
	}
}

.terms-of-use-page .banner-section__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	line-height: 1.12;
	text-align: center;
	letter-spacing: -0.5px;
	color: white;
}

@media (min-width: 768px) {
	.terms-of-use-page .banner-section__title {
		font-size: 60px;
		line-height: 1.15;
	}
}

.terms-of-use-page .policy-section__content {
	padding: 86px 24px 155px;
	max-width: calc(1035px + 48px);
	margin: 0 auto;
	font-family: "poppins light";
	font-size: 16px;
	line-height: 1.62;
	color: black;
}

.terms-of-use-page .policy-section__content ol {
	margin: 36px 0 0 0;
}

.terms-of-use-page .policy-section__content ol > li::marker {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.46;
	color: #3E3E3E;
}

.terms-of-use-page .policy-section__content ol > li > ul {
	margin-left: 0;
	list-style-type: none;
	line-height: 1.62;
}

.terms-of-use-page .policy-section__content ol > li > ul ol {
	text-indent: 1px;
	margin-top: 0;
}

.terms-of-use-page .policy-section__content ol > li > ul ol > li::marker {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.62;
	color: black;
}

.terms-of-use-page .policy-section__content ol > li > ul ol > li + li {
	margin-top: 0.5px;
}

.terms-of-use-page .policy-section__content ol > li + li {
	margin-top: 35px;
}

.terms-of-use-page .policy-section__content h1 {
	font-family: "montserrat semibold";
	font-size: 24px;
	line-height: 29px;
	color: black;
	margin: 36px 0 15px;
}

.terms-of-use-page .policy-section__content h2 {
	font-family: "poppins bold";
	font-size: 18px;
	line-height: 1.46;
	color: #3E3E3E;
	margin: 0 0 15px;
}

.terms-of-use-page .policy-section__content p {
	margin: 0 0 27px;
}

.artist-profile-page__content {
	display: flex;
	flex-direction: column;
	padding: 150px 20px;
	max-width: calc(1295px + 20px * 2);
	margin: 0 auto;
}

@media (min-width: 768px) {
	.artist-profile-page__content {
		padding: 200px 20px;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
	}
}

.artist-profile-page__content__avatar {
	flex: 0 0 auto;
	padding-top: 15px;
}

@media (min-width: 768px) {
	.artist-profile-page__content__avatar {
		flex: 0 0 calc(30% - 15px);
	}
}

@media (min-width: 992px) {
	.artist-profile-page__content__avatar {
		flex: 0 0 calc(50% - 25px);
	}
}

.artist-profile-page__content__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.artist-profile-page__content__details {
	flex: 0 0 auto;
	margin-top: 50px;
}

@media (min-width: 768px) {
	.artist-profile-page__content__details {
		flex: 0 0 calc(70% - 15px);
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.artist-profile-page__content__details {
		flex: 0 0 calc(50% - 25px);
	}
}

.artist-profile-page__content__details__title {
	font-family: "poppins semibold";
	font-size: 60px;
	color: black;
	line-height: 1.25;
	margin-bottom: 40px;
}

.artist-profile-page__content__details__description * {
	font-size: 16px;
}

.artist-profile-page__content__details__link {
	width: 200px;
	height: 60px;
	background: #2e4116;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}

.artist-profile-page__content__details__link a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	text-decoration: none;
}

.artist-profile-page__content__details__link a:hover, .artist-profile-page__content__details__link a:focus, .artist-profile-page__content__details__link a:active, .artist-profile-page__content__details__link a:visited, .artist-profile-page__content__details__link a:focus:hover {
	color: white;
	text-decoration: none;
}

/*# sourceMappingURL=style.css.map */