@charset "UTF-8";
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
		"Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0)
	);
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 0.625rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.2344rem;
	--bs-border-radius-sm: 0.1562rem;
	--bs-border-radius-lg: 0.3125rem;
	--bs-border-radius-xl: 0.625rem;
	--bs-border-radius-2xl: 1.25rem;
	--bs-border-radius-pill: 31.25rem;
	--bs-link-color: #0d6efd;
	--bs-link-hover-color: #0a58ca;
	--bs-code-color: #d63384;
	--bs-highlight-bg: #fff3cd;
}

@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

/*body {*/
/*  margin: 0;*/
/*  font-family: var(--bs-body-font-family);*/
/*  font-size: var(--bs-body-font-size);*/
/*  font-weight: var(--bs-body-font-weight);*/
/*  line-height: var(--bs-body-line-height);*/
/*  color: var(--bs-body-color);*/
/*  text-align: var(--bs-body-text-align);*/
/*  background-color: var(--bs-body-bg);*/
/*  -webkit-text-size-adjust: 100%;*/
/*  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
/*}*/

/*hr {*/
/*  margin: 0.6250rem 0;*/
/*  color: inherit;*/
/*  border: 0;*/
/*  border-top: 1px solid;*/
/*  opacity: 0.25;*/
/*}*/

h6,
h5,
h4,
h3,
h2,
h1 {
	margin-top: 0;
	margin-bottom: 0.3125rem;
	font-weight: 500;
	line-height: 1.2;
}

h1 {
	font-size: calc(0.8594rem + 1.5vw);
}

@media (min-width: 1200px) {
	h1 {
		font-size: 1.5625rem;
	}
}

h2 {
	font-size: calc(0.8281rem + 0.9vw);
}

@media (min-width: 1200px) {
	h2 {
		font-size: 1.25rem;
	}
}

h3 {
	font-size: calc(0.8125rem + 0.6vw);
}

@media (min-width: 1200px) {
	h3 {
		font-size: 1.0938rem;
	}
}

h4 {
	font-size: calc(0.7969rem + 0.3vw);
}

@media (min-width: 1200px) {
	h4 {
		font-size: 0.9375rem;
	}
}

h5 {
	font-size: 0.7812rem;
}

h6 {
	font-size: 0.625rem;
}

p {
	margin-top: 0;
	margin-bottom: 0.625rem;
}

abbr[title] {
	text-decoration: underline dotted;
	cursor: help;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 0.625rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul {
	padding-left: 1.25rem;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 0.625rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.3125rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 0.625rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 0.875em;
}

mark {
	padding: 0.1875em;
	background-color: var(--bs-highlight-bg);
}

sub,
sup {
	position: relative;
	font-size: 0.75em;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: var(--bs-link-color);
	text-decoration: underline;
}

a:hover {
	color: var(--bs-link-hover-color);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 0.625rem;
	overflow: auto;
	font-size: 0.875em;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

code {
	font-size: 0.875em;
	color: var(--bs-code-color);
	word-wrap: break-word;
}

a > code {
	color: inherit;
}

kbd {
	padding: 0.1172rem 0.2344rem;
	font-size: 0.875em;
	color: var(--bs-body-bg);
	background-color: var(--bs-body-color);
	border-radius: 0.1562rem;
}

kbd kbd {
	padding: 0;
	font-size: 1em;
}

figure {
	margin: 0 0 0.625rem;
}

img,
svg {
	vertical-align: middle;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
}

caption {
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	color: #6c757d;
	text-align: left;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

/*label {*/
/*  display: inline-block;*/
/*}*/

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
select {
	text-transform: none;
}

[role="button"] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

select:disabled {
	opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
		[type="week"]
	):not([type="time"])::-webkit-calendar-picker-indicator {
	display: none !important;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 0.3125rem;
	font-size: calc(0.7969rem + 0.3vw);
	line-height: inherit;
}

@media (min-width: 1200px) {
	legend {
		font-size: 0.9375rem;
	}
}

legend + * {
	clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
	padding: 0;
}

::-webkit-inner-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
	padding: 0;
}

::file-selector-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

iframe {
	border: 0;
}

summary {
	display: list-item;
	cursor: pointer;
}

progress {
	vertical-align: baseline;
}

[hidden] {
	display: none !important;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	--bs-gutter-x: 30px;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container-sm,
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container-md,
	.container-sm,
	.container {
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 900px;
	}
}

@media (min-width: 1300px) {
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1200px;
	}
}

.row {
	--bs-gutter-x: 30px;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0%;
}

.row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

.col-9 {
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 8.33333333%;
}

.offset-2 {
	margin-left: 16.66666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333333%;
}

.offset-5 {
	margin-left: 41.66666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333333%;
}

.offset-8 {
	margin-left: 66.66666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333333%;
}

.offset-11 {
	margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0;
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0;
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.1562rem;
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.1562rem;
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.3125rem;
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.3125rem;
}

.g-3,
.gx-3 {
	--bs-gutter-x: 0.625rem;
}

.g-3,
.gy-3 {
	--bs-gutter-y: 0.625rem;
}

.g-4,
.gx-4 {
	--bs-gutter-x: 0.9375rem;
}

.g-4,
.gy-4 {
	--bs-gutter-y: 0.9375rem;
}

.g-5,
.gx-5 {
	--bs-gutter-x: 1.875rem;
}

.g-5,
.gy-5 {
	--bs-gutter-y: 1.875rem;
}

@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0%;
	}

	.row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.33333333%;
	}

	.offset-sm-2 {
		margin-left: 16.66666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.33333333%;
	}

	.offset-sm-5 {
		margin-left: 41.66666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.33333333%;
	}

	.offset-sm-8 {
		margin-left: 66.66666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.33333333%;
	}

	.offset-sm-11 {
		margin-left: 91.66666667%;
	}

	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0;
	}

	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0;
	}

	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.1562rem;
	}

	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.1562rem;
	}

	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.3125rem;
	}

	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.3125rem;
	}

	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 0.625rem;
	}

	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 0.625rem;
	}

	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 0.9375rem;
	}

	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 0.9375rem;
	}

	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 1.875rem;
	}

	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 1.875rem;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex: 1 0 0%;
	}

	.row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.33333333%;
	}

	.offset-md-2 {
		margin-left: 16.66666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.33333333%;
	}

	.offset-md-5 {
		margin-left: 41.66666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.33333333%;
	}

	.offset-md-8 {
		margin-left: 66.66666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.33333333%;
	}

	.offset-md-11 {
		margin-left: 91.66666667%;
	}

	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0;
	}

	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0;
	}

	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.1562rem;
	}

	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.1562rem;
	}

	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.3125rem;
	}

	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.3125rem;
	}

	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 0.625rem;
	}

	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 0.625rem;
	}

	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 0.9375rem;
	}

	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 0.9375rem;
	}

	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 1.875rem;
	}

	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 1.875rem;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0%;
	}

	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.33333333%;
	}

	.offset-lg-2 {
		margin-left: 16.66666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.33333333%;
	}

	.offset-lg-5 {
		margin-left: 41.66666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.33333333%;
	}

	.offset-lg-8 {
		margin-left: 66.66666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.33333333%;
	}

	.offset-lg-11 {
		margin-left: 91.66666667%;
	}

	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0;
	}

	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0;
	}

	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.1562rem;
	}

	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.1562rem;
	}

	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.3125rem;
	}

	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.3125rem;
	}

	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 0.625rem;
	}

	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 0.625rem;
	}

	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 0.9375rem;
	}

	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 0.9375rem;
	}

	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 1.875rem;
	}

	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 1.875rem;
	}
}

@media (min-width: 1300px) {
	.col-xl {
		flex: 1 0 0%;
	}

	.row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.33333333%;
	}

	.offset-xl-2 {
		margin-left: 16.66666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.33333333%;
	}

	.offset-xl-5 {
		margin-left: 41.66666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.33333333%;
	}

	.offset-xl-8 {
		margin-left: 66.66666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.33333333%;
	}

	.offset-xl-11 {
		margin-left: 91.66666667%;
	}

	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0;
	}

	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0;
	}

	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.1562rem;
	}

	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.1562rem;
	}

	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.3125rem;
	}

	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.3125rem;
	}

	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 0.625rem;
	}

	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 0.625rem;
	}

	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 0.9375rem;
	}

	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 0.9375rem;
	}

	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 1.875rem;
	}

	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 1.875rem;
	}
}

/**
 * Swiper 11.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 28, 2024
 */
@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
		format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
	/*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(
		--swiper-wrapper-transition-timing-function,
		initial
	);
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	touch-action: pan-y;
}

.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d {
	perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal
	> .swiper-wrapper
	> .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical
	> .swiper-wrapper
	> .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(
		to left,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}

.p-new-home .swiper-button-next:after,
.p-new-home .swiper-button-prev:after {
	content: "" !important;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* Slide styles end */
/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
button,
.button,
.font {
	font-family: "Lora", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 900;
	font-size: 1.5625rem;
}

h1 {
	font-size: 1.875rem;
}

@media (min-width: 768px) {
	h1 {
		font-size: 2.25rem;
	}
}

h2 {
	font-size: 1.375rem;
	font-weight: 900;
}

@media (min-width: 992px) {
	h2 {
		font-size: 1.5625rem;
	}
}

h3 {
	font-size: 1.25rem;
	line-height: 2.4375rem;
}

@media (min-width: 992px) {
	h3 {
		font-size: 1.375rem;
	}
}

h4 {
	font-size: 1.125rem;
	line-height: 2.4375rem;
	margin-bottom: 0.625rem;
}

@media (min-width: 992px) {
	h4 {
		font-size: 1.25rem;
	}
}

/* Elements
--------------------------------------------- */

* {
	outline: none;
}

/*.btn, .wp-block-buttons .wp-block-button__link {*/
/*  font-weight: 600;*/
/*  padding: 0.7812rem 2.0312rem;*/
/*  text-decoration: none;*/
/*  color: #14203b;*/
/*  cursor: pointer;*/
/*  text-align: center;*/
/*  border: #D4BFA3 1px solid;*/
/*  background-size: 300% 100%;*/
/*  font-size: 0.8750rem;*/
/*  display: inline-block;*/
/*  background-color: #D4BFA3;*/
/*  border-radius: 4px;*/
/*  transition: all 0.4s ease-in-out;*/
/*  margin: 0.6250rem 0;*/
/*}*/
/*.btn:hover, .wp-block-buttons .wp-block-button__link:hover {*/
/*  transition: all 0.4s ease-in-out;*/
/*  color: #14203B;*/
/*  background-color: rgba(212, 191, 163, 0.7);*/
/*  border: #D4BFA3 1px solid;*/
/*}*/
.btn--blue {
	color: #3c5de8;
	background-color: #121d50;
	border: #3c5de8 1px solid;
}

.btn--blue:hover {
	background-color: #d4bfa3;
	color: #14203b;
	border: #3c5de8 1px solid;
}

/*.btn:focus, .wp-block-buttons .wp-block-button__link:focus {*/
/*  outline: none;*/
/*  color: #121d50;*/
/*}*/

.btn--golden {
	background-image: linear-gradient(
		to right,
		#f5ce62,
		#e43603,
		#fa7199,
		#e85a19
	);
	box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}

.btn--outline {
	background-image: none;
	background-color: #ffffff;
	color: #d4bfa3;
	font-weight: normal;
	box-shadow: none;
	border: 1px solid #d4bfa3;
	padding: 0.625rem 1.25rem;
	margin-top: 0.625rem;
}

.btn.color-7,
.wp-block-buttons .color-7.wp-block-button__link {
	background-image: linear-gradient(
		to right,
		#6253e1,
		#852d91,
		#a3a1ff,
		#f24645
	);
	box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}

.wp-block-buttons {
	/*margin-bottom: 0.6250rem;*/
	text-align: center;
}

.wp-block-buttons.aligncenter {
	justify-content: center;
}

/*!*.wp-block-buttons .wp-block-button {*!*/
/*!*  margin: 0.6250rem auto 1.2500rem auto;*!*/
/*!*  width: 100%;*!*/
/*}*/
a {
	color: #265dff;
	text-decoration: none !important;

	transition: all 0.2s;
}

a:hover,
a:active,
a:focus {
	color: #d4bfa3;
	text-decoration: none;
}

article a {
	text-decoration: underline;
}

article a:hover,
article a:active,
article a:focus {
	text-decoration: underline;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	width: 100%;
}

.wp-block-table th {
	background: #d4bfa3;
}

/* table */
table {
	table-layout: fixed;
	margin: 0 auto;
	border-collapse: collapse;
}

table caption {
	padding: 0.625rem;
	caption-side: bottom;
	text-align: right;
}

table strong {
	font-weight: 900;
}

table thead {
	text-transform: uppercase;
}

table thead tr {
	box-shadow: 0.625rem 0.9375rem 0.625rem rgba(0, 0, 0, 0.025);
}

table th,
table td {
	padding: 1.875rem 1.25rem;
}

@media (min-width: 768px) {
	table th,
	table td {
		overflow-wrap: break-word;
	}

	table th:nth-child(1),
	table td:nth-child(1) {
		padding-left: 5rem;
	}
}

table tbody tr {
	border-bottom: none;
	box-shadow: 0.625rem 0.9375rem 1.25rem rgba(0, 0, 0, 0.025);
}

ul,
ol {
	padding-bottom: 1.25rem;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

/* Thumbnails
--------------------------------------------- */
.thumbnail {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	background-color: #14203b;
	border: 1px solid #1b3369;
	transition: all 0.2s;
	box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.15);
	/*padding: 1.8750rem;*/
	color: #d4bfa3;
	margin: 1.25rem 0;
	position: relative;
	z-index: 10;
}

.thumbnail:hover {
	color: #ffffff;
}

.thumbnail:hover img {
	transform: scale(1.1);
}

.thumbnail:hover .thumbnail__cta svg {
	transform: rotate(-90deg);
}

.thumbnail figure {
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.1s;
	margin: 0;
}

.thumbnail figure .thumbcrop {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 12.5rem;
	border-radius: 12px;
}

.thumbnail figure .thumbcrop img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	transition: 0.3s;
	backface-visibility: hidden;
}

.thumbnail figure figcaption {
	position: relative;
	transition: all 0.1s;
	width: 100%;
}

.thumbnail figure figcaption .title {
	padding: 1.25rem 0;
	line-height: 1.3;
	word-wrap: break-word;
	transition: all 0.1s;
	display: block;
	z-index: 2;
	position: relative;
	font-family: "Lora", sans-serif;
	font-size: 1.375rem;
}

.thumbnail__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.3s ease-out;
}

.thumbnail__cta svg {
	width: 28px;
	height: 18px;
	margin-left: 10px;
	transition: all 0.3s ease-out;
}

.thumbnail--inverted {
	background-color: transparent;
	border: none;
	box-shadow: none;
	color: #14203b;
}

.thumbnail--inverted:hover {
	color: #1b3369;
}

.thumbnail--short {
	background-color: #ffffff;
	border: none;
	box-shadow: none;
	color: #14203b;
	margin: 0;
	padding: 1.875rem 0;
	height: 100%;
	justify-content: space-between;
}

@media (min-width: 992px) {
	.thumbnail--short {
		margin: 0 2.5rem;
		padding: 1.875rem;
	}
}

.thumbnail--short:hover {
	color: #14203b;
}

.thumbnail--short .title {
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 1.375rem;
	margin-bottom: 1.875rem;
	font-weight: 700;
	font-family: "Lora", sans-serif;
}

.thumbnail-post-new {
	cursor: pointer;
	font-family: "Bai Jamjuree", sans-serif;
	margin: 1.25rem 0;
	display: block;
}

@media (min-width: 768px) {
	.thumbnail-post-new {
		display: inherit;
		margin: auto;
	}
}

.thumbnail-post-new .thumb {
	border-radius: 20px;
	height: 12.5rem;
	margin: 0.625rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	transition: all 0.7s;
	opacity: 1;
	background-color: #1f2125;
	overflow: hidden;
}

.thumbnail-post-new .thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		45deg,
		rgba(244, 175, 137, 0.3) 0%,
		rgba(17, 22, 23, 0.1) 54%,
		rgba(244, 175, 137, 0.3) 100%
	);
}

.thumbnail-post-new .thumb img {
	border-radius: 20px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.thumbnail-post-new__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
	color: #f4af89;
}

.thumbnail-post-new__cta .super-arrow {
	margin-left: 1.25rem;
}

.thumbnail-post-new .slide2 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.25rem 0.625rem 2.5rem;
	box-sizing: border-box;
	transition: all 0.8s;
	transition-delay: 0.1s;
	transform: translateY(0);
	background: linear-gradient(
		30deg,
		#1f2125 0%,
		rgba(31, 33, 37, 0) 50%,
		rgba(244, 175, 137, 0) 100%
	);
	z-index: 10;
	border-radius: 0 0 20px 20px;
	overflow: hidden;
}

.thumbnail-post-new .slide2 .title {
	color: #ffffff;
}

.thumbnail-post-new .slide2 h3 {
	font-family: "Bai Jamjuree", sans-serif !important;
	font-weight: normal;
	font-size: 1.5625rem;
	line-height: 1.3;
}

.thumbnail-post-new .slide2::before {
	content: "";
	width: 262px;
	height: 268px;
	position: absolute;
	left: -6.875rem;
	bottom: -7.5rem;
	background-image: radial-gradient(
		#f4af89 0.5%,
		rgba(244, 175, 137, 0.9) 3%,
		rgba(17, 22, 23, 0.9) 33%,
		rgba(31, 33, 37, 0.9) 63%,
		rgba(31, 33, 37, 0) 100%
	);
	transform: translate(0, 0) scale(1.3);
	transition: all 0.3s cubic-bezier(0.2, 0.5, 1, 0.73);
	transition-delay: 0.4s;
	z-index: -1;
}

.thumbnail-post-new .slide2::after {
	content: "";
	width: 200px;
	height: 200px;
	position: absolute;
	right: -5rem;
	bottom: -5rem;
	background-image: radial-gradient(
		#f4af89 1%,
		rgba(244, 175, 137, 0.9) 5%,
		rgba(80, 80, 80, 0) 45%,
		rgba(80, 80, 80, 0) 100%
	);
	transform: translate(0, 0) scale(2.7);
	transition: all 0.6s cubic-bezier(0.49, 0.27, 0.35, 0.99);
	z-index: 20;
	opacity: 0;
}

.thumbnail-post-new:hover {
	background: transparent;
	cursor: inherit;
}

@media (min-width: 768px) {
	.thumbnail-post-new:hover .slide2 {
		transition: all 0.4s;
		transform: translateY(-13.125rem);
		border-radius: 20px;
		cursor: pointer;
	}

	.thumbnail-post-new:hover .slide2::before {
		transition: all 0.4s;
		transform: translate(200px, 0) scale(1.5);
		opacity: 0;
	}

	.thumbnail-post-new:hover .slide2::after {
		transition: all 0.2s;
		transition-delay: 0.2s;
		transform: translate(-10px, -200px) scale(2.7);
		background-image: radial-gradient(
			#f4af89 1%,
			rgba(244, 175, 137, 0.9) 5%,
			rgba(80, 80, 80, 0) 65%,
			rgba(31, 33, 37, 0) 100%
		);
		opacity: 0.9;
	}

	.thumbnail-post-new:hover .thumb {
		transition: all 0.4s;
		opacity: 0;
	}
}

.thumbnail-post-new--1 .thumbnail-post-new__cta {
	color: #f4af89;
}

.thumbnail-post-new--1 .thumb::before {
	background: linear-gradient(
		45deg,
		rgba(244, 175, 137, 0.3) 0%,
		rgba(17, 22, 23, 0.1) 54%,
		rgba(244, 175, 137, 0.3) 100%
	);
}

.thumbnail-post-new--2 .thumbnail-post-new__cta {
	color: #8576e8;
}

.thumbnail-post-new--2 .thumbnail-post-new__cta .super-arrow {
	background-color: #8576e8;
}

.thumbnail-post-new--2 .thumb::before {
	background: linear-gradient(
		45deg,
		rgba(133, 118, 232, 0.3) 0%,
		rgba(17, 22, 23, 0.1) 54%,
		rgba(133, 118, 232, 0.3) 100%
	);
}

.thumbnail-post-new--2 .slide2::before {
	background-image: radial-gradient(
		#8576e8 0.5%,
		rgba(133, 118, 232, 0.9) 3%,
		rgba(17, 22, 23, 0.9) 33%,
		rgba(31, 33, 37, 0.9) 63%,
		rgba(31, 33, 37, 0) 100%
	);
}

.thumbnail-post-new--2 .slide2::after {
	background-image: radial-gradient(
		#8576e8 1%,
		rgba(133, 118, 232, 0.9) 5%,
		rgba(80, 80, 80, 0) 45%,
		rgba(80, 80, 80, 0) 100%
	);
}

.thumbnail-post-new--2:hover .slide2::after {
	background-image: radial-gradient(
		#8576e8 1%,
		rgba(133, 118, 232, 0.9) 5%,
		rgba(80, 80, 80, 0) 65%,
		rgba(31, 33, 37, 0) 100%
	);
}

.thumbnail-post-new--3 .thumbnail-post-new__cta {
	color: #3bc593;
}

.thumbnail-post-new--3 .thumbnail-post-new__cta .super-arrow {
	background-color: #3bc593;
}

.thumbnail-post-new--3 .thumb::before {
	background: linear-gradient(
		45deg,
		rgba(59, 197, 147, 0.3) 0%,
		rgba(17, 22, 23, 0.1) 54%,
		rgba(59, 197, 147, 0.3) 100%
	);
}

.thumbnail-post-new--3 .slide2::before {
	background-image: radial-gradient(
		#3bc593 0.5%,
		rgba(59, 197, 147, 0.9) 3%,
		rgba(17, 22, 23, 0.9) 33%,
		rgba(31, 33, 37, 0.9) 63%,
		rgba(31, 33, 37, 0) 100%
	);
}

.thumbnail-post-new--3 .slide2::after {
	background-image: radial-gradient(
		#3bc593 1%,
		rgba(59, 197, 147, 0.9) 5%,
		rgba(80, 80, 80, 0) 45%,
		rgba(80, 80, 80, 0) 100%
	);
}

.thumbnail-post-new--3:hover .slide2::after {
	background-image: radial-gradient(
		#3bc593 1%,
		rgba(59, 197, 147, 0.9) 5%,
		rgba(80, 80, 80, 0) 65%,
		rgba(31, 33, 37, 0) 100%
	);
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.d-flex {
	display: flex;
}

.nowrap {
	flex-wrap: nowrap;
}

.space-letters {
	padding: 1.25rem 0 0 0 !important;
	letter-spacing: 6px;
	text-transform: uppercase;
	color: #d4bfa3;
	font-size: 0.8125rem;
}

.space-letters--dark {
	color: #14203b;
}

.hr-ign {
	margin-top: 3.75rem;
	display: block;
	height: 2rem;
	border-bottom: #c4a06f solid 1px;
	border-left: #c4a06f solid 1px;
	border-right: #c4a06f solid 1px;
	border-top: none;
	opacity: 1;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.p-default {
	margin-top: 2.5rem;
}

@media (min-width: 768px) {
	.p-default {
		margin-top: 5rem;
	}
}

.p-default .article-hero {
	max-width: 50rem;
	margin: 1.25rem auto;
}

.p-default .article-hero__thumb {
	min-height: 14.375rem;
	max-width: 50rem;
	margin: 0 auto 1.875rem auto;
	position: relative;
	box-shadow: 0px 1px 33px rgba(20, 32, 59, 0.0588235294);
	border-radius: 12px;
}

@media (min-width: 768px) {
	.p-default .article-hero__thumb {
		min-height: 25rem;
	}
}

.p-default .article-hero__thumb .cover-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	z-index: -999;
	border-radius: 12px;
}

.p-default .article-hero h1 {
	font-family: "Bai Jamjuree", sans-serif;
	max-width: 37.5rem;
	margin: 1.25rem auto 0.625rem auto;
	text-align: center;
	font-size: 2.5rem;
	color: #1b3369;
}

.p-default .article-hero .article-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 37.5rem;
	margin: 0.625rem auto;
	font-size: 0.875rem;
}

.p-default .article-hero .article-meta .post-author figure {
	display: flex;
	align-items: center;
}

.p-default .article-hero .article-meta .post-author .avatar {
	border-radius: 50%;
	width: 2.75rem;
	height: 2.75rem;
	margin-right: 1.25rem;
	object-fit: cover;
}

.p-default .content-wrapper {
	max-width: 50rem;
	margin: 1.25rem auto;
	color: #1b3369;
}

.p-default .content-wrapper p,
.p-default .content-wrapper h2,
.p-default .content-wrapper h3,
.p-default .content-wrapper h4,
.p-default .content-wrapper h5,
.p-default .content-wrapper ul,
.p-default .content-wrapper ol {
	max-width: 37.5rem;
	margin: 0 auto;
}

.p-default .content-wrapper p {
	font-family: "Inter", sans-serif;
	padding-bottom: 1.875rem;
}

.p-default .content-wrapper p + .wp-block-image {
	padding: 0.625rem 0 1.875rem 0;
}

.p-default .content-wrapper h2 {
	margin-top: 1.25rem;
	padding-bottom: 1.875rem;
	font-family: "Bai Jamjuree", sans-serif;
}

.p-default .content-wrapper .wp-block-image {
	padding: 1.875rem 0;
}

.p-default .content-wrapper .wp-block-image img {
	border-radius: 12px;
}

.p-default .content-wrapper h3 {
	font-family: "Bai Jamjuree", sans-serif;
	padding-bottom: 0.9375rem;
}

.p-default .content-wrapper h4,
.p-default .content-wrapper h5 {
	font-family: "Bai Jamjuree", sans-serif;
	color: #8576e8;
}

.p-default .related-posts {
	max-width: 37.5rem;
	margin: auto;
}

@media (min-width: 992px) {
	.p-default .related-posts {
		max-width: none;
	}
}

.p-default .related-posts .row {
	justify-content: center;
}

.p-default .related-posts__heading {
	font-family: "Bai Jamjuree", sans-serif;
	max-width: 37.5rem;
	margin: 0 auto 1.875rem auto;
	font-size: 1.5625rem;
	font-weight: 900;
}

.gallery-swiper {
	width: 100%;
	height: 18.75rem;
	overflow: hidden;
}

@media (min-width: 768px) {
	.gallery-swiper {
		height: 28.125rem;
	}
}

.gallery-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #d4bfa3;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gallery-swiper .swiper-slide:nth-of-type(1),
.gallery-swiper .swiper-slide:nth-of-type(2),
.gallery-swiper .swiper-slide:nth-of-type(4),
.gallery-swiper .swiper-slide:nth-of-type(9) {
	top: 1.25rem;
}

.gallery-swiper .swiper-slide:nth-of-type(3),
.gallery-swiper .swiper-slide:nth-of-type(5),
.gallery-swiper .swiper-slide:nth-of-type(7),
.gallery-swiper .swiper-slide:nth-of-type(8) {
	top: -1.25rem;
}

.gallery-swiper .swiper-slide__img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.p-author {
	margin-top: 5.625rem;
}

.p-author__photo .avatar {
	width: 6.25rem;
	height: 6.25rem;
	border-radius: 50%;
}

.p-author__about {
	display: flex;
	align-items: center;
}

.p-author__socials {
	margin-left: 1.25rem;
}

.p-author__count {
	margin-bottom: 0.625rem;
	font-weight: bold;
}

.header {
	background: #14203b;
}

.toggle-button {
	overflow: hidden;
	z-index: 20;
	padding: 0;
	position: relative;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.toggle-button:focus {
	outline: 0;
}

.toggle-button__icon {
	display: block;
	width: 36px;
	padding: 15px 8px;
	cursor: pointer;
	border-radius: 0.375rem;
	transition: background-color 0.2s ease;
	position: relative;
}

.has-modal-open .toggle-button__icon svg {
	transform: scaleY(1);
}

.toggle-button__icon svg {
	width: 12px;
	height: 9px;
	position: absolute;
	top: 9px;
	right: 6px;
	fill: #000000;
	transition: transform 0.2s ease;
	transform: scaleY(-1);
}

.toggle-button__icon span {
	position: relative;
	display: block;
	background: #000000;
	border-radius: 6px;
	width: 6px;
	height: 2px;
}

.toggle-button__icon span::after,
.toggle-button__icon span::before {
	content: "";
	position: absolute;
	left: 0;
	height: inherit;
	background: inherit;
	border-radius: inherit;
	transition: inherit;
}

.toggle-button__icon span::before {
	top: -6px;
	width: 9px;
}

.toggle-button__icon span::after {
	bottom: -6px;
	width: 16px;
}

.toggle-button[data-collapsed="true"] .toggle-button__icon svg {
	transform: scale(1);
}

.toggle-button[data-collapsed="true"] .toggle-button__icon span {
	width: 10px;
}

.toggle-button[data-collapsed="true"] .toggle-button__icon span::before {
	width: 6px;
}

.toggle-button__icon span {
	background: white !important;
}

.toggle-button__icon svg {
	fill: white;
}

.nav__menu {
	justify-content: flex-end;
}

.nav__menu > li > a {
	color: #a7c3eb !important;
}

.header.scrolled {
	background: #14203b;
}

.header.scrolled .logo img {
	filter: none;
}

.nav__menu .expand::before {
	border-color: white;
}

.btn-2,
.btn-2:link,
.btn-2:visited {
	text-decoration: none;
	padding: 1.25rem 2.5rem;
	line-height: 1;
	display: inline-block;
	border-radius: 30px;
	transition: all 0.2s;
	position: relative;
	font-size: 0.9375rem;
	font-weight: bold;
	background-color: #1a6ae7;
	color: #ffffff;
	text-align: center;
	border: none;
	cursor: pointer;
}

.btn-2:hover,
.btn-2:link:hover,
.btn-2:visited:hover {
	opacity: 0.7;
	box-shadow: 1px 1px 27px 0 #1a6ae7;
}

.c-header {
	padding: 3.75rem 0;
	position: relative;
}

@media (min-width: 992px) {
	.c-header {
		padding: 7.5rem 1.25rem;
	}
}

.c-header::before {
	content: "";
	position: absolute;
	top: -100%;
	right: -90%;
	z-index: 1;
	height: 125rem;
	width: 125rem;
	background: radial-gradient(circle, #15203b 0%, rgba(255, 255, 255, 0) 50%);
	filter: blur(1.875rem);
	opacity: 0.8;
	border-radius: 100%;
}

.c-header > * {
	position: relative;
	z-index: 5;
}

.c-header__welcome {
	position: relative;
}

@media (min-width: 992px) {
	.c-header__welcome {
		padding-right: 2.5rem;
	}
}

.c-header__welcome::before {
	content: url(../../images/homepage/stripes-header.svg);
	position: absolute;
	left: 50%;
	bottom: 10%;
	transform: translate(-40%, 0);
	width: 150%;
	height: 100%;
	z-index: -1;
	opacity: 0.7;
}

.c-header__welcome .btn-2 {
	display: flex;
	justify-content: center;
	align-self: center;
}

@media (min-width: 768px) {
	.c-header__welcome .btn-2 {
		display: inline;
	}
}

.c-header__h1 {
	font-family: "Bai Jamjuree", sans-serif;
	font-size: 3rem;
	color: #ffffff;
}

@media (min-width: 768px) {
	.c-header__h1 {
		font-size: 3.4375rem;
	}
}

.c-header__desc {
	padding: 1.875rem 0;
	font-size: 1.25rem;
	line-height: 40px;
	margin-bottom: 2.5rem;
	color: #ffffff;
}

@media (min-width: 992px) {
	.c-header__desc {
		font-size: 1.75rem;
		line-height: 56px;
	}
}

.c-header__mosaic {
	padding: 5rem 1.25rem 2.5rem 1.25rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(6, 3.125rem);
	grid-gap: 1.25rem;
}

@media (min-width: 768px) {
	.c-header__mosaic {
		padding: 0 1.25rem;
	}
}

@media (min-width: 992px) {
	.c-header__mosaic {
		padding: 1.25rem;
		grid-gap: 0.9375rem;
		grid-template-rows: repeat(6, 4.375rem);
	}
}

@media (min-width: 1300px) {
	.c-header__mosaic {
		padding: 0 6.25rem 0 3.75rem;
	}
}

.c-header__mosaic-pic {
	width: 100%;
	position: relative;
	background-color: #f6bfa0;
	border-radius: 20px;
	mask-image: radial-gradient(white, black);
	overflow: hidden;
}

.c-header__mosaic-pic::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: lighten;
	z-index: 2;
	border-radius: 20px;
}

.c-header__mosaic-pic .pic {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	object-position: center;
	transition: 0.3s;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	mix-blend-mode: multiply;
	filter: grayscale(90%) contrast(1.1);
}

.c-header__mosaic-pic--1 {
	grid-column: 1;
	grid-row: 1 / span 2;
}

.c-header__mosaic-pic--2 {
	background-color: #8adcbe;
	grid-column: 2;
	grid-row: 1/-1;
}

.c-header__mosaic-pic--3 {
	background-color: #f9eec5;
	grid-column: 3;
	grid-row: 1 / span 2;
}

.c-header__mosaic-pic--4 {
	grid-column: 1;
	grid-row: 5/-1;
}

.c-header__mosaic-pic--5 {
	background-color: #8576e8;
	grid-column: 3;
	grid-row: 4/7;
}

.c-header__numbers {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding-top: 1.875rem;
	grid-gap: 1.25rem;
}

@media (min-width: 768px) {
	.c-header__numbers {
		display: flex;
		justify-content: space-between;
	}
}

@media (min-width: 992px) {
	.c-header__numbers {
		display: flex;
		justify-content: space-between;
	}
}

@media (min-width: 1300px) {
	.c-header__numbers {
		padding-right: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}

.c-header__numbers .number {
	text-align: center;
}

@media (min-width: 992px) {
	.c-header__numbers .number {
		text-align: left;
	}
}

.c-header__numbers .number:nth-child(n + 1) .number__label {
	color: #efd369;
}

.c-header__numbers .number:nth-child(n + 2) .number__label {
	color: #8576e8;
}

.c-header__numbers .number:nth-child(n + 3) .number__label {
	color: #3bc593;
}

.c-header__numbers .number:nth-child(n + 4) .number__label {
	color: #f4af89;
}

.c-header__numbers .number__label {
	letter-spacing: 2.8px;
	display: block;
	opacity: 0.7;
	font-size: 0.875rem;
}

.c-header__numbers .number__amount {
	font-size: 2.5rem;
	font-weight: bold;
}

.p-new-home {
	background-color: #1f2125;
	color: #ffffff;
	font-family: "Bai Jamjuree", sans-serif;
	/*padding-top: 3.7500rem;*/
	overflow: hidden;
}

.p-new-home .wp-block-group:last-child {
	margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
	.p-new-home .wp-block-group:last-child {
		margin-bottom: 5rem;
	}
}

.p-new-home .wp-block-group__inner-container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	padding: 1.25rem 2.5rem;
}

@media (min-width: 992px) {
	.p-new-home .wp-block-group__inner-container {
		padding: 1.875rem 0.9375rem;
	}
}

.p-new-home .wp-block-group__inner-container .wp-block-columns {
	margin-bottom: 0;
	gap: 1.25rem;
}

@media (min-width: 992px) {
	.p-new-home .wp-block-group__inner-container .wp-block-columns {
		gap: 7.5rem;
	}
}

.p-new-home .super-arrow {
	border-radius: 50%;
	background-color: #f4af89;
	height: 3.125rem;
	width: 3.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 20;
}

.p-new-home .super-arrow svg {
	height: 1.5rem;
	width: 1.5rem;
}

.p-new-home .super-arrow--outline {
	border: 1px solid #efd369;
	background: linear-gradient(to right, #efd369 40%, transparent 0%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all 0.3s ease-out;
	cursor: pointer;
}

.p-new-home .super-arrow--outline:hover {
	background-color: #efd369;
	background-position: left bottom;
}

.p-new-home .super-arrow--outline:hover svg {
	stroke: #111;
}

.p-new-home .super-arrow--outline.swiper-button-disabled {
	border: 1px solid transparent;
	background: transparent;
	cursor: inherit;
}

.p-new-home .super-arrow--outline.swiper-button-disabled:hover {
	color: inherit;
	background: inherit;
}

.p-new-home .super-arrow--outline.swiper-button-disabled:hover svg {
	stroke: #e8e8e8;
}

.p-new-home .super-arrow--purple {
	border: 1px solid #8576e8;
	background: linear-gradient(to right, #8576e8 40%, transparent 0%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all 0.3s ease-out;
	cursor: pointer;
}

.p-new-home .super-arrow--purple:hover {
	background-color: #8576e8;
}

.p-new-home .super-arrow--rotate {
	transform: rotate(180deg);
}

.p-new-home .super-arrow--up {
	transform: rotate(90deg);
}

.p-new-home .super-arrow--down {
	transform: rotate(-90deg);
}

.p-new-home .bg-circle {
	position: relative;
}

.p-new-home .bg-circle::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	height: 62.5rem;
	width: 125rem;
	background: radial-gradient(
		circle,
		rgb(182, 182, 182) 0%,
		rgba(255, 255, 255, 0) 35%
	);
	filter: blur(1.875rem);
	opacity: 0.2;
	border-radius: 100%;
}

@media (min-width: 992px) {
	.p-new-home .bg-circle::before {
		height: 125rem;
		width: 125rem;
	}
}

.p-new-home .bg-circle--left::before {
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 187.5rem;
	background: radial-gradient(
		circle,
		rgba(133, 118, 232, 0.7) 0%,
		rgba(255, 255, 255, 0) 22%
	);
}

.p-new-home .bg-circle--golden::before {
	background: radial-gradient(
		circle,
		rgba(239, 211, 105, 0.4) 0%,
		rgba(255, 255, 255, 0) 22%
	);
}

.p-new-home .bg-about {
	position: relative;
	max-width: 100%;
}

.p-new-home .bg-about::after {
	content: url(../../images/homepage/bg-about.svg);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	height: 100%;
	opacity: 0.3;
	z-index: 0;
}

.p-new-home .bg-about--rotate::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.p-new-home .section-contact {
	padding: 0;
}

.p-new-home .section-contact p {
	padding-top: 0;
	color: #ffffff;
}

@media (min-width: 992px) {
	.p-new-home .section-contact {
		padding: 0 0.9375rem;
	}
}

.p-new-home .section-contact a {
	font-weight: bold;
	color: #ffffff;
}

.p-new-home .section-contact .c-title {
	font-size: 0.875rem;
	letter-spacing: 2.8px;
	text-transform: uppercase;
	color: #f4af89;
}

.p-new-home .section-contact .c-title--yellow {
	color: #efd369;
}

.p-new-home .section-contact .c-title--green {
	color: #3bc593;
	padding-top: 0;
}

.p-new-home .section-contact .c-title--purple {
	color: #8576e8;
}

.p-new-home .c-form {
	border-radius: 40px;
	padding: 1.25rem;
	background: linear-gradient(47deg, #1f2125, rgba(17, 22, 23, 0.3));
	/* Firefox < 16 */
	/* Safari, Chrome and Opera > 12.1 */
	/* Internet Explorer */
	/* Opera < 12.1 */
}

.p-new-home .c-form__input {
	font-size: 0.9375rem;
	font-family: inherit;
	color: #ffffff;
	padding: 0.9375rem 1.25rem;
	border-radius: 4px;
	background-color: rgba(47, 48, 55, 0.9);
	border: none;
	border-bottom: 3px solid transparent;
	width: 100%;
	display: block;
	transition: all 0.3s;
}

.p-new-home .c-form__input:focus {
	outline: none;
	box-shadow: 0 0.625rem 1.25rem rgba(47, 48, 55, 0.1);
	border-bottom: 3px solid #8576e8;
}

.p-new-home .c-form__input:focus:invalid {
	border-bottom: 3px solid red;
}

.p-new-home .c-form__btn {
	margin-top: 1.25rem;
	text-align: center;
}

@media (min-width: 992px) {
	.p-new-home .c-form__btn {
		text-align: left;
	}
}

.p-new-home .c-form__group textarea.c-form__input {
	height: 7.5rem;
}

.p-new-home .c-form .c-form__input::-webkit-input-placeholder {
	color: #ffffff;
}

.p-new-home .c-form .c-form__input:placeholder-shown + .c-form__label {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-2.5rem);
}

.p-new-home .c-form__label {
	text-align: left;
	font-size: 0.75rem;
	font-weight: 700;
	margin-left: 1.25rem;
	margin-top: 0.4375rem;
	display: block;
	transition: all 0.3s;
	color: #ffffff;
}

.p-new-home .c-form__label--textarea {
	display: none;
}

.p-new-home .c-form__select {
	display: block;
	font-size: 0.9375rem;
	font-family: inherit;
	color: #ffffff;
	padding: 0.9375rem 1.25rem;
	border-radius: 2px;
	background-color: rgba(47, 48, 55, 0.9);
	border: none;
	border-bottom: 3px solid transparent;
	width: 100%;
	display: block;
	transition: all 0.3s;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat, repeat;
	background-position:
		right 0.7em top 50%,
		0 0;
	background-size:
		0.65em auto,
		100%;
	margin-bottom: 1.875rem;
}

.p-new-home .c-form__select:focus {
	outline: none;
	box-shadow: 0 0.625rem 1.25rem rgba(47, 48, 55, 0.1);
	border-bottom: 3px solid #8576e8;
}

.p-new-home .c-form__select option {
	font-weight: normal;
}

.p-new-home .c-form__select::-ms-expand {
	display: none;
}

.p-new-home .c-form__select:hover {
	border-color: #888;
}

.p-new-home .c-form__group {
	margin-bottom: 0.625rem;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-ms-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-o-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.p-career {
	margin-top: 3.125rem;
}

.p-career p {
	padding-top: 0;
	font-family: "Bai Jamjuree", sans-serif;
}

.p-career h1,
.p-career h2,
.p-career h3 {
	font-family: "Bai Jamjuree", sans-serif;
}

.p-career h2 {
	padding-bottom: 1.25rem;
}

.p-career__header {
	padding: 1.25rem;
}

.p-career .wp-block-group__inner-container {
	max-width: 1200px;
	padding: 1.25rem 0.625rem;
	margin: 0 auto;
}

.p-career .wp-block-group__inner-container .wp-block-columns {
	margin-bottom: 0;
	gap: 1.25rem;
}

@media (min-width: 768px) {
	.p-career .wp-block-group__inner-container .wp-block-columns {
		gap: 7.5rem;
	}
}

.p-career .wp-block-group__inner-container .wp-block-columns.features {
	gap: 0;
}

@media (min-width: 768px) {
	.p-career .wp-block-group__inner-container .mw-50 {
		max-width: 50%;
	}
}

.p-career__welcome {
	align-self: center;
	padding: 0 0.625rem;
}

.p-career__welcome h1 {
	padding-top: 0.625rem;
	padding-bottom: 1.875rem;
}

.p-career__welcome p {
	padding-right: 5rem;
	margin-bottom: 1.25rem;
}

.p-career__gallery {
	position: relative;
	padding-top: 1.25rem;
}

.p-career__gallery:before {
	content: "";
	width: 28.125rem;
	height: 28.125rem;
	display: block;
	position: absolute;
	background: linear-gradient(
		130deg,
		rgba(212, 191, 163, 0) 0%,
		rgba(212, 191, 163, 0.4) 100%
	);
	border-radius: 50%;
	right: 0;
	top: 4.375rem;
}

.p-career__gallery .gallery-swiper {
	overflow: hidden;
}

.p-career .section--benefits {
	position: relative;
}

.p-career .section--benefits::before {
	content: "";
	height: 15.625rem;
	width: 100%;
	position: absolute;
	top: 18.75rem;
	left: 0;
	transform: translate(0, -50%);
	background-color: #d4bfa3;
}

.p-career .section--benefits .benefit {
	background-color: #ffffff;
	padding: 1.875rem;
	box-shadow: 0px 1px 33px rgba(20, 32, 59, 0.0588235294);
}

.p-career .section--benefits hr {
	display: none;
}

.p-job-offer {
	font-family: "Comfortaa", sans-serif;
}

.p-job-offer h1,
.p-job-offer h2 {
	font-family: "Bai Jamjuree", sans-serif;
}

.p-job-offer .wp-block-buttons {
	justify-content: center;
	padding-bottom: 32px;
}

.p-job-offer p {
	padding-top: 0 !important;
	margin-bottom: 0;
	font-family: Inter, sans-serif;
}

.p-job-offer .content-wrapper p {
	padding-bottom: 2;
}

.p-job-offer .content-wrapper ul p,
.p-job-offer .content-wrapper ul li,
.p-job-offer .content-wrapper ol p,
.p-job-offer .content-wrapper ol li {
	padding-bottom: 0;
}

.p-job-offer p,
.p-job-offer ul,
.p-job-offer span {
	font-size: 16px !important;
}

.p-job-offer div {
	max-width: 37.5rem;
	margin: 0 auto;
}

.p-job-offer .article-hero__back {
	margin-bottom: 1.25rem;
	display: block;
}

.p-job-offer .article-hero__back svg {
	width: 28px;
	height: 18px;
	margin-right: 10px;
	transition: all 0.3s ease-out;
	transform: rotate(180deg);
}

body.error404 {
	display: flex;
	background: #14203b;
	color: #fff;
	flex-direction: column;
	justify-content: space-between;
	height: 100vh;
}

body.error404 .p-404 {
	color: #fff;
	background-color: #14203b;
	text-align: center;
	margin: auto;
}

body.error404 .p-404__heading {
	font-size: 1.875rem;
}

body.error404 .p-404 img {
	margin: 1.875rem auto 0 auto;
	display: block;
	max-height: 31.25rem;
}

.archive-post {
	padding: 3rem 0;
}

.header {
	width: 100%;
	z-index: 1000;
	transition: all 0.5s ease-in-out;
	position: absolute;
	top: 0;
}

.header .nav__menu > li {
	width: 100%;
}

.header .nav__menu > li > a {
	color: #a7c3eb;
	width: 100%;
}

.wp-site-blocks header.wp-block-template-part {
	position: unset;
}
@media (min-width: 991px) {
	.header {
		padding-top: 1.25rem;
	}
}

@media (min-width: 767px) {
	.header .nav__menu > li {
		width: auto;
	}

	.header .nav__menu > li > a {
		color: #a7c3eb;
		width: auto;
	}
}

.header.scrolled {
	position: fixed;
	background: #14203b;
}

.header.scrolled .nav__menu > li > a {
	color: #a7c3eb;
}

.header .toggle-button__icon span {
	background: #14203b !important;
}

.header .toggle-button__icon svg {
	fill: #14203b;
}

.header.scrolled .toggle-button__icon span {
	background: white !important;
}

.header.scrolled .toggle-button__icon svg {
	fill: white;
}

.header__menu-wrap {
	background-color: transparent;
	flex-wrap: wrap;
	align-items: center !important;
	justify-content: space-between;
}

.has-modal-open .wp-block-navigation__responsive-container-open {
	display: none !important;
}

.wp-block-navigation__responsive-container-close {
	top: 1.2rem;
	right: 1rem;
}

@media (min-width: 991px) {
	.nav__menu .wp-block-navigation__responsive-container-open {
		display: none !important;
	}
}

@media (min-width: 600px) {
	.wp-block-navigation__responsive-container-open {
		display: block !important;
	}
}

@media (max-width: 991.98px) {
	.header__menu-wrap {
		padding: 1rem 0;
	}
}

.header__menu-wrap .logo {
	display: flex;
	align-items: center;
	height: 100%;
}

.header__menu-wrap .logo img {
	width: 9.5rem !important;
	height: auto !important;
}

.header__menu-toggler {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

@media (min-width: 992px) {
	.header__menu-toggler {
		display: none;
	}
}

.wp-block-navigation__responsive-container-content {
	display: none;
	position: absolute;
	z-index: 999;
	overflow: auto;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	background-color: #14203b;
	left: 0;
	top: 51px;
	width: 100vw;
	max-height: 100vh;
	margin-right: 0.625rem;
}

.nav.active {
	display: block;
}

@media (min-width: 576px) {
	.wp-block-navigation__responsive-container-content {
		width: 100%;
	}
}

@media (max-width: 991px) {
	html:not(.has-modal-open)
		.wp-block-navigation__responsive-container-content {
		display: none !important;
	}
}
@media (min-width: 991px) {
	.wp-block-navigation__responsive-container-content {
		position: relative;
		display: flex;
		width: auto;
		height: auto;
		overflow: visible;
		right: auto;
		left: auto;
		background: none;
		top: 0;
	}
}

.wp-block-navigation__responsive-container.is-menu-open {
	background: transparent !important;
}

.wp-block-navigation__responsive-container.is-menu-open
	.wp-block-navigation__responsive-container-content {
	padding-top: 0 !important;
	margin-top: 1rem;
}

.menu-opened .wp-block-navigation__responsive-container-content {
	right: 0;
}

.wp-block-navigation__responsive-container-content a {
	display: block;
}

@media (min-width: 992px) {
	.wp-block-navigation__responsive-container-content a {
		color: rgba(0, 0, 0, 0.9);
	}
}

.wp-block-navigation__responsive-container-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav__menu {
	font-size: 0.875rem;
	font-weight: 700;
	font-family: "Bai Jamjuree", sans-serif;
}

@media (min-width: 992px) {
	.nav__menu {
		font-size: 0.813rem;
		display: flex;
		justify-content: flex-end;
		width: 100%;
	}
}

.nav__menu > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
	.nav__menu > li {
		border-bottom: none;
		position: relative;
	}

	.nav__menu > li.careers {
		position: relative;
	}

	.nav__menu > li.careers::after {
		content: "";
		border-style: solid;
		border-width: 5px 10px 5px 0;
		border-color: transparent #d4bfa3 transparent transparent;
		position: absolute;
		top: 0.5rem;
		left: 50%;
		transform: translateX(-50%) rotate(-90deg);
	}

	.nav__menu > li.careers::before {
		position: absolute;
		top: -0.938rem;
		left: 50%;
		white-space: nowrap;
		transform: translateX(-50%) rotate(5deg);
		content: "Join us!";
		font-size: 0.625rem;
		border-radius: 12px;
		padding: 0.313rem 0.875rem;
		background: #d4bfa3;
	}

	.nav__menu > li:hover .sub-menu {
		transform: scale(1) translateX(-50%);
		visibility: visible;
	}

	.nav__menu > li:hover > a {
		color: #d4bfa3 !important;
	}

	.nav__menu > li:hover > a::before {
		width: 100%;
		right: 0;
	}
}

.nav__menu > li .expand {
	content: "";
	width: 1.875rem;
	height: 1.875rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	margin-top: -0.938rem;
	border-radius: 2px;
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	transition:
		transform 0.2s ease,
		fill 0.2s linear;
}

.nav__menu > li .expand:before {
	content: "";
	display: block;
	height: 1rem;
	width: 1rem;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0px 2px 2px 0px;
	transform: rotate(45deg);
	margin: 0.313rem 0.625rem 0.625rem 0.625rem;
	transform-origin: center;
}

.nav__menu > li .expand[aria-expanded="true"] {
	transform: scaleY(-1);
}

.nav__menu > li .expand[aria-expanded="true"]:before {
	border-color: #d4bfa3;
}

@media (min-width: 992px) {
	.nav__menu > li .expand {
		display: none;
	}
}

.nav__menu {
	width: 100%;
	padding-left: 0 !important;
}

.nav__menu > li > a {
	padding: 1.25rem !important;
	text-transform: uppercase;
	position: relative;
	color: #a7c3eb !important;
}

@media (min-width: 992px) {
	.nav__menu > li > a {
		z-index: 0;
		color: #14203b;
		font-size: 0.813rem;
	}
}

.nav__menu > li .sub-menu {
	padding: 0.625rem 0;
}

.nav__menu > li .sub-menu li.dropdown a {
	position: relative;
}

.nav__menu > li .sub-menu li.dropdown .sub-menu {
	display: none;
	position: relative;
	z-index: auto;
	background: #3d3d3d;
	padding: 0;
}

.nav__menu > li .sub-menu li.dropdown .sub-menu li {
	padding-left: 0.625rem;
	color: #fff;
}

.nav__menu > li .sub-menu li.dropdown .sub-menu li a {
	padding: 0.625rem 2.5rem 0.625rem 1.25rem;
}

@media (min-width: 992px) {
	.nav__menu > li .sub-menu li.dropdown .sub-menu {
		display: block;
	}
}

.nav__menu .sub-menu {
	background: #101a2f;
	display: none;
}

@media (min-width: 992px) {
	.nav__menu .sub-menu {
		min-width: 100%;
		z-index: 30;
		position: absolute;
		visibility: hidden;
		left: 50%;
		transform: scale(0) translateX(-50%);
		transform-origin: left top;
		transition: all 0.3s;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		white-space: nowrap;
		display: block;
		text-transform: uppercase;
	}

	.nav__menu .sub-menu a:hover {
		color: #d4bfa3;
		text-decoration: none;
	}
}

.nav__menu .sub-menu li a {
	padding: 0.625rem 1.25rem;
	color: #fff;
	position: relative;
}

.nav__menu .sub-menu li a .expand:before {
	border-color: #fff;
}

.nav__menu .sub-menu li a .expand[aria-expanded="true"] {
	transform: scaleY(-1);
}

.nav__menu .sub-menu li a .expand[aria-expanded="true"]:before {
	border-color: #d4bfa3;
}

@media (min-width: 992px) {
	.nav__menu .sub-menu li a .expand {
		display: none;
	}
}

.nav__menu .sub-menu li a:hover {
	color: #d4bfa3;
}

.footer {
	background-color: #252729;
	color: #ffffff;
	font-family: "Inter", sans-serif;
}
.footer__main {
	padding: 4rem 1.5rem 0 1.5rem;
	border-bottom: solid 1px #4a5160;
}

.footer__main .title {
	font-size: 0.75rem;
	letter-spacing: 2.8px;
	line-height: 140%;
	padding-bottom: 1rem;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #9db8df;
	font-family: Inter, sans-serif;
}
.footer__main p {
	padding-top: 0;
	font-size: 0.938rem;
	color: white;
}

.footer__main .wp-block-image {
	margin: 0;
}

.footer__office-title {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer__office-title .title {
	margin-top: 0.625rem;
	margin-right: 0.625rem;
}
@media (min-width: 768px) {
	.footer__office-title {
		display: block;
		text-align: left;
		align-items: flex-start;
	}
	.footer__office-title .title {
		margin-top: 0;
	}
}
.footer__office {
	text-align: center;
}
.footer__widget {
	margin-top: 0.75rem;
	text-align: center;
}
@media (min-width: 768px) {
	.footer__widget {
		text-align: left;
	}
}
.footer__links .links {
	list-style-type: none;
	padding-inline-start: 0;
}
.footer__links .links li {
	font-size: 0.938rem;
}
.footer__links .links li a {
	color: #fff;
}
.footer__links .links li a:hover {
	color: #9db8df;
}
.footer__map {
	grid-row: 2;
	text-align: center;
}
.footer__map img {
	width: 5rem;
}
@media (min-width: 768px) {
	.footer__map {
		grid-row: auto;
	}
	.footer__map img {
		width: 9.375rem;
	}
}
.footer__logos {
	padding: 1.25rem 0;
	grid-column: 1/-1;
	display: flex;
	justify-content: space-between;
}
.footer__logo-list {
	display: flex;
	flex-direction: column;
}
.footer__logo-list img {
	padding: 0.313rem 0;
}
@media (min-width: 768px) {
	.footer__logo-list {
		flex-direction: row;
	}
}
.footer__bottom-links {
	text-align: center;
}
.footer__bottom-links .links-bottom {
	list-style-type: none;
	display: block;
	padding-top: 1.25rem;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.footer__bottom-links .links-bottom {
		display: flex;
		justify-content: center;
	}
}
.footer__bottom-links .links-bottom li {
	margin: 0.625rem 1.25rem;
	font-size: 1.5rem;
}
.footer__bottom-links .links-bottom li a {
	color: #fff;
}
.footer__bottom-links .links-bottom li a:hover {
	color: #9db8df;
}
.footer__copyright {
	text-align: center;
	padding: 1.25rem 0;
	width: 100%;
}

.footer__copyright p {
	font-size: 0.813rem;
	color: #9db8df;
	padding: 0;
	margin: 0;
	opacity: 0.6;
}
