@charset "UTF-8";
/* CSS Document */

/*----------

	TABLE OF CONTENTS:

*************************************************************
# Font
# Generic
	- Selection
	- HTML & Body
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Layouts
# Header
# Main
# Footer
# Template & Design
	- Hero 
	- Heading
	- Divider
	- Postca
	- Box
	- Table
# Components
	- Button
# Plugins
	- Flickity
	- Breadcrumb
	- Bootstrap Blocks
	- Kadencewp
	- WP-PageNavi
# Utilities
	- Typography, Font, Text
	- Background
	- Rounded Corner
	- Elements (e.g. Image, Video, Embed)
	- Width & Height
# Wordpress Blocks

/*----------

	# Fonts

*************************************************************/
.font-chula { font-family: 'CHULALONGKORN', sans-serif !important; font-weight: normal; font-style: normal; }
.font-chula-bold { font-family: 'CHULALONGKORN', sans-serif !important; font-weight: bold; font-style: normal; }
.font-heading { font-family: 'CHULALONGKORN', sans-serif !important; }
.font-body { font-family: 'Open Sans', Helvetica, Arial, sans-serif !important; }
.font-size-xs { font-size: 1rem !important; }
.font-size-sm { font-size: 1.125rem !important; }
.font-size-md { font-size: 1.25rem !important; }
.font-size-lg { font-size: 1.375rem !important; }
.font-size-xl { font-size: 1.5rem !important; }

/*----------

	# Generic 
		## Selection

*************************************************************/
::-webkit-selection { background-color: #de5c8e; color: #fff; }
   ::-moz-selection { background-color: #de5c8e; color: #fff; }
		::selection { background-color: #de5c8e; color: #fff; }

/*----------

	# Generic 
		## HTML & Body

*************************************************************/
html {
	position: relative;
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
}
body {
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 1.75;
	color: #373737;
	word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*----------

	# Base 
		## Typography / Elements / Links / Forms

*************************************************************/
strong { font-weight: bold; }

a {
	color: #de5c8e;
	text-decoration: none;
}
a:visited {
    color: #883a58;
}
a:hover {
	color: #de5c8e;
	text-decoration: underline;
}

.text-light {
	color: #d1d3d5;
}
.text-light a {
	color: #fff;
}
.text-light a:visited {
	color: #D2738F;
}
.text-light a:hover {
	color: #efaec7;
}
.text-dark {
	color: #373737;
}
.text-dark a {
	color: #373737;
}
.text-dark a:visited {
	color: #883a58;
}
.text-dark a:hover {
	color: #de5c8e;
}
.text-link a {
	color: #de5c8e !important;
}
.text-link a:hover {
	color: #B43B70 !important;
}
.text-link.text-light a {
	color: #fff !important;
}
.text-link.text-light a:hover {
	color: #efaec7 !important;
}
.text-link-underline-dot a {
	border-bottom: 1px dotted #000;
}
.text-link-underline-dot a:hover {
	border-bottom-color: #B43B70;
	text-decoration: none;
}
.text-link-underline-dot.text-light a {
	border-bottom: 1px dotted #fff;
}
.text-link-underline-dot.text-light a:hover {
	border-bottom-color: #efaec7;
}

h1, .h1 { font-size: 2.25rem; }
h2, .h2 { font-size: 2rem; }
h3, .h3 { font-size: 1.625rem; }
h4, .h4 { font-size: 1.5rem; }
h5, .h5 { font-size: 1.375rem; }
h6, .h6 { font-size: 1.25rem; }
h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'CHULALONGKORN', sans-serif;
	font-weight: normal;
	color: #de5c8e;
	line-height: 1.375;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, 
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
	color: #de5c8e;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, 
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
	color: #de5c8e;
	text-decoration: none;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, 
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong,
h1.text-bold, h2.text-bold, h3.text-bold, h4.text-bold, h5.text-bold, h6.text-bold, 
.h1.text-bold, .h2.text-bold, .h3.text-bold, .h4.text-bold, .h5.text-bold, .h6.text-bold {
	font-weight: bold;
}
/* Override the theme.css */
h6.text-uppercase,
.h6.text-uppercase {
	font-family: 'CHULALONGKORN', sans-serif;
    font-weight: normal;
    letter-spacing: 0;
}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light .h1, .text-light .h2, .text-light .h3, .text-light .h4, .text-light .h5, .text-light .h6,
.text-light h1 a, .text-light h2 a, .text-light h3 a, .text-light h4 a, .text-light h5 a, .text-light h6 a, .text-light .h1 a, .text-light .h2 a, .text-light .h3 a, .text-light .h4 a, .text-light .h5 a, .text-light .h6 a,
.text-light h1 a:hover, .text-light h2 a:hover, .text-light h3 a:hover, .text-light h4 a:hover, .text-light h5 a:hover, .text-light h6 a:hover, 
.text-light .h1 a:hover, .text-light .h2 a:hover, .text-light .h3 a:hover, .text-light .h4 a:hover, .text-light .h5 a:hover, .text-light .h6 a:hover {
	color: #fff;
}
.text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, .text-dark h5, .text-dark h6, .text-dark .h1, .text-dark .h2, .text-dark .h3, .text-dark .h4, .text-dark .h5, .text-dark .h6,
.text-dark h1 a, .text-dark h2 a, .text-dark h3 a, .text-dark h4 a, .text-dark h5 a, .text-dark h6 a, .text-dark .h1 a, .text-dark .h2 a, .text-dark .h3 a, .text-dark .h4 a, .text-dark .h5 a, .text-dark .h6 a {
	color: #de5c8e;
}
.text-dark h1 a:hover, .text-dark h2 a:hover, .text-dark h3 a:hover, .text-dark h4 a:hover, .text-dark h5 a:hover, .text-dark h6 a:hover, 
.text-dark .h1 a:hover, .text-dark .h2 a:hover, .text-dark .h3 a:hover, .text-dark .h4 a:hover, .text-dark .h5 a:hover, .text-dark .h6 a:hover {
	color: #de5c8e;
}

textarea, select, input, button { outline: 0 !important; }
button:focus,
button:active {
  	outline: 0 !important;
  	box-shadow: none;
}
p {
	margin: 0 0 1.5em 0;
}
figure {
	margin: 0 0 1.75em 0;
}
hr {
	background-color: transparent;
	border-color: #e1e3e5;
}
mark {
	padding: .25em 0.5em;
	background-color: #de5c8e;
	color: #fff;
}
ol li, ul li {
	margin-bottom: 0.125em;
}
ol ol,
ol ul,
ul ul,
ul ol {
	margin-top: 0.5em;
}
li>ol, li>ul {
    margin-left: 0;
}
/* Override the theme.css */
.table thead th {
    font-family: 'CHULALONGKORN', sans-serif;
    font-weight: bold;
	color: #2d307a;
    letter-spacing: 0;
}
.form-control {
	background-color: #f1f3f5;
}
.text-underline {
	text-decoration: underline !important;
}

/*----------

	# Layouts
		## Display

*************************************************************/
.d-middle {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width: 100%; 
	-webkit-transform: translate(-50%, -50%) !important; 
			transform: translate(-50%, -50%) !important;
}
.d-bg,
.d-overlay,
.d-multiply,
.d-slash {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.d-overlay {
	background-image: -webkit-linear-gradient( 90deg,rgba(0,0,0,0.75) 5%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.25) 100% );
    background-image: -o-linear-gradient( 90deg,rgba(0,0,0,0.75) 5%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.25) 100% );
    background-image: linear-gradient( 0deg,rgba(0,0,0,0.75) 5%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.25) 100% );
	opacity: 0.75;
}
.d-multiply {
	mix-blend-mode: multiply;
    overflow: hidden;
	opacity: 0.5;
}
.d-slash {
	width: 40%;
    background: -webkit-gradient(linear,left top,right top,color-stop(75%,rgba(255,255,255,0)),to(rgba(255,255,255,.05)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 75%,rgba(255,255,255,.05) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 75%,rgba(255,255,255,.05) 100%);
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.d-entry {
	position: relative;
}

/*----------

	# Layouts
		## Box & Cell

*************************************************************/
.box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	-webkit-box-align: stretch;
	   -ms-flex-align: stretch;
		  align-items: stretch;
	-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	margin: 0 auto;
}
.box-cell {
  	position: relative;
	box-sizing: border-box;
}

/*----------

	# Layouts
		## Grid Post

*************************************************************/
.grid-post {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 0;
	grid-row-gap: 0;
	width: 100%;
}
.grid-post.grid-gap-0 {
	grid-column-gap: 0 !important;
	grid-row-gap: 0 !important;
}
.grid-post.grid-gap-post {
	grid-row-gap: 16px;
}
.grid-post.grid-gap-sm {
	grid-row-gap: 8px;
}
.grid-post.grid-gap-md {
	grid-row-gap: 16px;
}
.grid-post.grid-gap-lg {
	grid-row-gap: 24px;
}
.grid-post.grid-gap-xl {
	grid-row-gap: 32px;
}
.no-cssgrid .grid-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	-webkit-box-align: stretch;
	   -ms-flex-align: stretch;
		  align-items: stretch;
	-ms-flex-flow: row wrap;
		flex-flow: row wrap;
}
.no-cssgrid .grid-post.grid-gap-post {
	margin-bottom: -16px;
}
.no-cssgrid .grid-post.grid-gap-sm {
	margin-bottom: -8px;
}
.no-cssgrid .grid-post.grid-gap-md {
	margin-bottom: -16px;
}
.no-cssgrid .grid-post.grid-gap-lg {
	margin-bottom: -24px;
}
.no-cssgrid .grid-post.grid-gap-xl {
	margin-bottom: -32px;
}
.no-cssgrid .grid-post .grid-item {
	position: relative;
	box-sizing: border-box;
}
.no-cssgrid .grid-post.grid-gap-post .grid-item {
	margin-bottom: 20px;
}
.no-cssgrid .grid-post.grid-gap-sm .grid-item {
	margin-bottom: 8px;
}
.no-cssgrid .grid-post.grid-gap-md .grid-item {
	margin-bottom: 16px;
}
.no-cssgrid .grid-post.grid-gap-lg .grid-item {
	margin-bottom: 24px;
}
.no-cssgrid .grid-post.grid-gap-xl .grid-item {
	margin-bottom: 32px;
}
@media (min-width: 576px) {
	.grid-post.grid-template-col-2,
	.grid-post.grid-template-col-3,
	.grid-post.grid-template-col-4,
	.grid-post.grid-template-col-5,
	.grid-post.grid-template-col-post {
		grid-template-columns: 1fr 1fr;
	}
	.grid-post.grid-gap-post {
		grid-column-gap: 16px;
	}
	.grid-post.grid-template-col-2.grid-gap-sm,
	.grid-post.grid-template-col-3.grid-gap-sm,
	.grid-post.grid-template-col-4.grid-gap-sm,
	.grid-post.grid-template-col-5.grid-gap-sm,
	.grid-post.grid-template-col-post.grid-gap-sm {
		grid-column-gap: 8px;
	}
	.grid-post.grid-template-col-2.grid-gap-md,
	.grid-post.grid-template-col-3.grid-gap-md,
	.grid-post.grid-template-col-4.grid-gap-md,
	.grid-post.grid-template-col-5.grid-gap-md,
	.grid-post.grid-template-col-post.grid-gap-md {
		grid-column-gap: 16px;
	}
	.grid-post.grid-template-col-2.grid-gap-lg,
	.grid-post.grid-template-col-3.grid-gap-lg,
	.grid-post.grid-template-col-4.grid-gap-lg,
	.grid-post.grid-template-col-5.grid-gap-lg,
	.grid-post.grid-template-col-post.grid-gap-lg {
		grid-column-gap: 24px;
	}
	.grid-post.grid-template-col-2.grid-gap-xl,
	.grid-post.grid-template-col-3.grid-gap-xl,
	.grid-post.grid-template-col-4.grid-gap-xl,
	.grid-post.grid-template-col-5.grid-gap-xl,
	.grid-post.grid-template-col-post.grid-gap-xl {
		grid-column-gap: 32px;
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-post,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-post,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-post,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-post,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-post {
		width: calc(100% + 16px);
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-sm,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-sm,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-sm,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-sm,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-sm {
		width: calc(100% + 8px);
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-md,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-md,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-md,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-md,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-md {
		width: calc(100% + 16px);
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-lg,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-lg,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-lg,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-lg,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-lg {
		width: calc(100% + 24px);
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-xl,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-xl,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-xl,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-xl,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-xl {
		width: calc(100% + 32px);
	}
	.no-cssgrid .grid-post.grid-template-col-2 .grid-item,
	.no-cssgrid .grid-post.grid-template-col-3 .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4 .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5 .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post .grid-item {
		width: 50%;
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-post .grid-item {
		width: calc(50% - 16px);
		margin-right: 16px;
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-sm .grid-item,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-sm .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-sm .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-sm .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-sm .grid-item {
		width: calc(50% - 8px);
		margin-right: 8px;
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-md .grid-item,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-md .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-md .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-md .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-md .grid-item {
		width: calc(50% - 16px);
		margin-right: 16px;
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-lg .grid-item,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-lg .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-lg .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-lg .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-lg .grid-item {
		width: calc(50% - 24px);
		margin-right: 24px;
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-xl .grid-item,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-xl .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-xl .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-xl .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-xl .grid-item {
		width: calc(50% - 32px);
		margin-right: 32px;
	}
}
@media (min-width: 768px) {
	.grid-post.grid-gap-post {
		grid-column-gap: 24px;
		grid-row-gap: 24px;
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-post,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-post,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-post,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-post,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-post {
		width: calc(100% + 24px);
		margin-bottom: -24px;
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-post .grid-item {
		width: calc(50% - 24px);
		margin-right: 24px;
		margin-bottom: 24px;
	}
}
@media (min-width: 992px) {
	.grid-post.grid-template-col-3,
	.grid-post.grid-template-col-4,
	.grid-post.grid-template-col-5,
	.grid-post.grid-template-col-post {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-post .grid-item {
		width: calc(33.3333333% - 24px);
	}
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-sm .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-sm .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-sm .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-sm .grid-item {
		width: calc(33.3333333% - 8px);
	}
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-md .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-md .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-md .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-md .grid-item {
		width: calc(33.3333333% - 16px);
	}
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-lg .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-lg .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-lg .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-lg .grid-item {
		width: calc(33.3333333% - 24px);
	}
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-xl .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-xl .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-xl .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-xl .grid-item {
		width: calc(33.3333333% - 32px);
	}
}
@media (min-width: 1200px) {
	.grid-post.grid-gap-post {
		grid-column-gap: 32px;
		grid-row-gap: 32px;
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-post,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-post,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-post,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-post,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-post {
		width: calc(100% + 32px);
		margin-bottom: -32px;
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-post .grid-item {
		width: calc(50% - 32px);
		margin-right: 32px;
		margin-bottom: 32px;
	}
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-post .grid-item {
		width: calc(33.3333333% - 32px);
	}
}
@media (min-width: 1400px) {
	.grid-post.grid-template-col-4,
	.grid-post.grid-template-col-5 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-post .grid-item {
		width: calc(25% - 32px);
	}
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-sm .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-sm .grid-item {
		width: calc(25% - 8px);
	}
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-md .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-md .grid-item {
		width: calc(25% - 16px);
	}
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-lg .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-lg .grid-item {
		width: calc(25% - 24px);
	}
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-xl .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-xl .grid-item {
		width: calc(25% - 32px);
	}
}
@media (min-width: 1920px) {
	.grid-post.grid-template-col-5 {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-post .grid-item {
		width: calc(20% - 32px);
	}
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-sm .grid-item {
		width: calc(20% - 8px);
	}
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-md .grid-item {
		width: calc(20% - 16px);
	}
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-lg .grid-item {
		width: calc(20% - 24px);
	}
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-xl .grid-item {
		width: calc(20% - 32px);
	}
}
.grid-post .item-fullwidth {
    grid-column: 1 / -1;
}
.no-cssgrid .grid-post .item-fullwidth {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

/*----------

	# Layouts
		## Site Wrapper

*************************************************************/
.sitewidth-full,
.sitewidth-huge,
.sitewidth-big,
.sitewidth-plus {
	width: 100%;
	margin: 0 auto;
}
.sitewidth-huge {
	max-width: 1920px;
}
.sitewidth-big {
	max-width: 1680px;
}
.sitewidth-plus {
	max-width: 1440px;
}

/*----------

	# Layouts
		## Wrapper (Container)

*************************************************************/
.wrapper,
.wrapper-big,
.wrapper-full,
.wrapper-huge,
.wrapper-plus,
.wrapper-small,
.wrapper-smallplus {
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.wrapper-big::after,
.wrapper-full::after,
.wrapper-huge::after,
.wrapper-plus::after,
.wrapper-small::after,
.wrapper-smallplus::after,
.wrapper::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}
.wrapper-small {
    max-width: 720px;
}
.wrapper-smallplus {
    max-width: 960px;
}
.wrapper {
    max-width: 1280px;
}
.wrapper-plus {
	max-width: 1440px;
}
.wrapper-big {
	max-width: 1680px;
}
.wrapper-huge {
	max-width: 1920px;
}
.wrapper-big:not(.no-gutters),
.wrapper-full:not(.no-gutters),
.wrapper-huge:not(.no-gutters),
.wrapper-plus:not(.no-gutters),
.wrapper-small:not(.no-gutters),
.wrapper-smallplus:not(.no-gutters),
.wrapper:not(.no-gutters) {
    width: calc(100% - 32px);
    margin: 0 auto;
}
.wrapper-big.no-gutters,
.wrapper-full.no-gutters,
.wrapper-huge.no-gutters,
.wrapper-plus.no-gutters,
.wrapper-small.no-gutters,
.wrapper-smallplus.no-gutters,
.wrapper.no-gutters {
    width: 100%;
}
@media (min-width: 576px) {
    .wrapper-big.sm-no-gutters,
    .wrapper-full.sm-no-gutters,
    .wrapper-huge.sm-no-gutters,
    .wrapper-plus.sm-no-gutters,
    .wrapper-small.sm-no-gutters,
    .wrapper-smallplus.sm-no-gutters,
    .wrapper.sm-no-gutters {
        width: 100%;
    }
    .wrapper-big.sm-gutters,
    .wrapper-full.sm-gutters,
    .wrapper-huge.sm-gutters,
    .wrapper-plus.sm-gutters,
    .wrapper-small.sm-gutters,
    .wrapper-smallplus.sm-gutters,
    .wrapper.sm-gutters {
        width: calc(100% - 32px);
    }
}
@media (min-width: 768px) {
    .wrapper-big:not(.no-gutters),
    .wrapper-full:not(.no-gutters),
    .wrapper-huge:not(.no-gutters),
    .wrapper-plus:not(.no-gutters),
    .wrapper-small:not(.no-gutters),
    .wrapper-smallplus:not(.no-gutters),
    .wrapper:not(.no-gutters) {
        width: calc(100% - 64px);
    }
    .wrapper-big.md-gutters,
    .wrapper-big.sm-gutters,
    .wrapper-full.md-gutters,
    .wrapper-full.sm-gutters,
    .wrapper-huge.md-gutters,
    .wrapper-huge.sm-gutters,
    .wrapper-plus.md-gutters,
    .wrapper-plus.sm-gutters,
    .wrapper-small.md-gutters,
    .wrapper-small.sm-gutters,
    .wrapper-smallplus.md-gutters,
    .wrapper-smallplus.sm-gutters,
    .wrapper.md-gutters,
    .wrapper.sm-gutters {
        width: calc(100% - 64px);
    }
    .wrapper-big.md-no-gutters,
    .wrapper-full.md-no-gutters,
    .wrapper-huge.md-no-gutters,
    .wrapper-plus.md-no-gutters,
    .wrapper-small.md-no-gutters,
    .wrapper-smallplus.md-no-gutters,
    .wrapper.md-no-gutters {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .wrapper-big.lg-gutters,
    .wrapper-full.lg-gutters,
    .wrapper-huge.lg-gutters,
    .wrapper-plus.lg-gutters,
    .wrapper-small.lg-gutters,
    .wrapper-smallplus.lg-gutters,
    .wrapper.lg-gutters {
        width: calc(100% - 64px);
    }
    .wrapper-big.lg-no-gutters,
    .wrapper-full.lg-no-gutters,
    .wrapper-huge.lg-no-gutters,
    .wrapper-plus.lg-no-gutters,
    .wrapper-small.lg-no-gutters,
    .wrapper-smallplus.lg-no-gutters,
    .wrapper.lg-no-gutters {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .wrapper-big.xl-gutters,
    .wrapper-full.xl-gutters,
    .wrapper-huge.xl-gutters,
    .wrapper-plus.xl-gutters,
    .wrapper-small.xl-gutters,
    .wrapper-smallplus.xl-gutters,
    .wrapper.xl-gutters {
        width: calc(100% - 64px);
    }
    .wrapper-big.xl-no-gutters,
    .wrapper-full.xl-no-gutters,
    .wrapper-huge.xl-no-gutters,
    .wrapper-plus.xl-no-gutters,
    .wrapper-small.xl-no-gutters,
    .wrapper-smallplus.xl-no-gutters,
    .wrapper.xl-no-gutters {
        width: 100%;
    }
}

/*----------

	# Layouts
		## Additional Layout Utilities

*************************************************************/
@media (min-width: 1400px) {
	.container-xxl-fluid {
		width: 100%;
		max-width: 100%;
	}
	.col-xxl-3 {
		-webkit-box-flex: 0;
    	-ms-flex: 0 0 25%;
    	flex: 0 0 25%;
    	max-width: 25%;
	}
}

/*----------

	# Layouts
		## Fullwidth Section & Fullwidth Content

*************************************************************/
.fullwidth-content,
.fullwidth-section {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.fullwidth-section .fullwidth-content {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (min-width: 768px) {
    .fullwidth-section .fullwidth-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (min-width: 1200px) {
    .fullwidth-section .fullwidth-content {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media (min-width: 1920px) {
    .fullwidth-section .fullwidth-content {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.fullwidth-content.no-padding,
.fullwidth-section.no-padding > .fullwidth-content {
    padding-top: 0;
    padding-bottom: 0;
}

/* Section Border */
.section-border-top,
.section-border-bottom {
	position: relative;
}
.section-border-top::before,
.section-border-bottom::after {
	content: '';
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.125);
}
.section-border-top.text-light::before,
.section-border-bottom.text-light::after {
	background-color: rgba(255,255,255,0.125);
}
.section-border-bottom::after {
	top: auto;
	bottom: 0;
}

/* Section Line Contunue */
.section-continue-top,
.section-continue-bottom {
	position: relative;
}
.section-continue-top::before,
.section-continue-bottom::after {
	z-index: 10;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 30px;
	background-color: #000;
}
.section-continue-top.text-light::before,
.section-continue-bottom.text-light::after {
	background-color: #fff;
}
.section-continue-top::before {
	top: 0;
	bottom: auto;
}
.section-continue-bottom::after {
	top: auto;
	bottom: 0;
}
@media (min-width: 1200px) {
	.section-continue-top::before,
	.section-continue-bottom::after {
		height: 40px;
	}
}

/*----------

	# Layout
		## Spacer

*************************************************************/
.spacer-sm { height: 24px; }
.spacer-md { height: 32px; }
.spacer-lg { height: 56px; }
.spacer-xl { height: 80px; }
.spacer-content { height: 50px; }
.spacer-content-decrease { margin-top: -50px; }
@media (min-width: 768px) {
	.spacer-content { height: 60px; }
	.spacer-content-decrease { margin-top: -60px; }
}
@media (min-width: 1200px) {
	.spacer-content { height: 70px; }
	.spacer-content-decrease { margin-top: -70px; }
}
@media (min-width: 1920px) {
	.spacer-content { height: 80px; }
	.spacer-content-decrease { margin-top: -80px; }
}

/*----------

	# Header

*************************************************************/
#header {
	z-index: 1000;
	position: relative;
	background-color: transparent;
}
#header .header-wrapper {
	display: flex;
    flex-flow: row wrap;
    align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}
/*----------

	# Header
		## Navbar Organization (Before Header and display only smallest device)

*************************************************************/
.navbar-sitetitle {
	z-index: 1000;
	position: relative;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	color:  #000;
}
.navbar-sitetitle a {
	color: #000;
}
.navbar-sitetitle.text-light {
	background-color: #000;
}
.navbar-sitetitle.text-light,
.navbar-sitetitle.text-light a {
	color: #fff;
}

/*----------

	# Header
		## Header Brand

*************************************************************/
.header-brand {
	display: flex;
	margin: 16px 0;
}
.header-brand img {
	width: auto;
	height: auto;
	max-height: 60px;
}
.header-brand a {
	display: flex;
	width: 100%;
	height: 100%;
}
.header-brand .logo-chula-phrakieo {
	width: 40px;
	height: 60px;
	background: url(../images/logo-chula-phrakieo-dark.svg) no-repeat 0 0;
	background-size: contain;
}
.header-brand.text-light .logo-chula-phrakieo {
	background: url(../images/logo-chula-phrakieo-light.svg) no-repeat 0 0;
}
.header-brand .logo-chula-phrakieo + .logo-chula-text {
	margin-left: 12px;
}
.header-brand .logo-chula-text {
	width: 116px;
	height: 60px;
	background: url(../images/logo-chula-text-dark.svg) no-repeat 0 0;
	background-size: contain;
}
.header-brand.text-light .logo-chula-text {
	width: 116px;
	height: 60px;
	background: url(../images/logo-chula-text-light.svg) no-repeat 0 0;
}
.header-brand .logo-spacer {
	width: 16px;
}
.header-brand .logo-separator {
	position: relative;
	width: 1px;
	height: 60px;
	margin-left: 16px;
	margin-right: 16px;
}
.header-brand .logo-separator::before {
	content: '';
	position: absolute;
	top: auto;
	bottom: 1px;
	left: 0;
	width: 1px;
	height: 57px;
	background-color: #e1e3e5;
}
.header-brand.text-light .logo-separator::before {
	background-color: rgba(255,255,255,0.125);
}

@media (min-width: 992px) {
	/*
	.header-brand {
		margin-top: 32px;
	}
	*/
}

@media (min-width: 1200px) {
	.header-brand .logo-spacer {
		width: 24px;
	}
	.header-brand .logo-separator {
		margin-left: 24px;
		margin-right: 24px;
	}
}

/* ORG: Pharm */
.header-brand.faculty-pharm .logo-org-icon {
	width: 55px;
	height: 60px;
	background: url(../media/logo-faculty-pharm-icon-dark.svg) no-repeat 0 0;
	background-size: contain;
}
.header-brand.faculty-pharm.text-light .logo-org-icon {
	
}
.header-brand.faculty-pharm .logo-org-text {
	width: 270px;
	height: 60px;
	background: url(../media/logo-faculty-pharm-text-dark.svg) no-repeat 0 0;
	background-size: contain;
}
.header-brand.faculty-pharm.text-light .logo-org-text {
	background: url(../media/logo-faculty-pharm-text-light.svg) no-repeat 0 0;
}

/*----------

	# Header
		## Header Links (Call-to-Action, Social Network & Other Links)

*************************************************************/
.header-links {
	display: none;
	z-index: 10;
	position: relative;
	margin-left: auto;
}
/* Header Call-to-Action button */
.btn-header-cta {
	display: inline-block;
	width: auto;
	margin: 0 8px 0 0;
	padding: 0 24px;
	height: 36px;
	line-height: 32px;
	border: 2px solid #fff;
	border-radius: 18px;
	background-color: #000;
	font-size: 0.75em;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none;
	box-shadow: 0 3px 6px -3px rgba(0,0,0,0.25);
	transition: all 0.3s ease;
}
.btn-header-cta:hover {
	background-color: #de5c8e;
	text-decoration: none;
}
a.btn-header-cta,
a.btn-header-cta:hover {
	color: #fff !important;
}
.header-links.text-light .btn-header-cta,
.header-menu.text-light .btn-header-cta {
	background-color: transparent;
}
.header-links.text-light .btn-header-cta:hover,
.header-menu.text-light .btn-header-cta:hover {
	background-color: #de5c8e;
}
/* Header Social Media Link button */
.menu-links {
	display: flex;
	margin: 0;
	padding: 0;
	font-size: 0.875em;
}
.menu-links li {
	list-style: none;
	width: 36px;
	height: 36px;
	margin-bottom: 0;
	margin-left: 8px;
	text-align: center;
}
.menu-links li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 32px;
	border-radius: 100%;
	border: 2px solid #fff;
	background-color: #000;
	color: #fff !important;
	box-shadow: 0 3px 6px -3px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}
.menu-links li a:hover {
	background-color: #de5c8e;
	text-decoration: none;
}
.header-links.text-light .menu-links li a,
.header-menu.text-light .menu-links li a  {
	background-color: transparent;
}
.header-links.text-light .menu-links li a:hover,
.header-menu.text-light .menu-links li a:hover {
	background-color: #de5c8e;
}
@media (min-width: 768px) {
	.header-links {
		display: flex;
		align-items: center;
	}
}

/*----------

	# Header
		## Header Search Site

*************************************************************/
.header-searchsite {
	z-index: 150;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 92px;
	padding: 1rem;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	-webkit-transform: translateY(-100%); 
	   -moz-transform: translateY(-100%); 
			transform: translateY(-100%);
}
.searchsite-is-open .header-searchsite {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0); 
	   -moz-transform: translateY(0); 
			transform: translateY(0);
}
.header-searchsite .btn-close {
	z-index: 100;
	top: 1rem;
	left: 1rem;
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background-color: transparent;
}
.header-searchsite .btn-close::after, 
.header-searchsite .btn-close::before { 
	background-color: #000; 
}
.searchsite-form {
	z-index: 1;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	border-radius: 0;
}
.searchsite-form .searchsite-input {
	float: left;
	display: inline-block; 
	box-sizing: border-box; 
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 72px;
	border: none;
	border-radius: 2px;
	background-color: #fff;
	font-size: 1rem;
	color: #000; 
	text-align: center;
	box-shadow: 0 3px 6px -3px rgba(0,0,0,0.25);
	transition: all 0.3s ease;
}
.searchsite-form .searchsite-input::-webkit-input-placeholder {
	opacity: 0.25; 
	color: #000; 
}
.searchsite-form .searchsite-input::-moz-placeholder {
	opacity: 0.25; 
	color: #000; 
}
.searchsite-form .searchsite-input:-ms-input-placeholder {
	opacity: 0.25; 
	color: #000; 
}
.searchsite-form .searchsite-input::-webkit-search-cancel-button,
.searchsite-form .searchsite-input::-webkit-search-decoration { 
	-webkit-appearance: none; 
}
.searchsite-form .searchsite-input::-ms-clear { 
	display: none; 
}
.searchsite-form .searchsite-input:focus {
	color: #000;
}
.searchsite-form .searchsite-submit {
	position: absolute;
	right: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	padding: 0;
	border: none;
	border-radius: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background: url(../images/icon-search.svg) 50% 50% no-repeat;
	background-size: 20px 20px;
	text-align: center;
	cursor: pointer;
}
@media (min-width: 992px) { 
	.header-searchsite {
		position: relative;
		left: 0;
		width: 200px;
		height: 36px;
		margin-left: 16px;
		padding: 0;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0); 
		   -moz-transform: translateY(0); 
				transform: translateY(0);
	}
	.header-searchsite .btn-close {
		display: none;
	}
	.searchsite-form .searchsite-input {
		height: 36px;
		line-height: 32px;
		padding: 0 36px 0 16px;
		border: 2px solid #e1e3e5;
		border-radius: 18px;
		background-color: #fff;
		color: #000;
		text-align: left;
	}
	.header-searchsite.text-light .searchsite-form .searchsite-input {
		border-color: transparent;
	}
	.searchsite-form .searchsite-input:focus {
		border-color: #de5c8e;
		background-color: #fff;
	}
	.searchsite-form .searchsite-submit {
		top: 2px;
		right: 2px;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-top-right-radius: 16px;
		border-bottom-right-radius: 16px;
		background: url(../images/icon-search.svg) left center no-repeat;
		background-size: 16px 16px;
	}
}

/*----------

	# Header
		## Header Actions

*************************************************************/
.header-actions {
	z-index: 10;
	display: flex;
	justify-content: center;
}
.header-actions .button-action {
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	background-color: transparent;
	border-radius: 2px;
	text-align: right;
	transition: all 0.3s ease;
}
.button-action.button-action-search {
	margin: 0;
	background: url(../images/icon-search.svg) center center no-repeat;
	background-size: 24px 24px
}
.header-actions.text-light .button-action.button-action-search {
	background: url(../images/icon-search-light.svg) center center no-repeat;
	background-size: 24px 24px
}
@media (min-width: 576px) {
	.button-action.button-action-search {
		margin-left: 16px;
	}
}
@media (min-width: 992px) {
	.button-action.button-action-search {
		display: none;
	}
}
.button-action.button-action-menu {
	z-index: 10;
	position: relative;
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 0 0 16px;
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: hidden;
}
.button-action.button-action-menu:hover {
	background-color: transparent;
}
.button-action.button-action-menu:focus {
	box-shadow: none;
	outline: 0;
}
.button-action.button-action-menu span.hamburger, 
.button-action.button-action-menu span.hamburger::after, 
.button-action.button-action-menu span.hamburger::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%; 
	right: 10px;
	left: auto;
	width: 20px;
	height: 4px;
	margin-top: -1px;
	border-radius: 2px;
	background-color: #000;
	-webkit-transform: rotate(0deg);
  	   -moz-transform: rotate(0deg);
  		 -o-transform: rotate(0deg);
  			transform: rotate(0deg);
	-webkit-transition: all 0.4s cubic-bezier(0.600, 0.000, 0.200, 1.000);
	   -moz-transition: all 0.4s cubic-bezier(0.600, 0.000, 0.200, 1.000);
		 -o-transition: all 0.4s cubic-bezier(0.600, 0.000, 0.200, 1.000);
			transition: all 0.4s cubic-bezier(0.600, 0.000, 0.200, 1.000); 
	-webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
	   -moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
		 -o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
			transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
	transition-delay: 0s;		
}
.header-actions.text-light .button-action.button-action-menu span.hamburger, 
.header-actions.text-light .button-action.button-action-menu span.hamburger::after, 
.header-actions.text-light .button-action.button-action-menu span.hamburger::before {
	background-color: #fff;
}
.button-action.button-action-menu span.hamburger::before { 
	top: 0; 
	right: 0;
	margin-top: -8px; 
	width: 30px;
}
.button-action.button-action-menu span.hamburger::after { 
	top: 0; 
	right: 0;
	margin-top: 8px; 
	width: 30px;
}
:not(.menu-is-open) .button-action.button-action-menu:hover span.hamburger {
	width: 20px;
}
.menu-is-open .button-action.button-action-menu span.hamburger { 
	background: transparent !important; 
	transition-delay: 0.1s;
	transition-duration: 0.2s;
}
.menu-is-open .button-action.button-action-menu span.hamburger::before {  
	background-color: #9b5fa3;
	-webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
		 -o-transform: rotate(135deg);
			transform: rotate(135deg);
	margin-top: 0;
}
.menu-is-open .button-action.button-action-menu span.hamburger::after {  
	background-color: #9b5fa3;
	-webkit-transform: rotate(-135deg);
	   -moz-transform: rotate(-135deg);
		 -o-transform: rotate(-135deg);
			transform: rotate(-135deg);
	margin-top: 0;
}
@media (min-width: 992px) {
	.button-action.button-action-menu {
		display: none;
	}
}

/*----------

	Header Menu

*************************************************************/
.header-menu {
	z-index: 1505;
    position: fixed;
	top: 0;
	right: -100%;
    width: 100%;
    height: 100%;
	padding: 82px 0;
	background-color: #fff;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 799ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
       -moz-transition: all 799ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
    	 -o-transition: all 799ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
    		transition: all 799ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
    -webkit-transition-timing-function: cubic-bezier(0.740, 0.215, 0.125, 1.020);
	   -moz-transition-timing-function: cubic-bezier(0.740, 0.215, 0.125, 1.020);
    	 -o-transition-timing-function: cubic-bezier(0.740, 0.215, 0.125, 1.020);
    		transition-timing-function: cubic-bezier(0.740, 0.215, 0.125, 1.020);
    transition-delay: 0.05s;
}
.header-menu .btn-close {
	z-index: 100;
	top: 20px;
	left: auto;
	right: 0;
	width: 60px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background-color: #000;
}
.header-menu .btn-close::after, 
.header-menu .btn-close::before {
	background-color: #fff;
}
.header-menu.text-light .btn-close {
	background-color: #fff;
}
.header-menu.text-light .btn-close::after, 
.header-menu.text-light .btn-close::before {
	background-color: #000;
}
.header-menu-mobile-top {
	position: absolute;
	top: 20px;
	display: flex;
	align-items: center;
	height: 44px;
}
.header-menu-mobile-bottom {
	display: flex;
	margin-top: 32px;
}
.header-menu-mobile-bottom .menu-links li {
	margin-right: 8px;
	margin-left: 0;
}
@media (min-width: 576px) {
	.header-menu {
		right: -66.6666667%;
    	width: 66.6666667%;
	}
}
@media (min-width: 992px) {
	.header-menu {
		position: relative;
		right: auto;
		height: auto;
		width: 100%;
		padding: 0;
		border-top: 1px solid #e1e3e5;
		background-color: transparent !important;
		opacity: 1;
		visibility: visible;
		overflow: visible;
	}
	.header-menu .btn-close,
	.header-menu-mobile-top,
	.header-menu-mobile-bottom {
		display: none;
	}
	.header-menu .widget {
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.header-menu {
		width: 100%;
	}
}
@media (min-width: 1400px) {
	.header-menu {
		margin-left: 0;
	}
}
@media (max-width: 991px) {
	.menu-is-open .header-menu {
		opacity: 1;
		transition-delay: 0s;
		visibility: visible;
		overflow-y: scroll;
		right: 0;
	}
}

/*----------

	# Header
		## Narbar - Main Navigation

*************************************************************/
.navbar {
    padding: 0;
}
.navbar::before {
    display: none;
}
.navbar ul {
	margin: 0;
	padding: 0;
}
.navbar-nav {
	font-size: 1.125rem;
	font-weight: bold;
}
.navbar-nav li {
	list-style: none;
	margin: 0;
}
.navbar-nav a:hover {
	text-decoration: none !important;
}
.navbar-nav a,
.header-menu.text-dark .navbar-nav a,
.navbar-nav .nav-link,
.header-menu.text-dark .navbar-nav .nav-link {
	color: #000;
}
.header-menu.text-light .navbar-nav a,
.header-menu.text-light .navbar-nav .nav-link {
	color: #fff;
}
/*
.navbar-nav .dropdown:hover>.dropdown-menu {
  	display: block;
}
*/
.navbar-nav .dropdown-menu {
	margin: 0;
	border-radius: 0;
	font-size: 1rem;
}
.navbar-nav .dropdown-menu a,
.header-menu.text-dark .navbar-nav .dropdown-menu a {
	color: #000;
}
.header-menu.text-light .navbar-nav .dropdown-menu a {
	color: #fff;
}
.navbar-nav .dropdown-menu .dropdown-item {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.navbar-nav .dropdown-menu .dropdown-item+.dropdown-item, 
.navbar-nav .dropdown-menu .dropdown-item+.dropdown-link, 
.navbar-nav .dropdown-menu .dropdown-link+.dropdown-item, 
.navbar-nav .dropdown-menu .dropdown-link+.dropdown-link {
    margin-top: 0;
}
.navbar-nav .active > .nav-link, 
.header-menu.text-dark .navbar-nav .active > .nav-link,
.navbar-nav .show > .nav-link,
.header-menu.text-dark .navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active, 
.header-menu.text-dark .navbar-nav .nav-link.active, 
.navbar-nav .nav-link.show,
.header-menu.text-dark .navbar-nav .nav-link.show,
.navbar-nav .current-menu-item > a
.header-menu.text-dark .navbar-nav .current-menu-item > a,
.navbar-nav .current-menu-parent > a,
.header-menu.text-dark .navbar-nav .current-menu-parent > a,
.navbar-nav .current-menu-ancestor > a
.header-menu.text-dark .navbar-nav .current-menu-ancestor > a {
    color: #de5c8e !important;
}
.header-menu.text-light .navbar-nav .active > .nav-link,
.header-menu.text-light .navbar-nav .show > .nav-link,
.header-menu.text-light .navbar-nav .nav-link.active, 
.header-menu.text-light .navbar-nav .nav-link.show,
.header-menu.text-light .navbar-nav .current-menu-item > a,
.header-menu.text-light .navbar-nav .current-menu-parent > a,
.header-menu.text-light .navbar-nav .current-menu-ancestor > a {
    color: #efaec7 !important;
}
@media (min-width: 992px) {
	.navbar-nav {
		font-size: 1rem;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		margin-right: 2rem;
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-nav .menu-item:hover > a,
	.header-menu.text-dark .navbar-nav .menu-item:hover > a,
	.navbar-nav .nav-link:focus, 
	.header-menu.text-dark .navbar-nav .nav-link:focus, 
	.navbar-nav .nav-link:hover,
	.header-menu.text-dark .navbar-nav .nav-link:hover {
		color: #de5c8e !important;
	}
	.header-menu.text-light .navbar-nav .menu-item:hover > a,
	.header-menu.text-light .navbar-nav .nav-link:focus, 
	.header-menu.text-light .navbar-nav .nav-link:hover {
		color: #efaec7 !important;
	}
	.header-menu.text-light .navbar-nav .active > .nav-link,
	.header-menu.text-light .navbar-nav .nav-link.active, 
	.header-menu.text-light .navbar-nav .nav-link.show,
	.header-menu.text-light .navbar-nav .current-menu-item > a,
	.header-menu.text-light .navbar-nav .current-menu-parent > a,
	.header-menu.text-light .navbar-nav .current-menu-ancestor > a {
		color: #efaec7 !important;
	}
	.navbar-nav .dropdown-menu {
		margin: 0.125rem 0 0 0;
		padding: 1rem 2rem;
		background-color: #e1e3e5;
	}
	.navbar-nav .dropdown-menu .dropdown-menu {
		margin-top: 0;
		background-color: #d1d3d5;
	}
	.navbar-nav .dropdown-menu a,
	.header-menu.text-dark .navbar-nav .dropdown-menu a {
		color: #000 !important;
	}
	.header-menu.text-light .navbar-nav .dropdown-menu a {
		color: #000 !important;
	}
	.navbar-nav .dropdown-item:hover a,
	.header-menu.text-dark .navbar-nav .dropdown-item:hover > a {
		color: #de5c8e !important;
	}
	.header-menu.text-light .navbar-nav .dropdown-item:hover > a {
		color: #de5c8e !important;
	}
	.navbar-nav .dropdown-menu a:hover,
	.header-menu.text-dark .navbar-nav .dropdown-menu a:hover,
	.navbar-nav .dropdown-menu .current-menu-item > a, 
	.header-menu.text-dark .navbar-nav .dropdown-menu .current-menu-item > a, 
	.navbar-nav .dropdown-menu .current-menu-parent > a, 
	.header-menu.text-dark .navbar-nav .dropdown-menu .current-menu-parent > a, 
	.navbar-nav .dropdown-menu .current-menu-ancestor > a,
	.header-menu.text-dark .navbar-nav .dropdown-menu .current-menu-ancestor > a {
		color: #de5c8e !important;
	}
	.header-menu.text-light .navbar-nav .dropdown-menu a:hover,
	.header-menu.text-light .navbar-nav .dropdown-menu .current-menu-item > a,
	.header-menu.text-light .navbar-nav .dropdown-menu .current-menu-parent > a,
	.header-menu.text-light .navbar-nav .dropdown-menu .current-menu-ancestor > a {
		color: #de5c8e !important;
	}
	.navbar-nav > .dropdown > .dropdown-toggle,
	.navbar-nav > .dropdown > .nav-link {
		padding-right: 26px;
	}
	.navbar-nav > .dropdown .dropdown > .dropdown-toggle,
	.navbar-nav > .dropdown .dropdown > .nav-link {
		padding-right: 0;
	}
	.navbar-expand-lg .navbar-nav .dropdown .dropdown-menu .nav-link {
		padding-right: 2em;
		padding-left: 0;
	}
	.navbar-nav > .dropdown > .dropdown-toggle::after, 
	.navbar-nav > .dropdown > .nav-link::after {
		position: absolute;
		font-family: Feather;
		content: "\e92e";
		width: auto;
		height: auto;
		margin-left: 0.5rem;
		color: #000;
	}
	.header-menu.text-light .navbar-nav > .dropdown > .dropdown-toggle::after, 
	.header-menu.text-light .navbar-nav > .dropdown > .nav-link::after {
		color: #fff;
	}
	.navbar-nav > .dropdown:hover > .dropdown-toggle::after, 
	.header-menu.text-dark .navbar-nav > .dropdown:hover > .dropdown-toggle::after, 
	.navbar-nav > .dropdown:hover > .nav-link::after,
	.header-menu.text-dark .navbar-nav > .dropdown:hover > .nav-link::after {
		content: "\e932";
		color: #000;
	}
	.header-menu.text-light .navbar-nav > .dropdown:hover > .dropdown-toggle::after, 
	.header-menu.text-light .navbar-nav > .dropdown:hover > .nav-link::after {
		color: #f49ac1;
	}
	.navbar-nav .dropright>.dropdown-toggle::after,
	.header-menu.text-dark .navbar-nav .dropright>.dropdown-toggle::after {
		margin-left: 2rem;
		color: #000;
	}
	.header-menu.text-light .navbar-nav .dropright>.dropdown-toggle::after {
		color: #000;
	}
	.navbar-nav .dropright:hover>.dropdown-toggle::after,
	.header-menu.text-dark .navbar-nav .dropright:hover>.dropdown-toggle::after {
		content: "\e934";
		color: #de5c8e;
	}
	.header-menu.text-light .navbar-nav .dropright:hover>.dropdown-toggle::after {
		color: #de5c8e;
	}
}
@media (min-width: 1200px) {
	.navbar-nav {
		font-size: 1.125rem;
	}
}
@media (min-width: 1400px) {
	.navbar-nav .dropdown-menu {
		padding: 1.5rem 3rem;
	}
}
@media (max-width: 991.98px) {
	.navbar-nav {
		border-bottom: 1px solid rgba(0,0,0,.05);
	}
	.navbar-nav>.nav-item {
		border-top: 1px solid rgba(0,0,0,.05);
	}
	.header-menu.text-light .navbar-nav {
		border-bottom: 1px solid rgba(255,255,255,.05);
	}
	.header-menu.text-light .navbar-nav>.nav-item {
		border-top: 1px solid rgba(255,255,255,.05);
	}
	.navbar-nav>.nav-item>.nav-link {
		display: flex;
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	.navbar-nav>.dropdown .dropdown-menu {
		padding: 0 0 1rem 2.5rem;
		background-color: transparent !important;
	}
	.navbar-nav>.dropdown .dropdown-menu .dropdown-menu {
		padding-top: 0.5rem;
		padding-bottom: 0;
		padding-left: 48px;
	}
	.navbar-nav>.dropdown>.dropdown-toggle:after {
		content: "\e92e";
		font-family: Feather;
		color: #8d9aae;
		margin-left: auto;
		transform-origin: center center;
	}
	.navbar-nav>.dropdown>.dropdown-toggle::after,
	.navbar-nav .dropright>.dropdown-toggle::after {
		width: 52px;
		text-align: center;
	}
	.navbar-nav .dropdown-menu .dropdown-item {
		word-break: break-all;
		white-space: normal;
	}
	.navbar-nav .dropdown-positioner {
		position: relative !important;
		transform: none !important;
	}
}

@media (min-width: 992px) {
	#navbar-collapse-mobile {
		display: none !important;
	}
}
@media (max-width: 991.98px) {
	.navbar-nav:first-child {
		margin-top: 1rem;
	}
}

.navbar-nav-desktop .nav-item > .nav-link {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 40px;
	border-radius: 0;
}
.navbar-nav-desktop .dropdown-menu {
	margin-top: 16px;
	border-top: 1px solid #000;
	border-radius: 0;
	border-bottom-right-radius: 0.125rem;
	border-bottom-left-radius: 0.125rem;
	overflow: hidden;
	-webkit-box-shadow: 0 15px 30px -25px black !important;
	   -moz-box-shadow: 0 15px 30px -25px black !important;
			box-shadow: 0 15px 30px -25px black !important;
}
.dropdown-menu,
.dropdown-menu-col {
	border-radius: 0;
	box-shadow: none;
}
.dropdown-menu-fluid {
    min-width: calc(75vw - 32px);
}
.dropdown-header {
	color: #de5c8e;
}
@media (min-width: 1600px) {
	.navbar-nav-desktop .dropdown-menu {
		margin-top: 26px;
	}
}

/*----------
	
	# Header
		## Pseudo (Click to close menu)

*************************************************************/
.pseudo-close {
	z-index: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%;
	background: rgba(0,0,0,0.75);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease; 
}
.menu-is-open .pseudo-close { 
	opacity: 1;
	visibility: visible; 
	cursor: url(../images/cursor-close-x.png),auto;
}
@media (min-width: 992px) {
	.pseudo-close {
		display: none !important;
		opacity: 0 !important;
		visibility: hidden !important;
	}
}

/*----------

	# Main

*************************************************************/
@media (max-width: 1199px) {
	.main {
		max-width: 100vw !important;
		overflow: hidden;
	}
}

/*----------

	# Footer

*************************************************************/
#footer {
	position: relative;
}
#footer.text-light {
	background-color: #000;
}
#footer .widget {
	margin-bottom: 0;
}

/*----------

	# Footer
		## Back to top

*************************************************************/
.btn-to-top {
	z-index: 1000;
	position: fixed;
	right: 16px;
	bottom: 16px;
  	display: inline-block;
  	width: 50px;
  	height: 50px;
	line-height: 50px;
  	text-align: center;
  	border-radius: 100%;
  	background-color: #000;
	color: #fff;
  	opacity: 0;
  	visibility: hidden;
  	transition: background-color .3s, opacity .5s, visibility .5s;
}
.btn-to-top:hover,
.btn-to-top:focus,
.btn-to-top:active {
	background-color: #de5c8e;
	color: #fff;
	text-decoration: none;
}
.btn-to-top.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1400px) {
	.btn-to-top {
		right: 3rem;
		bottom: 3rem;
	}
}

/*
	Sub-menu Toggler
------------------------------------------------*/
.navbar-submenu-toggler {
	border: none;
	border-radius: 0;
}
.navbar-submenu-toggler:not(.collapsed) .navbar-toggler-select-icon {
	transform: rotate(45deg);
}

/*
	Anchor Menu (Horizontal)
------------------------------------------------*/
.menu-anchor {
	position: relative;
	margin: 0 0 2rem 0;
	padding: 0;
	font-size: 1rem;
	background-color: #f1f3f5;
	border-top: 1px solid rgba(0,0,0,.125);
}
.menu-anchor li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.menu-anchor li a {
	position: relative;
	display: block;
	padding: 0.5rem 1rem;
	color: #000;
}
.menu-anchor li a.active {
	color: #de5c8e;
}
.menu-anchor li a:hover {
	background-color: #fff;
	text-decoration: none !important;
}
@media (min-width: 992px) { 
	.menu-anchor {
		display: flex;
		margin: 0;
		padding: 0;
		border: none;
		background-color: transparent;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.menu-anchor::-webkit-scrollbar {
		height: 4px;
	}
	.menu-anchor::-webkit-scrollbar-track {
		background-color: transparent;
	}
	.menu-anchor::-webkit-scrollbar-thumb {
		background-color: #ccc; 
	}
	.menu-anchor::-webkit-scrollbar-thumb:hover {
		background-color: #aaa; 
	}
	.menu-anchor li {
		margin: 0 2rem 0 0;
		border: none;
	}
	.menu-anchor li:last-child {
		margin-right: 0;
	}
	.menu-anchor li a {
		line-height: 36px;
		padding-right: 0;
		padding-left: 0;
	}
	.menu-anchor li a:hover {
		color: #de5c8e;
		background-color: transparent;
	}
	.menu-anchor li a::before {
		content: '';
		z-index: -1;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 4px;
		background-color: #3e8449;
		transition: all 0.3s ease;
	}
	.menu-anchor li a.active::before {
		width: 100%;
	}
}


/*----------

	# Template & Design
		## Hero - Style Circle with Call to Action

*************************************************************/
.hero-style-circle {
	position: relative;
	color: #000;
}
.hero-style-circle .col-media {
	margin-top: -16.66667%;
}
.hero-style-circle .post-media {
	border-radius: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	will-change: transform; 
	transform: scale(1.25,1.25);
}
.hero-style-circle .post-cta {
	z-index: 100;
	position: absolute;
	right: 1rem;
	bottom: -3.5rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
  	align-items: center;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	background-color: #de5c8e;
	font-family: 'CHULALONGKORN', serif;
	font-size: 1.5rem;
	color: #fff;
	line-height: 1;
	text-align: center;
	box-shadow: 8px 8px 0 #000 !important;
	transition: all 0.3s ease;
}
.hero-style-circle .post-cta:hover {
	background-color: #b43b6b;
}
@media (min-width: 576px) {
	.hero-style-circle .col-media {
		margin-top: -25%;
		margin-left: -8.33333%;
	}
	.hero-style-circle .post-cta {
		bottom: -4rem;
		width: 140px;
		height: 140px;
		font-size: 1.75rem;
	}
}
@media (min-width: 768px) {
	.hero-style-circle .col-media {
		margin-left: 0;
	}
	.hero-style-circle .post-media {
		margin-top: -8.33333%;
		transform: scale(1,1);
	}
	.hero-style-circle .post-cta {
		right: 5rem;
		bottom: 0;
		width: 160px;
		height: 160px;
		font-size: 2rem;
	}
}
@media (min-width: 992px) {
	.hero-style-circle .col-media {
		margin-left: -8.33333%;
	}
	.hero-style-circle .post-media {
		transform: scale(1,1);
	}
	.hero-style-circle .post-cta {
		bottom: 16.666667%;
		right: 1rem;
	}
}
@media (min-width: 1200px) {
	.hero-style-circle .col-media {
		margin-left: -16.666667%;
	}
	.hero-style-circle .post-cta {
		right: 1rem;
		bottom: 16.666667%;
	}
	.hero-style-circle .container-lg::after {
		content: '';
		z-index: 10;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 8.33333%;
		width: 66.66667%;
		height: 96px;
		border-top-left-radius: 0.25rem;
		background-color: #fff;
	}
}

/*----------

	# Template & Design
		## Hero - Style Circle with Title

*************************************************************/
.hero-style-circle-with-title {
	position: relative;
	width: 100%;
}
.hero-style-circle-with-title .hero-media-outer {
	position: relative;
	width: 100%;
	margin-top: -25%;
}
.hero-style-circle-with-title .hero-media-inner {
	position: relative;
	left: 25%;
	width: 100%;
	border-radius: 100%;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.hero-style-circle-with-title .hero-media-inner.bg-cover {
	background-size: cover;
}
.hero-style-circle-with-title .hero-entry {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
  	align-items: center;
	position: absolute;
	left: 0;
	top: 33.3333333%;
	width: 50%;
	height: 50%;
	border-radius: 100%;
	background-color: #fff;
	text-align: center;
	box-shadow: 10px 10px 0 rgba(0,0,0,0.25);
	transition: all 0.3s ease;
}
@media (min-width: 576px) {
	.hero-style-circle-with-title .hero-media-outer {
		margin-top: -41.666667%;
	}
	.hero-style-circle-with-title .hero-entry {
		top: 50%;
		width: 240px;
		height: 240px;
	}
}
@media (min-width: 768px) {
	.hero-style-circle-with-title .hero-media-outer {
		width: 91.666667%;
	}
	.hero-style-circle-with-title .hero-entry {
		width: 280px;
		height: 280px;
	}
}
@media (min-width: 992px) {
	.hero-style-circle-with-title .hero-media-outer {
		width: 83.333333%;
	}
	.hero-style-circle-with-title .hero-media-inner {
		left: 16.666667%;
	}
	.hero-style-circle-with-title .hero-entry {
		top: 58.33333%;
		bottom: auto;
	}
}
@media (min-width: 1200px) {
	.hero-style-circle-with-title .hero-entry {
		top: 66.6666667%;
		left: 8.333333%
	}
}
/*----------

	# Template & Design
		## Heading

*************************************************************/
/* Rounded Image & Rounded Title */
.heading-title-and-rounded-image {
	position: relative;
}
.heading-title-and-rounded-image .heading-title-outer {
	z-index: 1;
	position: relative;
	width: 240px;
	height: 240px;
	margin: 0 auto;
	border-radius: 100%;
	background-color: #fff;
	font-family: 'CHULALONGKORN', serif;
	font-size: 3em;
	line-height: 0.375em;
	color: #de5c8e;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 10px 10px 0 rgba(0,0,0,0.25);
}
.heading-title-and-rounded-image .heading-title-inner {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.heading-title-and-rounded-image .heading-title-inner span {
	padding-top: 0.5em;
	padding-bottom: 0.25em;
}
.heading-title-and-rounded-image .heading-title-inner small {
	font-size: 50%;
}
.heading-title-and-rounded-image .heading-image {
	position: relative;
	margin-top: -50px;
	border-radius: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (min-width: 576px) {
	.heading-title-and-rounded-image .heading-image {
		margin-top: 0;
	}
	.heading-title-and-rounded-image .heading-title-outer {
		position: absolute;
		left: -33.33333%;
		width: 240px;
		height: 240px;
		margin: 0;
	}
	.heading-title-and-rounded-image.align-middle .heading-title-outer {
		top: calc(50% - 130px);
	}
	.heading-title-and-rounded-image.align-bottom .heading-title-outer {
		top: auto;
		bottom: 0;
	}
}
@media (min-width: 768px) {
	.heading-title-and-rounded-image .heading-title-outer {
		position: absolute;
		left: -16.66667%;
		width: 300px;
		height: 300px;
		margin: 0;
		font-size: 3.5em;
	}
	.heading-title-and-rounded-image.align-middle .heading-title-outer {
		top: calc(50% - 160px);
	}
}
@media (min-width: 992px) {
	.heading-title-and-rounded-image .heading-title-outer {
		left: -25%;
	}
}
@media (min-width: 1200px) {
	.heading-title-and-rounded-image .heading-title-outer {
		left: -16.66667%;
	}
}

/* Rounded Number and Title */
.heading-title-and-number {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}
.heading-title-and-number .heading-number {
	position: relative;
	width: 72px;
	height: 72px;
	line-height: 72px;
	margin-bottom: 1.5rem;
	border-radius: 100%;
	background-color: #121212;
	font-family: 'Inter', Helvetica, Arial, sans-serif !important;
	font-size: 2em;
	color: #fff;
	text-align: center;
}
.heading-title-and-number .heading-title {
	width: calc(100% - 80px);
	font-family: 'CHULALONGKORN', serif;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.125;
	color: #000;
	margin-bottom: 1.5rem;
	padding: 0 0 0 20px;
	overflow: hidden;
}
@media (min-width: 768px) {
	.heading-title-and-number .heading-number {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 2.5em;
	}
}
@media (min-width: 1200px) {
	.heading-title-and-number .heading-number {
		width: 90px;
		height: 90px;
		line-height: 90px;
		margin-left: -45px;
	}
	.heading-title-and-number .heading-title {
		font-size: 1.75em;
	}
}

/*----------
	
	# Template & Design
		## Section - Error

*************************************************************/
.section-error .copy-container {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-error .copy-container p {
	position: relative;
	display: inline-block;
	font-size: 24px;
  	color: #000;
  	letter-spacing: .2px;
  	margin: 0;
	padding-right: 24px;
}
.section-error .copy-container p::after {
	content: '';
	position: absolute;
	top: 0;
  	right: 0;
  	width: 14px;
  	height: 100%;
  	background: #de5c8e;
}
.section-error.text-light {
	background-color: #101010;
}
.section-error.text-light .copy-container p {
	color: #fff;
}
.section-error .search-form {
	z-index: 1;
	position: relative;
	display: block;
	margin: 0 0 60px 0;
	padding: 0;
	overflow: hidden;
}
.section-error .search-input[type="search"] {
	position: relative;
	display: block; 
	box-sizing: border-box; 
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 70px;
	border: none;
	border-radius: 2px;
	background-color: #f8f9fa; 
	font-size: 1.125em;
	color: #000; 
	text-align: center;
}
.section-error .search-input::-webkit-input-placeholder {
	opacity: 0.25; 
	color: #000; 
}
.section-error .search-input::-moz-placeholder {
	opacity: 0.25; 
	color: #000; 
}
.section-error .search-input:-ms-input-placeholder {
	opacity: 0.25; 
	color: #000; 
}
.section-error .search-input::-webkit-search-cancel-button,
.section-error .search-input::-webkit-search-decoration { 
	-webkit-appearance: none; 
}
.section-error .search-input::-ms-clear { 
	display: none; 
}
.section-error .search-button {
	position: absolute;  
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	padding: 0;
	border: none;
	border-radius: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background: #de5c8e url(../images/icon-search-light.svg) 50% 50% no-repeat;
	background-size: 20px 20px;
	text-align: center;
	cursor: pointer;
}

/*----------
	
	# Template & Design
		## Divider

*************************************************************/
.divider-style-bracket-start {
	position: relative;
}
.divider-style-bracket-start .bracket-line {
	position: relative;
	height: 68px;
	border-top: 6px solid #000;
}
.divider-style-bracket-start .bracket-line::before,
.divider-style-bracket-start .bracket-line::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background-color: #000;
}
.divider-style-bracket-start .bracket-line::after {
	left: auto;
	right: 0;
}
.bracket-v-wrapper {
	position: relative;
	border-right: 6px solid #000;
	border-left: 6px solid #000;
	box-sizing: border-box;
}
.bracket-v-open,
.bracket-v-close {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
.bracket-v-close {
	top: auto;
	bottom: 0;
}
.bracket-v-open::before,
.bracket-v-open::after,
.bracket-v-close::before,
.bracket-v-close::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 6px;
	background-color: #000;
}
.bracket-v-open::after,
.bracket-v-close::after {
	left: auto;
	right: 0;
}
.bracket-v-close::before,
.bracket-v-close::after {
	top: auto;
	bottom: 0;
}
@media (min-width: 768px) {
	.bracket-v-open::before,
	.bracket-v-open::after,
	.bracket-v-close::before,
	.bracket-v-close::after {
		width: 38px;
	}
}

/*----------
	# Template & Design
		Divider: Style Bracket - Horizontal

*************************************************************/
.divider-bracket-h-open,
.divider-bracket-h-close {
	position: relative;
	height: 48px;
	border-top: 6px solid #000;
	box-sizing: border-box;
}
.divider-bracket-h-close {
	border-top: none;
	border-bottom: 6px solid #000;
}
.divider-bracket-h-open::before,
.divider-bracket-h-open::after,
.divider-bracket-h-close::before,
.divider-bracket-h-close::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background-color: #000;
}
.divider-bracket-h-open::after,
.divider-bracket-h-close::after {
	left: auto;
	right: 0;
}
/* Light Color */
.divider-bracket-h-open.color-light,
.divider-bracket-h-close.color-light {
	border-color: #fff;
}
.divider-bracket-h-open.color-light::before,
.divider-bracket-h-open.color-light::after,
.divider-bracket-h-close.color-light::before,
.divider-bracket-h-close.color-light::after {
	background-color: #fff;
}
@media (min-width: 768px) {
	.divider-bracket-h-open,
	.divider-bracket-h-close {
		height: 58px;
	}
}
@media (min-width: 1200px) {
	.divider-bracket-h-open,
	.divider-bracket-h-close {
		height: 68px;
	}
}

/*----------
	# Template & Design
		Divider: Style Bracket - Vertical

*************************************************************/
.divider-bracket-v-open {
	position: relative;
	width: 100%;
	height: 100%;
}
.divider-bracket-v-close {
	position: relative;
	width: 100%;
	height: 100%;
}
.divider-bracket-v-open .divider-bracket-v-border,
.divider-bracket-v-close .divider-bracket-v-border {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	background-color: #000;
}
.divider-bracket-v-close .divider-bracket-v-border {
	left: auto;
	right: 0;
}
.divider-bracket-v-open::before, 
.divider-bracket-v-open::after,
.divider-bracket-v-close::before, 
.divider-bracket-v-close::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 6px;
    background-color: #000;
}
.divider-bracket-v-open::after,
.divider-bracket-v-close::after {
	top: auto;
	bottom: 0;
}
.divider-bracket-v-close::before, 
.divider-bracket-v-close::after {
	left: auto;
	right: 0;
}
.divider-bracket-v-open.color-light .divider-bracket-v-border,
.divider-bracket-v-close.color-light .divider-bracket-v-border,
.divider-bracket-v-open.color-light::before, 
.divider-bracket-v-open.color-light::after,
.divider-bracket-v-close.color-light::before, 
.divider-bracket-v-close.color-light::after {
	background-color: #fff;
}
@media (min-width: 768px) {
	.divider-bracket-v-open::before, 
	.divider-bracket-v-open::after,
	.divider-bracket-v-close::before, 
	.divider-bracket-v-close::after {
		width: 48px;
	}
}

.card-header {
	background-color: transparent;
}

/*----------
	
	# Template & Design
		## Card: Faculty, Personnel

*************************************************************/
.card-personnel {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	text-align: left;
}
.card-personnel.aligncenter {
	text-align: center;
}
.card-personnel.alignright {
	text-align: right;
}
.card-personnel .card-media {
	margin-bottom: 1.25em;
}
.card-personnel .card-media.img-full img {
	width: 100%;
	max-width: 100%;
}
.card-personnel .card-media.img-lg img {
	width: auto;
	max-width: 200px;
}
.card-personnel .card-media.img-md img {
	width: auto;
	max-width: 160px;
}
.card-personnel .card-media.img-sm img {
	width: auto;
	max-width: 120px;
}
.card-personnel .card-media.img-circle img {
	border-radius: 100%;
}
.card-personnel .card-media.img-shadow img {
	box-shadow: 8px 8px 0 rgba(0,0,0,0.25);
}
.card-personnel .card-entry {
	
}
.card-personnel .card-entry p:last-child {
	margin-bottom: 0;
}
.card-personnel .card-entry .text-title-1 {
	font-size: 1.25em;
	line-height: 1.5;
	margin-bottom: 0.125em;
	color: #000;
}
.card-personnel .card-entry .text-title-2 {
	font-size: 1em;
	line-height: 1.375;
	margin-bottom: 0.125em;
	color: #e93b85;
}
.card-personnel .card-contact {
	margin-top: 0.5em;
	font-size: 0.875em;
}
.card-personnel .card-contact p {
	margin-bottom: 0;
}
.card-personnel .card-contact p + p {
	margin-top: 0.25em;
}
.card-personnel .card-contact i {
	width: 40px;
}
.card-personnel a {
	text-decoration: underline;
}
.card-personnel.text-light .card-entry .text-title-1 {
	color: #fff;
}
.card-personnel.text-light .card-entry .text-title-2 {
	color: #f49ac1;
}

/*----------

	# Template & Design
		## Post

*************************************************************/
.post-wrapper .post-meta {
	font-size: 0.875rem;
}
.post-wrapper .text-title a,
.post-wrapper .post-meta a {
	color: #e93b85;
}
.post-wrapper .text-title a:visited {
	color: #883a58;
}
.post-excerpt p:last-of-type {
	margin-bottom: 0;
}
.post-wrapper .corner {
	position: absolute;
    bottom: 0;
    right: 0;
    width: 26px;
    height: 26px;
    background-color: #f4f4f5;
}
.post-wrapper .corner svg {
	vertical-align: top;
}

/*----------

	# Table
		## Custom

*************************************************************/
.table-custom-theme {
	margin-bottom: 0;
	padding: 2px;
	background-color: #fff;
	border-collapse: separate;
}
.table-custom-theme thead th,
.table-custom-theme tbody td {
	position: relative;
	padding: 0;
	border: none;
    vertical-align: top;
	white-space: normal;
	border-radius: 0.25rem;
	text-transform: inherit;
}
.table-custom-theme thead th {
	color: #000;
	line-height: 1.375;
}
.table-custom-theme th::after,
.table-custom-theme td::after {
	content: "";
	z-index: 0;
	position: absolute;
	top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 0.25rem;
	background-color: #f1f3f5;
    box-sizing: border-box;
    overflow: hidden;
}
.table-custom-theme th div,
.table-custom-theme td div {
	z-index: 100;
    position: relative;
	width: 100%;
	padding: 1rem 0.75rem;
    border-radius: 0.25rem;
    overflow: hidden;
    vertical-align: middle;
}
.table-custom-theme th div {
	padding: 1.25rem 0.75rem;
	font-size: 1.5em;
}
@media (min-width: 992px) {
	.table-custom-theme th div {
		text-align: center;
	}
	.table-custom-theme th div,
	.table-custom-theme td div {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
}
.table-custom-theme .bg-primary,
.table-custom-theme .bg-primary-dark {
	color: #fff;
}
.table-custom-theme .bg-primary-light {
	color: #000;
}
.table-custom-theme .bg-primary::after {
	background-color: #DE5C8E;
}
.table-custom-theme .bg-primary-dark::after {
	background-color: #BB2660;
}
.table-custom-theme .bg-primary-light::after {
	background-color: #F3AAC1;
}
.table-custom-theme .bg-secondary {
	color: #fff;
}
.table-custom-theme .bg-secondary::after {
	background-color: #575a7b;
}
.table-custom-theme .bg-black {
	color: #fff;
}
.table-custom-theme .bg-black::after {
	background-color: #000;
}
.table-custom-theme .bg-dark {
	color: #fff;
}
.table-custom-theme .bg-dark::after {
	background-color: #1b1642;
}
.table-custom-theme .bg-white {
	color: #000;
}
.table-custom-theme .bg-white::after {
	background-color: #fff;
}
.table-custom-theme .bg-light {
	color: #000;
}
.table-custom-theme .bg-light::after {
	background-color: #f3f8ff;
}

/*----------

	# Template & Design
		## Single Next / Previous / View All Links

*************************************************************/
.box-post-links {
	border-top: 1px dashed #c1c3c5;
    font-size: 1em;
}
.box-post-links .box-cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px dashed #c1c3c5;
}
.box-post-links .box-cell:last-child {
    border-bottom: none;
}
.box-post-links .box-cell .text-meta {
	font-family: 'CHULALONGKORN', sans-serif;
	color: #000;
}
.box-post-links .box-cell .text-meta .fe {
	position: relative;
	top: -0.125em;
	width: 32px;
}
.box-post-links .box-cell:hover .text-meta,
.box-post-links .box-cell:hover .text-title {
	color: #e93b85;
}
@media (min-width: 576px) {
    .box-post-links .box-cell {
        width: 50%;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .box-post-links .box-cell:nth-child(1) {
		padding-right: 24px;
        border-right: 1px dashed #c1c3c5;
    }
	.box-post-links .box-cell:nth-child(2) {
		 padding-left: 24px;
	}
    .box-post-links .box-cell:nth-child(3) {
		width: 100%;
        border-bottom: none;
    }
}
@media (min-width: 768px) {
   	.box-post-links .box-cell:nth-child(1) {
		padding-right: 32px;
    }
	.box-post-links .box-cell:nth-child(2) {
		 padding-left: 32px;
	}
}
@media (min-width: 992px) {
    .box-post-links {
        border-bottom: 1px dashed #c1c3c5;
    }
    .box-post-links .box-cell {
		padding: 32px;
		border-right: 1px dashed #c1c3c5;
		border-bottom: none;
    }
	.box-post-links .box-cell:nth-child(1) {
		width: calc(33.33% - 16px);
		padding-left: 0;
	}
	.box-post-links .box-cell:nth-child(2) {
		width: calc(33.33% + 32px);
	}
	.box-post-links .box-cell:nth-child(3) {
		width: calc(33.33% - 16px);
		padding-right: 0;
		border-right: none;
	}
}
@media (min-width: 1200px) {
    
    .box-post-links .box-cell:last-child {
        border-right: none;
    }
}

/*----------

	# Components
		## Button

*************************************************************/
.btn {
	font-family: 'CHULALONGKORN', sans-serif;
	font-size: 1.25rem !important;
}

.btn-primary { background-color: #2d307a; color: #fff !important; }
.btn-primary:hover,
.btn-primary:focus { background-color: #e93b85 !important; }

.btn-white { color: #000; }
.btn-white:hover,
.btn-white:focus { color: #e93b85 !important; }

.btn-close { 
	position: absolute; 
	top: 0; 
	right: 0;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: transparent;
	width: 40px; 
	height: 40px; 
	cursor: pointer; 
	-webkit-transition: all 200ms ease-out; 
			transition: all 200ms ease-out; 
}
.btn-close::after, 
.btn-close::before { 
	position: absolute; 
	content: ""; 
	top: 50%; 
	left: 50%; 
	width: 18px; 
	height: 2px; 
	background-color: #000;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg); 
			transform: translate3d(-50%, -50%, 0) rotate(45deg); 
	-webkit-transition: all 400ms cubic-bezier(0.25, 0.6, 0.36, 1); 
			transition: all 400ms cubic-bezier(0.25, 0.6, 0.36, 1); 
}
.btn-close.text-light::after,
.btn-close.text-light::before{
	background-color: #fff;
}
.btn-close::before { 
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg); 
			transform: translate3d(-50%, -50%, 0) rotate(-45deg); 
	-webkit-transition-delay: 65ms; 
			transition-delay: 65ms; 
}
.btn-close:hover::after { 
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(225deg); 
			transform: translate3d(-50%, -50%, 0) rotate(225deg); 
}
.btn-close:hover::before { 
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(135deg); 
			transform: translate3d(-50%, -50%, 0) rotate(135deg); 
}
.btn-close:active { 
	-webkit-transition: none; 
			transition: none; 
}

.btn-cta-fullwidth {
	display: block;
	width: 100%;
	padding: 30px 20px;
	font-family: 'CHULALONGKORN', sans-serif;
	font-size: 2em;
	color: #000 !important;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
}
.btn-cta-fullwidth.text-light {
	text-shadow: 3px 3px 0 rgba(0,0,0,0.5);
}
.btn-cta-fullwidth.text-dark {
	text-shadow: 3px 3px 0 rgba(255,255,255,0.5);
}
.btn-cta-fullwidth:hover {
	text-decoration: none;
}
@media (min-width: 576px) {
	.btn-cta-fullwidth {
		font-size: 3em;
	}
}

.btn-200 {
	min-width: 200px;
}
.btn-210 {
	min-width: 210px;
}
.btn-220 {
	min-width: 220px;
}
.btn-230 {
	min-width: 230px;
}
.btn-240 {
	min-width: 240px;
}
.btn-250 {
	min-width: 250px;
}
.btn-260 {
	min-width: 260px;
}

/*----------
	# Components
		## List Types, Categories, Taxonomies, Tags

*************************************************************/
.list-tags {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.list-tags li {
	list-style: none;
	margin: 0 0.375rem 0.375rem 0;
}
.list-tags li a {
	display: block;
	position: relative;
	height: 36px;
	line-height: 24px;
	padding: 6px 20px 6px 32px;
	border-radius: 2px;
  	background: #2d307a;
  	font-size: 1rem;
  	color: #fff;
  	text-decoration: none;
}
.list-tags li a::before {
	content: '';
	position: absolute;
	top: 14px;
	left: 12px;
	width: 8px;
	height: 8px;
	border-radius: 8px;
  	background: #fff;
  	box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
}

.list-tags li a:hover,
.list-tags li.current-cat a {
  	background-color: #e93b85;
}
.list-tags.tag-triangle li a::after {
	content: '';
	position: absolute;
  	top: 0;
	right: 0;
  	border-bottom: 18px solid transparent;
  	border-left: 10px solid #2d307a;
  	border-top: 18px solid transparent;
  	background: #fff;
}
.list-tags.tag-triangle li a:hover::after {
   	border-left-color: #e93b85;
}

/*----------

	# Plugins
		## Flickity

*************************************************************/
.flickity-viewport {
  	transition: height 0.3s;
}
.flickity-button {
	width: 2.5rem;
    height: 2.5rem;
	padding: 0;
	border-radius: 100%;
	background-color: transparent;
    border: 2px solid #3e8449;
	color: #3e8449;
}
.flickity-button:hover,
.flickity-button:active {
	background-color: #fff !important;
    border-color: #3e8449 !important;
	color: #3e8449;
}
.flickity-button:disabled {
    opacity: 0;
}
.flickity-buttons-rounded .flickity-button.previous {
    border-top-left-radius: 0;
}
.flickity-buttons-rounded .flickity-button.next {
    border-bottom-right-radius: 0;
}
.flickity-button.previous {
    left: 1rem;;
}
.flickity-button.next {
    right: 1rem;;
}
.flickity-page-dots .dot {
	background-color: #d1d3d5;
	box-shadow: 0 0 6px rgba(27,22,66,.03),0 14px 24px rgba(27,22,66,.06)!important;
}
.flickity-page-dots .dot.is-selected {
	width: 24px;
	border-radius: 50rem;
    background-color: #de5c8e;
}
.dots-absolute .flickity-page-dots{position:absolute!important;bottom:24px;}
.slider-item-width {
	max-width: 304px;
}
@media (min-width: 360px) {
	.slider-item-width {
		max-width: 344px;
	}
}
@media (min-width: 768px) {
	.slider-item-width {
		max-width: 384px;
	}
	.dots-absolute .flickity-page-dots{bottom:32px;}
}

/*----------

	# Plugins
		## Breadcrumb

*************************************************************/
.breadcrumb-entry {
	padding-left: 36px;
	background: url(../images/icon-breadcrumb-dark.svg) 0 0 no-repeat;
	background-size: 32px 22px;
	font-size: 0.875rem;
	font-weight: normal;
}
.breadcrumb-entry a {
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	color: #e93b85;
}
.breadcrumb-entry a:hover {
	color: #e93b85;
	text-decoration: underline;
}
.text-light .breadcrumb-entry {
	background: url(../images/icon-breadcrumb-light.svg) 0 0 no-repeat;
	background-size: 32px 22px;
}
.text-light .breadcrumb-entry,
.text-light .breadcrumb-entry a {
	color: #fff;
}
.text-light .breadcrumb-entry a:hover {
	color: #f49ac1;
}
@media (min-width: 768px) {
	.breadcrumb-entry a {
		margin-right: 1rem;
		margin-left: 1rem;
	}
}

/*----------

	# Plugin
		## Bootstrap Blocks

*************************************************************/
@media (max-width: 767px) {
    .wp-bootstrap-blocks-row.row:not(.no-gutters) {
        margin-right: -16px;
        margin-left: -16px;
    }
    .wp-bootstrap-blocks-row.row:not(.no-gutters)>[class^="col"] {
        padding-right: 16px;
        padding-left: 16px;
    }
}
.wp-bootstrap-blocks-row.row.alignfull {
    margin-left: 0;
    margin-right: 0
}

/*----------

	# Plugins
		## Kadencewp

*************************************************************/
.kt-blocks-carousel { padding: 0 !important; }
.kt-blocks-carousel .slick-prev, 
.kt-blocks-carousel .slick-next {
    height: 50px !important;
    width: 50px !important;
	border-radius: 100% !important;
}
.kt-btn-wrap {
    margin-bottom: 0 !important;
}
.kt-btn-svg-icon.kt-btn-side-left {
    padding-right: 12px !important;
}
.kt-btn-svg-icon.kt-btn-side-right {
    padding-left: 12px !important;
}
@media (min-width: 992px) {
	.split-content-theme .kt-sc-imgcol.kt-sc-imgcol-bg-cover {
		min-height: 100% !important;
	}
}
@media (max-width: 991px) {
	.split-content-theme .kt-split-content-wrap {
		display: block !important;
	}
}

.wp-block-kadence-rowlayout.h-100 .kt-row-layout-inner {
	height: 100%;
}
.kb-advanced-slider.slide-inner-h-100 .kb-advanced-slide-inner {
	height: 100%;
}

/*----------

	# Plugins
		## WP-PageNavi

*************************************************************/
.wp-pagenavi a{background-color:#e1e3e5;color:#000!important;}.bg-light .wp-pagenavi a{background-color:#fff;}.wp-pagenavi a:hover{background-color:#2d307a;color:#fff!important}.wp-pagenavi span{color:#000;}.wp-pagenavi span.pages{background-color:transparent;color:#000;}.wp-pagenavi span.current{background-color:#2d307a;color:#fff!important;}

/*----------

	# Utilities 
		## Typography, Font, Text

*************************************************************/
/* Heading, Title */
.display-1, .display-2, .display-3, .display-4, .display-5 { line-height: 1.25; }
.display-1.line-height-reset, .display-2.line-height-reset, .display-3.line-height-reset, .display-4.line-height-reset, .display-5.line-height-reset { line-height: 1; }
.display-1 { font-size: 2.5rem; }
.display-2 { font-size: 2.375rem; }
.display-3 { font-size: 2.25rem; }
.display-4 { font-size: 2rem; }
.display-5 { font-size: 1.75rem; }
.display-pagetitle { font-size: 2.5rem; line-height: 1.125; }
@media (min-width: 768px) {
	.display-1 { font-size: 3.5rem; }
	.display-2 { font-size: 3rem; }
	.display-3 { font-size: 2.5rem; }
	.display-4 { font-size: 2.25rem; }
	.display-5 { font-size: 2.125rem; }
	.display-pagetitle { font-size: 3.5rem; }
}
@media (min-width: 1200px) {
	.display-1 { font-size: 4rem; }
	.display-2 { font-size: 3.5rem; }
	.display-3 { font-size: 3rem; }
	.display-4 { font-size: 2.5rem; }
	.display-5 { font-size: 2.25rem; }
	.display-pagetitle { font-size: 4rem; }
}
/* Line Height */
.line-height-xs { line-height: 1.25 !important; }
.line-height-sm { line-height: 1.375 !important; }
.line-height-md { line-height: 1.5 !important; }
.line-height-lg { line-height: 1.625 !important; }
.line-height-xl { line-height: 1.75 !important; }
.line-height-xxl { line-height: 1.875 !important; }
.line-height-xxxl { line-height: 2 !important; }
/* Text Colors */
.text-primary, .text-color-primary { color: #006738 !important; }
.text-secondary, .text-color-secondary { color: #e93b85 !important; }
.text-tertiary, .text-color-tertiary { color: #575757 !important; }
.text-black { color: #000 !important; }
.text-grey { color: #575757 !important; }
.text-white { color: #fff !important; }
.text-pink { color: #db5f8e !important; }
.text-pink-active { color: #e93b85 !important; }
/* Text Underline Colors */
.text-underline-white {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(225,225,225,.75)));
    background-image: -o-linear-gradient(left,rgba(225,225,225,.75));
    background-image: linear-gradient(to right,rgba(225,225,225,.75));
}

/*----------

	# Utilities 
		## z-index

*************************************************************/
.z-index-1 { z-index: 1; }
.z-index-2 { z-index: 2; }
.z-index-3 { z-index: 3; }
.z-index-4 { z-index: 4; }
.z-index-5 { z-index: 5; }
.z-index-10 { z-index: 10; }
.z-index-20 { z-index: 20; }
.z-index-30 { z-index: 30; }
.z-index-40 { z-index: 40; }
.z-index-50 { z-index: 50; }
.z-index-100 { z-index: 100; }
.z-index-200 { z-index: 200; }
.z-index-300 { z-index: 300; }
.z-index-400 { z-index: 400; }
.z-index-500 { z-index: 500; }
.z-index-n1 { z-index: -1; }
.z-index-n2 { z-index: -2; }
.z-index-n3 { z-index: -3; }
.z-index-n4 { z-index: -4; }
.z-index-n5 { z-index: -5; }
.z-index-n10 { z-index: -10; }
.z-index-n20 { z-index: -20; }
.z-index-n30 { z-index: -30; }
.z-index-n40 { z-index: -40; }
.z-index-n50 { z-index: -50; }
.z-index-n100 { z-index: -100; }
.z-index-n200 { z-index: -200; }
.z-index-n300 { z-index: -300; }
.z-index-n400 { z-index: -400; }
.z-index-n500 { z-index: -500; }

/*----------

	# Utilities 
		## Background

*************************************************************/
.bg-primary, .bg-color-primary { background-color: #006738 !important; }
.bg-secondary, .bg-color-secondary { background-color: #000 !important; }
.bg-tertiary, .bg-color-tertiary { background-color: #575757 !important; }
.bg-primary-light, .bg-color-primary-light { background-color: #e6d7e8 !important; }
.bg-secondary-light, .bg-color-secondary-light { background-color: #f2d5da !important; }
.bg-tertiary-light, .bg-color-tertiary-light { background-color: #f2d5da !important; }
.bg-light { background-color: #f1f3f5 !important; }
.bg-black { background-color: #000 !important; }
.bg-grey { background-color: #575757 !important; }
.bg-white { background-color: #fff !important; }
.bg-pink { background-color: #db5f8e !important; }
.bg-pink-active { background-color: #e93b85 !important; }
.bg-dark { background-color: #101010 !important; }
.bg-light-boxed-right {
    background: no-repeat left center -webkit-gradient(linear,left top,right top,from(#f1f3f5));
    background: no-repeat left center -o-linear-gradient(left,#f1f3f5);
    background: no-repeat left center linear-gradient(to right,#f1f3f5);
}
[class*="gradient-x-overlay-"]::before, 
[class*="gradient-y-overlay-"]::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
}
.gradient-x-overlay-sm-indigo::before {
	content: '';
    background-image: linear-gradient(45deg, transparent, rgba(241, 243, 245, 0.25));
    background-repeat: repeat-x;
}
@media (min-width: 768px) {
	.gradient-x-overlay-sm-indigo::before {
		background-image: linear-gradient(45deg, transparent, rgba(241, 243, 245, 0.5));
		background-repeat: repeat-x;
	}
}
@media (min-width: 768px) {
	.gradient-x-overlay-sm-indigo::before {
		background-image: linear-gradient(45deg, transparent, rgba(241, 243, 245, 0.75));
		background-repeat: repeat-x;
	}
}
.bg-contain { background-size: contain !important; }
.bg-pattern-1 { background-image: url(../img/patterns/pattern-1.svg); background-size: contain; background-repeat: repeat; }
.bg-pattern-2 { background-image: url(../img/patterns/pattern-2.svg); background-size: auto; background-repeat: repeat; }
.bg-pattern-01 { background-image: url(../images/patterns/01.png); background-repeat: repeat !important; background-size: auto !important; }
.bg-pattern-02 { background-image: url(../images/patterns/02.png); background-repeat: repeat !important; background-size: auto !important; }
.bg-pattern-03 { background-image: url(../images/patterns/03.png); background-repeat: repeat !important; background-size: auto !important; }
.bg-pattern-04 { background-image: url(../images/patterns/04.png); background-repeat: repeat !important; background-size: auto !important; }
.bg-pattern-05 { background-image: url(../images/patterns/05.png); background-repeat: repeat !important; background-size: auto !important; }
.bg-pattern-06 { background-image: url(../images/patterns/06.png); background-repeat: repeat !important; background-size: auto !important; }
.bg-pattern-07 { background-image: url(../images/patterns/07.png); background-repeat: repeat !important; background-size: auto !important; }
.bg-pattern-08 { background-image: url(../images/patterns/08.png); background-repeat: repeat !important; background-size: auto !important; }
.bg-pattern-09 { background-image: url(../images/patterns/09.png); background-repeat: repeat !important; background-size: auto !important; }
.bg-pattern-10 { background-image: url(../images/patterns/10.png); background-repeat: repeat !important; background-size: auto !important; }
.bg-blur-5 { filter: blur(5px); transform: scale(1.25,1.25); }
.bg-blur-10 { filter: blur(10px); transform: scale(1.25,1.25); }
.bg-blur-15 { filter: blur(15px); transform: scale(1.25,1.25); }
.bg-blur-20 { filter: blur(20px); transform: scale(1.25,1.25); }
.bg-blur-25 { filter: blur(25px); transform: scale(1.25,1.25); }
.bg-blur-30 { filter: blur(30px); transform: scale(1.25,1.25); }
.bg-blur-5.fullwidth-section { filter: blur(0); transform: scale(1,1); overflow: hidden; }
.bg-blur-5.wp-block-kadence-rowlayout .kt-row-has-bg { filter: blur(5px); transform: scale(1.25,1.25); }
.bg-blur-10.fullwidth-section { filter: blur(0); transform: scale(1,1); overflow: hidden; }
.bg-blur-10.wp-block-kadence-rowlayout .kt-row-has-bg { filter: blur(10px); transform: scale(1.25,1.25); }
.bg-blur-15.fullwidth-section { filter: blur(0); transform: scale(1,1); overflow: hidden; }
.bg-blur-15.wp-block-kadence-rowlayout .kt-row-has-bg { filter: blur(15px); transform: scale(1.25,1.25); }
.bg-blur-20.fullwidth-section { filter: blur(0); transform: scale(1,1); overflow: hidden; }
.bg-blur-20.wp-block-kadence-rowlayout .kt-row-has-bg { filter: blur(20px); transform: scale(1.25,1.25); }
.bg-blur-25.fullwidth-section { filter: blur(0); transform: scale(1,1); overflow: hidden; }
.bg-blur-25.wp-block-kadence-rowlayout .kt-row-has-bg { filter: blur(25px); transform: scale(1.25,1.25); }
.bg-blur-30.fullwidth-section { filter: blur(0); transform: scale(1,1); overflow: hidden; }
.bg-blur-30.wp-block-kadence-rowlayout .kt-row-has-bg { filter: blur(30px); transform: scale(1.25,1.25); }

.backdrop-blur,
.backdrop-blur-5 { background-color: rgba(0,0,0,.25); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }
.backdrop-blur-10 { background-color: rgba(0,0,0,.25); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.backdrop-blur-15 { background-color: rgba(0,0,0,.25); -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); }
.backdrop-blur-20 { background-color: rgba(0,0,0,.25); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); }
.backdrop-blur-25 { background-color: rgba(0,0,0,.25); -webkit-backdrop-filter: blur(25px); backdrop-filter: blur(25px); }
.backdrop-blur-30 { background-color: rgba(0,0,0,.25); -webkit-backdrop-filter: blur(30px); backdrop-filter: blur(30px); }
.backdrop-blur.text-light,
.backdrop-blur-5.text-light,
.backdrop-blur-10.text-light,
.backdrop-blur-15.text-light,
.backdrop-blur-20.text-light,
.backdrop-blur-25.text-light,
.backdrop-blur-30 { background-color: rgba(0,0,0,.25)}
.backdrop-blur.text-dark,
.backdrop-blur-5.text-dark,
.backdrop-blur-10.text-dark,
.backdrop-blur-15.text-dark,
.backdrop-blur-20.text-dark,
.backdrop-blur-25.text-dark,
.backdrop-blur-30 { background-color: rgba(255,255,255,.25)}

/*
	# Utilities 
		## Shadow
------------------------------------------------*/
.shadow-inset {
    -webkit-box-shadow: inset 0px 0px 100px -30px rgba(0,0,0,0.25);
       -moz-box-shadow: inset 0px 0px 100px -30px rgba(0,0,0,0.25);
    		box-shadow: inset 0px 0px 100px -30px rgba(0,0,0,0.25);
}
.shadow-box { 
	-webkit-box-shadow: 0 16px 32px -24px rgba(0,0,0,0.25) !important;
	   -moz-box-shadow: 0 16px 32px -24px rgba(0,0,0,0.25) !important;
			box-shadow: 0 16px 32px -24px rgba(0,0,0,0.25) !important;
}

/*----------

	# Utilities 
		## Border

*************************************************************/
.border-primary { border-color: #b43b6b !important; }
.border-dark { border-color: #373737 !important; }
.border-black { border-color: #000 !important; }

/*----------

	# Utilities 
		## Rounded Corner

*************************************************************/
.rounded-xs { border-radius: 0.25rem !important; }
.rounded-sm { border-radius: 0.5rem !important; }
.rounded-100 { border-radius: 200rem !important; }
.rounded-inherit { border-radius: inherit !important; }
.rounded-top-right { border-top-right-radius: 1rem !important; }
.rounded-top-left { border-top-left-radius: 1rem !important; }
.rounded-bottom-right { border-bottom-right-radius: 1rem !important; }
.rounded-bottom-left { border-bottom-left-radius: 1rem !important; }
.rounded-top-right-xs { border-top-right-radius: 0.25rem !important; }
.rounded-top-left-xs { border-top-left-radius: 0.25rem !important; }
.rounded-bottom-right-xs { border-bottom-right-radius: 0.25rem !important; }
.rounded-bottom-left-xs { border-bottom-left-radius: 0.25rem !important; }
.rounded-top-right-sm { border-top-right-radius: 0.5rem !important; }
.rounded-top-left-sm { border-top-left-radius: 0.5rem !important; }
.rounded-bottom-right-sm { border-bottom-right-radius: 0.5rem !important; }
.rounded-bottom-left-sm { border-bottom-left-radius: 0.5rem !important; }
.rounded-top-right-lg { border-top-right-radius: 2rem !important; }
.rounded-top-left-lg { border-top-left-radius: 2rem !important; }
.rounded-bottom-right-lg { border-bottom-right-radius: 2rem !important; }
.rounded-bottom-left-lg { border-bottom-left-radius: 2rem !important; }
.rounded-top-right-0 { border-top-right-radius: 0 !important; }
.rounded-top-left-0 { border-top-left-radius: 0 !important; }
.rounded-bottom-right-0 { border-bottom-right-radius: 0 !important; }
.rounded-bottom-left-0 { border-bottom-left-radius: 0 !important; }

@media (min-width: 576px) {
	.rounded-sm-xs { border-radius: 0.25rem !important; }
	.rounded-sm-sm { border-radius: 0.5rem !important; }
}
@media (min-width: 768px) {
	.rounded-md-xs { border-radius: 0.25rem !important; }
	.rounded-md-sm { border-radius: 0.5rem !important; }
}
@media (min-width: 992px) {
	.rounded-lg-xs { border-radius: 0.25rem !important; }
	.rounded-lg-sm { border-radius: 0.5rem !important; }
}
@media (min-width: 1200px) {
	.rounded-xl-xs { border-radius: 0.25rem !important; }
	.rounded-xl-sm { border-radius: 0.5rem !important; }
}

/*----------

	# Utilities 
		## Elements

*************************************************************/
.img-bound { width: 100%; height: auto; }
.img-fluid { max-width: 100%; height: auto; }

/*----------

	# Utilities 
		## Width & Height

*************************************************************/
.h-100 { height: 100% !important; }
.h-100-gutters { height: calc(100% - 32px) !important; }

.min-vh-25 { min-height: 25vh !important; }
.min-vh-33 { min-height: 33vh !important; }
.min-vh-50 { min-height: 50vh !important; }
.min-vh-66 { min-height: 66vh !important; }
.min-vh-75 { min-height: 75vh !important; }
@media (min-width: 576px) {
	.min-vh-sm-25 { min-height: 25vh !important; }
	.min-vh-sm-33 { min-height: 33vh !important; }
	.min-vh-sm-50 { min-height: 50vh !important; }
	.min-vh-sm-66 { min-height: 66vh !important; }
	.min-vh-sm-75 { min-height: 75vh !important; }
}
@media (min-width: 768px) {
	.min-vh-md-25 { min-height: 25vh !important; }
	.min-vh-md-33 { min-height: 33vh !important; }
	.min-vh-md-50 { min-height: 50vh !important; }
	.min-vh-md-66 { min-height: 66vh !important; }
	.min-vh-md-75 { min-height: 75vh !important; }
}
@media (min-width: 992px) {
	.min-vh-lg-25 { min-height: 25vh !important; }
	.min-vh-lg-33 { min-height: 33vh !important; }
	.min-vh-lg-50 { min-height: 50vh !important; }
	.min-vh-lg-66 { min-height: 66vh !important; }
	.min-vh-lg-75 { min-height: 75vh !important; }
}
@media (min-width: 1200px) {
	.min-vh-xl-25 { min-height: 25vh !important; }
	.min-vh-xl-33 { min-height: 33vh !important; }
	.min-vh-xl-50 { min-height: 50vh !important; }
	.min-vh-xl-66 { min-height: 66vh !important; }
	.min-vh-xl-75 { min-height: 75vh !important; }
}
@media (min-width: 1400px) {
	.min-vh-xxl-25 { min-height: 25vh !important; }
	.min-vh-xxl-33 { min-height: 33vh !important; }
	.min-vh-xxl-50 { min-height: 50vh !important; }
	.min-vh-xxl-66 { min-height: 66vh !important; }
	.min-vh-xxl-75 { min-height: 75vh !important; }
}

.min-h-100{min-height:100px!important}.min-h-110{min-height:110px!important}.min-h-120{min-height:120px!important}.min-h-130{min-height:130px!important}.min-h-140{min-height:140px!important}.min-h-150{min-height:150px!important}.min-h-160{min-height:160px!important}.min-h-170{min-height:170px!important}.min-h-180{min-height:180px!important}.min-h-190{min-height:190px!important}.min-h-200{min-height:200px!important}.min-h-210{min-height:210px!important}.min-h-220{min-height:220px!important}.min-h-230{min-height:230px!important}.min-h-240{min-height:240px!important}.min-h-250{min-height:250px!important}.min-h-260{min-height:260px!important}.min-h-270{min-height:270px!important}.min-h-280{min-height:280px!important}.min-h-290{min-height:290px!important}.min-h-300{min-height:300px!important}.min-h-310{min-height:310px!important}.min-h-320{min-height:320px!important}.min-h-330{min-height:330px!important}.min-h-340{min-height:340px!important}.min-h-350{min-height:350px!important}.min-h-360{min-height:360px!important}.min-h-370{min-height:370px!important}.min-h-380{min-height:380px!important}.min-h-390{min-height:390px!important}.min-h-400{min-height:400px!important}.min-h-410{min-height:410px!important}.min-h-420{min-height:420px!important}.min-h-430{min-height:430px!important}.min-h-440{min-height:440px!important}.min-h-450{min-height:450px!important}.min-h-460{min-height:460px!important}.min-h-470{min-height:470px!important}.min-h-480{min-height:480px!important}.min-h-490{min-height:490px!important}.min-h-500{min-height:500px!important}.min-h-510{min-height:510px!important}.min-h-520{min-height:520px!important}.min-h-530{min-height:530px!important}.min-h-540{min-height:540px!important}.min-h-550{min-height:550px!important}.min-h-560{min-height:560px!important}.min-h-570{min-height:570px!important}.min-h-580{min-height:580px!important}.min-h-590{min-height:590px!important}.min-h-600{min-height:600px!important}@media (min-width:576px){.min-h-sm-100{min-height:100px!important}.min-h-sm-110{min-height:110px!important}.min-h-sm-120{min-height:120px!important}.min-h-sm-130{min-height:130px!important}.min-h-sm-140{min-height:140px!important}.min-h-sm-150{min-height:150px!important}.min-h-sm-160{min-height:160px!important}.min-h-sm-170{min-height:170px!important}.min-h-sm-180{min-height:180px!important}.min-h-sm-190{min-height:190px!important}.min-h-sm-200{min-height:200px!important}.min-h-sm-210{min-height:210px!important}.min-h-sm-220{min-height:220px!important}.min-h-sm-230{min-height:230px!important}.min-h-sm-240{min-height:240px!important}.min-h-sm-250{min-height:250px!important}.min-h-sm-260{min-height:260px!important}.min-h-sm-270{min-height:270px!important}.min-h-sm-280{min-height:280px!important}.min-h-sm-290{min-height:290px!important}.min-h-sm-300{min-height:300px!important}.min-h-sm-310{min-height:310px!important}.min-h-sm-320{min-height:320px!important}.min-h-sm-330{min-height:330px!important}.min-h-sm-340{min-height:340px!important}.min-h-sm-350{min-height:350px!important}.min-h-sm-360{min-height:360px!important}.min-h-sm-370{min-height:370px!important}.min-h-sm-380{min-height:380px!important}.min-h-sm-390{min-height:390px!important}.min-h-sm-400{min-height:400px!important}.min-h-sm-410{min-height:410px!important}.min-h-sm-420{min-height:420px!important}.min-h-sm-430{min-height:430px!important}.min-h-sm-440{min-height:440px!important}.min-h-sm-450{min-height:450px!important}.min-h-sm-460{min-height:460px!important}.min-h-sm-470{min-height:470px!important}.min-h-sm-480{min-height:480px!important}.min-h-sm-490{min-height:490px!important}.min-h-sm-500{min-height:500px!important}.min-h-sm-510{min-height:510px!important}.min-h-sm-520{min-height:520px!important}.min-h-sm-530{min-height:530px!important}.min-h-sm-540{min-height:540px!important}.min-h-sm-550{min-height:550px!important}.min-h-sm-560{min-height:560px!important}.min-h-sm-570{min-height:570px!important}.min-h-sm-580{min-height:580px!important}.min-h-sm-590{min-height:590px!important}.min-h-sm-600{min-height:600px!important}}@media (min-width:768px){.min-h-md-100{min-height:100px!important}.min-h-md-110{min-height:110px!important}.min-h-md-120{min-height:120px!important}.min-h-md-130{min-height:130px!important}.min-h-md-140{min-height:140px!important}.min-h-md-150{min-height:150px!important}.min-h-md-160{min-height:160px!important}.min-h-md-170{min-height:170px!important}.min-h-md-180{min-height:180px!important}.min-h-md-190{min-height:190px!important}.min-h-md-200{min-height:200px!important}.min-h-md-210{min-height:210px!important}.min-h-md-220{min-height:220px!important}.min-h-md-230{min-height:230px!important}.min-h-md-240{min-height:240px!important}.min-h-md-250{min-height:250px!important}.min-h-md-260{min-height:260px!important}.min-h-md-270{min-height:270px!important}.min-h-md-280{min-height:280px!important}.min-h-md-290{min-height:290px!important}.min-h-md-300{min-height:300px!important}.min-h-md-310{min-height:310px!important}.min-h-md-320{min-height:320px!important}.min-h-md-330{min-height:330px!important}.min-h-md-340{min-height:340px!important}.min-h-md-350{min-height:350px!important}.min-h-md-360{min-height:360px!important}.min-h-md-370{min-height:370px!important}.min-h-md-380{min-height:380px!important}.min-h-md-390{min-height:390px!important}.min-h-md-400{min-height:400px!important}.min-h-md-410{min-height:410px!important}.min-h-md-420{min-height:420px!important}.min-h-md-430{min-height:430px!important}.min-h-md-440{min-height:440px!important}.min-h-md-450{min-height:450px!important}.min-h-md-460{min-height:460px!important}.min-h-md-470{min-height:470px!important}.min-h-md-480{min-height:480px!important}.min-h-md-490{min-height:490px!important}.min-h-md-500{min-height:500px!important}.min-h-md-510{min-height:510px!important}.min-h-md-520{min-height:520px!important}.min-h-md-530{min-height:530px!important}.min-h-md-540{min-height:540px!important}.min-h-md-550{min-height:550px!important}.min-h-md-560{min-height:560px!important}.min-h-md-570{min-height:570px!important}.min-h-md-580{min-height:580px!important}.min-h-md-590{min-height:590px!important}.min-h-md-600{min-height:600px!important}}@media (min-width:992px){.min-h-lg-100{min-height:100px!important}.min-h-lg-110{min-height:110px!important}.min-h-lg-120{min-height:120px!important}.min-h-lg-130{min-height:130px!important}.min-h-lg-140{min-height:140px!important}.min-h-lg-150{min-height:150px!important}.min-h-lg-160{min-height:160px!important}.min-h-lg-170{min-height:170px!important}.min-h-lg-180{min-height:180px!important}.min-h-lg-190{min-height:190px!important}.min-h-lg-200{min-height:200px!important}.min-h-lg-210{min-height:210px!important}.min-h-lg-220{min-height:220px!important}.min-h-lg-230{min-height:230px!important}.min-h-lg-240{min-height:240px!important}.min-h-lg-250{min-height:250px!important}.min-h-lg-260{min-height:260px!important}.min-h-lg-270{min-height:270px!important}.min-h-lg-280{min-height:280px!important}.min-h-lg-290{min-height:290px!important}.min-h-lg-300{min-height:300px!important}.min-h-lg-310{min-height:310px!important}.min-h-lg-320{min-height:320px!important}.min-h-lg-330{min-height:330px!important}.min-h-lg-340{min-height:340px!important}.min-h-lg-350{min-height:350px!important}.min-h-lg-360{min-height:360px!important}.min-h-lg-370{min-height:370px!important}.min-h-lg-380{min-height:380px!important}.min-h-lg-390{min-height:390px!important}.min-h-lg-400{min-height:400px!important}.min-h-lg-410{min-height:410px!important}.min-h-lg-420{min-height:420px!important}.min-h-lg-430{min-height:430px!important}.min-h-lg-440{min-height:440px!important}.min-h-lg-450{min-height:450px!important}.min-h-lg-460{min-height:460px!important}.min-h-lg-470{min-height:470px!important}.min-h-lg-480{min-height:480px!important}.min-h-lg-490{min-height:490px!important}.min-h-lg-500{min-height:500px!important}.min-h-lg-510{min-height:510px!important}.min-h-lg-520{min-height:520px!important}.min-h-lg-530{min-height:530px!important}.min-h-lg-540{min-height:540px!important}.min-h-lg-550{min-height:550px!important}.min-h-lg-560{min-height:560px!important}.min-h-lg-570{min-height:570px!important}.min-h-lg-580{min-height:580px!important}.min-h-lg-590{min-height:590px!important}.min-h-lg-600{min-height:600px!important}}@media (min-width:1200px){.min-h-xl-100{min-height:100px!important}.min-h-xl-110{min-height:110px!important}.min-h-xl-120{min-height:120px!important}.min-h-xl-130{min-height:130px!important}.min-h-xl-140{min-height:140px!important}.min-h-xl-150{min-height:150px!important}.min-h-xl-160{min-height:160px!important}.min-h-xl-170{min-height:170px!important}.min-h-xl-180{min-height:180px!important}.min-h-xl-190{min-height:190px!important}.min-h-xl-200{min-height:200px!important}.min-h-xl-210{min-height:210px!important}.min-h-xl-220{min-height:220px!important}.min-h-xl-230{min-height:230px!important}.min-h-xl-240{min-height:240px!important}.min-h-xl-250{min-height:250px!important}.min-h-xl-260{min-height:260px!important}.min-h-xl-270{min-height:270px!important}.min-h-xl-280{min-height:280px!important}.min-h-xl-290{min-height:290px!important}.min-h-xl-300{min-height:300px!important}.min-h-xl-310{min-height:310px!important}.min-h-xl-320{min-height:320px!important}.min-h-xl-330{min-height:330px!important}.min-h-xl-340{min-height:340px!important}.min-h-xl-350{min-height:350px!important}.min-h-xl-360{min-height:360px!important}.min-h-xl-370{min-height:370px!important}.min-h-xl-380{min-height:380px!important}.min-h-xl-390{min-height:390px!important}.min-h-xl-400{min-height:400px!important}.min-h-xl-410{min-height:410px!important}.min-h-xl-420{min-height:420px!important}.min-h-xl-430{min-height:430px!important}.min-h-xl-440{min-height:440px!important}.min-h-xl-450{min-height:450px!important}.min-h-xl-460{min-height:460px!important}.min-h-xl-470{min-height:470px!important}.min-h-xl-480{min-height:480px!important}.min-h-xl-490{min-height:490px!important}.min-h-xl-500{min-height:500px!important}.min-h-xl-510{min-height:510px!important}.min-h-xl-520{min-height:520px!important}.min-h-xl-530{min-height:530px!important}.min-h-xl-540{min-height:540px!important}.min-h-xl-550{min-height:550px!important}.min-h-xl-560{min-height:560px!important}.min-h-xl-570{min-height:570px!important}.min-h-xl-580{min-height:580px!important}.min-h-xl-590{min-height:590px!important}.min-h-xl-600{min-height:600px!important}}@media (min-width:1400px){.min-h-xxl-100{min-height:100px!important}.min-h-xxl-110{min-height:110px!important}.min-h-xxl-120{min-height:120px!important}.min-h-xxl-130{min-height:130px!important}.min-h-xxl-140{min-height:140px!important}.min-h-xxl-150{min-height:150px!important}.min-h-xxl-160{min-height:160px!important}.min-h-xxl-170{min-height:170px!important}.min-h-xxl-180{min-height:180px!important}.min-h-xxl-190{min-height:190px!important}.min-h-xxl-200{min-height:200px!important}.min-h-xxl-210{min-height:210px!important}.min-h-xxl-220{min-height:220px!important}.min-h-xxl-230{min-height:230px!important}.min-h-xxl-240{min-height:240px!important}.min-h-xxl-250{min-height:250px!important}.min-h-xxl-260{min-height:260px!important}.min-h-xxl-270{min-height:270px!important}.min-h-xxl-280{min-height:280px!important}.min-h-xxl-290{min-height:290px!important}.min-h-xxl-300{min-height:300px!important}.min-h-xxl-310{min-height:310px!important}.min-h-xxl-320{min-height:320px!important}.min-h-xxl-330{min-height:330px!important}.min-h-xxl-340{min-height:340px!important}.min-h-xxl-350{min-height:350px!important}.min-h-xxl-360{min-height:360px!important}.min-h-xxl-370{min-height:370px!important}.min-h-xxl-380{min-height:380px!important}.min-h-xxl-390{min-height:390px!important}.min-h-xxl-400{min-height:400px!important}.min-h-xxl-410{min-height:410px!important}.min-h-xxl-420{min-height:420px!important}.min-h-xxl-430{min-height:430px!important}.min-h-xxl-440{min-height:440px!important}.min-h-xxl-450{min-height:450px!important}.min-h-xxl-460{min-height:460px!important}.min-h-xxl-470{min-height:470px!important}.min-h-xxl-480{min-height:480px!important}.min-h-xxl-490{min-height:490px!important}.min-h-xxl-500{min-height:500px!important}.min-h-xxl-510{min-height:510px!important}.min-h-xxl-520{min-height:520px!important}.min-h-xxl-530{min-height:530px!important}.min-h-xxl-540{min-height:540px!important}.min-h-xxl-550{min-height:550px!important}.min-h-xxl-560{min-height:560px!important}.min-h-xxl-570{min-height:570px!important}.min-h-xxl-580{min-height:580px!important}.min-h-xxl-590{min-height:590px!important}.min-h-xxl-600{min-height:600px!important}}

.w-33{width:33.33333%!important}.w-66{width:66.66666%!important}@media (min-width:576px){.w-sm-33{width:33.33333%!important}.w-sm-66{width:66.66666%!important}}@media (min-width:768px){.w-md-33{width:33.33333%!important}.w-md-66{width:66.66666%!important}}@media (min-width:992px){.w-lg-33{width:33.33333%!important}.w-lg-66{width:66.66666%!important}}@media (min-width:1200px){.w-xl-33{width:33.33333%!important}.w-xl-66{width:66.66666%!important}}@media (min-width:1400px){.w-xxl-25{width:25%!important}.w-xxl-33{width:33.33333%!important}.w-xxl-50{width:50%!important}.w-xxl-66{width:66.66666%!important}.w-xxl-75{width:75%!important}.w-xxl-100{width:100%!important}}

@media (min-width:1400px){.m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:.25rem!important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}.m-xxl-2{margin:.5rem!important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}.m-xxl-3{margin:.75rem!important}.mt-xxl-3,.my-xxl-3{margin-top:.75rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:.75rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:.75rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:.75rem!important}.m-xxl-4{margin:1rem!important}.mt-xxl-4,.my-xxl-4{margin-top:1rem!important}.mr-xxl-4,.mx-xxl-4{margin-right:1rem!important}.mb-xxl-4,.my-xxl-4{margin-bottom:1rem!important}.ml-xxl-4,.mx-xxl-4{margin-left:1rem!important}.m-xxl-5{margin:1.5rem!important}.mt-xxl-5,.my-xxl-5{margin-top:1.5rem!important}.mr-xxl-5,.mx-xxl-5{margin-right:1.5rem!important}.mb-xxl-5,.my-xxl-5{margin-bottom:1.5rem!important}.ml-xxl-5,.mx-xxl-5{margin-left:1.5rem!important}.m-xxl-6{margin:2rem!important}.mt-xxl-6,.my-xxl-6{margin-top:2rem!important}.mr-xxl-6,.mx-xxl-6{margin-right:2rem!important}.mb-xxl-6,.my-xxl-6{margin-bottom:2rem!important}.ml-xxl-6,.mx-xxl-6{margin-left:2rem!important}.m-xxl-7{margin:2.5rem!important}.mt-xxl-7,.my-xxl-7{margin-top:2.5rem!important}.mr-xxl-7,.mx-xxl-7{margin-right:2.5rem!important}.mb-xxl-7,.my-xxl-7{margin-bottom:2.5rem!important}.ml-xxl-7,.mx-xxl-7{margin-left:2.5rem!important}.m-xxl-8{margin:3rem!important}.mt-xxl-8,.my-xxl-8{margin-top:3rem!important}.mr-xxl-8,.mx-xxl-8{margin-right:3rem!important}.mb-xxl-8,.my-xxl-8{margin-bottom:3rem!important}.ml-xxl-8,.mx-xxl-8{margin-left:3rem!important}.m-xxl-9{margin:4rem!important}.mt-xxl-9,.my-xxl-9{margin-top:4rem!important}.mr-xxl-9,.mx-xxl-9{margin-right:4rem!important}.mb-xxl-9,.my-xxl-9{margin-bottom:4rem!important}.ml-xxl-9,.mx-xxl-9{margin-left:4rem!important}.m-xxl-10{margin:5rem!important}.mt-xxl-10,.my-xxl-10{margin-top:5rem!important}.mr-xxl-10,.mx-xxl-10{margin-right:5rem!important}.mb-xxl-10,.my-xxl-10{margin-bottom:5rem!important}.ml-xxl-10,.mx-xxl-10{margin-left:5rem!important}.m-xxl-11{margin:6rem!important}.mt-xxl-11,.my-xxl-11{margin-top:6rem!important}.mr-xxl-11,.mx-xxl-11{margin-right:6rem!important}.mb-xxl-11,.my-xxl-11{margin-bottom:6rem!important}.ml-xxl-11,.mx-xxl-11{margin-left:6rem!important}.m-xxl-12{margin:8rem!important}.mt-xxl-12,.my-xxl-12{margin-top:8rem!important}.mr-xxl-12,.mx-xxl-12{margin-right:8rem!important}.mb-xxl-12,.my-xxl-12{margin-bottom:8rem!important}.ml-xxl-12,.mx-xxl-12{margin-left:8rem!important}.m-xxl-13{margin:10rem!important}.mt-xxl-13,.my-xxl-13{margin-top:10rem!important}.mr-xxl-13,.mx-xxl-13{margin-right:10rem!important}.mb-xxl-13,.my-xxl-13{margin-bottom:10rem!important}.ml-xxl-13,.mx-xxl-13{margin-left:10rem!important}.m-xxl-14{margin:12rem!important}.mt-xxl-14,.my-xxl-14{margin-top:12rem!important}.mr-xxl-14,.mx-xxl-14{margin-right:12rem!important}.mb-xxl-14,.my-xxl-14{margin-bottom:12rem!important}.ml-xxl-14,.mx-xxl-14{margin-left:12rem!important}.m-xxl-15{margin:14rem!important}.mt-xxl-15,.my-xxl-15{margin-top:14rem!important}.mr-xxl-15,.mx-xxl-15{margin-right:14rem!important}.mb-xxl-15,.my-xxl-15{margin-bottom:14rem!important}.ml-xxl-15,.mx-xxl-15{margin-left:14rem!important}.m-xxl-16{margin:16rem!important}.mt-xxl-16,.my-xxl-16{margin-top:16rem!important}.mr-xxl-16,.mx-xxl-16{margin-right:16rem!important}.mb-xxl-16,.my-xxl-16{margin-bottom:16rem!important}.ml-xxl-16,.mx-xxl-16{margin-left:16rem!important}.m-xxl-17{margin:20rem!important}.mt-xxl-17,.my-xxl-17{margin-top:20rem!important}.mr-xxl-17,.mx-xxl-17{margin-right:20rem!important}.mb-xxl-17,.my-xxl-17{margin-bottom:20rem!important}.ml-xxl-17,.mx-xxl-17{margin-left:20rem!important}.m-xxl-18{margin:24rem!important}.mt-xxl-18,.my-xxl-18{margin-top:24rem!important}.mr-xxl-18,.mx-xxl-18{margin-right:24rem!important}.mb-xxl-18,.my-xxl-18{margin-bottom:24rem!important}.ml-xxl-18,.mx-xxl-18{margin-left:24rem!important}.p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:.25rem!important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}.p-xxl-2{padding:.5rem!important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}.p-xxl-3{padding:.75rem!important}.pt-xxl-3,.py-xxl-3{padding-top:.75rem!important}.pr-xxl-3,.px-xxl-3{padding-right:.75rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:.75rem!important}.pl-xxl-3,.px-xxl-3{padding-left:.75rem!important}.p-xxl-4{padding:1rem!important}.pt-xxl-4,.py-xxl-4{padding-top:1rem!important}.pr-xxl-4,.px-xxl-4{padding-right:1rem!important}.pb-xxl-4,.py-xxl-4{padding-bottom:1rem!important}.pl-xxl-4,.px-xxl-4{padding-left:1rem!important}.p-xxl-5{padding:1.5rem!important}.pt-xxl-5,.py-xxl-5{padding-top:1.5rem!important}.pr-xxl-5,.px-xxl-5{padding-right:1.5rem!important}.pb-xxl-5,.py-xxl-5{padding-bottom:1.5rem!important}.pl-xxl-5,.px-xxl-5{padding-left:1.5rem!important}.p-xxl-6{padding:2rem!important}.pt-xxl-6,.py-xxl-6{padding-top:2rem!important}.pr-xxl-6,.px-xxl-6{padding-right:2rem!important}.pb-xxl-6,.py-xxl-6{padding-bottom:2rem!important}.pl-xxl-6,.px-xxl-6{padding-left:2rem!important}.p-xxl-7{padding:2.5rem!important}.pt-xxl-7,.py-xxl-7{padding-top:2.5rem!important}.pr-xxl-7,.px-xxl-7{padding-right:2.5rem!important}.pb-xxl-7,.py-xxl-7{padding-bottom:2.5rem!important}.pl-xxl-7,.px-xxl-7{padding-left:2.5rem!important}.p-xxl-8{padding:3rem!important}.pt-xxl-8,.py-xxl-8{padding-top:3rem!important}.pr-xxl-8,.px-xxl-8{padding-right:3rem!important}.pb-xxl-8,.py-xxl-8{padding-bottom:3rem!important}.pl-xxl-8,.px-xxl-8{padding-left:3rem!important}.p-xxl-9{padding:4rem!important}.pt-xxl-9,.py-xxl-9{padding-top:4rem!important}.pr-xxl-9,.px-xxl-9{padding-right:4rem!important}.pb-xxl-9,.py-xxl-9{padding-bottom:4rem!important}.pl-xxl-9,.px-xxl-9{padding-left:4rem!important}.p-xxl-10{padding:5rem!important}.pt-xxl-10,.py-xxl-10{padding-top:5rem!important}.pr-xxl-10,.px-xxl-10{padding-right:5rem!important}.pb-xxl-10,.py-xxl-10{padding-bottom:5rem!important}.pl-xxl-10,.px-xxl-10{padding-left:5rem!important}.p-xxl-11{padding:6rem!important}.pt-xxl-11,.py-xxl-11{padding-top:6rem!important}.pr-xxl-11,.px-xxl-11{padding-right:6rem!important}.pb-xxl-11,.py-xxl-11{padding-bottom:6rem!important}.pl-xxl-11,.px-xxl-11{padding-left:6rem!important}.p-xxl-12{padding:8rem!important}.pt-xxl-12,.py-xxl-12{padding-top:8rem!important}.pr-xxl-12,.px-xxl-12{padding-right:8rem!important}.pb-xxl-12,.py-xxl-12{padding-bottom:8rem!important}.pl-xxl-12,.px-xxl-12{padding-left:8rem!important}.p-xxl-13{padding:10rem!important}.pt-xxl-13,.py-xxl-13{padding-top:10rem!important}.pr-xxl-13,.px-xxl-13{padding-right:10rem!important}.pb-xxl-13,.py-xxl-13{padding-bottom:10rem!important}.pl-xxl-13,.px-xxl-13{padding-left:10rem!important}.p-xxl-14{padding:12rem!important}.pt-xxl-14,.py-xxl-14{padding-top:12rem!important}.pr-xxl-14,.px-xxl-14{padding-right:12rem!important}.pb-xxl-14,.py-xxl-14{padding-bottom:12rem!important}.pl-xxl-14,.px-xxl-14{padding-left:12rem!important}.p-xxl-15{padding:14rem!important}.pt-xxl-15,.py-xxl-15{padding-top:14rem!important}.pr-xxl-15,.px-xxl-15{padding-right:14rem!important}.pb-xxl-15,.py-xxl-15{padding-bottom:14rem!important}.pl-xxl-15,.px-xxl-15{padding-left:14rem!important}.p-xxl-16{padding:16rem!important}.pt-xxl-16,.py-xxl-16{padding-top:16rem!important}.pr-xxl-16,.px-xxl-16{padding-right:16rem!important}.pb-xxl-16,.py-xxl-16{padding-bottom:16rem!important}.pl-xxl-16,.px-xxl-16{padding-left:16rem!important}.p-xxl-17{padding:20rem!important}.pt-xxl-17,.py-xxl-17{padding-top:20rem!important}.pr-xxl-17,.px-xxl-17{padding-right:20rem!important}.pb-xxl-17,.py-xxl-17{padding-bottom:20rem!important}.pl-xxl-17,.px-xxl-17{padding-left:20rem!important}.p-xxl-18{padding:24rem!important}.pt-xxl-18,.py-xxl-18{padding-top:24rem!important}.pr-xxl-18,.px-xxl-18{padding-right:24rem!important}.pb-xxl-18,.py-xxl-18{padding-bottom:24rem!important}.pl-xxl-18,.px-xxl-18{padding-left:24rem!important}.m-xxl-n1{margin:-.25rem!important}.mt-xxl-n1,.my-xxl-n1{margin-top:-.25rem!important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-.25rem!important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-.25rem!important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.mt-xxl-n2,.my-xxl-n2{margin-top:-.5rem!important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-.5rem!important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-.5rem!important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-.5rem!important}.m-xxl-n3{margin:-.75rem!important}.mt-xxl-n3,.my-xxl-n3{margin-top:-.75rem!important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-.75rem!important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-.75rem!important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-.75rem!important}.m-xxl-n4{margin:-1rem!important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1rem!important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1rem!important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1rem!important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1rem!important}.m-xxl-n5{margin:-1.5rem!important}.mt-xxl-n5,.my-xxl-n5{margin-top:-1.5rem!important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-1.5rem!important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-1.5rem!important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-1.5rem!important}.m-xxl-n6{margin:-2rem!important}.mt-xxl-n6,.my-xxl-n6{margin-top:-2rem!important}.mr-xxl-n6,.mx-xxl-n6{margin-right:-2rem!important}.mb-xxl-n6,.my-xxl-n6{margin-bottom:-2rem!important}.ml-xxl-n6,.mx-xxl-n6{margin-left:-2rem!important}.m-xxl-n7{margin:-2.5rem!important}.mt-xxl-n7,.my-xxl-n7{margin-top:-2.5rem!important}.mr-xxl-n7,.mx-xxl-n7{margin-right:-2.5rem!important}.mb-xxl-n7,.my-xxl-n7{margin-bottom:-2.5rem!important}.ml-xxl-n7,.mx-xxl-n7{margin-left:-2.5rem!important}.m-xxl-n8{margin:-3rem!important}.mt-xxl-n8,.my-xxl-n8{margin-top:-3rem!important}.mr-xxl-n8,.mx-xxl-n8{margin-right:-3rem!important}.mb-xxl-n8,.my-xxl-n8{margin-bottom:-3rem!important}.ml-xxl-n8,.mx-xxl-n8{margin-left:-3rem!important}.m-xxl-n9{margin:-4rem!important}.mt-xxl-n9,.my-xxl-n9{margin-top:-4rem!important}.mr-xxl-n9,.mx-xxl-n9{margin-right:-4rem!important}.mb-xxl-n9,.my-xxl-n9{margin-bottom:-4rem!important}.ml-xxl-n9,.mx-xxl-n9{margin-left:-4rem!important}.m-xxl-n10{margin:-5rem!important}.mt-xxl-n10,.my-xxl-n10{margin-top:-5rem!important}.mr-xxl-n10,.mx-xxl-n10{margin-right:-5rem!important}.mb-xxl-n10,.my-xxl-n10{margin-bottom:-5rem!important}.ml-xxl-n10,.mx-xxl-n10{margin-left:-5rem!important}.m-xxl-n11{margin:-6rem!important}.mt-xxl-n11,.my-xxl-n11{margin-top:-6rem!important}.mr-xxl-n11,.mx-xxl-n11{margin-right:-6rem!important}.mb-xxl-n11,.my-xxl-n11{margin-bottom:-6rem!important}.ml-xxl-n11,.mx-xxl-n11{margin-left:-6rem!important}.m-xxl-n12{margin:-8rem!important}.mt-xxl-n12,.my-xxl-n12{margin-top:-8rem!important}.mr-xxl-n12,.mx-xxl-n12{margin-right:-8rem!important}.mb-xxl-n12,.my-xxl-n12{margin-bottom:-8rem!important}.ml-xxl-n12,.mx-xxl-n12{margin-left:-8rem!important}.m-xxl-n13{margin:-10rem!important}.mt-xxl-n13,.my-xxl-n13{margin-top:-10rem!important}.mr-xxl-n13,.mx-xxl-n13{margin-right:-10rem!important}.mb-xxl-n13,.my-xxl-n13{margin-bottom:-10rem!important}.ml-xxl-n13,.mx-xxl-n13{margin-left:-10rem!important}.m-xxl-n14{margin:-12rem!important}.mt-xxl-n14,.my-xxl-n14{margin-top:-12rem!important}.mr-xxl-n14,.mx-xxl-n14{margin-right:-12rem!important}.mb-xxl-n14,.my-xxl-n14{margin-bottom:-12rem!important}.ml-xxl-n14,.mx-xxl-n14{margin-left:-12rem!important}.m-xxl-n15{margin:-14rem!important}.mt-xxl-n15,.my-xxl-n15{margin-top:-14rem!important}.mr-xxl-n15,.mx-xxl-n15{margin-right:-14rem!important}.mb-xxl-n15,.my-xxl-n15{margin-bottom:-14rem!important}.ml-xxl-n15,.mx-xxl-n15{margin-left:-14rem!important}.m-xxl-n16{margin:-16rem!important}.mt-xxl-n16,.my-xxl-n16{margin-top:-16rem!important}.mr-xxl-n16,.mx-xxl-n16{margin-right:-16rem!important}.mb-xxl-n16,.my-xxl-n16{margin-bottom:-16rem!important}.ml-xxl-n16,.mx-xxl-n16{margin-left:-16rem!important}.m-xxl-n17{margin:-20rem!important}.mt-xxl-n17,.my-xxl-n17{margin-top:-20rem!important}.mr-xxl-n17,.mx-xxl-n17{margin-right:-20rem!important}.mb-xxl-n17,.my-xxl-n17{margin-bottom:-20rem!important}.ml-xxl-n17,.mx-xxl-n17{margin-left:-20rem!important}.m-xxl-n18{margin:-24rem!important}.mt-xxl-n18,.my-xxl-n18{margin-top:-24rem!important}.mr-xxl-n18,.mx-xxl-n18{margin-right:-24rem!important}.mb-xxl-n18,.my-xxl-n18{margin-bottom:-24rem!important}.ml-xxl-n18,.mx-xxl-n18{margin-left:-24rem!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}


/*----------

	# Wordpress Blocks

*************************************************************/
.wp-block-image.mb-0 figure {
	margin-bottom: 0;
}
.wp-block-image figcaption {
	margin-bottom: 0;
	font-size: 0.875rem;
}
.wp-block-image .aligncenter figcaption {
	text-align: center;
}
.wp-block-image .alignright figcaption {
	text-align: right;
}

.img-style-message img {
	max-width: 100px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 15px 30px -25px black !important;
	   -moz-box-shadow: 0 15px 30px -25px black !important;
			box-shadow: 0 15px 30px -25px black !important;
}
@media (min-width: 768px) {
	.img-style-message img {
		max-width: 120px;
	}
}

.splitcontent-media-25 .kt-sc-imgcol {
	min-height: 25vh !important;
}
.splitcontent-media-33 .kt-sc-imgcol {
	min-height: 33vh !important;
}
.splitcontent-media-50 .kt-sc-imgcol {
	min-height: 50vh !important;
}
.splitcontent-media-66 .kt-sc-imgcol {
	min-height: 66vh !important;
}
.splitcontent-media-75 .kt-sc-imgcol {
	min-height: 75vh !important;
}
.splitcontent-media-83 .kt-sc-imgcol {
	min-height: 83vh !important;
}
.splitcontent-media-100 .kt-sc-imgcol {
	min-height: 100vh !important;
}
.splitcontent-content-25 .kt-sc-textcol {
	min-height: 25vh !important;
}
.splitcontent-content-33 .kt-sc-textcol {
	min-height: 33vh !important;
}
.splitcontent-content-50 .kt-sc-textcol {
	min-height: 50vh !important;
}
.splitcontent-content-66 .kt-sc-textcol {
	min-height: 66vh !important;
}
.splitcontent-content-75 .kt-sc-textcol {
	min-height: 75vh !important;
}
.splitcontent-content-83 .kt-sc-textcol {
	min-height: 83vh !important;
}
.splitcontent-content-100 .kt-sc-textcol {
	min-height: 100vh !important;
}
@media (min-width: 768px) {
	.splitcontent-content-25 .kt-sc-textcol {
		min-height: 0 !important;
	}
	.splitcontent-content-33 .kt-sc-textcol {
		min-height: 0 !important;
	}
	.splitcontent-content-50 .kt-sc-textcol {
		min-height: 0 !important;
	}
	.splitcontent-content-66 .kt-sc-textcol {
		min-height: 0 !important;
	}
	.splitcontent-content-75 .kt-sc-textcol {
		min-height: 0 !important;
	}
	.splitcontent-content-83 .kt-sc-textcol {
		min-height: 0 !important;
	}
	.splitcontent-content-100 .kt-sc-textcol {
		min-height: 0 !important;
	}
	.splitcontent-media-25 .kt-sc-imgcol,
	.splitcontent-media-25 .kt-sc-textcol {
		min-height: 25vh !important;
	}
	.splitcontent-media-33 .kt-sc-imgcol,
	.splitcontent-media-33 .kt-sc-textcol {
		min-height: 33vh !important;
	}
	.splitcontent-media-50 .kt-sc-imgcol,
	.splitcontent-media-50 .kt-sc-textcol {
		min-height: 50vh !important;
	}
	.splitcontent-media-66 .kt-sc-imgcol,
	.splitcontent-media-66 .kt-sc-textcol {
		min-height: 66vh !important;
	}
	.splitcontent-media-75 .kt-sc-imgcol,
	.splitcontent-media-75 .kt-sc-textcol {
		min-height: 75vh !important;
	}
	.splitcontent-media-83 .kt-sc-imgcol,
	.splitcontent-media-83 .kt-sc-textcol {
		min-height: 83vh !important;
	}
	.splitcontent-media-100 .kt-sc-imgcol,
	.splitcontent-media-100 .kt-sc-textcol {
		min-height: 100vh !important;
	}
	.splitcontent-media-md-25 .kt-sc-imgcol,
	.splitcontent-media-md-25 .kt-sc-textcol {
		min-height: 25vh !important;
	}
	.splitcontent-media-md-33 .kt-sc-imgcol,
	.splitcontent-media-md-33 .kt-sc-textcol {
		min-height: 33vh !important;
	}
	.splitcontent-media-md-50 .kt-sc-imgcol,
	.splitcontent-media-md-50 .kt-sc-textcol {
		min-height: 50vh !important;
	}
	.splitcontent-media-md-66 .kt-sc-imgcol,
	.splitcontent-media-md-66 .kt-sc-textcol {
		min-height: 66vh !important;
	}
	.splitcontent-media-md-75 .kt-sc-imgcol,
	.splitcontent-media-md-75 .kt-sc-textcol {
		min-height: 75vh !important;
	}
	.splitcontent-media-md-83 .kt-sc-imgcol,
	.splitcontent-media-md-83 .kt-sc-textcol {
		min-height: 83vh !important;
	}
	.splitcontent-media-md-100 .kt-sc-imgcol,
	.splitcontent-media-md-100 .kt-sc-textcol {
		min-height: 100vh !important;
	}
}
@media (min-width: 992px) {
	.splitcontent-media-lg-25 .kt-sc-imgcol,
	.splitcontent-media-lg-25 .kt-sc-textcol {
		min-height: 25vh !important;
	}
	.splitcontent-media-lg-33 .kt-sc-imgcol,
	.splitcontent-media-lg-33 .kt-sc-textcol {
		min-height: 33vh !important;
	}
	.splitcontent-media-lg-50 .kt-sc-imgcol,
	.splitcontent-media-lg-50 .kt-sc-textcol {
		min-height: 50vh !important;
	}
	.splitcontent-media-lg-66 .kt-sc-imgcol,
	.splitcontent-media-lg-66 .kt-sc-textcol {
		min-height: 66vh !important;
	}
	.splitcontent-media-lg-75 .kt-sc-imgcol,
	.splitcontent-media-lg-75 .kt-sc-textcol {
		min-height: 75vh !important;
	}
	.splitcontent-media-lg-83 .kt-sc-imgcol,
	.splitcontent-media-lg-83 .kt-sc-textcol {
		min-height: 83vh !important;
	}
	.splitcontent-media-lg-100 .kt-sc-imgcol,
	.splitcontent-media-lg-100 .kt-sc-textcol {
		min-height: 100vh !important;
	}
}
@media (min-width: 1200px) {
	.splitcontent-media-xl-25 .kt-sc-imgcol,
	.splitcontent-media-xl-25 .kt-sc-textcol {
		min-height: 25vh !important;
	}
	.splitcontent-media-xl-33 .kt-sc-imgcol,
	.splitcontent-media-xl-33 .kt-sc-textcol {
		min-height: 33vh !important;
	}
	.splitcontent-media-xl-50 .kt-sc-imgcol,
	.splitcontent-media-xl-50 .kt-sc-textcol {
		min-height: 50vh !important;
	}
	.splitcontent-media-xl-66 .kt-sc-imgcol,
	.splitcontent-media-xl-66 .kt-sc-textcol {
		min-height: 66vh !important;
	}
	.splitcontent-media-xl-75 .kt-sc-imgcol,
	.splitcontent-media-xl-75 .kt-sc-textcol {
		min-height: 75vh !important;
	}
	.splitcontent-media-xl-83 .kt-sc-imgcol,
	.splitcontent-media-xl-83 .kt-sc-textcol {
		min-height: 83vh !important;
	}
	.splitcontent-media-xl-100 .kt-sc-imgcol,
	.splitcontent-media-xl-100 .kt-sc-textcol {
		min-height: 100vh !important;
	}
}
@media (min-width: 1400px) {
	.splitcontent-media-xxl-25 .kt-sc-imgcol,
	.splitcontent-media-xxl-25 .kt-sc-textcol {
		min-height: 25vh !important;
	}
	.splitcontent-media-xxl-33 .kt-sc-imgcol,
	.splitcontent-media-xxl-33 .kt-sc-textcol {
		min-height: 33vh !important;
	}
	.splitcontent-media-xxl-50 .kt-sc-imgcol,
	.splitcontent-media-xxl-50 .kt-sc-textcol {
		min-height: 50vh !important;
	}
	.splitcontent-media-xxl-66 .kt-sc-imgcol,
	.splitcontent-media-xxl-66 .kt-sc-textcol {
		min-height: 66vh !important;
	}
	.splitcontent-media-xxl-75 .kt-sc-imgcol,
	.splitcontent-media-xxl-75 .kt-sc-textcol {
		min-height: 75vh !important;
	}
	.splitcontent-media-xxl-83 .kt-sc-imgcol,
	.splitcontent-media-xxl-83 .kt-sc-textcol {
		min-height: 83vh !important;
	}
	.splitcontent-media-xxl-100 .kt-sc-imgcol,
	.splitcontent-media-xxl-100 .kt-sc-textcol {
		min-height: 100vh !important;
	}
}





.pagetitle-style-bold {
	width: calc(100% + 1rem);
	margin-top: -1.5rem;
	margin-left: -1rem;
}
.pagetitle-style-bold .breadcrumb-wrapper {
	padding: 0 1rem;
	font-size: 0.875rem;
}
.pagetitle-style-bold .title-wrapper {
	padding: 1.75rem 1rem 1.5rem 1rem;
}
@media (min-width: 576px) {
	.pagetitle-style-bold {
		width: calc(100% + 2rem);
		margin-left: -4rem;
	}
	.pagetitle-style-bold .breadcrumb-wrapper {
		padding-right: 4rem;
		padding-left: 4rem;
	}
	.pagetitle-style-bold .title-wrapper {
		position: relative;
		padding: 1.875rem 4rem;
	}
}
@media (min-width: 768px) {
	.pagetitle-style-bold {
		width: calc(100% + 4rem);
	}
}
@media (min-width: 992px) {
	.pagetitle-style-bold {
		width: calc(100% + 8rem);
		margin-top: -3rem;
	}
	.pagetitle-style-bold .title-wrapper {
		padding: 2.125rem 5rem 2.125rem 4rem;
	}
}
@media (min-width: 1200px) {
	.pagetitle-style-bold {
		margin-top: -3rem;
	}
	.pagetitle-style-bold .title-wrapper {
		padding-right: 4rem;
	}
}
@media (min-width: 1400px) {
	.pagetitle-style-bold {
		width: 100%;
		margin-top: calc(-5rem + 10px);
		margin-left: 0;
	}
	.pagetitle-style-bold .title-wrapper {
		padding-right: 86px;
		padding-left: 86px;
	}
}

.breadcrumb-entry {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 28px;
	background: url(../images/icon-breadcrumb-dark.svg) top 1rem left no-repeat;
	background-size: 24px 16px;
    font-size: 0.75rem;
    font-weight: normal;
	line-height: 24px;
	color: #000;
}
.breadcrumb-entry a {
    font-weight: normal;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
	color: #000;
}
.breadcrumb-entry a:hover {
	color: #BB2660;
}
.breadcrumb-entry.text-light,
.text-light .breadcrumb-entry {
	background: url(../images/icon-breadcrumb-light.svg) top 1rem left no-repeat;
	background-size: 24px 16px;
}
.breadcrumb-entry.text-light,
.breadcrumb-entry.text-light a,
.breadcrumb-entry.text-light a:hover,
.text-light .breadcrumb-entry,
.text-light .breadcrumb-entry a,
.text-light .breadcrumb-entry a:hover {
	color: #fff;
}
.breadcrumb-entry.text-light a:hover,
.text-light .breadcrumb-entry a:hover {
	color: #008268;
}

.label-section-shadow {
	position: relative;
}
.label-section-shadow::after {
	content: '';
	position: absolute;
	top: 0;
	right: -8px;
	width: 0;
	height: 0;
	border-bottom: 8px solid black;
	border-right: 8px solid transparent;
}


.map-google {
	height: 450px;
}
@media (min-width: 992px) { 
	.map-google {
		height: 66vh;
		min-height: 560px;
		max-height: 720px;
	}
}

.sticky-sidebar{
    will-change: min-height;
}

.sticky-inner{
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.fm-form-container.fm-theme1 {
    width: 100% !important;
}
.fm-form-container.fm-theme1 .fm-pages .page_percentage_deactive {
	margin-bottom: 0 !important;
	padding: 0 !important;
	background-color: #000 !important;
	color: #fff !important;
}
.fm-form-container.fm-theme1 .fm-pages .page_percentage_active {
    padding: 8px;
    background-color: #702b91 !important;
	text-align: center !important;
	color: #fff !important;
}
.wdform_percentage_title {
    margin-left: 16px !important;
}
.fm-form-container.fm-theme1 .fm-pages.wdform_page_navigation {
	padding: 0 !important;
}
.fm-form-container.fm-theme1 .fm-form {
    padding: 0 !important;
}
.fm-form-container.fm-theme1 #form6 {
	padding: 0 !important;
}
.fm-form .wdform-field {
   	height: auto !important;
    justify-content: flex-start !important;
}
.fm-form-builder .wdform_column {
	width: 100%;
	margin-bottom: 0 !important;
}
.fm-form .fm-form-builder .wdform_section:first-child:nth-last-child(4), 
.fm-form .fm-form-builder .wdform_section:first-child:nth-last-child(4)~.wdform_section {
    width: 100% !important;
}
.fm-form .wdform-field:not([type=type_hidden]) {
  	--bs-gutter-x: 1.5rem !important;
  	--bs-gutter-y: 0 !important;
  	display: flex !important;
  	flex-wrap: wrap !important;
  	margin-top: calc(var(--bs-gutter-y) * -1) !important;
	padding: 2rem 0!important;
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5 !important;
}
.fm-form .wdform-field:not([type=type_hidden]) > * {
  	box-sizing: border-box !important;
  	flex-shrink: 0 !important;
  	max-width: 100% !important;
  	padding-right: calc(var(--bs-gutter-x) / 2) !important;
  	padding-left: calc(var(--bs-gutter-x) / 2) !important;
  	margin-top: var(--bs-gutter-y) !important;
}
.fm-form .wd-width-30 {
    flex: 0 0 auto !important;
  	width: 33.3333333333% !important;
}
.fm-form .wd-width-70 {
    flex: 0 0 auto !important;
  	width: 66.6666666667% !important;
}
.fm-error, 
.fm-not-filled {
	display: none !important;
	position: absolute;
	margin-top: -1.625rem;
	margin-left: 33.3333333333% !important;
	padding-left: 0.75rem !important;
}

.fm-form .wdform-label-section {
    margin-bottom: 0 !important;
	padding-right: 16px !important;
	text-align: left;
	font-weight: bold;
	color: #000;
}
.fm-form-container.fm-theme1 .fm-form .wdform-required {
	color: red;
}

.fm-form-container.fm-theme1 .fm-form input[type="text"], .fm-form-container.fm-theme1 .fm-form .ui-corner-all:not(.ui-spinner):not(.ui-slider-horizontal), .fm-form-container.fm-theme1 .fm-form input[type="number"], .fm-form-container.fm-theme1 .fm-form input[type=password], .fm-form-container.fm-theme1 .fm-form input[type=url], .fm-form-container.fm-theme1 .fm-form input[type=email], .fm-form-container.fm-theme1 .fm-form textarea, .fm-form-container.fm-theme1 .fm-form .StripeElement, .fm-form-container.fm-theme1 .fm-form .ui-spinner-input, .fm-form-container.fm-theme1 .fm-form .file-upload-status, .fm-form-container.fm-theme1 .fm-form select {
    padding: 8px 12px !important;
}

.fm-form-container.fm-theme1 .fm-form #wdform_10_day6 {
	width: 72px !important;
}
.fm-form-container.fm-theme1 .fm-form #wdform_10_month6 {
	width: 132px !important;
}
.fm-form-container.fm-theme1 .fm-form #wdform_10_year6 {
	width: 96px !important;
}

.fm-form-builder .wdform_section {
    display: block !important;
}


.fm-form-container.fm-theme1 .fm-form .wdform_footer {
	z-index: 10;
	position: relative;
	width: 100% !important;
	/*
    margin: 16px 0 0 0 !important;
	background-color: #702b91 !important;
	*/
}
.previous-page,
.next-page {
	background-color: #702b91 !important;
	color: #fff !important;
	text-align: center !important;
}
.page-numbers {
	background-color: #702b91 !important;
	color: #fff !important;
}
.fm-form .wdform-page-button {
    display: block !important;
	padding: 2rem 0 !important;
	font-weight: bold;
}

.wdform_button button {
	border: 1px solid;
    border-color: #e1e3e5;
    border-radius: 4px;
	background-color: #fff;
    color: rgba(0,0,0,.8);
    line-height: 1;
    padding: 1rem 2rem;
}
.wdform_button button:hover {
	border-color: #702b91;
	color: #702b91;
}
	

@media screen and (max-width: 767.98px) {
	.fm-form .wd-width-30 {
		flex: 0 0 auto !important;
    	width: 100% !important;
	}
	.fm-form .wd-width-70 {
		flex: 0 0 auto !important;
    	width: 100% !important;
	}
	.fm-form .wdform-label-section {
		text-align: left;
		margin-bottom: 4px !important;
		font-size: 16px !important;
	}
	.fm-error, 
	.fm-not-filled {
		font-size: 12px;
		width: 100%;
		margin-left: 0 !important;
		padding-left: 1rem !important;
		padding-right: 1rem;
	}
}
@media screen and (max-width: 359.98px) {
	.fm-form-container.fm-theme1 .fm-form #wdform_10_day6 {
		width: 72px !important;
		padding-left: 8px;
		padding-right: 8px;
	}
	.fm-form-container.fm-theme1 .fm-form #wdform_10_month6 {
		width: 120px !important;
		padding-left: 8px;
		padding-right: 8px;
	}
	.fm-form-container.fm-theme1 .fm-form #wdform_10_year6 {
		width: 100px !important;
		padding-left: 8px;
		padding-right: 8px;
	}
}