.u-hidden {
	display: none !important
}

.u-block {
	display: block !important
}

.u-inline {
	display: inline !important
}

.u-inline-block {
	display: inline-block !important
}

.u-flex {
	display: flex !important
}

.u-inline-flex {
	display: inline-flex !important
}

.u-grid {
	display: grid !important
}

.u-flex-row {
	flex-direction: row !important
}

.u-flex-col {
	flex-direction: column !important
}

.u-flex-wrap {
	flex-wrap: wrap !important
}

.u-flex-nowrap {
	flex-wrap: nowrap !important
}

.u-justify-start {
	justify-content: flex-start !important
}

.u-justify-end {
	justify-content: flex-end !important
}

.u-justify-center {
	justify-content: center !important
}

.u-justify-between {
	justify-content: space-between !important
}

.u-justify-around {
	justify-content: space-around !important
}

.u-justify-evenly {
	justify-content: space-evenly !important
}

.u-items-start {
	align-items: flex-start !important
}

.u-items-end {
	align-items: flex-end !important
}

.u-items-center {
	align-items: center !important
}

.u-items-baseline {
	align-items: baseline !important
}

.u-items-stretch {
	align-items: stretch !important
}

.u-flex-1 {
	flex: 1 1 0% !important
}

.u-flex-auto {
	flex: 1 1 auto !important
}

.u-flex-initial {
	flex: 0 1 auto !important
}

.u-flex-none {
	flex: none !important
}

.u-m-0 {
	margin: 0 !important
}

.u-mt-0 {
	margin-top: 0 !important
}

.u-mr-0 {
	margin-right: 0 !important
}

.u-mb-0 {
	margin-bottom: 0 !important
}

.u-ml-0 {
	margin-left: 0 !important
}

.u-mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important
}

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

.u-m-1 {
	margin: 0.25rem !important
}

.u-mt-1 {
	margin-top: 0.25rem !important
}

.u-mr-1 {
	margin-right: 0.25rem !important
}

.u-mb-1 {
	margin-bottom: 0.25rem !important
}

.u-ml-1 {
	margin-left: 0.25rem !important
}

.u-mx-1 {
	margin-left: 0.25rem !important;
	margin-right: 0.25rem !important
}

.u-my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important
}

.u-m-2 {
	margin: 0.5rem !important
}

.u-mt-2 {
	margin-top: 0.5rem !important
}

.u-mr-2 {
	margin-right: 0.5rem !important
}

.u-mb-2 {
	margin-bottom: 0.5rem !important
}

.u-ml-2 {
	margin-left: 0.5rem !important
}

.u-mx-2 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important
}

.u-my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important
}

.u-m-3 {
	margin: 0.75rem !important
}

.u-mt-3 {
	margin-top: 0.75rem !important
}

.u-mr-3 {
	margin-right: 0.75rem !important
}

.u-mb-3 {
	margin-bottom: 0.75rem !important
}

.u-ml-3 {
	margin-left: 0.75rem !important
}

.u-mx-3 {
	margin-left: 0.75rem !important;
	margin-right: 0.75rem !important
}

.u-my-3 {
	margin-top: 0.75rem !important;
	margin-bottom: 0.75rem !important
}

.u-m-4 {
	margin: 1rem !important
}

.u-mt-4 {
	margin-top: 1rem !important
}

.u-mr-4 {
	margin-right: 1rem !important
}

.u-mb-4 {
	margin-bottom: 1rem !important
}

.u-ml-4 {
	margin-left: 1rem !important
}

.u-mx-4 {
	margin-left: 1rem !important;
	margin-right: 1rem !important
}

.u-my-4 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.u-m-5 {
	margin: 1.25rem !important
}

.u-mt-5 {
	margin-top: 1.25rem !important
}

.u-mr-5 {
	margin-right: 1.25rem !important
}

.u-mb-5 {
	margin-bottom: 1.25rem !important
}

.u-ml-5 {
	margin-left: 1.25rem !important
}

.u-mx-5 {
	margin-left: 1.25rem !important;
	margin-right: 1.25rem !important
}

.u-my-5 {
	margin-top: 1.25rem !important;
	margin-bottom: 1.25rem !important
}

.u-m-6 {
	margin: 1.5rem !important
}

.u-mt-6 {
	margin-top: 1.5rem !important
}

.u-mr-6 {
	margin-right: 1.5rem !important
}

.u-mb-6 {
	margin-bottom: 1.5rem !important
}

.u-ml-6 {
	margin-left: 1.5rem !important
}

.u-mx-6 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important
}

.u-my-6 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.u-m-8 {
	margin: 2rem !important
}

.u-mt-8 {
	margin-top: 2rem !important
}

.u-mr-8 {
	margin-right: 2rem !important
}

.u-mb-8 {
	margin-bottom: 2rem !important
}

.u-ml-8 {
	margin-left: 2rem !important
}

.u-mx-8 {
	margin-left: 2rem !important;
	margin-right: 2rem !important
}

.u-my-8 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important
}

.u-m-10 {
	margin: 2.5rem !important
}

.u-mt-10 {
	margin-top: 2.5rem !important
}

.u-mr-10 {
	margin-right: 2.5rem !important
}

.u-mb-10 {
	margin-bottom: 2.5rem !important
}

.u-ml-10 {
	margin-left: 2.5rem !important
}

.u-mx-10 {
	margin-left: 2.5rem !important;
	margin-right: 2.5rem !important
}

.u-my-10 {
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important
}

.u-m-12 {
	margin: 3rem !important
}

.u-mt-12 {
	margin-top: 3rem !important
}

.u-mr-12 {
	margin-right: 3rem !important
}

.u-mb-12 {
	margin-bottom: 3rem !important
}

.u-ml-12 {
	margin-left: 3rem !important
}

.u-mx-12 {
	margin-left: 3rem !important;
	margin-right: 3rem !important
}

.u-my-12 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.u-m-16 {
	margin: 4rem !important
}

.u-mt-16 {
	margin-top: 4rem !important
}

.u-mr-16 {
	margin-right: 4rem !important
}

.u-mb-16 {
	margin-bottom: 4rem !important
}

.u-ml-16 {
	margin-left: 4rem !important
}

.u-mx-16 {
	margin-left: 4rem !important;
	margin-right: 4rem !important
}

.u-my-16 {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important
}

.u-m-20 {
	margin: 5rem !important
}

.u-mt-20 {
	margin-top: 5rem !important
}

.u-mr-20 {
	margin-right: 5rem !important
}

.u-mb-20 {
	margin-bottom: 5rem !important
}

.u-ml-20 {
	margin-left: 5rem !important
}

.u-mx-20 {
	margin-left: 5rem !important;
	margin-right: 5rem !important
}

.u-my-20 {
	margin-top: 5rem !important;
	margin-bottom: 5rem !important
}

.u-m-24 {
	margin: 6rem !important
}

.u-mt-24 {
	margin-top: 6rem !important
}

.u-mr-24 {
	margin-right: 6rem !important
}

.u-mb-24 {
	margin-bottom: 6rem !important
}

.u-ml-24 {
	margin-left: 6rem !important
}

.u-mx-24 {
	margin-left: 6rem !important;
	margin-right: 6rem !important
}

.u-my-24 {
	margin-top: 6rem !important;
	margin-bottom: 6rem !important
}

.u-m-32 {
	margin: 8rem !important
}

.u-mt-32 {
	margin-top: 8rem !important
}

.u-mr-32 {
	margin-right: 8rem !important
}

.u-mb-32 {
	margin-bottom: 8rem !important
}

.u-ml-32 {
	margin-left: 8rem !important
}

.u-mx-32 {
	margin-left: 8rem !important;
	margin-right: 8rem !important
}

.u-my-32 {
	margin-top: 8rem !important;
	margin-bottom: 8rem !important
}

.u-p-0 {
	padding: 0 !important
}

.u-pt-0 {
	padding-top: 0 !important
}

.u-pr-0 {
	padding-right: 0 !important
}

.u-pb-0 {
	padding-bottom: 0 !important
}

.u-pl-0 {
	padding-left: 0 !important
}

.u-px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important
}

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

.u-p-1 {
	padding: 0.25rem !important
}

.u-pt-1 {
	padding-top: 0.25rem !important
}

.u-pr-1 {
	padding-right: 0.25rem !important
}

.u-pb-1 {
	padding-bottom: 0.25rem !important
}

.u-pl-1 {
	padding-left: 0.25rem !important
}

.u-px-1 {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important
}

.u-py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important
}

.u-p-2 {
	padding: 0.5rem !important
}

.u-pt-2 {
	padding-top: 0.5rem !important
}

.u-pr-2 {
	padding-right: 0.5rem !important
}

.u-pb-2 {
	padding-bottom: 0.5rem !important
}

.u-pl-2 {
	padding-left: 0.5rem !important
}

.u-px-2 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important
}

.u-py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important
}

.u-p-3 {
	padding: 0.75rem !important
}

.u-pt-3 {
	padding-top: 0.75rem !important
}

.u-pr-3 {
	padding-right: 0.75rem !important
}

.u-pb-3 {
	padding-bottom: 0.75rem !important
}

.u-pl-3 {
	padding-left: 0.75rem !important
}

.u-px-3 {
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important
}

.u-py-3 {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important
}

.u-p-4 {
	padding: 1rem !important
}

.u-pt-4 {
	padding-top: 1rem !important
}

.u-pr-4 {
	padding-right: 1rem !important
}

.u-pb-4 {
	padding-bottom: 1rem !important
}

.u-pl-4 {
	padding-left: 1rem !important
}

.u-px-4 {
	padding-left: 1rem !important;
	padding-right: 1rem !important
}

.u-py-4 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.u-p-5 {
	padding: 1.25rem !important
}

.u-pt-5 {
	padding-top: 1.25rem !important
}

.u-pr-5 {
	padding-right: 1.25rem !important
}

.u-pb-5 {
	padding-bottom: 1.25rem !important
}

.u-pl-5 {
	padding-left: 1.25rem !important
}

.u-px-5 {
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important
}

.u-py-5 {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important
}

.u-p-6 {
	padding: 1.5rem !important
}

.u-pt-6 {
	padding-top: 1.5rem !important
}

.u-pr-6 {
	padding-right: 1.5rem !important
}

.u-pb-6 {
	padding-bottom: 1.5rem !important
}

.u-pl-6 {
	padding-left: 1.5rem !important
}

.u-px-6 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important
}

.u-py-6 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.u-p-8 {
	padding: 2rem !important
}

.u-pt-8 {
	padding-top: 2rem !important
}

.u-pr-8 {
	padding-right: 2rem !important
}

.u-pb-8 {
	padding-bottom: 2rem !important
}

.u-pl-8 {
	padding-left: 2rem !important
}

.u-px-8 {
	padding-left: 2rem !important;
	padding-right: 2rem !important
}

.u-py-8 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important
}

.u-p-10 {
	padding: 2.5rem !important
}

.u-pt-10 {
	padding-top: 2.5rem !important
}

.u-pr-10 {
	padding-right: 2.5rem !important
}

.u-pb-10 {
	padding-bottom: 2.5rem !important
}

.u-pl-10 {
	padding-left: 2.5rem !important
}

.u-px-10 {
	padding-left: 2.5rem !important;
	padding-right: 2.5rem !important
}

.u-py-10 {
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important
}

.u-p-12 {
	padding: 3rem !important
}

.u-pt-12 {
	padding-top: 3rem !important
}

.u-pr-12 {
	padding-right: 3rem !important
}

.u-pb-12 {
	padding-bottom: 3rem !important
}

.u-pl-12 {
	padding-left: 3rem !important
}

.u-px-12 {
	padding-left: 3rem !important;
	padding-right: 3rem !important
}

.u-py-12 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.u-p-16 {
	padding: 4rem !important
}

.u-pt-16 {
	padding-top: 4rem !important
}

.u-pr-16 {
	padding-right: 4rem !important
}

.u-pb-16 {
	padding-bottom: 4rem !important
}

.u-pl-16 {
	padding-left: 4rem !important
}

.u-px-16 {
	padding-left: 4rem !important;
	padding-right: 4rem !important
}

.u-py-16 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important
}

.u-p-20 {
	padding: 5rem !important
}

.u-pt-20 {
	padding-top: 5rem !important
}

.u-pr-20 {
	padding-right: 5rem !important
}

.u-pb-20 {
	padding-bottom: 5rem !important
}

.u-pl-20 {
	padding-left: 5rem !important
}

.u-px-20 {
	padding-left: 5rem !important;
	padding-right: 5rem !important
}

.u-py-20 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important
}

.u-p-24 {
	padding: 6rem !important
}

.u-pt-24 {
	padding-top: 6rem !important
}

.u-pr-24 {
	padding-right: 6rem !important
}

.u-pb-24 {
	padding-bottom: 6rem !important
}

.u-pl-24 {
	padding-left: 6rem !important
}

.u-px-24 {
	padding-left: 6rem !important;
	padding-right: 6rem !important
}

.u-py-24 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important
}

.u-p-32 {
	padding: 8rem !important
}

.u-pt-32 {
	padding-top: 8rem !important
}

.u-pr-32 {
	padding-right: 8rem !important
}

.u-pb-32 {
	padding-bottom: 8rem !important
}

.u-pl-32 {
	padding-left: 8rem !important
}

.u-px-32 {
	padding-left: 8rem !important;
	padding-right: 8rem !important
}

.u-py-32 {
	padding-top: 8rem !important;
	padding-bottom: 8rem !important
}

.u-text-xs {
	font-size: .75rem !important
}

.u-text-sm {
	font-size: .875rem !important
}

.u-text-base {
	font-size: 1rem !important
}

.u-text-lg {
	font-size: 1.125rem !important
}

.u-text-xl {
	font-size: 1.25rem !important
}

.u-text-2xl {
	font-size: 1.5rem !important
}

.u-text-3xl {
	font-size: 1.875rem !important
}

.u-text-4xl {
	font-size: 2.25rem !important
}

.u-text-5xl {
	font-size: 3rem !important
}

.u-text-6xl {
	font-size: 3.75rem !important
}

.u-font-light {
	font-weight: 300 !important
}

.u-font-normal {
	font-weight: 400 !important
}

.u-font-medium {
	font-weight: 500 !important
}

.u-font-semibold {
	font-weight: 600 !important
}

.u-font-bold {
	font-weight: 700 !important
}

.u-font-extrabold {
	font-weight: 800 !important
}

.u-text-left {
	text-align: left !important
}

.u-text-center {
	text-align: center !important
}

.u-text-right {
	text-align: right !important
}

.u-text-justify {
	text-align: justify !important
}

.u-text-primary {
	color: #fff !important
}

.u-text-secondary {
	color: #e0e0e0 !important
}

.u-text-tertiary {
	color: #b0b0b0 !important
}

.u-text-inverse {
	color: #000 !important
}

.u-text-brand {
	color: #d4af37 !important
}

.u-text-success {
	color: #34a853 !important
}

.u-text-warning {
	color: #fbbc04 !important
}

.u-text-error {
	color: #ea4335 !important
}

.u-underline {
	text-decoration: underline !important
}

.u-no-underline {
	text-decoration: none !important
}

.u-line-through {
	text-decoration: line-through !important
}

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

.u-lowercase {
	text-transform: lowercase !important
}

.u-capitalize {
	text-transform: capitalize !important
}

.u-normal-case {
	text-transform: none !important
}

.u-leading-tight {
	line-height: 1.25 !important
}

.u-leading-snug {
	line-height: 1.375 !important
}

.u-leading-normal {
	line-height: 1.5 !important
}

.u-leading-relaxed {
	line-height: 1.625 !important
}

.u-leading-loose {
	line-height: 2 !important
}

.u-tracking-tighter {
	letter-spacing: -0.05em !important
}

.u-tracking-tight {
	letter-spacing: -0.025em !important
}

.u-tracking-normal {
	letter-spacing: 0 !important
}

.u-tracking-wide {
	letter-spacing: .025em !important
}

.u-tracking-wider {
	letter-spacing: .05em !important
}

.u-tracking-widest {
	letter-spacing: .1em !important
}

.u-bg-primary {
	background-color: #1d1d1d !important
}

.u-bg-secondary {
	background-color: #1d1d1d !important
}

.u-bg-tertiary {
	background-color: #1d1d1d !important
}

.u-bg-brand {
	background-color: #d4af37 !important
}

.u-bg-success {
	background-color: #34a853 !important
}

.u-bg-warning {
	background-color: #fbbc04 !important
}

.u-bg-error {
	background-color: #ea4335 !important
}

.u-bg-transparent {
	background-color: rgba(0, 0, 0, 0) !important
}

.u-border {
	border: 1px solid #dadce0 !important
}

.u-border-0 {
	border: 0 !important
}

.u-border-t {
	border-top: 1px solid #dadce0 !important
}

.u-border-r {
	border-right: 1px solid #dadce0 !important
}

.u-border-b {
	border-bottom: 1px solid #dadce0 !important
}

.u-border-l {
	border-left: 1px solid #dadce0 !important
}

.u-rounded-none {
	border-radius: 0 !important
}

.u-rounded-sm {
	border-radius: .125rem !important
}

.u-rounded {
	border-radius: .25rem !important
}

.u-rounded-md {
	border-radius: .375rem !important
}

.u-rounded-lg {
	border-radius: .5rem !important
}

.u-rounded-xl {
	border-radius: .75rem !important
}

.u-rounded-2xl {
	border-radius: 1rem !important
}

.u-rounded-3xl {
	border-radius: 1.5rem !important
}

.u-rounded-full {
	border-radius: 9999px !important
}

.u-shadow-sm {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}

.u-shadow {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

.u-shadow-md {
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.u-shadow-lg {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.u-shadow-xl {
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
}

.u-shadow-2xl {
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
}

.u-shadow-inner {
	box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06)
}

.u-shadow-none {
	box-shadow: none !important
}

.u-static {
	position: static !important
}

.u-relative {
	position: relative !important
}

.u-absolute {
	position: absolute !important
}

.u-fixed {
	position: fixed !important
}

.u-sticky {
	position: sticky !important
}

.u-overflow-auto {
	overflow: auto !important
}

.u-overflow-hidden {
	overflow: hidden !important
}

.u-overflow-visible {
	overflow: visible !important
}

.u-overflow-scroll {
	overflow: scroll !important
}

.u-overflow-x-auto {
	overflow-x: auto !important
}

.u-overflow-x-hidden {
	overflow-x: hidden !important
}

.u-overflow-y-auto {
	overflow-y: auto !important
}

.u-overflow-y-hidden {
	overflow-y: hidden !important
}

.u-w-auto {
	width: auto !important
}

.u-w-full {
	width: 100% !important
}

.u-w-screen {
	width: 100vw !important
}

.u-w-min {
	width: min-content !important
}

.u-w-max {
	width: max-content !important
}

.u-h-auto {
	height: auto !important
}

.u-h-full {
	height: 100% !important
}

.u-h-screen {
	height: 100vh !important
}

.u-h-min {
	height: min-content !important
}

.u-h-max {
	height: max-content !important
}

.u-opacity-0 {
	opacity: 0 !important
}

.u-opacity-25 {
	opacity: .25 !important
}

.u-opacity-50 {
	opacity: .5 !important
}

.u-opacity-75 {
	opacity: .75 !important
}

.u-opacity-100 {
	opacity: 1 !important
}

.u-cursor-auto {
	cursor: auto !important
}

.u-cursor-default {
	cursor: default !important
}

.u-cursor-pointer {
	cursor: pointer !important
}

.u-cursor-wait {
	cursor: wait !important
}

.u-cursor-text {
	cursor: text !important
}

.u-cursor-move {
	cursor: move !important
}

.u-cursor-help {
	cursor: help !important
}

.u-cursor-not-allowed {
	cursor: not-allowed !important
}

.u-select-none {
	user-select: none !important
}

.u-select-text {
	user-select: text !important
}

.u-select-all {
	user-select: all !important
}

.u-select-auto {
	user-select: auto !important
}

@media (min-width: 480px) {
	.u-sm\:hidden {
		display: none !important
	}

	.u-sm\:block {
		display: block !important
	}

	.u-sm\:flex {
		display: flex !important
	}

	.u-sm\:grid {
		display: grid !important
	}

	.u-sm\:text-left {
		text-align: left !important
	}

	.u-sm\:text-center {
		text-align: center !important
	}

	.u-sm\:text-right {
		text-align: right !important
	}

	.u-sm\:justify-start {
		justify-content: flex-start !important
	}

	.u-sm\:justify-center {
		justify-content: center !important
	}

	.u-sm\:justify-end {
		justify-content: flex-end !important
	}

	.u-sm\:justify-between {
		justify-content: space-between !important
	}

	.u-sm\:items-start {
		align-items: flex-start !important
	}

	.u-sm\:items-center {
		align-items: center !important
	}

	.u-sm\:items-end {
		align-items: flex-end !important
	}
}

@media (min-width: 768px) {
	.u-md\:hidden {
		display: none !important
	}

	.u-md\:block {
		display: block !important
	}

	.u-md\:flex {
		display: flex !important
	}

	.u-md\:grid {
		display: grid !important
	}

	.u-md\:text-left {
		text-align: left !important
	}

	.u-md\:text-center {
		text-align: center !important
	}

	.u-md\:text-right {
		text-align: right !important
	}

	.u-md\:justify-start {
		justify-content: flex-start !important
	}

	.u-md\:justify-center {
		justify-content: center !important
	}

	.u-md\:justify-end {
		justify-content: flex-end !important
	}

	.u-md\:justify-between {
		justify-content: space-between !important
	}

	.u-md\:items-start {
		align-items: flex-start !important
	}

	.u-md\:items-center {
		align-items: center !important
	}

	.u-md\:items-end {
		align-items: flex-end !important
	}
}

@media (min-width: 1024px) {
	.u-lg\:hidden {
		display: none !important
	}

	.u-lg\:block {
		display: block !important
	}

	.u-lg\:flex {
		display: flex !important
	}

	.u-lg\:grid {
		display: grid !important
	}

	.u-lg\:text-left {
		text-align: left !important
	}

	.u-lg\:text-center {
		text-align: center !important
	}

	.u-lg\:text-right {
		text-align: right !important
	}

	.u-lg\:justify-start {
		justify-content: flex-start !important
	}

	.u-lg\:justify-center {
		justify-content: center !important
	}

	.u-lg\:justify-end {
		justify-content: flex-end !important
	}

	.u-lg\:justify-between {
		justify-content: space-between !important
	}

	.u-lg\:items-start {
		align-items: flex-start !important
	}

	.u-lg\:items-center {
		align-items: center !important
	}

	.u-lg\:items-end {
		align-items: flex-end !important
	}
}

@media (min-width: 1280px) {
	.u-xl\:hidden {
		display: none !important
	}

	.u-xl\:block {
		display: block !important
	}

	.u-xl\:flex {
		display: flex !important
	}

	.u-xl\:grid {
		display: grid !important
	}

	.u-xl\:text-left {
		text-align: left !important
	}

	.u-xl\:text-center {
		text-align: center !important
	}

	.u-xl\:text-right {
		text-align: right !important
	}

	.u-xl\:justify-start {
		justify-content: flex-start !important
	}

	.u-xl\:justify-center {
		justify-content: center !important
	}

	.u-xl\:justify-end {
		justify-content: flex-end !important
	}

	.u-xl\:justify-between {
		justify-content: space-between !important
	}

	.u-xl\:items-start {
		align-items: flex-start !important
	}

	.u-xl\:items-center {
		align-items: center !important
	}

	.u-xl\:items-end {
		align-items: flex-end !important
	}
}

@media (min-width: 1536px) {
	.u-2xl\:hidden {
		display: none !important
	}

	.u-2xl\:block {
		display: block !important
	}

	.u-2xl\:flex {
		display: flex !important
	}

	.u-2xl\:grid {
		display: grid !important
	}

	.u-2xl\:text-left {
		text-align: left !important
	}

	.u-2xl\:text-center {
		text-align: center !important
	}

	.u-2xl\:text-right {
		text-align: right !important
	}

	.u-2xl\:justify-start {
		justify-content: flex-start !important
	}

	.u-2xl\:justify-center {
		justify-content: center !important
	}

	.u-2xl\:justify-end {
		justify-content: flex-end !important
	}

	.u-2xl\:justify-between {
		justify-content: space-between !important
	}

	.u-2xl\:items-start {
		align-items: flex-start !important
	}

	.u-2xl\:items-center {
		align-items: center !important
	}

	.u-2xl\:items-end {
		align-items: flex-end !important
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(20px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-20px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes slideInLeft {
	from {
		opacity: 0;
		transform: translateX(-20px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(20px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes scaleIn {
	from {
		opacity: 0;
		transform: scale(0.9)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes scaleOut {
	from {
		opacity: 1;
		transform: scale(1)
	}

	to {
		opacity: 0;
		transform: scale(0.9)
	}
}

@keyframes rotateIn {
	from {
		opacity: 0;
		transform: rotate(-180deg)
	}

	to {
		opacity: 1;
		transform: rotate(0deg)
	}
}

@keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	100% {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes pulse {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.05)
	}

	100% {
		transform: scale(1)
	}
}

@keyframes shake {

	0%,
	100% {
		transform: translateX(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-10px)
	}

	20%,
	40%,
	60%,
	80% {
		transform: translateX(10px)
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes ping {

	75%,
	100% {
		transform: scale(2);
		opacity: 0
	}
}

@keyframes wiggle {

	0%,
	7% {
		transform: rotateZ(0)
	}

	15% {
		transform: rotateZ(-15deg)
	}

	20% {
		transform: rotateZ(10deg)
	}

	25% {
		transform: rotateZ(-10deg)
	}

	30% {
		transform: rotateZ(6deg)
	}

	35% {
		transform: rotateZ(-4deg)
	}

	40%,
	100% {
		transform: rotateZ(0)
	}
}

.animate-fade-in {
	animation: fadeIn 300ms ease
}

.animate-fade-out {
	animation: fadeOut 300ms ease
}

.animate-slide-up {
	animation: slideUp 300ms ease
}

.animate-slide-down {
	animation: slideDown 300ms ease
}

.animate-slide-in-left {
	animation: slideInLeft 300ms ease
}

.animate-slide-in-right {
	animation: slideInRight 300ms ease
}

.animate-scale-in {
	animation: scaleIn 300ms ease
}

.animate-scale-out {
	animation: scaleOut 300ms ease
}

.animate-rotate-in {
	animation: rotateIn 300ms ease
}

.animate-bounce {
	animation: bounce 1s infinite
}

.animate-pulse {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

.animate-shake {
	animation: shake .5s ease-in-out
}

.animate-spin {
	animation: spin 1s linear infinite
}

.animate-ping {
	animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite
}

.animate-wiggle {
	animation: wiggle 1s ease-in-out
}

.animate-delay-75 {
	animation-delay: 75ms
}

.animate-delay-100 {
	animation-delay: 100ms
}

.animate-delay-150 {
	animation-delay: 150ms
}

.animate-delay-200 {
	animation-delay: 200ms
}

.animate-delay-300 {
	animation-delay: 300ms
}

.animate-delay-500 {
	animation-delay: 500ms
}

.animate-delay-700 {
	animation-delay: 700ms
}

.animate-delay-1000 {
	animation-delay: 1000ms
}

.animate-duration-75 {
	animation-duration: 75ms
}

.animate-duration-100 {
	animation-duration: 100ms
}

.animate-duration-150 {
	animation-duration: 150ms
}

.animate-duration-200 {
	animation-duration: 200ms
}

.animate-duration-300 {
	animation-duration: 300ms
}

.animate-duration-500 {
	animation-duration: 500ms
}

.animate-duration-700 {
	animation-duration: 700ms
}

.animate-duration-1000 {
	animation-duration: 1000ms
}

.animate-fill-none {
	animation-fill-mode: none
}

.animate-fill-forwards {
	animation-fill-mode: forwards
}

.animate-fill-backwards {
	animation-fill-mode: backwards
}

.animate-fill-both {
	animation-fill-mode: both
}

.animate-once {
	animation-iteration-count: 1
}

.animate-twice {
	animation-iteration-count: 2
}

.animate-thrice {
	animation-iteration-count: 3
}

.animate-infinite {
	animation-iteration-count: infinite
}

.animate-normal {
	animation-direction: normal
}

.animate-reverse {
	animation-direction: reverse
}

.animate-alternate {
	animation-direction: alternate
}

.animate-alternate-reverse {
	animation-direction: alternate-reverse
}

.animate-play {
	animation-play-state: running
}

.animate-pause {
	animation-play-state: paused
}

.hover\:animate-bounce:hover {
	animation: bounce 1s infinite
}

.hover\:animate-pulse:hover {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

.hover\:animate-spin:hover {
	animation: spin 1s linear infinite
}

.hover\:animate-ping:hover {
	animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite
}

.hover\:animate-wiggle:hover {
	animation: wiggle 1s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

	.animate-fade-in,
	.animate-fade-out,
	.animate-slide-up,
	.animate-slide-down,
	.animate-slide-in-left,
	.animate-slide-in-right,
	.animate-scale-in,
	.animate-scale-out,
	.animate-rotate-in,
	.animate-bounce,
	.animate-pulse,
	.animate-shake,
	.animate-spin,
	.animate-ping,
	.animate-wiggle {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important
	}
}

*,
*:before,
*:after {
	box-sizing: border-box
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
input,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video,
button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: inherit;
	line-height: inherit;
	vertical-align: baseline;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	text-size-adjust: none
}

footer,
header,
nav,
section,
main {
	display: block
}

body {
	overflow-x: hidden;
	line-height: 1;
	background-color: #1d1d1d;
	color: #fff
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

input {
	-webkit-appearance: none;
	border-radius: 0
}

a {
	text-decoration: none
}

@font-face {
	font-family: Questrial;
	font-display: swap;
	src: url("../fonts/Questrial-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Playfair;
	font-display: swap;
	src: url("../fonts/Playfair-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal
}

.splide__container {
	box-sizing: border-box;
	position: relative
}

.splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block
}

.splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
	display: none
}

.splide__progress__bar {
	width: 0
}

.splide {
	position: relative;
	visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible
}

.splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative
}

.splide__slide img {
	vertical-align: bottom
}

.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: rgba(0, 0, 0, 0);
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}

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

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0
}

@keyframes splide-loading {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
	opacity: 1;
	z-index: 1
}

.splide--rtl {
	direction: rtl
}

.splide__track--ttb>.splide__list {
	display: block
}

.splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1
}

.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
	opacity: .9
}

.splide__arrow:disabled {
	opacity: .3
}

.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__arrow--prev {
	left: 1em
}

.splide__arrow--prev svg {
	transform: scaleX(-1)
}

.splide__arrow--next {
	right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__pagination {
	bottom: .5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1
}

.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: .7;
	padding: 0;
	position: relative;
	transition: transform .2s linear;
	width: 8px
}

.splide__pagination__page.is-active {
	background: #fff;
	transform: scale(1.4);
	z-index: 1
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: .9
}

.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__progress__bar {
	background: #ccc;
	height: 3px
}

.splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
	outline: 0
}

@supports (outline-offset: -3px) {
	.splide__slide:focus-visible {
		outline: 3px solid #0bf;
		outline-offset: -3px
	}
}

@media screen and (-ms-high-contrast: none) {
	.splide__slide:focus-visible {
		border: 3px solid #0bf
	}
}

@supports (outline-offset: -3px) {
	.splide.is-focus-in .splide__slide:focus {
		outline: 3px solid #0bf;
		outline-offset: -3px
	}
}

@media screen and (-ms-high-contrast: none) {
	.splide.is-focus-in .splide__slide:focus {
		border: 3px solid #0bf
	}

	.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
		border-color: #0bf
	}
}

.splide__toggle {
	cursor: pointer
}

.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
	border: 3px solid rgba(0, 0, 0, 0);
	cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
	border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
	transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
	transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
	transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
	transform: rotate(90deg)
}

.splide__pagination--ttb {
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: .5em;
	top: 0
}

.btn {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.5
}

.btn:focus {
	outline: none;
	box-shadow: none
}

.btn {
	height: 44px;
	padding: .75rem 1.5rem;
	border-radius: .375rem;
	transition: all 300ms ease;
	text-decoration: none;
	cursor: pointer;
	user-select: none
}

.btn:disabled {
	opacity: .6;
	cursor: not-allowed
}

.btn--primary {
	background-color: #d4af37;
	color: #fff;
	border: 1px solid #d4af37
}

.btn--primary:hover:not(:disabled) {
	background-color: #b8941f;
	border-color: #b8941f;
	transition: transform 300ms ease
}

.btn--primary:hover:not(:disabled):hover {
	transform: translateY(-4px)
}

.btn--primary:focus {
	outline: none;
	box-shadow: none
}

.btn--secondary {
	background-color: rgba(0, 0, 0, 0);
	color: #d4af37;
	border: 1px solid #d4af37
}

.btn--secondary:hover:not(:disabled) {
	background-color: #d4af37;
	color: #fff;
	transition: transform 300ms ease
}

.btn--secondary:hover:not(:disabled):hover {
	transform: translateY(-4px)
}

.btn--secondary:focus {
	outline: none;
	box-shadow: none
}

.btn--outline {
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	border: 1px solid #dadce0
}

.btn--outline:hover:not(:disabled) {
	background-color: #f8f9fa;
	border-color: #bdc1c6
}

.btn--outline:focus {
	outline: none;
	box-shadow: none
}

.btn--ghost {
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0)
}

.btn--ghost:hover:not(:disabled) {
	background-color: #f1f3f4
}

.btn--ghost:focus {
	outline: none;
	box-shadow: none
}

.btn--link {
	background-color: rgba(0, 0, 0, 0);
	color: #d4af37;
	border: none;
	text-decoration: underline;
	height: auto;
	padding: 0
}

.btn--link:hover:not(:disabled) {
	color: #b8941f;
	text-decoration: none
}

.btn--link:focus {
	outline: none;
	box-shadow: none
}

.btn--sm {
	height: 36px;
	padding: .5rem 1rem;
	font-size: .875rem
}

.btn--lg {
	height: 52px;
	padding: 1rem 2rem;
	font-size: 1.125rem
}

.btn--loading {
	position: relative;
	color: rgba(0, 0, 0, 0)
}

.btn--loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	border: 2px solid currentColor;
	border-radius: 50%;
	border-top-color: rgba(0, 0, 0, 0);
	animation: spin 1s linear infinite
}

.btn--disabled,
.btn:disabled {
	opacity: .6;
	cursor: not-allowed;
	pointer-events: none
}

.btn__icon {
	display: inline-flex;
	align-items: center;
	margin-right: .5rem
}

.btn__icon:last-child {
	margin-right: 0;
	margin-left: .5rem
}

.btn__icon:only-child {
	margin: 0
}

.btn--full {
	width: 100%
}

@media (max-width: 767px) {
	.btn--responsive {
		height: 36px;
		padding: .5rem 1rem;
		font-size: .875rem
	}
}

.btn-group {
	display: inline-flex;
	vertical-align: middle
}

.btn-group .btn {
	position: relative;
	border-radius: 0
}

.btn-group .btn:first-child {
	border-top-left-radius: .375rem;
	border-bottom-left-radius: .375rem
}

.btn-group .btn:last-child {
	border-top-right-radius: .375rem;
	border-bottom-right-radius: .375rem
}

.btn-group .btn:not(:first-child) {
	margin-left: -1px
}

.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active {
	z-index: 1
}

.btn-group .btn:focus {
	z-index: 2
}

.btn-group--vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

.btn-group--vertical .btn {
	width: 100%
}

.btn-group--vertical .btn:first-child {
	border-top-left-radius: .375rem;
	border-top-right-radius: .375rem;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group--vertical .btn:last-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: .375rem;
	border-bottom-right-radius: .375rem
}

.btn-group--vertical .btn:not(:first-child) {
	margin-left: 0;
	margin-top: -1px
}

.fab {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.5
}

.fab:focus {
	outline: none;
	box-shadow: none
}

.fab {
	height: 44px;
	padding: .75rem 1.5rem;
	border-radius: .375rem;
	transition: all 300ms ease;
	text-decoration: none;
	cursor: pointer;
	user-select: none
}

.fab:disabled {
	opacity: .6;
	cursor: not-allowed
}

.fab {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 9999px;
	background-color: #d4af37;
	color: #fff;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.fab:hover:not(:disabled) {
	background-color: #b8941f;
	transition: transform 300ms ease
}

.fab:hover:not(:disabled):hover {
	transform: translateY(-8px)
}

.fab:hover:not(:disabled) {
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
}

.fab:focus:focus {
	outline: none;
	box-shadow: none
}

.fab--sm {
	width: 40px;
	height: 40px
}

.fab--lg {
	width: 64px;
	height: 64px
}

.fab--extended {
	width: auto;
	padding: 0 1.5rem;
	border-radius: 9999px
}

.fab--extended .fab__icon {
	margin-right: .5rem
}

.icon-btn {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center
}

.icon-btn:focus {
	outline: none;
	box-shadow: none
}

.icon-btn {
	width: 40px;
	height: 40px;
	border-radius: .375rem;
	color: #e0e0e0;
	transition: all 300ms ease
}

.icon-btn:hover:not(:disabled) {
	background-color: #f1f3f4;
	color: #fff
}

.icon-btn:focus {
	background-color: #f1f3f4;
	color: #fff
}

.icon-btn:disabled {
	opacity: .5;
	cursor: not-allowed
}

.icon-btn--sm {
	width: 32px;
	height: 32px
}

.icon-btn--lg {
	width: 48px;
	height: 48px
}

.icon-btn--primary {
	color: #d4af37
}

.icon-btn--primary:hover:not(:disabled) {
	background-color: rgba(212, 175, 55, .1);
	color: #b8941f
}

.form-group {
	margin-bottom: 1.5rem
}

.form-group--inline {
	display: flex;
	align-items: flex-start;
	gap: 1rem
}

.form-group--inline .form-label {
	flex-shrink: 0;
	margin-bottom: 0;
	padding-top: .75rem
}

.form-group--inline .form-control,
.form-group--inline .form-select,
.form-group--inline .form-textarea {
	flex: 1
}

.form-group--horizontal {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 1rem;
	align-items: center
}

@media (max-width: 767px) {
	.form-group--horizontal {
		grid-template-columns: 1fr;
		gap: .5rem
	}
}

.form-label {
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.5;
	display: block;
	margin-bottom: .5rem;
	color: #fff
}

.form-label--required::after {
	content: " *";
	color: #ea4335
}

.form-label--optional::after {
	content: " (optional)";
	color: #b0b0b0;
	font-weight: 400
}

.form-control,
.form-select,
.form-textarea {
	width: 100%;
	height: 44px;
	padding: .75rem 1rem;
	border: 1px solid #dadce0;
	border-radius: .375rem;
	background-color: #fff;
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
	transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease
}

.form-control:focus:focus,
.form-select:focus:focus,
.form-textarea:focus:focus {
	outline: none;
	box-shadow: none
}

.form-control:focus,
.form-select:focus,
.form-textarea:focus {
	border-color: #d4af37
}

.form-control::placeholder,
.form-select::placeholder,
.form-textarea::placeholder {
	color: #b0b0b0
}

.form-control:disabled,
.form-select:disabled,
.form-textarea:disabled {
	background-color: #f1f3f4;
	color: #b0b0b0;
	cursor: not-allowed
}

.form-control--sm {
	height: 36px;
	padding: .5rem .75rem;
	font-size: .875rem
}

.form-control--lg {
	height: 52px;
	padding: 1rem 1.25rem;
	font-size: 1.125rem
}

.form-control--error {
	border-color: #ea4335
}

.form-control--error:focus:focus {
	outline: none;
	box-shadow: none
}

.form-control--success {
	border-color: #34a853
}

.form-control--success:focus:focus {
	outline: none;
	box-shadow: none
}

.form-control--disabled {
	background-color: #f1f3f4;
	color: #b0b0b0;
	cursor: not-allowed
}

.form-textarea {
	min-height: 100px;
	resize: vertical;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	line-height: 1.5
}

.form-select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
	background-position: right .75rem center;
	background-repeat: no-repeat;
	background-size: 16px 12px;
	padding-right: 2.5rem;
	appearance: none
}

.form-select:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2303A2CC' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e")
}

.form-check {
	display: flex;
	align-items: flex-start;
	gap: .75rem;
	margin-bottom: 1rem
}

.form-check--inline {
	display: inline-flex;
	margin-right: 1.5rem;
	margin-bottom: 0
}

.form-check__input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.form-check__input:checked+.form-check__label::before {
	background-color: #d4af37;
	border-color: #d4af37
}

.form-check__input:checked+.form-check__label::after {
	opacity: 1
}

.form-check__input:focus+.form-check__label::before:focus {
	outline: none;
	box-shadow: none
}

.form-check__input:disabled+.form-check__label {
	opacity: .6;
	cursor: not-allowed
}

.form-check__label {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	position: relative;
	padding-left: 2rem;
	cursor: pointer;
	user-select: none
}

.form-check__label::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 2px solid #dadce0;
	border-radius: .125rem;
	background-color: #fff;
	transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease
}

.form-check__label::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 3px;
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
	transition: opacity 300ms ease
}

.form-check--radio .form-check__label::before {
	border-radius: 9999px
}

.form-check--radio .form-check__label::after {
	width: 8px;
	height: 8px;
	top: 4px;
	left: 4px;
	border: none;
	border-radius: 9999px;
	background-color: #fff;
	transform: none
}

.form-switch {
	display: flex;
	align-items: center;
	gap: .75rem
}

.form-switch__input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.form-switch__input:checked+.form-switch__toggle {
	background-color: #d4af37
}

.form-switch__input:checked+.form-switch__toggle::after {
	transform: translateX(20px)
}

.form-switch__input:focus+.form-switch__toggle:focus {
	outline: none;
	box-shadow: none
}

.form-switch__input:disabled+.form-switch__toggle {
	opacity: .6;
	cursor: not-allowed
}

.form-switch__toggle {
	position: relative;
	width: 44px;
	height: 24px;
	background-color: #dadce0;
	border-radius: 9999px;
	cursor: pointer;
	transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease
}

.form-switch__toggle::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 9999px;
	transition: transform 300ms ease
}

.form-switch__label {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	cursor: pointer;
	user-select: none
}

.form-help {
	font-size: .75rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: .25rem;
	color: #e0e0e0
}

.form-help--error {
	color: #ea4335
}

.form-help--success {
	color: #34a853
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0
}

.wpcf7-spinner {
	display: none
}

.wpcf7-not-valid-tip {
	margin-top: 5px
}

.form-control.is-valid,
.is-valid.form-textarea,
.is-valid.form-select {
	border-color: #34a853
}

.form-control.is-valid:focus:focus,
.is-valid.form-textarea:focus:focus,
.is-valid.form-select:focus:focus {
	outline: none;
	box-shadow: none
}

.form-control.is-invalid,
.is-invalid.form-textarea,
.is-invalid.form-select {
	border-color: #ea4335
}

.form-control.is-invalid:focus:focus,
.is-invalid.form-textarea:focus:focus,
.is-invalid.form-select:focus:focus {
	outline: none;
	box-shadow: none
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}

.input-group .form-control,
.input-group .form-textarea,
.input-group .form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0
}

.input-group .form-control:focus,
.input-group .form-textarea:focus,
.input-group .form-select:focus {
	z-index: 3
}

.input-group__text {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .75rem 1rem;
	font-size: .875rem;
	font-weight: 400;
	color: #e0e0e0;
	text-align: center;
	white-space: nowrap;
	background-color: #f1f3f4;
	border: 1px solid #dadce0
}

.input-group__prepend .input-group__text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group__prepend .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group__append .input-group__text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group__append .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group__prepend .form-control,
.input-group__prepend .form-textarea,
.input-group__prepend .form-select,
.input-group__append .form-control,
.input-group__append .form-textarea,
.input-group__append .form-select {
	border-radius: 0
}

.input-group__prepend .form-control,
.input-group__prepend .form-textarea,
.input-group__prepend .form-select,
.input-group__append .form-control,
.input-group__append .form-textarea,
.input-group__append .form-select {
	border-radius: 0
}

.input-group__prepend+.form-control,
.input-group__prepend+.form-textarea,
.input-group__prepend+.form-select,
.form-control+.input-group__append,
.form-textarea+.input-group__append,
.form-select+.input-group__append {
	border-radius: 0
}

.input-group__prepend .form-control:first-child,
.input-group__prepend .form-textarea:first-child,
.input-group__prepend .form-select:first-child,
.input-group__append .form-control:last-child,
.input-group__append .form-textarea:last-child,
.input-group__append .form-select:last-child {
	border-radius: .375rem
}

.form-floating {
	position: relative
}

.form-floating .form-control,
.form-floating .form-textarea,
.form-floating .form-select {
	height: calc(3.5rem + 2px);
	padding: 1rem .75rem;
	border-radius: .375rem
}

.form-floating .form-control::placeholder,
.form-floating .form-textarea::placeholder,
.form-floating .form-select::placeholder {
	color: rgba(0, 0, 0, 0)
}

.form-floating .form-control:focus,
.form-floating .form-textarea:focus,
.form-floating .form-select:focus,
.form-floating .form-control:not(:placeholder-shown),
.form-floating .form-textarea:not(:placeholder-shown),
.form-floating .form-select:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating .form-control:focus~.form-floating__label,
.form-floating .form-textarea:focus~.form-floating__label,
.form-floating .form-select:focus~.form-floating__label,
.form-floating .form-control:not(:placeholder-shown)~.form-floating__label,
.form-floating .form-textarea:not(:placeholder-shown)~.form-floating__label,
.form-floating .form-select:not(:placeholder-shown)~.form-floating__label {
	opacity: .65;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating__label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem .75rem;
	overflow: hidden;
	text-align: start;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
	border: 1px solid rgba(0, 0, 0, 0);
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out;
	color: #e0e0e0
}

.card {
	background-color: #fff;
	border-radius: .5rem;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box
}

.card__header {
	padding: 1.5rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #e8eaed
}

.card__header:first-child {
	border-radius: .5rem .5rem 0 0
}

.card__body {
	flex: 1 1 auto;
	padding: 1.5rem
}

.card__footer {
	padding: 1.5rem;
	background-color: rgba(0, 0, 0, 0);
	border-top: 1px solid #e8eaed
}

.card__footer:last-child {
	border-radius: 0 0 .5rem .5rem
}

.card__title {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 1rem 0;
	color: #fff;
	margin-bottom: .5rem
}

.card__title:last-child {
	margin-bottom: 0
}

.card__subtitle {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: -0.5rem;
	margin-bottom: 1rem;
	color: #e0e0e0
}

.card__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 1rem;
	color: #e0e0e0
}

.card__text:last-child {
	margin-bottom: 0
}

.card__link {
	color: #d4af37;
	text-decoration: none
}

.card__link:hover {
	color: #b8941f;
	text-decoration: underline
}

.card__image {
	width: 100%;
	height: auto;
	border-radius: .5rem .5rem 0 0
}

.card__image:last-child {
	border-radius: 0 0 .5rem .5rem
}

.card__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	border-radius: .5rem
}

.card--elevated {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.card--outlined {
	border: 1px solid #e8eaed;
	box-shadow: none
}

.card--flat {
	box-shadow: none;
	border: 1px solid #e8eaed
}

.card--interactive {
	cursor: pointer;
	transition: all 300ms ease
}

.card--interactive:hover {
	transition: transform 300ms ease
}

.card--interactive:hover:hover {
	transform: translateY(-4px)
}

.card--interactive:hover {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.card--sm .card__header,
.card--sm .card__body,
.card--sm .card__footer {
	padding: 1rem
}

.card--lg .card__header,
.card--lg .card__body,
.card--lg .card__footer {
	padding: 2rem
}

.card--primary {
	border-left: 4px solid #d4af37
}

.card--success {
	border-left: 4px solid #34a853
}

.card--warning {
	border-left: 4px solid #fbbc04
}

.card--error {
	border-left: 4px solid #ea4335
}

.card-group {
	display: flex;
	flex-direction: column
}

.card-group .card {
	margin-bottom: 1rem
}

.card-group .card:last-child {
	margin-bottom: 0
}

@media (min-width: 768px) {
	.card-group {
		flex-direction: row
	}

	.card-group .card {
		flex: 1 1 0%;
		margin-bottom: 0;
		margin-right: 1rem
	}

	.card-group .card:last-child {
		margin-right: 0
	}

	.card-group .card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	.card-group .card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
}

.card-deck {
	display: flex;
	flex-direction: column;
	gap: 1rem
}

@media (min-width: 768px) {
	.card-deck {
		flex-direction: row
	}

	.card-deck .card {
		flex: 1 1 0%
	}
}

.card-columns {
	column-count: 1;
	column-gap: 1rem
}

.card-columns .card {
	display: inline-block;
	width: 100%;
	margin-bottom: 1rem
}

@media (min-width: 480px) {
	.card-columns {
		column-count: 2
	}
}

@media (min-width: 1024px) {
	.card-columns {
		column-count: 3
	}
}

@media (min-width: 1280px) {
	.card-columns {
		column-count: 4
	}
}

.card-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr
}

@media (min-width: 480px) {
	.card-grid {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (min-width: 1024px) {
	.card-grid {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media (min-width: 1280px) {
	.card-grid {
		grid-template-columns: repeat(4, 1fr)
	}
}

@media (min-width: 768px) {
	.card-grid--2-cols {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (min-width: 768px) {
	.card-grid--3-cols {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media (min-width: 768px) {
	.card-grid--4-cols {
		grid-template-columns: repeat(4, 1fr)
	}
}

.card-actions {
	display: flex;
	align-items: center;
	gap: .5rem;
	padding: 1rem 1.5rem;
	background-color: #f8f9fa;
	border-top: 1px solid #e8eaed
}

.card-actions--right {
	justify-content: flex-end
}

.card-actions--center {
	justify-content: center
}

.card-actions--space-between {
	justify-content: space-between
}

.card-actions .btn {
	margin: 0
}

.card-media {
	position: relative;
	overflow: hidden;
	border-radius: .5rem .5rem 0 0
}

.card-media__image {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: transform 300ms ease
}

.card--interactive:hover .card-media__image {
	transform: scale(1.05)
}

.card-media__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	display: flex;
	align-items: flex-end;
	padding: 1.5rem;
	color: #fff
}

.card-media__title {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 1rem 0;
	color: #fff;
	color: #fff;
	margin: 0
}

.card-media__subtitle {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: hsla(0, 0%, 100%, .8);
	margin: .25rem 0 0 0
}

.card-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1rem
}

.card-stats__item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 1.5rem;
	text-align: center;
	background-color: #fff;
	border-radius: .5rem;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

.card-stats__value {
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.5;
	color: #d4af37;
	margin-bottom: .25rem
}

.card-stats__label {
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.5;
	color: #e0e0e0;
	text-transform: uppercase;
	letter-spacing: .025em
}

.card-stats__change {
	font-size: .75rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: .25rem
}

.card-stats__change--positive {
	color: #34a853
}

.card-stats__change--negative {
	color: #ea4335
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav__item {
	position: relative
}

.nav__link {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	display: block;
	padding: .75rem 1rem;
	color: #fff;
	text-decoration: none;
	transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease;
	border-radius: .375rem
}

.nav__link:hover {
	color: #d4af37;
	background-color: rgba(212, 175, 55, .05)
}

.nav__link:focus:focus {
	outline: none;
	box-shadow: none
}

.nav__link--active {
	color: #d4af37;
	background-color: rgba(212, 175, 55, .05)
}

.nav__link--disabled {
	color: #b0b0b0;
	pointer-events: none;
	cursor: default
}

.nav--tabs {
	border-bottom: 1px solid #e8eaed
}

.nav--tabs .nav__item {
	margin-bottom: -1px
}

.nav--tabs .nav__link {
	border: 1px solid rgba(0, 0, 0, 0);
	border-top-left-radius: .375rem;
	border-top-right-radius: .375rem
}

.nav--tabs .nav__link:hover {
	border-color: #dadce0;
	background-color: rgba(0, 0, 0, 0)
}

.nav--tabs .nav__link--active {
	color: #fff;
	background-color: #fff;
	border-color: #e8eaed;
	border-bottom-color: #fff
}

.nav--pills .nav__link {
	border-radius: 9999px
}

.nav--pills .nav__link--active {
	color: #fff;
	background-color: #d4af37
}

.nav--underline {
	border-bottom: 1px solid #e8eaed
}

.nav--underline .nav__link {
	position: relative;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	border-radius: 0
}

.nav--underline .nav__link::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #d4af37;
	transition: width 300ms ease
}

.nav--underline .nav__link:hover::after,
.nav--underline .nav__link--active::after {
	width: 100%
}

.nav--underline .nav__link--active {
	color: #d4af37;
	background-color: rgba(0, 0, 0, 0)
}

.nav--sm .nav__link {
	padding: .5rem .75rem;
	font-size: .875rem
}

.nav--lg .nav__link {
	padding: 1rem 1.5rem;
	font-size: 1.125rem
}

.nav--vertical {
	flex-direction: column
}

.nav--vertical .nav__link {
	border-radius: .375rem
}

.nav--horizontal {
	flex-direction: row
}

.nav--fill .nav__item {
	flex: 1 1 auto;
	text-align: center
}

.nav--justify-center {
	justify-content: center
}

.nav--justify-end {
	justify-content: flex-end
}

.nav--justify-between {
	justify-content: space-between
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: .75rem 0;
	margin-bottom: 1rem;
	list-style: none;
	background-color: rgba(0, 0, 0, 0);
	border-radius: .375rem
}

.breadcrumb__item {
	display: flex;
	align-items: center
}

.breadcrumb__item+.breadcrumb__item {
	padding-left: .5rem
}

.breadcrumb__item+.breadcrumb__item::before {
	content: "/";
	display: inline-block;
	padding-right: .5rem;
	color: #b0b0b0;
	font-size: .875rem
}

.breadcrumb__item--active {
	color: #b0b0b0
}

.breadcrumb__link {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #d4af37;
	text-decoration: none;
	transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease
}

.breadcrumb__link:hover {
	color: #b8941f;
	text-decoration: underline
}

.breadcrumb--separator-dot .breadcrumb__item+.breadcrumb__item::before {
	content: "·"
}

.breadcrumb--separator-arrow .breadcrumb__item+.breadcrumb__item::before {
	content: "→"
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .375rem
}

.pagination__item:first-child .pagination__link {
	border-top-left-radius: .375rem;
	border-bottom-left-radius: .375rem
}

.pagination__item:last-child .pagination__link {
	border-top-right-radius: .375rem;
	border-bottom-right-radius: .375rem
}

.pagination__item--active .pagination__link {
	color: #fff;
	background-color: #d4af37;
	border-color: #d4af37
}

.pagination__item--disabled .pagination__link {
	color: #b0b0b0;
	background-color: #fff;
	border-color: #dadce0;
	pointer-events: none
}

.pagination__link {
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	display: block;
	padding: .75rem 1rem;
	margin-left: -1px;
	color: #d4af37;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dadce0;
	transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease
}

.pagination__link:hover {
	color: #b8941f;
	background-color: rgba(212, 175, 55, .05);
	border-color: #bdc1c6
}

.pagination__link:focus {
	outline: none;
	box-shadow: none;
	z-index: 2
}

.pagination--sm .pagination__link {
	padding: .5rem .75rem;
	font-size: .75rem
}

.pagination--lg .pagination__link {
	padding: 1rem 1.5rem;
	font-size: 1rem
}

.dropdown {
	position: relative;
	display: inline-block
}

.dropdown__toggle {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: .5rem;
	padding: .75rem 1rem;
	color: #fff;
	background-color: #fff;
	border: 1px solid #dadce0;
	border-radius: .375rem;
	cursor: pointer;
	transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease
}

.dropdown__toggle:hover {
	background-color: #f8f9fa
}

.dropdown__toggle:focus {
	outline: none;
	box-shadow: none
}

.dropdown__toggle::after {
	content: "";
	width: 0;
	height: 0;
	margin-left: .5rem;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 4px solid currentColor
}

.dropdown__menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	min-width: 160px;
	padding: .5rem 0;
	margin: .25rem 0 0 0;
	background-color: #fff;
	border: 1px solid #e8eaed;
	border-radius: .375rem;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 300ms ease
}

.dropdown__menu--show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}

.dropdown__menu--right {
	left: auto;
	right: 0
}

.dropdown__item {
	display: block
}

.dropdown__link {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	display: block;
	width: 100%;
	padding: .5rem 1rem;
	color: #fff;
	text-decoration: none;
	transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease
}

.dropdown__link:hover {
	color: #d4af37;
	background-color: rgba(212, 175, 55, .05)
}

.dropdown__link:focus:focus {
	outline: none;
	box-shadow: none
}

.dropdown__link--active {
	color: #d4af37;
	background-color: rgba(212, 175, 55, .05)
}

.dropdown__link--disabled {
	color: #b0b0b0;
	pointer-events: none
}

.dropdown__divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e8eaed
}

.dropdown__header {
	font-size: .75rem;
	font-weight: 600;
	line-height: 1.5;
	display: block;
	padding: .25rem 1rem;
	color: #b0b0b0;
	text-transform: uppercase;
	letter-spacing: .025em
}

.news-card {
	background: #1d1d1d;
	border: 1px solid #b3975d;
	border-radius: 40px;
	padding: 40px;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: all .3s ease
}

@media (max-width: 767px) {
	.news-card {
		padding: 30px
	}
}

@media (max-width: 479px) {
	.news-card {
		padding: 24px;
		border-radius: 20px
	}
}

.news-card__date {
	font-size: .875rem;
	color: hsla(0, 0%, 100%, .6);
	margin-bottom: 20px;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

.news-card__title {
	font-weight: 400;
	color: #b3975d;
	margin: 0 0 20px 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 1.4rem;
	line-height: 1.5
}

/*@media (max-width: 992px) {*/
/*    .news-card__title {*/
/*        font-size: 1.4rem*/
/*    }*/
/*}*/


.news-card__title-link {
	color: #fff;
	text-decoration: none;
	transition: color .3s ease
}

.news-card__title-link:hover {
	color: #b3975d
}

.news-card__text {
	font-size: 1rem;
	color: #b3975d;
	line-height: 1.6;
	flex-grow: 1;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	margin-bottom: 20px;
}

@media (max-width: 479px) {
	.news-card__text {
		font-size: .9rem;
	}
}

.news-card__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 32px;
	background: rgba(179, 151, 93, .7);
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	font-size: 1rem;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	transition: all .3s ease;
	align-self: flex-start
}

.news-card__link:hover {
	background: rgba(179, 151, 93, .9)
}

@media (max-width: 479px) {
	.news-card__link {
		padding: 14px 24px;
		font-size: .9rem
	}
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, .7);
	transition: all .3s cubic-bezier(0.4, 0, 0.2, 1)
}

.header--inner {
	background-color: #141f24
}

.header--inner .nav__link {
	color: #fff
}

.header--inner .nav__link:hover {
	color: #fff
}

.header--inner .nav__link:hover::after {
	background-color: #d4af37
}

.header--inner .nav__link--active {
	color: #fff
}

.header--inner .nav__link--active::after {
	background-color: #d4af37
}

.header--inner .mobile-menu__link {
	color: #d4af37
}

.header--inner .mobile-menu__link:hover {
	color: #d4af37
}

.header--inner .mobile-menu__link--active {
	color: #d4af37
}

.header--inner .burger__line {
	background: #fff
}

.header--inner .burger--active .burger__line {
	background: #000
}

.header--scrolled:not(.header--inner) {
	background: rgba(0, 0, 0, .95);
	box-shadow: 0 4px 20px rgba(0, 0, 0, .3)
}

.header--animate-in {
	animation: fadeIn .6s cubic-bezier(0.4, 0, 0.2, 1)
}

.header--animate-out {
	animation: fadeOut .3s cubic-bezier(0.4, 0, 0.2, 1)
}

.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	gap: 32px
}

@media (max-width: 1023px) {
	.header__wrapper {
		gap: 24px
	}
}

@media (max-width: 767px) {
	.header__wrapper {
		gap: 16px
	}
}

.header__logo {
	flex-shrink: 0;
	z-index: 1001
}

.logo__link {
	display: flex;
	align-items: center;
	text-decoration: none;
	transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1)
}

.logo__link:hover {
	transform: scale(1.05)
}

.logo__link:focus {
	outline: none;
	box-shadow: none
}

.logo__image {
	height: 40px;
	width: auto;
	object-fit: contain;
	transition: all .3s cubic-bezier(0.4, 0, 0.2, 1)
}

@media (max-width: 1023px) {
	.logo__image {
		height: 35px
	}
}

@media (max-width: 767px) {
	.logo__image {
		height: 30px
	}
}

@media (max-width: 479px) {
	.logo__image {
		height: 25px
	}
}

.header__nav {
	flex: 1;
	display: flex;
	justify-content: flex-end
}

@media (max-width: 767px) {
	.header__nav {
		display: none
	}
}

.nav__list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 32px;
	list-style: none;
	margin: 0;
	padding: 0
}

@media (max-width: 1279px) {
	.nav__list {
		gap: 4px 28px
	}
}

@media (max-width: 1023px) {
	.nav__list {
		gap: 4px 24px
	}
}

@media (max-width: 767px) {
	.nav__list {
		gap: 20px
	}
}

.nav__item {
	position: relative
}

.nav__item:hover .nav__link {
	color: #b3975d
}

.nav__item--dropdown:hover .nav__dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}

.nav__item--dropdown:hover .nav__arrow {
	transform: rotate(180deg)
}

.nav__link {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	background: none;
	transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	line-height: 1.2
}

@media (max-width: 1279px) {
	.nav__link {
		font-size: 15px
	}
}

@media (max-width: 1023px) {
	.nav__link {
		font-size: 14px
	}
}

.nav__link:focus {
	outline: none;
	box-shadow: none
}

.nav__link--active {
	color: #b3975d
}

.nav__arrow {
	width: 16px;
	height: 16px;
	color: currentColor;
	transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1)
}

.nav__dropdown {
	position: absolute;
	top: calc(100% + 20px);
	left: 0;
	min-width: 250px;
	background: rgba(14, 14, 14, .7);
	padding: 1rem 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 1000
}

.nav__dropdown::before {
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	height: 20px;
	background: rgba(0, 0, 0, 0)
}

.nav__dropdown-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.nav__dropdown-item {
	display: block
}

.nav__dropdown-link {
	display: block;
	padding: .75rem 1.5rem;
	color: #fff;
	font-size: .875rem;
	text-decoration: none;
	transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer
}

.nav__dropdown-link:hover {
	color: #b3975d
}

.header__burger {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: none;
	background: none;
	cursor: pointer;
	padding: 0;
	z-index: 1001
}

@media (max-width: 767px) {
	.header__burger {
		display: flex
	}
}

@media (max-width: 479px) {
	.header__burger {
		display: flex
	}
}

.header__burger:focus {
	outline: none;
	box-shadow: none
}

.burger__line {
	width: 24px;
	height: 2px;
	background: #fff;
	border-radius: 1px;
	transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
	transform-origin: center
}

.burger__line:not(:last-child) {
	margin-bottom: 4px
}

.burger--active .burger__line:nth-child(1) {
	transform: rotate(45deg) translate(6px, 6px)
}

.burger--active .burger__line:nth-child(2) {
	opacity: 0;
	transform: scaleX(0)
}

.burger--active .burger__line:nth-child(3) {
	transform: rotate(-45deg) translate(3px, -3px)
}

.header__mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all .3s cubic-bezier(0.4, 0, 0.2, 1)
}

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

.header__mobile-menu--active .mobile-menu__content {
	transform: translateX(0);
	overflow: auto
}

.mobile-menu__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5)
}

.mobile-menu__content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 320px;
	background: #1d1d1d;
	box-shadow: -4px 0 20px rgba(0, 0, 0, .3);
	transform: translateX(100%);
	transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex;
	flex-direction: column;
	padding: 80px 24px 24px
}

@media (max-width: 479px) {
	.mobile-menu__content {
		width: 100%;
		padding: 80px 20px 20px
	}
}

.mobile-menu__nav {
	flex: 1;
	margin-bottom: 32px
}

.mobile-menu__list {
	list-style: none !important;
	margin: 0;
	padding: 0
}

.mobile-menu__item {
	margin-bottom: 8px
}

.mobile-menu__link {
	display: block;
	padding: 12px 0;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: all .3s cubic-bezier(0.4, 0, 0.2, 1)
}

.mobile-menu__link:hover {
	color: #d4af37
}

.mobile-menu__link:focus {
	outline: none;
	box-shadow: none
}

.mobile-menu__item--dropdown .mobile-menu__dropdown-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 12px 0;
	background: none;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
	gap: 8px
}

.mobile-menu__item--dropdown .mobile-menu__dropdown-toggle:hover,
.mobile-menu__item--dropdown .mobile-menu__dropdown-toggle:focus {
	color: #b3975d;
	outline: none
}

.mobile-menu__item--dropdown .mobile-menu__dropdown-toggle--active {
	color: #b3975d
}

.mobile-menu__item--dropdown .mobile-menu__dropdown-toggle--active .mobile-menu__arrow {
	transform: rotate(180deg)
}

.mobile-menu__item--dropdown .mobile-menu__link-text {
	display: flex;
	align-items: center;
	gap: 8px
}

.mobile-menu__item--dropdown .mobile-menu__arrow {
	width: 16px;
	height: 16px;
	color: currentColor;
	transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1)
}

.mobile-menu__dropdown-list {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s cubic-bezier(0.4, 0, 0.2, 1)
}

.mobile-menu__dropdown-list--active {
	max-height: 60vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.mobile-menu__dropdown-item {
	margin: 0
}

.mobile-menu__dropdown-link {
	display: block;
	padding: 8px 0;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	transition: all .3s cubic-bezier(0.4, 0, 0.2, 1)
}

.mobile-menu__dropdown-link:hover {
	color: #b3975d
}

.mobile-menu__dropdown-link:focus {
	outline: none;
	box-shadow: none
}

@media (max-width: 767px) {
	.header__nav {
		display: none
	}
}

@media (max-width: 479px) {
	.header__container {
		padding: 0 12px
	}

	.header__wrapper {
		min-height: 56px
	}

	.logo__image {
		height: 30px
	}
}

.header--animate-in {
	animation: fadeIn .6s cubic-bezier(0.4, 0, 0.2, 1)
}

.header--animate-out {
	animation: fadeOut .3s cubic-bezier(0.4, 0, 0.2, 1)
}

.nav__link--animate-in {
	animation: slideInLeft .6s cubic-bezier(0.4, 0, 0.2, 1)
}

.footer {
	background: #1d1d1d;
	padding: 0 0 40px 0;
	color: #fff
}

.footer__content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px
}

@media (max-width: 1023px) {
	.footer__content {
		grid-template-columns: 1fr;
		gap: 40px
	}
}

@media (max-width: 767px) {
	.footer__content {
		display: flex;
		flex-direction: column;
		gap: 40px
	}
}

.footer__left {
	display: flex;
	flex-direction: column;
	gap: 40px
}

@media (max-width: 767px) {
	.footer__left {
		order: 2
	}
}

.footer__map {
	/*margin-left: calc(-50vw + 50%);*/
	/*width: calc(50vw + 50%)*/
}

.footer__map iframe {
	border-radius: 40px;
	width: 100%;
	height: 400px;
	border: none
}

@media (max-width: 1023px) {
	.footer__map {
		/*margin-left: calc(-50vw + 50%);*/
		/*width: calc(50vw + 50%)*/
	}

	.footer__map iframe {
		height: 400px
	}
}

@media (max-width: 767px) {
	.footer__map {
		/*margin-left: 0;*/
		width: 100%
	}

	.footer__map iframe {
		border-radius: 20px;
		height: 300px
	}
}

.footer__company-info {
	display: flex;
	gap: 40px;
	align-items: stretch;
	min-height: 400px
}

@media (max-width: 767px) {
	.footer__company-info {
		flex-direction: column-reverse;
		gap: 30px;
		min-height: auto
	}
}

.footer__logo-section {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex: 1;
	justify-content: flex-start
}

.footer__logo-img {
	width: 200px;
	height: auto
}

@media (max-width: 767px) {
	.footer__logo-img {
		width: 150px
	}
}

.footer__building-section {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center
}

/* Hide mobile version on desktop/tablet */
.footer__building-section.hidden {
	display: none
}

/* Show mobile version only on mobile */
@media (max-width: 767px) {
	.footer__building-section:not(.hidden) {
		display: none
	}

	.footer__building-section.hidden {
		display: flex
	}
}

.footer__building-img,
.footer__building-section picture,
.footer__building-section picture img,
.footer__building-img.webpexpress-processed {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 40px
}

@media (max-width: 767px) {

	.footer__building-img,
	.footer__building-section picture,
	.footer__building-section picture img,
	.footer__building-img.webpexpress-processed {
		width: 100%;
		height: 300px;
		border-radius: 20px
	}
}

.footer__details {
	display: flex;
	flex-direction: column;
	gap: 24px;
	flex: 1
}

.footer__address {
	display: flex;
	flex-direction: column
}

.footer__text {
	font-size: 1rem;
	color: #fff;
	margin: 0;
	line-height: 1.4
}

@media screen and (max-width: 992px) {
	.footer__text {
		font-size: 1.2rem;
	}
}

.footer__contact-links {
	display: flex;
	flex-direction: column;
	gap: 10px
}

.footer__phone {
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 400;
	transition: color .3s ease;
	max-width: fit-content
}

@media screen and (max-width: 992px) {
	.footer__phone {
		font-size: 1.2rem;
	}
}

.footer__phone:hover {
	color: #b3975d
}

.footer__email {
	color: #fff;
	text-decoration: underline;
	font-size: 1rem;
	transition: color .3s ease;
	max-width: fit-content
}

@media screen and (max-width: 992px) {
	.footer__email {
		font-size: 1.2rem;
	}
}

.footer__email:hover {
	color: #b3975d
}

.footer__legal-info {
	display: flex;
	flex-direction: column
}

.footer__legal-item {
	font-size: 1rem;
	color: #fff;
	margin: 0;
	line-height: 1.4
}

@media screen and (max-width: 992px) {
	.footer__legal-item {
		font-size: 1.2rem;
	}
}

.footer__legal-label {
	font-weight: 400;
	color: #fff
}

.footer__linkedin {
	margin-top: auto
}

.footer__linkedin-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: opacity .3s ease
}

.footer__linkedin-link:hover {
	opacity: .8
}

.footer__linkedin-icon {
	width: 32px;
	height: 32px
}

.footer__right {
	display: flex;
	flex-direction: column;
	gap: 40px
}

@media (max-width: 767px) {
	.footer__right {
		order: 1
	}
}

.footer__contact {
	display: flex;
	flex-direction: column;
	gap: 30px
}

.footer__contact-title {
	font-size: 3rem;
	font-weight: 400;
	color: #b3975d;
	margin: 0 0 10px 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

@media (max-width: 992px) {
	.footer__contact-title {
		font-size: 2.5rem
	}
}


.footer__form {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.footer__form-group {
	display: flex;
	flex-direction: column
}

.footer__input,
.footer__textarea {
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 20px 15px;
	font-size: 1rem;
	color: #333;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	transition: all .3s ease;
	width: 100%
}

.footer__input::placeholder,
.footer__textarea::placeholder {
	color: #666
}

.footer__input:focus,
.footer__textarea:focus {
	outline: none;
	background: #fff;
	border-color: #b3975d;
	box-shadow: 0 0 0 2px rgba(179, 151, 93, .2)
}

.footer__input:hover,
.footer__textarea:hover {
	border-color: #b3975d
}

.footer__textarea {
	resize: vertical;
	min-height: 180px
}

.footer__checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 10px
}

.footer__checkbox-input {
	appearance: auto;
	margin-top: 2px;
	width: 16px;
	height: 16px
}

.footer__checkbox-label {
	font-size: .9rem;
	color: #fff;
	line-height: 1.4
}

.footer__privacy-link {
	color: #fff;
	text-decoration: underline
}

.footer__privacy-link:hover {
	color: #b3975d
}

.footer__submit-btn {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.5
}

.footer__submit-btn:focus {
	outline: none;
	box-shadow: none
}

.footer__submit-btn {
	height: 44px;
	padding: .75rem 1.5rem;
	border-radius: .375rem;
	transition: all 300ms ease;
	text-decoration: none;
	cursor: pointer;
	user-select: none
}

.footer__submit-btn:disabled {
	opacity: .6;
	cursor: not-allowed
}

.footer__submit-btn {
	background-color: #b3975d;
	color: #fff;
	border: 1px solid #b3975d;
	align-self: flex-start;
	margin-top: 10px
}

.footer__submit-btn:hover:not(:disabled) {
	background-color: #9a7f4a;
	border-color: #9a7f4a
}

.footer__submit-btn:focus:focus {
	outline: none;
	box-shadow: none
}

.footer__submit-btn:active {
	transform: translateY(0)
}

.footer__submit-btn:disabled {
	opacity: .6;
	cursor: not-allowed
}

.footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: auto
}

@media (max-width: 767px) {
	.footer__links {
		display: none
	}
}

.footer__links-mobile {
	display: none;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px
}

@media (max-width: 767px) {
	.footer__links-mobile {
		display: flex
	}
}

.footer__copyright {
	font-size: .9rem;
	color: #fff;
	margin: 0
}

.footer__link {
	color: #b3975d;
	text-decoration: none;
	font-size: .9rem
}

.footer__link:hover {
	color: #fff;
	text-decoration: underline
}

.footer__credits {
	font-size: .9rem;
	color: #fff;
	margin: 0;
	text-decoration: none;
	transition: color .3s ease
}

.footer__credits:hover {
	color: #b3975d
}

.footer__credits-highlight {
	color: #b3975d;
	transition: color .3s ease
}

@media (max-width: 768px) {
	.footer {
		padding: 0 0 30px 0
	}

	.footer__content {
		gap: 30px
	}
}

@media (max-width: 480px) {
	.footer {
		padding: 0 0 20px 0
	}

	.footer__submit-btn {
		width: 100%;
		align-self: stretch
	}
}

.footer__support-title {
	font-size: 1.7rem;
	font-weight: 400;
	color: #b3975d;
	margin: 0 0 15px 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

.footer__support-logo {
	max-width: 90px
}

.footer__support-logo img {
	max-width: 100%;
	height: auto;
}

.main {
	min-height: 100vh;
	padding-top: 80px
}

@media (max-width: 767px) {
	.main {
		padding-top: 60px
	}
}

.main__container {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 16px
}

@media (min-width: 768px) {
	.main__container {
		padding: 0 24px
	}
}

@media (min-width: 1024px) {
	.main__container {
		padding: 0 32px
	}
}

.main__content {
	padding: 2rem 0
}

@media (max-width: 767px) {
	.main__content {
		padding: 1.5rem 0
	}
}

.main--home .main__content {
	padding: 0
}

.main--page .main__content {
	padding: 3rem 0
}

@media (max-width: 767px) {
	.main--page .main__content {
		padding: 2rem 0
	}
}

.main--blog .main__content {
	padding: 2.5rem 0
}

@media (max-width: 767px) {
	.main--blog .main__content {
		padding: 1.5rem 0
	}
}

.page-header {
	background: linear-gradient(135deg, #202124 0%, #3C4043 100%);
	color: #fff;
	padding: 4rem 0;
	margin-bottom: 3rem;
	position: relative;
	overflow: hidden
}

.page-header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
	opacity: .1
}

.page-header__container {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 16px
}

@media (min-width: 768px) {
	.page-header__container {
		padding: 0 24px
	}
}

@media (min-width: 1024px) {
	.page-header__container {
		padding: 0 32px
	}
}

.page-header__container {
	position: relative;
	z-index: 1
}

.page-header__content {
	text-align: center;
	max-width: 800px;
	margin: 0 auto
}

.page-header__title {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 1rem 0;
	color: #fff;
	color: #fff;
	margin-bottom: 1rem
}

@media (max-width: 767px) {
	.page-header__title {
		font-size: 2.25rem
	}
}

@media (max-width: 479px) {
	.page-header__title {
		font-size: 1.875rem
	}
}

.page-header__subtitle {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.625;
	color: #dadce0;
	margin-bottom: 2rem
}

@media (max-width: 767px) {
	.page-header__subtitle {
		font-size: 1.125rem
	}
}

.page-header__breadcrumb {
	margin-bottom: 1.5rem
}

.page-header__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem
}

@media (max-width: 479px) {
	.page-header__actions {
		flex-direction: column;
		width: 100%
	}
}

.section {
	padding: 4rem 0
}

@media (max-width: 767px) {
	.section {
		padding: 3rem 0
	}
}

@media (max-width: 479px) {
	.section {
		padding: 2.5rem 0
	}
}

.section--sm {
	padding: 2rem 0
}

@media (max-width: 767px) {
	.section--sm {
		padding: 1.5rem 0
	}
}

.section--lg {
	padding: 5rem 0
}

@media (max-width: 767px) {
	.section--lg {
		padding: 4rem 0
	}
}

.section--xl {
	padding: 6rem 0
}

@media (max-width: 767px) {
	.section--xl {
		padding: 5rem 0
	}
}

.section--dark {
	background-color: #202124;
	color: #fff
}

.section--light {
	background-color: #f8f9fa
}

.section--primary {
	background-color: #d4af37;
	color: #fff
}

.section--gradient {
	background: linear-gradient(135deg, #D4AF37 0%, #B8941F 100%);
	color: #fff
}

.section__container {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 16px
}

@media (min-width: 768px) {
	.section__container {
		padding: 0 24px
	}
}

@media (min-width: 1024px) {
	.section__container {
		padding: 0 32px
	}
}

.section__header {
	text-align: center;
	margin-bottom: 3rem
}

@media (max-width: 767px) {
	.section__header {
		margin-bottom: 2rem
	}
}

.section__title {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 1rem 0;
	color: #fff;
	margin-bottom: 1rem
}

@media (max-width: 767px) {
	.section__title {
		font-size: 1.875rem
	}
}

@media (max-width: 479px) {
	.section__title {
		font-size: 1.5rem
	}
}

.section__subtitle {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.625;
	color: #e0e0e0;
	max-width: 600px;
	margin: 0 auto
}

@media (max-width: 767px) {
	.section__subtitle {
		font-size: 1rem
	}
}

.section--dark .section__subtitle {
	color: #dadce0
}

.section--primary .section__subtitle,
.section--gradient .section__subtitle {
	color: hsla(0, 0%, 100%, .9)
}

.container {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 20px
}

@media (min-width: 1024px) {
	.container {
		padding: 0 40px
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(-1 * 1.5rem / 2)
}

@media (max-width: 767px) {
	.row {
		margin: 0 calc(-1 * 1rem / 2)
	}
}

.col {
	flex: 1 1 0%;
	padding: 0 calc(1.5rem / 2);
	margin-bottom: 1.5rem
}

@media (max-width: 767px) {
	.col {
		padding: 0 calc(1rem / 2);
		margin-bottom: 1rem
	}
}

.col--1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}

.col--2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

.col--3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col--4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

.col--5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}

.col--6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col--7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}

.col--8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}

.col--9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col--10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}

.col--11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}

.col--12 {
	flex: 0 0 100%;
	max-width: 100%
}

@media (min-width: 480px) {
	.col--sm-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col--sm-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col--sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col--sm-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col--sm-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col--sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col--sm-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col--sm-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col--sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col--sm-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col--sm-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col--sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width: 768px) {
	.col--md-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col--md-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col--md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col--md-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col--md-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col--md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col--md-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col--md-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col--md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col--md-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col--md-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col--md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width: 1024px) {
	.col--lg-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col--lg-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col--lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col--lg-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col--lg-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col--lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col--lg-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col--lg-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col--lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col--lg-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col--lg-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col--lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width: 1280px) {
	.col--xl-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col--xl-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col--xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col--xl-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col--xl-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col--xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col--xl-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col--xl-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col--xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col--xl-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col--xl-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col--xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width: 1536px) {
	.col--2xl-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col--2xl-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col--2xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col--2xl-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col--2xl-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col--2xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col--2xl-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col--2xl-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col--2xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col--2xl-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col--2xl-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col--2xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

.section-spacing--none {
	padding: 0
}

.section-spacing--sm {
	padding: 2rem 0
}

.section-spacing--md {
	padding: 3rem 0
}

.section-spacing--lg {
	padding: 4rem 0
}

.section-spacing--xl {
	padding: 5rem 0
}

.content__wrapper {
	max-width: 800px;
	margin: 0 auto
}

.content__header {
	margin-bottom: 2rem
}

.content__body {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
	color: #fff
}

.content__body h1,
.content__body h2,
.content__body h3,
.content__body h4,
.content__body h5,
.content__body h6 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 1rem 0;
	color: #fff;
	margin-top: 2rem;
	margin-bottom: 1rem
}

.content__body h1:first-child,
.content__body h2:first-child,
.content__body h3:first-child,
.content__body h4:first-child,
.content__body h5:first-child,
.content__body h6:first-child {
	margin-top: 0
}

.content__body p {
	margin-bottom: 1rem
}

.content__body p:last-child {
	margin-bottom: 0
}

.content__body ul,
.content__body ol {
	margin-bottom: 1rem;
	padding-left: 1.5rem
}

.content__body ul li,
.content__body ol li {
	margin-bottom: .5rem
}

.content__body blockquote {
	border-left: 4px solid #d4af37;
	padding-left: 1rem;
	margin: 1.5rem 0;
	font-style: italic;
	color: #e0e0e0
}

.content__body code {
	background-color: #f1f3f4;
	padding: .25rem .5rem;
	border-radius: .125rem;
	font-family: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace;
	font-size: .875rem
}

.content__body pre {
	background-color: #f1f3f4;
	padding: 1rem;
	border-radius: .375rem;
	overflow-x: auto;
	margin-bottom: 1rem
}

.content__body pre code {
	background: none;
	padding: 0
}

.content__body img {
	max-width: 100%;
	height: auto;
	border-radius: .375rem;
	margin: 1rem 0
}

.content__body table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1rem
}

.content__body table th,
.content__body table td {
	padding: .75rem;
	text-align: left;
	border-bottom: 1px solid #e8eaed
}

.content__body table th {
	font-weight: 600;
	background-color: #f8f9fa
}

@media (max-width: 1023px) {
	.main__content {
		padding: 1.5rem 0
	}

	.section {
		padding: 3rem 0
	}
}

@media (max-width: 767px) {
	.main__content {
		padding: 1rem 0
	}

	.section {
		padding: 2.5rem 0
	}
}

@media (max-width: 479px) {
	.main__content {
		padding: .75rem 0
	}

	.section {
		padding: 2rem 0
	}
}

.section--animate-in {
	animation: fadeIn 300ms ease
}

.page-header--animate-in {
	animation: slideDown 300ms ease
}

.content--animate-in {
	animation: slideUp 300ms ease
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(179, 151, 93, .7);
	border: none;
	color: #fff;
	font-size: 1rem;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	cursor: pointer;
	padding: 16px 32px;
	text-decoration: none;
	border-radius: 10px;
	transition: all .3s ease;
	text-align: center
}

@media screen and (max-width: 992px) {
	.btn {
		font-size: 1.2rem;
	}
}

.btn:hover {
	background: rgba(179, 151, 93, .9);
	transform: translateY(-2px)
}

.btn:active {
	transform: translateY(0)
}

.btn--primary {
	background: #b3975d
}

.btn--primary:hover {
	background: #9a7f4e
}

.btn--outline {
	background: rgba(0, 0, 0, 0);
	border: 1px solid #b3975d;
	color: #b3975d
}

.btn--outline:hover {
	background: #b3975d;
	color: #fff
}

.btn--small {
	padding: 12px 24px;
	font-size: .875rem
}

.btn--large {
	padding: 20px 40px;
	font-size: 1.125rem
}

.hero {
	position: relative;
	height: 100vh;
	min-height: 600px;
	overflow: hidden;
	background: #1d1d1d
}

.hero__container {
	height: 100%;
	position: relative
}

.hero__banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.hero__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.hero__bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block
}

.hero__tagline-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: rgba(0, 0, 0, .9);
	z-index: 2;
	display: flex;
	align-items: center;
	overflow: hidden
}

/*.hero__tagline-bar::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);*/
/*    z-index: 1*/
/*}*/

.hero__tagline-bar .container {
	position: relative;
	z-index: 2;
	overflow: hidden
}

.hero__tagline-track {
	position: relative;
	display: flex;
	align-items: center;
	white-space: nowrap;
	will-change: transform;
	transform: translateX(0);
	gap: 3rem
}

@media (max-width: 1023px) {
	.hero__tagline-track {
		gap: 2.5rem
	}
}

@media (max-width: 767px) {
	.hero__tagline-track {
		gap: 2rem
	}
}

@media (max-width: 479px) {
	.hero__tagline-track {
		gap: 1.5rem
	}
}

.hero__tagline-item {
	font-family: "Playfair", serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: .05em;
	white-space: nowrap;
	flex-shrink: 0
}

@media (max-width: 992px) {
	.hero__tagline-item {
		font-size: 1.4rem
	}
}

.hero__tagline-item--white {
	color: #fff
}

.hero__tagline-item--gold {
	color: #b3975d
}

@media (max-width: 768px) {
	.hero {
		height: 70vh;
		min-height: 500px
	}
}

@media (max-width: 480px) {
	.hero {
		height: 60vh;
		min-height: 400px
	}
}

.about {
	padding: 0 0 120px 0;
	background: #1d1d1d
}

.about__content {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 80px
}

@media (max-width: 1023px) {
	.about__content {
		grid-template-columns: 1fr;
		gap: 0
	}
}

.about__text {
	padding: 40px 0
}

.about__title {
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 40px;
	color: #b3975d;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

.about__description {
	margin-bottom: 0
}

.about__description p {
	color: #fff;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 20px;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

@media screen and (max-width: 992px) {
	.about__description p {
		font-size: 1.4rem;
	}
}

.about__description p:last-child {
	margin-bottom: 0
}

.about__logo {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 60px 40px;
	height: 100%;
	min-height: 540px;
	position: relative;
	background: #1d1d1d;
	z-index: 2
}

@media (max-width: 1023px) {
	.about__logo {
		padding: 0;
		min-height: auto;
		height: auto
	}
}

@media (max-width: 1023px) {
	.about__logo-border {
		display: none
	}
}

.about__logo-border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1
}

.about__logo-image {
	max-width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 2
}

.about__read-more-btn {
	display: none;
	margin-top: 20px
}

@media (max-width: 768px) {
	.about__read-more-btn {
		display: inline-flex
	}
}

.about__hidden-text {
	display: block
}

@media (max-width: 992px) {
	.about {
		padding: 40px 0
	}

	.about__content {
		text-align: left
	}

	.about__text {
		padding: 0
	}

	.about__title {
		font-size: 2.5rem;
		text-align: left
	}

	.about__logo {
		display: none
	}

	.about__hidden-text {
		display: none
	}

	.about__hidden-text--visible {
		display: block
	}
}

.services {
	padding: 0 0 120px 0;
	background: #1d1d1d
}

.services__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	position: relative
}

.services__title-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	flex: 1
}

.services__title {
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.4;
	color: #b3975d;
	margin: 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	white-space: nowrap
}

@media (max-width: 992px) {
	.services__title {
		font-size: 2.5rem
	}
}

.services__title-decoration {
	position: absolute;
	left: 200px;
	top: -165px;
	width: calc(100% - 200px);
	height: 200px;
	max-height: 200px;
	pointer-events: none;
	z-index: 1
}

@media (max-width: 1023px) {
	.services__title-decoration {
		display: none
	}
}

.services__nav {
	display: flex;
	align-items: center;
	gap: 16px
}

.services__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0);
	border: none;
	cursor: pointer;
	padding: 0;
	transition: all .3s ease;
	width: 40px;
	height: 40px
}

.services__arrow:hover {
	opacity: .7
}

.services__arrow--prev {
	transform: rotate(180deg)
}

.services__arrow-icon {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.services__slider {
	margin-right: calc(-1 * (100vw - (100%)) / 2)
}

@media (max-width: 768px) {
	.services__slider {
		margin-right: 0
	}
}

.services__card {
	background: rgba(0, 0, 0, 0);
	border: 1px solid #b3975d;
	border-radius: 40px;
	padding: 40px;
	height: 100%
}

.services__card:first-child {
	margin-left: 1px;
}

.services__card-title {
	font-size: 2rem;
	font-weight: 400;
	color: #fff;
	margin-bottom: 24px;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

.services__card-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.services__card-list li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px;
	color: #fff;
	line-height: 1.5;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

@media screen and (max-width: 992px) {
	.services__card-list li {
		font-size: 1.4rem;
	}
}

.services__card-list li:last-child {
	margin-bottom: 0
}

.services__card-list li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #fff;
	font-weight: bold
}

@media (max-width: 768px) {
	.services {
		padding: 0 0 40px 0
	}

	.services__header {
		gap: 20px
	}
}

@media (max-width: 480px) {

	.services__card {
		padding: 24px
	}

	/*.services__card-title {*/
	/*    font-size: 1.25rem*/
	/*}*/
}

.team {
	padding: 0 0 120px 0;
	background: #1d1d1d;
	position: relative
}

.team__wrapper {
	position: relative
}

.team__bottom-line {
	position: absolute;
	right: 40px;
	top: 35px;
	width: auto;
	height: calc(100% + 55px);
	max-height: 1200px;
	pointer-events: none;
	z-index: 1;
	will-change: transform;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;

}

.team__bottom-line--pc {
	display: none;
}

@media screen and (min-width: 1800px) {
	.team__bottom-line {
		display: none;
	}

	.team__bottom-line--pc {
		display: block;
	}
}

@media (max-width: 1324px) {
	.team__bottom-line {
		display: none
	}
}

.team__bottom-line path {
	stroke-dasharray: 2500;
	stroke-dashoffset: 2500
}

.team__nav-line {
	position: absolute;
	left: 0;
	bottom: -45px;
	width: 100%;
	max-width: calc(50% - 240px);
	height: auto;
	max-height: 80px;
	pointer-events: none
}

@media (max-width: 1224px) {
	.team__nav-line {
		display: none
	}
}

.team__nav-line path {
	stroke-dasharray: 1500;
	stroke-dashoffset: 1500
}


.team__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px
}


.team__title {
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.4;
	color: #b3975d;
	/*margin: 0 0 40px 0;*/
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	position: relative
}

@media (max-width: 992px) {
	.team__title {
		font-size: 2.5rem;
		margin: 0;
	}
}


.team__title--slide {
	margin: 0 0 20px 0
}

@media (max-width: 992px) {
	.team__title--slide {
		display: none
	}
}

.team__nav {
	display: flex;
	align-items: center;
	gap: 16px
}

.team__nav--desktop {
	position: absolute;
	top: 100px;
	right: 80px;
	justify-content: flex-end;
	z-index: 10;
	width: 50%
}

@media (max-width: 1200px) {
	.team__nav--desktop {
		display: none
	}
}

@media (min-width: 1200px) {
	.team__nav--header {
		display: none;
	}
}

.team__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0);
	border: none;
	cursor: pointer;
	padding: 0;
	transition: all .3s ease;
	width: 40px;
	height: 40px
}

.team__arrow:hover {
	opacity: .7
}

.team__arrow--prev {
	transform: rotate(180deg)
}

.team__arrow-icon {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.team .splide__slide {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px
}

@media (max-width: 992px) {
	.team .splide__slide {
		display: flex;
		flex-direction: column;
		gap: 20px
	}
}

/*@media (max-width: 768px) {*/
/*    .team .splide {*/
/*        height: auto*/
/*    }*/
/*}*/

.team__slide-image {
	position: relative;
	width: 100%;
	max-height: 825px;
	overflow: hidden;
}

@media (max-width: 992px) {
	.team__slide-image {
		flex: 1;
		max-height: 625px;
	}
}

.team__slide-img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: top;
	display: block;
	border-radius: 40px;
	transition: opacity 1s ease-in-out, filter 1s ease-in-out
}

@media (max-width: 992px) {
	.team__slide-img {
		height: 100%;
		border-radius: 20px
	}
}

.splide__slide:not(.is-active) .team__slide-img {
	opacity: 0;
	filter: blur(5px)
}

.splide__slide.is-active .team__slide-img {
	opacity: 1;
	filter: blur(0)
}

.team__slide-content {
	display: flex;
	flex-direction: column;
	transition: opacity 1s ease-in-out .15s, transform .8s cubic-bezier(0.16, 1, 0.3, 1) .15s;

	justify-content: flex-start;
	margin-top: 0
}

@media (max-width: 768px) {}

.splide__slide:not(.is-active) .team__slide-content {
	opacity: 0;
	transform: translateY(15px)
}

.splide__slide.is-active .team__slide-content {
	opacity: 1;
	transform: translateY(0)
}

.team__slide-name {
	max-width: 340px;

	font-size: 1.8rem;
	font-weight: 400;
	color: #b3975d;
	margin: 0 0 10px 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

/*@media (max-width: 768px) {*/
/*    .team__slide-name {*/
/*        font-size: 1.5rem*/
/*    }*/
/*}*/

.team__slide-position {
	font-size: 1.8rem;
	font-weight: 400;
	color: #b3975d;
	margin: 0 0 20px 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

/*@media (max-width: 768px) {*/
/*    .team__slide-position {*/
/*        font-size: 1.5rem*/
/*    }*/
/*}*/

.team__slide-email {
	font-size: 1rem;
	color: #fff;
	margin: 0 0 40px 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

@media screen and (max-width: 992px) {
	.team__slide-email {
		font-size: 1.4rem;
	}
}

.team__slide-email a {
	color: #b3975d;
	text-decoration: none;
	border-bottom: 1px solid #b3975d;
	transition: all .3s ease
}

.team__slide-email a:hover {
	color: #fff;
	border-bottom-color: #fff
}

.team__slide-description {
	margin-bottom: 20px
}

.team__slide-description p {
	color: hsla(0, 0%, 100%, .9);
	font-size: .9rem;
	line-height: 1.6;
	margin-bottom: 15px;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

@media screen and (max-width: 992px) {
	.team__slide-description p {
		font-size: 1.4rem;
	}
}

.team__slide-description p:last-child {
	margin-bottom: 0
}

.team__hidden-text {
	display: block;
	color: hsla(0, 0%, 100%, .9);
	font-size: 1rem;
	line-height: 1.8;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

@media (max-width: 992px) {
	.team__hidden-text {
		display: none
	}

	.team__hidden-text--visible {
		display: block
	}
}

.team__read-more-btn {
	margin-top: 20px;
	display: none
}

@media (max-width: 992px) {
	.team__read-more-btn {
		display: inline-flex !important;
		background: rgba(179, 151, 93, .7) !important;
		color: #fff !important;
		border: none !important;
		padding: 12px 24px !important;
		border-radius: 8px !important;
		font-weight: 500 !important;
		cursor: pointer !important;
		transition: all .3s ease !important;
		align-self: flex-start
	}

	.team__read-more-btn:hover {
		background: rgba(179, 151, 93, .9) !important;
		transform: translateY(-2px) !important
	}
}

.team__slide-subtitle {
	font-size: 2rem;
	font-weight: 400;
	color: #fff;
	margin: 0 0 20px 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

.team__slide-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.team__slide-list:not(:last-child) {
	margin-bottom: 20px
}

.team__slide-list li {
	position: relative;
	padding-left: 20px;
	color: hsla(0, 0%, 100%, .9);
	line-height: 1.6;
	font-size: .9rem;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

.team__slide-list li:not(:last-child) {
	margin-bottom: 10px
}

.team__slide-list li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #fff;
	font-weight: bold
}

@media (max-width: 992px) {
	.team {
		padding: 0 0 40px 0
	}
}

.partners {
	padding: 0 0 120px 0;
	background: #1d1d1d;
	position: relative
}

.partners__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	position: relative
}

.partners__title-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	flex: 1
}

.partners__title {
	font-size: 3rem;
	font-weight: 400;
	color: #b3975d;
	margin: 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	white-space: nowrap
}

@media (max-width: 992px) {
	.partners__title {
		font-size: 2.5rem
	}
}

.partners__title-decoration {
	position: absolute;
	right: 40px;
	top: -120px;
	width: auto;
	height: 100%;
	max-height: 155px;
	pointer-events: none
}

.partners__title-decoration--pc {
	display: none;
	max-height: 150px;
}

@media screen and (min-width: 1800px) {
	.partners__title-decoration {
		display: none;
	}

	.partners__title-decoration--pc {
		display: block;
	}
}

.career__title-decoration {
	position: absolute;
	right: 40px;
	top: 25px;
	width: auto;
	height: 100%;
	max-height: 900px;
	pointer-events: none;
	z-index: 1;

	will-change: transform;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

.career__title-decoration--pc {
	display: none;
}

@media screen and (min-width: 1800px) {
	.career__title-decoration {
		display: none;
	}

	.career__title-decoration--pc {
		display: block;
	}
}

@media (max-width: 1324px) {

	.partners__title-decoration,
	.career__title-decoration {
		display: none
	}
}

.partners__title-decoration path,
.career__title-decoration path {
	stroke: #B3975D;
	stroke-width: 1;
	fill: none;
	stroke-linecap: butt;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
	shape-rendering: geometricPrecision;
}


.partners__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	transition: transform .3s ease, opacity .3s ease
}

.partners__logo:hover {
	transform: scale(1.05);
	opacity: .8
}

.partners__logo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: brightness(1);
	transition: filter .3s ease
}

.partners__logo img:hover {
	filter: brightness(1.1)
}

@media (max-width: 992px) {
	.partners {
		padding: 0 0 40px 0
	}

	.partners__logo {
		height: 50px
	}
}

@media (max-width: 480px) {
	.partners__logo {
		height: 40px
	}
}

.news {
	padding: 0 0 120px 0;
	background: #1d1d1d;
	overflow: hidden
}

.news__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	position: relative
}

.news__title {
	font-size: 3rem;
	font-weight: 400;
	color: #b3975d;
	margin: 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	white-space: nowrap
}

@media (max-width: 992px) {
	.news__title {
		font-size: 2.5rem
	}
}

.news__nav {
	display: flex;
	align-items: center;
	gap: 16px
}

.news__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0);
	border: none;
	cursor: pointer;
	padding: 0;
	transition: all .3s ease;
	width: 40px;
	height: 40px
}

.news__arrow:hover {
	opacity: .7
}

.news__arrow--prev {
	transform: rotate(180deg)
}

.news__arrow-icon {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.news__slider {
	background-color: #1d1d1d;
	margin-right: calc(-1 * (100vw - 100%) / 2)
}

@media (max-width: 768px) {
	.news__slider {
		margin-right: 0
	}
}

@media (max-width: 992px) {
	.news {
		padding: 0 0 40px 0
	}

	.news__header {
		gap: 20px
	}
}

@media (max-width: 480px) {
	.news__card {
		padding: 24px
	}
}

.career {
	padding: 0 0 120px 0;
	background: #1d1d1d;
	position: relative
}

.career__header {
	margin-bottom: 40px
}

.career__title {
	font-size: 3rem;
	font-weight: 400;
	color: #b3975d;
	margin: 0 0 30px 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

@media (max-width: 992px) {
	.career__title {
		font-size: 2.5rem
	}
}

.career__intro p {
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.6;
	margin-bottom: 20px
}

@media screen and (max-width: 992px) {
	.career__intro p {
		font-size: 1.4rem;
	}
}

.career__intro p:last-of-type {
	margin-bottom: 30px
}

.career__tabs {
	display: flex;
	gap: 20px;
	margin-bottom: 40px
}

@media (max-width: 767px) {
	.career__tabs {
		flex-direction: column;
		gap: 15px
	}
}

.career__tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(179, 151, 93, .7);
	border: none;
	color: #fff;
	font-size: 1rem;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	cursor: pointer;
	padding: 16px 32px;
	text-decoration: none;
	border-radius: 10px;
	transition: all .3s ease;
	text-align: center;
	flex: 1;
	max-width: 240px
}

.career__tab:hover {
	background: rgba(179, 151, 93, .9)
}

.career__tab:active {
	transform: translateY(0)
}

.career__tab--active {
	background: #b3975d
}

.career__tab--active:hover {
	background: #9a7f4e
}

@media (max-width: 767px) {
	.career__tab {
		max-width: none;
		padding: 12px 24px;
	}
}

.career__modal {
	display: none;
	margin-top: 40px
}

.career__modal--active {
	display: block
}

.career__modal-content {
	background: #1a1a1a;
	border: 1px solid #b3975d;
	border-radius: 40px;
	padding: 40px;
	width: 100%;
	position: relative
}

@media (max-width: 767px) {
	.career__modal-content {
		padding: 20px
	}
}

.career__modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: none;
	border: none;
	color: #b3975d;
	font-size: 2rem;
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color .3s ease
}

.career__modal-close:hover {
	color: #fff
}

.career__modal-tab {
	display: none
}

.career__modal-tab--active {
	display: block
}

.career__modal-title {
	color: #b3975d;
	font-size: 2rem;
	font-weight: 500;
	margin: 0 0 30px 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

/*@media (max-width: 767px) {*/
/*    .career__modal-title {*/
/*        font-size: 1.5rem*/
/*    }*/
/*}*/

.career__modal-columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px
}

@media (max-width: 1023px) {
	.career__modal-columns {
		grid-template-columns: 1fr;
		gap: 30px
	}
}

.career__modal-section {
	margin-bottom: 0
}

.career__modal-section-title {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
	margin: 0 0 15px 0
}

@media (max-width: 992px) {
	.career__modal-section-title {
		font-size: 1.5rem
	}
}

.career__modal-list {
	list-style: none;
	padding: 0;
	margin: 0
}

.career__modal-list li {
	color: #fff;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative
}

@media screen and (max-width: 992px) {
	.career__modal-list li {
		font-size: 1.4rem;
	}
}

.career__modal-list li:before {
	content: "•";
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 0
}

.career__modal-list li:last-child {
	margin-bottom: 0
}

@media (max-width: 992px) {
	.career {
		padding: 0 0 40px 0
	}
}

.support {
	padding: 0 0 120px 0;
	background: #1d1d1d;
	position: relative
}

.support__header {
	margin-bottom: 40px
}

.support__title {
	font-size: 3rem;
	font-weight: 400;
	color: #b3975d;
	margin: 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

@media (max-width: 1023px) {
	.support__title {
		font-size: 2.5rem
	}
}

@media (max-width: 767px) {
	.support__title {
		font-size: 2rem
	}
}

.support__logos {
	background: #fff;
	border-radius: 40px;
	padding: 40px;
	display: flex;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap
}

@media (max-width: 767px) {
	.support__logos {
		padding: 30px 20px;
		gap: 30px
	}
}

@media (max-width: 479px) {
	.support__logos {
		gap: 20px
	}
}

.support__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	transition: transform .3s ease, opacity .3s ease
}

.support__logo:hover {
	transform: scale(1.05);
	opacity: .9
}

.support__logo picture {
	height: 80px;
}

.support__logo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: brightness(1);
	transition: filter .3s ease
}

.support__logo img:hover {
	filter: brightness(1.1)
}

@media (max-width: 768px) {
	.support {
		padding: 0 0 80px 0
	}

	.support__logo {
		height: 70px
	}

	.support__logo picture {
		height: 70px;
	}
}

@media (max-width: 480px) {
	.support {
		padding: 0 0 60px 0
	}

	.support__logo {
		height: 60px
	}

	.support__logo picture {
		height: 60px;
	}
}

.breadcrumbs {
	padding: 120px 0 20px 0;
	background: #1d1d1d
}

.breadcrumbs__content {
	display: flex;
	align-items: center;
	gap: 8px
}

.breadcrumbs__link {
	color: hsla(0, 0%, 100%, .6);
	text-decoration: none;
	font-size: .9rem;
	transition: color .3s ease
}

.breadcrumbs__link:hover {
	color: #b3975d
}

.breadcrumbs__separator {
	color: hsla(0, 0%, 100%, .4);
	font-size: .9rem
}

.breadcrumbs__current {
	color: #b3975d;
	font-size: .9rem
}

.breadcrumbs__yoast>span {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .5rem
}

.breadcrumbs__yoast a {
	color: #b3975d;
	text-decoration: none;
	transition: color .3s ease;
	font-size: .9rem
}

.breadcrumbs__yoast a:hover {
	color: #fff;
	text-decoration: none
}

.breadcrumbs__yoast .breadcrumb_last {
	color: #fff;
	font-weight: normal;
	font-size: .9rem
}

.breadcrumbs__yoast span:not(.breadcrumb_last) {
	color: #666;
	font-size: .9rem
}

.news-page {
	padding: 0 0 120px 0;
	background: #1d1d1d;
	min-height: calc(100vh - 200px)
}

.news-page__header {
	margin-bottom: 40px
}

.news-page__title {
	font-size: 3rem;
	font-weight: 400;
	color: #b3975d;
	margin: 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

@media (max-width: 1023px) {
	.news-page__title {
		font-size: 2.5rem
	}
}

@media (max-width: 767px) {
	.news-page__title {
		font-size: 2rem
	}
}

@media (max-width: 479px) {
	.news-page__title {
		font-size: 1.75rem
	}
}

.news-page__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px
}

@media (max-width: 1023px) {
	.news-page__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px
	}
}

@media (max-width: 767px) {
	.news-page__grid {
		grid-template-columns: 1fr;
		gap: 24px
	}
}

.news-page__pagination {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	margin-top: 60px
}

@media (max-width: 767px) {
	.news-page__pagination {
		justify-content: center;
		margin-top: 40px
	}
}

.news-page__pagination-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, 0);
	color: hsla(0, 0%, 100%, .6);
	text-decoration: none;
	border-radius: 10px;
	font-size: 1.125rem;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 400;
	transition: all .3s ease;
	border: 1px solid rgba(0, 0, 0, 0)
}

.news-page__pagination-link:hover {
	color: #b3975d;
	border-color: #b3975d
}

.news-page__pagination-link--active {
	background: #b3975d;
	color: #fff;
	border-color: #b3975d
}

.news-page__pagination-link--active:hover {
	color: #fff;
	background: rgba(179, 151, 93, .9)
}

@media (max-width: 768px) {
	.news-page {
		padding: 0 0 80px 0
	}
}

.news-detail {
	padding: 0 0 120px 0;
	background: #1d1d1d
}

.news-detail__content {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 60px;
	align-items: start
}

@media (max-width: 1023px) {
	.news-detail__content {
		gap: 40px
	}
}

@media (max-width: 767px) {
	.news-detail__content {
		grid-template-columns: 1fr;
		gap: 30px
	}
}

.news-detail__date {
	font-size: .875rem;
	color: #fff;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	margin-bottom: 20px
}

.news-detail__title {
	font-size: 1.8rem;
	font-weight: 400;
	color: #fff;
	margin: 0 0 20px 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	line-height: 1.3
}

@media (max-width: 767px) {
	.news-detail__title {
		font-size: 1.75rem
	}
}

@media (max-width: 479px) {
	.news-detail__title {
		font-size: 1.5rem
	}
}

.news-detail__image {
	width: 100%
}

.news-detail__image-img {
	width: 100%;
	height: auto;
	border-radius: 40px;
	object-fit: cover
}

@media (max-width: 479px) {
	.news-detail__image-img {
		border-radius: 20px
	}
}

.news-detail__text {
	font-size: 1rem;
	color: hsla(0, 0%, 100%, .8);
	line-height: 1.6;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

.news-detail__text p {
	margin: 0 0 24px 0
}

.news-detail__text p:last-child {
	margin-bottom: 0
}

@media (max-width: 479px) {
	.news-detail__text {
		font-size: .9rem
	}

	.news-detail__text p {
		margin-bottom: 20px
	}
}

.news-detail__additional {
	margin-top: 60px;
	font-size: 1rem;
	color: hsla(0, 0%, 100%, .8);
	line-height: 1.6;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

.news-detail__additional h2,
.news-detail__additional h3,
.news-detail__additional h4,
.news-detail__additional h5,
.news-detail__additional h6 {
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 400;
	line-height: 1.25;
	margin: 24px 0 12px 0;
	color: #fff
}

.news-detail__additional h2:first-child,
.news-detail__additional h3:first-child,
.news-detail__additional h4:first-child,
.news-detail__additional h5:first-child,
.news-detail__additional h6:first-child {
	margin-top: 0
}

.news-detail__additional h2 {
	font-size: 1.6rem
}

@media (max-width: 1023px) {
	.news-detail__additional h2 {
		font-size: 1.5rem
	}
}

@media (max-width: 767px) {
	.news-detail__additional h2 {
		font-size: 1.4rem
	}
}

.news-detail__additional h3 {
	font-size: 1.4rem
}

@media (max-width: 767px) {
	.news-detail__additional h3 {
		font-size: 1.3rem
	}
}

.news-detail__additional h4 {
	font-size: 1.2rem
}

@media (max-width: 767px) {
	.news-detail__additional h4 {
		font-size: 1.1rem
	}
}

.news-detail__additional h5 {
	font-size: 1.1rem
}

.news-detail__additional h6 {
	font-size: 1rem
}

.news-detail__additional p {
	margin: 0 0 24px 0;
	color: hsla(0, 0%, 100%, .8)
}

.news-detail__additional p:last-child {
	margin-bottom: 0
}

.news-detail__additional strong {
	color: #b3975d;
	font-weight: bold
}

.news-detail__additional em {
	font-style: italic
}

.news-detail__additional a {
	color: #b3975d;
	text-decoration: underline;
	transition: color .3s ease
}

.news-detail__additional a:hover {
	color: #fff;
	text-decoration: none
}

.news-detail__additional ul,
.news-detail__additional ol {
	margin: 0 0 16px 0;
	padding-left: 0;
	list-style: none
}

.news-detail__additional ul li {
	position: relative;
	padding-left: 16px;
	margin: 6px 0
}

.news-detail__additional ul li::before {
	content: "•";
	color: #b3975d;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0
}

.news-detail__additional ol {
	list-style: decimal;
	padding-left: 20px
}

.news-detail__additional ol li {
	padding-left: 0
}

.news-detail__additional ol li::before {
	display: none
}

.news-detail__additional blockquote {
	border-left: 4px solid #b3975d;
	padding-left: 20px;
	margin: 24px 0;
	font-style: italic;
	color: hsla(0, 0%, 100%, .9)
}

.news-detail__additional img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 16px 0
}

.news-detail__additional table {
	width: 100%;
	border-collapse: collapse;
	margin: 24px 0;
	background: hsla(0, 0%, 100%, .05);
	border-radius: 8px;
	overflow: hidden
}

.news-detail__additional th,
.news-detail__additional td {
	padding: 12px 16px;
	text-align: left;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.news-detail__additional th {
	background: rgba(179, 151, 93, .2);
	color: #b3975d;
	font-weight: bold
}

.news-detail__additional hr {
	border: none;
	height: 1px;
	background: hsla(0, 0%, 100%, .2);
	margin: 32px 0
}

.news-detail__additional code {
	background: hsla(0, 0%, 100%, .1);
	padding: 2px 6px;
	border-radius: 4px;
	font-family: monospace;
	font-size: .9em;
	color: #b3975d
}

.news-detail__additional pre {
	background: hsla(0, 0%, 100%, .05);
	padding: 16px;
	border-radius: 8px;
	overflow-x: auto;
	margin: 24px 0
}

.news-detail__additional pre code {
	background: none;
	padding: 0;
	color: hsla(0, 0%, 100%, .9)
}

@media (max-width: 767px) {
	.news-detail__additional {
		margin-top: 40px
	}
}

@media (max-width: 479px) {
	.news-detail__additional {
		margin-top: 30px;
		font-size: .9rem
	}

	.news-detail__additional p {
		margin-bottom: 20px
	}

	.news-detail__additional h2 {
		font-size: 1.3rem
	}

	.news-detail__additional h3 {
		font-size: 1.2rem
	}

	.news-detail__additional h4 {
		font-size: 1.1rem
	}
}

@media (max-width: 768px) {
	.news-detail {
		padding: 0 0 80px 0
	}
}

@media (max-width: 480px) {
	.news-detail {
		padding: 0 0 60px 0
	}
}

.page-404 {
	background: #1d1d1d;
	min-height: 60vh;
	padding: 140px 0 120px 0
}

.page-404__hero {
	background: #1d1d1d
}

.page-404__content {
	text-align: left
}

.page-404__title {
	margin: 0 0 10px 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 400;
	font-size: 8rem;
	line-height: 1;
	color: #b3975d
}

@media (max-width: 1023px) {
	.page-404__title {
		font-size: 6rem
	}
}

@media (max-width: 767px) {
	.page-404__title {
		font-size: 4rem
	}
}

.page-404__subtitle {
	margin: 0 0 8px 0;
	font-size: 2.25rem;
	color: #fff;
	font-weight: 400
}

.page-404__text {
	margin: 0 0 24px 0;
	color: hsla(0, 0%, 100%, .7);
	max-width: 720px
}

.page-404__button {
	margin-top: 12px
}

.inner {
	background: #1d1d1d;
	padding-bottom: 60px
}

.inner__header {
	margin-bottom: 32px
}

.inner__title {
	font-size: 3rem;
	font-weight: 700;
	color: #b3975d;
	margin: 0 0 8px 0;
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

@media (max-width: 1023px) {
	.inner__title {
		font-size: 2.5rem
	}
}

@media (max-width: 767px) {
	.inner__title {
		font-size: 2rem
	}
}

.inner__content {
	color: #fff;
	font-size: 1rem;
	line-height: 1.7
}

.inner__content h1,
.inner__content h2,
.inner__content h3,
.inner__content h4,
.inner__content h5,
.inner__content h6 {
	font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 700;
	line-height: 1.25;
	margin: 24px 0 12px 0;
	color: #fff
}

.inner__content h1 {
	font-size: 2.5rem;
	color: #b3975d
}

@media (max-width: 1023px) {
	.inner__content h1 {
		font-size: 2.25rem
	}
}

@media (max-width: 767px) {
	.inner__content h1 {
		font-size: 1.875rem
	}
}

.inner__content h2 {
	font-size: 2rem
}

@media (max-width: 1023px) {
	.inner__content h2 {
		font-size: 1.75rem
	}
}

@media (max-width: 767px) {
	.inner__content h2 {
		font-size: 1.5rem
	}
}

.inner__content h3 {
	font-size: 1.5rem
}

@media (max-width: 767px) {
	.inner__content h3 {
		font-size: 1.25rem
	}
}

.inner__content h4 {
	font-size: 1.25rem
}

.inner__content h5 {
	font-size: 1.125rem
}

.inner__content h6 {
	font-size: 1rem
}

.inner__content p {
	color: #fff;
	line-height: 1.7;
	margin-bottom: 20px
}

@media (max-width: 767px) {
	.inner__content p {
		margin-bottom: 15px;
		line-height: 1.6
	}
}

.inner__content p:last-child {
	margin-bottom: 0
}

.inner__content strong {
	color: #b3975d;
	font-weight: 600
}

.inner__content a {
	color: #b3975d;
	transition: color .3s ease
}

.inner__content a:hover {
	color: #fff;
	text-decoration: none
}

.inner__content ul,
.inner__content ol {
	margin: 0 0 16px 0
}

.inner__content ul {
	list-style: none;
	padding-left: 0
}

.inner__content ol {
	list-style: decimal
}

.inner__content li {
	margin: 6px 0;
	position: relative;
	padding-left: 16px
}

.inner__content ul li::before {
	content: "•";
	color: #b3975d;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0
}

.inner__content blockquote {
	margin: 24px 0;
	padding: 16px 20px;
	border-left: 3px solid #b3975d;
	background: hsla(0, 0%, 100%, .03);
	color: hsla(0, 0%, 100%, .9)
}

.inner__content img {
	max-width: 100%;
	height: auto;
	border-radius: 10px
}

.inner__content table {
	width: 100%;
	border-collapse: collapse;
	margin: 16px 0
}

.inner__content th,
.inner__content td {
	border: 1px solid hsla(0, 0%, 100%, .15);
	padding: 12px 10px
}

.inner__content th {
	background: hsla(0, 0%, 100%, .06);
	text-align: left;
	color: #fff
}

.inner__content tr:nth-child(even) {
	background: hsla(0, 0%, 100%, .03)
}

.inner__content hr {
	border: 0;
	border-top: 1px solid hsla(0, 0%, 100%, .15);
	margin: 24px 0
}

.inner__content code,
.inner__content pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: .95rem;
	background: hsla(0, 0%, 100%, .06);
	color: #fff;
	border-radius: 6px
}

.inner__content code {
	padding: 2px 6px
}

.inner__content pre {
	padding: 12px 14px;
	overflow: auto
}

.inner #privacy-policy {
	max-width: 800px
}

.inner #privacy-policy .privacy-policy__browser-links {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 15px 0;
	align-items: flex-start
}

.inner #privacy-policy .privacy-policy__browser-links a {
	display: flex;
	flex-wrap: wrap;
	gap: 15px
}

@media (max-width: 767px) {
	.inner #privacy-policy .privacy-policy__browser-links a {
		gap: 10px
	}
}

.inner #privacy-policy .privacy-policy__browser-link a {
	color: #b3975d;
	text-decoration: none;
	padding: 8px 16px;
	border: 1px solid #b3975d;
	border-radius: 20px;
	transition: all .3s ease;
	font-size: .875rem;
	line-height: normal
}

.inner #privacy-policy .privacy-policy__browser-link a:hover {
	background-color: #b3975d;
	color: #1d1d1d
}

@media (max-width: 767px) {
	.inner #privacy-policy .privacy-policy__browser-link a {
		padding: 6px 12px;
		font-size: .8rem
	}
}

.breadcrumbs {
	padding: 120px 0 20px 0;
	border-bottom: none
}

@media (max-width: 767px) {
	.breadcrumbs {
		padding: 100px 0 15px 0
	}
}

.breadcrumbs__link {
	color: #b3975d;
	text-decoration: none;
	transition: color .3s ease
}

.breadcrumbs__link:hover {
	color: #fff
}

.breadcrumbs__separator {
	color: #666;
	margin: 0 10px
}

.breadcrumbs__current {
	color: #fff
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(50px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-50px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(50px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes scaleIn {
	from {
		opacity: 0;
		transform: scale(0.8)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes slideInUp {
	from {
		opacity: 0;
		transform: translateY(100px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes staggerFadeIn {
	from {
		opacity: 0;
		transform: translateY(30px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.animate-on-scroll {
	opacity: 0
}

.animate-on-scroll.animate-fade-up {
	transform: translateY(50px);
	transition: all .8s ease-out
}

.animate-on-scroll.animate-fade-up.animated {
	opacity: 1 !important;
	transform: translateY(0) !important
}

.animate-on-scroll.animate-fade-left {
	transform: translateX(-50px);
	transition: all .8s ease-out
}

.animate-on-scroll.animate-fade-left.animated {
	opacity: 1 !important;
	transform: translateX(0) !important
}

.animate-on-scroll.animate-fade-right {
	transform: translateX(50px);
	transition: all .8s ease-out
}

.animate-on-scroll.animate-fade-right.animated {
	opacity: 1 !important;
	transform: translateX(0) !important
}

.animate-on-scroll.animate-scale {
	transform: scale(0.8);
	transition: all .6s ease-out
}

.animate-on-scroll.animate-scale.animated {
	opacity: 1 !important;
	transform: scale(1) !important
}

.animate-on-scroll.animate-slide-up {
	transform: translateY(100px);
	transition: all .8s ease-out
}

.animate-on-scroll.animate-slide-up.animated {
	opacity: 1 !important;
	transform: translateY(0) !important
}

.animate-on-scroll.animate-stagger {
	transform: translateY(30px);
	transition: all .6s ease-out
}

.animate-on-scroll.animate-stagger.animated {
	opacity: 1 !important;
	transform: translateY(0) !important
}

.stagger-delay-1 {
	animation-delay: .1s
}

.stagger-delay-2 {
	animation-delay: .2s
}

.stagger-delay-3 {
	animation-delay: .3s
}

.stagger-delay-4 {
	animation-delay: .4s
}

.stagger-delay-5 {
	animation-delay: .5s
}

.animate-float {
	animation: float 6s ease-in-out infinite
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0px)
	}

	50% {
		transform: translateY(-10px)
	}
}

.animate-pulse {
	animation: pulse 2s ease-in-out infinite
}

@keyframes pulse {

	0%,
	100% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.05)
	}
}

.animate-glow {
	animation: glow 2s ease-in-out infinite alternate
}

@keyframes glow {
	from {
		box-shadow: 0 0 20px rgba(179, 151, 93, .3)
	}

	to {
		box-shadow: 0 0 30px rgba(179, 151, 93, .6)
	}
}

.animate-slide-in-left {
	transform: translateX(-100px);
	transition: all .8s ease-out
}

.animate-slide-in-left.animated {
	opacity: 1;
	transform: translateX(0)
}

.animate-slide-in-right {
	transform: translateX(100px);
	transition: all .8s ease-out
}

.animate-slide-in-right.animated {
	opacity: 1;
	transform: translateX(0)
}

.animate-slide-in-bottom {
	transform: translateY(100px);
	transition: all .8s ease-out
}

.animate-slide-in-bottom.animated {
	opacity: 1;
	transform: translateY(0)
}

.animate-rotate-in {
	transform: rotate(-180deg) scale(0.8);
	transition: all .8s ease-out
}

.animate-rotate-in.animated {
	opacity: 1;
	transform: rotate(0deg) scale(1)
}

.animate-typewriter {
	overflow: hidden;
	border-right: 2px solid #b3975d;
	white-space: nowrap;
	animation: typewriter 3s steps(40, end), blink-caret .75s step-end infinite
}

@keyframes typewriter {
	from {
		width: 0
	}

	to {
		width: 100%
	}
}

@keyframes blink-caret {

	from,
	to {
		border-color: rgba(0, 0, 0, 0)
	}

	50% {
		border-color: #b3975d
	}
}

.animate-morph {
	animation: morph 4s ease-in-out infinite
}

@keyframes morph {

	0%,
	100% {
		border-radius: 40px
	}

	25% {
		border-radius: 20px
	}

	50% {
		border-radius: 60px
	}

	75% {
		border-radius: 30px
	}
}

.animate-bounce-in {
	animation: bounceIn 1s ease-out
}

@keyframes bounceIn {
	0% {
		transform: scale(0.3);
		opacity: 0
	}

	50% {
		transform: scale(1.1)
	}

	80% {
		transform: scale(0.9)
	}

	100% {
		transform: scale(1);
		opacity: 1
	}
}

.animate-particles {
	position: relative;
	overflow: hidden
}

.animate-particles::before,
.animate-particles::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #b3975d;
	border-radius: 50%;
	animation: particles 4s ease-in-out infinite
}

.animate-particles::before {
	top: 20%;
	left: 20%;
	animation-delay: 0s
}

.animate-particles::after {
	top: 60%;
	right: 20%;
	animation-delay: 2s
}

@keyframes particles {

	0%,
	100% {
		opacity: 0;
		transform: translateY(0) scale(0)
	}

	50% {
		opacity: 1;
		transform: translateY(-20px) scale(1)
	}
}

.animate-wave {
	animation: wave 3s ease-in-out infinite
}

@keyframes wave {

	0%,
	100% {
		transform: rotate(0deg)
	}

	25% {
		transform: rotate(1deg)
	}

	75% {
		transform: rotate(-1deg)
	}
}

.animate-shimmer {
	background: linear-gradient(90deg, transparent, rgba(179, 151, 93, 0.4), transparent);
	background-size: 200% 100%;
	animation: shimmer 3s ease-in-out infinite
}

@keyframes shimmer {
	0% {
		background-position: -200% 0
	}

	100% {
		background-position: 200% 0
	}
}

.animate-magnetic {
	transition: transform .3s ease
}

.animate-magnetic:hover {
	transform: scale(1.05)
}

.animate-neon {
	animation: neon 2s ease-in-out infinite alternate
}

@keyframes neon {
	from {
		text-shadow: 0 0 5px #b3975d, 0 0 10px #b3975d, 0 0 15px #b3975d, 0 0 20px #b3975d
	}

	to {
		text-shadow: 0 0 2px #b3975d, 0 0 5px #b3975d, 0 0 8px #b3975d, 0 0 12px #b3975d
	}
}

.animate-breathe {
	animation: breathe 4s ease-in-out infinite
}

@keyframes breathe {

	0%,
	100% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.02)
	}
}

.animate-rotate-border {
	position: relative
}

.animate-rotate-border::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background: linear-gradient(45deg, #B3975D, transparent, #B3975D);
	border-radius: inherit;
	z-index: -1;
	animation: rotate 3s linear infinite
}

@keyframes rotate {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.animate-gentle-breathe {
	animation: gentleBreathe 4s ease-in-out infinite
}

@keyframes gentleBreathe {

	0%,
	100% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.01)
	}
}

.stagger-delay-4 {
	animation-delay: .4s
}

.stagger-delay-5 {
	animation-delay: .5s
}

.stagger-delay-6 {
	animation-delay: .6s
}

.stagger-delay-7 {
	animation-delay: .7s
}

.stagger-delay-8 {
	animation-delay: .8s
}

.stagger-delay-9 {
	animation-delay: .9s
}

.parallax-element {
	transform: translateZ(0);
	will-change: transform
}

.reveal-on-scroll {
	opacity: 0;
	transform: translateY(50px);
	transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.reveal-on-scroll.revealed {
	opacity: 1;
	transform: translateY(0)
}

.text-reveal {
	overflow: hidden
}

.text-reveal .text-reveal-line {
	display: inline-block;
	transform: translateY(100%);
	transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.text-reveal.revealed .text-reveal-line {
	transform: translateY(0)
}

.hover-lift {
	transition: transform .3s ease, box-shadow .3s ease
}

.hover-lift:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, .1)
}

.hover-scale {
	transition: transform .3s ease
}

.hover-scale:hover {
	transform: scale(1.05)
}

.hover-glow {
	transition: box-shadow .3s ease
}

.hover-glow:hover {
	box-shadow: 0 0 30px rgba(179, 151, 93, .3)
}

@keyframes pulse {

	0%,
	100% {
		opacity: 1
	}

	50% {
		opacity: .5
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

.loading-pulse {
	animation: pulse 2s infinite
}

.loading-spin {
	animation: spin 1s linear infinite
}

@keyframes progressFill {
	from {
		width: 0%
	}

	to {
		width: 100%
	}
}

.progress-bar {
	overflow: hidden;
	background: rgba(179, 151, 93, .2)
}

.progress-bar .progress-fill {
	height: 100%;
	background: #b3975d;
	animation: progressFill 2s ease-out forwards
}

/*.custom-cursor {*/
/*    position: fixed;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background: rgba(179, 151, 93, .8);*/
/*    border-radius: 50%;*/
/*    pointer-events: none;*/
/*    z-index: 9999;*/
/*    mix-blend-mode: difference;*/
/*    transition: transform .1s ease*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .custom-cursor {*/
/*        display: none*/
/*    }*/
/*}*/

/*.custom-cursor.cursor-hover {*/
/*    transform: scale(2);*/
/*    background: rgba(179, 151, 93, .6)*/
/*}*/

/*a,*/
/*button,*/
/*.hover-lift,*/
/*.hover-scale,*/
/*.news-card,*/
/*.team-member {*/
/*    cursor: none*/
/*}*/

/*@media (max-width: 768px) {*/

/*    a,*/
/*    button,*/
/*    .hover-lift,*/
/*    .hover-scale,*/
/*    .news-card,*/
/*    .team-member {*/
/*        cursor: pointer*/
/*    }*/
/*}*/

.page-loaded .animate-on-scroll {
	opacity: 1
}

.page-exiting .animate-on-scroll {
	opacity: 0;
	transform: translateY(50px)
}

.loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1d1d1d;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center
}

.loading-overlay .loading-spinner {
	width: 50px;
	height: 50px;
	border: 3px solid rgba(179, 151, 93, .3);
	border-top: 3px solid #b3975d;
	border-radius: 50%;
	animation: spin 1s linear infinite
}