/*========== Reset ==========*/
*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
picture,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	position: relative;
	min-height: 100vh;
	overflow-x: hidden;
	background-color: #fff;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: normal;
}

p {
	margin: 0;
}

ul,
ol {
	list-style: none;
}

ul,
ol,
li {
	margin: 0;
	padding: 0;
}

address {
	font-style: normal;
	font-size: 75%;
}

a,
a:hover,
a:focus {
	outline: 0;
	color: inherit;
	text-decoration: none;
}

a[href^="tel"] {
	white-space: nowrap;
}

img {
	border: 0;
	outline: 0;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

figure {
	margin: 0;
}

table {
	width: 100%;
}

iframe {
	border: 0;
}

video::-webkit-media-controls {
	display: none !important;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

/*========== Text Style ==========*/
body,
.sc-label,
.plyr {
	font-family: aktiv-grotesk-extended, "Bai Jamjuree", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.sub-heading {
	font-family: aktiv-grotesk-extended, "Bai Jamjuree", sans-serif;
	font-weight: 400;
	font-style: normal;
}

strong,
b {
	font-weight: 500;
}

.freight-big-pro-book,
h1,
h2,
h3,
h4,
h5,
h6,
.tab a,
.panel-heading {
	font-family: freight-big-pro, "Bai Jamjuree", serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.1;
}

body,
.size-body,
.sc-label,
.fields .field,
.meta .sub-heading {
	font-size: 16px;
	line-height: 1.5625;
}

h1,
.size-h1 {
	font-size: 48px;
}

h2,
.size-h2,
.tab a,
.panel-heading {
	font-size: 28px;
}

h3,
.size-h3 {
	font-size: 28px;
}

.goldenplains {
	font-family: "Golden Plains - Demo";
	font-weight: normal;
	font-style: normal;
	font-size: 171.4285714%;
}

/*========== Transition ==========*/
img,
a,
button,
input,
textarea,
select,
[role="button"],
[role="button"]:before,
.select2-dropdown,
.select2-selection__placeholder,
.select2-results__option,
.input .label.anim,
.btn:before,
.btn:after,
.container,
.container-fluid,
.mfp-bg,
.mfp-content,
.bg-img,
.tab-content,
.image,
.image:before,
.image:after {
	transition: 400ms ease-in-out;
}

.input .label.anim:not(.fixed) {
	transition-property: opacity, visibility;
}
.input .label.anim.fixed {
	transition-property: opacity, top, font-size;
}

/*========== General ==========*/
body {
	opacity: 0;
	transition: 800ms ease-in-out;
}
#page {
	background-color: #fff;
	overflow: hidden;
}

.container,
.container-fluid {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}

.ic,
.ic-name {
	display: inline-block;
	vertical-align: middle;
}

.ic + .ic-name,
.ic-name + .ic {
	margin-left: 8px;
}

img.full {
	display: block;
	width: 100%;
	max-width: none;
}

img.push,
img.bound {
	display: block;
	width: 100%;
	max-width: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.object-fit {
	position: relative;
	overflow: hidden;
}

.object-fit:before {
	content: "";
	display: block;
}

.object-fit > img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

.bg-img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.no-touchevents .bg-fixed {
	background-attachment: fixed;
}

.overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

#overlay-fixed {
	font-size: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}

/*========== Actions ==========*/
.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	padding-left: 40px;
	padding-right: 40px;
	max-width: 100%;
	height: 45px;
	line-height: 1;
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	cursor: pointer;
}
.btn:focus,
.btn:hover {
	border-color: #595b3c;
	background-color: #595b3c;
	color: #fff;
}

.btn.white {
	border-color: #fff;
	background-color: #fff;
	color: #595b3c;
}

.btn.outline {
	background-color: transparent;
}
.btn.outline,
.btn.outline:focus,
.btn.outline:hover {
	color: #595b3c;
}
.no-touchevents .btn.outline:hover {
	background-color: #595b3c;
	color: #fff;
}

.btn.white.outline {
	background-color: transparent;
	border-color: #fff;
}
.btn.white.outline,
.btn.white.outline:focus,
.btn.white.outline:hover {
	color: #fff;
}
.no-touchevents .btn.white.outline:hover {
	border-color: #fff;
	background-color: #fff;
	color: #595b3c;
}

.btn .ic {
	font-size: 16px;
}

.btn .ic,
.btn .ic-name {
	vertical-align: top;
	line-height: inherit;
}

.btn.fix-width {
	min-width: 185px;
}

.btn.full-width {
	width: 100%;
}

.link,
.page-ctrl a {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}

.link.prev,
.link.next {
	display: inline-block;
	vertical-align: top;
}
.link.prev:before,
.link.next:after {
	font-family: "iconfont";
	font-weight: inherit;
	font-size: 84.62%;
}
.link.prev:before {
	content: "\e901";
	margin-right: 6px;
}
.link.next:after {
	content: "\e902";
	margin-left: 6px;
}

.action {
	clear: both;
}

.action .act-row {
	font-size: 0;
	margin: -7px -15px -8px;
}

.action .act-row:not(:last-child) {
	margin-bottom: 8px;
}

.action .act-col {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 15px 8px;
}

/*========== Form - START ==========*/
.form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

button,
.form input,
.form select,
.form textarea,
.ui-datepicker select {
	outline: 0;
	-webkit-appearance: none;
	box-shadow: none;
	border-radius: 0;
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
	min-width: inherit;
	font: inherit;
	text-transform: none;
	text-align: left;
	color: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.form input,
.form textarea,
.form select {
	width: 100%;
	height: 45px;
	color: #b5b5b5;
	line-height: normal;
	padding: 10px 0 10px 0;
	background-color: transparent;
	border-bottom: 1px solid #ebebeb;
}
.form textarea {
	display: block;
	overflow: auto;
	width: 100% !important;
	min-width: 100%;
	max-width: 100%;
	min-height: 90px;
	resize: none;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
	border-color: #000;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 0;
}

input::-webkit-contacts-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	-webkit-transition: 5000s ease-in-out 0s;
	transition: 5000s ease-in-out 0s;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;

	margin: 0;
}

/* Select - START */
.select {
	position: relative;
	color: #b5b5b5;
}
.select:after {
	font-family: "iconfont";
	content: "\e904";
	font-size: 12px;
	font-weight: normal;
	color: #ebebeb;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: right;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}
.select select {
	line-height: normal;
	padding: 0 45px 0 0;
	text-overflow: "";
	cursor: pointer;
}
.select2-parent:after {
	display: none;
}

.select .select2-container {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
}
.select .select2-container .select2-selection--single {
	outline: 0;
	display: block;
	height: 45px;
	background: transparent;
	border-bottom: 1px solid #ebebeb;
	transition: border-color 400ms ease-in-out;
	overflow: hidden;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.select .select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	line-height: 43px;
	color: #000;
	padding-left: 0;
	padding-right: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select .select2-container .select2-selection--single .select2-selection__rendered[title] {
	background-color: transparent;
}
.select .select2-container .select2-selection--single .select2-selection__placeholder {
	color: #000;
	font-weight: 300;
	display: inline-block;
	vertical-align: top;
	line-height: inherit;
}
.select .select2-container .select2-selection--single .select2-selection__arrow,
.select .select2-container .select2-selection--single .select2-selection__clear {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	display: block;
	width: 45px;
	height: 45px;
	line-height: 43px;
	font-size: 0;
	text-align: center;
	cursor: pointer;
}
.select .select2-container .select2-selection--single .select2-selection__arrow b {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: auto;
	right: 0;
	top: 0;
	transform: none;
}
.select .select2-container .select2-selection--single .select2-selection__arrow b:before,
.select .select2-container .select2-selection--single .select2-selection__clear:before {
	font-family: "iconfont";
	font-size: 12px;
	font-weight: normal;
	color: #ebebeb;
	line-height: 45px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}
.select .select2-container .select2-selection--single .select2-selection__arrow b:before {
	content: "\e904";
}
.select .select2-container .select2-selection--single .select2-selection__clear:before {
	content: "\e900";
}

.select .select2-container .select2-search--inline {
	float: left;
}
.select .select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	padding: 0;
	margin-top: 5px;
	font-size: 100%;
}
.select .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select .select2-dropdown {
	display: block;
	width: 100% !important;
	background: #595b3c;
	border: 1px solid #ebebeb;
	position: absolute;
	left: -100000px;
	z-index: 1051;
	transition: border-color 400ms ease-in-out;
	box-sizing: border-box;
}

.select .select2-container .select2-results {
	display: block;
	font-size: 12px;
}
.select .select2-container .select2-results__group {
	display: block;
	position: relative;
	padding: 10px 15px 0;
	font-weight: 400;
	text-transform: uppercase;
	cursor: default;
}
.select .select2-container .select2-results__options {
	list-style: none;
	margin: 0;
}
.select .select2-container .select2-results__option {
	margin: 0 !important;
	padding: 7px 15px;
	color: #fff;
	word-wrap: break-word;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.select .select2-container .select2-results__option[aria-selected] {
	cursor: pointer;
}
.select .select2-container .select2-results__option[aria-selected="true"] {
	font-weight: 400;
	text-decoration: underline;
}
.select .select2-container .select2-results__options--nested {
	padding-left: 15px;
}
.select .select2-container .select2-results__message {
	color: #ccc;
}

.select .select2-container--open .select2-dropdown {
	left: 0;
	overflow: hidden;
}
.select .select2-container--open .select2-dropdown--above .select2-results__option {
	/*
    border-top: 0;
    border-bottom: 1px solid #eee;
*/
}
.select .select2-container--open .select2-dropdown--above {
}
.select .select2-container--open .select2-dropdown--below {
	margin-top: -1px;
}

.select .select2-search--dropdown {
	display: block;
	position: relative;
	z-index: 1010;
	/*    padding: 5px 9px;*/
	white-space: nowrap;
	/*
    background: #ccc;
    border-top: 1px solid #eee;
*/
}
.select .select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}
.select .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.select .select2-search--dropdown.select2-search--hide {
	display: none;
}

.select .select2-container.select2-container--disabled .select2-selection--single .select2-selection__clear,
.select .select2-container.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select .select2-container .select2-search--dropdown .select2-search__field {
	margin: 1px 0;
	padding: 5px 10px;
	width: 100%;
	height: auto;
	outline: 0;
}
.select .select2-container .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}
.select .select2-container .select2-results > .select2-results__options {
	padding: 10px 0;
	max-height: 25vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.select .select2-container .select2-results__option[role="group"] {
	padding: 0;
}
.select .select2-container .select2-results__option--highlighted[aria-selected] {
	text-decoration: underline;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	text-decoration: none !important;
}

.select .select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}
.select .select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}
.select .select2-rendered__match {
	text-decoration: underline;
}

/* Select - END */

/* Checkbox & Radio - START */
.choice {
	position: relative;
	font-size: 14px;
}

.choice.inline {
	display: inline-block;
	vertical-align: top;
}
.choice.inline:not(:last-child) {
	margin-right: 20px;
}

.choice > label {
	position: relative;
	display: inline-block;
}
.choice input[type="checkbox"],
.choice input[type="radio"] {
	height: auto;
	padding: 0;
	border: 0;
	background: none;
}

.choice .choice-name {
	display: inline-block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.choice input.choice-input {
	position: absolute;
	z-index: -1000;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.choice input.choice-input + .choice-name {
	display: inline-block;
	padding-left: 25px;
	min-width: 15px;
	min-height: 15px;
	height: auto;
	vertical-align: top;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left 2px;
}
.choice input[type="radio"].choice-input + .choice-name {
	background-image: url(../img/icon/radio.png);
}
.choice input[type="radio"].choice-input:checked + .choice-name {
	background-image: url(../img/icon/radio-checked.png);
}
.choice input[type="checkbox"].choice-input + .choice-name {
	background-image: url(../img/icon/checkbox.png);
}
.choice input[type="checkbox"].choice-input:checked + .choice-name {
	background-image: url(../img/icon/checkbox-checked.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
	.choice input.choice-input + .choice-name {
		background-size: 15px 15px;
	}
	.choice input[type="radio"].choice-input + .choice-name {
		background-image: url(../img/icon/radio@2x.png);
	}
	.choice input[type="radio"].choice-input:checked + .choice-name {
		background-image: url(../img/icon/radio-checked@2x.png);
	}
	.choice input[type="checkbox"].choice-input + .choice-name {
		background-image: url(../img/icon/checkbox@2x.png);
	}
	.choice input[type="checkbox"].choice-input:checked + .choice-name {
		background-image: url(../img/icon/checkbox-checked@2x.png);
	}
}

.choice.input-only {
	line-height: 15px;
}
.choice.input-only input.choice-input + .choice-name {
	padding-left: 0;
	background-position: left top;
}

.choice input.choice-input[disabled],
.choice input.choice-input[disabled] + .choice-name {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.choice-other {
	display: table;
	width: 100%;
}

.choice-other > .choice-label,
.choice-other > .input {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.choice-other > .choice-label:not(:last-child) {
	padding-right: 10px;
}
.choice-other > .choice-label {
	width: 1%;
	white-space: nowrap;
}

.choice > label:not(:last-child),
.choice-group:not(:last-child),
.choice:not(.inline):not(:last-child) {
	margin-bottom: 10px;
}

.label + .choice-group {
	margin-top: 20px;
}
/* Checkbox & Radio - END */

/* Datepicker - START */
.datepicker {
	position: relative;
}
.datepicker:before {
	font-family: "iconfont";
	content: "\e90b";
	font-size: 16px;
	font-weight: normal;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
}
.ui-datepicker {
	width: 19.9em;
	max-width: calc(100vw - 60px);
	margin: -1px 0;
	padding: 0;
	color: #fff;
	background: #595b3c;
	overflow: hidden;
	z-index: 9999 !important;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 0;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid rgba(235, 235, 235, 0.4);
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
	line-height: inherit;
	text-align: center;
	position: absolute;
	top: 0;
	z-index: 1;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
	left: 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
	right: 0;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	position: static;
	margin: 0;
	width: 100%;
	height: 100%;
	text-indent: inherit;
	font-size: 0;
}
.ui-datepicker .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-next span:before {
	font-family: "iconfont";
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
.ui-datepicker .ui-datepicker-prev span:before {
	content: "\e901";
}
.ui-datepicker .ui-datepicker-next span:before {
	content: "\e902";
}
.ui-datepicker .ui-datepicker-title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.ui-datepicker .ui-datepicker-title:before,
.ui-datepicker .ui-datepicker-title:after {
	font-family: "iconfont";
	content: "\e904";
	font-size: 8px;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-title:before {
	left: 47px;
}
.ui-datepicker .ui-datepicker-title:after {
	right: 0;
}
.ui-datepicker .ui-datepicker-title select {
	width: 55px;
	padding: 0 13px 0 0;
	border: 0;
	color: #fff;
	line-height: normal;
	text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-title select:not(:last-child) {
	margin-right: 25px;
}
.ui-datepicker .ui-datepicker-calendar {
	border: 1px solid rgba(235, 235, 235, 0.4);
	border-top: 0;
}
.ui-datepicker table {
	margin: 0;
	padding: 5px 0;
	font-size: 12px;
}
.ui-datepicker th,
.ui-datepicker td {
	padding: 3px 5px;
	text-align: center;
}
.ui-datepicker td span,
.ui-datepicker td a {
	width: 22px;
	height: 22px;
	line-height: 22px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.ui-datepicker thead tr:first-child th {
	padding-top: 8px;
}
.ui-datepicker tbody tr:last-child td {
	padding-bottom: 8px;
}

.ui-datepicker th,
.ui-datepicker td .ui-state-highlight,
.ui-datepicker td .ui-state-active,
.ui-datepicker .ui-datepicker-title {
	font-weight: 500;
	font-style: normal;
}
.ui-datepicker td .ui-state-active {
	text-decoration: underline;
}
/* Datepicker - END */
.form legend {
	display: block;
	width: 100%;
	position: relative;
}
.form legend:not(:last-child) {
	margin-bottom: 25px;
}
.form legend .fix {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	color: #a1a28d;
}
.no-touchevents .form legend .fix a:hover {
	color: #fff;
}

.form fieldset:not(:last-child) {
	margin-bottom: 50px;
}
.form .action:not(:first-child) {
	margin-top: 50px;
}
.form .action .remark:not(:last-child) {
	margin-bottom: 25px;
}

.form .remark {
	font-size: 12px;
}

.form .alert {
	color: #ee2e24;
	clear: both;
}
.form .input .alert {
	font-weight: normal;
	font-size: 12px;
}
.form .input .alert:not(:first-child) {
	margin-top: 5px;
}

.form .message:not(:first-child) {
	margin-top: 35px;
}
.form .message .alert {
	font-weight: bold;
}

.fields {
	font-size: 0;
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: -25px;
}
.fields:after {
	content: "";
	display: table;
	clear: both;
}
.fields + .fields {
	margin-top: 25px;
}

.field {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	clear: both;
}
.field.fix-half {
	width: 50%;
}

.input {
	position: relative;
	text-align: left;
}

.input .label {
	padding: 0;
	border-radius: 0;
	position: relative;
	display: block;
	margin-bottom: 2px;
}
.input .label.anim,
.input .label.animfixed {
	margin: 0;
	display: inline-block;
	vertical-align: top;
	line-height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}
.input .label.anim.fixed,
.input .label.animfixed {
	line-height: 1;
	top: 14px;
}
.input.filled .label.anim:not(.fixed) {
	opacity: 0;
	visibility: hidden;
}
.input.filled .label.anim.fixed,
.input .label.animfixed {
	font-size: 10px;
	top: -5px;
	color: #d1d1d1;
}

.input.filled input,
.input.filled textarea,
.input.filled select,
.select .select2-container .select2-selection--single .select2-selection__rendered {
	color: #000;
	font-weight: 500;
}
.input.filled input[type="password"] {
	letter-spacing: 2px;
}

.input.required input,
.input.required textarea,
.input.required select,
.input.required .select .select2-container .select2-selection--single,
.input.required .select .select2-container .select2-dropdown {
	border-color: #ee2e24 !important;
}

.form input:disabled,
.form textarea:disabled,
.form select:disabled,
.select .select2-container.select2-container--disabled .select2-selection--single {
	cursor: default;
	opacity: 0.4;
}

.form input[type="checkbox"]:disabled,
.form input[type="radio"]:disabled {
	background-color: transparent;
}

.input-action input {
	padding-right: 70px;
}
.input-action .ctrl {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	text-align: right;
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.input.pass .label.anim {
	color: #595b3c;
}
.input.fail .label.anim {
	color: #ee2e24;
}

.input ::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}
.input ::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}
.input :-ms-input-placeholder {
	color: #b5b5b5;
	font-weight: 500;
}
.input ::-webkit-input-placeholder {
	color: #b5b5b5;
	line-height: normal;
	font-weight: 500;
}
.input ::-moz-placeholder {
	color: #b5b5b5;
	opacity: 1;
	font-weight: 500;
}

.input.filled :-ms-input-placeholder {
	color: #b5b5b5;
	font-weight: 500;
}
.input.filled ::-webkit-input-placeholder {
	color: #b5b5b5;
	font-weight: 500;
}
.input.filled ::-moz-placeholder {
	color: #b5b5b5;
	opacity: 1;
	font-weight: 500;
}

/* White */
.form.white .input.filled .label.anim.fixed,
.no-touchevents .form.white .clone-fields .ctrl:not(:hover) {
	opacity: 0.2;
}
.form.white input,
.form.white textarea,
.form.white select,
.form.white .select .select2-container .select2-selection--single {
	color: rgba(235, 235, 235, 0.2);
	border-color: rgba(235, 235, 235, 0.2);
}
.form.white input:focus,
.form.white textarea:focus,
.form.white select:focus,
.form.white .select .select2-dropdown,
.form.white .select .select2-container.select2-container--open:not(.select2-container--disabled) .select2-selection--single {
	border-color: rgba(235, 235, 235, 0.4);
}
.form.white,
.form.white select,
.form.white input:focus,
.form.white textarea:focus,
.form.white .input.filled input,
.form.white .input.filled textarea,
.form.white .select:after,
.form.white .select .select2-container .select2-selection--single .select2-selection__placeholder,
.form.white .select .select2-container .select2-selection--single .select2-selection__rendered,
.form.white .select .select2-container .select2-selection--single .select2-selection__arrow b:before,
.form.white .select .select2-container .select2-selection--single .select2-selection__clear:before {
	color: #fff;
}
.form.white .remark {
	color: #a1a28d;
}
.no-touchevents .form.white .remark a:hover {
	color: #fff;
}

.form-col:not(:last-child) {
	margin-bottom: 50px;
}

.clone-fields {
	position: relative;
}
.clone-fields:not(:last-child) {
	margin-bottom: 25px;
}
.clone-fields:not(:first-child) {
	padding-top: 140px;
}

.clone-fields:not(:first-child):before,
.clone-fields:not(:first-child):after {
	position: absolute;
	top: 70px;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.clone-fields:not(:first-child):before {
	content: "";
	height: 1px;
	width: 100%;
	border-top: 1px solid rgba(235, 235, 235, 0.2);
	left: 0;
}
.clone-fields:not(:first-child):after {
	content: "or";
	display: inline-block;
	width: auto;
	padding: 0 10px;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color: #a1a28d;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -6px;
	background: #595b3c;
}

.clone-fields .ctrls {
	display: inline-block;
	white-space: nowrap;
	position: absolute;
	z-index: 2;
	left: 100%;
	bottom: 25px;
	padding-left: 25px;
}
.clone-fields .ctrl {
	display: block;
	font-size: 9px;
	font-weight: 400;
	line-height: 1;
}
.clone-fields .ctrl .ic {
	font-size: 84.62%;
}
.clone-fields .ctrl:not(:last-child) {
	margin-bottom: 8px;
}
/*========== Form - END ==========*/

/*========== Tab ==========*/
.tab-content {
	position: relative;
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
.tab-content.active {
	opacity: 1;
	visibility: visible;
	height: auto;
	overflow: visible;
}

/*========== Popup ==========*/
[class*="open-popup-"] {
	cursor: pointer;
}

.mfp-bg,
.mfp-wrap .mfp-content {
	opacity: 0;
}
.mfp-bg.mfp-ready {
	opacity: 0.85;
}
.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-bg {
	background: #fff;
	z-index: 9998;
}
.mfp-wrap {
	z-index: 9999;
}
.mfp-container {
	padding-left: 0;
	padding-right: 0;
	position: fixed;
	max-height: 100%;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}

button.mfp-close,
.modal-dismiss {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
	font-family: sans-serif;
	font-size: 0;
	line-height: 1;
	opacity: 1;
	position: absolute;
	z-index: 1;
}
button.mfp-close,
button.mfp-close:active,
.modal-dismiss {
	top: 25px;
	right: 50px;
}
button.mfp-close:before,
.modal-dismiss:before {
	display: inline-block;
	vertical-align: top;
	font-family: "iconfont";
	content: "\e900";
	font-size: 30px;
	font-weight: normal;
	line-height: inherit;
}

.popup-style .popup-inner {
	padding: 80px 35px;
}

.popup-style-content.mfp-bg.mfp-ready {
	opacity: 1;
}
.popup-style-content .mfp-close {
	position: fixed;
}
.popup-style-content.mfp-close-btn-in .mfp-close {
	color: #fff;
}
.no-touchevents .popup-style-content.mfp-close-btn-in .mfp-close:hover {
	color: #000;
}
.popup-style-content .mfp-container {
	padding: 0;
	position: fixed;
	height: 100%;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
.popup-style-content .mfp-content {
	max-width: 100%;
	max-height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.popup-style-gallery.mfp-bg {
	background-color: #595b3c;
	position: fixed !important;
	height: 100% !important;
	overflow: hidden !important;
}
.popup-style-gallery.mfp-bg.mfp-ready {
	opacity: 1;
}

.popup-style-gallery.mfp-wrap {
	position: fixed !important;
	height: 100% !important;
	overflow: hidden !important;
	top: 0 !important;
}
.popup-style-gallery .mfp-container {
	padding: 0 !important;
	height: 100% !important;
	overflow: hidden !important;
}

.popup-style-gallery .mfp-close {
	color: #a1a28d;
}
.popup-style-gallery .mfp-close:hover {
	color: #ebebeb;
}
.popup-style-gallery img.mfp-img {
	padding: 80px;
	max-height: 100vh !important;
	max-height: calc((var(--vh, 1vh) * 100)) !important;
}
.popup-style-gallery .mfp-title,
.popup-style-gallery .mfp-figure:after,
.popup-style-gallery .mfp-figure .mfp-close {
	display: none;
}
.popup-style-gallery .mfp-bottom-bar {
	margin-top: 0;
	top: auto;
	bottom: 0;
	min-height: 80px;
}
.popup-style-gallery .mfp-counter {
	position: static;
	font-weight: 400;
	font-size: 12px;
	color: #a1a28d;
	text-align: center;
	padding: 10px 0;
}
.popup-style-gallery .mfp-arrow {
	margin: 0;
	opacity: 1;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(235, 235, 235, 0.2);
	color: #a1a28d;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}
.popup-style-gallery .mfp-arrow:hover {
	background: rgba(235, 235, 235, 1);
	color: #595b3c;
}
.popup-style-gallery .mfp-arrow-left {
	left: 50px;
}
.popup-style-gallery .mfp-arrow-right {
	right: 50px;
}
.popup-style-gallery .mfp-arrow:after {
	display: none;
}
.popup-style-gallery .mfp-arrow:before {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	border: 0;
	opacity: 1;
	display: inline-block;
	vertical-align: top;
	line-height: inherit;
	font-family: "iconfont";
	font-size: 30px;
	color: inherit;
}
.popup-style-gallery .mfp-arrow-left:before {
	content: "\e901";
}
.popup-style-gallery .mfp-arrow-right:before {
	content: "\e902";
}

/*========== Slider ==========*/
.swiper-wrapper {
	will-change: transform;
}

.swiper-container.auto .swiper-slide {
	width: auto;
}

/*========== Plyr ==========*/
.plyr--video .plyr__control--overlaid {
	width: 44px;
	height: 44px;
	line-height: 44px;
	min-width: 0;
	padding: 0;
	text-align: center;
	border-radius: 50%;
	color: #000;
	background: #fff;
	box-shadow: none;
	top: auto;
	bottom: 30px;
	left: 30px;
	transform: none;
	z-index: 4;
}
.plyr--video .plyr__control--overlaid:before {
	font-family: "iconfont";
	content: "\e90d";
	font-size: 12px;
	color: inherit;
	line-height: inherit;
	padding: 1px 0 0 2px;
	display: inline-block;
	vertical-align: top;
}
.plyr--video .plyr__controls {
	padding: 30px 5px 5px;
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
	color: #fff;
	background-color: transparent;
	box-shadow: none;
	border-radius: 50%;
}
.plyr--video .plyr__control--overlaid:hover {
	background-color: #595b3c;
}
.plyr--video .plyr__progress__buffer {
	box-shadow: none;
}
.plyr--video:not(.plyr--playing) .plyr__controls {
	opacity: 0;
	pointer-events: none;
}
.plyr__control svg {
	margin: 0 auto;
	transform: scale(0.7);
}
.plyr__control--overlaid svg {
	left: 0;
	display: none;
}
.plyr__control svg:hover,
.plyr--full-ui input[type="range"] {
	color: #595b3c;
}
.plyr__time {
	font-size: 12px;
}
.plyr--paused .plyr__poster {
	opacity: 1;
}

/*========== Entry Content ==========*/
.entry-content h1:not(:last-child),
.entry-content h2:not(:last-child),
.entry-content h3:not(:last-child),
.entry-content h4:not(:last-child),
.entry-content h5:not(:last-child),
.entry-content h6:not(:last-child) {
	margin-bottom: 15px;
}
.entry-content ul:not(:last-child),
.entry-content ol:not(:last-child),
.entry-content li:not(:last-child),
.entry-content p:not(:last-child),
.entry-content address:not(:last-child),
.entry-content table:not(:last-child) {
	margin-bottom: 20px;
}

.entry-content ul {
	list-style-type: square;
}
.entry-content ol {
	list-style-type: decimal;
}
.entry-content ul,
.entry-content ol {
	padding-left: 1.15em;
}

.entry-content .media img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content .media.vertical img {
	max-height: 652px;
	max-width: calc(100vw - 120px);
}

/*========== Global ==========*/
.image {
	display: block;
	position: relative;
	overflow: hidden;
}
.image :is(img, video) {
	display: block;
	width: 100%;
	max-width: none;
}

.image.vertical {
	width: 100%;
	max-width: 400px;
}

.meta .heading:not(:last-child) {
	margin-bottom: 15px;
}
.meta .sub-heading:not(:last-child) {
	margin-bottom: 10px;
}
.meta .action:not(:first-child) {
	margin-top: 25px;
}

.hamburger {
	position: relative;
	display: block;
	width: 26px;
	height: 13px;
	padding: 20px 0;
}
.hamburger .bars,
.hamburger .bars:after,
.hamburger .bars:before {
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #595b3c;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger .bars:after,
.hamburger .bars:before {
	display: block;
	content: "";
}
.hamburger .bars {
	font-size: 0;
	line-height: 0;
	top: 50%;
	display: block;
	transition-property: background-color, transform;
}
.hamburger .bars:before {
	top: -6px;
	right: 0;
	transition-property: background-color, top;
	transition-delay: 0s, 0.1s;
}
.hamburger .bars:after {
	bottom: -6px;
	transition-property: background-color, bottom, transform;
	transition-delay: 0s, 0.1s, 0s;
}
.hamburger.active .bars {
	transform: rotate(45deg);
	transition-property: background-color, transform;
	transition-delay: 0s, 0.1s;
}
.hamburger.active .bars:before {
	top: 0;
	opacity: 0;
}
.hamburger.active .bars:after {
	bottom: 0;
	transform: rotate(-90deg);
	transition-property: background-color, bottom, transform;
	transition-delay: 0s, 0s, 0.1s;
}
.no-touchevents .hamburger:hover .bars,
.no-touchevents .hamburger:hover .bars:after,
.no-touchevents .hamburger:hover .bars:before {
	background-color: #595b3c;
}

/*========== Header ==========*/
#header {
	position: relative;
	z-index: 100;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #ebebeb;
}
#header.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.brand {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}
.logo {
	display: block;
	height: 60px;
	width: auto;
	max-width: none;
}

.header-brand {
	position: relative;
	height: 80px;
	line-height: 80px;
	padding: 15px 0 5px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.header-nav-ctrl {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header-nav {
	position: relative;
}

.menu {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.menu li {
	display: block;
}
.menu li:not(:last-child) {
	margin-right: 40px;
}
.menu li > * {
	line-height: normal;
}
.menu a,
.follow .line,
.lang {
	font-weight: 400;
	font-size: 12px;
	color: #797256;
	text-transform: uppercase;
}

.system {
	position: relative;
	display: flex;
}
.system li {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 40px;
}
.system a {
	color: #595b3c;
	vertical-align: middle;
}

.style2021 .header-nav-ctrl {
	left: 0;
	right: auto;
}
.style2021 .header-brand .cart-ctrl {
	font-weight: 400;
	font-size: 12px;
	color: #595b3c;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.style2021 .follow .line {
	margin: 0 8px;
}
.style2021 .account-ctrl > a {
	display: inline-flex;
	align-items: center;
	line-height: normal;
	background-size: calc(100% - 20px) 0%;
	background-position: right 100%;
}
.no-touchevents .style2021 .account-ctrl > a:hover {
	background-size: calc(100% - 20px) 1px;
}

/*========== Footer ==========*/
#footer {
	background-color: #f5efec;
	padding: 50px 0 100px;
}
.directory-group {
	display: flex;
	margin: -15px;
}
.directory {
	width: 16.4%;
	width: 220px;
	max-width: 33.3333333%;
	padding: 15px;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	color: #797256;
}
.directory .links li:not(:last-child),
.directory .heading:not(:last-child) {
	margin-bottom: 10px;
}
.directory .meta {
	color: #bdb7ab;
}

#footer.style2024 {
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	color: #797256;
}
#footer.style2024 :is(address, .directory) {
	font-weight: inherit;
	font-size: inherit;
	text-transform: inherit;
	color: inherit;
}
#footer.style2024 .webby {
	color: inherit;
	opacity: 0.4;
}
#footer.style2024 .directory-group {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px 15px;
}
#footer.style2024 .directory {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
#footer.style2024 .directory .meta {
	font-size: 10px;
	color: inherit;
	opacity: 0.7;
}
#footer.style2024 .directory,
#footer.style2024 .directory :is(.meta, .links) {
	display: flex;
	flex-direction: column;
	grid-gap: 10px;
}
#footer.style2024 .directory .links li:not(:last-child),
#footer.style2024 .directory .heading:not(:last-child) {
	margin-bottom: 0;
}
#footer.style2024 .directory .links li.has-sublinks > a {
	display: inline-flex;
	align-items: center;
	line-height: normal;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
	grid-gap: 5px;
}
#footer.style2024 .directory .links li.has-sublinks > a:after {
	font-family: "iconfont";
	content: "\e904";
	font-weight: bold;
	font-size: 10px;
}
#footer.style2024 .directory .links li.has-sublinks > a:hover,
#footer.style2024 .directory .links li.has-sublinks.expand > a {
	background-size: calc(100% - 15px) 1px;
}
#footer.style2024 .directory .links li.has-sublinks > ul {
	width: 100%;
	padding: 10px 10px 0;
	font-size: 10px;
	color: inherit;
	opacity: 0.7;
	display: none;
}
#footer.style2024 .directory .links li.has-sublinks > ul > li:not(:first-child) {
	margin-top: 10px;
}
#footer.style2024 .container-fluid {
	display: flex;
	grid-gap: 30px 50px;
}
#footer.style2024 .container-fluid > .directory-group {
	margin: 0;
	flex: 1;
}

/*========== Panel ==========*/
.panel-enabled {
	overflow: hidden !important;
}
.panel-ctrl.active {
	pointer-events: none;
}
.panel {
	width: 100%;
	height: calc(100vh - 121px);
	height: calc((var(--vh, 1vh) * 100) - 121px);
	background-color: #595b3c;
	color: #fff;
	position: fixed;
	left: 0;
	top: 121px;
	z-index: 100;
	display: none;
}
.panel-close {
	display: inline-block;
	height: 41px;
	line-height: 41px;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	background-color: #595b3c;
	color: #fff;
	position: absolute;
	top: -41px;
	right: 0;
	min-width: 20vw;
	padding: 0 50px;
	text-align: right;
}
.panel-close .ic,
.panel-close .ic-name {
	line-height: inherit;
	vertical-align: top;
}
.panel-close .ic {
	font-size: 84.62%;
}
.panel-block {
	height: 100%;
	overflow: hidden;
}
.panel-wrap {
	position: relative;
	height: 100%;
	max-height: 100%;
	padding-right: 25px;
	margin-right: -25px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.panel-inner {
	min-height: 100%;
	padding: 80px 0;
}

.panel-headline:not(:last-child) {
	margin-bottom: 25px;
}

.panel .tab {
	position: relative;
	font-size: 0;
	text-align: center;
}
.panel .tab a {
	display: inline-block;
	vertical-align: top;
	opacity: 0.2;
}
.panel .tab a.active {
	opacity: 1;
	pointer-events: none;
}
.panel .tab a:not(:last-child) {
	margin-right: 50px;
}

.panel .form,
.panel .step-form .step {
	position: relative;
	min-height: calc(100vh - 350px);
	min-height: calc((var(--vh, 1vh) * 100) - 350px);
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}

.booking-form .summary:not(:first-child) {
	margin-top: 25px;
	padding-top: 50px;
	border-top: 1px solid rgba(235, 235, 235, 0.2);
}
.booking-form .summary:not(:last-child) {
	margin-bottom: 50px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(235, 235, 235, 0.2);
}
.booking-form .member-infos {
	margin-top: 50px;
}
.booking-form .member-infos .heading {
	margin-bottom: 25px;
}
.booking-form .member-infos .infos {
	display: flex;
	flex-wrap: wrap;
	margin: -12px -25px -13px;
}
.booking-form .member-infos .info {
	font-size: 13px;
	width: 25%;
	padding: 12px 25px 13px;
}
.booking-form .member-infos .info .title {
	color: #a1a28d;
}

.message-box .inner {
	background: #fff;
	color: #595b3c;
	padding: 50px 30px;
	text-align: center;
}

.booking-confirm {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
}
.booking-confirm .box {
	background: #595b3c;
	color: #fff;
	text-align: center;
	padding: 20px;
}
.booking-confirm .box strong {
	font-size: 112.5%;
}
.booking-confirm .remark {
	margin-top: 20px;
	color: inherit !important;
}

/*========== Flex ==========*/
.row {
	display: flex;
	flex-wrap: wrap;
	min-height: 100%;
	margin: -20px;
}
.row .col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	padding: 20px;
}
.row .full {
	flex-basis: 100%;
}

.row-group:after {
	content: "";
	display: table;
	clear: both;
}
.row-group > .row {
	float: left;
}
.row-group > .row:not(:last-child) {
	margin-bottom: 80px;
}
.row-group > .row:nth-child(even) {
	direction: rtl;
	unicode-bidi: bidi-override;
}
.row-group > .row:nth-child(even) .col-text {
	direction: ltr;
	unicode-bidi: bidi-override;
	text-align: left;
}

.a-items-center {
	align-items: center;
}
.a-items-end {
	align-items: flex-end;
}

/*========== Main ==========*/
#main {
	min-height: calc(100vh - 401px);
	min-height: calc((var(--vh, 1vh) * 100) - 401px);
}

/* Hero */
.hero {
	display: block;
	position: relative;
	background-color: #595b3c;
}
.hero .meta {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.hero .heading {
	font-size: 28px;
	line-height: 0.565;
	color: #fff;
	text-transform: uppercase;
}
.hero .heading--logo > :is(img, video) {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	width: min(38.4615384615vw, 200px);
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.hero-group.slider .item {
	width: 56.7407407%;
	background-color: #000;
}

.hero-group.slider .image {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.hero-group.slider .image:before {
	content: "";
	display: block;
	padding-bottom: 97.5124378%;
}
.hero-group.slider .image :is(img, video) {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

.hero-card .meta {
	padding: 30px 30px 0;
}

/* Program */
.program {
	display: block;
	position: relative;
}
.program .meta {
	width: 100%;
	padding: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	font-weight: 400;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.program-group {
	margin: -2px -2px -3px -3px;
}
.program-group .item {
	padding: 2px 2px 3px 3px;
}
.program-group.slider .item {
	width: 41.4814814%;
	min-width: 340px;
}

/* Tile */
.tile-group {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.tile-group .item {
	position: relative;
	background-color: #989b82;
	display: inline-flex;
	flex: 1;
	align-items: center;
}
.tile {
	display: block;
	width: 100%;
}
.tile > *:not(:first-child) {
	margin-top: 25px;
}
.tile > .entry-content {
	padding: 0 50px;
}
.tile .image.sm {
	width: 45.3333333%;
	margin: auto;
}

/* Card */
.card {
	display: block;
	position: relative;
}
.card .meta {
	width: 100%;
	padding: 30px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-100%);
}

.card.inline {
	display: inline-block;
	vertical-align: top;
}

.card-container {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 50px 100px;
	justify-content: center;
	align-items: center;
}

/* Courses */
.courses .meta {
	padding: 30px 30px 40px;
	text-align: center;
}
.courses .meta .desc {
	font-size: 14px;
}

/* gallery */
.gallery {
	display: block;
	outline: 0;
	border: 0;
}
.gallery-group {
	margin: 0 -15px;
}

.gallery-group .item {
	width: 25%;
	padding: 0 15px;
}
.gallery-group .swiper-wrapper {
	align-items: flex-end;
}

/* journal */
.journal {
	display: block;
	position: relative;
}
.journal .object-fit:before {
	padding-top: 108.8888888%;
}
.journal .meta {
	width: 100%;
	padding: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: 400;
	/*text-shadow: 0 1px 2px rgba(0,0,0,0.2);*/
}
.journal .meta .desc {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.journal-group {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.journal-group .item {
	flex-basis: 100%;
}

.journal-group.related .journal .object-fit:before {
	padding-top: 66.6666666%;
}
.journal-group.related .journal .meta {
	max-width: 450px;
}

/* Section */
.section {
	position: relative;
}

.section.border-white {
	border: 20px solid #fff;
}

.sc-inner {
	padding-top: 80px;
	padding-bottom: 80px;
}

.sc-label {
	display: inline-flex;
	vertical-align: top;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 7px 35px;
	font-weight: 400;
	text-transform: uppercase;
	background: #fff;
}

.sc-tab .tab {
	display: inline-flex;
}
.sc-tab .tab > * {
	flex-grow: 1;
}
.sc-tab .tab a {
	display: inline-flex;
	vertical-align: top;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 7px 35px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: 400;
	text-transform: uppercase;
	background: #fff;
	color: #000;
}
.sc-tab .tab a.active {
	background: #000;
	color: #fff;
}

.sc-headline:not(:last-child) {
	margin-bottom: 25px;
}

.sc-headline.fixed {
	width: auto;
	position: absolute;
	z-index: 2;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
}
.sc-headline.fixed:not(:last-child) {
	margin-bottom: 0;
}

.sc-loadmore .alm-load-more-btn {
	margin: 30px 0;
}

.fullscreen-section {
	display: flex;
	min-height: calc(100vh - 121px);
	overflow: hidden;
}
.fullscreen-section .sc-inner {
	position: relative;
	width: 100%;
	flex: 1;
}

.section:last-child > .sc-inner.padding-0:last-child .sc-content:last-child .courses-group:last-child {
	margin-bottom: 80px;
}

/* Article */
.art-row:not(:last-child) {
	margin-bottom: 80px;
}

.art-media .media {
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	line-height: 1;
}

.page-ctrl-group {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.art-hero.fix-height .image {
	width: 100%;
	height: 345px;
}

.contact-row .col-info > *:not(:first-child) {
	margin-top: 20px;
}
.contact-row .col-info > .entry-form:not(:first-child) {
	margin-top: 50px;
}

.contact-row .col-map .tab-group {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 30px;
	align-items: baseline;
}
.contact-row .col-map .tab-group > .map-tab {
	margin-left: auto;
}
.contact-row .col-map .tab-group > .map-tab .tab {
	display: inline-flex;
	vertical-align: top;
	grid-gap: 15px 20px;
}
.contact-row .col-map .tab-group > .map-tab .tab a {
	font-family: inherit;
	font-weight: 400;
	font-size: inherit;
	line-height: inherit;
	text-transform: uppercase;
}
.contact-row .col-map .tab-group > .map-tab .tab a:not(.active, :hover) {
	color: #d1d1d1;
}
.contact-row .col-map .tab-group > .map-tab-content {
	width: 100%;
}
.contact-row .col-map .tab-group > .map-tab-content:not(:first-child) {
	margin-top: 20px;
}

.contact-row a.image {
	background: none !important;
	cursor: zoom-in;
}

.contact-action:not(:first-child) {
	margin-top: 10px;
}
.contact-action {
	display: flex;
	flex-direction: column;
	grid-gap: 10px 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
}
.contact-action > * {
	width: 100%;
}
.contact-action .or {
	display: flex;
	grid-gap: 0 10px;
	align-items: center;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}
.contact-action .or:before,
.contact-action .or:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: currentColor;
	opacity: 0.2;
	flex: 1;
}
.contact-action .btn.outline {
	color: #000 !important;
	background: none !important;
	border-color: #000 !important;
}
.contact-action .btn.outline:hover {
	color: #fff !important;
	border-color: #000 !important;
	background: #000 !important;
}
.contact-action .btn .ic {
	font-size: 22px;
}

/* Cafe */
.cafe-details.bg-img {
	background-position: center top;
	background-size: max(838px, 100%) auto;
}
.cafe-details.bg-img .section.border-white {
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}

/*========== Hover ==========*/
.link.more,
.menu a,
.directory a,
.page-ctrl a,
.entry-content a,
.cart-ctrl a {
	background-image: linear-gradient(120deg, currentColor 0%, currentColor 100%);
	background-repeat: no-repeat;
	background-size: 100% 0%;
	background-position: 0 100%;
	background-origin: border-box;
	transition-property: color;
}
.no-touchevents .link.more:hover,
.no-touchevents .menu a.active,
.no-touchevents .menu a:hover,
.no-touchevents .page-ctrl a:hover,
.no-touchevents .directory a:hover,
.entry-content a:hover,
.no-touchevents .cart-ctrl a:hover {
	color: #595b3c;
	background-size: 100% 1px;
}

.program .image:after,
.courses .image:after,
.gallery .image:after,
.journal .image:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(89, 91, 60, 0.1);
	opacity: 0;
}
.image.zoom:hover:after,
.program .image:hover:after,
.courses .image:hover:after,
.gallery .image:hover:after,
.journal:hover .image:after {
	opacity: 1;
}
.image.zoom:hover > img,
.program .image:hover > img,
.courses .image:hover > img,
.gallery .image:hover > img,
.journal:hover .image > img {
	transform: scale(1.02);
}

/*========== Fix Style ==========*/
.bg-theme {
	background-color: #595b3c !important;
}
.bg-black {
	background-color: #000000 !important;
}
.bg-white {
	background-color: #ffffff !important;
}
.bg-gray {
	background-color: #f0f0f0 !important;
}
.bg-grayish-orange {
	background-color: #bdb7ab !important;
}
.bg-grayish-orange-light {
	background-color: #f5efec !important;
}
.bg-dark-yellow {
	background-color: #797256 !important;
}
.bg-lemon-grass {
	background-color: #989b82 !important;
}

.c-theme {
	color: #595b3c !important;
}
.c-black {
	color: #000000 !important;
}
.c-white {
	color: #ffffff !important;
}
.c-gray {
	color: #a9a9a9 !important;
}
.c-grayish-orange {
	color: #bdb7ab !important;
}
.c-grayish-orange-light {
	color: #f5efec !important;
}
.c-dark-yellow {
	color: #797256 !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.nowrap {
	white-space: nowrap !important;
}

.a-left {
	text-align: left !important;
}
.a-right {
	text-align: right !important;
}
.a-center {
	text-align: center !important;
}

.f-left {
	float: left !important;
}
.f-right {
	float: right !important;
}

.margin-0 {
	margin: 0 !important;
}
.margin-top-0 {
	margin-top: 0 !important;
}
.margin-bottom-0 {
	margin-bottom: 0 !important;
}

.padding-0 {
	padding: 0 !important;
}
.padding-top-0 {
	padding-top: 0 !important;
}
.padding-bottom-0 {
	padding-bottom: 0 !important;
}

.center {
	margin-left: auto !important;
	margin-right: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}
.hidden {
	display: none !important;
}

.not-react {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.clr:after {
	content: "";
	display: table;
	clear: both;
}

.structure-hidden #page {
	padding-top: 0 !important;
}
.structure-hidden #header,
.structure-hidden #footer {
	display: none !important;
}

[data-scrolling] {
	will-change: transform;
	transition: none !important;
}
.bg-scrolling {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	pointer-events: none;
	perspective: 100vh;
}

/*========== Animate ==========*/
.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0, 25%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0, 25%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
.fadeInUpSmall {
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall;
}

@-webkit-keyframes zoomInSmall {
	from {
		opacity: 0;
		transform: scale3d(0.8, 0.8, 0.8);
	}
	50% {
		opacity: 1;
	}
}
@keyframes zoomInSmall {
	from {
		opacity: 0;
		transform: scale3d(0.8, 0.8, 0.8);
	}

	50% {
		opacity: 1;
	}
}
.zoomInSmall {
	-webkit-animation-name: zoomInSmall;
	animation-name: zoomInSmall;
}

/* 2024 */
.accordion {
	width: 100%;
	position: relative;
	padding: 15px 0;
	border-top: 1px solid #f6efec;
	border-bottom: 1px solid #f6efec;
	margin-bottom: -1px;
}
.accordion > .entry-panel {
	display: none;
	padding-top: 15px;
}
.accordion > .entry-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	grid-gap: 0 10px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.a-center .accordion > .entry-title {
	justify-content: center;
}
.accordion > .entry-title:after {
	font-family: "iconfont";
	content: "\e904";
	font-size: 12px;
	font-weight: normal;
}

.block-gap-y > *:not(:first-child) {
	margin-top: 50px;
}

/* 2026 -- Course */
[data-marquee] {
	position: relative;
}
[data-marquee].mq-wrap {
	transition: height 300ms ease;
}
[data-marquee].mq-wrap .mq-item {
	width: auto !important;
}
[data-marquee] .mq-fill {
	padding: 0 !important;
}

.course-cards {
	--column: 1;
	--gap-x: min(6.25vw, 80px);
	--gap-y: 80px;
	--gap-stack: 25px;
	position: relative;
}
.course-cards .card {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-gap: var(--gap-stack);
	text-align: left;
	white-space: normal;
	color: currentColor;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.course-cards .card :is(.card__cover, .card__details) {
	width: 100%;
}
.course-cards .card__cover {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 400/600;
}
.course-cards .card__cover-img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	inset: 0;
	opacity: 0;
	transition: opacity 1s ease;
}
.course-cards .card__cover-img.is-active {
	opacity: 1;
}
.course-cards .card .card__details {
	flex: 1;
	display: flex;
	flex-direction: column;
	grid-gap: var(--gap-stack);
}
.course-cards .card .card__details > .card__actions {
	margin-top: auto;
}
.course-cards .card .card__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.course-cards .card .card__actions > .btn {
	flex-grow: 1;
	min-width: calc(50% - 5px);
	padding: 0 12px;
	font-size: 12px;
}
.course-cards .card-marquee {
	--gap: var(--gap-x);
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.course-cards .card-marquee .marquee__wrapper.mq-wrap {
	overflow: visible !important;
}
.course-cards .card-marquee .card-marquee__item {
	width: 100%;
	padding: 0 var(--gap);
	position: relative;
}
[data-section="course"] {
	background-color: #fefcfb;
}
