@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #4dad77;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #4dad77;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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));
}

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

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

body {
	margin: 0;
	font-family: "Lyon Display", serif;
	font-size: calc(1.265rem + 0.18vw);
	font-weight: 300;
	line-height: 1.45;
	color: #212529;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px) {
	body {
		font-size: 1.4rem;
	}
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: 0.25;
}

hr:not([size]) {
	height: 1px;
}

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

h1, .h1 {
	font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 3.5rem;
	}
}

h2, .h2 {
	font-size: calc(1.405rem + 1.86vw);
}
@media (min-width: 1200px) {
	h2, .h2 {
		font-size: 2.8rem;
	}
}

h3, .h3 {
	font-size: calc(1.37rem + 1.44vw);
}
@media (min-width: 1200px) {
	h3, .h3 {
		font-size: 2.45rem;
	}
}

h4, .h4 {
	font-size: calc(1.335rem + 1.02vw);
}
@media (min-width: 1200px) {
	h4, .h4 {
		font-size: 2.1rem;
	}
}

h5, .h5 {
	font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	h5, .h5 {
		font-size: 1.75rem;
	}
}

h6, .h6 {
	font-size: calc(1.265rem + 0.18vw);
}
@media (min-width: 1200px) {
	h6, .h6 {
		font-size: 1.4rem;
	}
}

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

abbr[title],
abbr[data-bs-original-title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	        text-decoration-skip-ink: none;
}

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

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

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

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

dt {
	font-weight: 700;
}

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

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small, .small {
	font-size: 0.875em;
}

mark, .mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #0d6efd;
	text-decoration: underline;
}
a:hover {
	color: #0a58ca;
}

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;
	direction: ltr /* rtl:ignore */;
	unicode-bidi: bidi-override;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: 0.875em;
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

code {
	font-size: 0.875em;
	color: #d63384;
	word-wrap: break-word;
}
a > code {
	color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 0.875em;
	color: #fff;
	background-color: #212529;
	border-radius: 0.2rem;
}
kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700;
}

figure {
	margin: 0 0 1rem;
}

img,
svg {
	vertical-align: middle;
}

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

caption {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	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]::-webkit-calendar-picker-indicator {
	display: none;
}

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.5rem;
	font-size: calc(1.275rem + 0.3vw);
	line-height: inherit;
}
@media (min-width: 1200px) {
	legend {
		font-size: 1.5rem;
	}
}
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;
}

::-webkit-file-upload-button {
	font: inherit;
}

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

::-webkit-file-upload-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;
}

.lead {
	font-size: calc(1.3rem + 0.6vw);
	font-weight: 300;
}
@media (min-width: 1200px) {
	.lead {
		font-size: 1.75rem;
	}
}

.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1200px) {
	.display-1 {
		font-size: 5rem;
	}
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1200px) {
	.display-2 {
		font-size: 4.5rem;
	}
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1200px) {
	.display-3 {
		font-size: 4rem;
	}
}

.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1200px) {
	.display-4 {
		font-size: 3.5rem;
	}
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1200px) {
	.display-5 {
		font-size: 3rem;
	}
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1200px) {
	.display-6 {
		font-size: 2.5rem;
	}
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}
.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

.initialism {
	font-size: 0.875em;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	.blockquote {
		font-size: 1.75rem;
	}
}
.blockquote > :last-child {
	margin-bottom: 0;
}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: 0.875em;
	color: #6c757d;
}
.blockquote-footer::before {
	content: "— ";
}

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

.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 0.875em;
	color: #6c757d;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	width: 100%;
	padding-right: var(--bs-gutter-x, 1.7rem);
	padding-left: var(--bs-gutter-x, 1.7rem);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 375px) {
	.container-sm, .container {
		max-width: 54rem;
	}
}
@media (min-width: 768px) {
	.container-md, .container-sm, .container {
		max-width: 72rem;
	}
}
@media (min-width: 992px) {
	.container-lg, .container-md, .container-sm, .container {
		max-width: 96rem;
	}
}
@media (min-width: 1340px) {
	.container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 130.2rem;
	}
}
.row {
	--bs-gutter-x: 3.4rem;
	--bs-gutter-y: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -0.5);
	margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
	-ms-flex-negative: 0;
	    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 {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 0%;
	        flex: 1 0 0%;
}

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

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

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

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

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

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

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

@media (min-width: 375px) {
	.col-sm {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 0%;
		        flex: 1 0 0%;
	}
	.row-cols-sm-auto > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
	}
	.row-cols-sm-1 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-sm-2 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-sm-3 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-sm-4 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-sm-5 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-sm-6 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 16.6666666667%;
	}
}
@media (min-width: 768px) {
	.col-md {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 0%;
		        flex: 1 0 0%;
	}
	.row-cols-md-auto > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
	}
	.row-cols-md-1 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-md-2 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-md-3 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-md-4 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-md-5 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-md-6 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 16.6666666667%;
	}
}
@media (min-width: 992px) {
	.col-lg {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 0%;
		        flex: 1 0 0%;
	}
	.row-cols-lg-auto > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
	}
	.row-cols-lg-1 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-lg-2 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-lg-3 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-lg-4 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-lg-5 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-lg-6 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 16.6666666667%;
	}
}
@media (min-width: 1340px) {
	.col-xl {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 0%;
		        flex: 1 0 0%;
	}
	.row-cols-xl-auto > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xl-1 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xl-2 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xl-3 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xl-4 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xl-5 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xl-6 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 16.6666666667%;
	}
}
@media (min-width: 1440px) {
	.col-xxl {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 0%;
		        flex: 1 0 0%;
	}
	.row-cols-xxl-auto > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xxl-1 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xxl-2 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xxl-3 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xxl-4 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xxl-5 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xxl-6 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 16.6666666667%;
	}
}
.col-auto {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        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.25rem;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
	.col-sm-auto {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        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.25rem;
	}
	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem;
	}
	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem;
	}
	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem;
	}
	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 768px) {
	.col-md-auto {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        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.25rem;
	}
	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem;
	}
	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem;
	}
	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem;
	}
	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 992px) {
	.col-lg-auto {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        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.25rem;
	}
	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem;
	}
	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem;
	}
	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem;
	}
	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1340px) {
	.col-xl-auto {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        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.25rem;
	}
	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1440px) {
	.col-xxl-auto {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
	}
	.col-xxl-1 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-xxl-2 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xxl-3 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 25%;
	}
	.col-xxl-4 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xxl-5 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-xxl-6 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 50%;
	}
	.col-xxl-7 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-xxl-8 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xxl-9 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 75%;
	}
	.col-xxl-10 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-xxl-11 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-xxl-12 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 100%;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.33333333%;
	}
	.offset-xxl-2 {
		margin-left: 16.66666667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.33333333%;
	}
	.offset-xxl-5 {
		margin-left: 41.66666667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.33333333%;
	}
	.offset-xxl-8 {
		margin-left: 66.66666667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.33333333%;
	}
	.offset-xxl-11 {
		margin-left: 91.66666667%;
	}
	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0;
	}
	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0;
	}
	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}
.table {
	--bs-table-bg: transparent;
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: #212529;
	--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
	--bs-table-active-color: #212529;
	--bs-table-active-bg: rgba(0, 0, 0, 0.1);
	--bs-table-hover-color: #212529;
	--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	vertical-align: top;
	border-color: #dee2e6;
}
.table > :not(caption) > * > * {
	padding: 0.5rem 0.5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	-webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
	        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
	vertical-align: inherit;
}
.table > thead {
	vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
	border-bottom-color: currentColor;
}

.caption-top {
	caption-side: top;
}

.table-sm > :not(caption) > * > * {
	padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
	border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
	border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
	border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color);
}

.table-active {
	--bs-table-accent-bg: var(--bs-table-active-bg);
	color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
	--bs-table-accent-bg: var(--bs-table-hover-bg);
	color: var(--bs-table-hover-color);
}

.table-primary {
	--bs-table-bg: #cfe2ff;
	--bs-table-striped-bg: #c5d7f2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bacbe6;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfd1ec;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bacbe6;
}

.table-secondary {
	--bs-table-bg: #e2e3e5;
	--bs-table-striped-bg: #d7d8da;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #cbccce;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #d1d2d4;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #cbccce;
}

.table-success {
	--bs-table-bg: #dbefe4;
	--bs-table-striped-bg: #d0e3d9;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #c5d7cd;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #cbddd3;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #c5d7cd;
}

.table-info {
	--bs-table-bg: #cff4fc;
	--bs-table-striped-bg: #c5e8ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #badce3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfe2e9;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #badce3;
}

.table-warning {
	--bs-table-bg: #fff3cd;
	--bs-table-striped-bg: #f2e7c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6dbb9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ece1be;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #e6dbb9;
}

.table-danger {
	--bs-table-bg: #f8d7da;
	--bs-table-striped-bg: #eccccf;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfc2c4;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5c7ca;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfc2c4;
}

.table-light {
	--bs-table-bg: #f8f9fa;
	--bs-table-striped-bg: #ecedee;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfe0e1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5e6e7;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfe0e1;
}

.table-dark {
	--bs-table-bg: #212529;
	--bs-table-striped-bg: #2c3034;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #373b3e;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #323539;
	--bs-table-hover-color: #fff;
	color: #fff;
	border-color: #373b3e;
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 374.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 991.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 1339.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 1439.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
.form-label {
	margin-bottom: 0.5rem;
}

.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.45;
}

.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	.col-form-label-lg {
		font-size: 1.75rem;
	}
}

.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 1.225rem;
}

.form-text {
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #6c757d;
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: calc(1.265rem + 0.18vw);
	font-weight: 300;
	line-height: 1.45;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
	.form-control {
		font-size: 1.4rem;
	}
}
@media (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none;
	}
}
.form-control[type=file] {
	overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer;
}
.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
	height: 1.45em;
}
.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}
.form-control::-webkit-file-upload-button {
	padding: 0.375rem 0.75rem;
	margin: -0.375rem -0.75rem;
	-webkit-margin-end: 0.75rem;
	        margin-inline-end: 0.75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
	padding: 0.375rem 0.75rem;
	margin: -0.375rem -0.75rem;
	-webkit-margin-end: 0.75rem;
	        margin-inline-end: 0.75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none;
	}
	.form-control::file-selector-button {
		-webkit-transition: none;
		transition: none;
	}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
	padding: 0.375rem 0.75rem;
	margin: -0.375rem -0.75rem;
	-webkit-margin-end: 0.75rem;
	        margin-inline-end: 0.75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none;
	}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.375rem 0;
	margin-bottom: 0;
	line-height: 1.45;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	min-height: calc(1.45em + (0.5rem + 2px));
	padding: 0.25rem 0.5rem;
	font-size: 1.225rem;
	border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
	padding: 0.25rem 0.5rem;
	margin: -0.25rem -0.5rem;
	-webkit-margin-end: 0.5rem;
	        margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
	padding: 0.25rem 0.5rem;
	margin: -0.25rem -0.5rem;
	-webkit-margin-end: 0.5rem;
	        margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
	padding: 0.25rem 0.5rem;
	margin: -0.25rem -0.5rem;
	-webkit-margin-end: 0.5rem;
	        margin-inline-end: 0.5rem;
}

.form-control-lg {
	min-height: calc(1.45em + (1rem + 2px));
	padding: 0.5rem 1rem;
	font-size: calc(1.3rem + 0.6vw);
	border-radius: 0.3rem;
}
@media (min-width: 1200px) {
	.form-control-lg {
		font-size: 1.75rem;
	}
}
.form-control-lg::-webkit-file-upload-button {
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem;
	-webkit-margin-end: 1rem;
	        margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem;
	-webkit-margin-end: 1rem;
	        margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem;
	-webkit-margin-end: 1rem;
	        margin-inline-end: 1rem;
}

textarea.form-control {
	min-height: calc(1.45em + (0.75rem + 2px));
}
textarea.form-control-sm {
	min-height: calc(1.45em + (0.5rem + 2px));
}
textarea.form-control-lg {
	min-height: calc(1.45em + (1rem + 2px));
}

.form-control-color {
	max-width: 3rem;
	height: auto;
	padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer;
}
.form-control-color::-moz-color-swatch {
	height: 1.45em;
	border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
	height: 1.45em;
	border-radius: 0.25rem;
}

.form-select {
	display: block;
	width: 100%;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: calc(1.265rem + 0.18vw);
	font-weight: 300;
	line-height: 1.45;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
@media (min-width: 1200px) {
	.form-select {
		font-size: 1.4rem;
	}
}
@media (prefers-reduced-motion: reduce) {
	.form-select {
		-webkit-transition: none;
		transition: none;
	}
}
.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
	padding-right: 0.75rem;
	background-image: none;
}
.form-select:disabled {
	background-color: #e9ecef;
}
.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #212529;
}

.form-select-sm {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 1.225rem;
}

.form-select-lg {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	.form-select-lg {
		font-size: 1.75rem;
	}
}

.form-check {
	display: block;
	min-height: 2.03rem;
	padding-left: 1.5em;
	margin-bottom: 0.125rem;
}
.form-check .form-check-input {
	float: left;
	margin-left: -1.5em;
}

.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: 0.225em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, 0.25);
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
}
.form-check-input[type=checkbox] {
	border-radius: 0.25em;
}
.form-check-input[type=radio] {
	border-radius: 50%;
}
.form-check-input:active {
	-webkit-filter: brightness(90%);
	        filter: brightness(90%);
}
.form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
	background-color: #0d6efd;
	border-color: #0d6efd;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
	pointer-events: none;
	-webkit-filter: none;
	        filter: none;
	opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
	opacity: 0.5;
}

.form-switch {
	padding-left: 2.5em;
}
.form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2em;
	-webkit-transition: background-position 0.15s ease-in-out;
	transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-switch .form-check-input {
		-webkit-transition: none;
		transition: none;
	}
}
.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
	pointer-events: none;
	-webkit-filter: none;
	        filter: none;
	opacity: 0.65;
}

.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.form-range:focus {
	outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	        box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
	border: 0;
}
.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	        appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.form-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}
.form-range::-webkit-slider-thumb:active {
	background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}
.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-moz-appearance: none;
	     appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.form-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}
.form-range::-moz-range-thumb:active {
	background-color: #b6d4fe;
}
.form-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}
.form-range:disabled {
	pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
	background-color: #d4d4d4;
}
.form-range:disabled::-moz-range-thumb {
	background-color: #d4d4d4;
}

.form-floating {
	position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
	height: calc(3.5rem + 2px);
	line-height: 1.25;
}
.form-floating > label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem 0.75rem;
	pointer-events: none;
	border: 1px solid transparent;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-floating > label {
		-webkit-transition: none;
		transition: none;
	}
}
.form-floating > .form-control {
	padding: 1rem 0.75rem;
}
.form-floating > .form-control::-webkit-input-placeholder {
	color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
	color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
	color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
	color: transparent;
}
.form-floating > .form-control::placeholder {
	color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-select {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
	opacity: 0.65;
	-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
	        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
	opacity: 0.65;
	-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
	        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
	z-index: 3;
}
.input-group .btn {
	position: relative;
	z-index: 2;
}
.input-group .btn:focus {
	z-index: 3;
}

.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0.375rem 0.75rem;
	font-size: calc(1.265rem + 0.18vw);
	font-weight: 300;
	line-height: 1.45;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}
@media (min-width: 1200px) {
	.input-group-text {
		font-size: 1.4rem;
	}
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
	padding: 0.5rem 1rem;
	font-size: calc(1.3rem + 0.6vw);
	border-radius: 0.3rem;
}
@media (min-width: 1200px) {
	.input-group-lg > .form-control,
	.input-group-lg > .form-select,
	.input-group-lg > .input-group-text,
	.input-group-lg > .btn {
		font-size: 1.75rem;
	}
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 1.225rem;
	border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
	padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #4dad77;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 1.225rem;
	color: #000;
	background-color: rgba(77, 173, 119, 0.9);
	border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
	border-color: #4dad77;
	padding-right: calc(1.45em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234dad77' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.3625em + 0.1875rem) center;
	background-size: calc(0.725em + 0.375rem) calc(0.725em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
	border-color: #4dad77;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(77, 173, 119, 0.25);
	        box-shadow: 0 0 0 0.25rem rgba(77, 173, 119, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.45em + 0.75rem);
	background-position: top calc(0.3625em + 0.1875rem) right calc(0.3625em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
	border-color: #4dad77;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234dad77' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-position: right 0.75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(0.725em + 0.375rem) calc(0.725em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
	border-color: #4dad77;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(77, 173, 119, 0.25);
	        box-shadow: 0 0 0 0.25rem rgba(77, 173, 119, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
	border-color: #4dad77;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
	background-color: #4dad77;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(77, 173, 119, 0.25);
	        box-shadow: 0 0 0 0.25rem rgba(77, 173, 119, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
	color: #4dad77;
}

.form-check-inline .form-check-input ~ .valid-feedback {
	margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
	z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
	z-index: 3;
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 1.225rem;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
	border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.45em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.3625em + 0.1875rem) center;
	background-size: calc(0.725em + 0.375rem) calc(0.725em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
	        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.45em + 0.75rem);
	background-position: top calc(0.3625em + 0.1875rem) right calc(0.3625em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
	border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-position: right 0.75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(0.725em + 0.375rem) calc(0.725em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
	        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
	border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
	background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
	        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
	color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
	margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
	z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
	z-index: 3;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.45;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: calc(1.265rem + 0.18vw);
	border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
	.btn {
		font-size: 1.4rem;
	}
}
@media (prefers-reduced-motion: reduce) {
	.btn {
		-webkit-transition: none;
		transition: none;
	}
}
.btn:hover {
	color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
	pointer-events: none;
	opacity: 0.65;
}

.btn-primary {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}
.btn-primary:hover {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0a58ca;
	border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #565e64;
	border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-success {
	color: #000;
	background-color: #4dad77;
	border-color: #4dad77;
}
.btn-success:hover {
	color: #000;
	background-color: #68b98b;
	border-color: #5fb585;
}
.btn-check:focus + .btn-success, .btn-success:focus {
	color: #000;
	background-color: #68b98b;
	border-color: #5fb585;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(65, 147, 101, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(65, 147, 101, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
	color: #000;
	background-color: #71bd92;
	border-color: #5fb585;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(65, 147, 101, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(65, 147, 101, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
	color: #000;
	background-color: #4dad77;
	border-color: #4dad77;
}

.btn-info {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}
.btn-info:hover {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
	color: #000;
	background-color: #3dd5f3;
	border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-warning {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-warning:hover {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
	color: #000;
	background-color: #ffcd39;
	border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-danger:hover {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #b02a37;
	border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-light {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-light:hover {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-dark {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}
.btn-dark:hover {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1a1e21;
	border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}

.btn-outline-primary {
	color: #0d6efd;
	border-color: #0d6efd;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
	color: #0d6efd;
	background-color: transparent;
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
	color: #6c757d;
	background-color: transparent;
}

.btn-outline-success {
	color: #4dad77;
	border-color: #4dad77;
}
.btn-outline-success:hover {
	color: #000;
	background-color: #4dad77;
	border-color: #4dad77;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(77, 173, 119, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(77, 173, 119, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
	color: #000;
	background-color: #4dad77;
	border-color: #4dad77;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(77, 173, 119, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(77, 173, 119, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
	color: #4dad77;
	background-color: transparent;
}

.btn-outline-info {
	color: #0dcaf0;
	border-color: #0dcaf0;
}
.btn-outline-info:hover {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
	color: #0dcaf0;
	background-color: transparent;
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-warning:hover {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light:hover {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.btn-outline-dark {
	color: #212529;
	border-color: #212529;
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
	color: #212529;
	background-color: transparent;
}

.btn-link {
	font-weight: 400;
	color: #0d6efd;
	text-decoration: underline;
}
.btn-link:hover {
	color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
	color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
	padding: 0.5rem 1rem;
	font-size: calc(1.3rem + 0.6vw);
	border-radius: 0.3rem;
}
@media (min-width: 1200px) {
	.btn-lg, .btn-group-lg > .btn {
		font-size: 1.75rem;
	}
}

.btn-sm, .btn-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 1.225rem;
	border-radius: 0.2rem;
}

.fade {
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
	.fade {
		-webkit-transition: none;
		transition: none;
	}
}
.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
	.collapsing {
		-webkit-transition: none;
		transition: none;
	}
}

.dropup,
.dropend,
.dropdown,
.dropstart {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0;
	font-size: calc(1.265rem + 0.18vw);
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}
@media (min-width: 1200px) {
	.dropdown-menu {
		font-size: 1.4rem;
	}
}
.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: 0.125rem;
}

.dropdown-menu-start {
	--bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0;
}

.dropdown-menu-end {
	--bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto;
}

@media (min-width: 375px) {
	.dropdown-menu-sm-start {
		--bs-position: start;
	}
	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	.dropdown-menu-sm-end {
		--bs-position: end;
	}
	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 768px) {
	.dropdown-menu-md-start {
		--bs-position: start;
	}
	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	.dropdown-menu-md-end {
		--bs-position: end;
	}
	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 992px) {
	.dropdown-menu-lg-start {
		--bs-position: start;
	}
	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	.dropdown-menu-lg-end {
		--bs-position: end;
	}
	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 1340px) {
	.dropdown-menu-xl-start {
		--bs-position: start;
	}
	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	.dropdown-menu-xl-end {
		--bs-position: end;
	}
	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 1440px) {
	.dropdown-menu-xxl-start {
		--bs-position: start;
	}
	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	.dropdown-menu-xxl-end {
		--bs-position: end;
	}
	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropend .dropdown-toggle::after {
	vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
}
.dropstart .dropdown-toggle::after {
	display: none;
}
.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropstart .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #1e2125;
	background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color: #d4d4d4;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	font-size: 1.225rem;
	color: #6c757d;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: 0.25rem 1rem;
	color: #212529;
}

.dropdown-menu-dark {
	color: #dee2e6;
	background-color: #343a40;
	border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
	color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
	color: #fff;
	background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
	color: #d4d4d4;
}
.dropdown-menu-dark .dropdown-divider {
	border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
	color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
	color: #d4d4d4;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 1;
}

.btn-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.btn-toolbar .input-group {
	width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
	margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
	margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.btn-group-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
	width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
	margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

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

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
	color: #0d6efd;
	text-decoration: none;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.nav-link {
		-webkit-transition: none;
		transition: none;
	}
}
.nav-link:hover, .nav-link:focus {
	color: #0a58ca;
}
.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
	margin-bottom: -1px;
	background: none;
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
	isolation: isolate;
}
.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	background: none;
	border: 0;
	border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #fff;
	background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	    flex-basis: 0;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
	width: 100%;
}

.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}

.navbar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: inherit;
	    flex-wrap: inherit;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.navbar-brand {
	padding-top: 0.24625rem;
	padding-bottom: 0.24625rem;
	margin-right: 1rem;
	font-size: calc(1.3rem + 0.6vw);
	text-decoration: none;
	white-space: nowrap;
}
@media (min-width: 1200px) {
	.navbar-brand {
		font-size: 1.75rem;
	}
}
.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}
.navbar-nav .dropdown-menu {
	position: static;
}

.navbar-text {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: calc(1.3rem + 0.6vw);
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	-webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
	transition: -webkit-box-shadow 0.15s ease-in-out;
	transition: box-shadow 0.15s ease-in-out;
	transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
	.navbar-toggler {
		font-size: 1.75rem;
	}
}
@media (prefers-reduced-motion: reduce) {
	.navbar-toggler {
		-webkit-transition: none;
		transition: none;
	}
}
.navbar-toggler:hover {
	text-decoration: none;
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem;
	        box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto;
}

@media (min-width: 375px) {
	.navbar-expand-sm {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-sm .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		    flex-basis: auto;
	}
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}
@media (min-width: 768px) {
	.navbar-expand-md {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-md .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		    flex-basis: auto;
	}
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}
@media (min-width: 992px) {
	.navbar-expand-lg {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		    flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}
@media (min-width: 1340px) {
	.navbar-expand-xl {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-xl .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		    flex-basis: auto;
	}
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}
@media (min-width: 1440px) {
	.navbar-expand-xxl {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.navbar-expand-xxl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-xxl .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		    flex-basis: auto;
	}
	.navbar-expand-xxl .navbar-toggler {
		display: none;
	}
}
.navbar-expand {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
	overflow: visible;
}
.navbar-expand .navbar-collapse {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.55);
	border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}
.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.55);
	border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
	color: #fff;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}
.card > hr {
	margin-right: 0;
	margin-left: 0;
}
.card > .list-group {
	border-top: inherit;
	border-bottom: inherit;
}
.card > .list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
	border-top: 0;
}

.card-body {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding: 1rem 1rem;
}

.card-title {
	margin-bottom: 0.5rem;
}

.card-subtitle {
	margin-top: -0.25rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}
.card-link + .card-link {
	margin-left: 1rem;
}

.card-header {
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
	padding: 0.5rem 1rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
	margin-right: -0.5rem;
	margin-bottom: -0.5rem;
	margin-left: -0.5rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -0.5rem;
	margin-left: -0.5rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
	width: 100%;
}

.card-img,
.card-img-top {
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
	margin-bottom: 1.7rem;
}
@media (min-width: 375px) {
	.card-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}
	.card-group > .card {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 0%;
		        flex: 1 0 0%;
		margin-bottom: 0;
	}
	.card-group > .card + .card {
		margin-left: 0;
		border-left: 0;
	}
	.card-group > .card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-img-top,
	.card-group > .card:not(:last-child) .card-header {
		border-top-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-img-bottom,
	.card-group > .card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-img-top,
	.card-group > .card:not(:first-child) .card-header {
		border-top-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-img-bottom,
	.card-group > .card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0;
	}
}

.accordion-button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: calc(1.265rem + 0.18vw);
	color: #212529;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
	.accordion-button {
		font-size: 1.4rem;
	}
}
@media (prefers-reduced-motion: reduce) {
	.accordion-button {
		-webkit-transition: none;
		transition: none;
	}
}
.accordion-button:not(.collapsed) {
	color: #0c63e4;
	background-color: #e7f1ff;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
	        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}
.accordion-button::after {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.accordion-button::after {
		-webkit-transition: none;
		transition: none;
	}
}
.accordion-button:hover {
	z-index: 2;
}
.accordion-button:focus {
	z-index: 3;
	border-color: #86b7fe;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
	margin-bottom: 0;
}

.accordion-item {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
	border-top: 0;
}
.accordion-item:last-of-type {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.accordion-body {
	padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
	border-width: 0;
}
.accordion-flush .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
	border-top: 0;
}
.accordion-flush .accordion-item:last-child {
	border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
	border-radius: 0;
}

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 1rem;
	list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: 0.5rem;
	color: #6c757d;
	content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
	color: #6c757d;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
}

.page-link {
	position: relative;
	display: block;
	color: #0d6efd;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.page-link {
		-webkit-transition: none;
		transition: none;
	}
}
.page-link:hover {
	z-index: 2;
	color: #0a58ca;
	background-color: #e9ecef;
	border-color: #dee2e6;
}
.page-link:focus {
	z-index: 3;
	color: #0a58ca;
	background-color: #e9ecef;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
	margin-left: -1px;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
	border-color: #dee2e6;
}

.page-link {
	padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	.pagination-lg .page-link {
		font-size: 1.75rem;
	}
}
.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 1.225rem;
}
.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.badge {
	display: inline-block;
	padding: 0.35em 0.65em;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}
.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 3rem;
}
.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem;
}

.alert-primary {
	color: #084298;
	background-color: #cfe2ff;
	border-color: #b6d4fe;
}
.alert-primary .alert-link {
	color: #06357a;
}

.alert-secondary {
	color: #41464b;
	background-color: #e2e3e5;
	border-color: #d3d6d8;
}
.alert-secondary .alert-link {
	color: #34383c;
}

.alert-success {
	color: #2e6847;
	background-color: #dbefe4;
	border-color: #cae6d6;
}
.alert-success .alert-link {
	color: #255339;
}

.alert-info {
	color: #055160;
	background-color: #cff4fc;
	border-color: #b6effb;
}
.alert-info .alert-link {
	color: #04414d;
}

.alert-warning {
	color: #664d03;
	background-color: #fff3cd;
	border-color: #ffecb5;
}
.alert-warning .alert-link {
	color: #523e02;
}

.alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}
.alert-danger .alert-link {
	color: #6a1a21;
}

.alert-light {
	color: #636464;
	background-color: #fefefe;
	border-color: #fdfdfe;
}
.alert-light .alert-link {
	color: #4f5050;
}

.alert-dark {
	color: #141619;
	background-color: #d3d3d4;
	border-color: #bcbebf;
}
.alert-dark .alert-link {
	color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem;
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem;
	}
}
.progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: 1.05rem;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}

.progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #0d6efd;
	-webkit-transition: width 0.6s ease;
	transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		-webkit-transition: none;
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	-webkit-animation: 1s linear infinite progress-bar-stripes;
	        animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		        animation: none;
	}
}

.list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 0.25rem;
}

.list-group-numbered {
	list-style-type: none;
	counter-reset: section;
}
.list-group-numbered > li::before {
	content: counters(section, ".") ". ";
	counter-increment: section;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}
.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.5rem 1rem;
	color: #212529;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
}
.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}
.list-group-item + .list-group-item {
	border-top-width: 0;
}
.list-group-item + .list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}

.list-group-horizontal {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
	border-bottom-left-radius: 0.25rem;
	border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
	border-top-right-radius: 0.25rem;
	border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
	margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}

@media (min-width: 375px) {
	.list-group-horizontal-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.list-group-horizontal-sm > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-sm > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-sm > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-sm > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 768px) {
	.list-group-horizontal-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.list-group-horizontal-md > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-md > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-md > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-md > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-md > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 992px) {
	.list-group-horizontal-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.list-group-horizontal-lg > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-lg > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-lg > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 1340px) {
	.list-group-horizontal-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.list-group-horizontal-xl > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-xl > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-xl > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-xl > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 1440px) {
	.list-group-horizontal-xxl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.list-group-horizontal-xxl > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-xxl > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-xxl > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-xxl > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
.list-group-flush {
	border-radius: 0;
}
.list-group-flush > .list-group-item {
	border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
	border-bottom-width: 0;
}

.list-group-item-primary {
	color: #084298;
	background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
	color: #084298;
	background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #084298;
	border-color: #084298;
}

.list-group-item-secondary {
	color: #41464b;
	background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
	color: #41464b;
	background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #41464b;
	border-color: #41464b;
}

.list-group-item-success {
	color: #2e6847;
	background-color: #dbefe4;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
	color: #2e6847;
	background-color: #c5d7cd;
}
.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #2e6847;
	border-color: #2e6847;
}

.list-group-item-info {
	color: #055160;
	background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
	color: #055160;
	background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #055160;
	border-color: #055160;
}

.list-group-item-warning {
	color: #664d03;
	background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
	color: #664d03;
	background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #664d03;
	border-color: #664d03;
}

.list-group-item-danger {
	color: #842029;
	background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
	color: #842029;
	background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #842029;
	border-color: #842029;
}

.list-group-item-light {
	color: #636464;
	background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
	color: #636464;
	background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #636464;
	border-color: #636464;
}

.list-group-item-dark {
	color: #141619;
	background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
	color: #141619;
	background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #141619;
	border-color: #141619;
}

.btn-close {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: 0.25em 0.25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: 0.25rem;
	opacity: 0.5;
}
.btn-close:hover {
	color: #000;
	text-decoration: none;
	opacity: 0.75;
}
.btn-close:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
	pointer-events: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	opacity: 0.25;
}

.btn-close-white {
	-webkit-filter: invert(1) grayscale(100%) brightness(200%);
	        filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
	width: 350px;
	max-width: 100%;
	font-size: 0.875rem;
	pointer-events: auto;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
	opacity: 0;
}
.toast.hide {
	display: none;
}

.toast-container {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	pointer-events: none;
}
.toast-container > :not(:last-child) {
	margin-bottom: 1.7rem;
}

.toast-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0.5rem 0.75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
	margin-right: -0.375rem;
	margin-left: 0.75rem;
}

.toast-body {
	padding: 0.75rem;
	word-wrap: break-word;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	        transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		transition: none;
	}
}
.modal.show .modal-dialog {
	-webkit-transform: none;
	        transform: none;
}
.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	        transform: scale(1.02);
}

.modal-dialog-scrollable {
	height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
	padding: 0.5rem 0.5rem;
	margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.45;
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
	margin: 0.25rem;
}

@media (min-width: 375px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	.modal-dialog-scrollable {
		height: calc(100% - 3.5rem);
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	.modal-sm {
		max-width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}
@media (min-width: 1340px) {
	.modal-xl {
		max-width: 1140px;
	}
}
.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}
.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}
.modal-fullscreen .modal-header {
	border-radius: 0;
}
.modal-fullscreen .modal-body {
	overflow-y: auto;
}
.modal-fullscreen .modal-footer {
	border-radius: 0;
}

@media (max-width: 374.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-md-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 1339.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 1439.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0;
	}
}
.tooltip {
	position: absolute;
	z-index: 1080;
	display: block;
	margin: 0;
	font-family: "Lyon Display", serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.45;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 1.225rem;
	word-wrap: break-word;
	opacity: 0;
}
.tooltip.show {
	opacity: 0.9;
}
.tooltip .tooltip-arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
	padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
	bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
	top: -1px;
	border-width: 0.4rem 0.4rem 0;
	border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
	padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
	left: 0;
	width: 0.4rem;
	height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
	right: -1px;
	border-width: 0.4rem 0.4rem 0.4rem 0;
	border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
	padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
	top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 0.4rem 0.4rem;
	border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
	padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
	right: 0;
	width: 0.4rem;
	height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
	left: -1px;
	border-width: 0.4rem 0 0.4rem 0.4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0.25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0 /* rtl:ignore */;
	z-index: 1070;
	display: block;
	max-width: 276px;
	font-family: "Lyon Display", serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.45;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 1.225rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
}
.popover .popover-arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
	bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
	bottom: 0;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
	bottom: 1px;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
	left: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
	left: 0;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
	left: 1px;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
	top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
	top: 0;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
	top: 1px;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -0.5rem;
	content: "";
	border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
	right: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
	right: 0;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
	right: 1px;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: #fff;
}

.popover-header {
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	font-size: calc(1.265rem + 0.18vw);
	background-color: #f0f0f0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
@media (min-width: 1200px) {
	.popover-header {
		font-size: 1.4rem;
	}
}
.popover-header:empty {
	display: none;
}

.popover-body {
	padding: 1rem 1rem;
	color: #212529;
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.6s ease-in-out;
	transition: -webkit-transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		-webkit-transition: none;
		transition: none;
	}
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transform: none;
	        transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
	z-index: 1;
	opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 0s 0.6s;
	transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-start,
	.carousel-fade .active.carousel-item-end {
		-webkit-transition: none;
		transition: none;
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: none;
	border: 0;
	opacity: 0.5;
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev,
	.carousel-control-next {
		-webkit-transition: none;
		transition: none;
	}
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none;
}
.carousel-indicators [data-bs-target] {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	-webkit-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-indicators [data-bs-target] {
		-webkit-transition: none;
		transition: none;
	}
}
.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
	-webkit-filter: invert(1) grayscale(100);
	        filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #000;
}
.carousel-dark .carousel-caption {
	color: #000;
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg) /* rtl:ignore */;
		        transform: rotate(360deg) /* rtl:ignore */;
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg) /* rtl:ignore */;
		        transform: rotate(360deg) /* rtl:ignore */;
	}
}
.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -0.125em;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: 0.75s linear infinite spinner-border;
	        animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}
.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -0.125em;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: 0.75s linear infinite spinner-grow;
	        animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
	.spinner-border,
	.spinner-grow {
		-webkit-animation-duration: 1.5s;
		        animation-duration: 1.5s;
	}
}
.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: 1050;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 100%;
	visibility: hidden;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.offcanvas {
		-webkit-transition: none;
		transition: none;
	}
}

.offcanvas-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
	padding: 0.5rem 0.5rem;
	margin-top: -0.5rem;
	margin-right: -0.5rem;
	margin-bottom: -0.5rem;
}

.offcanvas-title {
	margin-bottom: 0;
	line-height: 1.45;
}

.offcanvas-body {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding: 1rem 1rem;
	overflow-y: auto;
}

.offcanvas-start {
	top: 0;
	left: 0;
	width: 400px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.offcanvas-end {
	top: 0;
	right: 0;
	width: 400px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
}

.offcanvas-top {
	top: 0;
	right: 0;
	left: 0;
	height: 30vh;
	max-height: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
}

.offcanvas-bottom {
	right: 0;
	left: 0;
	height: 30vh;
	max-height: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
}

.offcanvas.show {
	-webkit-transform: none;
	        transform: none;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.link-primary {
	color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
	color: #0a58ca;
}

.link-secondary {
	color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
	color: #565e64;
}

.link-success {
	color: #4dad77;
}
.link-success:hover, .link-success:focus {
	color: #71bd92;
}

.link-info {
	color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
	color: #3dd5f3;
}

.link-warning {
	color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
	color: #ffcd39;
}

.link-danger {
	color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
	color: #b02a37;
}

.link-light {
	color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
	color: #f9fafb;
}

.link-dark {
	color: #212529;
}
.link-dark:hover, .link-dark:focus {
	color: #1a1e21;
}

.ratio {
	position: relative;
	width: 100%;
}
.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: "";
}
.ratio > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ratio-1x1 {
	--bs-aspect-ratio: 100%;
}

.ratio-4x3 {
	--bs-aspect-ratio: 75%;
}

.ratio-16x9 {
	--bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
	--bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.sticky-top {
	position: sticky;
	top: 0;
	z-index: 1020;
}

@media (min-width: 375px) {
	.sticky-sm-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
@media (min-width: 768px) {
	.sticky-md-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
@media (min-width: 992px) {
	.sticky-lg-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
@media (min-width: 1340px) {
	.sticky-xl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
@media (min-width: 1440px) {
	.sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.float-start {
	float: left !important;
}

.float-end {
	float: right !important;
}

.float-none {
	float: none !important;
}

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

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

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

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

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-grid {
	display: grid !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.d-none {
	display: none !important;
}

.shadow {
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: sticky !important;
}

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

.top-50 {
	top: 50% !important;
}

.top-100 {
	top: 100% !important;
}

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

.bottom-50 {
	bottom: 50% !important;
}

.bottom-100 {
	bottom: 100% !important;
}

.start-0 {
	left: 0 !important;
}

.start-50 {
	left: 50% !important;
}

.start-100 {
	left: 100% !important;
}

.end-0 {
	right: 0 !important;
}

.end-50 {
	right: 50% !important;
}

.end-100 {
	right: 100% !important;
}

.translate-middle {
	-webkit-transform: translate(-50%, -50%) !important;
	        transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
	-webkit-transform: translateX(-50%) !important;
	        transform: translateX(-50%) !important;
}

.translate-middle-y {
	-webkit-transform: translateY(-50%) !important;
	        transform: translateY(-50%) !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

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

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-end {
	border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
	border-right: 0 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-start {
	border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #0d6efd !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #4dad77 !important;
}

.border-info {
	border-color: #0dcaf0 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #212529 !important;
}

.border-white {
	border-color: #fff !important;
}

.border-1 {
	border-width: 1px !important;
}

.border-2 {
	border-width: 2px !important;
}

.border-3 {
	border-width: 3px !important;
}

.border-4 {
	border-width: 4px !important;
}

.border-5 {
	border-width: 5px !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

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

.mw-100 {
	max-width: 100% !important;
}

.vw-100 {
	width: 100vw !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

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

.mh-100 {
	max-height: 100% !important;
}

.vh-100 {
	height: 100vh !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	    -ms-flex: 1 1 auto !important;
	        flex: 1 1 auto !important;
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: row !important;
	        flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: column !important;
	        flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	    -ms-flex-direction: row-reverse !important;
	        flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	    -ms-flex-direction: column-reverse !important;
	        flex-direction: column-reverse !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	    -ms-flex-positive: 0 !important;
	        flex-grow: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	    -ms-flex-positive: 1 !important;
	        flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	    flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	    flex-shrink: 1 !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	    flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	    flex-wrap: wrap-reverse !important;
}

.gap-0 {
	gap: 0 !important;
}

.gap-1 {
	gap: 0.25rem !important;
}

.gap-2 {
	gap: 0.5rem !important;
}

.gap-3 {
	gap: 1rem !important;
}

.gap-4 {
	gap: 1.5rem !important;
}

.gap-5 {
	gap: 3rem !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	    -ms-flex-pack: start !important;
	        justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	    -ms-flex-pack: end !important;
	        justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	    -ms-flex-pack: center !important;
	        justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	    -ms-flex-pack: justify !important;
	        justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	    justify-content: space-around !important;
}

.justify-content-evenly {
	-webkit-box-pack: space-evenly !important;
	    -ms-flex-pack: space-evenly !important;
	        justify-content: space-evenly !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	    -ms-flex-align: start !important;
	        align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	    -ms-flex-align: end !important;
	        align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	    -ms-flex-align: baseline !important;
	        align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	    -ms-flex-align: stretch !important;
	        align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	    align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	    align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	    align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	    align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	    align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	    align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	    align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	    align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	    align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	    align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	    align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	    align-self: stretch !important;
}

.order-first {
	-webkit-box-ordinal-group: 0 !important;
	    -ms-flex-order: -1 !important;
	        order: -1 !important;
}

.order-0 {
	-webkit-box-ordinal-group: 1 !important;
	    -ms-flex-order: 0 !important;
	        order: 0 !important;
}

.order-1 {
	-webkit-box-ordinal-group: 2 !important;
	    -ms-flex-order: 1 !important;
	        order: 1 !important;
}

.order-2 {
	-webkit-box-ordinal-group: 3 !important;
	    -ms-flex-order: 2 !important;
	        order: 2 !important;
}

.order-3 {
	-webkit-box-ordinal-group: 4 !important;
	    -ms-flex-order: 3 !important;
	        order: 3 !important;
}

.order-4 {
	-webkit-box-ordinal-group: 5 !important;
	    -ms-flex-order: 4 !important;
	        order: 4 !important;
}

.order-5 {
	-webkit-box-ordinal-group: 6 !important;
	    -ms-flex-order: 5 !important;
	        order: 5 !important;
}

.order-last {
	-webkit-box-ordinal-group: 7 !important;
	    -ms-flex-order: 6 !important;
	        order: 6 !important;
}

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

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

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

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.me-0 {
	margin-right: 0 !important;
}

.me-1 {
	margin-right: 0.25rem !important;
}

.me-2 {
	margin-right: 0.5rem !important;
}

.me-3 {
	margin-right: 1rem !important;
}

.me-4 {
	margin-right: 1.5rem !important;
}

.me-5 {
	margin-right: 3rem !important;
}

.me-auto {
	margin-right: auto !important;
}

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

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

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

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ms-0 {
	margin-left: 0 !important;
}

.ms-1 {
	margin-left: 0.25rem !important;
}

.ms-2 {
	margin-left: 0.5rem !important;
}

.ms-3 {
	margin-left: 1rem !important;
}

.ms-4 {
	margin-left: 1.5rem !important;
}

.ms-5 {
	margin-left: 3rem !important;
}

.ms-auto {
	margin-left: auto !important;
}

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

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

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

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pe-0 {
	padding-right: 0 !important;
}

.pe-1 {
	padding-right: 0.25rem !important;
}

.pe-2 {
	padding-right: 0.5rem !important;
}

.pe-3 {
	padding-right: 1rem !important;
}

.pe-4 {
	padding-right: 1.5rem !important;
}

.pe-5 {
	padding-right: 3rem !important;
}

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

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

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

.pb-3 {
	padding-bottom: 1rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.ps-0 {
	padding-left: 0 !important;
}

.ps-1 {
	padding-left: 0.25rem !important;
}

.ps-2 {
	padding-left: 0.5rem !important;
}

.ps-3 {
	padding-left: 1rem !important;
}

.ps-4 {
	padding-left: 1.5rem !important;
}

.ps-5 {
	padding-left: 3rem !important;
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
	font-size: calc(1.475rem + 2.7vw) !important;
}

.fs-2 {
	font-size: calc(1.405rem + 1.86vw) !important;
}

.fs-3 {
	font-size: calc(1.37rem + 1.44vw) !important;
}

.fs-4 {
	font-size: calc(1.335rem + 1.02vw) !important;
}

.fs-5 {
	font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-6 {
	font-size: calc(1.265rem + 0.18vw) !important;
}

.fst-italic {
	font-style: italic !important;
}

.fst-normal {
	font-style: normal !important;
}

.fw-light {
	font-weight: 300 !important;
}

.fw-lighter {
	font-weight: lighter !important;
}

.fw-normal {
	font-weight: 400 !important;
}

.fw-bold {
	font-weight: 700 !important;
}

.fw-bolder {
	font-weight: bolder !important;
}

.lh-1 {
	line-height: 1 !important;
}

.lh-sm {
	line-height: 1.25 !important;
}

.lh-base {
	line-height: 1.45 !important;
}

.lh-lg {
	line-height: 2 !important;
}

.text-start {
	text-align: left !important;
}

.text-end {
	text-align: right !important;
}

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

.text-decoration-none {
	text-decoration: none !important;
}

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

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

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

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

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

.text-wrap {
	white-space: normal !important;
}

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

/* rtl:begin:remove */
.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
	color: #0d6efd !important;
}

.text-secondary {
	color: #6c757d !important;
}

.text-success {
	color: #4dad77 !important;
}

.text-info {
	color: #0dcaf0 !important;
}

.text-warning {
	color: #ffc107 !important;
}

.text-danger {
	color: #dc3545 !important;
}

.text-light {
	color: #f8f9fa !important;
}

.text-dark {
	color: #212529 !important;
}

.text-white {
	color: #fff !important;
}

.text-body {
	color: #212529 !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
	color: inherit !important;
}

.bg-primary {
	background-color: #0d6efd !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

.bg-success {
	background-color: #4dad77 !important;
}

.bg-info {
	background-color: #0dcaf0 !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

.bg-dark {
	background-color: #212529 !important;
}

.bg-body {
	background-color: #fff !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.bg-gradient {
	background-image: var(--bs-gradient) !important;
}

.user-select-all {
	-webkit-user-select: all !important;
	   -moz-user-select: all !important;
	        user-select: all !important;
}

.user-select-auto {
	-webkit-user-select: auto !important;
	   -moz-user-select: auto !important;
	    -ms-user-select: auto !important;
	        user-select: auto !important;
}

.user-select-none {
	-webkit-user-select: none !important;
	   -moz-user-select: none !important;
	    -ms-user-select: none !important;
	        user-select: none !important;
}

.pe-none {
	pointer-events: none !important;
}

.pe-auto {
	pointer-events: auto !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.rounded-1 {
	border-radius: 0.2rem !important;
}

.rounded-2 {
	border-radius: 0.25rem !important;
}

.rounded-3 {
	border-radius: 0.3rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.rounded-end {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
	border-bottom-left-radius: 0.25rem !important;
	border-top-left-radius: 0.25rem !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media (min-width: 375px) {
	.float-sm-start {
		float: left !important;
	}
	.float-sm-end {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-grid {
		display: grid !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
	.d-sm-none {
		display: none !important;
	}
	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		    -ms-flex: 1 1 auto !important;
		        flex: 1 1 auto !important;
	}
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		    -ms-flex-positive: 0 !important;
		        flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		    -ms-flex-positive: 1 !important;
		        flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		    flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		    flex-shrink: 1 !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important;
	}
	.gap-sm-0 {
		gap: 0 !important;
	}
	.gap-sm-1 {
		gap: 0.25rem !important;
	}
	.gap-sm-2 {
		gap: 0.5rem !important;
	}
	.gap-sm-3 {
		gap: 1rem !important;
	}
	.gap-sm-4 {
		gap: 1.5rem !important;
	}
	.gap-sm-5 {
		gap: 3rem !important;
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		    -ms-flex-pack: end !important;
		        justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		    -ms-flex-pack: justify !important;
		        justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		    justify-content: space-around !important;
	}
	.justify-content-sm-evenly {
		-webkit-box-pack: space-evenly !important;
		    -ms-flex-pack: space-evenly !important;
		        justify-content: space-evenly !important;
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		    -ms-flex-align: start !important;
		        align-items: flex-start !important;
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		    -ms-flex-align: end !important;
		        align-items: flex-end !important;
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		    -ms-flex-align: baseline !important;
		        align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		    -ms-flex-align: stretch !important;
		        align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		    align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		    align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		    align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		    align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		    align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		    align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		    align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		    align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		    align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		    align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		    align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		    align-self: stretch !important;
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0 !important;
		    -ms-flex-order: -1 !important;
		        order: -1 !important;
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1 !important;
		    -ms-flex-order: 0 !important;
		        order: 0 !important;
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2 !important;
		    -ms-flex-order: 1 !important;
		        order: 1 !important;
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3 !important;
		    -ms-flex-order: 2 !important;
		        order: 2 !important;
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4 !important;
		    -ms-flex-order: 3 !important;
		        order: 3 !important;
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5 !important;
		    -ms-flex-order: 4 !important;
		        order: 4 !important;
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6 !important;
		    -ms-flex-order: 5 !important;
		        order: 5 !important;
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 7 !important;
		    -ms-flex-order: 6 !important;
		        order: 6 !important;
	}
	.m-sm-0 {
		margin: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-sm-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-sm-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-sm-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-sm-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.mt-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mt-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mt-sm-3 {
		margin-top: 1rem !important;
	}
	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mt-sm-5 {
		margin-top: 3rem !important;
	}
	.mt-sm-auto {
		margin-top: auto !important;
	}
	.me-sm-0 {
		margin-right: 0 !important;
	}
	.me-sm-1 {
		margin-right: 0.25rem !important;
	}
	.me-sm-2 {
		margin-right: 0.5rem !important;
	}
	.me-sm-3 {
		margin-right: 1rem !important;
	}
	.me-sm-4 {
		margin-right: 1.5rem !important;
	}
	.me-sm-5 {
		margin-right: 3rem !important;
	}
	.me-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	.mb-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}
	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}
	.mb-sm-auto {
		margin-bottom: auto !important;
	}
	.ms-sm-0 {
		margin-left: 0 !important;
	}
	.ms-sm-1 {
		margin-left: 0.25rem !important;
	}
	.ms-sm-2 {
		margin-left: 0.5rem !important;
	}
	.ms-sm-3 {
		margin-left: 1rem !important;
	}
	.ms-sm-4 {
		margin-left: 1.5rem !important;
	}
	.ms-sm-5 {
		margin-left: 3rem !important;
	}
	.ms-sm-auto {
		margin-left: auto !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-sm-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-sm-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-sm-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-sm-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-sm-0 {
		padding-top: 0 !important;
	}
	.pt-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pt-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pt-sm-3 {
		padding-top: 1rem !important;
	}
	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pt-sm-5 {
		padding-top: 3rem !important;
	}
	.pe-sm-0 {
		padding-right: 0 !important;
	}
	.pe-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pe-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pe-sm-3 {
		padding-right: 1rem !important;
	}
	.pe-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pe-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
	.pb-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}
	.ps-sm-0 {
		padding-left: 0 !important;
	}
	.ps-sm-1 {
		padding-left: 0.25rem !important;
	}
	.ps-sm-2 {
		padding-left: 0.5rem !important;
	}
	.ps-sm-3 {
		padding-left: 1rem !important;
	}
	.ps-sm-4 {
		padding-left: 1.5rem !important;
	}
	.ps-sm-5 {
		padding-left: 3rem !important;
	}
	.text-sm-start {
		text-align: left !important;
	}
	.text-sm-end {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}
@media (min-width: 768px) {
	.float-md-start {
		float: left !important;
	}
	.float-md-end {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-grid {
		display: grid !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
	.d-md-none {
		display: none !important;
	}
	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		    -ms-flex: 1 1 auto !important;
		        flex: 1 1 auto !important;
	}
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		    -ms-flex-positive: 0 !important;
		        flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		    -ms-flex-positive: 1 !important;
		        flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		    flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		    flex-shrink: 1 !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important;
	}
	.gap-md-0 {
		gap: 0 !important;
	}
	.gap-md-1 {
		gap: 0.25rem !important;
	}
	.gap-md-2 {
		gap: 0.5rem !important;
	}
	.gap-md-3 {
		gap: 1rem !important;
	}
	.gap-md-4 {
		gap: 1.5rem !important;
	}
	.gap-md-5 {
		gap: 3rem !important;
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		    -ms-flex-pack: end !important;
		        justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		    -ms-flex-pack: justify !important;
		        justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		    justify-content: space-around !important;
	}
	.justify-content-md-evenly {
		-webkit-box-pack: space-evenly !important;
		    -ms-flex-pack: space-evenly !important;
		        justify-content: space-evenly !important;
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		    -ms-flex-align: start !important;
		        align-items: flex-start !important;
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		    -ms-flex-align: end !important;
		        align-items: flex-end !important;
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		    -ms-flex-align: baseline !important;
		        align-items: baseline !important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		    -ms-flex-align: stretch !important;
		        align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		    align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		    align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		    align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		    align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		    align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		    align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		    align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		    align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		    align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		    align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		    align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		    align-self: stretch !important;
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0 !important;
		    -ms-flex-order: -1 !important;
		        order: -1 !important;
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1 !important;
		    -ms-flex-order: 0 !important;
		        order: 0 !important;
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2 !important;
		    -ms-flex-order: 1 !important;
		        order: 1 !important;
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3 !important;
		    -ms-flex-order: 2 !important;
		        order: 2 !important;
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4 !important;
		    -ms-flex-order: 3 !important;
		        order: 3 !important;
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5 !important;
		    -ms-flex-order: 4 !important;
		        order: 4 !important;
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6 !important;
		    -ms-flex-order: 5 !important;
		        order: 5 !important;
	}
	.order-md-last {
		-webkit-box-ordinal-group: 7 !important;
		    -ms-flex-order: 6 !important;
		        order: 6 !important;
	}
	.m-md-0 {
		margin: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-md-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-md-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-md-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-md-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-md-0 {
		margin-top: 0 !important;
	}
	.mt-md-1 {
		margin-top: 0.25rem !important;
	}
	.mt-md-2 {
		margin-top: 0.5rem !important;
	}
	.mt-md-3 {
		margin-top: 1rem !important;
	}
	.mt-md-4 {
		margin-top: 1.5rem !important;
	}
	.mt-md-5 {
		margin-top: 3rem !important;
	}
	.mt-md-auto {
		margin-top: auto !important;
	}
	.me-md-0 {
		margin-right: 0 !important;
	}
	.me-md-1 {
		margin-right: 0.25rem !important;
	}
	.me-md-2 {
		margin-right: 0.5rem !important;
	}
	.me-md-3 {
		margin-right: 1rem !important;
	}
	.me-md-4 {
		margin-right: 1.5rem !important;
	}
	.me-md-5 {
		margin-right: 3rem !important;
	}
	.me-md-auto {
		margin-right: auto !important;
	}
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	.mb-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-md-3 {
		margin-bottom: 1rem !important;
	}
	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-md-5 {
		margin-bottom: 3rem !important;
	}
	.mb-md-auto {
		margin-bottom: auto !important;
	}
	.ms-md-0 {
		margin-left: 0 !important;
	}
	.ms-md-1 {
		margin-left: 0.25rem !important;
	}
	.ms-md-2 {
		margin-left: 0.5rem !important;
	}
	.ms-md-3 {
		margin-left: 1rem !important;
	}
	.ms-md-4 {
		margin-left: 1.5rem !important;
	}
	.ms-md-5 {
		margin-left: 3rem !important;
	}
	.ms-md-auto {
		margin-left: auto !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-md-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-md-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-md-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-md-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-md-0 {
		padding-top: 0 !important;
	}
	.pt-md-1 {
		padding-top: 0.25rem !important;
	}
	.pt-md-2 {
		padding-top: 0.5rem !important;
	}
	.pt-md-3 {
		padding-top: 1rem !important;
	}
	.pt-md-4 {
		padding-top: 1.5rem !important;
	}
	.pt-md-5 {
		padding-top: 3rem !important;
	}
	.pe-md-0 {
		padding-right: 0 !important;
	}
	.pe-md-1 {
		padding-right: 0.25rem !important;
	}
	.pe-md-2 {
		padding-right: 0.5rem !important;
	}
	.pe-md-3 {
		padding-right: 1rem !important;
	}
	.pe-md-4 {
		padding-right: 1.5rem !important;
	}
	.pe-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-0 {
		padding-bottom: 0 !important;
	}
	.pb-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-md-3 {
		padding-bottom: 1rem !important;
	}
	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-md-5 {
		padding-bottom: 3rem !important;
	}
	.ps-md-0 {
		padding-left: 0 !important;
	}
	.ps-md-1 {
		padding-left: 0.25rem !important;
	}
	.ps-md-2 {
		padding-left: 0.5rem !important;
	}
	.ps-md-3 {
		padding-left: 1rem !important;
	}
	.ps-md-4 {
		padding-left: 1.5rem !important;
	}
	.ps-md-5 {
		padding-left: 3rem !important;
	}
	.text-md-start {
		text-align: left !important;
	}
	.text-md-end {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}
@media (min-width: 992px) {
	.float-lg-start {
		float: left !important;
	}
	.float-lg-end {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-grid {
		display: grid !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
	.d-lg-none {
		display: none !important;
	}
	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		    -ms-flex: 1 1 auto !important;
		        flex: 1 1 auto !important;
	}
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		    -ms-flex-positive: 0 !important;
		        flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		    -ms-flex-positive: 1 !important;
		        flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		    flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		    flex-shrink: 1 !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important;
	}
	.gap-lg-0 {
		gap: 0 !important;
	}
	.gap-lg-1 {
		gap: 0.25rem !important;
	}
	.gap-lg-2 {
		gap: 0.5rem !important;
	}
	.gap-lg-3 {
		gap: 1rem !important;
	}
	.gap-lg-4 {
		gap: 1.5rem !important;
	}
	.gap-lg-5 {
		gap: 3rem !important;
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		    -ms-flex-pack: end !important;
		        justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		    -ms-flex-pack: justify !important;
		        justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		    justify-content: space-around !important;
	}
	.justify-content-lg-evenly {
		-webkit-box-pack: space-evenly !important;
		    -ms-flex-pack: space-evenly !important;
		        justify-content: space-evenly !important;
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		    -ms-flex-align: start !important;
		        align-items: flex-start !important;
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		    -ms-flex-align: end !important;
		        align-items: flex-end !important;
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		    -ms-flex-align: baseline !important;
		        align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		    -ms-flex-align: stretch !important;
		        align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		    align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		    align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		    align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		    align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		    align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		    align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		    align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		    align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		    align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		    align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		    align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		    align-self: stretch !important;
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0 !important;
		    -ms-flex-order: -1 !important;
		        order: -1 !important;
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1 !important;
		    -ms-flex-order: 0 !important;
		        order: 0 !important;
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2 !important;
		    -ms-flex-order: 1 !important;
		        order: 1 !important;
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3 !important;
		    -ms-flex-order: 2 !important;
		        order: 2 !important;
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4 !important;
		    -ms-flex-order: 3 !important;
		        order: 3 !important;
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5 !important;
		    -ms-flex-order: 4 !important;
		        order: 4 !important;
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6 !important;
		    -ms-flex-order: 5 !important;
		        order: 5 !important;
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 7 !important;
		    -ms-flex-order: 6 !important;
		        order: 6 !important;
	}
	.m-lg-0 {
		margin: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-lg-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-lg-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-lg-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-lg-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	.mt-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mt-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mt-lg-3 {
		margin-top: 1rem !important;
	}
	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mt-lg-5 {
		margin-top: 3rem !important;
	}
	.mt-lg-auto {
		margin-top: auto !important;
	}
	.me-lg-0 {
		margin-right: 0 !important;
	}
	.me-lg-1 {
		margin-right: 0.25rem !important;
	}
	.me-lg-2 {
		margin-right: 0.5rem !important;
	}
	.me-lg-3 {
		margin-right: 1rem !important;
	}
	.me-lg-4 {
		margin-right: 1.5rem !important;
	}
	.me-lg-5 {
		margin-right: 3rem !important;
	}
	.me-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	.mb-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}
	.mb-lg-auto {
		margin-bottom: auto !important;
	}
	.ms-lg-0 {
		margin-left: 0 !important;
	}
	.ms-lg-1 {
		margin-left: 0.25rem !important;
	}
	.ms-lg-2 {
		margin-left: 0.5rem !important;
	}
	.ms-lg-3 {
		margin-left: 1rem !important;
	}
	.ms-lg-4 {
		margin-left: 1.5rem !important;
	}
	.ms-lg-5 {
		margin-left: 3rem !important;
	}
	.ms-lg-auto {
		margin-left: auto !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-lg-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-lg-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-lg-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-lg-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	.pt-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pt-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pt-lg-3 {
		padding-top: 1rem !important;
	}
	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pt-lg-5 {
		padding-top: 3rem !important;
	}
	.pe-lg-0 {
		padding-right: 0 !important;
	}
	.pe-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pe-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pe-lg-3 {
		padding-right: 1rem !important;
	}
	.pe-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pe-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	.pb-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}
	.ps-lg-0 {
		padding-left: 0 !important;
	}
	.ps-lg-1 {
		padding-left: 0.25rem !important;
	}
	.ps-lg-2 {
		padding-left: 0.5rem !important;
	}
	.ps-lg-3 {
		padding-left: 1rem !important;
	}
	.ps-lg-4 {
		padding-left: 1.5rem !important;
	}
	.ps-lg-5 {
		padding-left: 3rem !important;
	}
	.text-lg-start {
		text-align: left !important;
	}
	.text-lg-end {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}
@media (min-width: 1340px) {
	.float-xl-start {
		float: left !important;
	}
	.float-xl-end {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-grid {
		display: grid !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
	.d-xl-none {
		display: none !important;
	}
	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		    -ms-flex: 1 1 auto !important;
		        flex: 1 1 auto !important;
	}
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		    -ms-flex-positive: 0 !important;
		        flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		    -ms-flex-positive: 1 !important;
		        flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		    flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		    flex-shrink: 1 !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important;
	}
	.gap-xl-0 {
		gap: 0 !important;
	}
	.gap-xl-1 {
		gap: 0.25rem !important;
	}
	.gap-xl-2 {
		gap: 0.5rem !important;
	}
	.gap-xl-3 {
		gap: 1rem !important;
	}
	.gap-xl-4 {
		gap: 1.5rem !important;
	}
	.gap-xl-5 {
		gap: 3rem !important;
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		    -ms-flex-pack: end !important;
		        justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		    -ms-flex-pack: justify !important;
		        justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		    justify-content: space-around !important;
	}
	.justify-content-xl-evenly {
		-webkit-box-pack: space-evenly !important;
		    -ms-flex-pack: space-evenly !important;
		        justify-content: space-evenly !important;
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		    -ms-flex-align: start !important;
		        align-items: flex-start !important;
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		    -ms-flex-align: end !important;
		        align-items: flex-end !important;
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		    -ms-flex-align: baseline !important;
		        align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		    -ms-flex-align: stretch !important;
		        align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		    align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		    align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		    align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		    align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		    align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		    align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		    align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		    align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		    align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		    align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		    align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		    align-self: stretch !important;
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0 !important;
		    -ms-flex-order: -1 !important;
		        order: -1 !important;
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1 !important;
		    -ms-flex-order: 0 !important;
		        order: 0 !important;
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2 !important;
		    -ms-flex-order: 1 !important;
		        order: 1 !important;
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3 !important;
		    -ms-flex-order: 2 !important;
		        order: 2 !important;
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4 !important;
		    -ms-flex-order: 3 !important;
		        order: 3 !important;
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5 !important;
		    -ms-flex-order: 4 !important;
		        order: 4 !important;
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6 !important;
		    -ms-flex-order: 5 !important;
		        order: 5 !important;
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 7 !important;
		    -ms-flex-order: 6 !important;
		        order: 6 !important;
	}
	.m-xl-0 {
		margin: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-xl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-xl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-xl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-xl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-xl-0 {
		margin-top: 0 !important;
	}
	.mt-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mt-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mt-xl-3 {
		margin-top: 1rem !important;
	}
	.mt-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mt-xl-5 {
		margin-top: 3rem !important;
	}
	.mt-xl-auto {
		margin-top: auto !important;
	}
	.me-xl-0 {
		margin-right: 0 !important;
	}
	.me-xl-1 {
		margin-right: 0.25rem !important;
	}
	.me-xl-2 {
		margin-right: 0.5rem !important;
	}
	.me-xl-3 {
		margin-right: 1rem !important;
	}
	.me-xl-4 {
		margin-right: 1.5rem !important;
	}
	.me-xl-5 {
		margin-right: 3rem !important;
	}
	.me-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-0 {
		margin-bottom: 0 !important;
	}
	.mb-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-xl-3 {
		margin-bottom: 1rem !important;
	}
	.mb-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}
	.mb-xl-auto {
		margin-bottom: auto !important;
	}
	.ms-xl-0 {
		margin-left: 0 !important;
	}
	.ms-xl-1 {
		margin-left: 0.25rem !important;
	}
	.ms-xl-2 {
		margin-left: 0.5rem !important;
	}
	.ms-xl-3 {
		margin-left: 1rem !important;
	}
	.ms-xl-4 {
		margin-left: 1.5rem !important;
	}
	.ms-xl-5 {
		margin-left: 3rem !important;
	}
	.ms-xl-auto {
		margin-left: auto !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-xl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-xl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-xl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-xl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-xl-0 {
		padding-top: 0 !important;
	}
	.pt-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pt-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pt-xl-3 {
		padding-top: 1rem !important;
	}
	.pt-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pt-xl-5 {
		padding-top: 3rem !important;
	}
	.pe-xl-0 {
		padding-right: 0 !important;
	}
	.pe-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pe-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pe-xl-3 {
		padding-right: 1rem !important;
	}
	.pe-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pe-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-0 {
		padding-bottom: 0 !important;
	}
	.pb-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pb-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-xl-5 {
		padding-bottom: 3rem !important;
	}
	.ps-xl-0 {
		padding-left: 0 !important;
	}
	.ps-xl-1 {
		padding-left: 0.25rem !important;
	}
	.ps-xl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-xl-3 {
		padding-left: 1rem !important;
	}
	.ps-xl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-xl-5 {
		padding-left: 3rem !important;
	}
	.text-xl-start {
		text-align: left !important;
	}
	.text-xl-end {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}
@media (min-width: 1440px) {
	.float-xxl-start {
		float: left !important;
	}
	.float-xxl-end {
		float: right !important;
	}
	.float-xxl-none {
		float: none !important;
	}
	.d-xxl-inline {
		display: inline !important;
	}
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	.d-xxl-block {
		display: block !important;
	}
	.d-xxl-grid {
		display: grid !important;
	}
	.d-xxl-table {
		display: table !important;
	}
	.d-xxl-table-row {
		display: table-row !important;
	}
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	.d-xxl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xxl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
	.d-xxl-none {
		display: none !important;
	}
	.flex-xxl-fill {
		-webkit-box-flex: 1 !important;
		    -ms-flex: 1 1 auto !important;
		        flex: 1 1 auto !important;
	}
	.flex-xxl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	.flex-xxl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.flex-xxl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.flex-xxl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.flex-xxl-grow-0 {
		-webkit-box-flex: 0 !important;
		    -ms-flex-positive: 0 !important;
		        flex-grow: 0 !important;
	}
	.flex-xxl-grow-1 {
		-webkit-box-flex: 1 !important;
		    -ms-flex-positive: 1 !important;
		        flex-grow: 1 !important;
	}
	.flex-xxl-shrink-0 {
		-ms-flex-negative: 0 !important;
		    flex-shrink: 0 !important;
	}
	.flex-xxl-shrink-1 {
		-ms-flex-negative: 1 !important;
		    flex-shrink: 1 !important;
	}
	.flex-xxl-wrap {
		-ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important;
	}
	.flex-xxl-nowrap {
		-ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important;
	}
	.flex-xxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important;
	}
	.gap-xxl-0 {
		gap: 0 !important;
	}
	.gap-xxl-1 {
		gap: 0.25rem !important;
	}
	.gap-xxl-2 {
		gap: 0.5rem !important;
	}
	.gap-xxl-3 {
		gap: 1rem !important;
	}
	.gap-xxl-4 {
		gap: 1.5rem !important;
	}
	.gap-xxl-5 {
		gap: 3rem !important;
	}
	.justify-content-xxl-start {
		-webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;
	}
	.justify-content-xxl-end {
		-webkit-box-pack: end !important;
		    -ms-flex-pack: end !important;
		        justify-content: flex-end !important;
	}
	.justify-content-xxl-center {
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	.justify-content-xxl-between {
		-webkit-box-pack: justify !important;
		    -ms-flex-pack: justify !important;
		        justify-content: space-between !important;
	}
	.justify-content-xxl-around {
		-ms-flex-pack: distribute !important;
		    justify-content: space-around !important;
	}
	.justify-content-xxl-evenly {
		-webkit-box-pack: space-evenly !important;
		    -ms-flex-pack: space-evenly !important;
		        justify-content: space-evenly !important;
	}
	.align-items-xxl-start {
		-webkit-box-align: start !important;
		    -ms-flex-align: start !important;
		        align-items: flex-start !important;
	}
	.align-items-xxl-end {
		-webkit-box-align: end !important;
		    -ms-flex-align: end !important;
		        align-items: flex-end !important;
	}
	.align-items-xxl-center {
		-webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
	}
	.align-items-xxl-baseline {
		-webkit-box-align: baseline !important;
		    -ms-flex-align: baseline !important;
		        align-items: baseline !important;
	}
	.align-items-xxl-stretch {
		-webkit-box-align: stretch !important;
		    -ms-flex-align: stretch !important;
		        align-items: stretch !important;
	}
	.align-content-xxl-start {
		-ms-flex-line-pack: start !important;
		    align-content: flex-start !important;
	}
	.align-content-xxl-end {
		-ms-flex-line-pack: end !important;
		    align-content: flex-end !important;
	}
	.align-content-xxl-center {
		-ms-flex-line-pack: center !important;
		    align-content: center !important;
	}
	.align-content-xxl-between {
		-ms-flex-line-pack: justify !important;
		    align-content: space-between !important;
	}
	.align-content-xxl-around {
		-ms-flex-line-pack: distribute !important;
		    align-content: space-around !important;
	}
	.align-content-xxl-stretch {
		-ms-flex-line-pack: stretch !important;
		    align-content: stretch !important;
	}
	.align-self-xxl-auto {
		-ms-flex-item-align: auto !important;
		    align-self: auto !important;
	}
	.align-self-xxl-start {
		-ms-flex-item-align: start !important;
		    align-self: flex-start !important;
	}
	.align-self-xxl-end {
		-ms-flex-item-align: end !important;
		    align-self: flex-end !important;
	}
	.align-self-xxl-center {
		-ms-flex-item-align: center !important;
		    align-self: center !important;
	}
	.align-self-xxl-baseline {
		-ms-flex-item-align: baseline !important;
		    align-self: baseline !important;
	}
	.align-self-xxl-stretch {
		-ms-flex-item-align: stretch !important;
		    align-self: stretch !important;
	}
	.order-xxl-first {
		-webkit-box-ordinal-group: 0 !important;
		    -ms-flex-order: -1 !important;
		        order: -1 !important;
	}
	.order-xxl-0 {
		-webkit-box-ordinal-group: 1 !important;
		    -ms-flex-order: 0 !important;
		        order: 0 !important;
	}
	.order-xxl-1 {
		-webkit-box-ordinal-group: 2 !important;
		    -ms-flex-order: 1 !important;
		        order: 1 !important;
	}
	.order-xxl-2 {
		-webkit-box-ordinal-group: 3 !important;
		    -ms-flex-order: 2 !important;
		        order: 2 !important;
	}
	.order-xxl-3 {
		-webkit-box-ordinal-group: 4 !important;
		    -ms-flex-order: 3 !important;
		        order: 3 !important;
	}
	.order-xxl-4 {
		-webkit-box-ordinal-group: 5 !important;
		    -ms-flex-order: 4 !important;
		        order: 4 !important;
	}
	.order-xxl-5 {
		-webkit-box-ordinal-group: 6 !important;
		    -ms-flex-order: 5 !important;
		        order: 5 !important;
	}
	.order-xxl-last {
		-webkit-box-ordinal-group: 7 !important;
		    -ms-flex-order: 6 !important;
		        order: 6 !important;
	}
	.m-xxl-0 {
		margin: 0 !important;
	}
	.m-xxl-1 {
		margin: 0.25rem !important;
	}
	.m-xxl-2 {
		margin: 0.5rem !important;
	}
	.m-xxl-3 {
		margin: 1rem !important;
	}
	.m-xxl-4 {
		margin: 1.5rem !important;
	}
	.m-xxl-5 {
		margin: 3rem !important;
	}
	.m-xxl-auto {
		margin: auto !important;
	}
	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-xxl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-xxl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-xxl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-xxl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-xxl-0 {
		margin-top: 0 !important;
	}
	.mt-xxl-1 {
		margin-top: 0.25rem !important;
	}
	.mt-xxl-2 {
		margin-top: 0.5rem !important;
	}
	.mt-xxl-3 {
		margin-top: 1rem !important;
	}
	.mt-xxl-4 {
		margin-top: 1.5rem !important;
	}
	.mt-xxl-5 {
		margin-top: 3rem !important;
	}
	.mt-xxl-auto {
		margin-top: auto !important;
	}
	.me-xxl-0 {
		margin-right: 0 !important;
	}
	.me-xxl-1 {
		margin-right: 0.25rem !important;
	}
	.me-xxl-2 {
		margin-right: 0.5rem !important;
	}
	.me-xxl-3 {
		margin-right: 1rem !important;
	}
	.me-xxl-4 {
		margin-right: 1.5rem !important;
	}
	.me-xxl-5 {
		margin-right: 3rem !important;
	}
	.me-xxl-auto {
		margin-right: auto !important;
	}
	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}
	.mb-xxl-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-xxl-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-xxl-3 {
		margin-bottom: 1rem !important;
	}
	.mb-xxl-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-xxl-5 {
		margin-bottom: 3rem !important;
	}
	.mb-xxl-auto {
		margin-bottom: auto !important;
	}
	.ms-xxl-0 {
		margin-left: 0 !important;
	}
	.ms-xxl-1 {
		margin-left: 0.25rem !important;
	}
	.ms-xxl-2 {
		margin-left: 0.5rem !important;
	}
	.ms-xxl-3 {
		margin-left: 1rem !important;
	}
	.ms-xxl-4 {
		margin-left: 1.5rem !important;
	}
	.ms-xxl-5 {
		margin-left: 3rem !important;
	}
	.ms-xxl-auto {
		margin-left: auto !important;
	}
	.p-xxl-0 {
		padding: 0 !important;
	}
	.p-xxl-1 {
		padding: 0.25rem !important;
	}
	.p-xxl-2 {
		padding: 0.5rem !important;
	}
	.p-xxl-3 {
		padding: 1rem !important;
	}
	.p-xxl-4 {
		padding: 1.5rem !important;
	}
	.p-xxl-5 {
		padding: 3rem !important;
	}
	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-xxl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-xxl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-xxl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-xxl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-xxl-0 {
		padding-top: 0 !important;
	}
	.pt-xxl-1 {
		padding-top: 0.25rem !important;
	}
	.pt-xxl-2 {
		padding-top: 0.5rem !important;
	}
	.pt-xxl-3 {
		padding-top: 1rem !important;
	}
	.pt-xxl-4 {
		padding-top: 1.5rem !important;
	}
	.pt-xxl-5 {
		padding-top: 3rem !important;
	}
	.pe-xxl-0 {
		padding-right: 0 !important;
	}
	.pe-xxl-1 {
		padding-right: 0.25rem !important;
	}
	.pe-xxl-2 {
		padding-right: 0.5rem !important;
	}
	.pe-xxl-3 {
		padding-right: 1rem !important;
	}
	.pe-xxl-4 {
		padding-right: 1.5rem !important;
	}
	.pe-xxl-5 {
		padding-right: 3rem !important;
	}
	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}
	.pb-xxl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-xxl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-xxl-3 {
		padding-bottom: 1rem !important;
	}
	.pb-xxl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-xxl-5 {
		padding-bottom: 3rem !important;
	}
	.ps-xxl-0 {
		padding-left: 0 !important;
	}
	.ps-xxl-1 {
		padding-left: 0.25rem !important;
	}
	.ps-xxl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-xxl-3 {
		padding-left: 1rem !important;
	}
	.ps-xxl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-xxl-5 {
		padding-left: 3rem !important;
	}
	.text-xxl-start {
		text-align: left !important;
	}
	.text-xxl-end {
		text-align: right !important;
	}
	.text-xxl-center {
		text-align: center !important;
	}
}
@media (min-width: 1200px) {
	.fs-1 {
		font-size: 3.5rem !important;
	}
	.fs-2 {
		font-size: 2.8rem !important;
	}
	.fs-3 {
		font-size: 2.45rem !important;
	}
	.fs-4 {
		font-size: 2.1rem !important;
	}
	.fs-5 {
		font-size: 1.75rem !important;
	}
	.fs-6 {
		font-size: 1.4rem !important;
	}
}
@media print {
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-grid {
		display: grid !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
	.d-print-none {
		display: none !important;
	}
}
html {
	font-size: 10px;
}

body {
	margin: 0;
	min-width: 320px;
	background: #fff;
	color: #212529;
	font: 300 1.4rem / 1.45 "Lyon Display", serif;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
body.filters-opened.filters-on-top, body.loading-home {
	overflow: hidden;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: inherit;
	text-decoration: underline;
}

button,
input[type=search],
input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

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

.wrapper {
	position: relative;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background: #fff;
	z-index: 5;
}

#main {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.container {
	max-width: 100%;
	padding-left: 4rem;
	padding-right: 4rem;
}
@media (max-width: 991.98px) {
	.container {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.row-20 {
	margin-left: -1rem;
	margin-right: -1rem;
}
.row-20 > [class^=col] {
	padding-left: 1rem;
	padding-right: 1rem;
}

.row-10 {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.row-10 > [class^=col] {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

@media (min-width: 992px) {
	.row-lg-20 {
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.row-lg-20 > [class^=col] {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@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-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

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

.swiper-container-multirow > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-container-pointer-events {
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
	-ms-touch-action: pan-x;
	    touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
	-webkit-perspective: 1200px;
	        perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

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

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

/* Preloader */
:root {
	/*
	--swiper-preloader-color: var(--swiper-theme-color);
	*/
}

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

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

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

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

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.not-selectable {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.carousel {
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

.carousel.is-draggable {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.carousel.is-dragging {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.carousel__viewport {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
}

.carousel__track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.carousel__slide {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: var(--carousel-slide-width, 60%);
	max-width: 100%;
	padding: 1rem;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-ms-scroll-chaining: none;
	    overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
}

.has-dots {
	margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: calc(100% + 0.5rem);
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.carousel__dots .carousel__dot {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	width: 22px;
	height: 22px;
	cursor: pointer;
}

.carousel__dots .carousel__dot:after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background-color: currentColor;
	opacity: 0.25;
	-webkit-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
	opacity: 1;
}

.carousel__button {
	width: var(--carousel-button-width, 48px);
	height: var(--carousel-button-height, 48px);
	padding: 0;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	pointer-events: all;
	cursor: pointer;
	color: var(--carousel-button-color, currentColor);
	background: var(--carousel-button-bg, transparent);
	border-radius: var(--carousel-button-border-radius, 50%);
	-webkit-box-shadow: var(--carousel-button-shadow, none);
	        box-shadow: var(--carousel-button-shadow, none);
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.carousel__button.is-prev {
	left: 10px;
}

.carousel__button.is-next {
	right: 10px;
}

.carousel__button[disabled] {
	cursor: default;
	opacity: 0.3;
}

.carousel__button svg {
	width: var(--carousel-button-svg-width, 50%);
	height: var(--carousel-button-svg-height, 50%);
	fill: none;
	stroke: currentColor;
	stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
	stroke-linejoin: bevel;
	stroke-linecap: round;
	-webkit-filter: var(--carousel-button-svg-filter, none);
	        filter: var(--carousel-button-svg-filter, none);
	pointer-events: none;
}

html.with-fancybox {
	scroll-behavior: auto;
}

body.compensate-for-scrollbar {
	overflow: hidden !important;
	-ms-touch-action: none;
	    touch-action: none;
}

.fancybox__container {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	direction: ltr;
	margin: 0;
	padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: var(--fancybox-color, #fff);
	-webkit-tap-highlight-color: transparent;
	overflow: hidden;
	z-index: 1050;
	outline: none;
	-webkit-transform-origin: top left;
	        transform-origin: top left;
	--carousel-button-width: 48px;
	--carousel-button-height: 48px;
	--carousel-button-svg-width: 24px;
	--carousel-button-svg-height: 24px;
	--carousel-button-svg-stroke-width: 2.5;
	--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

.fancybox__container :focus {
	outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
	        box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
	.fancybox__container {
		--carousel-button-width:48px;
		--carousel-button-height:48px;
		--carousel-button-svg-width:27px;
		--carousel-button-svg-height:27px;
	}
}
.fancybox__backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	min-height: 0;
	height: 100%;
	z-index: 10;
}

.fancybox__carousel.has-dots {
	margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
	cursor: default;
}

.fancybox__track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.fancybox__slide {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 48px 8px 8px 8px;
	position: relative;
	-ms-scroll-chaining: none;
	    overscroll-behavior: contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	--carousel-button-width: 36px;
	--carousel-button-height: 36px;
	--carousel-button-svg-width: 22px;
	--carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
	content: "";
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 0px;
	        flex: 0 0 0;
	margin: auto;
}

@media all and (min-width: 1024px) {
	.fancybox__slide {
		padding: 64px 100px;
	}
}
.fancybox__content {
	margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
	padding: 36px;
	color: var(--fancybox-content-color, #374151);
	background: var(--fancybox-content-bg, #fff);
	position: relative;
	-ms-flex-item-align: center;
	    align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
	outline: thin dotted;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.fancybox__caption {
	-ms-flex-item-align: center;
	    align-self: center;
	max-width: 100%;
	margin: 0;
	padding: 1rem 0 0 0;
	line-height: 1.375;
	color: var(--fancybox-color, currentColor);
	visibility: visible;
	cursor: auto;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
	visibility: hidden;
}

.fancybox__container > .carousel__dots {
	top: 100%;
	color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
	z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
	right: 8px;
}

@media all and (min-width: 1024px) {
	.fancybox__nav .carousel__button.is-next {
		right: 40px;
	}
}
.fancybox__nav .carousel__button.is-prev {
	left: 8px;
}

@media all and (min-width: 1024px) {
	.fancybox__nav .carousel__button.is-prev {
		left: 40px;
	}
}
.carousel__button.is-close {
	position: absolute;
	top: 8px;
	right: 8px;
	top: calc(env(safe-area-inset-top, 0px) + 8px);
	right: calc(env(safe-area-inset-right, 0px) + 8px);
	z-index: 40;
}

@media all and (min-width: 1024px) {
	.carousel__button.is-close {
		right: 40px;
	}
}
.fancybox__content > .carousel__button.is-close {
	position: absolute;
	top: -40px;
	right: 0;
	color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
	pointer-events: none;
}

.fancybox__spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
	cursor: pointer;
	z-index: 1053;
}

.fancybox__spinner svg {
	-webkit-animation: fancybox-rotate 2s linear infinite;
	        animation: fancybox-rotate 2s linear infinite;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

.fancybox__spinner svg circle {
	fill: none;
	stroke-width: 2.75;
	stroke-miterlimit: 10;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
	        animation: fancybox-dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
	stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-webkit-keyframes fancybox-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}
@keyframes fancybox-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
	opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
	-webkit-animation: 0.15s ease backwards fancybox-fadeIn;
	        animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
	-webkit-animation: 0.15s ease both fancybox-fadeOut;
	        animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
	-webkit-animation: 0.15s ease both fancybox-fadeIn;
	        animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
	-webkit-animation: 0.1s ease both fancybox-fadeOut;
	        animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
	-webkit-animation: 0.2s ease both fancybox-zoomInUp;
	        animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
	-webkit-animation: 0.15s ease both fancybox-zoomOutDown;
	        animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
	-webkit-animation: 0.15s ease both fancybox-throwOutUp;
	        animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
	-webkit-animation: 0.15s ease both fancybox-throwOutDown;
	        animation: 0.15s ease both fancybox-throwOutDown;
}

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

@keyframes fancybox-fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fancybox-fadeOut {
	to {
		opacity: 0;
	}
}
@keyframes fancybox-fadeOut {
	to {
		opacity: 0;
	}
}
@-webkit-keyframes fancybox-zoomInUp {
	from {
		-webkit-transform: scale(0.97) translate3d(0, 16px, 0);
		        transform: scale(0.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		        transform: scale(1) translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes fancybox-zoomInUp {
	from {
		-webkit-transform: scale(0.97) translate3d(0, 16px, 0);
		        transform: scale(0.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		        transform: scale(1) translate3d(0, 0, 0);
		opacity: 1;
	}
}
@-webkit-keyframes fancybox-zoomOutDown {
	to {
		-webkit-transform: scale(0.97) translate3d(0, 16px, 0);
		        transform: scale(0.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
}
@keyframes fancybox-zoomOutDown {
	to {
		-webkit-transform: scale(0.97) translate3d(0, 16px, 0);
		        transform: scale(0.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
}
@-webkit-keyframes fancybox-throwOutUp {
	to {
		-webkit-transform: translate3d(0, -30%, 0);
		        transform: translate3d(0, -30%, 0);
		opacity: 0;
	}
}
@keyframes fancybox-throwOutUp {
	to {
		-webkit-transform: translate3d(0, -30%, 0);
		        transform: translate3d(0, -30%, 0);
		opacity: 0;
	}
}
@-webkit-keyframes fancybox-throwOutDown {
	to {
		-webkit-transform: translate3d(0, 30%, 0);
		        transform: translate3d(0, 30%, 0);
		opacity: 0;
	}
}
@keyframes fancybox-throwOutDown {
	to {
		-webkit-transform: translate3d(0, 30%, 0);
		        transform: translate3d(0, 30%, 0);
		opacity: 0;
	}
}
.fancybox__carousel .carousel__slide {
	scrollbar-width: thin;
	scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	        box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
	cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox__image {
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	-ms-touch-action: none;
	    touch-action: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-transition: none;
	transition: none;
}

.has-image .fancybox__content {
	padding: 0;
	background: transparent;
	min-height: 1px;
}

.is-closing .has-image .fancybox__content {
	overflow: visible;
}

.has-image[data-image-fit=contain] {
	overflow: visible;
	-ms-touch-action: none;
	    touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
	overflow-x: hidden;
	overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
	min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
	max-width: 100%;
	height: auto;
}

.has-image[data-image-fit=cover] {
	overflow: visible;
	-ms-touch-action: none;
	    touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
	width: 100%;
	height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	min-height: 1px;
	overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
	width: 100%;
	height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
	width: 960px;
	height: 540px;
	max-width: 100%;
	max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
	padding: 0;
	background: rgba(24, 24, 27, 0.9);
	color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
	background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: transparent;
}

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

.fancybox__thumbs {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	position: relative;
	padding: 0px 3px;
	opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
	-webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
	        animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
	opacity: 0;
}

.fancybox__thumbs .carousel__slide {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: var(--fancybox-thumbs-width, 96px);
	margin: 0;
	padding: 8px 3px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	overflow: visible;
	cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-width: 5px;
	border-style: solid;
	border-color: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
	opacity: 0;
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
	border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
	opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
	pointer-events: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.fancybox__thumb {
	position: relative;
	width: 100%;
	padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
	background-size: cover;
	background-position: center center;
	background-color: rgba(255, 255, 255, 0.1);
	background-repeat: no-repeat;
	border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
	padding: 0;
	-ms-touch-action: none;
	    touch-action: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	--carousel-button-svg-width: 20px;
	--carousel-button-svg-height: 20px;
	opacity: var(--fancybox-opacity, 1);
	text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
	.fancybox__toolbar {
		padding: 8px;
	}
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
	-webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
	        animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
	opacity: 0;
}

.fancybox__toolbar__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fancybox__toolbar__items--left {
	margin-right: auto;
}

.fancybox__toolbar__items--center {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
	margin-left: auto;
}

@media (max-width: 640px) {
	.fancybox__toolbar__items--center:not(:last-child) {
		display: none;
	}
}
.fancybox__counter {
	min-width: 72px;
	padding: 0 10px;
	line-height: var(--carousel-button-height, 48px);
	text-align: center;
	font-size: 17px;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
	background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: 0;
	        transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	        transition-timing-function: linear;
	z-index: 30;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
	opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
	opacity: 0;
}

.fancybox__container:fullscreen::-ms-backdrop {
	opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
	opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
	display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
	display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
	display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
	display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
	display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
	display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
	display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
	display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
	display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
	display: block;
}

/*!
Video.js Default Styles (http://videojs.com)
Version 4.11.1
Create your own skin at http://designer.videojs.com
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurrences of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin {
	color: #cccccc;
}

/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
	/* Replace browser focus highlight with handle highlight */
	outline: 0;
	position: relative;
	cursor: pointer;
	padding: 0;
	/* background-color-with-alpha */
	background-color: #333333;
	background-color: rgba(51, 51, 51, 0.9);
}

.vjs-default-skin .vjs-slider:focus {
	/* box-shadow */
	-webkit-box-shadow: 0 0 2em #ffffff;
	box-shadow: 0 0 2em #ffffff;
}

.vjs-default-skin .vjs-slider-handle {
	position: absolute;
	/* Needed for IE6 */
	left: 0;
	top: 0;
}

.vjs-default-skin .vjs-slider-handle:before {
	content: "\e009";
	font-size: 1em;
	line-height: 1;
	text-align: center;
	text-shadow: 0em 0em 1em #fff;
	position: absolute;
	top: 0;
	left: 0;
	/* Rotate the square icon to make a diamond */
	/* transform */
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar {
	/* Start hidden */
	display: none;
	position: absolute;
	/* Place control bar at the bottom of the player box/video.
	    If you want more margin below the control bar, add more height. */
	bottom: 0;
	/* Use left/right to stretch to 100% width of player div */
	left: 0;
	right: 0;
	/* Height includes any margin you want above or below control items */
	height: 3em;
	/* background-color-with-alpha */
	background-color: #07141e;
	background-color: rgba(7, 20, 30, 0.7);
}

/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
	display: block;
	/* Visibility needed to make sure things hide in older browsers too. */
	visibility: visible;
	opacity: 1;
	/* transition */
	-webkit-transition: visibility 0.1s, opacity 0.1s;
	transition: visibility 0.1s, opacity 0.1s;
}

/* Hide the control bar when the video is playing and the user is inactive  */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	display: block;
	/* visibility: hidden; */
	/* opacity: 0; */
	/* transition */
	-webkit-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s;
}

.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
	display: none;
}

.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
	display: none;
}

/* The control bar shouldn't show after an error */
.vjs-default-skin.vjs-error .vjs-control-bar {
	display: none;
}

/* Don't hide the control bar if it's audio */
.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	opacity: 1;
	visibility: visible;
}

/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly.
  - "\9" IE8 hack didn't work for this
  - Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
@media \0 screen {
	.vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
		content: "";
	}
}
/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
	outline: none;
	position: relative;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 3em;
	width: 4em;
}

/* Font button icons */
.vjs-default-skin .vjs-control:before {
	font-size: 1.5em;
	line-height: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
	text-shadow: 0em 0em 1em #ffffff;
}

.vjs-default-skin .vjs-control:focus {
	/*  outline: 0; */
	/* keyboard-only users cannot see the focus on several of the UI elements when
	 this is set to 0 */
}

/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
	/* hide-visually */
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control {
	width: 2em;
	cursor: pointer;
	left: -0.5rem;
	top: 0.5rem;
}

.vjs-default-skin .vjs-play-control:before {
	content: "\e001";
}

.vjs-default-skin.vjs-playing .vjs-play-control:before {
	content: "\e002";
}

/* Playback toggle
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
	font-size: 1.5em;
	line-height: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
	width: 4em;
	left: -2em;
	list-style: none;
}

/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
	cursor: pointer;
	float: right;
}

.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
	content: "\e006";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
	content: "\e003";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
	content: "\e004";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
	content: "\e005";
}

.vjs-default-skin .vjs-volume-control {
	width: 5em;
	float: right;
}

.vjs-default-skin .vjs-volume-bar {
	width: 5em;
	height: 0.6em;
	margin: 1.3em auto 0;
}

.vjs-default-skin .vjs-volume-level {
	position: absolute;
	top: 0;
	left: 0;
	height: 0.5em;
	/* assuming volume starts at 1.0 */
	width: 100%;
	background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
	width: 0.5em;
	height: 0.5em;
	/* Assumes volume starts at 1.0. If you change the size of the
	    handle relative to the volume bar, you'll need to update this value
	    too. */
	left: 4.5em;
}

.vjs-default-skin .vjs-volume-handle:before {
	font-size: 0.9em;
	top: -0.2em;
	left: -0.2em;
	width: 1em;
	height: 1em;
}

/* The volume menu button is like menu buttons (captions/subtitles) but works
    a little differently. It needs to be possible to tab to the volume slider
    without hitting space bar on the menu button. To do this we're not using
    display:none to hide the slider menu by default, and instead setting the
    width and height to zero. */
.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
	display: block;
	width: 0;
	height: 0;
	border-top-color: transparent;
}

.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
	height: 0;
	width: 0;
}

.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
	border-top-color: rgba(7, 40, 50, 0.5);
	/* Same as ul background */
}

.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
	height: 2.9em;
	width: 10em;
}

/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
	position: absolute;
	left: 0;
	right: 0;
	width: auto;
	font-size: 0.3em;
	height: 1em;
	/* Set above the rest of the controls. */
	top: -1em;
	/* Shrink the bar slower than it grows. */
	/* transition */
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

/* On hover, make the progress bar grow to something that's more clickable.
    This simply changes the overall font for the progress bar, and this
    updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
	font-size: 0.9em;
	/* Even though we're not changing the top/height, we need to include them in
	     the transition so they're handled correctly. */
	/* transition */
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
	height: 100%;
}

/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
	position: absolute;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	/* updated by javascript during playback */
	width: 0;
	/* Needed for IE6 */
	left: 0;
	top: 0;
}

.vjs-default-skin .vjs-play-progress {
	/*
	   Using a data URI to create the white diagonal lines with a transparent
	     background. Surprisingly works in IE8.
	     Created using http://www.patternify.com
	   Changing the first color value will change the bar color.
	   Also using a paralax effect to make the lines move backwards.
	     The -50% left position makes that happen.
	 */
	background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

.vjs-default-skin .vjs-load-progress {
	background: #646464;
	background: rgba(255, 255, 255, 0.2);
}

/* there are child elements of the load progress bar that represent the
   specific time ranges that have been buffered */
.vjs-default-skin .vjs-load-progress div {
	background: #787878;
	background: rgba(255, 255, 255, 0.1);
}

.vjs-default-skin .vjs-seek-handle {
	width: 1.5em;
	height: 100%;
}

.vjs-default-skin .vjs-seek-handle:before {
	padding-top: 0.1em;
}

/* Live Mode
--------------------------------------------------------------------------------
*/
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider,
.vjs-default-skin.vjs-live .vjs-progress-control {
	display: none;
}

.vjs-default-skin.vjs-live .vjs-live-display {
	display: block;
}

/* Live Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-live-display {
	display: none;
	font-size: 1em;
	line-height: 3em;
}

/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
	font-size: 1em;
	/* Align vertically by making the line height the same as the control bar */
	line-height: 3em;
}

.vjs-default-skin .vjs-current-time {
	float: left;
}

.vjs-default-skin .vjs-duration {
	float: left;
}

/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
	display: none;
	float: left;
}

.vjs-time-divider {
	float: left;
	line-height: 3em;
}

/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
	width: 3.8em;
	cursor: pointer;
	float: right;
}

.vjs-default-skin .vjs-fullscreen-control:before {
	content: "\e000";
}

/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
	content: "\e00b";
}

/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button {
	left: 0.5em;
	top: 0.5em;
	font-size: 3em;
	display: block;
	z-index: 2;
	position: absolute;
	width: 4em;
	height: 2.6em;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	opacity: 1;
	/* Need a slightly gray bg so it can be seen on black backgrounds */
	/* background-color-with-alpha */
	background-color: #07141e;
	background-color: rgba(7, 20, 30, 0.7);
	border: 0.1em solid #3b4249;
	/* border-radius */
	border-radius: 0.8em;
	/* box-shadow */
	-webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
	box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
	/* transition */
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
	/* Center it horizontally */
	left: 50%;
	margin-left: -2.1em;
	/* Center it vertically */
	top: 50%;
	margin-top: -1.4em;
}

/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
	display: none;
}

/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
	display: none;
}

/* Hide on mobile devices. Remove when we stop using native controls
    by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
	display: none;
}

.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
	outline: 0;
	border-color: #fff;
	/* IE8 needs a non-glow hover state */
	background-color: #505050;
	background-color: rgba(50, 50, 50, 0.75);
	/* box-shadow */
	-webkit-box-shadow: 0 0 3em #ffffff;
	box-shadow: 0 0 3em #ffffff;
	/* transition */
	-webkit-transition: all 0s;
	transition: all 0s;
}

.vjs-default-skin .vjs-big-play-button:before {
	content: "\e001";
	/* In order to center the play icon vertically we need to set the line height
	    to the same as the button height */
	line-height: 2.6em;
	text-shadow: 0.05em 0.05em 0.1em #000;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

.vjs-error .vjs-big-play-button {
	display: none;
}

/* Error Display
--------------------------------------------------------------------------------
*/
.vjs-error-display {
	display: none;
}

.vjs-error .vjs-error-display {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.vjs-error .vjs-error-display:before {
	content: "X";
	font-family: Arial;
	font-size: 4em;
	color: #666666;
	/* In order to center the play icon vertically we need to set the line height
	    to the same as the button height */
	line-height: 1;
	text-shadow: 0.05em 0.05em 0.1em #000;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5em;
	width: 100%;
}

.vjs-error-display div {
	position: absolute;
	bottom: 1em;
	right: 0;
	left: 0;
	font-size: 1.4em;
	text-align: center;
	padding: 3px;
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
}

.vjs-error-display a,
.vjs-error-display a:visited {
	color: #f4a460;
}

/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
	/* Should be hidden by default */
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 4em;
	line-height: 1;
	width: 1em;
	height: 1em;
	margin-left: -0.5em;
	margin-top: -0.5em;
	opacity: 0.75;
}

/* Show the spinner when waiting for data and seeking to a new time */
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
	display: block;
	/* only animate when showing because it can be processor heavy */
	/* animation */
	-webkit-animation: spin 1.5s infinite linear;
	animation: spin 1.5s infinite linear;
}

/* Errors are unrecoverable without user interaction so hide the spinner */
.vjs-error .vjs-loading-spinner {
	display: none;
	/* ensure animation doesn't continue while hidden */
	/* animation */
	-webkit-animation: none;
	animation: none;
}

.vjs-default-skin .vjs-loading-spinner:before {
	content: "\e01e";
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	text-align: center;
	text-shadow: 0em 0em 0.1em #000;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		        transform: rotate(359deg);
	}
}
/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-menu-button {
	float: right;
	cursor: pointer;
}

.vjs-default-skin .vjs-menu {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0em;
	/* (Width of vjs-menu - width of button) / 2 */
	width: 0em;
	height: 0em;
	margin-bottom: 3em;
	border-left: 2em solid transparent;
	border-right: 2em solid transparent;
	border-top: 1.55em solid #000000;
	/* Same width top as ul bottom */
	border-top-color: rgba(7, 40, 50, 0.5);
	/* Same as ul background */
}

/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 10em;
	bottom: 1.5em;
	/* Same bottom as vjs-menu border-top */
	max-height: 15em;
	overflow: auto;
	left: -5em;
	/* Width of menu - width of button / 2 */
	/* background-color-with-alpha */
	background-color: #07141e;
	background-color: rgba(7, 20, 30, 0.7);
	/* box-shadow */
	-webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
	box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}

.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
	display: block;
}

.vjs-default-skin .vjs-menu-button ul li {
	list-style: none;
	margin: 0;
	padding: 0.3em 0 0.3em 0;
	line-height: 1.4em;
	font-size: 1.2em;
	text-align: center;
	text-transform: lowercase;
}

.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
	background-color: #000;
}

.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
	outline: 0;
	color: #111;
	/* background-color-with-alpha */
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.75);
	/* box-shadow */
	-webkit-box-shadow: 0 0 1em #ffffff;
	box-shadow: 0 0 1em #ffffff;
}

.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
	padding: 0;
	margin: 0 0 0.3em 0;
	font-weight: bold;
	cursor: default;
}

/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
	content: "\e00c";
}

/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
	content: "\e008";
}

/* Chapters Button */
.vjs-default-skin .vjs-chapters-button:before {
	content: "\e00c";
}

.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
	width: 24em;
	left: -12em;
}

/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
	/* box-shadow */
	-webkit-box-shadow: 0 0 1em #ffffff;
	box-shadow: 0 0 1em #ffffff;
}

/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
	background-color: #000;
	position: relative;
	padding: 0;
	/* Start with 10px for base font size so other dimensions can be em based and
	    easily calculable. */
	font-size: 10px;
	/* Allow poster to be vertically aligned. */
	vertical-align: middle;
	/*  display: table-cell; */
	/*This works in Safari but not Firefox.*/
	/* Provide some basic defaults for fonts */
	font-weight: normal;
	font-style: normal;
	/* Avoiding helvetica: issue #376 */
	font-family: Arial, sans-serif;
	/* Turn off user selection (text highlighting) by default.
	    The majority of player components will not be text blocks.
	    Text areas will need to turn user selection back on. */
	/* user-select */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Playback technology elements expand to the width/height of the containing div
    <video> or <object> */
.video-js .vjs-tech {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
   checking fullScreenEnabled. */
.video-js:-moz-full-screen {
	position: absolute;
}

/* Fullscreen Styles */
body.vjs-full-window {
	padding: 0;
	margin: 0;
	height: 100%;
	/* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
	overflow-y: auto;
}

.video-js.vjs-fullscreen {
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	/* IE6 full-window (underscore hack) */
	_position: absolute;
}

.video-js:-webkit-full-screen {
	width: 100% !important;
	height: 100% !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
	cursor: none;
}

/* Poster Styles */
.vjs-poster {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.vjs-poster img {
	display: block;
	margin: 0 auto;
	max-height: 100%;
	padding: 0;
	width: 100%;
}

/* Hide the poster after the video has started playing */
.video-js.vjs-has-started .vjs-poster {
	display: none;
}

/* Don't hide the poster if we're playing audio */
.video-js.vjs-audio.vjs-has-started .vjs-poster {
	display: block;
}

/* Hide the poster when controls are disabled because it's clickable
    and the native poster can take over */
.video-js.vjs-controls-disabled .vjs-poster {
	display: none;
}

/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
	display: none;
}

/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
	text-align: center;
	position: absolute;
	bottom: 4em;
	/* Leave padding on left and right */
	left: 1em;
	right: 1em;
}

/* Move captions down when controls aren't being shown */
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
	bottom: 1em;
}

/* Individual tracks */
.video-js .vjs-text-track {
	display: none;
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 0.1em;
	/* Transparent black background, or fallback to all black (oldIE) */
	/* background-color-with-alpha */
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.5);
}

.video-js .vjs-subtitles {
	color: #ffffff;
}

.video-js .vjs-captions {
	color: #ffcc66;
}

.vjs-tt-cue {
	display: block;
}

/* Increase font-size when fullscreen */
.video-js.vjs-fullscreen .vjs-text-track {
	font-size: 3em;
}

/* Hide disabled or unsupported controls */
.vjs-default-skin .vjs-hidden {
	display: none;
}

.vjs-lock-showing {
	display: block !important;
	opacity: 1;
	visibility: visible;
}

/*  In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register.
    The .video-js classname on the video tag also isn't considered.
    This optional paragraph inside the video tag can provide a message to users
    about what's required to play video. */
.vjs-no-js {
	padding: 20px;
	color: #ccc;
	background-color: #333;
	font-size: 18px;
	font-family: Arial, sans-serif;
	text-align: center;
	width: 300px;
	height: 150px;
	margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
	color: #f4a460;
}

/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
body.tax-range #single_header {
	color: #fff;
	position: absolute;
}

body.tax-range #single_header .the_content h1, body.tax-range #single_header .the_content .h1 {
	font-size: 90px;
}

body.tax-range #single_header .the_content .description {
	font-weight: bold;
}

.single_range_nav {
	font-family: "AvenirNextBold";
	display: table;
	width: inherit;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	bottom: 42px;
	z-index: 100;
}

.single_range_nav li {
	display: inline-block;
	margin: 0 20px;
	font-size: 16px;
	text-align: center;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	position: relative;
}

.single_range_nav li:before {
	content: "";
	position: absolute;
	left: 51%;
	right: 50%;
	bottom: -3px;
	background: #fff;
	height: 2px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.single_range_nav li.active:before,
.single_range_nav li:hover:before,
.single_range_nav li:focus:before {
	left: 0;
	right: 0;
}

body.tax-range #single_header .opacity_layer,
body.postid-253 .opacity_layer {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.15);
}

body.tax-range #single_header #video {
	opacity: 0;
}

body.tax-range.play_video #single_header #video {
	opacity: 1;
	z-index: 100;
}

body.tax-range.play_video #single_header #video.video-js,
body.tax-range.play_video #single_header #video.video-js .vjs-tech {
	width: 100%;
}

body.tax-range #single_header .cross {
	opacity: 0;
	z-index: -1;
	position: absolute;
	top: 50px;
	right: 80px;
	font-size: 24px;
	color: #fff;
}

body.tax-range.play_video #single_header .cross {
	opacity: 1;
	z-index: 500;
	cursor: pointer;
}

body.tax-range.play_video #menu {
	display: none;
}

.play_video #logo,
.play_video #main_nav,
.play_video .icon-burguer,
.play_video .socialmedia {
	z-index: -1;
	opacity: 0;
}

.touch .play_video #logo,
.touch .play_video #main_nav,
.touch .play_video .icon-burguer,
.touch .play_video .socialmedia {
	z-index: 1;
	opacity: 1;
}

.show_video_items .vjs-default-skin.vjs-has-started.vjs-playing .vjs-control-bar {
	opacity: 1 !important;
}

.vjs-default-skin.vjs-has-started.vjs-playing .vjs-control-bar {
	opacity: 1 !important;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.touch body.tax-range.play_video #single_header .cross,
.touch .vjs-default-skin .vjs-control-bar,
.touch .vjs-default-skin.vjs-has-started.vjs-playing .vjs-control-bar {
	opacity: 1 !important;
	display: block !important;
}

body.show_video_items.tax-range.play_video #single_header .cross,
#cin,
.is_cin .social_cin,
.single_range_nav,
.vjs-default-skin.vjs-has-started.vjs-playing .vjs-control-bar,
#valentine {
	opacity: 0 !important;
}

.is_ipad.play_video .socialmedia {
	display: none !important;
}

.touch body.tax-range.play_video.is_ipad #single_header .cross {
	top: 20px;
}

/* 	Controls bar */
.vjs-default-skin .vjs-control-bar {
	display: block;
	width: auto;
	left: 80px;
	right: 80px;
	bottom: 100px;
	margin: auto;
	background: transparent;
	z-index: 999;
	position: absolute;
}
.vjs-default-skin .vjs-control-bar button {
	background: none;
	border: none;
}

/* 	Progress bar */
.vjs-default-skin .vjs-progress-control {
	height: 4px !important;
	top: 40px !important;
}

.vjs-default-skin .vjs-play-progress {
	background: white;
}

.vjs-default-skin .vjs-slider {
	background: #999;
}

/* 	Play / Pause */
.vjs-default-skin.vjs-playing .vjs-play-control:before {
	background: transparent url(../images/pause.svg) center center no-repeat;
	background-size: 25px;
	content: "";
	top: 0;
	left: 0;
}

.vjs-default-skin .vjs-play-control:before {
	background: transparent url(../images/play.svg) center center no-repeat;
	background-size: 25px;
	content: "";
	top: 0;
	left: 0;
}

/* 	Volume */
.vjs-default-skin .vjs-volume-panel {
	top: 0.5rem;
	left: 17.5rem;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.vjs-default-skin .vjs-volume-panel.vjs-hover .vjs-volume-control {
	opacity: 1;
}
.vjs-default-skin .vjs-volume-panel .vjs-mouse-display {
	display: none;
}

.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
	float: left;
	position: relative;
}

.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before,
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
	content: "";
}

.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
	background: transparent url(../images/mute_off.svg) center center no-repeat;
	background-size: 25px;
	content: "";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
	background: transparent url(../images/mute_on.svg) center center no-repeat;
	background-size: 25px;
	content: "";
}

/* 	Fullscreen */
.vjs-default-skin .vjs-fullscreen-control {
	float: left;
	left: -90px;
}

.vjs-default-skin .vjs-fullscreen-control:before {
	background: transparent url(../images/fullscreen.svg) center center no-repeat;
	background-size: 25px;
	content: "";
	top: 5px;
	float: left;
}

.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
	content: "";
}

/* 	Progress bar */
.vjs-default-skin .vjs-current-time,
.vjs-default-skin .vjs-duration,
.vjs-time-divider {
	color: #fff;
	font-family: "Avenir Next", sans-serif;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	left: -92px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.vjs-default-skin .vjs-volume-control {
	width: 6em;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.vjs-default-skin .vjs-volume-control:hover {
	opacity: 1;
}

.vjs-default-skin .vjs-volume-level {
	background: #fff;
}

/* 	Hide items */
.vjs-default-skin .vjs-slider-handle:before,
.vjs-loading-spinner {
	display: none !important;
}

.vjs-big-play-button {
	display: none !important;
}

.vjs-time-tooltip {
	display: none;
}

.vjs-picture-in-picture-control,
.vjs-seek-to-live-control {
	display: none;
}

.bg-img {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.appear-on-scroll {
	opacity: 0;
	-webkit-transition: opacity 2500ms cubic-bezier(0.18, 1, 0.21, 1), -webkit-transform 4000ms cubic-bezier(0.18, 1, 0.21, 1);
	transition: opacity 2500ms cubic-bezier(0.18, 1, 0.21, 1), -webkit-transform 4000ms cubic-bezier(0.18, 1, 0.21, 1);
	transition: transform 4000ms cubic-bezier(0.18, 1, 0.21, 1), opacity 2500ms cubic-bezier(0.18, 1, 0.21, 1);
	transition: transform 4000ms cubic-bezier(0.18, 1, 0.21, 1), opacity 2500ms cubic-bezier(0.18, 1, 0.21, 1), -webkit-transform 4000ms cubic-bezier(0.18, 1, 0.21, 1);
	-webkit-transform: translate3d(0, 5rem, 0);
	        transform: translate3d(0, 5rem, 0);
}
.appear-on-scroll.in-view {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.with-identificator-color {
	position: relative;
}

.identificator-color {
	position: absolute !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 3rem;
	z-index: 2;
	text-decoration: none !important;
	white-space: nowrap;
}
.identificator-color.identificator-opened img {
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.identificator-color.identificator-opened .color-title {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.identificator-color.style-dark .color-title {
	color: #646464 !important;
}
.identificator-color::before, .identificator-color::after {
	display: none !important;
}
@media (min-width: 992px) {
	.identificator-color:hover img {
		-webkit-transform: rotate(135deg);
		        transform: rotate(135deg);
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.identificator-color:hover .color-title {
		opacity: 1;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}
.identificator-color img {
	width: 1.5rem !important;
	height: 1.5rem !important;
	min-height: 1.5rem !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: unset !important;
	top: unset !important;
	left: unset !important;
	right: unset !important;
	bottom: unset !important;
}
.identificator-color .color-title {
	margin-left: 1.3rem;
	font-family: "ANT_01", sans-serif !important;
	font-weight: 600 !important;
	font-size: 1rem !important;
	line-height: 1.2 !important;
	color: #fff !important;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.identificator-color .color-title:hover {
	text-decoration: underline !important;
}
.identificator-color .color-title .color-subtitle {
	font-weight: 400;
}

.scroll-section figure {
	margin-bottom: 0;
}

.wp_autosearch_form_wrapper {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	font-family: "Eina 01", sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	color: black;
	height: 37px !important;
	border-radius: 0;
	border: none !important;
	border-bottom: solid 0.1rem #aaaaaa !important;
}

.wp_autosearch_input {
	text-indent: 0 !important;
	height: 36px !important;
	border: none !important;
}

.wp_autosearch_submit {
	height: 37px;
	width: 35px;
	right: 0.3px;
	background: transparent url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.118 13.051a6.118 6.118 0 100-12.236 6.118 6.118 0 000 12.236zm4.807-1.311L19.188 19l-7.262-7.26z' stroke='%23AAA' stroke-width='1.5'/%3E%3C/svg%3E") center right no-repeat !important;
}

.wp_autosearch_submit,
.wp_autosearch_submit:hover,
.wp_autosearch_submit:active,
.wp_autosearch_submit:visited {
	height: 37px;
	width: 35px;
	right: 0.3px;
	background: transparent url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.118 13.051a6.118 6.118 0 100-12.236 6.118 6.118 0 000 12.236zm4.807-1.311L19.188 19l-7.262-7.26z' stroke='%23AAA' stroke-width='1.5'/%3E%3C/svg%3E") center right no-repeat !important;
}

.wp_autosearch_suggestions {
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}
.wp_autosearch_suggestions ul {
	font-family: "Eina 01", sans-serif;
}
.wp_autosearch_suggestions li {
	font-size: 1.8rem !important;
	padding: 0 !important;
	color: black !important;
	background: #fff !important;
}
.wp_autosearch_suggestions li.ac_over a {
	color: black !important;
	background: #8ce6b3 !important;
}
.wp_autosearch_suggestions a {
	padding: 10px !important;
}
.wp_autosearch_suggestions a .searchheading {
	font-weight: 400 !important;
}
.wp_autosearch_suggestions .wp_autosearch_category {
	font-size: 18px;
	background-color: #aaa !important;
}
.wp_autosearch_suggestions .wp_autosearch_category.wp_autosearch_clickable {
	color: #000 !important;
	background: #8ce6b3 !important;
	border-bottom: solid 0.1rem #aaa;
}

.wp_autosearch_indicator {
	background-repeat: no-repeat !important;
	background-size: 3.3rem !important;
	background-position: center right -0.5rem !important;
}

/* buttons */
.btn {
	white-space: normal;
}
.btn .fa {
	margin-left: 5px;
}
.link-more {
	display: inline-block;
	vertical-align: top;
	color: inherit;
	text-decoration: none;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 400;
	font-family: "Eina 01", sans-serif;
	position: relative;
}
.link-more::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.3rem;
	width: 0;
	height: 1px;
	background-color: currentColor;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.link-more:hover {
	color: inherit;
	text-decoration: none;
}
.link-more:hover::after {
	width: 100%;
}
@media (max-width: 991.98px) {
	.link-more {
		font-size: 1.2rem;
		line-height: 1.38;
	}
}

.btn-play {
	position: absolute;
	z-index: 15;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 10rem;
	height: 10rem;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	background: none;
	padding: 0;
	border: 0;
	color: #fff;
}
.btn-play::before {
	content: "";
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3rem 0 3rem 5.2rem;
	border-color: transparent transparent transparent currentColor;
	margin-left: 0.3rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (min-width: 992px) {
	.btn-play:hover {
		-webkit-transform: translate(-50%, -50%) scale(1.1);
		        transform: translate(-50%, -50%) scale(1.1);
	}
}
@media (max-width: 991.98px) {
	.btn-play {
		width: 5rem;
		height: 5rem;
	}
	.btn-play::before {
		border-width: 1.5rem 0 1.5rem 2.6rem;
		margin-left: 0.1rem;
	}
}

.swiper-control-arrow.swiper-button-prev, .swiper-control-arrow.swiper-button-next {
	--swiper-button-width: 4rem;
	--swiper-button-height: var(--swiper-button-width);
	--swiper-button-border-radius: 0;
	--swiper-button-border-width: 0;
	--swiper-button-side-offset: -8.5rem;
	--swiper-button-arrow-size: 1.5rem;
	--swiper-button-arrow-width: 0.2rem;
	--swiper-button-z-index: 15;
	--swiper-button-disabled-opacity: 0.5;
	--swiper-button-color: #aaa;
	--swiper-button-bg-color: transparent;
	--swiper-button-border-color: transparent;
	--swiper-button-hover-color: #646464;
	--swiper-button-hover-bg-color: var(--swiper-button-bg-color);
	--swiper-button-hover-border-color: var(--swiper-button-border-color);
	position: absolute;
	z-index: var(--swiper-button-z-index);
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: var(--swiper-button-width);
	height: var(--swiper-button-height);
	border: var(--swiper-button-border-width) solid var(--swiper-button-border-color);
	border-radius: var(--swiper-button-border-radius);
	overflow: hidden;
	background: var(--swiper-button-bg-color);
	color: var(--swiper-button-color);
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}
.swiper-control-arrow.swiper-button-prev::before, .swiper-control-arrow.swiper-button-next::before {
	content: "";
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
	width: var(--swiper-button-arrow-size);
	height: var(--swiper-button-arrow-size);
	border: solid currentColor;
}
.swiper-control-arrow.swiper-button-prev::after, .swiper-control-arrow.swiper-button-next::after {
	display: none;
}
.swiper-control-arrow.swiper-button-prev.swiper-button-prev, .swiper-control-arrow.swiper-button-next.swiper-button-prev {
	left: var(--swiper-button-side-offset);
}
.swiper-control-arrow.swiper-button-prev.swiper-button-prev::before, .swiper-control-arrow.swiper-button-next.swiper-button-prev::before {
	border-width: 0 0 var(--swiper-button-arrow-width) var(--swiper-button-arrow-width);
	margin-left: calc(var(--swiper-button-arrow-size) * 0.3);
}
.swiper-control-arrow.swiper-button-prev.swiper-button-next, .swiper-control-arrow.swiper-button-next.swiper-button-next {
	right: var(--swiper-button-side-offset);
}
.swiper-control-arrow.swiper-button-prev.swiper-button-next::before, .swiper-control-arrow.swiper-button-next.swiper-button-next::before {
	border-width: var(--swiper-button-arrow-width) var(--swiper-button-arrow-width) 0 0;
	margin-left: calc(var(--swiper-button-arrow-size) * -0.3);
}
.swiper-control-arrow.swiper-button-prev:hover, .swiper-control-arrow.swiper-button-next:hover {
	color: var(--swiper-button-hover-color);
	background-color: var(--swiper-button-hover-bg-color);
	border-color: var(--swiper-button-hover-border-color);
	outline: none;
}
.swiper-control-arrow.swiper-button-prev:focus, .swiper-control-arrow.swiper-button-next:focus {
	outline: none;
}
.swiper-control-arrow.swiper-button-prev.swiper-button-disabled, .swiper-control-arrow.swiper-button-next.swiper-button-disabled {
	cursor: default;
	pointer-events: none;
	opacity: var(--swiper-button-disabled-opacity);
}
@media (max-width: 1339.98px) {
	.swiper-control-arrow.swiper-button-prev, .swiper-control-arrow.swiper-button-next {
		--swiper-button-side-offset: -4rem;
	}
}
@media (max-width: 991.98px) {
	.swiper-control-arrow.swiper-button-prev, .swiper-control-arrow.swiper-button-next {
		--swiper-button-side-offset: 0;
		--swiper-button-color: #fff;
		--swiper-button-hover-color: var(--swiper-button-color);
	}
}

.swiper-controls {
	padding-top: 1.2rem;
}
.swiper-controls .swiper-controls-prev,
.swiper-controls .swiper-controls-next {
	font-size: 1.4rem;
	line-height: 1.38;
	font-weight: 400;
	font-family: "Eina 01", sans-serif;
	color: #aaa;
	background: none;
	padding: 0.5rem 0;
	border: 0;
}
.swiper-controls .swiper-controls-prev:hover,
.swiper-controls .swiper-controls-next:hover {
	color: #000;
}
@media (max-width: 991.98px) {
	.swiper-controls {
		padding-top: 1rem;
	}
}

.post-card {
	margin: 0 0 2rem;
}
.post-card .post-card-image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 0.81/1;
}
.post-card .post-card-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.post-card .post-card-image video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: 10;
}
.post-card figcaption {
	color: #646464;
	padding-top: 2rem;
}
.post-card figcaption .post-card-date {
	display: block;
	padding-bottom: 2rem;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1.38;
	font-weight: 400;
	font-family: "Eina 01", sans-serif;
}
.post-card figcaption h3, .post-card figcaption .h3 {
	color: inherit;
	margin-bottom: 0;
	font-size: 3.2rem;
	line-height: 1.2;
	font-weight: lighter;
	font-family: inherit;
}
.post-card figcaption .post-card-link-row {
	padding-top: 2rem;
}
@media (max-width: 991.98px) {
	.post-card {
		margin-bottom: 2.3rem;
	}
	.post-card .post-card-image {
		aspect-ratio: 1.34/1;
	}
	.post-card figcaption {
		padding-top: 2rem;
		padding-bottom: 2rem;
		color: #4dad77;
		text-align: center;
	}
	.post-card figcaption .post-card-date {
		padding-bottom: 1rem;
		font-size: 1.2rem;
	}
	.post-card figcaption h3, .post-card figcaption .h3 {
		font-size: 2.4rem;
		line-height: 1.292;
	}
	.post-card figcaption .post-card-link-row {
		padding-top: 1.5rem;
	}
}
@media (max-width: 767.98px) {
	.post-card figcaption h3, .post-card figcaption .h3 {
		max-width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* header */
#header {
	position: sticky;
	top: 0;
	padding: 1.25rem 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #fff;
	z-index: 20;
}
@media (min-width: 768px) {
	.homepage #header {
		padding: 1rem 0;
	}
}
@media (min-width: 768px) {
	.scrolled #header {
		padding: 1.1rem 0;
	}
}
@media (max-width: 767.98px) {
	#header {
		padding-top: 1.65rem;
		padding-bottom: 1.9rem;
	}
}
#header figure {
	margin-bottom: 0;
}
#header .family-icon {
	width: 4.3rem;
	position: absolute;
	top: 50%;
	left: calc(50% - 1.7rem);
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (min-width: 768px) {
	#header .family-icon {
		left: calc(50% - 2.5rem);
		width: 5.1rem;
	}
}
@media (min-width: 768px) {
	.scrolled #header .family-icon {
		left: calc(50% - 2rem);
		width: 4rem;
	}
}
#header .family-icon img {
	width: 100%;
}
@media (max-width: 767.98px) {
	#header .family-icon {
		width: 3.4rem;
		margin-top: 0.2rem;
	}
}
#header .logo {
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (min-width: 768px) {
	.homepage #header .logo {
		width: 15rem;
	}
}
@media (min-width: 768px) {
	.scrolled .homepage #header .logo {
		width: 11.6rem;
	}
}
@media (min-width: 768px) {
	#header .logo {
		margin-top: -0.6rem;
	}
}
@media (max-width: 767.98px) {
	#header .logo {
		width: 9.7rem;
	}
}
#header .logo img {
	width: 100%;
	height: auto;
}
#header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#header nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: 2.3rem;
}
@media (max-width: 767.98px) {
	#header nav {
		margin-left: 2.1rem;
	}
}
#header nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#header nav ul.choose-lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: 0.1rem;
	margin-right: 2rem;
}
#header nav ul.choose-lang:hover .active {
	display: none;
}
#header nav ul.choose-lang:hover .deactive {
	display: block;
}
@media (max-width: 767.98px) {
	#header nav ul.choose-lang {
		opacity: 0;
	}
	.menu-opened #header nav ul.choose-lang {
		opacity: 1;
	}
}
#header nav ul.choose-lang li.deactive {
	display: none;
}
#header nav ul.choose-lang li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	min-width: 4.2rem;
	padding: 1rem 0.4rem;
	font-family: "Eina 01", sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.38;
	text-transform: uppercase;
	text-decoration: none;
}
@media (max-width: 767.98px) {
	#header nav ul.choose-lang li a {
		min-width: 2.2rem;
	}
}
#header nav ul.choose-lang ul {
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header nav ul.main-menu {
	margin: auto 0;
}
@media (max-width: 767.98px) {
	#header nav ul.main-menu {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
}
@media (min-width: 768px) {
	#header nav ul.main-menu {
		opacity: 0;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}
#header nav ul.main-menu.animate-appear {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header nav ul.main-menu li {
	text-align: center;
}
#header nav ul.main-menu li:not(:last-child) {
	margin-bottom: 2.2rem;
}
@media (max-width: 767.98px) {
	#header nav ul.main-menu li:not(:last-child) {
		margin-bottom: 2.7rem;
	}
}
#header nav ul.main-menu li.active {
	font-weight: 300;
}
#header nav ul.main-menu li.active a::after {
	width: 100%;
}
#header nav ul.main-menu li a {
	position: relative;
	font-size: 5.2rem;
	line-height: 1.4019230769;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	text-decoration: none;
}
@media (max-width: 767.98px) {
	#header nav ul.main-menu li a {
		font-size: 2.8rem;
		line-height: 1.2;
	}
}
#header nav ul.main-menu li a::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: 1rem;
	width: 0%;
	height: 0.2rem;
	background: #000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
	#header nav ul.main-menu li a::after {
		bottom: 0;
	}
}
#header nav ul.main-menu li a:hover::after {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header .hide-content {
	position: fixed;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: calc(100vh - 6rem);
	height: calc(var(--vh, 1vh) * 100 - 6rem);
	padding: 2.5rem 4rem;
	background: #accdc3;
	overflow: auto;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	z-index: -1;
	-webkit-transform: translateY(-105%);
	        transform: translateY(-105%);
}
@media (max-width: 767.98px) {
	#header .hide-content {
		padding: 2.5rem 2rem;
		eight: calc(100vh - 7.1rem);
		height: calc(var(--vh, 1vh) * 100 - 7.1rem);
	}
}
#header .header-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	    align-self: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}
@media (min-width: 768px) {
	#header .header-bottom {
		margin-top: 5rem;
	}
}
@media (max-width: 767.98px) {
	#header .header-bottom {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
}
#header .header-bottom ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 767.98px) {
	#header .header-bottom ul:nth-child(1) {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		-ms-flex-item-align: end;
		    align-self: flex-end;
	}
}
#header .header-bottom ul:nth-child(2) {
	position: relative;
}
#header .header-bottom ul:nth-child(2)::before {
	content: "";
	position: absolute;
	top: -2.57rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 3.4rem;
	height: 0.1rem;
	background: #000;
}
@media (min-width: 768px) {
	#header .header-bottom ul:nth-child(2)::before {
		display: none;
	}
}
@media (max-width: 767.98px) {
	#header .header-bottom ul:nth-child(2) {
		margin-top: 5.2rem;
		margin-bottom: 2.3rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		width: 100%;
		text-align: center;
	}
}
@media (min-width: 768px) {
	#header .header-bottom ul:nth-child(2) {
		margin-left: 2.2rem;
		margin-right: 4.2rem;
	}
}
@media (min-width: 768px) {
	#header .header-bottom ul:nth-child(2) li:not(:last-child) {
		margin-right: 4rem;
	}
}
@media (max-width: 767.98px) {
	#header .header-bottom ul:nth-child(2) li:not(:last-child) {
		margin-bottom: 2.3rem;
	}
}
#header .header-bottom ul:nth-child(2) li a {
	position: relative;
	font-family: "Eina 01", sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.38;
	text-transform: uppercase;
	text-decoration: none;
}
#header .header-bottom ul:nth-child(2) li a::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: -0.3rem;
	width: 0%;
	height: 0.1rem;
	background: #000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
	#header .header-bottom ul:nth-child(2) li a::after {
		bottom: -0.5rem;
	}
}
#header .header-bottom ul:nth-child(2) li a:hover::after {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
	#header .header-bottom ul:nth-child(3) {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		-ms-flex-item-align: end;
		    align-self: flex-end;
	}
}
#header .header-bottom ul:nth-child(3) li:not(:last-child) {
	margin-right: 1.7rem;
}
.menu-opened #header {
	background: #accdc3;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu-opened #header .hide-content {
	opacity: 1;
	pointer-events: all;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
#header .header-filters-search-wrapper {
	margin: 0.2rem 0 0 auto;
	max-width: 21rem;
}
@media (min-width: 768px) {
	#header .header-filters-search-wrapper {
		position: relative;
		margin: 1rem 0 0 auto;
	}
}
@media (min-width: 768px) {
	.search-opened #header .header-filters-search-wrapper .search-opener {
		opacity: 0;
		visibility: hidden;
	}
}
.search-opened #header .header-filters-search-wrapper .filters-search-wrapper {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
#header .header-filters-search-wrapper .form-control {
	font-size: 1.4rem;
	padding: 1rem 3rem 1rem 0;
	border-color: #646464;
}
@media (min-width: 768px) {
	#header .header-filters-search-wrapper .form-control {
		padding: 0.3rem 0.6rem;
	}
}
#header .header-filters-search-wrapper .form-control::-webkit-input-placeholder {
	color: rgba(100, 100, 100, 0.4);
}
#header .header-filters-search-wrapper .form-control::-moz-placeholder {
	color: rgba(100, 100, 100, 0.4);
}
#header .header-filters-search-wrapper .form-control:-ms-input-placeholder {
	color: rgba(100, 100, 100, 0.4);
}
#header .header-filters-search-wrapper .form-control::-ms-input-placeholder {
	color: rgba(100, 100, 100, 0.4);
}
#header .header-filters-search-wrapper .form-control::placeholder {
	color: rgba(100, 100, 100, 0.4);
}
#header .header-filters-search-wrapper .btn-search {
	top: 0;
	background: transparent url(../images//ico-search-dark.svg) 50% 50%/2.1rem 2.1rem no-repeat;
}
@media (max-width: 767.98px) {
	#header .header-filters-search-wrapper .btn-search {
		right: 0.5rem;
	}
}
#header .header-filters-search-wrapper .filters-search-wrapper {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
@media (max-width: 767.98px) {
	#header .header-filters-search-wrapper .filters-search-wrapper {
		margin: 0;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		padding: 1.8rem 2rem 2.6rem;
		background: #fff;
	}
}
@media (max-width: 767.98px) {
	#header .header-filters-search-wrapper .filters-search-wrapper form {
		position: relative;
	}
}
@media (min-width: 768px) {
	#header .header-filters-search-wrapper .search-opener {
		position: absolute;
		top: 0.4rem;
		right: 0;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}
#header .header-filters-search-wrapper .search-opener .ico-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 767.98px) {
	#header .header-filters-search-wrapper .search-opener img {
		width: 1.6rem;
		height: 1.6rem;
	}
}

.menu-opened {
	overflow: hidden;
}

.open-menu {
	position: relative;
	width: 1.8rem;
	height: 1.8rem;
	display: block;
	font-size: 0;
	line-height: 0;
}
@media (max-width: 767.98px) {
	.open-menu {
		width: 1.5rem;
		height: 1.5rem;
	}
}
.open-menu span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	border-bottom: 0.1rem solid;
	height: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.open-menu span:nth-child(1) {
	margin-top: -0.8rem;
}
@media (max-width: 767.98px) {
	.open-menu span:nth-child(1) {
		margin-top: -0.6rem;
	}
}
.open-menu span:nth-child(2) {
	margin-top: 0;
}
@media (max-width: 767.98px) {
	.open-menu span:nth-child(2) {
		margin-top: 0.04rem;
	}
}
.open-menu span:nth-child(3) {
	margin-top: 0.9rem;
}
@media (max-width: 767.98px) {
	.open-menu span:nth-child(3) {
		margin-top: 0.7rem;
	}
}
.menu-opened .open-menu span:nth-child(1) {
	margin-top: 0;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}
.menu-opened .open-menu span:nth-child(2) {
	opacity: 0;
}
.menu-opened .open-menu span:nth-child(3) {
	margin-top: 0;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}

/* footer */
.footer-offset {
	display: block;
	pointer-events: none;
}
.footer-offset.show ~ #footer {
	opacity: 1;
}

#footer {
	margin-top: auto;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	padding-top: 4.6rem;
	padding-bottom: 4.5rem;
	font-size: 1.4rem;
	font-family: "Eina 01", sans-serif;
	font-weight: 400;
	background: #ebebeb;
}
@media (max-width: 767.98px) {
	#footer {
		font-size: 1rem;
		padding-top: 4.2rem;
		padding-bottom: 0;
	}
}
#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#footer ul li a {
	position: relative;
	text-decoration: none;
}
#footer ul li a::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: -0.3rem;
	width: 0;
	height: 0.1rem;
	background: #000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#footer ul li a:hover::after {
	width: 100%;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#footer .footer-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 5.4rem;
}
@media (max-width: 767.98px) {
	#footer .footer-top {
		margin-bottom: 2rem;
		padding-bottom: 1rem;
		border-bottom: solid 0.1rem #ccc;
	}
}
@media (max-width: 767.98px) {
	#footer .footer-top {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
@media (max-width: 767.98px) {
	#footer .footer-top ul:nth-child(1) {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}
#footer .footer-top ul:nth-child(2) {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media (min-width: 768px) {
	#footer .footer-top ul:nth-child(2) {
		margin-top: 0.4rem;
		margin-left: 2rem;
		margin-right: 2rem;
	}
}
@media (max-width: 767.98px) {
	#footer .footer-top ul:nth-child(2) {
		font-size: 1.2rem;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
		margin-bottom: 3.9rem;
		text-align: center;
	}
}
#footer .footer-top ul:nth-child(2) li {
	margin-bottom: 1rem;
	letter-spacing: 0.08em;
}
@media (max-width: 767.98px) {
	#footer .footer-top ul:nth-child(2) li {
		margin-bottom: 1.4rem;
	}
}
#footer .footer-top ul:nth-child(2) li.active {
	font-weight: 400;
}
#footer .footer-top ul:nth-child(2) li.active a::after {
	width: 100%;
	opacity: 1;
	visibility: visible;
}
#footer .footer-top ul:nth-child(2) li a {
	text-transform: uppercase;
}
@media (min-width: 768px) {
	#footer .footer-top ul:nth-child(2) li:not(:last-child) {
		margin-right: 2.7rem;
	}
}
@media (max-width: 767.98px) {
	#footer .footer-top ul:nth-child(3) {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
}
@media (min-width: 1340px) {
	#footer .footer-top ul:nth-child(3) {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		min-width: 10.2rem;
	}
}
#footer .footer-top ul:nth-child(3) li:not(:last-child) {
	margin-right: 1.95rem;
}
#footer .footer-top ul:nth-child(3) li a {
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#footer .footer-top ul:nth-child(3) li a::after {
	display: none;
}
#footer .footer-top ul:nth-child(3) li a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#footer .footer-mid {
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 6.4rem;
}
#footer .footer-bottom {
	text-align: center;
	font-size: 1.2rem;
}
#footer .footer-bottom p {
	margin-bottom: 0;
}
#footer .footer-bottom ul {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (max-width: 767.98px) {
	#footer .footer-bottom ul {
		margin-bottom: 2rem;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
#footer .footer-bottom ul li {
	position: relative;
}
@media (max-width: 767.98px) {
	#footer .footer-bottom ul li {
		margin-right: 1rem;
		padding-right: 1rem;
		position: relative;
	}
	#footer .footer-bottom ul li::after {
		content: "";
		height: 65%;
		border-left: 1px solid;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	#footer .footer-bottom ul li:last-child {
		margin: 0;
		padding: 0;
	}
	#footer .footer-bottom ul li:last-child::after {
		display: none;
	}
}
#footer .footer-bottom ul li + li {
	padding-left: 1rem;
	margin-left: 1.4rem;
}
#footer .footer-bottom ul li + li::before {
	content: "|";
	position: absolute;
	left: -2px;
}
@media (max-width: 767.98px) {
	#footer .footer-bottom .text-holder {
		text-align: center;
		padding: 1.5rem 0 2rem;
		border-top: 1px solid #ccc;
	}
}
#footer .logo-footer {
	width: 10.2rem;
}
#footer .logo-footer img {
	width: 100%;
	height: auto;
}
@media (max-width: 767.98px) {
	#footer .logo-footer {
		width: 7.6rem;
	}
}
#footer .f-text {
	font-size: 1.2rem;
	text-align: center;
}
@media (max-width: 767.98px) {
	#footer .f-text {
		display: block;
		margin-bottom: 2rem;
		font-size: 1rem;
		border-top: 1px solid #ccc;
		padding-top: 2rem;
	}
}

.info-banner {
	margin: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 68.8rem;
	color: #fff;
	background-color: #000;
}
.info-banner .info-banner-image {
	position: absolute;
	z-index: 5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.info-banner .info-banner-image::before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0.1;
}
.info-banner .info-banner-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: 1;
}
.info-banner figcaption {
	width: 100%;
	min-height: 68.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	z-index: 10;
	text-align: center;
	font-size: 2.6rem;
	line-height: 1.25;
}
.info-banner figcaption .info-banner-body {
	width: 100%;
	padding: 3rem;
}
.info-banner figcaption .info-banner-body-inner {
	max-width: 53rem;
	margin-left: auto;
	margin-right: auto;
}
.info-banner figcaption h2, .info-banner figcaption .h2 {
	color: inherit;
	font-size: 5.2rem;
	line-height: 1;
	font-weight: inherit;
	font-family: inherit;
	font-style: italic;
	margin-bottom: 2rem;
}
.info-banner figcaption p {
	margin-bottom: 0;
}
.info-banner figcaption .info-banner-link-row {
	padding-top: 2rem;
	font-size: 0;
	line-height: 0;
}
.info-banner figcaption .view-more {
	position: relative;
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1.38;
	font-weight: 400;
	font-family: "Eina 01", sans-serif;
	letter-spacing: 0.1rem;
}
.info-banner figcaption .view-more::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.3rem;
	width: 0;
	height: 1px;
	background-color: currentColor;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.info-banner figcaption .view-more:hover::after {
	width: 100%;
}
@media (max-width: 991.98px) {
	.info-banner {
		min-height: 60.7rem;
	}
	.info-banner .info-banner-image::before {
		opacity: 0.17;
	}
	.info-banner figcaption {
		min-height: 60.7rem;
		font-size: 1.8rem;
		line-height: 1.45;
	}
	.info-banner figcaption .info-banner-body {
		padding-bottom: 5.2rem;
		padding-left: 1.9rem;
		padding-right: 1.9rem;
	}
	.info-banner figcaption h2, .info-banner figcaption .h2 {
		font-size: 3.6rem;
		line-height: 1.056;
	}
	.info-banner figcaption .view-more {
		font-size: 1.2rem;
	}
}

.info-item {
	margin: 0 0 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.info-item:last-child {
	margin-bottom: 0;
}
.info-item .info-item-image {
	width: calc(50% - 1rem);
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-right: 1rem;
	position: relative;
	overflow: hidden;
	aspect-ratio: 0.75/1;
}
.info-item .info-item-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.info-item figcaption {
	width: 50%;
	padding-left: 1rem;
	text-align: center;
	color: #646464;
}
.info-item figcaption .info-item-body {
	padding-bottom: 1.4rem;
	padding-left: 6.5rem;
	padding-right: 6.5rem;
}
.info-item figcaption .info-item-date {
	display: block;
	padding-bottom: 2rem;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1.38;
	font-weight: 400;
	font-family: "Eina 01", sans-serif;
}
.info-item figcaption h2, .info-item figcaption .h2 {
	color: inherit;
	margin-bottom: 0;
	font-size: 4.2rem;
	line-height: 1.2;
	font-weight: lighter;
	font-family: inherit;
}
.info-item figcaption .info-item-link-row {
	padding-top: 2rem;
}
@media (min-width: 768px) {
	.info-item.info-item-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
	.info-item.info-item-reverse .info-item-image {
		margin-left: 1rem;
		margin-right: 0;
	}
	.info-item.info-item-reverse figcaption {
		padding-left: 0;
		padding-right: 1rem;
	}
}
@media (max-width: 1339.98px) {
	.info-item figcaption .info-item-body {
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 991.98px) {
	.info-item figcaption .info-item-date {
		padding-bottom: 1rem;
		font-size: 1.2rem;
	}
	.info-item figcaption h2, .info-item figcaption .h2 {
		font-size: 2.4rem;
		line-height: 1.292;
	}
	.info-item figcaption .info-item-link-row {
		padding-top: 1.5rem;
	}
}
@media (max-width: 767.98px) {
	.info-item {
		margin-bottom: 2.7rem;
		display: block;
		width: 83%;
	}
	.info-item:last-child {
		margin-bottom: 0;
	}
	.info-item .info-item-image {
		width: auto;
		margin-right: 0;
		aspect-ratio: 0.75/1;
	}
	.info-item figcaption {
		width: auto;
		padding-left: 0;
		color: #4dad77;
	}
	.info-item figcaption .info-item-body {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.info-item.info-item-reverse {
		margin-left: auto;
	}
}

.images-carousel {
	position: relative;
	font-size: 0;
	line-height: 0;
}
.images-carousel .images-carousel-body {
	position: relative;
}
.images-carousel .swiper-container {
	position: relative;
	overflow: hidden;
}
.images-carousel .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
}
.images-carousel figure {
	margin: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1.63/1;
}
.images-carousel figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
@media (max-width: 991.98px) {
	.images-carousel figure {
		aspect-ratio: 0.67/1;
	}
}

.section-stores .section-header {
	padding: 6.5rem 0 9.3rem;
}
@media (min-width: 768px) {
	.section-stores .section-header {
		padding: 5.3rem 0;
	}
}
.section-stores .section-image-text {
	margin-bottom: 9rem;
}
.section-stores .section-image-text.reverse .row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.section-stores .section-image-text.type-2 .img-holder {
	padding-bottom: 111.7%;
}
@media (min-width: 768px) {
	.section-stores .section-image-text.type-2 .img-holder {
		padding-bottom: 128.5%;
	}
}
.section-stores .section-image-text.type-2 .text-holder {
	padding-top: 7rem;
	margin-bottom: 0;
}
.section-stores .section-image-text.type-3 {
	margin-bottom: 7rem;
}
.section-stores .section-image-text.type-3 .img-holder {
	padding-bottom: 111.7%;
}
@media (min-width: 768px) {
	.section-stores .section-image-text.type-3 .img-holder {
		padding-bottom: 72%;
	}
}
.section-stores .section-image-text .img-holder {
	position: relative;
	padding-bottom: 111.7%;
}
@media (min-width: 768px) {
	.section-stores .section-image-text .img-holder {
		padding-bottom: 85%;
	}
}
@media (min-width: 768px) {
	.section-stores .section-image-text .img-holder {
		padding-bottom: 67.5%;
	}
}
.section-stores .section-image-text .img-holder img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
}
.section-stores .section-image-text .text-holder {
	font-size: 2.6rem;
	line-height: 1.25;
	text-align: center;
	padding-top: 2rem;
	margin-bottom: 2rem;
}
@media (min-width: 992px) {
	.section-stores .section-image-text .text-holder {
		padding-top: 6.5rem;
		max-width: 65%;
		margin: 0 auto 3.5rem;
	}
}
.section-stores .section-image-text .text-holder + a {
	position: relative;
	font-family: "Eina 01", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	color: #aaa;
	text-decoration: none;
}
@media (max-width: 991.98px) {
	.section-stores .section-image-text .text-holder + a {
		font-size: 1.2rem;
	}
}
.section-stores .section-image-text .text-holder + a:hover::after {
	width: 100%;
}
.section-stores .section-image-text .text-holder + a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.4rem;
	width: 0;
	height: 0.1rem;
	background: #aaa;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.section-stores .section-text {
	margin-bottom: 3.3rem;
}
@media (min-width: 768px) {
	.section-stores .section-text {
		margin-bottom: 8rem;
	}
}
.section-stores .section-text .text-holder {
	text-align: center;
	font-size: 2rem;
	font-weight: 300;
}
@media (min-width: 768px) {
	.section-stores .section-text .text-holder {
		font-size: 2.6rem;
	}
}
@media (min-width: 1340px) {
	.section-stores .section-text .text-holder {
		padding: 0 3rem;
	}
}
.section-stores .section-map {
	margin-bottom: 2.2rem;
}
@media (min-width: 768px) {
	.section-stores .section-map {
		margin-bottom: 8rem;
	}
}
.section-stores .section-map header {
	padding: 1rem 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.7rem;
}
@media (min-width: 768px) {
	.section-stores .section-map header {
		border-top: 1px solid #f0f0f0;
		border-bottom: 1px solid #f0f0f0;
		padding: 1rem 0 1.7rem;
		margin-bottom: 4rem;
	}
}
.section-stores .section-map header .text-holder {
	margin-right: auto;
	font-family: "Eina 01", sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	color: #aaa;
	padding-top: 0.9rem;
}
.section-stores .section-map header .text-holder p {
	margin: 0;
}
.section-stores .section-map header .filters-search-wrapper .btn-search {
	right: 0.5rem;
}
@media (min-width: 768px) {
	.section-stores .section-map header .filters-search-wrapper .btn-search {
		right: 0;
	}
}
.section-stores .section-map .map {
	width: 100%;
	height: 33.5rem;
}
@media (min-width: 768px) {
	.section-stores .section-map .map {
		height: 55rem;
	}
}
.section-stores .section-address-list {
	border-top: 1px solid #e8e8e8;
	margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
	.section-stores .section-address-list {
		margin-bottom: 9.5rem;
	}
}
.section-stores .section-address-list .table {
	font-family: "Eina 01", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	color: #aaa;
	line-height: 1.5;
}
@media (max-width: 767.98px) {
	.section-stores .section-address-list .table tbody {
		display: block;
	}
}
@media (max-width: 767.98px) {
	.section-stores .section-address-list .table tbody tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 2.5rem;
	}
}
.section-stores .section-address-list .table tbody tr.main-row {
	border-top: 1px solid #e8e8e8;
}
.section-stores .section-address-list .table tbody tr.main-row:nth-of-type(1) {
	border: none;
}
.section-stores .section-address-list .table tbody tr.main-row th {
	padding: 2.5rem 0 0;
}
@media (min-width: 768px) {
	.section-stores .section-address-list .table tbody tr.main-row th {
		padding: 4rem 1rem 0;
	}
}
@media (min-width: 992px) {
	.section-stores .section-address-list .table tbody tr.main-row th {
		padding: 4rem 3.2rem 0 0;
	}
}
.section-stores .section-address-list .table tbody tr.main-row td {
	padding: 0;
}
@media (min-width: 768px) {
	.section-stores .section-address-list .table tbody tr.main-row td {
		padding: 4rem 1rem 3rem;
	}
}
@media (min-width: 992px) {
	.section-stores .section-address-list .table tbody tr.main-row td {
		padding: 4rem 2.6rem 3.3rem;
	}
}
.section-stores .section-address-list .table tbody tr.active {
	border-top: 1px solid #000;
}
.section-stores .section-address-list .table tbody tr th {
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	border: none;
	padding: 3rem 0 0 0;
	margin-bottom: 2rem;
}
@media (min-width: 768px) {
	.section-stores .section-address-list .table tbody tr th {
		width: 15%;
		padding: 3rem 1rem 2rem 0;
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	.section-stores .section-address-list .table tbody tr th {
		padding: 3rem 3.2rem 2rem 0;
	}
}
.section-stores .section-address-list .table tbody tr td {
	border: none;
	padding: 0;
	margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
	.section-stores .section-address-list .table tbody tr td {
		padding: 3rem 1rem 2rem;
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	.section-stores .section-address-list .table tbody tr td {
		padding: 3rem 2.6rem 2rem;
	}
}
.section-stores .section-address-list .table tbody tr td:nth-of-type(1) {
	color: #000;
}
@media (min-width: 768px) {
	.section-stores .section-address-list .table tbody tr td:nth-of-type(1) {
		width: 25.5%;
	}
}
.section-stores .section-address-list .table tbody tr td:nth-of-type(2) {
	margin-bottom: 1rem;
}
@media (min-width: 768px) {
	.section-stores .section-address-list .table tbody tr td:nth-of-type(2) {
		margin-bottom: 0;
		width: 25.2%;
	}
}
@media (min-width: 768px) {
	.section-stores .section-address-list .table tbody tr td:nth-of-type(3) {
		width: 25.6%;
	}
}
.section-stores .section-address-list .table tbody tr td .ico-holder {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1.6rem;
}
.section-stores .section-address-list .table tbody tr td h3, .section-stores .section-address-list .table tbody tr td .h3 {
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0;
	line-height: 1.9;
}
.section-stores .section-address-list .table tbody tr td ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.9 0.5;
}
.section-stores .section-address-list .table tbody tr td address {
	margin: 0 0 0.4rem;
	line-height: 1.9;
}
.section-stores .section-address-list .table tbody tr td a {
	display: block;
}
.section-stores .section-address-list .table tbody tr td .label {
	font-family: "ANT_01_ICONS", sans-serif;
	color: #000;
}

.filters-search-wrapper {
	position: relative;
	width: 25.3rem;
	max-width: 100%;
	margin-top: 0.4rem;
}
@media (max-width: 767.98px) {
	.filters-search-wrapper {
		width: 100%;
	}
}
.filters-search-wrapper .form-control {
	padding-bottom: 0.6rem;
	padding-left: 0;
	padding-right: 3rem;
	font-family: "Eina 01", sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	color: #000;
	border: none;
	border-radius: 0;
	border-bottom: solid 0.1rem #aaa;
}
@media (max-width: 767.98px) {
	.filters-search-wrapper .form-control {
		padding-bottom: 1rem;
		font-size: 1.4rem;
	}
}
.filters-search-wrapper .form-control::-webkit-input-placeholder {
	color: #aaa;
}
.filters-search-wrapper .form-control::-moz-placeholder {
	color: #aaa;
}
.filters-search-wrapper .form-control:-ms-input-placeholder {
	color: #aaa;
}
.filters-search-wrapper .form-control::-ms-input-placeholder {
	color: #aaa;
}
.filters-search-wrapper .form-control::placeholder {
	color: #aaa;
}
.filters-search-wrapper .form-control:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.filters-search-wrapper .form-control:focus::-webkit-input-placeholder {
	opacity: 0;
}
.filters-search-wrapper .form-control:focus::-moz-placeholder {
	opacity: 0;
}
.filters-search-wrapper .form-control:focus:-ms-input-placeholder {
	opacity: 0;
}
.filters-search-wrapper .form-control:focus::-ms-input-placeholder {
	opacity: 0;
}
.filters-search-wrapper .form-control:focus::placeholder {
	opacity: 0;
}
.filters-search-wrapper .btn-search {
	position: absolute;
	padding: 0;
	top: 1.1rem;
	right: 0;
	margin: 0;
	width: 2rem;
	border: none;
	text-indent: -999px;
	background: transparent url(../images//icon-00008.svg) 50% 50%/2.1rem 2.1rem no-repeat;
}
@media (max-width: 767.98px) {
	.filters-search-wrapper .btn-search {
		top: -0.4rem;
		height: 3rem;
	}
}

.section-pressroom .section-header {
	padding: 2.5rem 0;
	margin-bottom: 3rem;
}
@media (min-width: 768px) {
	.section-pressroom .section-header {
		padding: 5.2rem 0 0 0;
		margin-bottom: 5.5rem;
	}
}
.section-pressroom .section-press-list {
	margin-bottom: 5.5rem;
}
@media (min-width: 768px) {
	.section-pressroom .section-press-list {
		margin-bottom: 7rem;
	}
}
.section-pressroom .section-press-list .item {
	margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
	.section-pressroom .section-press-list .item {
		margin: 1rem;
	}
}
@media (min-width: 992px) {
	.section-pressroom .section-press-list .item {
		max-width: 113rem;
		margin: 0 auto 1rem;
	}
}
.section-pressroom .section-press-list .item.active .item-link {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.section-pressroom .section-press-list .item.active .item-content {
	padding: 2rem;
}
@media (min-width: 768px) {
	.section-pressroom .section-press-list .item.active .item-content {
		padding: 7.7rem 5.5rem 8.8rem 5.7rem;
	}
}
.section-pressroom .section-press-list .item-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 2rem;
	background: #e8e8e8;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (min-width: 768px) {
	.section-pressroom .section-press-list .item-link {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		padding: 3.9rem 4.6rem 3.6rem;
	}
}
.section-pressroom .section-press-list .item-link:hover {
	background: #d4d4d4;
	text-decoration: none;
}
.section-pressroom .section-press-list .item-link:hover .img-holder img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-pressroom .section-press-list .item-link .img-holder {
	margin: 0 0 2.5rem;
	position: relative;
	padding-bottom: 73.3%;
	width: 100%;
	overflow: hidden;
}
@media (min-width: 768px) {
	.section-pressroom .section-press-list .item-link .img-holder {
		max-width: 30rem;
		margin: 0.2rem 4.7rem 0.2rem 0;
		padding-bottom: 21.3%;
	}
}
.section-pressroom .section-press-list .item-link .img-holder img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}
.section-pressroom .section-press-list .item-link .text-holder {
	font-family: "Eina 01", sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: #646464;
}
@media (min-width: 768px) {
	.section-pressroom .section-press-list .item-link .text-holder {
		font-size: 1.4rem;
	}
}
.section-pressroom .section-press-list .item-link .text-holder time {
	text-transform: uppercase;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
.section-pressroom .section-press-list .item-link .text-holder h3, .section-pressroom .section-press-list .item-link .text-holder .h3 {
	font-family: "Lyon Display", serif;
	font-size: 2.4rem;
	font-weight: 300;
	text-transform: none;
	margin-bottom: 2.5rem;
	line-height: 1.2;
	cursor: pointer;
}
@media (min-width: 768px) {
	.section-pressroom .section-press-list .item-link .text-holder h3, .section-pressroom .section-press-list .item-link .text-holder .h3 {
		font-size: 4.2rem;
	}
}
.section-pressroom .section-press-list .item-link .text-holder .labels {
	margin: auto 0 0 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.2rem;
	font-weight: 400;
	font-family: "Eina 01", sans-serif;
}
@media (min-width: 768px) {
	.section-pressroom .section-press-list .item-link .text-holder .labels {
		font-size: 1.6rem;
	}
}
.section-pressroom .section-press-list .item-link .text-holder .labels li {
	margin-right: 3rem;
}
@media (max-width: 767.98px) {
	.section-pressroom .section-press-list .item-link .text-holder .labels li {
		line-height: 1;
		margin-right: 1rem;
		padding-right: 1rem;
		border-right: 1px solid #646464;
	}
	.section-pressroom .section-press-list .item-link .text-holder .labels li:last-child {
		padding-right: 0;
		margin-right: 0;
		border: none;
	}
}
.section-pressroom .section-press-list .item-link .text-holder .labels li a {
	position: relative;
}
.section-pressroom .section-press-list .item-link .text-holder .labels li a::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: -0.3rem;
	width: 0;
	height: 0.1rem;
	background: #646464;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-pressroom .section-press-list .item-link .text-holder .labels li a:hover {
	text-decoration: none;
}
.section-pressroom .section-press-list .item-link .text-holder .labels li a:hover::after {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-pressroom .section-press-list .item-content {
	background: #d4d4d4;
	position: relative;
	color: #646464;
	font-family: "Eina 01", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
}
.section-pressroom .section-press-list .item-content .content-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.section-pressroom .section-press-list .item-content .close-link {
	height: 2.2rem;
	width: 2.2rem;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 2rem auto;
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}
@media (min-width: 768px) {
	.section-pressroom .section-press-list .item-content .close-link {
		margin: 0;
		position: absolute;
		top: 2.1rem;
		right: 1.9rem;
		-webkit-box-ordinal-group: unset;
		    -ms-flex-order: unset;
		        order: unset;
	}
}
.section-pressroom .section-press-list .item-content .close-link::before {
	content: "";
	height: 100%;
	border-right: 1px solid #000;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.section-pressroom .section-press-list .item-content .close-link::after {
	content: "";
	width: 100%;
	border-top: 1px solid #000;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.section-pressroom .section-press-list .item-content .date {
	font-family: "Eina 01", sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 1.2rem;
	display: block;
}
@media (min-width: 768px) {
	.section-pressroom .section-press-list .item-content .date {
		font-size: 1.4rem;
		margin-bottom: 0.8rem;
	}
}
.section-pressroom .section-press-list .item-content h3, .section-pressroom .section-press-list .item-content .h3 {
	font-family: "Lyon Display", serif;
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 2.2rem;
}
@media (min-width: 768px) {
	.section-pressroom .section-press-list .item-content h3, .section-pressroom .section-press-list .item-content .h3 {
		font-size: 4.2rem;
		line-height: 1.2;
		margin-bottom: 4.4rem;
	}
}
.section-pressroom .section-press-list .item-content .img-holder {
	position: relative;
	padding-bottom: 73%;
	margin-bottom: 2.7rem;
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}
@media (min-width: 768px) {
	.section-pressroom .section-press-list .item-content .img-holder {
		padding-bottom: 51.5%;
		margin-bottom: 4.4rem;
		-webkit-box-ordinal-group: unset;
		    -ms-flex-order: unset;
		        order: unset;
	}
}
.section-pressroom .section-press-list .item-content .img-holder img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
}
.section-pressroom .section-press-list .item-content .text-holder {
	padding: 0 0 6.7rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #646464;
	line-height: 1.65;
}
@media (min-width: 768px) {
	.section-pressroom .section-press-list .item-content .text-holder {
		padding: 0 0 0.6rem 0.8rem;
		margin-bottom: 1.3rem;
		border-bottom-color: #ccc;
		line-height: 1.375;
	}
}
.section-pressroom .section-press-list .item-content .text-holder h4, .section-pressroom .section-press-list .item-content .text-holder .h4 {
	font-family: "Eina 01", sans-serif;
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.38;
	margin-bottom: 4.2rem;
}
.section-pressroom .section-press-list .item-content .text-holder p {
	margin-bottom: 1.7rem;
}
@media (min-width: 768px) {
	.section-pressroom .section-press-list .item-content .text-holder p {
		margin-bottom: 3.6rem;
	}
}
.section-pressroom .section-press-list .item-content .text-holder .taglist {
	margin: 0;
	padding: 0;
	list-style: none;
}
.section-pressroom .section-press-list .item-content .text-holder .taglist li a {
	position: relative;
}
.section-pressroom .section-press-list .item-content .text-holder .taglist li a::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: -0.3rem;
	width: 0;
	height: 0.1rem;
	background: #646464;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-pressroom .section-press-list .item-content .text-holder .taglist li a:hover {
	text-decoration: none;
}
.section-pressroom .section-press-list .item-content .text-holder .taglist li a:hover::after {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-pressroom .section-press-list .item-content .gallery-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
@media (max-width: 767.98px) {
	.section-pressroom .section-press-list .item-content .gallery-holder {
		margin-right: -2rem;
	}
}
.section-pressroom .section-press-list .item-content .gallery-holder header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #646464;
	margin-bottom: 3.9rem;
	font-family: "Eina 01", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1;
}
@media (max-width: 767.98px) {
	.section-pressroom .section-press-list .item-content .gallery-holder header {
		text-transform: uppercase;
		font-size: 1.2rem;
		margin-bottom: 3.5rem;
	}
}
.section-pressroom .section-press-list .item-content .gallery-holder header h4, .section-pressroom .section-press-list .item-content .gallery-holder header .h4 {
	font-family: "Eina 01", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	margin-right: auto;
}
@media (max-width: 767.98px) {
	.section-pressroom .section-press-list .item-content .gallery-holder header h4, .section-pressroom .section-press-list .item-content .gallery-holder header .h4 {
		display: none;
	}
}
.section-pressroom .section-press-list .item-content .gallery-holder header a {
	position: relative;
}
.section-pressroom .section-press-list .item-content .gallery-holder header a::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: -0.3rem;
	width: 0;
	height: 0.1rem;
	background: #646464;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-pressroom .section-press-list .item-content .gallery-holder header a:hover {
	text-decoration: none;
}
.section-pressroom .section-press-list .item-content .gallery-holder header a:hover::after {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-pressroom .section-press-list .item-content .swiper-press-gallery {
	width: 100%;
	position: relative;
}
@media (max-width: 767.98px) {
	.section-pressroom .section-press-list .item-content .swiper-press-gallery {
		padding-right: 2rem;
	}
}
@media (max-width: 767.98px) {
	.section-pressroom .section-press-list .item-content .swiper-press-gallery .swiper-slide {
		width: 70%;
	}
}
.section-pressroom .section-press-list .item-content .swiper-press-gallery .swiper-slide .swiper-img-holder {
	margin-bottom: 0;
	position: relative;
}
.section-pressroom .section-press-list .item-content .swiper-press-gallery .swiper-slide .swiper-img-holder .img {
	position: relative;
	padding-bottom: 72.25%;
	margin-bottom: 1rem;
}
.section-pressroom .section-press-list .item-content .swiper-press-gallery .swiper-slide .swiper-img-holder .img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
}
.section-pressroom .section-press-list .item-content .swiper-press-gallery .swiper-slide .swiper-img-holder figcaption {
	font-size: 1.4rem;
	padding-bottom: 2rem;
}
.section-pressroom .section-press-list .item-content .swiper-press-gallery .swiper-slide .swiper-img-holder figcaption a {
	position: relative;
}
.section-pressroom .section-press-list .item-content .swiper-press-gallery .swiper-slide .swiper-img-holder figcaption a::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: -0.3rem;
	width: 0;
	height: 0.1rem;
	background: #646464;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-pressroom .section-press-list .item-content .swiper-press-gallery .swiper-slide .swiper-img-holder figcaption a:hover {
	text-decoration: none;
}
.section-pressroom .section-press-list .item-content .swiper-press-gallery .swiper-slide .swiper-img-holder figcaption a:hover::after {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-pressroom .section-press-list .item-content .swiper-press-gallery .swiper-button-prev {
	left: 1.5rem;
}
.section-pressroom .section-press-list .item-content .swiper-press-gallery .swiper-button-prev::before {
	content: "";
	height: 80%;
	width: 80%;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #fff;
	position: absolute;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.section-pressroom .section-press-list .item-content .swiper-press-gallery .swiper-button-next {
	right: 1.5rem;
}
.section-pressroom .section-press-list .item-content .swiper-press-gallery .swiper-button-next::before {
	content: "";
	height: 80%;
	width: 80%;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #fff;
	position: absolute;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.section-pressroom .section-press-list .item-content .swiper-press-gallery .swiper-button-prev,
.section-pressroom .section-press-list .item-content .swiper-press-gallery .swiper-button-next {
	height: 1.8rem;
	width: 1.8rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 10;
}
@media (min-width: 768px) {
	.section-pressroom .section-press-list .item-content .swiper-press-gallery .swiper-button-prev,
	.section-pressroom .section-press-list .item-content .swiper-press-gallery .swiper-button-next {
		display: none;
	}
}
.section-pressroom .section-press-list .item-content .swiper-press-gallery .swiper-button-disabled {
	opacity: 0;
}
.section-pressroom .section-text {
	font-size: 2rem;
	font-weight: 300;
	text-align: center;
	margin-bottom: 5rem;
}
.section-pressroom .section-text .text-holder {
	line-height: 1.34;
}
@media (min-width: 768px) {
	.section-pressroom .section-text {
		font-size: 2.6rem;
		margin-bottom: 11.4rem;
	}
}
.section-pressroom .section-text a {
	text-decoration: none;
	margin-top: 0.4rem;
	display: inline-block;
	position: relative;
}
.section-pressroom .section-text a::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	height: 0.2rem;
	background: #212529;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-pressroom .section-text a:hover {
	text-decoration: none;
}
.section-pressroom .section-text a:hover::after {
	width: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (min-width: 768px) {
	.section-pressroom .p-0-downmd {
		padding-left: 0;
		padding-right: 0;
	}
}

.section-contacts .section-header {
	padding: 6.5rem 0 9.2rem;
}
@media (min-width: 768px) {
	.section-contacts .section-header {
		padding: 5rem 0 5rem 0;
	}
}
@media (min-width: 768px) {
	.section-contacts .section-text-columns {
		margin-bottom: 11.8rem;
	}
}
@media (max-width: 767.98px) {
	.section-contacts .section-text-columns .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
.section-contacts .section-text-columns .row > div {
	margin-bottom: 6rem;
}
@media (min-width: 768px) {
	.section-contacts .section-text-columns .row > div {
		margin: 0;
	}
}
.section-contacts .section-text-columns .row > div:first-child {
	margin-bottom: 0;
}
.section-contacts .section-text-columns .text-holder {
	font-family: "Eina 01", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	padding: 14.5rem 1.5rem 2.6rem;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
	color: #646464;
}
@media (min-width: 992px) {
	.section-contacts .section-text-columns .text-holder {
		padding: 14.5rem 0 2.6rem 0.5rem;
	}
}
.section-contacts .section-text-columns .text-holder h3, .section-contacts .section-text-columns .text-holder .h3 {
	color: #000;
	font-family: "Lyon Display", serif;
	font-size: 3.2rem;
	font-weight: 300;
}
.section-contacts .section-text-columns .text-holder p {
	margin-bottom: 4rem;
}
@media (min-width: 768px) {
	.section-contacts .section-text-columns .text-holder p {
		margin-bottom: 2.5rem;
	}
}
.section-contacts .section-text-columns .text-holder a {
	position: relative;
}
.section-contacts .section-text-columns .text-holder a::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	height: 0.1rem;
	background: #646464;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-contacts .section-text-columns .text-holder a:hover {
	text-decoration: none;
}
.section-contacts .section-text-columns .text-holder a:hover::after {
	width: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-contacts .section-text-columns .text-holder a[href^="mailto:"]::after, .section-contacts .section-text-columns .text-holder a[href^="tel:"]::after {
	width: 0;
}
.section-contacts .section-text-columns .text-holder a[href^="mailto:"]:hover::after, .section-contacts .section-text-columns .text-holder a[href^="tel:"]:hover::after {
	width: 100%;
}
.section-contacts .section-text-columns .text-holder .contact-group {
	margin-top: 2.6rem;
	font-family: "Eina 01", sans-serif;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #aaa;
	border-top: 1px solid #e8e8e8;
	padding-top: 4rem;
	text-align: center;
	color: #000;
}
@media (min-width: 768px) {
	.section-contacts .section-text-columns .text-holder .contact-group {
		font-size: 1.6rem;
		padding-top: 0;
		border: none;
	}
}
@media (min-width: 992px) {
	.section-contacts .section-text-columns .text-holder .contact-group {
		margin-top: 7.6rem;
		padding-right: 3rem;
	}
}
.section-contacts .section-text-columns .text-holder .contact-group ul {
	margin: 0;
	padding: 0 0 0 2.6rem;
	list-style: none;
}
@media (min-width: 768px) {
	.section-contacts .section-text-columns .text-holder .contact-group ul {
		padding: 0 0 0 3.5rem;
	}
}
.section-contacts .section-text-columns .text-holder .contact-group ul a {
	position: relative;
}
.section-contacts .section-text-columns .text-holder .contact-group ul a::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: 0;
	width: 0;
	height: 0.1rem;
	background: #000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-contacts .section-text-columns .text-holder .contact-group ul a:hover {
	text-decoration: none;
}
.section-contacts .section-text-columns .text-holder .contact-group ul a:hover::after {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-contacts .section-text-columns .text-holder .contact-group ul address {
	margin: 0;
}
.section-contacts .section-text-columns .img-holder {
	margin-bottom: 0;
	height: 100%;
	position: relative;
}
@media (min-width: 768px) {
	.section-contacts .section-text-columns .img-holder {
		padding-bottom: 94.55%;
		margin-left: -0.6rem;
	}
}
@media (max-width: 767.98px) {
	.section-contacts .section-text-columns .img-holder {
		position: relative;
		padding-bottom: 111.25%;
	}
}
.section-contacts .section-text-columns .img-holder img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.section-catalog .section-header {
	padding: 6.5rem 0 9.3rem;
}
@media (min-width: 768px) {
	.section-catalog .section-header {
		padding: 14rem 0;
	}
}
.section-catalog .img-block {
	position: relative;
	padding-bottom: 111.7%;
	margin-bottom: 8.5rem;
}
@media (min-width: 768px) {
	.section-catalog .img-block {
		padding-bottom: 47.7%;
		margin-bottom: 14rem;
	}
}
.section-catalog .img-block img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
}
.section-catalog .section-text {
	margin-bottom: 5.5rem;
}
@media (min-width: 768px) {
	.section-catalog .section-text {
		margin-bottom: 14rem;
	}
}
.section-catalog .section-text .text-holder {
	text-align: center;
}
@media (min-width: 1340px) {
	.section-catalog .section-text .text-holder {
		padding: 0 3rem;
	}
}
.section-catalog .section-text .text-holder h3, .section-catalog .section-text .text-holder .h3 {
	font-size: 2.4rem;
	font-weight: 300;
}
@media (min-width: 768px) {
	.section-catalog .section-text .text-holder h3, .section-catalog .section-text .text-holder .h3 {
		font-size: 3.2rem;
	}
}
@media (max-width: 767.98px) {
	.section-catalog .section-text .text-holder h3, .section-catalog .section-text .text-holder .h3 {
		margin-bottom: 1.5rem;
	}
}
.section-catalog .section-text .text-holder a {
	font-family: "Eina 01", sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	color: #aaa;
	position: relative;
}
@media (min-width: 768px) {
	.section-catalog .section-text .text-holder a {
		font-size: 1.6rem;
	}
}
.section-catalog .section-text .text-holder a:hover {
	text-decoration: none;
}
.section-catalog .section-text .text-holder a:hover::before {
	width: 0;
}
.section-catalog .section-text .text-holder a::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.4rem;
	width: 100%;
	height: 0.2rem;
	background: #aaa;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.section-catalog .section-text-columns {
	margin-bottom: 6.5rem;
}
@media (min-width: 768px) {
	.section-catalog .section-text-columns {
		margin-bottom: 12.7rem;
	}
}
.section-catalog .section-text-columns .row > div {
	margin-bottom: 5.5rem;
}
@media (min-width: 768px) {
	.section-catalog .section-text-columns .row > div {
		margin-bottom: 0;
	}
}
.section-catalog .section-text-columns .row > div:last-child {
	margin-bottom: 0;
}
.section-catalog .section-text-columns .text-holder {
	font-size: 2rem;
	line-height: 1.47;
	text-align: center;
	padding: 0 1.5rem;
}
@media (min-width: 768px) {
	.section-catalog .section-text-columns .text-holder {
		font-size: 2.6rem;
		text-align: left;
		padding: 1rem 0 0;
	}
}
.section-catalog .section-text-columns .img-holder {
	margin-bottom: 0;
	height: 100%;
}
.section-catalog .section-text-columns .img-holder img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
}

.section-intro {
	position: relative;
	overflow: hidden;
}
.section-intro figure {
	margin-bottom: 0;
}
.section-intro .swiper-container {
	height: calc(100vh - 10.9rem);
}
@media (max-width: 767.98px) {
	.section-intro .swiper-container {
		height: calc(100vh - 9.3rem);
	}
}
.section-intro .swiper-slide figure {
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0;
}
.section-intro .swiper-slide figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.section-intro .swiper-slide figure video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.section-intro .section-menu {
	position: absolute;
	left: 0;
	bottom: 4.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	z-index: 10;
}
@media (max-width: 767.98px) {
	.section-intro .section-menu {
		bottom: 4.6rem;
	}
}
.section-intro ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.section-intro ul li:not(:last-child) {
	margin-right: 3.3rem;
}
@media (max-width: 767.98px) {
	.section-intro ul li:not(:last-child) {
		margin-right: 2.5rem;
	}
}
.section-intro ul li a {
	padding: 0;
	position: relative;
	display: block;
	font-family: "Eina 01", sans-serif;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.375;
	color: #fff;
}
.section-intro ul li a:hover, .section-intro ul li a:focus {
	color: #fff;
}
@media (max-width: 767.98px) {
	.section-intro ul li a {
		font-size: 1.3rem;
		line-height: 1.38;
	}
}
.section-intro ul li a::after {
	content: "";
	position: absolute;
	bottom: -0.4rem;
	left: 50%;
	width: 0;
	height: 0.13rem;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	opacity: 1;
}
.section-intro ul li a:hover {
	text-decoration: none;
}
.section-intro ul li a:hover::after {
	width: 100%;
}
.section-intro .btn-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (max-width: 767.98px) {
	.section-intro .btn-holder {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 10;
	}
}
.section-intro .swiper-wrapper {
	-webkit-transition-duration: 0.3s !important;
	        transition-duration: 0.3s !important;
}
.section-intro .swiper-button-prev,
.section-intro .swiper-button-next {
	position: absolute;
	top: 51%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 10;
}
.section-intro .swiper-button-prev.swiper-button-disabled,
.section-intro .swiper-button-next.swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
}
.section-intro .swiper-button-prev {
	left: 2.4rem;
}
.section-intro .swiper-button-prev::before {
	content: "";
	height: 1.4rem;
	width: 1.4rem;
	border-width: 0 0 0.2rem 0.2rem;
	border-style: solid;
	border-color: #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	display: block;
}
.section-intro .swiper-button-next {
	right: 2.7rem;
}
.section-intro .swiper-button-next::before {
	content: "";
	height: 1.4rem;
	width: 1.4rem;
	border-width: 0.2rem 0.2rem 0 0;
	border-style: solid;
	border-color: #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	display: block;
}

.section-single-text {
	padding-top: 10rem;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.47;
}
@media (max-width: 767.98px) {
	.section-single-text {
		padding-top: 10.5rem;
		padding-left: 1.4rem;
		padding-right: 1.4rem;
		font-size: 1.8rem;
		line-height: 1.45;
	}
}
.section-single-text .container {
	max-width: 88.1rem;
}

.section-families {
	margin-bottom: -0.5rem;
}
@media (max-width: 767.98px) {
	.section-families .section-header {
		padding-bottom: 5.8rem;
	}
}
@media (max-width: 767.98px) {
	.section-families .section-header .section-title {
		margin-bottom: 0.4rem;
	}
}
.section-families .row-var1 {
	margin-left: -0.263rem;
	margin-right: -0.263rem;
}
.section-families .row-var1 > [class^=col] {
	padding-left: 0.263rem;
	padding-right: 0.263rem;
}
.section-families .item-families {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 29.3rem;
	margin-bottom: 0.5rem;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #707070;
	overflow: hidden;
}
@media (max-width: 767.98px) {
	.section-families .item-families {
		min-height: 21.8rem;
	}
}
.section-families .item-families:hover {
	-webkit-filter: brightness(1.05);
	        filter: brightness(1.05);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-families .item-families:hover img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-families .item-families figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-families .item-families figure figcaption {
	position: relative;
}
.section-families .item-families .title {
	margin-bottom: 0;
	font-weight: 300;
	font-size: 4.2rem;
	line-height: 1.2;
	letter-spacing: 0.015em;
	color: #fff;
}
@media (max-width: 767.98px) {
	.section-families .item-families .title {
		font-size: 2.4rem;
	}
}
.section-families.single-page {
	padding-bottom: 15.5rem;
}
@media (max-width: 767.98px) {
	.section-families.single-page {
		padding-bottom: 6.05rem;
	}
}
.section-families.single-page .section-header {
	padding-top: 12.25rem;
	padding-bottom: 13.5rem;
}
@media (max-width: 767.98px) {
	.section-families.single-page .section-header {
		padding-top: 6.55rem;
		padding-bottom: 7rem;
	}
}

.section-header {
	padding: 12.85rem 0 7rem;
	text-align: center;
	color: #000;
}
@media (max-width: 767.98px) {
	.section-header {
		padding: 9.55rem 0 5rem;
	}
}
.section-header-stores {
	padding: 14rem 0;
}
.section-header .section-title {
	margin-bottom: 0.2rem;
	font-weight: 300;
	font-size: 5.2rem;
	line-height: 1.2;
}
@media (max-width: 767.98px) {
	.section-header .section-title {
		margin-bottom: 0;
		font-size: 3.6rem;
	}
}
.section-header .text p {
	margin-bottom: 0;
}
.section-header .text a {
	position: relative;
}
.section-header .text a::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: -0.3rem;
	width: 0;
	height: 0.1rem;
	background: #000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-header .text a:hover {
	text-decoration: none;
}
.section-header .text a:hover::after {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-header .view-more,
.section-header .text {
	font-family: "Eina 01", sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.38;
	text-transform: uppercase;
}
@media (max-width: 767.98px) {
	.section-header .view-more,
	.section-header .text {
		font-size: 1.2rem;
	}
}
.section-header .view-more {
	position: relative;
	text-decoration: none;
}
.section-header .view-more::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.3rem;
	width: 0;
	height: 1px;
	background: #000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.section-header .view-more:hover::after {
	width: 100%;
}

@media (max-width: 767.98px) {
	.section-inspiration .section-header {
		padding-top: 12.6rem;
		padding-bottom: 5.6rem;
	}
}
@media (max-width: 767.98px) {
	.section-inspiration .container {
		padding-left: 0;
		padding-right: 0;
	}
}
.section-inspiration .inspiration-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.section-inspiration .inspiration-item:not(:last-child) {
	margin-bottom: 10rem;
}
@media (max-width: 767.98px) {
	.section-inspiration .inspiration-item:not(:last-child) {
		margin-bottom: 8rem;
	}
}
.section-inspiration .inspiration-item figure {
	position: relative;
	margin-bottom: 0;
	width: 100%;
}
.section-inspiration .inspiration-item figure img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (max-width: 767.98px) {
	.section-inspiration .inspiration-item figure img {
		position: absolute;
		top: 0;
		left: 0;
	}
}
.section-inspiration .inspiration-item .text {
	font-size: 2.6rem;
	line-height: 1.45;
	text-align: center;
}
@media (max-width: 767.98px) {
	.section-inspiration .inspiration-item .text {
		font-size: 1.8rem;
	}
}
.section-inspiration .inspiration-item a {
	position: relative;
	font-family: "Eina 01", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	color: #aaa;
	text-decoration: none;
}
@media (max-width: 767.98px) {
	.section-inspiration .inspiration-item a {
		font-size: 1.2rem;
	}
}
.section-inspiration .inspiration-item a:hover::after {
	width: 0;
}
.section-inspiration .inspiration-item a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.4rem;
	width: 100%;
	height: 0.1rem;
	background: #aaa;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.section-inspiration .inspiration-item p {
	margin-bottom: 3.8rem;
}
@media (max-width: 767.98px) {
	.section-inspiration .inspiration-item p {
		margin-bottom: 1.2rem;
	}
}
@media (max-width: 767.98px) {
	.section-inspiration .inspiration-item:nth-child(2), .section-inspiration .inspiration-item:nth-child(3) {
		margin-left: 2rem;
		margin-right: 2rem;
	}
}
.section-inspiration .inspiration-item:nth-child(1) {
	position: relative;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.section-inspiration .inspiration-item:nth-child(1) figure {
	width: 66.1%;
}
@media (max-width: 767.98px) {
	.section-inspiration .inspiration-item:nth-child(1) figure {
		width: 100%;
		min-height: 48.2rem;
	}
}
.section-inspiration .inspiration-item:nth-child(1) .content-item {
	width: 32.4%;
}
@media (min-width: 768px) {
	.section-inspiration .inspiration-item:nth-child(1) .content-item {
		margin-right: 2rem;
		margin-top: 3.5rem;
	}
}
@media (max-width: 767.98px) {
	.section-inspiration .inspiration-item:nth-child(1) .content-item {
		position: absolute;
		margin-top: 2.5rem;
		width: 100%;
	}
}
.section-inspiration .inspiration-item:nth-child(1) .text {
	font-weight: 400;
	font-size: 3.2rem;
	line-height: 1.2;
	text-align: center;
}
@media (max-width: 767.98px) {
	.section-inspiration .inspiration-item:nth-child(1) .text {
		color: #fff;
	}
}
@media (max-width: 767.98px) {
	.section-inspiration .inspiration-item:nth-child(2) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.section-inspiration .inspiration-item:nth-child(2) figure {
	width: 49.2%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
@media (max-width: 767.98px) {
	.section-inspiration .inspiration-item:nth-child(2) figure {
		width: 100%;
		min-height: 48.2rem;
	}
}
.section-inspiration .inspiration-item:nth-child(2) figure img {
	width: 44rem;
}
@media (max-width: 767.98px) {
	.section-inspiration .inspiration-item:nth-child(2) figure img {
		width: 100%;
	}
}
.section-inspiration .inspiration-item:nth-child(2) .content-item {
	margin-top: 3rem;
}
@media (min-width: 768px) {
	.section-inspiration .inspiration-item:nth-child(2) .content-item {
		width: 49.4%;
		margin-left: 2rem;
		margin-top: 8.4rem;
	}
}
.section-inspiration .inspiration-item:nth-child(2) .text {
	max-width: 44rem;
	margin: auto;
}
@media (max-width: 767.98px) {
	.section-inspiration .inspiration-item:nth-child(2) .text {
		max-width: 29.7rem;
	}
}
.section-inspiration .inspiration-item:nth-child(3) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
	.section-inspiration .inspiration-item:nth-child(3) {
		margin-top: 8.4rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.section-inspiration .inspiration-item:nth-child(3) figure {
	width: 66.2%;
}
@media (max-width: 767.98px) {
	.section-inspiration .inspiration-item:nth-child(3) figure {
		width: 100%;
		min-height: 48.2rem;
	}
}
.section-inspiration .inspiration-item:nth-child(3) figure img {
	width: 67rem;
}
@media (max-width: 767.98px) {
	.section-inspiration .inspiration-item:nth-child(3) figure img {
		width: 100%;
	}
}
.section-inspiration .inspiration-item:nth-child(3) .content-item {
	margin-top: 3rem;
}
@media (min-width: 768px) {
	.section-inspiration .inspiration-item:nth-child(3) .content-item {
		width: 27.5%;
		margin-right: 6.4rem;
		margin-top: 11.7rem;
	}
}
.section-inspiration .inspiration-item:nth-child(3) .text {
	max-width: 31.9rem;
	margin: auto;
}
@media (max-width: 767.98px) {
	.section-inspiration .inspiration-item:nth-child(3) .text {
		max-width: 23.6rem;
	}
}

.section-history {
	padding-bottom: 5.8rem;
}
@media (max-width: 767.98px) {
	.section-history {
		padding-bottom: 5.3rem;
	}
}
.section-history .section-header {
	padding-bottom: 2rem;
}
@media (max-width: 767.98px) {
	.section-history .section-header {
		padding-top: 11.4rem;
		padding-bottom: 5.7rem;
	}
}
@media (max-width: 767.98px) {
	.section-history .container {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 767.98px) {
	.section-history .row {
		margin-left: 0;
		margin-right: 0;
	}
}
.section-history figure {
	margin-bottom: 12rem;
}
@media (max-width: 767.98px) {
	.section-history figure {
		margin-bottom: 9.1rem;
	}
}
.section-history figure figcaption {
	text-align: center;
	font-style: italic;
	font-size: 3.2rem;
	padding: 3.2rem 0 5.2rem;
}
.section-history figure .img {
	position: relative;
}
@media (min-width: 768px) {
	.section-history figure .img {
		padding-bottom: 35.3%;
	}
}
@media (max-width: 767.98px) {
	.section-history figure .img {
		min-height: 48.2rem;
	}
}
.section-history figure .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.section-history .item-wrapper {
	max-width: 42.6rem;
	margin: 0 auto 3.8rem;
	text-align: center;
}
@media (max-width: 767.98px) {
	.section-history .item-wrapper {
		max-width: 28.6rem;
	}
}
.section-history .item-wrapper h3, .section-history .item-wrapper .h3 {
	font-weight: 300;
	font-size: 3.2rem;
	line-height: 1.45;
}
@media (max-width: 767.98px) {
	.section-history .item-wrapper h3, .section-history .item-wrapper .h3 {
		margin-bottom: 1rem;
		font-size: 2.4rem;
	}
}
.section-history .item-wrapper .text {
	margin-bottom: 0.6rem;
	font-family: "Eina 01", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.65;
	text-align: center;
}
@media (max-width: 767.98px) {
	.section-history .item-wrapper .text {
		font-size: 1.4rem;
		line-height: 1.6;
		color: #646464;
	}
}

.collection-filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 4rem;
	padding-top: 0.7rem;
	padding-bottom: 1.2rem;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (min-width: 1340px) {
	.collection-filters {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
@media (max-width: 1339.98px) {
	.collection-filters {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-top: 0;
		margin-bottom: 2rem;
	}
}
@media (min-width: 768px) {
	.collection-filters {
		border-top: solid 0.1rem;
		border-bottom: solid 0.1rem;
		border-color: #f0f0f0;
	}
}
@media (max-width: 767.98px) {
	.collection-filters {
		position: sticky;
		top: 6.4rem;
		background: #fff;
		z-index: 10;
		margin-left: -2rem;
		margin-right: -2rem;
		padding: 1.3rem 2rem;
	}
}
.filters-on-top .collection-filters {
	-webkit-transform: translateY(-120%);
	        transform: translateY(-120%);
}
.filters-on-top .collection-filters::before {
	content: "";
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
	position: absolute;
	top: 0.1rem;
	left: 0;
}
.filters-opened .collection-filters, .up .collection-filters {
	-webkit-transform: none;
	        transform: none;
}
.filters-opened .collection-filters .filters-categories .title-filters .text::after {
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
	margin-bottom: -0.7rem;
}
.collection-filters .clear-all {
	font-family: "Eina 01", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	text-transform: uppercase;
	color: #aaa;
	position: relative;
}
@media (max-width: 767.98px) {
	.collection-filters .clear-all {
		position: absolute;
		top: 0.4rem;
		right: 0;
		display: none;
	}
}
.collection-filters .clear-all:hover {
	text-decoration: none;
}
.collection-filters .clear-all:hover::before {
	width: 100%;
}
.collection-filters .clear-all::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	height: 0.1rem;
	background: #aaa;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 0;
}
@media (min-width: 768px) {
	.collection-filters .right-side {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
@media (max-width: 767.98px) {
	.collection-filters .right-side {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		position: absolute;
		top: 100%;
		left: 0;
		background: #fff;
		width: 100%;
		padding: 0 2rem;
		height: calc(100vh - 10.5rem);
		height: calc(var(--vh, 1vh) * 100 - 10.5rem);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		z-index: 10;
	}
}
.collection-filters .right-side .filters-search-wrapper {
	margin-top: -1.1rem;
}
@media (max-width: 767.98px) {
	.collection-filters .right-side .filters-search-wrapper {
		margin-top: 0.5rem;
		margin-bottom: 2.6rem;
	}
}
.collection-filters .filters-categories {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
@media (max-width: 767.98px) {
	.collection-filters .filters-categories {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.collection-filters .filters-categories .title-filters {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-family: "Eina 01", sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.38;
	color: #aaa;
	text-decoration: none;
}
@media (max-width: 767.98px) {
	.collection-filters .filters-categories .title-filters {
		font-size: 1.4rem;
	}
}
@media (max-width: 767.98px) {
	.collection-filters .filters-categories .title-filters .text {
		position: relative;
	}
	.collection-filters .filters-categories .title-filters .text::after {
		content: "";
		height: 1.5rem;
		width: 1.5rem;
		border-width: 0 0.1rem 0.1rem 0;
		border-style: solid;
		border-color: #aaa;
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
		display: inline-block;
		margin-left: 1.5rem;
		margin-top: -0.2rem;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}
.collection-filters .filters-categories .title-filters .dropdown-toggle {
	position: relative;
}
.collection-filters .filters-categories .title-filters .dropdown-toggle::after {
	content: "";
	height: 1.5rem;
	width: 1.5rem;
	border-width: 0 0.1rem 0.1rem 0;
	border-style: solid;
	border-color: #aaa;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	display: inline-block;
	margin-left: 1.5rem;
	margin-top: -0.2rem;
}
@media (min-width: 768px) {
	.collection-filters .filters-categories .title-filters .filters-categories-mob {
		display: none;
	}
}
.collection-filters .filters-categories .loading-icon {
	width: 2rem;
	margin-left: 1.8rem;
	margin-right: 1.1rem;
}
.collection-filters .filters-categories .loading-icon img {
	width: 100%;
	height: auto;
	-webkit-animation: spin 2.5s linear infinite;
	        animation: spin 2.5s linear infinite;
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
.collection-filters .filters-categories .select2-container {
	font-family: "Eina 01", sans-serif;
	font-size: 1.8rem;
	width: auto !important;
}
@media (max-width: 767.98px) {
	.collection-filters .filters-categories .select2-container {
		width: 100%;
		min-width: 100%;
	}
}
.collection-filters .filters-categories .select2-container:nth-last-of-type(1) {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}
.collection-filters .filters-categories .select2-container .select2-selection--single {
	outline: 0;
}
.collection-filters .filters-categories .select2-container .select2-selection--single .select2-selection__rendered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.collection-filters .filters-categories .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__clear {
	margin-left: 0.5rem;
}
.collection-filters .filters-categories .selects-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media (max-width: 767.98px) {
	.collection-filters .filters-categories .selects-wrapper {
		width: 100%;
		margin: 1rem 0 0 0;
	}
}
.collection-filters .filters-categories-mob {
	overflow-y: auto;
	height: 100%;
}
@media (min-width: 768px) {
	.collection-filters .filters-categories-mob {
		display: none;
	}
}
.collection-filters .filters-categories-mob::-webkit-scrollbar {
	width: 0.4rem;
}
.collection-filters .filters-categories-mob::-webkit-scrollbar-thumb {
	background-color: #f0f0f0;
}
.collection-filters .filters-categories-mob .filter-list {
	font-family: "Eina 01", sans-serif;
	margin-bottom: 1.6rem;
}
.collection-filters .filters-categories-mob .filter-list h3, .collection-filters .filters-categories-mob .filter-list .h3 {
	font-size: 1.2rem;
	line-height: 2.3;
	text-transform: uppercase;
	color: #000;
	margin: 0;
}
.collection-filters .filters-categories-mob .filter-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.4rem;
	line-height: 1.96;
}
.collection-filters .filters-categories-mob .btn-gray {
	color: #fff;
	background-color: #aaa;
	border-color: #aaa;
	font-family: "Eina 01", sans-serif;
	border-radius: 0;
	padding: 0.8rem 2rem;
	font-size: 1.4rem;
	position: sticky;
	bottom: 2.6rem;
	left: calc(100% - 2rem);
}
.collection-filters .filters-categories-mob .btn-gray:hover {
	color: #000;
	background-color: #919191;
	border-color: #888888;
}
.btn-check:focus + .collection-filters .filters-categories-mob .btn-gray, .collection-filters .filters-categories-mob .btn-gray:focus {
	color: #000;
	background-color: #919191;
	border-color: #888888;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(183, 183, 183, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(183, 183, 183, 0.5);
}
.btn-check:checked + .collection-filters .filters-categories-mob .btn-gray, .btn-check:active + .collection-filters .filters-categories-mob .btn-gray, .collection-filters .filters-categories-mob .btn-gray:active, .collection-filters .filters-categories-mob .btn-gray.active, .show > .collection-filters .filters-categories-mob .btn-gray.dropdown-toggle {
	color: #000;
	background-color: #888888;
	border-color: gray;
}
.btn-check:checked + .collection-filters .filters-categories-mob .btn-gray:focus, .btn-check:active + .collection-filters .filters-categories-mob .btn-gray:focus, .collection-filters .filters-categories-mob .btn-gray:active:focus, .collection-filters .filters-categories-mob .btn-gray.active:focus, .show > .collection-filters .filters-categories-mob .btn-gray.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(183, 183, 183, 0.5);
	        box-shadow: 0 0 0 0.25rem rgba(183, 183, 183, 0.5);
}
.collection-filters .filters-categories-mob .btn-gray:disabled, .collection-filters .filters-categories-mob .btn-gray.disabled {
	color: #000;
	background-color: #aaa;
	border-color: #aaa;
}
.collection-filters .filters-range-slider {
	width: 13rem;
	max-width: 100%;
}
@media (min-width: 768px) {
	.collection-filters .filters-range-slider {
		margin-right: 6rem;
		margin-bottom: 1.1rem;
		height: 2rem;
	}
}
@media (max-width: 767.98px) {
	.collection-filters .filters-range-slider {
		width: 100%;
		margin-top: 1rem;
		height: 2rem;
		margin-bottom: 2rem;
	}
}
.collection-filters .filters-range-slider label {
	display: block;
	margin-top: 0;
	font-family: "Eina 01", sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1;
	color: #aaa;
}
.collection-filters .filters-range-slider input[type=range] {
	-webkit-appearance: none;
	margin: 0;
	width: 100%;
}
.collection-filters .filters-range-slider input[type=range]:focus {
	outline: none;
}
.collection-filters .filters-range-slider input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.1rem;
	cursor: pointer;
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: #aaa;
	border-radius: 0;
}
.collection-filters .filters-range-slider input[type=range]::-webkit-slider-thumb {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: none;
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 50%;
	background: #aaa;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -3.6px;
}
.collection-filters .filters-range-slider input[type=range]:focus::-webkit-slider-runnable-track {
	background: #aaa;
}
.collection-filters .filters-range-slider input[type=range]::-moz-range-track {
	width: 100%;
	height: 0.1rem;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: none;
	background: #aaa;
	border-radius: 0.2rem;
	border: none;
}
.collection-filters .filters-range-slider input[type=range]::-moz-range-thumb {
	box-shadow: none;
	border: none;
	height: 0.9rem;
	width: 0.9rem;
	border-radius: 7px;
	background: #aaa;
	cursor: pointer;
}
.collection-filters .filters-range-slider input[type=range]::-ms-track {
	width: 100%;
	height: 12.8px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	border-width: 39px 0;
	color: transparent;
}
.collection-filters .filters-range-slider input[type=range]::-ms-fill-lower {
	background: #aaa;
	border: none;
	border-radius: 50%;
	box-shadow: none;
}
.collection-filters .filters-range-slider input[type=range]::-ms-fill-upper {
	background: #aaa;
	border: none;
	border-radius: 50%;
	box-shadow: none;
}
.collection-filters .filters-range-slider input[type=range]::-ms-thumb {
	box-shadow: none;
	border: none;
	height: 0.9rem;
	width: 0.9rem;
	border-radius: 50%;
	background: #aaa;
	cursor: pointer;
}
.collection-filters .filters-range-slider input[type=range]:focus::-ms-fill-lower {
	background: #aaa;
}
.collection-filters .filters-range-slider input[type=range]:focus::-ms-fill-upper {
	background: #aaa;
}

@media (min-width: 1340px) {
	.select2-container--open .select2-dropdown--below {
		padding-top: 1.3rem;
	}
}

.collection-colors .row {
	margin-left: -0.3rem;
	margin-right: -0.3rem;
}
.collection-colors .row > [class^=col] {
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.collection-colors .row.row-cols-7 > div[class=col] {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
@media (min-width: 375px) {
	.collection-colors .row.row-cols-7 > div[class=col] {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.collection-colors .row.row-cols-7 > div[class=col] {
		width: 14.266667%;
	}
}
.collection-colors .row.row-cols-7 .color-box {
	min-height: 10.2rem;
}
@media (max-width: 767.98px) {
	.collection-colors .row.row-cols-7 .color-box {
		min-height: 7.4rem;
	}
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
	.collection-colors .row.row-cols-1 .color-box {
		min-height: 31.5rem;
	}
}
@media (max-width: 767.98px) {
	.collection-colors .row.row-cols-2 > div[class=col] {
		width: 100%;
	}
}
@media (max-width: 767.98px) {
	.collection-colors .row.row-cols-2 .color-box {
		min-height: 15.5rem;
	}
}
@media (max-width: 767.98px) {
	.collection-colors .row.row-cols-3 > div[class=col] {
		width: 100%;
	}
}
@media (max-width: 767.98px) {
	.collection-colors .row.row-cols-3 .color-box {
		min-height: 7.5rem;
	}
}
@media (max-width: 767.98px) {
	.collection-colors .row.row-cols-4 > div[class=col] {
		width: 100%;
	}
}
@media (max-width: 767.98px) {
	.collection-colors .row.row-cols-4 .color-box {
		min-height: 15.4rem;
	}
}
.collection-colors .color-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	min-height: 21rem;
	margin-bottom: 0.6rem;
	padding: 1.8rem;
	text-decoration: none;
	background: #707070;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.collection-colors .color-box:hover {
	opacity: 0.9;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.collection-colors .color-box .bottom-row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.collection-colors .color-box .bottom-row .title,
.collection-colors .color-box .bottom-row .sub-title {
	font-family: "ANT_01", sans-serif;
	color: inherit;
	font-size: 1rem;
	line-height: 1.2;
}
.collection-colors .color-box .bottom-row .title {
	margin-bottom: 0;
	margin-right: 0.3rem;
	font-weight: 600;
}
.collection-colors .color-box .bottom-row .sub-title {
	font-weight: 400;
}
.collection-colors .color-box .bottom-row ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.collection-colors .color-box .bottom-row ul li {
	position: relative;
	margin-left: 0.8rem;
	margin-right: 0.2rem;
	font-family: "ANT_01", sans-serif;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.2;
	color: inherit;
	text-transform: uppercase;
}
.collection-colors .color-box .bottom-row ul li::before, .collection-colors .color-box .bottom-row ul li::after {
	font-weight: 400;
}
.collection-colors .color-box .bottom-row ul li::before {
	content: "|";
	position: absolute;
	top: 0;
	left: -0.25rem;
	color: inherit;
}
.collection-colors .color-box .bottom-row ul li::after {
	content: "|";
	position: absolute;
	top: 0;
	right: -0.25rem;
	color: inherit;
}
.collection-colors .not-found {
	padding-top: 10.5rem;
	padding-bottom: 4.9rem;
	font-family: "Eina 01", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
}
.collection-colors .not-found h2, .collection-colors .not-found .h2 {
	font-family: "Lyon Display", serif;
	font-weight: 300;
	font-size: 3.2rem;
}
@media (min-width: 768px) {
	.collection-colors .not-found {
		padding-top: 8.5rem;
		padding-bottom: 8.9rem;
	}
}

.section-collection .section-header {
	padding-top: 12.4rem;
	padding-bottom: 13.5rem;
}
@media (max-width: 767.98px) {
	.section-collection .section-header {
		padding-top: 6.6rem;
		padding-bottom: 5.2rem;
	}
}
@media (max-width: 767.98px) {
	.section-collection .section-header .section-title {
		margin-bottom: 0.43rem;
	}
}

.colors-category .section-header {
	position: relative;
	z-index: 2;
	padding-top: 4.2rem;
	padding-bottom: 0;
}
@media (max-width: 767.98px) {
	.colors-category .section-header .section-title {
		margin-bottom: 0.43rem;
	}
}
.colors-category .content-holder {
	position: relative;
	height: calc(100vh - 10rem);
}
@media (max-width: 767.98px) {
	.colors-category .content-holder {
		height: calc(100vh - 11.4rem);
	}
}
.colors-category .content-holder img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.colors-category .btn-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (max-width: 767.98px) {
	.colors-category .collection-colors .row .color-box {
		min-height: 7.4rem;
	}
}
.colors-category .bottom-links {
	padding-left: 0.5rem;
}
@media (max-width: 767.98px) {
	.colors-category .bottom-links {
		padding-top: 1.5rem;
		padding-left: 0;
	}
}

.bottom-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 767.98px) {
	.bottom-links ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.bottom-links ul li a {
	font-family: "Eina 01", sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.38;
	color: #aaa;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bottom-links ul li a:hover {
	text-decoration: none;
	color: #646464;
}
.bottom-links ul li + li {
	margin-left: auto;
}
.bottom-links ul li:last-child, .bottom-links ul li.next-link {
	margin-left: auto;
}

.section-color-gallery.grey-style .swiper-slide figure svg path {
	fill: #646464;
}
.section-color-gallery.grey-style .swiper-slide .wrapper-share-social .dropdown-share-social ul li svg path {
	fill: #646464;
}
@media (max-width: 767.98px) {
	.section-color-gallery .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
@media (max-width: 767.98px) {
	.section-color-gallery .slider-safe-wrapper {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		min-height: 1px !important;
	}
}
@media (min-width: 768px) {
	.section-color-gallery .slider-safe-wrapper {
		position: relative;
		min-height: calc(100vh - 6.25rem);
	}
}
@media (min-width: 768px) {
	.section-color-gallery .slider-safe-wrapper .swiper-colors-gallery {
		position: sticky;
		top: 6.25rem;
	}
}
.section-color-gallery .slider-safe-wrapper .post-nav-btn {
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 10%;
	height: calc(100vh - 13rem);
	height: calc(var(--vh, 1vh) * 100 - 13rem);
	z-index: 5;
}
@media (min-width: 768px) {
	.section-color-gallery .slider-safe-wrapper .post-nav-btn {
		display: block;
		height: calc(100vh - 10.25rem);
		height: calc(var(--vh, 1vh) * 100 - 10.25rem);
	}
}
.section-color-gallery .slider-safe-wrapper .post-nav-btn.prev {
	cursor: url(../images/arrow-left.svg), pointer;
	left: 5rem;
}
.section-color-gallery .slider-safe-wrapper .post-nav-btn.next {
	cursor: url(../images/arrow-right.svg), pointer;
	right: 5rem;
}
.section-color-gallery .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 55rem;
}
@media (max-width: 767.98px) {
	.section-color-gallery .swiper-slide {
		min-height: 44.9rem;
		height: calc(100vh - 13rem);
		height: calc(var(--vh, 1vh) * 100 - 13rem);
		max-height: 44.3rem;
	}
}
@media (min-width: 768px) {
	.section-color-gallery .swiper-slide {
		height: calc(100vh - 10.25rem);
		height: calc(var(--vh, 1vh) * 100 - 10.25rem);
		width: auto;
	}
}
.section-color-gallery .swiper-slide figure {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.section-color-gallery .swiper-slide figure {
		height: 100%;
	}
}
.section-color-gallery .swiper-slide figure svg path {
	fill: #fff;
}
@media (min-width: 768px) {
	.section-color-gallery .swiper-slide .img {
		height: 100%;
	}
}
.section-color-gallery .swiper-slide .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (min-width: 768px) {
	.section-color-gallery .swiper-slide .img img {
		position: unset;
		top: unset;
		left: unset;
		width: auto;
		height: 100%;
	}
}
.section-color-gallery .swiper-slide .additional-symbols .color-info-symbol {
	display: block;
}
@media (max-width: 767.98px) {
	.section-color-gallery .swiper-slide .additional-symbols .color-info-symbol {
		display: inline-block;
	}
}
.section-color-gallery .swiper-slide .additional-symbols.in-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.section-color-gallery .swiper-slide .additional-symbols.bottom {
	position: absolute;
	left: 2rem;
	bottom: 2.7rem;
}
@media (max-width: 767.98px) {
	.section-color-gallery .swiper-slide .additional-symbols.bottom {
		left: 2.8rem;
		bottom: 2.4rem;
	}
}
.section-color-gallery .swiper-slide .additional-symbols.bottom .color-info-symbol {
	font-size: 1.4rem;
}
@media (max-width: 767.98px) {
	.section-color-gallery .swiper-slide .additional-symbols.bottom .color-info-symbol {
		font-size: 1rem;
		margin-right: 1.1rem;
	}
}
.section-color-gallery .swiper-slide .additional-symbols.bottom .color-info-symbol:not(:last-child) {
	margin-bottom: 0.3rem;
}
.section-color-gallery .swiper-slide .additional-symbols.bottom .color-info-symbol:hover + p {
	opacity: 1;
	visibility: visible;
}
.section-color-gallery .swiper-slide .additional-symbols.bottom .color-info-symbol::after, .section-color-gallery .swiper-slide .additional-symbols.bottom .color-info-symbol::before {
	top: -0.3rem;
}
@media (max-width: 767.98px) {
	.section-color-gallery .swiper-slide .additional-symbols.bottom .color-info-symbol::after, .section-color-gallery .swiper-slide .additional-symbols.bottom .color-info-symbol::before {
		top: 0;
	}
}
.section-color-gallery .swiper-slide .additional-symbols.bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.section-color-gallery .swiper-slide .additional-symbols.bottom ul li {
	position: relative;
}
@media (max-width: 767.98px) {
	.section-color-gallery .swiper-slide .additional-symbols.bottom ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
.section-color-gallery .swiper-slide .additional-symbols.bottom ul li p {
	font-family: "Eina 01", sans-serif;
	position: absolute;
	top: 40%;
	left: 200%;
	white-space: nowrap;
	margin: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: block;
	line-height: 1.2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
	.section-color-gallery .swiper-slide .additional-symbols.bottom ul li p {
		position: relative;
		top: 0;
		left: 0;
		white-space: normal;
		font-size: 1rem;
		line-height: 1.38;
		-webkit-transform: none;
		        transform: none;
		max-width: 70%;
		color: #646464;
	}
}
.section-color-gallery .swiper-slide .wrapper-share-social {
	position: absolute;
	bottom: 2.8rem;
	right: 3.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	z-index: 2;
}
.section-color-gallery .swiper-slide .wrapper-share-social .dropdown-share-social {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 1.5rem;
	color: #000;
	font-size: 2.6rem;
	line-height: 1;
	max-width: calc(100% - 2rem);
}
.section-color-gallery .swiper-slide .wrapper-share-social .dropdown-share-social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.section-color-gallery .swiper-slide .wrapper-share-social .dropdown-share-social ul li {
	margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
	.section-color-gallery .swiper-slide .wrapper-share-social .dropdown-share-social ul li {
		margin-bottom: 2rem;
	}
}
.section-color-gallery .swiper-slide .wrapper-share-social .dropdown-share-social ul li figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.section-color-gallery .swiper-slide .wrapper-share-social .dropdown-share-social ul li svg {
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-color-gallery .swiper-slide .wrapper-share-social .dropdown-share-social ul li svg path {
	fill: #fff;
}
.section-color-gallery .swiper-slide .wrapper-share-social .dropdown-share-social ul li svg:hover {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-color-gallery .swiper-slide .wrapper-share-social .dropdown-share-social ul li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.section-color-gallery .swiper-slide .wrapper-share-social .dropdown-share-social ul li .copy-to-clipboard {
	position: relative;
}
.section-color-gallery .swiper-slide .wrapper-share-social .dropdown-share-social ul li .copy-to-clipboard.message-shown .copy-message {
	opacity: 1;
	visibility: visible;
}
.section-color-gallery .swiper-slide .wrapper-share-social .dropdown-share-social ul li .copy-to-clipboard .copy-message {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background: #646464;
	color: #fff;
	padding: 0.3rem;
	right: 140%;
	top: 50%;
	font-size: 1.2rem;
	text-align: center;
	min-width: 7rem;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-color-gallery .swiper-slide .wrapper-share-social .dropdown-share-social ul li .copy-to-clipboard .copy-message::after {
	content: "";
	border-top: 0.5rem solid transparent;
	border-bottom: 0.5rem solid transparent;
	border-left: 0.5rem solid #646464;
	position: absolute;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.section-color-gallery .swiper-slide .wrapper-share-social .share-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.section-color-gallery .swiper-slide .wrapper-share-social .share-list li {
	margin: 0.5rem;
}
.section-color-gallery .swiper-slide .wrapper-share-social .share-list li .txt {
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
.section-color-gallery .swiper-slide .wrapper-share-social .share-list .fab {
	vertical-align: top;
}
.section-color-gallery .swiper-slide .wrapper-share-social .share-list a {
	text-decoration: none;
}
.section-color-gallery .swiper-slide .wrapper-share-social .share-list a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.section-color-gallery .swiper-slide .wrapper-share-social.open .dropdown-share-social {
	opacity: 1;
	pointer-events: all;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-color-gallery .swiper-slide-text-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}
@media (max-width: 767.98px) {
	.section-color-gallery .swiper-slide-text-inner {
		display: none;
		margin-top: 3.3rem;
		margin-bottom: 3.3rem;
	}
}
@media (min-width: 768px) {
	.section-color-gallery .swiper-slide-text-inner {
		width: calc(100vw - 8rem);
	}
}
.section-color-gallery .swiper-slide-text-inner .holder {
	max-width: 42.9rem;
	margin-top: 11rem;
}
.section-color-gallery .swiper-slide-text-inner .title {
	display: block;
	margin-bottom: 0.8rem;
	font-family: "ANT_01", sans-serif;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.45;
	letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
	.section-color-gallery .swiper-slide-text-inner .title {
		margin-bottom: 0.9rem;
		font-size: 1.9rem;
		letter-spacing: 0.16rem;
		line-height: 1;
	}
}
.section-color-gallery .swiper-slide-text-inner .subtitle {
	display: block;
	margin-bottom: 1.5rem;
	font-family: "ANT_01", sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.45;
	letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
	.section-color-gallery .swiper-slide-text-inner .subtitle {
		margin-bottom: 2.6rem;
		font-size: 1.5rem;
		font-weight: 400;
		letter-spacing: 0.03em;
	}
}
.section-color-gallery .swiper-slide-text-inner .text {
	font-family: "Lyon Text", serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.45;
	letter-spacing: 0.02em;
	max-width: 43rem;
}
.section-color-gallery .swiper-slide-text-inner .text p {
	margin-bottom: 0.69rem;
}
@media (max-width: 767.98px) {
	.section-color-gallery .swiper-slide-text-inner .text {
		max-width: 31.7rem;
		margin: auto;
		font-size: 1.8rem;
		line-height: 1.405;
	}
}
.section-color-gallery .color-desc-mobile .swiper-slide-text-inner {
	color: #646464;
}
@media (max-width: 767.98px) {
	.section-color-gallery .color-desc-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
}
@media (max-width: 767.98px) {
	.section-color-gallery .color-desc-mobile .swiper-slide-text-inner {
		display: block;
	}
}
.section-color-gallery .bottom-links {
	padding-top: 1.1rem;
	padding-bottom: 0.8rem;
}
@media (max-width: 767.98px) {
	.section-color-gallery .bottom-links {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		padding-top: 0.8rem;
		padding-bottom: 0.8rem;
	}
}
@media (min-width: 768px) {
	.section-color-gallery .bottom-links {
		position: sticky;
		bottom: 0;
	}
}
.section-color-gallery .swiper-navigation {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 1;
	width: 100%;
	display: none;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0rem 1.6rem;
}
@media (max-width: 767.98px) {
	.section-color-gallery .swiper-navigation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.section-color-gallery .swiper-navigation .swiper-button-next figure,
.section-color-gallery .swiper-navigation .swiper-button-prev figure {
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-color-gallery .swiper-navigation .swiper-button-next.swiper-button-disabled,
.section-color-gallery .swiper-navigation .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-color-gallery .swiper-navigation .swiper-button-prev figure {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.bottom-color-section .top-menu {
	padding-top: 3rem;
	padding-bottom: 1.8rem;
	border-top: solid 0.1rem #e8e8e8;
	border-bottom: solid 0.1rem #e8e8e8;
}
@media (max-width: 767.98px) {
	.bottom-color-section .top-menu {
		padding-top: 3.9rem;
		padding-bottom: 1.9rem;
	}
}
.bottom-color-section .top-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media (max-width: 767.98px) {
	.bottom-color-section .top-menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
.bottom-color-section .top-menu ul li {
	margin-bottom: 1.7rem;
}
@media (min-width: 768px) {
	.bottom-color-section .top-menu ul li {
		margin: 0 2rem 1rem;
	}
}
.bottom-color-section .top-menu ul li a {
	font-family: "Eina 01", sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.38;
	letter-spacing: 0.08em;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}
.bottom-color-section .top-menu ul li a::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: -0.3rem;
	width: 0;
	height: 0.1rem;
	background: #000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bottom-color-section .top-menu ul li a:hover::after {
	width: 100%;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
	.bottom-color-section .top-menu ul li a {
		font-size: 1.2rem;
	}
}
.bottom-color-section .section-header {
	padding-top: 4.2rem;
	padding-bottom: 5.9rem;
}
@media (max-width: 767.98px) {
	.bottom-color-section .section-header {
		padding-top: 4.4rem;
		padding-bottom: 4.1rem;
	}
}
.bottom-color-section .section-header .section-title {
	font-size: 5.2rem;
	margin-bottom: 0.4rem;
}
@media (max-width: 767.98px) {
	.bottom-color-section .section-header .section-title {
		font-size: 2.4rem;
	}
}
.bottom-color-section .section-header .text {
	letter-spacing: 0.08em;
}
.bottom-color-section .bottom-links {
	padding-top: 0.5rem;
	padding-bottom: 0.8rem;
	border-bottom: solid 0.1rem #e8e8e8;
}
.bottom-color-section .bottom-links a {
	position: relative;
}
.bottom-color-section .bottom-links a::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: -0.3rem;
	width: 0;
	height: 0.1rem;
	background: #aaa;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bottom-color-section .bottom-links a:hover {
	text-decoration: none;
}
.bottom-color-section .bottom-links a:hover::after {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
	.bottom-color-section .bottom-links {
		padding-top: 0.4rem;
		padding-bottom: 2.7rem;
	}
}
.bottom-color-section .view-all-colors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-top: 6rem;
	padding-bottom: 5.8rem;
}
@media (max-width: 767.98px) {
	.bottom-color-section .view-all-colors {
		padding-bottom: 4.1rem;
	}
}
.bottom-color-section .view-all-colors a {
	font-family: "Eina 01", sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.35;
	letter-spacing: 0.08em;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}
.bottom-color-section .view-all-colors a::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: -0.3rem;
	width: 0;
	height: 0.1rem;
	background: #000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bottom-color-section .view-all-colors a:hover::after {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.color-info-symbol {
	position: relative;
	font-family: "ANT_01_ICONS", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.2;
	color: inherit;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.color-info-symbol + .color-info-symbol {
	margin-left: -0.2rem;
}

.inspiration-page .section-header {
	padding-top: 12.2rem;
	padding-bottom: 15.3rem;
}
@media (max-width: 991.98px) {
	.inspiration-page .section-header {
		padding-top: 6.6rem;
		padding-bottom: 9.4rem;
	}
}
@media (max-width: 991.98px) {
	.inspiration-page .container {
		overflow: hidden;
	}
}
.inspiration-page .inspiration-item figure {
	margin-bottom: 0;
	position: relative;
}
.inspiration-page .inspiration-item figure img {
	width: 100%;
	max-width: 100%;
}
.inspiration-page .inspiration-item figure figcaption {
	font-size: 1.6rem;
	padding-top: 1.7rem;
	color: #646464;
	letter-spacing: 0.01em;
}
.inspiration-page .inspiration-item p {
	margin-bottom: 0;
}
.inspiration-page .inspiration-item a {
	position: relative;
	font-family: "Eina 01", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	color: #aaa;
	text-decoration: none;
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item a {
		font-size: 1.2rem;
	}
}
.inspiration-page .inspiration-item a:hover::after {
	width: 0;
}
.inspiration-page .inspiration-item a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.4rem;
	width: 100%;
	height: 0.1rem;
	background: #aaa;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.inspiration-page .inspiration-item .mobile-title-wrapper {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	padding: 0 2rem;
}
.inspiration-page .inspiration-item .mobile-title-wrapper .title {
	font-family: "Lyon Display", serif;
	font-weight: 300;
	font-size: 3.6rem;
	line-height: 1.1560693641;
	text-align: center;
	color: #fff;
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item .mobile-title-wrapper br {
		display: none;
	}
}
.inspiration-page .inspiration-item .text-wrapper {
	font-family: "Eina 01", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.45625;
	color: #aaa;
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item .text-wrapper {
		font-size: 1.4rem;
	}
}
.inspiration-page .inspiration-item .text-wrapper .title {
	margin-top: 1.4rem;
	margin-bottom: 0.6rem;
	font-family: "Lyon Display", serif;
	font-style: italic;
	font-weight: 300;
	font-size: 2rem;
	line-height: 1.45;
	color: #000;
	letter-spacing: 0.037rem;
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item .text-wrapper .title {
		font-size: 1.6rem;
		margin-top: 2rem;
		margin-bottom: -0.1rem;
	}
}
.inspiration-page .inspiration-item .text-wrapper.style-2 {
	-ms-flex-item-align: end;
	    align-self: flex-end;
	max-width: 35rem;
	margin-left: 3rem;
	margin-bottom: 4.6rem;
	font-family: "Lyon Display", serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.405;
	letter-spacing: 0;
}
.inspiration-page .inspiration-item .text-wrapper.style-2 .title {
	margin-bottom: 0.9rem;
	font-weight: 400;
	font-style: normal;
	font-size: 3.2rem;
	line-height: 1.2;
	letter-spacing: 0.01rem;
}
.inspiration-page .inspiration-item .text-wrapper.style-2 P {
	margin-bottom: -1rem;
}
.inspiration-page .inspiration-item .text-wrapper.style-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	text-align: center;
	max-width: 35rem;
	margin: 0 auto;
	height: 100%;
	font-family: "Lyon Display", serif;
	font-weight: 300;
	font-size: 2.6rem;
	line-height: 1.25;
	letter-spacing: 0;
	color: #000;
	padding-bottom: 5.2rem;
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item .text-wrapper.style-3 {
		margin-top: 2rem;
		font-size: 1.4rem;
		line-height: 1.405;
		text-align: center;
	}
}
.inspiration-page .inspiration-item .text-wrapper.style-3 .title {
	margin-top: 0;
	margin-bottom: 0;
	font-family: "Lyon Display", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 7.2rem;
	line-height: 1;
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item .text-wrapper.style-3 .title {
		font-size: 3.6rem;
		line-height: 1.1560693641;
	}
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item .text-wrapper.style-3 .title {
		text-transform: capitalize;
	}
}
.inspiration-page .inspiration-item .text-wrapper.style-3 .title.title-xl {
	font-size: 7.2rem;
}
.inspiration-page .inspiration-item.style-1 {
	margin-bottom: 12rem;
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item.style-1 {
		margin-bottom: 6.1rem;
	}
}
.inspiration-page .inspiration-item.style-1 .content-wrapper {
	max-width: 36.4rem;
	text-align: center;
	line-height: 1.25;
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item.style-1 .content-wrapper {
		max-width: 29rem;
		margin-top: 6.7rem;
	}
}
.inspiration-page .inspiration-item.style-1 .text {
	margin-bottom: 4.4rem;
	font-size: 2.6rem;
	line-height: 1.25;
	text-align: center;
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item.style-1 .text {
		margin-bottom: 1.8rem;
		font-size: 2.4rem;
		line-height: 1.2916666666;
	}
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-1 figure {
		margin-left: -0.8rem;
	}
}
.inspiration-page .inspiration-item.style-2 figure, .inspiration-page .inspiration-item.style-7 figure, .inspiration-page .inspiration-item.style-13 figure, .inspiration-page .inspiration-item.style-16 figure, .inspiration-page .inspiration-item.style-19 figure {
	margin-right: -0.3rem;
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item.style-2 figure, .inspiration-page .inspiration-item.style-7 figure, .inspiration-page .inspiration-item.style-13 figure, .inspiration-page .inspiration-item.style-16 figure, .inspiration-page .inspiration-item.style-19 figure {
		margin-left: -2rem;
		margin-right: -2rem;
	}
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item.style-2 figure img, .inspiration-page .inspiration-item.style-7 figure img, .inspiration-page .inspiration-item.style-13 figure img, .inspiration-page .inspiration-item.style-16 figure img, .inspiration-page .inspiration-item.style-19 figure img {
		min-height: 48.1rem;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}
.inspiration-page .inspiration-item.style-2 .text-wrapper, .inspiration-page .inspiration-item.style-7 .text-wrapper, .inspiration-page .inspiration-item.style-13 .text-wrapper, .inspiration-page .inspiration-item.style-16 .text-wrapper, .inspiration-page .inspiration-item.style-19 .text-wrapper {
	margin-left: -0.8rem;
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item.style-2 .text-wrapper, .inspiration-page .inspiration-item.style-7 .text-wrapper, .inspiration-page .inspiration-item.style-13 .text-wrapper, .inspiration-page .inspiration-item.style-16 .text-wrapper, .inspiration-page .inspiration-item.style-19 .text-wrapper {
		max-width: 30rem;
		margin-top: 2.3rem;
		margin-left: 0;
	}
}
.inspiration-page .inspiration-item.style-2 .text-wrapper .title, .inspiration-page .inspiration-item.style-7 .text-wrapper .title, .inspiration-page .inspiration-item.style-13 .text-wrapper .title, .inspiration-page .inspiration-item.style-16 .text-wrapper .title, .inspiration-page .inspiration-item.style-19 .text-wrapper .title {
	margin-top: -0.59rem;
}
.inspiration-page .inspiration-item.style-2 .text-wrapper p, .inspiration-page .inspiration-item.style-7 .text-wrapper p, .inspiration-page .inspiration-item.style-13 .text-wrapper p, .inspiration-page .inspiration-item.style-16 .text-wrapper p, .inspiration-page .inspiration-item.style-19 .text-wrapper p {
	margin-bottom: -0.8rem;
}
.inspiration-page .inspiration-item.style-2 {
	margin-bottom: 13.9rem;
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item.style-2 {
		margin-bottom: 7.1rem;
	}
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-2 figure {
		max-width: 89%;
	}
}
.inspiration-page .inspiration-item.style-3 {
	margin-bottom: 11.2rem;
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item.style-3 {
		margin-bottom: 5.2rem;
	}
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item.style-3 .figure-1 {
		margin-bottom: 8.1rem;
		margin-right: 0.2rem;
	}
}
.inspiration-page .inspiration-item.style-3 .figure-2 {
	margin-left: auto;
	margin-right: 8rem;
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item.style-3 .figure-2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-left: 0.2rem;
	}
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item.style-3 .figure-2 img {
		min-height: 35.6rem;
		-o-object-fit: cover;
		   object-fit: cover;
		margin: 0;
	}
}
.inspiration-page .inspiration-item.style-4 {
	margin-bottom: 2.3rem;
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-4 {
		margin-bottom: 12rem;
	}
}
.inspiration-page .inspiration-item.style-4 .text-wrapper {
	margin-left: 11rem;
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-4 .text-wrapper .title {
		margin-top: 1.5rem;
	}
}
.inspiration-page .inspiration-item.style-5 {
	margin-bottom: 11.3rem;
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item.style-5 {
		margin-bottom: 8rem;
	}
}
.inspiration-page .inspiration-item.style-5 .figure-1 {
	margin-right: 0.6rem;
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item.style-5 .figure-1 {
		margin-right: 0.1rem;
	}
}
.inspiration-page .inspiration-item.style-6 {
	margin-bottom: 4.5rem;
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-6 {
		margin-bottom: 12rem;
	}
}
.inspiration-page .inspiration-item.style-7 {
	margin-bottom: 14rem;
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item.style-7 {
		margin-bottom: 8.9rem;
	}
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-7 figure {
		margin-right: -0.5rem;
		max-width: 89%;
	}
}
.inspiration-page .inspiration-item.style-8 {
	margin-bottom: 11.7rem;
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item.style-8 {
		margin-bottom: 8rem;
	}
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-8 figure {
		margin-right: -3.5rem;
	}
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item.style-8 figure {
		margin-left: 0.1rem;
	}
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-8 .text-wrapper {
		margin-right: 1.9rem;
		margin-bottom: -0.5rem;
		-ms-flex-item-align: end;
		    align-self: flex-end;
		text-align: right;
	}
}
.inspiration-page .inspiration-item.style-9 {
	margin-bottom: 4.5rem;
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-9 {
		margin-bottom: 12.5rem;
	}
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item.style-9 .text-wrapper {
		margin-bottom: 8.2rem;
	}
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item.style-9 .figure-1 {
		margin-right: 5.4rem;
	}
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-9 .figure-2 {
		margin-top: 12.3rem;
	}
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item.style-9 .figure-2 {
		margin-left: -0.4rem;
	}
}
.inspiration-page .inspiration-item.style-9 .figure-2 .text-wrapper {
	margin-top: 2rem;
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item.style-9 .figure-2 .text-wrapper {
		margin-bottom: 3.5rem;
	}
}
.inspiration-page .inspiration-item.style-10 {
	margin-bottom: 9.4rem;
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-10 {
		margin-bottom: 11.4rem;
	}
}
.inspiration-page .inspiration-item.style-10 .text-wrapper {
	margin-left: 1.8rem;
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-10 .text-wrapper {
		margin-left: 4.7rem;
	}
}
.inspiration-page .inspiration-item.style-11 {
	margin-bottom: 11.7rem;
}
.inspiration-page .inspiration-item.style-12 {
	margin-bottom: 7rem;
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-12 {
		margin-bottom: 12rem;
	}
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-12 .figure-2 {
		margin-top: 12rem;
	}
}
.inspiration-page .inspiration-item.style-13 {
	margin-bottom: 11.7rem;
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-13 .text-wrapper {
		padding-top: 1rem;
	}
}
.inspiration-page .inspiration-item.style-13 .text-wrapper .title {
	margin-top: -1.09rem;
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-13 .text-wrapper .title {
		margin-left: -7rem;
		margin-right: -7rem;
	}
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-13 figure {
		max-width: 89%;
	}
}
.inspiration-page .inspiration-item.style-14 {
	margin-bottom: 11.7rem;
}
.inspiration-page .inspiration-item.style-14 figure {
	margin-right: -0.5rem;
}
.inspiration-page .inspiration-item.style-15 {
	margin-bottom: 4.5rem;
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-15 {
		margin-bottom: 12rem;
	}
}
.inspiration-page .inspiration-item.style-15 .figure-1 {
	margin-top: 12rem;
}
.inspiration-page .inspiration-item.style-16 {
	margin-bottom: 5.1rem;
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-16 {
		margin-bottom: 12rem;
	}
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item.style-16 {
		margin-bottom: 6.9rem;
	}
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-16 .text-wrapper {
		margin-top: 2.1rem;
		margin-left: 4.2rem;
	}
}
@media (max-width: 991.98px) {
	.inspiration-page .inspiration-item.style-16 .mobile-title-wrapper .title {
		margin-bottom: -0.4rem;
		line-height: 0.9;
	}
}
.inspiration-page .inspiration-item.style-17 {
	margin-bottom: 5.6rem;
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-17 {
		margin-bottom: 8rem;
	}
}
.inspiration-page .inspiration-item.style-17 figure {
	margin-right: -0.5rem;
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-17 figure {
		max-width: 89%;
	}
}
.inspiration-page .inspiration-item.style-17 .text-wrapper-1 {
	margin-left: -0.9rem;
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-17 .text-wrapper-1 {
		margin-left: -5rem;
		margin-bottom: 3.6rem;
	}
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-17 .text-wrapper-1 .title {
		margin-bottom: 3rem;
	}
}
.inspiration-page .inspiration-item.style-18 {
	margin-bottom: 4.9rem;
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-18 {
		margin-bottom: 12rem;
	}
}
.inspiration-page .inspiration-item.style-18 figure {
	margin-right: -0.5rem;
}
.inspiration-page .inspiration-item.style-18 .text-wrapper .title {
	margin-top: 1rem;
}
.inspiration-page .inspiration-item.style-19 {
	margin-bottom: 8rem;
}
.inspiration-page .inspiration-item.style-19 .text-wrapper {
	max-width: 41.6rem;
	margin: 0 auto;
}
.inspiration-page .inspiration-item.style-20 {
	margin-bottom: 4.5rem;
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-20 {
		margin-bottom: 12.5rem;
	}
}
.inspiration-page .inspiration-item.style-20 .figure-1 {
	margin-top: 3.7rem;
	max-width: 27.7rem;
}
.inspiration-page .inspiration-item.style-20 .figure-2 {
	margin-left: -0.4rem;
}
.inspiration-page .inspiration-item.style-21 {
	margin-bottom: 2.2rem;
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-21 {
		margin-bottom: 8rem;
	}
}
.inspiration-page .inspiration-item.style-22 {
	margin-bottom: 11.7rem;
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-22 {
		margin-bottom: 8rem;
	}
}
.inspiration-page .inspiration-item.style-22 .text-wrapper {
	max-width: 35rem;
	margin-right: 4rem;
	margin-left: 7rem;
	text-align: right;
}
.inspiration-page .inspiration-item.style-22 .text-wrapper .title {
	margin-bottom: 2.5rem;
}
.inspiration-page .inspiration-item.style-22 figure figcaption {
	text-align: right;
}
.inspiration-page .inspiration-item.style-23 {
	margin-bottom: 8rem;
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-23 .figure-1 {
		margin-top: 24rem;
	}
}
@media (min-width: 992px) {
	.inspiration-page .inspiration-item.style-23 .figure-2 {
		margin-left: -5rem;
		max-width: 27.7rem;
	}
}

.underline-link {
	position: relative;
}
.underline-link:hover {
	text-decoration: none;
}
.underline-link:hover::after {
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.underline-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.17rem;
	width: 100%;
	height: 0.1rem;
	background: #000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.text-page {
	padding-top: 7.8rem;
	padding-bottom: 9.8rem;
	font-family: "Eina 01", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.38;
	color: #646464;
}
@media (max-width: 767.98px) {
	.text-page {
		word-break: break-all;
	}
}
.text-page h1, .text-page .h1 {
	margin-bottom: 4rem;
	font-family: "Lyon Display", serif;
	font-weight: 300;
	font-size: 3.2rem;
	line-height: 1.2;
	color: #000;
	text-align: center;
}
.text-page p {
	margin-bottom: 2.2rem;
}
.text-page strong {
	margin-top: 6rem;
	margin-bottom: 4rem;
	display: block;
	font-family: "Lyon Display", serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.25;
	color: #000;
}
.text-page a {
	text-decoration: underline;
}
.text-page a:hover {
	text-decoration: none;
}

.about-colors {
	font-family: "Eina 01", sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.52;
	padding-top: 9.8rem;
	padding-bottom: 12.6rem;
}
@media (max-width: 767.98px) {
	.about-colors {
		padding-top: 5.3rem;
		padding-bottom: 6.2rem;
		font-size: 1.4rem;
	}
}
.about-colors strong {
	font-family: "ANT_01_ICONS", sans-serif;
	font-weight: 700;
	position: relative;
	margin-right: 0.3rem;
	margin-left: 0.4rem;
}
@media (min-width: 768px) {
	.about-colors strong {
		margin-left: 0.1rem;
	}
}
.about-colors p {
	margin-bottom: 0;
}

.loading-block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transition: all 0.3s ease;
	z-index: 2000;
}
.loading-block.hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.loading-block .loading-logo {
	text-align: center;
}
.loading-block svg {
	max-width: 63%;
}
@media (min-width: 768px) {
	.loading-block svg {
		max-width: 31.5%;
	}
}

.select2-container {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 60px;
	-moz-user-select: none;
	 -ms-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
}
@media (max-width: 767.98px) {
	.select2-container .select2-selection--single {
		height: 45px;
	}
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (max-width: 767.98px) {
	.select2-container .select2-selection--single .select2-selection__rendered {
		padding-left: 0;
		padding-right: 0;
	}
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	 -ms-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
}

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

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	border-radius: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
	padding: 1.4rem 0;
	background-color: #fff;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	color: #aaa;
	padding: 6px 6px 6px 20px;
	-moz-user-select: none;
	 -ms-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
}
@media (max-width: 767.98px) {
	.select2-results__option {
		padding-left: 0;
	}
}
.select2-results__option:hover {
	text-decoration: underline;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	min-width: 20rem;
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
	background-color: #fff;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 60px;
}
@media (max-width: 767.98px) {
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 45px;
	}
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border-radius: 4px;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
	float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
	font-family: "Eina 01", sans-serif;
	font-size: 1.6rem;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	text-decoration: underline;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: #646464;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
	color: #aaa;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
	background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 60px;
}
@media (max-width: 767.98px) {
	.select2-container--classic .select2-selection--single .select2-selection__rendered {
		line-height: 45px;
	}
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
	background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
	background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
	background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}

.section-history-page {
	font-size: 1.6rem;
	line-height: 1.25;
	padding-bottom: 5rem;
}
@media (min-width: 768px) {
	.section-history-page {
		font-size: 2.6rem;
		padding-bottom: 13.5rem;
	}
}
.section-history-page img {
	max-width: 100%;
	width: 100%;
}
.section-history-page .text-block {
	padding: 2rem 0;
}
@media (min-width: 768px) {
	.section-history-page .text-block {
		padding: 7rem 0 4rem;
	}
}
.section-history-page .text-block p {
	margin-bottom: 2rem;
}
@media (min-width: 768px) {
	.section-history-page .text-block p {
		margin-bottom: 4rem;
	}
}
.section-history-page .swiper-history {
	overflow: hidden;
	position: relative;
}
.section-history-page .swiper-history.slides-size-2 .swiper-slide:nth-child(3n-2) {
	width: calc(25% - 1.3rem);
}
.section-history-page .swiper-history.slides-size-2 .swiper-slide:nth-child(3n-1) {
	width: calc(40.8% - 1.3rem);
}
.section-history-page .swiper-history .swiper-slide {
	height: auto;
	width: auto;
	position: relative;
	padding-bottom: 56.25%;
}
@media (min-width: 768px) {
	.section-history-page .swiper-history .swiper-slide {
		padding-bottom: 36.7%;
	}
}
.section-history-page .swiper-history .swiper-slide:nth-child(3n-2), .section-history-page .swiper-history .swiper-slide:nth-child(3n) {
	width: calc(25% - 1.3rem);
}
.section-history-page .swiper-history .swiper-slide:nth-child(3n-1) {
	width: calc(50% - 1.3rem);
}
.section-history-page .swiper-history .swiper-slide .img-holder {
	margin: 0;
}
.section-history-page .swiper-history .swiper-slide .img-holder img {
	height: auto;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
}
.section-history-page .swiper-button-prev,
.section-history-page .swiper-button-next {
	position: absolute;
	top: 51%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 10;
}
.section-history-page .swiper-button-prev.swiper-button-disabled,
.section-history-page .swiper-button-next.swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
}
.section-history-page .swiper-button-prev {
	left: 2.4rem;
}
.section-history-page .swiper-button-prev::before {
	content: "";
	height: 1.4rem;
	width: 1.4rem;
	border-width: 0 0 0.2rem 0.2rem;
	border-style: solid;
	border-color: #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	display: block;
}
.section-history-page .swiper-button-next {
	right: 2.7rem;
}
.section-history-page .swiper-button-next::before {
	content: "";
	height: 1.4rem;
	width: 1.4rem;
	border-width: 0.2rem 0.2rem 0 0;
	border-style: solid;
	border-color: #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	display: block;
}

.modal.modal-video .btn-close {
	position: absolute;
	top: 4.5rem;
	right: 7.5rem;
	z-index: 100;
	color: #fff;
	background: none;
	opacity: 1;
	height: 3.2rem;
	width: 3.2rem;
	padding: 0;
	outline: 0;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.play_video .modal.modal-video .btn-close {
	opacity: 0;
}
.show_video_items .modal.modal-video .btn-close {
	opacity: 1;
}
.modal.modal-video .btn-close::before {
	content: "";
	width: 100%;
	border-top: 2px solid;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
}
.modal.modal-video .btn-close::after {
	content: "";
	width: 100%;
	border-top: 2px solid;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 0;
}
.modal.modal-video .modal-body {
	padding: 0;
}
.modal.modal-video .video-holder {
	width: 100%;
	height: 100%;
	position: relative;
}
.modal.modal-video .video-holder .video {
	height: 100%;
	width: 100%;
}
.modal.modal-video .video-holder .video video {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
}

.section-testit .section-header {
	padding: 4.8rem 0 5rem;
}
.section-testit .full-image-holder {
	margin: 0;
	position: relative;
	padding-bottom: 62vh;
}
@media (min-width: 768px) {
	.section-testit .full-image-holder {
		padding-bottom: 66vh;
	}
}
.section-testit .full-image-holder img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
}
.section-testit .btn-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.section-testit .text-block {
	text-align: center;
	padding: 10rem 0;
}
@media (min-width: 768px) {
	.section-testit .text-block {
		padding: 14.3rem 0 13.7rem;
	}
}
.section-testit .text-block h2, .section-testit .text-block .h2 {
	font-size: 3.2rem;
	font-weight: 300;
	margin-bottom: 0.8rem;
}
.section-testit .text-block a {
	position: relative;
	font-family: "Eina 01", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	color: #aaa;
	text-decoration: none;
}
@media (max-width: 991.98px) {
	.section-testit .text-block a {
		font-size: 1.2rem;
	}
}
.section-testit .text-block a:hover::after {
	width: 0;
}
.section-testit .text-block a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.4rem;
	width: 100%;
	height: 0.1rem;
	background: #aaa;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.section-testit .text-image-block {
	margin-bottom: 5rem;
}
@media (min-width: 768px) {
	.section-testit .text-image-block {
		margin-bottom: 12rem;
	}
}
@media (min-width: 768px) {
	.section-testit .text-image-block.reverse .row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
}
@media (min-width: 992px) {
	.section-testit .text-image-block.reverse .text-holder {
		padding: 0 7rem;
	}
}
.section-testit .text-image-block.reverse .img-holder {
	margin-left: auto;
}
.section-testit .text-image-block .row {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: -1rem;
	margin-right: -1rem;
}
.section-testit .text-image-block .row > [class^=col] {
	padding-left: 1rem;
	padding-right: 1rem;
}
@media (max-width: 767.98px) {
	.section-testit .text-image-block .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
.section-testit .text-image-block .row > div {
	margin-bottom: 2rem;
}
@media (min-width: 768px) {
	.section-testit .text-image-block .row > div {
		margin-bottom: 0;
	}
}
.section-testit .text-image-block .row > div:first-child {
	margin-bottom: 0;
}
.section-testit .text-image-block .img-holder {
	position: relative;
	padding-bottom: 59.25%;
	margin: 0;
}
@media (min-width: 992px) {
	.section-testit .text-image-block .img-holder {
		max-width: 83%;
	}
}
.section-testit .text-image-block .img-holder img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
}
.section-testit .text-image-block .text-holder {
	font-size: 2.6rem;
	font-weight: 300;
	line-height: 1.25;
	text-align: center;
}
@media (min-width: 992px) {
	.section-testit .text-image-block .text-holder {
		padding: 0 5rem;
	}
}
@media (min-width: 1340px) {
	.section-testit .text-image-block .text-holder {
		padding: 0 11rem;
	}
}
.section-testit .text-image-block .text-holder a {
	position: relative;
	font-family: "Eina 01", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	color: #aaa;
	text-decoration: none;
}
@media (max-width: 991.98px) {
	.section-testit .text-image-block .text-holder a {
		font-size: 1.2rem;
	}
}
.section-testit .text-image-block .text-holder a:hover::after {
	width: 0;
}
.section-testit .text-image-block .text-holder a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.4rem;
	width: 100%;
	height: 0.1rem;
	background: #aaa;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.portraits-section {
	position: relative;
	overflow: hidden;
	padding-top: 2.7rem;
	padding-bottom: 4rem;
}
.portraits-section .section-header {
	padding-bottom: 8.7rem;
}
.portraits-section .section-header + .info-item {
	margin-top: 4.9rem;
}
@media (max-width: 991.98px) {
	.portraits-section {
		padding-top: 1.7rem;
		padding-bottom: 1.1rem;
	}
	.portraits-section .section-header {
		padding-bottom: 5.7rem;
	}
	.portraits-section .section-header + .info-item {
		margin-top: 0;
	}
}

.heading-section {
	position: relative;
	overflow: hidden;
	padding-top: 4.8rem;
	padding-bottom: 4.8rem;
	text-align: center;
	font-size: 2.6rem;
	line-height: 1.38;
	font-weight: 300;
	font-family: "Lyon Display", serif;
	color: #000;
}
.heading-section h1, .heading-section .h1,
.heading-section .heading-section-title {
	display: block;
	color: inherit;
	margin-bottom: 5.4rem;
	font-size: 5.2rem;
	line-height: 1.2;
	font-weight: inherit;
	font-family: inherit;
}
.heading-section h1:last-child, .heading-section .h1:last-child,
.heading-section .heading-section-title:last-child {
	margin-bottom: 0;
}
.heading-section .heading-section-body {
	max-width: 76rem;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 991.98px) {
	.heading-section {
		padding-top: 6.5rem;
		padding-bottom: 4.8rem;
	}
	.heading-section h1, .heading-section .h1,
	.heading-section .heading-section-title {
		margin-bottom: 0;
		font-size: 3.6rem;
		line-height: 1.175;
	}
	.heading-section .heading-section-link-row {
		font-size: 0;
		line-height: 0;
	}
	.heading-section .heading-section-link-row .link-more {
		text-transform: uppercase;
	}
}

.info-items-section {
	position: relative;
	overflow: hidden;
	padding-top: 4.5rem;
	padding-bottom: 5rem;
}
@media (max-width: 991.98px) {
	.info-items-section {
		padding-top: 1.8rem;
		padding-bottom: 3rem;
	}
}

.cta-section {
	position: relative;
	overflow: hidden;
	padding-top: 2.8rem;
	padding-bottom: 12.1rem;
	font-size: 2.6rem;
	line-height: 1.462;
	font-weight: 300;
	font-family: "Lyon Display", serif;
	color: #000;
	text-align: center;
}
.cta-section p:last-child {
	margin-bottom: 0;
}
.cta-section p a {
	color: inherit;
	text-decoration: underline;
}
.cta-section p a:hover {
	color: inherit;
	text-decoration: none;
}

.post-cards-section {
	position: relative;
	overflow: hidden;
	padding-top: 2.6rem;
	padding-bottom: 2.6rem;
}
@media (max-width: 991.98px) {
	.post-cards-section {
		padding-top: 1.8rem;
		padding-bottom: 1.8rem;
	}
}

.title-section {
	position: relative;
	overflow: hidden;
	padding-top: 1.2rem;
	padding-bottom: 4.7rem;
	color: #646464;
}
.title-section .title-section-body {
	max-width: 65.4rem;
	margin-left: auto;
	margin-right: auto;
}
.title-section .title-section-date {
	display: block;
	text-transform: uppercase;
	padding-bottom: 1.5rem;
	font-size: 1.4rem;
	line-height: 1.38;
	font-weight: 400;
	font-family: "Eina 01", sans-serif;
}
.title-section h1, .title-section .h1 {
	color: inherit;
	font-size: 4.2rem;
	line-height: 1.2;
	font-weight: 300;
	font-family: "Lyon Display", serif;
}
.title-section h1:last-child, .title-section .h1:last-child {
	margin-bottom: 0;
}
@media (max-width: 991.98px) {
	.title-section + .video-section {
		margin-top: 1.8rem;
	}
}

.video-section {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1.99/1;
	background-color: #000;
}
.video-section .video-section-poster {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.video-section .video-section-poster img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.video-section .video-section-video {
	position: absolute;
	z-index: 5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.video-section .video-section-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.video-section .btn-play {
	margin-top: -4.2rem;
}
.video-section.video-section-play .video-section-poster,
.video-section.video-section-play .btn-play {
	opacity: 0;
	pointer-events: none;
}
@media (max-width: 991.98px) {
	.video-section {
		aspect-ratio: 1.49/1;
	}
	.video-section .video-section-poster::before {
		content: "";
		background-color: #000;
		opacity: 0.17;
		position: absolute;
		z-index: 5;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.video-section .btn-play {
		margin-top: 0;
	}
}

.single-article {
	position: relative;
	overflow: hidden;
	color: #646464;
	font-size: 1.6rem;
	line-height: 1.38;
	font-weight: 400;
	font-family: "Eina 01", sans-serif;
	padding-top: 9.2rem;
	padding-bottom: 8rem;
}
.single-article .single-article-wrapper {
	max-width: 67rem;
	margin-left: auto;
	margin-right: auto;
}
.single-article .single-article-wrapper.single-article-wrapper-wide {
	max-width: 113rem;
}
.single-article .single-article-date {
	display: block;
	text-transform: uppercase;
	padding-bottom: 2rem;
	font-size: 1.2rem;
	line-height: 1.38;
	font-weight: inherit;
	text-align: center;
}
.single-article .lead {
	display: block;
	padding-bottom: 5.3rem;
	font-size: 2.1rem;
	line-height: 1.38;
	font-weight: 600;
	max-width: 95%;
}
.single-article h2, .single-article .h2 {
	font-size: inherit;
	line-height: inherit;
	font-weight: 700;
	font-family: inherit;
	margin-bottom: 0;
	color: inherit;
}
.single-article p {
	margin-bottom: 2.2rem;
}
.single-article p + h2, .single-article p + .h2 {
	padding-top: 3.1rem;
}
.single-article .single-article-height-fixed-image {
	margin: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 61.1rem;
}
.single-article .single-article-height-fixed-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.single-article .single-article-images-group {
	padding-top: 3rem;
	padding-bottom: 5.2rem;
}
.single-article .single-article-image {
	margin: 5.2rem 0 5.4rem;
	position: relative;
	overflow: hidden;
}
.single-article .single-article-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.single-article .images-carousel {
	padding-top: 3.1rem;
}
@media (min-width: 992px) {
	.single-article .single-article-images-group > .row > .col-lg-5 {
		width: 40%;
	}
	.single-article .single-article-images-group > .row > .col-lg-7 {
		width: 60%;
	}
}
@media (max-width: 991.98px) {
	.single-article {
		color: #4dad77;
		padding-top: 3.3rem;
		padding-bottom: 3.3rem;
	}
	.single-article .lead {
		padding-bottom: 3.3rem;
		font-size: 3.4rem;
		line-height: 1.059;
		font-weight: 300;
		font-family: "Lyon Display", serif;
		max-width: 100%;
		text-align: center;
	}
	.single-article h2, .single-article .h2 {
		font-weight: 600;
	}
	.single-article p + h2, .single-article p + .h2 {
		padding-top: 0;
	}
	.single-article .single-article-height-fixed-image {
		height: auto;
		aspect-ratio: 0.74/1;
	}
	.single-article .single-article-images-group {
		padding-top: 1.6rem;
		padding-bottom: 5.8rem;
	}
	.single-article .single-article-image {
		margin: 6rem auto 5.9rem;
		max-width: 67%;
	}
	.single-article .images-carousel {
		padding-top: 3.7rem;
	}
}

.related-section {
	position: relative;
	overflow: hidden;
	padding-top: 8.2rem;
	padding-bottom: 12.7rem;
}
.related-section .section-header {
	padding-top: 0;
	padding-bottom: 8.8rem;
}
.related-section .section-header .link-more {
	font-size: 1.4rem;
	line-height: 1.38;
	text-transform: uppercase;
}
@media (max-width: 991.98px) {
	.related-section {
		padding-top: 6.2rem;
		padding-bottom: 2.9rem;
	}
	.related-section .section-header {
		padding-bottom: 6.1rem;
	}
	.related-section .section-header .link-more {
		font-size: 1.2rem;
	}
	.related-section .post-card {
		margin-bottom: 4.3rem;
	}
	.related-section .post-card .post-card-image {
		aspect-ratio: 1.52/1;
	}
}
/*# sourceMappingURL=styles.css.map */
