@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (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: #389427;
	--bs-teal: #20c997;
	--bs-cyan: #22a5b6;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #389427;
	--bs-secondary: #22a5b6;
	--bs-success: #389427;
	--bs-info: #22a5b6;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 56, 148, 39;
	--bs-secondary-rgb: 34, 165, 182;
	--bs-success-rgb: 56, 148, 39;
	--bs-info-rgb: 34, 165, 182;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 0, 0, 0;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: "Zen Kaku Gothic New", sans-serif;
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #000;
	--bs-body-bg: #fff;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.25rem;
	--bs-border-radius-sm: 0.2rem;
	--bs-border-radius-lg: 0.3rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-2xl: 2rem;
	--bs-border-radius-pill: 50rem;
	--bs-link-color: #389427;
	--bs-link-hover-color: #2d761f;
	--bs-code-color: #d63384;
	--bs-highlight-bg: #fcf8e3
}
*, ::after, ::before {
	box-sizing: border-box
}
body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}
hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: 1px solid;
	opacity: .25
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}
.h1, h1 {
	font-size: calc(1.375rem + 1.5vw)
}
@media (min-width:1200px) {
	.h1, h1 {
		font-size: 2.5rem
	}
}
.h2, h2 {
	font-size: calc(1.325rem + .9vw)
}
@media (min-width:1200px) {
	.h2, h2 {
		font-size: 2rem
	}
}
.h3, h3 {
	font-size: calc(1.3rem + .6vw)
}
@media (min-width:1200px) {
	.h3, h3 {
		font-size: 1.75rem
	}
}
.h4, h4 {
	font-size: calc(1.275rem + .3vw)
}
@media (min-width:1200px) {
	.h4, h4 {
		font-size: 1.5rem
	}
}
.h5, h5 {
	font-size: 1.25rem
}
.h6, h6 {
	font-size: 1rem
}
p {
	margin-top: 0;
	margin-bottom: 1rem
}
abbr[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
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
dt {
	font-weight: 700
}
dd {
	margin-bottom: .5rem;
	margin-left: 0
}
blockquote {
	margin: 0 0 1rem
}
b, strong {
	font-weight: bolder
}
.small, small {
	font-size: .875em
}
.mark, mark {
	padding: .2em;
	background-color: var(--bs-highlight-bg)
}
sub, sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
a {
	color: var(--bs-link-color);
	text-decoration: underline
}
a:hover {
	opacity: 0.7;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}
code, kbd, pre, samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em
}
pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}
code {
	font-size: .875em;
	color: var(--bs-code-color);
	word-wrap: break-word
}
a>code {
	color: inherit
}
kbd {
	padding: .2rem .4rem;
	font-size: .875em;
	color: #fff;
	background-color: #212529;
	border-radius: .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: .5rem;
	padding-bottom: .5rem;
	color: #6c757d;
	text-align: left
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent
}
tbody, td, tfoot, th, thead, tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0
}
label {
	display: inline-block
}
button {
	border-radius: 0
}
button:focus:not(:focus-visible) {
	outline: 0
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
button, select {
	text-transform: none
}
[role=button] {
	cursor: pointer
}
select {
	word-wrap: normal
}
select:disabled {
	opacity: 1
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
	display: none!important
}
[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button: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: .5rem;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit
}
@media (min-width:1200px) {
	legend {
		font-size: 1.5rem
	}
}
legend+* {
	clear: left
}
::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
	padding: 0
}
::-webkit-inner-spin-button {
	height: auto
}
[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield
}
::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-color-swatch-wrapper {
	padding: 0
}
::file-selector-button {
	font: inherit;
	-webkit-appearance: button
}
output {
	display: inline-block
}
iframe {
	border: 0
}
summary {
	display: list-item;
	cursor: pointer
}
progress {
	vertical-align: baseline
}
[hidden] {
	display: none!important
}
.lead {
	font-size: 1.25rem;
	font-weight: 300
}
.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: .5rem
}
.initialism {
	font-size: .875em;
	text-transform: uppercase
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}
.blockquote>:last-child {
	margin-bottom: 0
}
.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: .875em;
	color: #6c757d
}
.blockquote-footer::before {
	content: "— "
}
img, svg {
	max-width: 100%;
	height: auto
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	--bs-gutter-x: 40px;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-right: auto;
	margin-left: auto
}
@media (min-width:576px) {
	.container, .container-sm {
		max-width: 540px
	}
}
@media (min-width:768px) {
	.container, .container-md, .container-sm {
		max-width: 720px
	}
}
@media (min-width:992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 960px
	}
}
@media (min-width:1100px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1040px
	}
}
.form-label {
	margin-bottom: .5rem;
	font-size: 1.25rem;
	font-weight: 700
}
.col-form-label {
	padding-top: calc(.438rem + 1px);
	padding-bottom: calc(.438rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	font-weight: 700;
	line-height: 1.5
}
.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem
}
.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem
}
.form-text {
	margin-top: .25rem;
	font-size: .875em;
	font-weight: 500;
	color: #6c757d
}
.form-control {
	display: block;
	width: 100%;
	padding: .438rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #707070;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}
.form-control[type=file] {
	overflow: hidden
}
.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer
}
.form-control:focus {
	color: #000;
	background-color: #fff;
	border-color: #389427;
	outline: 0
}
.form-control::-webkit-date-and-time-value {
	height: 1.5em
}
.form-control::-moz-placeholder {
	color: #b5b5b5;
	opacity: 1
}
.form-control::placeholder {
	color: #b5b5b5;
	opacity: 1
}
.form-control:disabled {
	background-color: #e9ecef;
	opacity: 1
}
.form-control::file-selector-button {
	padding: .438rem .75rem;
	margin: -.438rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #000;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.form-control::file-selector-button {
		transition: none
	}
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dde0e3
}
.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .438rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: #000;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}
.form-control-plaintext:focus {
	outline: 0
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}
.form-control-sm {
	min-height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}
.form-control-sm::file-selector-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem
}
.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem
}
.form-control-lg::file-selector-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem
}
textarea.form-control {
	min-height: calc(1.5em + .876rem + 2px)
}
textarea.form-control-sm {
	min-height: calc(1.5em + .5rem + 2px)
}
textarea.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px)
}
.form-control-color {
	width: 3rem;
	height: calc(1.5em + .876rem + 2px);
	padding: .438rem
}
.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer
}
.form-control-color::-moz-color-swatch {
	border: 0!important;
	border-radius: 0
}
.form-control-color::-webkit-color-swatch {
	border-radius: 0
}
.form-control-color.form-control-sm {
	height: calc(1.5em + .5rem + 2px)
}
.form-control-color.form-control-lg {
	height: calc(1.5em + 1rem + 2px)
}
.form-select {
	display: block;
	width: 100%;
	padding: .438rem 2.25rem .438rem .75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	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 .75rem center;
	background-size: 16px 12px;
	border: 1px solid #707070;
	border-radius: 0;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
@media (prefers-reduced-motion:reduce) {
	.form-select {
		transition: none
	}
}
.form-select:focus {
	border-color: #389427;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(56, 148, 39, .25)
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
	padding-right: .75rem;
	background-image: none
}
.form-select:disabled {
	background-color: #e9ecef
}
.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000
}
.form-select-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem;
	border-radius: .2rem
}
.form-select-lg {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
	border-radius: .3rem
}
.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: .125rem
}
.form-check .form-check-input {
	float: left;
	margin-left: -1.5em
}
.form-check-reverse {
	padding-right: 1.5em;
	padding-left: 0;
	text-align: right
}
.form-check-reverse .form-check-input {
	float: right;
	margin-right: -1.5em;
	margin-left: 0
}
.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, .25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	print-color-adjust: exact
}
.form-check-input[type=checkbox] {
	border-radius: .25em
}
.form-check-input[type=radio] {
	border-radius: 50%
}
.form-check-input:active {
	filter: brightness(90%)
}
.form-check-input:focus {
	border-color: #389427;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(56, 148, 39, .25)
}
.form-check-input:checked {
	background-color: #389427;
	border-color: #389427
}
.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: #389427;
	border-color: #389427;
	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;
	filter: none;
	opacity: .5
}
.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
	cursor: default;
	opacity: .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;
	transition: background-position .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.form-switch .form-check-input {
		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='%23389427'/%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-switch.form-check-reverse {
	padding-right: 2.5em;
	padding-left: 0
}
.form-switch.form-check-reverse .form-check-input {
	margin-right: -2.5em;
	margin-left: 0
}
.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;
	filter: none;
	opacity: .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 {
	box-shadow: 0 0 0 1px #fff
}
.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff
}
.form-range::-moz-focus-outer {
	border: 0
}
.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #389427;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: #c3dfbe
}
.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .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: #389427;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: #c3dfbe
}
.form-range::-moz-range-track {
	width: 100%;
	height: .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: #adb5bd
}
.form-range:disabled::-moz-range-thumb {
	background-color: #adb5bd
}
.form-floating {
	position: relative
}
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
	height: calc(3.5rem + 2px);
	line-height: 1.25
}
.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1rem .75rem;
	overflow: hidden;
	text-align: start;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.form-floating>label {
		transition: none
	}
}
.form-floating>.form-control, .form-floating>.form-control-plaintext {
	padding: 1rem .75rem
}
.form-floating>.form-control-plaintext::-moz-placeholder, .form-floating>.form-control::-moz-placeholder {
	color: transparent
}
.form-floating>.form-control-plaintext::placeholder, .form-floating>.form-control::placeholder {
	color: transparent
}
.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown), .form-floating>.form-control:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}
.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}
.form-floating>.form-control-plaintext:-webkit-autofill, .form-floating>.form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}
.form-floating>.form-select {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}
.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}
.form-floating>.form-control:-webkit-autofill~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}
.form-floating>.form-control-plaintext~label {
	border-width: 1px 0
}
.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}
.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0
}
.input-group>.form-control:focus, .input-group>.form-floating:focus-within, .input-group>.form-select:focus {
	z-index: 5
}
.input-group .btn {
	position: relative;
	z-index: 2
}
.input-group .btn:focus {
	z-index: 5
}
.input-group-text {
	display: flex;
	align-items: center;
	padding: .438rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #707070;
	border-radius: 0
}
.input-group-lg>.btn, .input-group-lg>.form-control, .input-group-lg>.form-select, .input-group-lg>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem
}
.input-group-sm>.btn, .input-group-sm>.form-control, .input-group-sm>.form-select, .input-group-sm>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}
.input-group-lg>.form-select, .input-group-sm>.form-select {
	padding-right: 3rem
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4), .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control, .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select, .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
	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
}
.input-group>.form-floating:not(:first-child)>.form-control, .input-group>.form-floating:not(:first-child)>.form-select {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #389427
}
.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #000;
	background-color: rgba(56, 148, 39, .9);
	border-radius: .25rem
}
.is-valid~.valid-feedback, .is-valid~.valid-tooltip, .was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip {
	display: block
}
.form-control.is-valid, .was-validated .form-control:valid {
	border-color: #389427;
	padding-right: calc(1.5em + .876rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23389427' 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(.375em + .219rem) center;
	background-size: calc(.75em + .438rem) calc(.75em + .438rem)
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
	border-color: #389427;
	box-shadow: 0 0 0 .25rem rgba(56, 148, 39, .25)
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.5em + .876rem);
	background-position: top calc(.375em + .219rem) right calc(.375em + .219rem)
}
.form-select.is-valid, .was-validated .form-select:valid {
	border-color: #389427
}
.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select: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='%23389427' 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 .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.75em + .438rem) calc(.75em + .438rem)
}
.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
	border-color: #389427;
	box-shadow: 0 0 0 .25rem rgba(56, 148, 39, .25)
}
.form-control-color.is-valid, .was-validated .form-control-color:valid {
	width: calc(3rem + calc(1.5em + .876rem))
}
.form-check-input.is-valid, .was-validated .form-check-input:valid {
	border-color: #389427
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
	background-color: #389427
}
.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
	box-shadow: 0 0 0 .25rem rgba(56, 148, 39, .25)
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
	color: #389427
}
.form-check-inline .form-check-input~.valid-feedback {
	margin-left: .5em
}
.input-group>.form-control:not(:focus).is-valid, .input-group>.form-floating:not(:focus-within).is-valid, .input-group>.form-select:not(:focus).is-valid, .was-validated .input-group>.form-control:not(:focus):valid, .was-validated .input-group>.form-floating:not(:focus-within):valid, .was-validated .input-group>.form-select:not(:focus):valid {
	z-index: 3
}
.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #dc3545
}
.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem
}
.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
	display: block
}
.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .876rem);
	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(.375em + .219rem) center;
	background-size: calc(.75em + .438rem) calc(.75em + .438rem)
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .876rem);
	background-position: top calc(.375em + .219rem) right calc(.375em + .219rem)
}
.form-select.is-invalid, .was-validated .form-select:invalid {
	border-color: #dc3545
}
.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select: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 .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.75em + .438rem) calc(.75em + .438rem)
}
.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}
.form-control-color.is-invalid, .was-validated .form-control-color:invalid {
	width: calc(3rem + calc(1.5em + .876rem))
}
.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
	border-color: #dc3545
}
.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
	background-color: #dc3545
}
.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545
}
.form-check-inline .form-check-input~.invalid-feedback {
	margin-left: .5em
}
.input-group>.form-control:not(:focus).is-invalid, .input-group>.form-floating:not(:focus-within).is-invalid, .input-group>.form-select:not(:focus).is-invalid, .was-validated .input-group>.form-control:not(:focus):invalid, .was-validated .input-group>.form-floating:not(:focus-within):invalid, .was-validated .input-group>.form-select:not(:focus):invalid {
	z-index: 4
}
.form-format input[type=number]::-webkit-inner-spin-button, .form-format input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none
}
.form-format input[type=number] {
	-moz-appearance: textfield
}
.form-format input[type=checkbox], .form-format input[type=radio] {
	margin-right: .5em;
	cursor: pointer;
	background: #fff
}
.form-format .form-control.error {
	color: #000;
	background-color: #fdd;
	border-color: #f99
}
.form-format .error:not(.form-control) {
	color: #dc3545
}
.form-label {
	display: block
}
.form-required {
	display: inline-block;
	padding: 1px .5em;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.1;
	color: #fff;
	background-color: #b6225b;
	border-radius: 3px
}
.form-margin {
	margin-bottom: 30px
}
@media (min-width:576px) {
	.form-margin {
		margin-bottom: 32px
	}
}
.form-btns {
	margin-top: 60px;
	text-align: center
}
@media (min-width:768px) {
	.form-btns {
		display: flex;
		align-items: center;
		justify-content: center
	}
}
.form-btns .btn-more {
	margin: 0 33px
}
@media (max-width:767.98px) {
	.form-btns .btn-more {
		margin: 0 0 30px
	}
}
.mw_wp_form_confirm .confirm-none {
	display: none
}
.btn-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1020;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	outline: 0;
	transition: opacity .15s linear
}
@media (min-width:1100px) {
	.btn-to-top {
		right: inherit;
		bottom: 50px;
		left: calc(50% + 465px)
	}
}
.btn-to-top:hover {
	opacity: .5
}
.btn-more {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 320px;
	padding: 16px 40px;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(to bottom, #5dd2e2, #188904);
	border: 3px solid #fff;
	border-radius: 100px;
	outline: 0;
	box-shadow: 0 3px 6px rgba(26, 24, 24, .16);
	transition: opacity .15s linear
}
@media (max-width:576px) {
	.btn-more  {
		font-size: 0.7rem;
        padding: 10px 30px;
	}
}
}
a.btn-more:hover {
	color: #fff;
	opacity: .7
}
.btn-more::after {
	position: absolute;
	top: 50%;
	right: 16px;
	font-size: 1rem;
	color: #fff;
	content: "▶︎";
	transform: translateY(-50%)
}
@media (max-width:576px) {
    .btn-more::after {
    font-size: 0.7rem;
    color: #fff;
    content: "▶︎";
    transform: translateY(-50%);
}
}
.btn-more--prev::after {
	right: inherit;
	left: 16px;
	content: "◀︎"
}
.btn-object {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 23px 52px;
	font-size: 1.25rem;
	font-weight: 900;
	color: #389427;
	text-align: right;
	text-decoration: none;
	cursor: pointer;
	background: #fff;
	border: 3px solid #389427;
	border-radius: 12px;
	outline: 0;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .16);
	transition: opacity .15s linear
}
@media (min-width:576px) {
	.btn-object {
		max-width: 500px;
		padding: 38px 88px;
		font-size: 1.5625rem;
		border-width: 3px;
		border-radius: 14px;
		box-shadow: 5px 5px 5px rgba(0, 0, 0, .16)
	}
}
.btn-object:hover {
	color: #389427;
	opacity: .5
}
.btn-object::after {
	position: absolute;
	top: 50%;
	right: 20px;
	color: #22a5b6;
	content: "▶︎";
	transform: translateY(-50%)
}
@media (min-width:576px) {
	.btn-object::after {
		right: 38px
	}
}
.btn-object__sample {
	position: absolute;
	top: 50%;
	left: -20px;
	max-width: calc(100% - 190px);
	transform: translateY(-50%)
}
@media (max-width:575.98px) {
	.btn-object__sample {
		width: 147px
	}
}
@media (min-width:576px) {
	.btn-object__sample {
		top: -20px;
		left: -65px;
		max-width: 100%;
		transform: none
	}
}
.btn-object__contact {
	position: absolute;
	bottom: 0;
	left: 40px
}
@media (max-width:575.98px) {
	.btn-object__contact {
		left: 20px;
		width: 95px
	}
}
.btn-object-note {
	display: block;
	margin-top: 1rem;
	font-size: .875rem
}
@media (min-width:576px) {
	.btn-object-note {
		font-size: 1.125rem
	}
}
.clearfix::after {
	display: block;
	clear: both;
	content: ""
}
.link-primary {
	color: #389427!important
}
.link-primary:focus, .link-primary:hover {
	color: #60a952!important
}
.link-secondary {
	color: #22a5b6!important
}
.link-secondary:focus, .link-secondary:hover {
	color: #4eb7c5!important
}
.link-success {
	color: #389427!important
}
.link-success:focus, .link-success:hover {
	color: #60a952!important
}
.link-info {
	color: #22a5b6!important
}
.link-info:focus, .link-info:hover {
	color: #4eb7c5!important
}
.link-warning {
	color: #ffc107!important
}
.link-warning:focus, .link-warning:hover {
	color: #ffcd39!important
}
.link-danger {
	color: #dc3545!important
}
.link-danger:focus, .link-danger:hover {
	color: #b02a37!important
}
.link-light {
	color: #f8f9fa!important
}
.link-light:focus, .link-light:hover {
	color: #f9fafb!important
}
.link-dark {
	color: #212529!important
}
.link-dark:focus, .link-dark:hover {
	color: #1a1e21!important
}
.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%
}
.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
}
[class*=js-sr] {
	visibility: hidden
}
.hover-opacity {
	color: #000;
	text-decoration: none;
	transition: opacity .15s linear
}
.hover-opacity:hover {
	opacity: .5
}
.text-link {
	color: #2277b6;
	text-decoration: underline
}
.text-link:hover {
	color: #2277b6;
	text-decoration: none
}
.object-fit {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}
.js-slide-door {
	position: relative;
	display: inline-block;
	visibility: hidden;
	transition: all .5s ease-in;
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
}
.js-slide-door::after {
	position: absolute;
	top: 0;
	left: -25%;
	width: 150%;
	height: 100%;
	content: "";
	background-color: #389427;
	transition: left 1s cubic-bezier(.25, .46, .45, .94) 1s
}
.js-slide-door.sr-done {
	visibility: visible;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	transition: -webkit-clip-path 1s cubic-bezier(.25, .46, .45, .94) 0s;
	transition: clip-path 1s cubic-bezier(.25, .46, .45, .94) 0s;
	transition: clip-path 1s cubic-bezier(.25, .46, .45, .94) 0s, -webkit-clip-path 1s cubic-bezier(.25, .46, .45, .94) 0s
}
.js-slide-door.sr-done::after {
	left: 150%
}
.kaeru-img {
	-webkit-animation: kaeru 2s linear 0s infinite;
	animation: kaeru 2s linear 0s infinite
}
@-webkit-keyframes kaeru {
	0% {
		transform: rotateZ(0)
	}
	25% {
		transform: rotateZ(-20deg)
	}
	50% {
		transform: rotateZ(0)
	}
	75% {
		transform: rotateZ(20deg)
	}
	100% {
		transform: rotateZ(0)
	}
}
@keyframes kaeru {
	0% {
		transform: rotateZ(0)
	}
	25% {
		transform: rotateZ(-20deg)
	}
	50% {
		transform: rotateZ(0)
	}
	75% {
		transform: rotateZ(20deg)
	}
	100% {
		transform: rotateZ(0)
	}
}
.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
}
.opacity-0 {
	opacity: 0!important
}
.opacity-25 {
	opacity: .25!important
}
.opacity-50 {
	opacity: .5!important
}
.opacity-75 {
	opacity: .75!important
}
.opacity-100 {
	opacity: 1!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: flex!important
}
.d-inline-flex {
	display: inline-flex!important
}
.d-none {
	display: 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
}
.border-opacity-10 {
	--bs-border-opacity: 0.1
}
.border-opacity-25 {
	--bs-border-opacity: 0.25
}
.border-opacity-50 {
	--bs-border-opacity: 0.5
}
.border-opacity-75 {
	--bs-border-opacity: 0.75
}
.border-opacity-100 {
	--bs-border-opacity: 1
}
.flex-fill {
	flex: 1 1 auto!important
}
.flex-row {
	flex-direction: row!important
}
.flex-column {
	flex-direction: column!important
}
.flex-row-reverse {
	flex-direction: row-reverse!important
}
.flex-column-reverse {
	flex-direction: column-reverse!important
}
.flex-grow-0 {
	flex-grow: 0!important
}
.flex-grow-1 {
	flex-grow: 1!important
}
.flex-shrink-0 {
	flex-shrink: 0!important
}
.flex-shrink-1 {
	flex-shrink: 1!important
}
.flex-wrap {
	flex-wrap: wrap!important
}
.flex-nowrap {
	flex-wrap: nowrap!important
}
.flex-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.justify-content-start {
	justify-content: flex-start!important
}
.justify-content-end {
	justify-content: flex-end!important
}
.justify-content-center {
	justify-content: center!important
}
.justify-content-between {
	justify-content: space-between!important
}
.justify-content-around {
	justify-content: space-around!important
}
.justify-content-evenly {
	justify-content: space-evenly!important
}
.align-items-start {
	align-items: flex-start!important
}
.align-items-end {
	align-items: flex-end!important
}
.align-items-center {
	align-items: center!important
}
.align-items-baseline {
	align-items: baseline!important
}
.align-items-stretch {
	align-items: stretch!important
}
.align-content-start {
	align-content: flex-start!important
}
.align-content-end {
	align-content: flex-end!important
}
.align-content-center {
	align-content: center!important
}
.align-content-between {
	align-content: space-between!important
}
.align-content-around {
	align-content: space-around!important
}
.align-content-stretch {
	align-content: stretch!important
}
.align-self-auto {
	align-self: auto!important
}
.align-self-start {
	align-self: flex-start!important
}
.align-self-end {
	align-self: flex-end!important
}
.align-self-center {
	align-self: center!important
}
.align-self-baseline {
	align-self: baseline!important
}
.align-self-stretch {
	align-self: stretch!important
}
.order-first {
	order: -1!important
}
.order-0 {
	order: 0!important
}
.order-1 {
	order: 1!important
}
.order-2 {
	order: 2!important
}
.order-3 {
	order: 3!important
}
.order-4 {
	order: 4!important
}
.order-5 {
	order: 5!important
}
.order-last {
	order: 6!important
}
.m-0 {
	margin: 0!important
}
.m-1 {
	margin: .25rem!important
}
.m-2 {
	margin: .5rem!important
}
.m-3 {
	margin: 1rem!important
}
.m-4 {
	margin: 1.5rem!important
}
.m-5 {
	margin: 3rem!important
}
.m-6 {
	margin: 3.8rem!important
}
.m-auto {
	margin: auto!important
}
.mx-0 {
	margin-right: 0!important;
	margin-left: 0!important
}
.mx-1 {
	margin-right: .25rem!important;
	margin-left: .25rem!important
}
.mx-2 {
	margin-right: .5rem!important;
	margin-left: .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-6 {
	margin-right: 3.8rem!important;
	margin-left: 3.8rem!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: .25rem!important;
	margin-bottom: .25rem!important
}
.my-2 {
	margin-top: .5rem!important;
	margin-bottom: .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-6 {
	margin-top: 3.8rem!important;
	margin-bottom: 3.8rem!important
}
.my-auto {
	margin-top: auto!important;
	margin-bottom: auto!important
}
.mt-0 {
	margin-top: 0!important
}
.mt-1 {
	margin-top: .25rem!important
}
.mt-2 {
	margin-top: .5rem!important
}
.mt-3 {
	margin-top: 1rem!important
}
.mt-4 {
	margin-top: 1.5rem!important
}
.mt-5 {
	margin-top: 3rem!important
}
.mt-6 {
	margin-top: 3.8rem!important
}
.mt-auto {
	margin-top: auto!important
}
.me-0 {
	margin-right: 0!important
}
.me-1 {
	margin-right: .25rem!important
}
.me-2 {
	margin-right: .5rem!important
}
.me-3 {
	margin-right: 1rem!important
}
.me-4 {
	margin-right: 1.5rem!important
}
.me-5 {
	margin-right: 3rem!important
}
.me-6 {
	margin-right: 3.8rem!important
}
.me-auto {
	margin-right: auto!important
}
.mb-0 {
	margin-bottom: 0!important
}
.mb-1 {
	margin-bottom: .25rem!important
}
.mb-2 {
	margin-bottom: .5rem!important
}
.mb-3 {
	margin-bottom: 1rem!important
}
.mb-4 {
	margin-bottom: 1.5rem!important
}
.mb-5 {
	margin-bottom: 3rem!important
}
.mb-6 {
	margin-bottom: 3.8rem!important
}
.mb-auto {
	margin-bottom: auto!important
}
.ms-0 {
	margin-left: 0!important
}
.ms-1 {
	margin-left: .25rem!important
}
.ms-2 {
	margin-left: .5rem!important
}
.ms-3 {
	margin-left: 1rem!important
}
.ms-4 {
	margin-left: 1.5rem!important
}
.ms-5 {
	margin-left: 3rem!important
}
.ms-6 {
	margin-left: 3.8rem!important
}
.ms-auto {
	margin-left: auto!important
}
.p-0 {
	padding: 0!important
}
.p-1 {
	padding: .25rem!important
}
.p-2 {
	padding: .5rem!important
}
.p-3 {
	padding: 1rem!important
}
.p-4 {
	padding: 1.5rem!important
}
.p-5 {
	padding: 3rem!important
}
.p-6 {
	padding: 3.8rem!important
}
.px-0 {
	padding-right: 0!important;
	padding-left: 0!important
}
.px-1 {
	padding-right: .25rem!important;
	padding-left: .25rem!important
}
.px-2 {
	padding-right: .5rem!important;
	padding-left: .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
}
.px-6 {
	padding-right: 3.8rem!important;
	padding-left: 3.8rem!important
}
.py-0 {
	padding-top: 0!important;
	padding-bottom: 0!important
}
.py-1 {
	padding-top: .25rem!important;
	padding-bottom: .25rem!important
}
.py-2 {
	padding-top: .5rem!important;
	padding-bottom: .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
}
.py-6 {
	padding-top: 3.8rem!important;
	padding-bottom: 3.8rem!important
}
.pt-0 {
	padding-top: 0!important
}
.pt-1 {
	padding-top: .25rem!important
}
.pt-2 {
	padding-top: .5rem!important
}
.pt-3 {
	padding-top: 1rem!important
}
.pt-4 {
	padding-top: 1.5rem!important
}
.pt-5 {
	padding-top: 3rem!important
}
.pt-6 {
	padding-top: 3.8rem!important
}
.pe-0 {
	padding-right: 0!important
}
.pe-1 {
	padding-right: .25rem!important
}
.pe-2 {
	padding-right: .5rem!important
}
.pe-3 {
	padding-right: 1rem!important
}
.pe-4 {
	padding-right: 1.5rem!important
}
.pe-5 {
	padding-right: 3rem!important
}
.pe-6 {
	padding-right: 3.8rem!important
}
.pb-0 {
	padding-bottom: 0!important
}
.pb-1 {
	padding-bottom: .25rem!important
}
.pb-2 {
	padding-bottom: .5rem!important
}
.pb-3 {
	padding-bottom: 1rem!important
}
.pb-4 {
	padding-bottom: 1.5rem!important
}
.pb-5 {
	padding-bottom: 3rem!important
}
.pb-6 {
	padding-bottom: 3.8rem!important
}
.ps-0 {
	padding-left: 0!important
}
.ps-1 {
	padding-left: .25rem!important
}
.ps-2 {
	padding-left: .5rem!important
}
.ps-3 {
	padding-left: 1rem!important
}
.ps-4 {
	padding-left: 1.5rem!important
}
.ps-5 {
	padding-left: 3rem!important
}
.ps-6 {
	padding-left: 3.8rem!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-semibold {
	font-weight: 600!important
}
.fw-bolder {
	font-weight: bolder!important
}
.text-start {
	text-align: left!important
}
.text-end {
	text-align: right!important
}
.text-center {
	text-align: center!important
}
.text-primary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity))!important
}
.text-secondary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity))!important
}
.text-success {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-success-rgb), var(--bs-text-opacity))!important
}
.text-info {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-info-rgb), var(--bs-text-opacity))!important
}
.text-warning {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity))!important
}
.text-danger {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity))!important
}
.text-light {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-light-rgb), var(--bs-text-opacity))!important
}
.text-dark {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity))!important
}
.text-black {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-black-rgb), var(--bs-text-opacity))!important
}
.text-white {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity))!important
}
.text-body {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity))!important
}
.text-muted {
	--bs-text-opacity: 1;
	color: #6c757d!important
}
.text-black-50 {
	--bs-text-opacity: 1;
	color: rgba(0, 0, 0, .5)!important
}
.text-white-50 {
	--bs-text-opacity: 1;
	color: rgba(255, 255, 255, .5)!important
}
.text-reset {
	--bs-text-opacity: 1;
	color: inherit!important
}
.bg-primary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity))!important
}
.bg-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity))!important
}
.bg-success {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity))!important
}
.bg-info {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity))!important
}
.bg-warning {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity))!important
}
.bg-danger {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity))!important
}
.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity))!important
}
.bg-dark {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity))!important
}
.bg-black {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity))!important
}
.bg-white {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity))!important
}
.bg-body {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity))!important
}
.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: transparent!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;
	user-select: auto!important
}
.user-select-none {
	-webkit-user-select: none!important;
	-moz-user-select: none!important;
	user-select: none!important
}
.pe-none {
	pointer-events: none!important
}
.pe-auto {
	pointer-events: auto!important
}
.visible {
	visibility: visible!important
}
.invisible {
	visibility: hidden!important
}
@media (min-width:576px) {
	.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: flex!important
	}
	.d-sm-inline-flex {
		display: inline-flex!important
	}
	.d-sm-none {
		display: none!important
	}
	.flex-sm-fill {
		flex: 1 1 auto!important
	}
	.flex-sm-row {
		flex-direction: row!important
	}
	.flex-sm-column {
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-sm-grow-0 {
		flex-grow: 0!important
	}
	.flex-sm-grow-1 {
		flex-grow: 1!important
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1!important
	}
	.flex-sm-wrap {
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.justify-content-sm-start {
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		justify-content: center!important
	}
	.justify-content-sm-between {
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		justify-content: space-around!important
	}
	.justify-content-sm-evenly {
		justify-content: space-evenly!important
	}
	.align-items-sm-start {
		align-items: flex-start!important
	}
	.align-items-sm-end {
		align-items: flex-end!important
	}
	.align-items-sm-center {
		align-items: center!important
	}
	.align-items-sm-baseline {
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		align-items: stretch!important
	}
	.align-content-sm-start {
		align-content: flex-start!important
	}
	.align-content-sm-end {
		align-content: flex-end!important
	}
	.align-content-sm-center {
		align-content: center!important
	}
	.align-content-sm-between {
		align-content: space-between!important
	}
	.align-content-sm-around {
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		align-content: stretch!important
	}
	.align-self-sm-auto {
		align-self: auto!important
	}
	.align-self-sm-start {
		align-self: flex-start!important
	}
	.align-self-sm-end {
		align-self: flex-end!important
	}
	.align-self-sm-center {
		align-self: center!important
	}
	.align-self-sm-baseline {
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		align-self: stretch!important
	}
	.order-sm-first {
		order: -1!important
	}
	.order-sm-0 {
		order: 0!important
	}
	.order-sm-1 {
		order: 1!important
	}
	.order-sm-2 {
		order: 2!important
	}
	.order-sm-3 {
		order: 3!important
	}
	.order-sm-4 {
		order: 4!important
	}
	.order-sm-5 {
		order: 5!important
	}
	.order-sm-last {
		order: 6!important
	}
	.m-sm-0 {
		margin: 0!important
	}
	.m-sm-1 {
		margin: .25rem!important
	}
	.m-sm-2 {
		margin: .5rem!important
	}
	.m-sm-3 {
		margin: 1rem!important
	}
	.m-sm-4 {
		margin: 1.5rem!important
	}
	.m-sm-5 {
		margin: 3rem!important
	}
	.m-sm-6 {
		margin: 3.8rem!important
	}
	.m-sm-auto {
		margin: auto!important
	}
	.mx-sm-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-sm-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-sm-2 {
		margin-right: .5rem!important;
		margin-left: .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-6 {
		margin-right: 3.8rem!important;
		margin-left: 3.8rem!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: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-sm-2 {
		margin-top: .5rem!important;
		margin-bottom: .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-6 {
		margin-top: 3.8rem!important;
		margin-bottom: 3.8rem!important
	}
	.my-sm-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-sm-0 {
		margin-top: 0!important
	}
	.mt-sm-1 {
		margin-top: .25rem!important
	}
	.mt-sm-2 {
		margin-top: .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-6 {
		margin-top: 3.8rem!important
	}
	.mt-sm-auto {
		margin-top: auto!important
	}
	.me-sm-0 {
		margin-right: 0!important
	}
	.me-sm-1 {
		margin-right: .25rem!important
	}
	.me-sm-2 {
		margin-right: .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-6 {
		margin-right: 3.8rem!important
	}
	.me-sm-auto {
		margin-right: auto!important
	}
	.mb-sm-0 {
		margin-bottom: 0!important
	}
	.mb-sm-1 {
		margin-bottom: .25rem!important
	}
	.mb-sm-2 {
		margin-bottom: .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-6 {
		margin-bottom: 3.8rem!important
	}
	.mb-sm-auto {
		margin-bottom: auto!important
	}
	.ms-sm-0 {
		margin-left: 0!important
	}
	.ms-sm-1 {
		margin-left: .25rem!important
	}
	.ms-sm-2 {
		margin-left: .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-6 {
		margin-left: 3.8rem!important
	}
	.ms-sm-auto {
		margin-left: auto!important
	}
	.p-sm-0 {
		padding: 0!important
	}
	.p-sm-1 {
		padding: .25rem!important
	}
	.p-sm-2 {
		padding: .5rem!important
	}
	.p-sm-3 {
		padding: 1rem!important
	}
	.p-sm-4 {
		padding: 1.5rem!important
	}
	.p-sm-5 {
		padding: 3rem!important
	}
	.p-sm-6 {
		padding: 3.8rem!important
	}
	.px-sm-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-sm-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-sm-2 {
		padding-right: .5rem!important;
		padding-left: .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
	}
	.px-sm-6 {
		padding-right: 3.8rem!important;
		padding-left: 3.8rem!important
	}
	.py-sm-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-sm-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-sm-2 {
		padding-top: .5rem!important;
		padding-bottom: .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
	}
	.py-sm-6 {
		padding-top: 3.8rem!important;
		padding-bottom: 3.8rem!important
	}
	.pt-sm-0 {
		padding-top: 0!important
	}
	.pt-sm-1 {
		padding-top: .25rem!important
	}
	.pt-sm-2 {
		padding-top: .5rem!important
	}
	.pt-sm-3 {
		padding-top: 1rem!important
	}
	.pt-sm-4 {
		padding-top: 1.5rem!important
	}
	.pt-sm-5 {
		padding-top: 3rem!important
	}
	.pt-sm-6 {
		padding-top: 3.8rem!important
	}
	.pe-sm-0 {
		padding-right: 0!important
	}
	.pe-sm-1 {
		padding-right: .25rem!important
	}
	.pe-sm-2 {
		padding-right: .5rem!important
	}
	.pe-sm-3 {
		padding-right: 1rem!important
	}
	.pe-sm-4 {
		padding-right: 1.5rem!important
	}
	.pe-sm-5 {
		padding-right: 3rem!important
	}
	.pe-sm-6 {
		padding-right: 3.8rem!important
	}
	.pb-sm-0 {
		padding-bottom: 0!important
	}
	.pb-sm-1 {
		padding-bottom: .25rem!important
	}
	.pb-sm-2 {
		padding-bottom: .5rem!important
	}
	.pb-sm-3 {
		padding-bottom: 1rem!important
	}
	.pb-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-sm-5 {
		padding-bottom: 3rem!important
	}
	.pb-sm-6 {
		padding-bottom: 3.8rem!important
	}
	.ps-sm-0 {
		padding-left: 0!important
	}
	.ps-sm-1 {
		padding-left: .25rem!important
	}
	.ps-sm-2 {
		padding-left: .5rem!important
	}
	.ps-sm-3 {
		padding-left: 1rem!important
	}
	.ps-sm-4 {
		padding-left: 1.5rem!important
	}
	.ps-sm-5 {
		padding-left: 3rem!important
	}
	.ps-sm-6 {
		padding-left: 3.8rem!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) {
	.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: flex!important
	}
	.d-md-inline-flex {
		display: inline-flex!important
	}
	.d-md-none {
		display: none!important
	}
	.flex-md-fill {
		flex: 1 1 auto!important
	}
	.flex-md-row {
		flex-direction: row!important
	}
	.flex-md-column {
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-md-grow-0 {
		flex-grow: 0!important
	}
	.flex-md-grow-1 {
		flex-grow: 1!important
	}
	.flex-md-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-md-shrink-1 {
		flex-shrink: 1!important
	}
	.flex-md-wrap {
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.justify-content-md-start {
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		justify-content: center!important
	}
	.justify-content-md-between {
		justify-content: space-between!important
	}
	.justify-content-md-around {
		justify-content: space-around!important
	}
	.justify-content-md-evenly {
		justify-content: space-evenly!important
	}
	.align-items-md-start {
		align-items: flex-start!important
	}
	.align-items-md-end {
		align-items: flex-end!important
	}
	.align-items-md-center {
		align-items: center!important
	}
	.align-items-md-baseline {
		align-items: baseline!important
	}
	.align-items-md-stretch {
		align-items: stretch!important
	}
	.align-content-md-start {
		align-content: flex-start!important
	}
	.align-content-md-end {
		align-content: flex-end!important
	}
	.align-content-md-center {
		align-content: center!important
	}
	.align-content-md-between {
		align-content: space-between!important
	}
	.align-content-md-around {
		align-content: space-around!important
	}
	.align-content-md-stretch {
		align-content: stretch!important
	}
	.align-self-md-auto {
		align-self: auto!important
	}
	.align-self-md-start {
		align-self: flex-start!important
	}
	.align-self-md-end {
		align-self: flex-end!important
	}
	.align-self-md-center {
		align-self: center!important
	}
	.align-self-md-baseline {
		align-self: baseline!important
	}
	.align-self-md-stretch {
		align-self: stretch!important
	}
	.order-md-first {
		order: -1!important
	}
	.order-md-0 {
		order: 0!important
	}
	.order-md-1 {
		order: 1!important
	}
	.order-md-2 {
		order: 2!important
	}
	.order-md-3 {
		order: 3!important
	}
	.order-md-4 {
		order: 4!important
	}
	.order-md-5 {
		order: 5!important
	}
	.order-md-last {
		order: 6!important
	}
	.m-md-0 {
		margin: 0!important
	}
	.m-md-1 {
		margin: .25rem!important
	}
	.m-md-2 {
		margin: .5rem!important
	}
	.m-md-3 {
		margin: 1rem!important
	}
	.m-md-4 {
		margin: 1.5rem!important
	}
	.m-md-5 {
		margin: 3rem!important
	}
	.m-md-6 {
		margin: 3.8rem!important
	}
	.m-md-auto {
		margin: auto!important
	}
	.mx-md-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-md-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-md-2 {
		margin-right: .5rem!important;
		margin-left: .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-6 {
		margin-right: 3.8rem!important;
		margin-left: 3.8rem!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: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-md-2 {
		margin-top: .5rem!important;
		margin-bottom: .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-6 {
		margin-top: 3.8rem!important;
		margin-bottom: 3.8rem!important
	}
	.my-md-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-md-0 {
		margin-top: 0!important
	}
	.mt-md-1 {
		margin-top: .25rem!important
	}
	.mt-md-2 {
		margin-top: .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-6 {
		margin-top: 3.8rem!important
	}
	.mt-md-auto {
		margin-top: auto!important
	}
	.me-md-0 {
		margin-right: 0!important
	}
	.me-md-1 {
		margin-right: .25rem!important
	}
	.me-md-2 {
		margin-right: .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-6 {
		margin-right: 3.8rem!important
	}
	.me-md-auto {
		margin-right: auto!important
	}
	.mb-md-0 {
		margin-bottom: 0!important
	}
	.mb-md-1 {
		margin-bottom: .25rem!important
	}
	.mb-md-2 {
		margin-bottom: .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-6 {
		margin-bottom: 3.8rem!important
	}
	.mb-md-auto {
		margin-bottom: auto!important
	}
	.ms-md-0 {
		margin-left: 0!important
	}
	.ms-md-1 {
		margin-left: .25rem!important
	}
	.ms-md-2 {
		margin-left: .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-6 {
		margin-left: 3.8rem!important
	}
	.ms-md-auto {
		margin-left: auto!important
	}
	.p-md-0 {
		padding: 0!important
	}
	.p-md-1 {
		padding: .25rem!important
	}
	.p-md-2 {
		padding: .5rem!important
	}
	.p-md-3 {
		padding: 1rem!important
	}
	.p-md-4 {
		padding: 1.5rem!important
	}
	.p-md-5 {
		padding: 3rem!important
	}
	.p-md-6 {
		padding: 3.8rem!important
	}
	.px-md-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-md-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-md-2 {
		padding-right: .5rem!important;
		padding-left: .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
	}
	.px-md-6 {
		padding-right: 3.8rem!important;
		padding-left: 3.8rem!important
	}
	.py-md-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-md-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-md-2 {
		padding-top: .5rem!important;
		padding-bottom: .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
	}
	.py-md-6 {
		padding-top: 3.8rem!important;
		padding-bottom: 3.8rem!important
	}
	.pt-md-0 {
		padding-top: 0!important
	}
	.pt-md-1 {
		padding-top: .25rem!important
	}
	.pt-md-2 {
		padding-top: .5rem!important
	}
	.pt-md-3 {
		padding-top: 1rem!important
	}
	.pt-md-4 {
		padding-top: 1.5rem!important
	}
	.pt-md-5 {
		padding-top: 3rem!important
	}
	.pt-md-6 {
		padding-top: 3.8rem!important
	}
	.pe-md-0 {
		padding-right: 0!important
	}
	.pe-md-1 {
		padding-right: .25rem!important
	}
	.pe-md-2 {
		padding-right: .5rem!important
	}
	.pe-md-3 {
		padding-right: 1rem!important
	}
	.pe-md-4 {
		padding-right: 1.5rem!important
	}
	.pe-md-5 {
		padding-right: 3rem!important
	}
	.pe-md-6 {
		padding-right: 3.8rem!important
	}
	.pb-md-0 {
		padding-bottom: 0!important
	}
	.pb-md-1 {
		padding-bottom: .25rem!important
	}
	.pb-md-2 {
		padding-bottom: .5rem!important
	}
	.pb-md-3 {
		padding-bottom: 1rem!important
	}
	.pb-md-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-md-5 {
		padding-bottom: 3rem!important
	}
	.pb-md-6 {
		padding-bottom: 3.8rem!important
	}
	.ps-md-0 {
		padding-left: 0!important
	}
	.ps-md-1 {
		padding-left: .25rem!important
	}
	.ps-md-2 {
		padding-left: .5rem!important
	}
	.ps-md-3 {
		padding-left: 1rem!important
	}
	.ps-md-4 {
		padding-left: 1.5rem!important
	}
	.ps-md-5 {
		padding-left: 3rem!important
	}
	.ps-md-6 {
		padding-left: 3.8rem!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) {
	.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: flex!important
	}
	.d-lg-inline-flex {
		display: inline-flex!important
	}
	.d-lg-none {
		display: none!important
	}
	.flex-lg-fill {
		flex: 1 1 auto!important
	}
	.flex-lg-row {
		flex-direction: row!important
	}
	.flex-lg-column {
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-lg-grow-0 {
		flex-grow: 0!important
	}
	.flex-lg-grow-1 {
		flex-grow: 1!important
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1!important
	}
	.flex-lg-wrap {
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.justify-content-lg-start {
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		justify-content: center!important
	}
	.justify-content-lg-between {
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		justify-content: space-around!important
	}
	.justify-content-lg-evenly {
		justify-content: space-evenly!important
	}
	.align-items-lg-start {
		align-items: flex-start!important
	}
	.align-items-lg-end {
		align-items: flex-end!important
	}
	.align-items-lg-center {
		align-items: center!important
	}
	.align-items-lg-baseline {
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		align-items: stretch!important
	}
	.align-content-lg-start {
		align-content: flex-start!important
	}
	.align-content-lg-end {
		align-content: flex-end!important
	}
	.align-content-lg-center {
		align-content: center!important
	}
	.align-content-lg-between {
		align-content: space-between!important
	}
	.align-content-lg-around {
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		align-content: stretch!important
	}
	.align-self-lg-auto {
		align-self: auto!important
	}
	.align-self-lg-start {
		align-self: flex-start!important
	}
	.align-self-lg-end {
		align-self: flex-end!important
	}
	.align-self-lg-center {
		align-self: center!important
	}
	.align-self-lg-baseline {
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		align-self: stretch!important
	}
	.order-lg-first {
		order: -1!important
	}
	.order-lg-0 {
		order: 0!important
	}
	.order-lg-1 {
		order: 1!important
	}
	.order-lg-2 {
		order: 2!important
	}
	.order-lg-3 {
		order: 3!important
	}
	.order-lg-4 {
		order: 4!important
	}
	.order-lg-5 {
		order: 5!important
	}
	.order-lg-last {
		order: 6!important
	}
	.m-lg-0 {
		margin: 0!important
	}
	.m-lg-1 {
		margin: .25rem!important
	}
	.m-lg-2 {
		margin: .5rem!important
	}
	.m-lg-3 {
		margin: 1rem!important
	}
	.m-lg-4 {
		margin: 1.5rem!important
	}
	.m-lg-5 {
		margin: 3rem!important
	}
	.m-lg-6 {
		margin: 3.8rem!important
	}
	.m-lg-auto {
		margin: auto!important
	}
	.mx-lg-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-lg-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-lg-2 {
		margin-right: .5rem!important;
		margin-left: .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-6 {
		margin-right: 3.8rem!important;
		margin-left: 3.8rem!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: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-lg-2 {
		margin-top: .5rem!important;
		margin-bottom: .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-6 {
		margin-top: 3.8rem!important;
		margin-bottom: 3.8rem!important
	}
	.my-lg-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-lg-0 {
		margin-top: 0!important
	}
	.mt-lg-1 {
		margin-top: .25rem!important
	}
	.mt-lg-2 {
		margin-top: .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-6 {
		margin-top: 3.8rem!important
	}
	.mt-lg-auto {
		margin-top: auto!important
	}
	.me-lg-0 {
		margin-right: 0!important
	}
	.me-lg-1 {
		margin-right: .25rem!important
	}
	.me-lg-2 {
		margin-right: .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-6 {
		margin-right: 3.8rem!important
	}
	.me-lg-auto {
		margin-right: auto!important
	}
	.mb-lg-0 {
		margin-bottom: 0!important
	}
	.mb-lg-1 {
		margin-bottom: .25rem!important
	}
	.mb-lg-2 {
		margin-bottom: .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-6 {
		margin-bottom: 3.8rem!important
	}
	.mb-lg-auto {
		margin-bottom: auto!important
	}
	.ms-lg-0 {
		margin-left: 0!important
	}
	.ms-lg-1 {
		margin-left: .25rem!important
	}
	.ms-lg-2 {
		margin-left: .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-6 {
		margin-left: 3.8rem!important
	}
	.ms-lg-auto {
		margin-left: auto!important
	}
	.p-lg-0 {
		padding: 0!important
	}
	.p-lg-1 {
		padding: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.p-lg-5 {
		padding: 3rem!important
	}
	.p-lg-6 {
		padding: 3.8rem!important
	}
	.px-lg-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-lg-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-lg-2 {
		padding-right: .5rem!important;
		padding-left: .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
	}
	.px-lg-6 {
		padding-right: 3.8rem!important;
		padding-left: 3.8rem!important
	}
	.py-lg-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-lg-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-lg-2 {
		padding-top: .5rem!important;
		padding-bottom: .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
	}
	.py-lg-6 {
		padding-top: 3.8rem!important;
		padding-bottom: 3.8rem!important
	}
	.pt-lg-0 {
		padding-top: 0!important
	}
	.pt-lg-1 {
		padding-top: .25rem!important
	}
	.pt-lg-2 {
		padding-top: .5rem!important
	}
	.pt-lg-3 {
		padding-top: 1rem!important
	}
	.pt-lg-4 {
		padding-top: 1.5rem!important
	}
	.pt-lg-5 {
		padding-top: 3rem!important
	}
	.pt-lg-6 {
		padding-top: 3.8rem!important
	}
	.pe-lg-0 {
		padding-right: 0!important
	}
	.pe-lg-1 {
		padding-right: .25rem!important
	}
	.pe-lg-2 {
		padding-right: .5rem!important
	}
	.pe-lg-3 {
		padding-right: 1rem!important
	}
	.pe-lg-4 {
		padding-right: 1.5rem!important
	}
	.pe-lg-5 {
		padding-right: 3rem!important
	}
	.pe-lg-6 {
		padding-right: 3.8rem!important
	}
	.pb-lg-0 {
		padding-bottom: 0!important
	}
	.pb-lg-1 {
		padding-bottom: .25rem!important
	}
	.pb-lg-2 {
		padding-bottom: .5rem!important
	}
	.pb-lg-3 {
		padding-bottom: 1rem!important
	}
	.pb-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-lg-5 {
		padding-bottom: 3rem!important
	}
	.pb-lg-6 {
		padding-bottom: 3.8rem!important
	}
	.ps-lg-0 {
		padding-left: 0!important
	}
	.ps-lg-1 {
		padding-left: .25rem!important
	}
	.ps-lg-2 {
		padding-left: .5rem!important
	}
	.ps-lg-3 {
		padding-left: 1rem!important
	}
	.ps-lg-4 {
		padding-left: 1.5rem!important
	}
	.ps-lg-5 {
		padding-left: 3rem!important
	}
	.ps-lg-6 {
		padding-left: 3.8rem!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:1100px) {
	.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: flex!important
	}
	.d-xl-inline-flex {
		display: inline-flex!important
	}
	.d-xl-none {
		display: none!important
	}
	.flex-xl-fill {
		flex: 1 1 auto!important
	}
	.flex-xl-row {
		flex-direction: row!important
	}
	.flex-xl-column {
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-xl-grow-0 {
		flex-grow: 0!important
	}
	.flex-xl-grow-1 {
		flex-grow: 1!important
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1!important
	}
	.flex-xl-wrap {
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.justify-content-xl-start {
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		justify-content: center!important
	}
	.justify-content-xl-between {
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		justify-content: space-around!important
	}
	.justify-content-xl-evenly {
		justify-content: space-evenly!important
	}
	.align-items-xl-start {
		align-items: flex-start!important
	}
	.align-items-xl-end {
		align-items: flex-end!important
	}
	.align-items-xl-center {
		align-items: center!important
	}
	.align-items-xl-baseline {
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		align-items: stretch!important
	}
	.align-content-xl-start {
		align-content: flex-start!important
	}
	.align-content-xl-end {
		align-content: flex-end!important
	}
	.align-content-xl-center {
		align-content: center!important
	}
	.align-content-xl-between {
		align-content: space-between!important
	}
	.align-content-xl-around {
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		align-content: stretch!important
	}
	.align-self-xl-auto {
		align-self: auto!important
	}
	.align-self-xl-start {
		align-self: flex-start!important
	}
	.align-self-xl-end {
		align-self: flex-end!important
	}
	.align-self-xl-center {
		align-self: center!important
	}
	.align-self-xl-baseline {
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		align-self: stretch!important
	}
	.order-xl-first {
		order: -1!important
	}
	.order-xl-0 {
		order: 0!important
	}
	.order-xl-1 {
		order: 1!important
	}
	.order-xl-2 {
		order: 2!important
	}
	.order-xl-3 {
		order: 3!important
	}
	.order-xl-4 {
		order: 4!important
	}
	.order-xl-5 {
		order: 5!important
	}
	.order-xl-last {
		order: 6!important
	}
	.m-xl-0 {
		margin: 0!important
	}
	.m-xl-1 {
		margin: .25rem!important
	}
	.m-xl-2 {
		margin: .5rem!important
	}
	.m-xl-3 {
		margin: 1rem!important
	}
	.m-xl-4 {
		margin: 1.5rem!important
	}
	.m-xl-5 {
		margin: 3rem!important
	}
	.m-xl-6 {
		margin: 3.8rem!important
	}
	.m-xl-auto {
		margin: auto!important
	}
	.mx-xl-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-xl-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-xl-2 {
		margin-right: .5rem!important;
		margin-left: .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-6 {
		margin-right: 3.8rem!important;
		margin-left: 3.8rem!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: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-xl-2 {
		margin-top: .5rem!important;
		margin-bottom: .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-6 {
		margin-top: 3.8rem!important;
		margin-bottom: 3.8rem!important
	}
	.my-xl-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-xl-0 {
		margin-top: 0!important
	}
	.mt-xl-1 {
		margin-top: .25rem!important
	}
	.mt-xl-2 {
		margin-top: .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-6 {
		margin-top: 3.8rem!important
	}
	.mt-xl-auto {
		margin-top: auto!important
	}
	.me-xl-0 {
		margin-right: 0!important
	}
	.me-xl-1 {
		margin-right: .25rem!important
	}
	.me-xl-2 {
		margin-right: .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-6 {
		margin-right: 3.8rem!important
	}
	.me-xl-auto {
		margin-right: auto!important
	}
	.mb-xl-0 {
		margin-bottom: 0!important
	}
	.mb-xl-1 {
		margin-bottom: .25rem!important
	}
	.mb-xl-2 {
		margin-bottom: .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-6 {
		margin-bottom: 3.8rem!important
	}
	.mb-xl-auto {
		margin-bottom: auto!important
	}
	.ms-xl-0 {
		margin-left: 0!important
	}
	.ms-xl-1 {
		margin-left: .25rem!important
	}
	.ms-xl-2 {
		margin-left: .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-6 {
		margin-left: 3.8rem!important
	}
	.ms-xl-auto {
		margin-left: auto!important
	}
	.p-xl-0 {
		padding: 0!important
	}
	.p-xl-1 {
		padding: .25rem!important
	}
	.p-xl-2 {
		padding: .5rem!important
	}
	.p-xl-3 {
		padding: 1rem!important
	}
	.p-xl-4 {
		padding: 1.5rem!important
	}
	.p-xl-5 {
		padding: 3rem!important
	}
	.p-xl-6 {
		padding: 3.8rem!important
	}
	.px-xl-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-xl-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-xl-2 {
		padding-right: .5rem!important;
		padding-left: .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
	}
	.px-xl-6 {
		padding-right: 3.8rem!important;
		padding-left: 3.8rem!important
	}
	.py-xl-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-xl-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-xl-2 {
		padding-top: .5rem!important;
		padding-bottom: .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
	}
	.py-xl-6 {
		padding-top: 3.8rem!important;
		padding-bottom: 3.8rem!important
	}
	.pt-xl-0 {
		padding-top: 0!important
	}
	.pt-xl-1 {
		padding-top: .25rem!important
	}
	.pt-xl-2 {
		padding-top: .5rem!important
	}
	.pt-xl-3 {
		padding-top: 1rem!important
	}
	.pt-xl-4 {
		padding-top: 1.5rem!important
	}
	.pt-xl-5 {
		padding-top: 3rem!important
	}
	.pt-xl-6 {
		padding-top: 3.8rem!important
	}
	.pe-xl-0 {
		padding-right: 0!important
	}
	.pe-xl-1 {
		padding-right: .25rem!important
	}
	.pe-xl-2 {
		padding-right: .5rem!important
	}
	.pe-xl-3 {
		padding-right: 1rem!important
	}
	.pe-xl-4 {
		padding-right: 1.5rem!important
	}
	.pe-xl-5 {
		padding-right: 3rem!important
	}
	.pe-xl-6 {
		padding-right: 3.8rem!important
	}
	.pb-xl-0 {
		padding-bottom: 0!important
	}
	.pb-xl-1 {
		padding-bottom: .25rem!important
	}
	.pb-xl-2 {
		padding-bottom: .5rem!important
	}
	.pb-xl-3 {
		padding-bottom: 1rem!important
	}
	.pb-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-xl-5 {
		padding-bottom: 3rem!important
	}
	.pb-xl-6 {
		padding-bottom: 3.8rem!important
	}
	.ps-xl-0 {
		padding-left: 0!important
	}
	.ps-xl-1 {
		padding-left: .25rem!important
	}
	.ps-xl-2 {
		padding-left: .5rem!important
	}
	.ps-xl-3 {
		padding-left: 1rem!important
	}
	.ps-xl-4 {
		padding-left: 1.5rem!important
	}
	.ps-xl-5 {
		padding-left: 3rem!important
	}
	.ps-xl-6 {
		padding-left: 3.8rem!important
	}
	.text-xl-start {
		text-align: left!important
	}
	.text-xl-end {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!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: flex!important
	}
	.d-print-inline-flex {
		display: inline-flex!important
	}
	.d-print-none {
		display: none!important
	}
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0!important;
	-webkit-backface-visibility: hidden
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}
.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
.mfp-align-top .mfp-container:before {
	display: none
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}
.mfp-ajax-cur {
	cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out
}
.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
	cursor: auto
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.mfp-loading.mfp-figure {
	display: none
}
.mfp-hide {
	display: none!important
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}
.mfp-preloader a {
	color: #ccc
}
.mfp-preloader a:hover {
	color: #fff
}
.mfp-s-ready .mfp-preloader {
	display: none
}
.mfp-s-error .mfp-content {
	display: none
}
button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}
button::-moz-focus-inner {
	padding: 0;
	border: 0
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}
.mfp-close:focus, .mfp-close:hover {
	opacity: 1
}
.mfp-close:active {
	top: 1px
}
.mfp-close-btn-in .mfp-close {
	color: #333
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}
.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
	margin-top: -54px
}
.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1
}
.mfp-arrow:after, .mfp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}
.mfp-arrow-left {
	left: 0
}
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
	right: 0
}
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}
.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}
.mfp-iframe-holder .mfp-close {
	top: -40px
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}
.mfp-figure {
	line-height: 0
}
.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}
.mfp-figure .small, .mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}
.mfp-figure figure {
	margin: 0
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}
.mfp-image-holder .mfp-content {
	max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure .small, .mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}
@media all and (max-width:900px) {
	.mfp-arrow {
		transform: scale(.75)
	}
	.mfp-arrow-left {
		transform-origin: 0
	}
	.mfp-arrow-right {
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}
@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 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}
.swiper-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0, 0, 0)
}
.swiper-pointer-events {
	touch-action: pan-y
}
.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}
.swiper-slide-invisible-blank {
	visibility: hidden
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
	height: auto
}
.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}
.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}
.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}
.swiper-centered>.swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999
}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	width: var(--swiper-centered-offset-after)
}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	height: var(--swiper-centered-offset-after)
}
.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center
}
.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}
.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}
.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear
}
.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}
@-webkit-keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}
@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}
:root {
	--swiper-navigation-size: 44px
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
	display: none!important
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none!important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: "prev"
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: "next"
}
.swiper-button-lock {
	display: none
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-pagination-disabled>.swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
	display: none!important
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}
.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet:only-child {
	display: none!important
}
.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-lock {
	display: none
}
.swiper-button-next, .swiper-button-prev {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 28px;
	height: 44px;
	margin-top: -22px;
	transition: opacity .15s linear
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	opacity: .5
}
.swiper-button-next::after, .swiper-button-prev::after {
	display: none
}
.swiper-button-prev {
	background-image: url("../img/common/slide-btn-prev.svg")
}
.swiper-button-next {
	background-image: url("../img/common/slide-btn-next.svg")
}
.burger {
	display: inline-block;
	width: 50px;
	height: 50px;
	padding: 10px;
	margin: 0;
	text-align: center;
	cursor: pointer;
	background: #cbb695;
	border: none;
	border-radius: 100%;
	outline: 0
}
@media (min-width:576px) {
	.burger {
		width: 70px;
		height: 70px;
		padding: 12px
	}
}
.burger__bar {
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}
.burger__bar, .burger__bar::after, .burger__bar::before {
	display: block;
	width: 28px;
	height: 5px;
	background-color: #fff;
	outline: 1px solid transparent;
	transition-duration: .3s;
	transition-property: background-color, transform;
	border-radius: 50px;
	-webkit-transition-property: background-color, -webkit-transform;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s
}
.burger__bar::after, .burger__bar::before {
	position: absolute;
	content: ""
}
.burger__bar::before {
	top: -10px
}
.burger__bar::after {
	top: 10px
}
[aria-expanded=true] .burger__bar {
	background-color: transparent
}
[aria-expanded=true] .burger__bar::after, [aria-expanded=true] .burger__bar::before {
	background-color: #fff
}
[aria-expanded=true] .burger__bar::before {
	transform: translateY(10px) rotate(45deg)
}
[aria-expanded=true] .burger__bar::after {
	transform: translateY(-10px) rotate(-45deg)
}
@media (min-width:576px) {
	.burger__bar {
		position: relative;
		margin-top: 14px;
		margin-right: auto;
		margin-bottom: 14px;
		margin-left: auto;
		user-select: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none
	}
	.burger__bar, .burger__bar::after, .burger__bar::before {
		display: block;
		width: 40px;
		height: 7px;
		background-color: #fff;
		outline: 1px solid transparent;
		transition-duration: .3s;
		transition-property: background-color, transform;
		border-radius: 50px;
		-webkit-transition-property: background-color, -webkit-transform;
		-moz-transition-property: background-color, -moz-transform;
		-o-transition-property: background-color, -o-transform;
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		-o-transition-duration: .3s
	}
	.burger__bar::after, .burger__bar::before {
		position: absolute;
		content: ""
	}
	.burger__bar::before {
		top: -14px
	}
	.burger__bar::after {
		top: 14px
	}
	[aria-expanded=true] .burger__bar {
		background-color: transparent
	}
	[aria-expanded=true] .burger__bar::after, [aria-expanded=true] .burger__bar::before {
		background-color: #fff
	}
	[aria-expanded=true] .burger__bar::before {
		transform: translateY(14px) rotate(45deg)
	}
	[aria-expanded=true] .burger__bar::after {
		transform: translateY(-14px) rotate(-45deg)
	}
}
.list {
	padding-left: 0;
	list-style: none
}
.header {
	position: static;
	top: 0;
	left: 0;
	z-index: 1030;
	width: 100%;
}
.header__container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px
}
@media (min-width:576px) {
	.header__container {
		height: 114px
	}
}
.header__logo {
	margin: 0;
	font-size: 1rem;
	line-height: 1.5
}
@media (max-width:575.98px) {
	.header__logo {
		width: 145px
	}
}
.gnav {
	position: absolute;
	top: 70px;
	right: 0;
	z-index: 1030;
	width: 100%;
	max-height: calc(100vh - 70px);
	overflow: auto;
	visibility: hidden;
	opacity: 0;
	transform: translate3d(0, 20px, 0)
}
.gnav[aria-expanded=false] {
	transition: visibility 0s ease .4s, transform .4s ease-out, opacity .4s ease-out
}
.gnav[aria-expanded=true] {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s ease, transform .4s ease-out, opacity .4s ease-out;
	transform: translate3d(0, 0, 0)
}
@media (min-width:576px) {
	.gnav {
		top: 114px;
		right: 10px;
		width: 375px;
		max-height: calc(100vh - 114px)
	}
}
@media (min-width:1350px) {
	.gnav {
		right: -135px
	}
}
.gnav__item {
	display: block;
	padding: 30px 20px;
	font-size: 1.25rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .2s ease-in-out
}
.gnav__item:nth-child(2n-1) {
	background-color: #cbb695
}
.gnav__item:nth-child(2n) {
	background-color: #d9c6a7
}
.gnav a.gnav__item:hover {
	color: #fff
}
.gnav a.gnav__item:hover:nth-child(2n-1) {
	background-color: #ad9b7f
}
.gnav a.gnav__item:hover:nth-child(2n) {
	background-color: #b8a88e
}
.gnav__btn {
	position: relative;
	display: inline-block;
	display: block;
	width: 100%;
	padding: 19px 16px;
	margin: -20px 0;
	font-size: 1.1875rem;
	font-weight: 900;
	color: #389427;
	-moz-text-align-last: left;
	text-align-last: left;
	text-decoration: none;
	cursor: pointer;
	background: #fff;
	border: 2px solid #389427;
	border-radius: 7px;
	outline: 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	transition: opacity .15s linear
}
.gnav__btn:hover {
	opacity: .5
}
.gnav__btn::after {
	position: absolute;
	top: 50%;
	right: 13px;
	color: #22a5b6;
	content: "▶︎";
	transform: translateY(-50%)
}
.main {
	overflow: hidden
}
.page-ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 230px;
	padding-bottom: 18px;
	background-color: #f4e9db
}
@media (min-width:576px) {
	.page-ttl {
		padding-bottom: 60px
	}
}
.page-ttl__text {
	margin: 0;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.45;
	color: #22a5b6;
	text-align: center
}
@media (min-width:576px) {
	.page-ttl__text {
		font-size: 2.5rem
	}
}
.page-content {
	padding-top: 1px;
	padding-bottom: 120px;
	background-color: #d5f0f3;
	position: relative
}
.page-content::before {
	position: absolute;
	top: -17px;
	left: 0;
	width: 100%;
	height: 18px;
	content: "";
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% calc(100% + 2px)
}
@media (min-width:576px) {
	.page-content::before {
		top: -65px;
		height: 66px
	}
}
.page-content:before {
	background-image: url("../img/common/bg-head-blue.webp")
}
.no-webp .page-content:before {
	background-image: url("../img/common/bg-head-blue.png")
}
.page-back {
	padding: 60px 0;
	text-align: center
}
.loading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1029;
	width: 100%;
	height: 100%;
	background: url("../img/home/loading-bg.webp") center bottom/1366px 66px repeat-x #fff
}
.no-webp .loading {
	background-image: url("../img/home/loading-bg.png")
}
.anime-complete .loading {
	visibility: hidden;
	opacity: 0;
	transition: opacity .75s linear, visibility 0s linear 1s
}
.loading.slide {
	-webkit-clip-path: polygon(0 0, 120% 0, 120% 100%, -20% 100%);
	clip-path: polygon(0 0, 120% 0, 120% 100%, -20% 100%)
}
.anime-complete .loading.slide {
	opacity: 1;
	transition: visibility 0s linear 1.5s, -webkit-clip-path 1.5s cubic-bezier(.25, .46, .45, .94) 0s;
	transition: clip-path 1.5s cubic-bezier(.25, .46, .45, .94) 0s, visibility 0s linear 1.5s;
	transition: clip-path 1.5s cubic-bezier(.25, .46, .45, .94) 0s, visibility 0s linear 1.5s, -webkit-clip-path 1.5s cubic-bezier(.25, .46, .45, .94) 0s;
	-webkit-clip-path: polygon(120% 0, 120% 0, 100% 100%, 100% 100%);
	clip-path: polygon(120% 0, 120% 0, 100% 100%, 100% 100%)
}
.loading__logo {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	width: 100%;
	padding: 0 10%;
	margin: 0;
	text-align: center;
	filter: blur(10px);
	transform: translateY(-50%)
}
.loading__image {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: center;
	opacity: 0;
	transform: translateY(-50%)
}
.home:not(.anime-complete) {
	overflow: hidden
}
.page-home .top {
	position: relative;
	--swiper-pagination-bullet-horizontal-gap: 5px;
	--swiper-pagination-bullet-width: 20px;
	--swiper-pagination-bullet-size: 20px;
	--swiper-pagination-bullet-inactive-color: #fff;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-color: #22a5b6
}
.page-home .top__logo {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	width: 100%;
	margin: 0;
	text-align: center;
	transform: translateY(-50%)
}
.page-home .top__slide {
	position: relative;
	height: calc(100vh - 70px - 30px);
	min-height: 540px
}
@media (min-width:576px) {
	.page-home .top__slide {
		height: calc(100vh - 114px - 30px);
		min-height: 750px
	}
}
.page-home .top__slide::before {
	position: absolute;
	top: 0;
	right: -200px;
	z-index: 10;
	width: 200%;
	height: 100%;
	content: "";
	background-color: #fff;
	transition: width 3s;
	transition-timing-function: cubic-bezier(0.1, 0.7, 0.7, 0.1);
	transform: skew(-18deg)
}
.page-home .top .swiper-slide-active .top__slide::before {
	width: 0;
	transition: width 2.5s
}
.page-home .top__slide::after {
	position: absolute;
	top: -5px;
	left: -5%;
	z-index: 10;
	width: 110%;
	height: calc(100% + 10px);
	content: "";
	border: 2px solid #fff;
	transform: skew(-18deg)
}
@media (min-width:576px) {
	.page-home .top__slide::after {
		left: 7%;
		width: 86%
	}
}
@media (min-width:1100px) {
	.page-home .top__slide::after {
		left: 2%;
		width: 96%
	}
}
.page-home .top__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/home/slide-00.webp") center center/cover no-repeat
}
.no-webp .page-home .top__img {
	background-image: url("../img/home/slide-00.png")
}
@-webkit-keyframes zoomUp {
	0% {
		transform: scale(1)
	}
	100% {
		transform: scale(1.15)
	}
}
@keyframes zoomUp {
	0% {
		transform: scale(1)
	}
	100% {
		transform: scale(1.15)
	}
}
.page-home .top .swiper-slide-active .top__img, .page-home .top .swiper-slide-prev .top__img {
	-webkit-animation: zoomUp 20s linear 0s 1 normal both;
	animation: zoomUp 20s linear 0s 1 normal both
}
.page-home .top .swiper-pagination-bullet {
	border: 1px solid #707070
}
.page-home .top .swiper-pagination {
	bottom: 25px
}
@media (min-width:576px) {
	.page-home .top .swiper-pagination {
		bottom: 60px
	}
}
.page-home .top__scroll {
	position: absolute;
	bottom: 8px;
	left: 50%;
	z-index: 2;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	font-size: .625rem;
	color: #fff;
	text-align: center;
	text-decoration: none
}
@media (max-width:575.98px) {
	.page-home .top__scroll {
		display: none
	}
}
.page-home .top__scroll:hover {
	color: #fff
}
.page-home .top__scroll:hover .top__scroll__img {
	transform: translateY(5px)
}
.page-home .top__scroll__img {
	transition: all .2s ease-in-out
}
.page-home .home-more {
	margin: 60px 0;
	text-align: center
}
.page-home .feature {
	padding: 0 0 62px;
	background: url("../img/home/feature-bg.webp") center 47vw/contain no-repeat #f4e9db
}
.no-webp .page-home .feature {
	background-image: url("../img/home/feature-bg.png")
}
@media (min-width:576px) {
	.page-home .feature {
		padding-bottom: 130px;
		background-position: center 180px;
		background-size: 683px 1011px;
		background-size: 1386px 2022px
	}
}
.page-home .feature__ttl {
	line-height: 1;
	text-align: center
}
@media (min-width:576px) {
	.page-home .feature__ttl {
		margin-top: -33px;
		margin-bottom: 20px
	}
}
.page-home .feature__ttl__en {
	display: block
}
.page-home .feature__ttl__jp {
	display: block;
	font-size: 7.65vw;
	font-weight: 700
}
@media (min-width:576px) {
	.page-home .feature__ttl__jp {
		font-size: 2.5rem
	}
}
.page-home .feature__box {
	position: relative;
	padding: 25vw 0 13vw
}
@media (min-width:576px) {
	.page-home .feature__box {
		padding: 210px 0 60px
	}
}
.page-home .feature__catch {
	position: relative;
	z-index: 2;
	text-align: center
}
.page-home .feature__lead {
	display: inline-block;
	font-family: "Kiwi Maru", serif;
	font-size: 6vw;
	font-weight: 400;
	line-height: 1.5;
	color: #562a1f;
	text-align: left
}
@media (min-width:576px) {
	.page-home .feature__lead {
		margin-bottom: 10px;
		font-size: 2.1875rem
	}
}
@media (min-width:768px) {
	.page-home .feature__lead {
		font-size: 3.4375rem
	}
}
.page-home .feature__lead-02 {
	display: inline-block;
	overflow: hidden;
	font-family: "Kiwi Maru", serif;
	font-size: 6vw;
	font-weight: 400;
	line-height: 1.5;
	color: #562a1f;
	text-align: left
}
@media (min-width:576px) {
	.page-home .feature__lead-02 {
		font-size: 2.1875rem
	}
}
@media (min-width:768px) {
	.page-home .feature__lead-02 {
		font-size: 2.8125rem
	}
}
.page-home .feature__lead__text {
	display: block;
	margin-bottom: 6vw;
	overflow: hidden;
	text-align: center
}
@media (min-width:576px) {
	.page-home .feature__lead__text {
		margin-bottom: 42px
	}
}
.page-home .feature__point {
	position: relative;
	padding-bottom: 3px;
	font-weight: 400
}
@media (min-width:576px) {
	.page-home .feature__point {
		padding-bottom: 0;
		font-size: 2.8125rem
	}
}
@media (min-width:768px) {
	.page-home .feature__point {
		font-size: 3.4375rem
	}
}
.page-home .feature__point::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	content: "";
	background: url("../img/home/feature-dots.webp") left bottom/8px 6px space
}
.page-home .feature__point::after .no-webp {
	background-image: url("../img/home/feature-dots.png")
}
@media (min-width:768px) {
	.page-home .feature__point::after {
		bottom: 1px;
		height: 12px;
		background-size: 17px 12px
	}
}
.page-home .feature__strong {
	margin-right: .2em;
	font-size: 6.5vw;
	font-weight: 700;
	letter-spacing: -.075em
}
@media (min-width:576px) {
	.page-home .feature__strong {
		font-size: 2.8125rem
	}
}
@media (min-width:768px) {
	.page-home .feature__strong {
		margin-right: .1em;
		font-size: 4.0625rem;
		letter-spacing: -.085em
	}
}
.page-home .feature__image-00 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 -100px 0 -40px;
	text-align: center
}
@media (min-width:576px) {
	.page-home .feature__image-00 {
		margin: 0 -150px 0 -40px
	}
}
@media (min-width:768px) {
	.page-home .feature__image-00 {
		margin: 0 -175px 0 -25px
	}
}
.page-home .feature__image-01 {
	position: absolute;
	top: 48vw;
	left: -40px;
	width: 108px
}
@media (min-width:576px) {
	.page-home .feature__image-01 {
		top: 366px;
		left: -110px;
		width: 180px
	}
}
@media (min-width:768px) {
	.page-home .feature__image-01 {
		top: 436px
	}
}
@media (min-width:992px) {
	.page-home .feature__image-01 {
		top: 383px;
		left: -100px;
		width: auto
	}
}
@media (min-width:1100px) {
	.page-home .feature__image-01 {
		left: -130px
	}
}
.page-home .feature__image-02 {
	position: relative;
	z-index: 2;
	width: 182px;
	margin: 0 auto
}
@media (min-width:576px) {
	.page-home .feature__image-02 {
		width: auto;
		margin-top: -20px;
		margin-right: -60px;
		text-align: right
	}
}
@media (min-width:1100px) {
	.page-home .feature__image-02 {
		margin-top: -30px
	}
}
.page-home .feature__text {
	margin-bottom: 50px;
	font-size: 4.5vw;
	line-height: 2.05;
	text-align: center
}
@media (min-width:576px) {
	.page-home .feature__text {
		font-size: 1.25rem
	}
}
.page-home .feature__video {
	max-width: 620px;
	margin: 0 auto
}
.page-home .feature__contact {
	text-align: center
}
@media (max-width:575.98px) {
	.page-home .feature .home-more {
		margin-bottom: 43px
	}
}
.page-home .feature__slide {
	display: inline-block;
	transition: transform .75s ease-in-out;
	transform: translateY(120%)
}
.page-home .feature__slide--01 {
	transition-delay: 1s
}
.page-home .feature__slide--02 {
	transition-delay: 1.35s
}
.page-home .feature__slide--03 {
	transition-delay: 1.7s
}
.page-home .feature__slide--04 {
	transition-delay: 2.05s
}
.page-home .sr-done .feature__slide {
	transform: translateY(0)
}
.page-home .feature__image-00 {
	opacity: 0;
	transition: opacity .75s ease-in, transform .75s ease-in-out;
	transform: rotateZ(-25deg)
}
.page-home .sr-done .feature__image-00 {
	opacity: 1;
	transform: rotateZ(0)
}
.page-home .feature__image-01 {
	opacity: 0;
	transition: opacity .75s ease-in, transform .75s ease-in-out;
	transition-delay: 1.7s;
	transform: translateX(-20px)
}
.page-home .sr-done .feature__image-01 {
	opacity: 1;
	transform: translateX(0)
}
.page-home .feature__image-02 {
	opacity: 0;
	transition: opacity .75s ease-in, transform .75s ease-in-out;
	transition-delay: 2.75s;
	transform: translateX(-20px)
}
.page-home .sr-done .feature__image-02 {
	opacity: 1;
	transform: translateX(0)
}
.page-home .issue__image--01 {
	opacity: 0;
	transition: opacity .75s ease-in, transform .75s ease-in-out;
	transform: translateX(-20px)
}
.page-home .issue__image--02 {
	opacity: 0;
	transition: opacity .75s ease-in, transform .75s ease-in-out;
	transition-delay: 0.35s;
	transform: translateX(-20px)
}
.page-home .issue__arr {
	opacity: 0;
	transition: opacity .75s ease-in, transform .75s ease-in-out;
	transition-delay: 1.05s;
	transform: translateX(-20px)
}
.page-home .issue__image--03 {
	opacity: 0;
	transition: opacity .75s ease-in, transform .75s ease-in-out;
	transition-delay: 1.75s;
	transform: translateX(-20px)
}
.page-home .sr-done .issue__arr, .page-home .sr-done .issue__image--01, .page-home .sr-done .issue__image--02, .page-home .sr-done .issue__image--03 {
	opacity: 1;
	transform: translateX(0)
}
.page-single {
	padding: 60px 0
}
.single-ttl {
	margin-bottom: 10px;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.5;
	color: #389427
}
@media (min-width:576px) {
	.single-ttl {
		font-size: 1.875rem
	}
}
.single-data {
	padding-bottom: 10px;
	margin-bottom: 30px;
	background: url("../img/common/single-ttl.svg") center bottom/auto 6px repeat-x
}
.single-term {
	display: inline-block;
	padding: 0 1em;
	margin: 10px 5px;
	font-size: .875rem;
	font-weight: 500;
	color: #fff;
	background-color: #389427
}
.single-term:hover {
	color: #fff
}
.shop-slide {
	width: 180px;
	margin: 0 15px
}
@media (min-width:576px) {
	.shop-slide {
		width: 300px;
		margin: 0 25px
	}
}
.shop-slide__img {
	background-color: #e9ecef;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 100%
}
.shop-slide__img:after {
	display: block;
	padding-top: 100%;
	content: ""
}
.shop-list {
	max-height: 240px;
	padding: 0;
	margin: 0;
	overflow: auto;
	list-style: none
}
.shop-list__item {
	border-top: 1px solid #000
}
.shop-list__item:first-child {
	border-top: 0
}
.shop-list__item:first-child .info__link {
	padding-top: 0
}
.shop-list__item:last-child .info__link {
	padding-bottom: 0
}
.shop-list__link {
	display: block;
	padding: 16px 0;
	font-size: 1rem;
	font-weight: 700;
	color: #389427
}
@media (min-width:768px) {
	.shop-list__link {
		padding: 12px 0
	}
}
@media (min-width:768px) {
	.shop-row {
		display: flex;
		gap: 0 30px
	}
}
@media (min-width:768px) {
	.shop-col {
		flex: 1
	}
}
.shop-image-caption {
	margin-top: 12px;
	font-size: .875rem;
	font-weight: 500;
	text-align: left
}
.shop-info {
	padding: 16px 0;
	border-top: 2px solid #54a3b3;
	border-bottom: 2px solid #54a3b3
}
.shop-info__ttl {
	margin-bottom: 16px;
	font-size: 1.375rem;
	font-weight: 700;
	color: #54a3b3
}
.shop-info__list {
	margin: 0;
	overflow: hidden
}
.shop-info__list dt {
	float: left;
	width: 5em;
	margin: 0;
	font-weight: 700;
	color: #54a3b3
}
.shop-info__list dd {
	overflow: hidden;
	font-weight: 500
}
.shop-info__list a {
	color: #54a3b3
}
.special-slide__image {
	width: 300px;
	height: 300px;
	padding: 25px;
	margin: 0 auto 25px;
	background: url("../img/home/special-item.webp") center center/contain no-repeat
}
.no-webp .special-slide__image {
	background-image: url("../img/home/special-item.png")
}
@media (min-width:576px) {
	.special-slide__image {
		width: auto;
		max-width: 300px;
		height: auto
	}
}
.special-slide__img {
	background-color: #e9ecef;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 100%
}
.special-slide__img::after {
	display: block;
	padding-top: 100%;
	content: ""
}
.special-slide__date {
	margin-bottom: 6px;
	font-weight: 500;
	text-align: center
}
@media (min-width:576px) and (max-width:767.98px) {
	.special-slide__date {
		font-size: .875rem
	}
}
.special-slide__ttl {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8;
	text-align: center
}
@media (min-width:576px) and (max-width:767.98px) {
	.special-slide__ttl {
		font-size: 1.0625rem
	}
}
.special-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none
}
.special-list .special-slide {
	width: 100%;
	padding: 0 25px;
	margin: 0;
	margin-bottom: 50px
}
@media (min-width:576px) {
	.special-list .special-slide {
		width: 50%
	}
}
@media (min-width:992px) {
	.special-list .special-slide {
		width: 33.3333%
	}
}
.info-box {
	padding: 45px 60px;
	background-color: #fff;
	border: 1px solid #54a3b3;
	border-radius: 28px
}
@media (max-width:575.98px) {
	.info-box {
		padding: 20px;
		border-radius: 13px
	}
	.info-box .info-list__item:nth-child(5) .info-list__link {
		padding-bottom: 0
	}
	.info-box .info-list__item:nth-child(5)~.info-list__item {
		display: none
	}
}
.info-list {
	padding: 0;
	margin: 0;
	list-style: none
}
.info-list__item {
	border-top: 1px solid #000
}
.info-list__item:first-child {
	border-top: 0
}
.info-list__item:first-child .info__link {
	padding-top: 0
}
.info-list__item:last-child .info__link {
	padding-bottom: 0
}
.info-list__link {
	display: block;
	padding: 16px 0
}
@media (min-width:768px) {
	.info-list__link {
		display: flex;
		align-items: flex-start;
		padding: 12px 0
	}
}
.info-list__date {
	display: inline-block;
	width: 120px
}
.info-list__cat {
	display: inline-block;
	width: 70px;
	font-size: .875rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background-color: #389427
}
@media (min-width:768px) {
	.info-list__cat {
		margin-top: 2px
	}
}
.info-list__ttl {
	display: block;
	font-weight: 500;
	line-height: 1.5
}
@media (min-width:768px) {
	.info-list__ttl {
		width: calc(100% - 190px);
		padding-left: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
}
.page-feature .kaeru {
	display: flex;
	justify-content: center
}
.page-feature .kaeru__text {
	width: 50%;
	padding-right: 3%;
	margin: 0
}
.page-feature .kaeru__image {
	width: 50%;
	padding-top: 18%
}
.page-feature .top {
	position: relative
}
@media (min-width:768px) {
	.page-feature .top {
		padding-bottom: 10px
	}
}
.page-feature .top__head {
	width: 48%;
	padding-top: 25px;
	margin-bottom: 5px;
	text-align: center
}
@media (min-width:768px) {
	.page-feature .top__head {
		padding-top: 60px;
		margin: 0 0 0 -25px
	}
}
.page-feature .top__heading {
	position: relative;
	z-index: 3;
	text-align: center
}
@media (min-width:768px) {
	.page-feature .top__heading {
		width: 50%
	}
}
.page-feature .top__ttl {
	position: relative;
	z-index: 2;
	margin-bottom: 0
}
@media (min-width:768px) {
	.page-feature .top__ttl {
		margin-left: -70px
	}
}
.page-feature .top__image {
	position: absolute;
	top: -14%;
	left: 50%;
	z-index: 3;
	width: 76%
}
@media (min-width:768px) {
	.page-feature .top__image {
		top: -12%
	}
}
.page-feature .top .kaeru {
	position: absolute;
	right: 5%;
	bottom: 16%;
	width: 40%
}
@media (min-width:768px) {
	.page-feature .top .kaeru {
		right: 40px;
		bottom: 100px;
		width: 44%
	}
}
.page-feature .point {
	padding-bottom: 60px;
	color: #562a1f;
	background-color: #f4e9db;
	position: relative
}
@media (min-width:576px) {
	.page-feature .point {
		padding-bottom: 130px
	}
}
.page-feature .point .container {
	position: relative;
	z-index: 2
}
.page-feature .point:before {
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain
}
@media (min-width:576px) {
	.page-feature .point:before {
		top: -90px
	}
}
.page-feature .point:before {
	background-image: url("../img/feature/bg-point.webp")
}
.no-webp .page-feature .point:before {
	background-image: url("../img/feature/bg-point.png")
}
.page-feature .point__head {
	margin-bottom: 30px;
	text-align: center
}
@media (max-width:575.98px) {
	.page-feature .point__head {
		width: 98px;
		margin: 0 auto 15px
	}
}
.page-feature .point__ttl {
	margin-bottom: 30px;
	font-family: "Kiwi Maru", serif;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center
}
@media (min-width:576px) {
	.page-feature .point__ttl {
		font-size: 3.125rem
	}
}
.page-feature .point__list {
	padding: 0;
	margin: 0;
	list-style: none
}
.page-feature .point__item {
	position: relative;
	margin-bottom: 30px
}
@media (min-width:768px) {
	.page-feature .point__item {
		position: relative;
		display: flex;
		align-items: center;
		margin-bottom: 60px
	}
}
@media (min-width:992px) {
	.page-feature .point__item {
		margin-bottom: 0
	}
}
.page-feature .point__image {
	padding-right: 18%;
	margin-bottom: 30px
}
@media (max-width:767.98px) {
	.page-feature .point__image {
		position: relative
	}
}
@media (min-width:768px) {
	.page-feature .point__image {
		width: 52%;
		padding: 0;
		margin: 0
	}
}
.page-feature .point__image--right {
	padding-right: 0;
	padding-left: 19%;
	margin-right: -10px
}
@media (min-width:768px) {
	.page-feature .point__image--right {
		order: 2;
		padding: 0;
		margin-right: -20px
	}
}
.page-feature .point__img {
	position: relative;
	z-index: 2
}
.page-feature .point__num {
	position: absolute;
	top: 50%;
	right: 30px;
	margin: 0;
	text-align: right;
	transform: translateY(-50%)
}
@media (min-width:768px) {
	.page-feature .point__num {
		top: 40%;
		right: 35px
	}
}
@media (max-width:767.98px) {
	.page-feature .point__num--01 {
		width: 55px
	}
}
@media (max-width:575.98px) {
	.page-feature .point__num--01 {
		width: 33px
	}
}
.page-feature .point__num--02 {
	right: auto;
	left: 40px
}
@media (max-width:767.98px) {
	.page-feature .point__num--02 {
		left: 0;
		width: 134px
	}
}
@media (max-width:575.98px) {
	.page-feature .point__num--02 {
		width: 84px
	}
}
@media (max-width:767.98px) {
	.page-feature .point__num--03 {
		right: 0;
		width: 140px
	}
}
@media (max-width:575.98px) {
	.page-feature .point__num--03 {
		width: 87px
	}
}
.page-feature .point__body {
	position: relative;
	z-index: 2
}
@media (min-width:768px) {
	.page-feature .point__body {
		width: 48%
	}
}
.page-feature .point__text {
	margin-bottom: 30px;
	font-family: "Kiwi Maru", serif;
	font-size: 1.5rem;
	line-height: 1.6666;
	text-align: center;
	white-space: nowrap
}
@media (min-width:576px) {
	.page-feature .point__text {
		font-size: 2.1875rem;
		line-height: 1.75
	}
}
@media (min-width:768px) {
	.page-feature .point__text {
		font-size: 1.8125rem
	}
}
@media (min-width:992px) {
	.page-feature .point__text {
		font-size: 2.25rem
	}
}
@media (min-width:1100px) {
	.page-feature .point__text {
		font-size: 2.5rem
	}
}
.page-feature .point .kaeru {
	width: 160px;
	margin: 0 auto
}
@media (min-width:768px) {
	.page-feature .point .kaeru {
		height: 0
	}
}
.page-feature .point .kaeru__image {
	padding-top: 10%
}
.js .page-feature .point__img {
	opacity: 0;
	transform: translateX(-20px)
}
.js .page-feature .sr-done .point__img {
	opacity: 1;
	transition: all 1s cubic-bezier(.5, 0, 0, 1);
	transform: translateX(0)
}
.js .page-feature .point__num__img {
	opacity: 0;
	transform: translateX(20px)
}
.js .page-feature .sr-done .point__num__img {
	opacity: 1;
	transition: all 1s cubic-bezier(.5, 0, 0, 1);
	transition-delay: 0.5s;
	transform: translateX(0)
}
.js .page-feature .point__body {
	opacity: 0;
	transform: translateX(20px)
}
.js .page-feature .sr-done .point__body {
	opacity: 1;
	transition: all 1s cubic-bezier(.5, 0, 0, 1);
	transition-delay: 0.75s;
	transform: translateX(0)
}
.js .page-feature .point__img--right {
	opacity: 0;
	transform: translateX(20px)
}
.js .page-feature .sr-done .point__img--right {
	opacity: 1;
	transition: all 1s cubic-bezier(.5, 0, 0, 1);
	transform: translateX(0)
}
.js .page-feature .point__num__img--right {
	opacity: 0;
	transform: translateX(-20px)
}
.js .page-feature .sr-done .point__num__img--right {
	opacity: 1;
	transition: all 1s cubic-bezier(.5, 0, 0, 1);
	transition-delay: 0.5s;
	transform: translateX(0)
}
.js .page-feature .point__body--right {
	opacity: 0;
	transform: translateX(-20px)
}
.js .page-feature .sr-done .point__body--right {
	opacity: 1;
	transition: all 1s cubic-bezier(.5, 0, 0, 1);
	transition-delay: 0.75s;
	transform: translateX(0)
}
.page-feature .check {
	padding-top: 20px;
	padding-bottom: 100px;
	color: #562a1f;
	background-color: #f4e9db;
	position: relative
}
@media (min-width:576px) {
	.page-feature .check {
		padding-top: 0;
		padding-bottom: 160px
	}
}
.page-feature .check .container {
	position: relative;
	z-index: 2
}
.page-feature .check:before {
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain
}
@media (min-width:576px) {
	.page-feature .check:before {
		top: -90px
	}
}
.page-feature .check:before {
	background-image: url("../img/feature/bg-check.webp")
}
.no-webp .page-feature .check:before {
	background-image: url("../img/feature/bg-check.png")
}
.page-feature .check__box {
	padding: 30px 20px 1px;
	margin-bottom: 40px;
	background-color: #fff;
	border-radius: 35px
}
@media (min-width:768px) {
	.page-feature .check__box {
		padding: 40px 25px 1px 80px;
		margin-bottom: 80px
	}
}
.page-feature .check__ttl {
	position: relative;
	padding-left: 70px;
	margin-bottom: 20px;
	font-family: "Kiwi Maru", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6667;
	text-align: center
}
@media (min-width:576px) {
	.page-feature .check__ttl {
		padding-left: 40px;
		margin-bottom: 40px;
		font-size: 2.375rem
	}
}
@media (min-width:768px) {
	.page-feature .check__ttl {
		font-size: 2.8125rem;
		line-height: 1.2
	}
}
.page-feature .check__ttl__before {
	position: absolute;
	top: -55px;
	left: -45px
}
@media (max-width:1099.98px) {
	.page-feature .check__ttl__before {
		left: -95px
	}
}
@media (max-width:991.98px) {
	.page-feature .check__ttl__before {
		top: 0;
		left: -40px
	}
}
@media (max-width:767.98px) {
	.page-feature .check__ttl__before {
		top: 10px;
		width: 99px
	}
}
@media (max-width:575.98px) {
	.page-feature .check__ttl__before {
		top: -15px
	}
}
@media (min-width:992px) {
	.page-feature .check__ttl__text {
		display: inline-block;
		padding: 0 .15em;
		background: linear-gradient(to bottom, transparent 50%, #dae000 50%)
	}
}
.page-feature .check__list {
	padding: 0;
	margin: 0;
	list-style: none
}
.page-feature .check__item {
	margin-bottom: 30px
}
@media (min-width:768px) {
	.page-feature .check__item {
		margin-bottom: 60px
	}
}
@media (min-width:992px) {
	.page-feature .check__item {
		display: flex;
		justify-content: space-between
	}
}
.page-feature .check__image {
	margin-bottom: 15px;
	text-align: center
}
@media (min-width:992px) {
	.page-feature .check__image {
		width: 44.5%;
		margin: 0
	}
}
@media (min-width:992px) {
	.page-feature .check__body {
		width: 53%
	}
}
.page-feature .check__head {
	margin: 0
}
@media (max-width:575.98px) {
	.page-feature .check__head {
		width: 79px
	}
}
.page-feature .check__text {
	margin: 0;
	font-family: "Kiwi Maru", serif;
	font-size: pxx-rem(24px);
	font-weight: 500;
	line-height: 2.75rem;
	color: #562a1f;
	text-align: center;
	border-top: 1px dashed #c7b699
}
@media (min-width:576px) {
	.page-feature .check__text {
		font-size: 2.1875rem;
		line-height: 4.375rem
	}
}
.page-feature .check__text__inner {
	display: block;
	border-bottom: 1px dashed #c7b699
}
.page-feature .check__text__small {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: .75rem;
	color: #000
}
@media (min-width:576px) {
	.page-feature .check__text__small {
		font-size: 1rem
	}
}
.page-feature .about {
	padding-top: 20px;
	padding-bottom: 70px;
	position: relative
}
@media (min-width:576px) {
	.page-feature .about {
		padding-top: 0;
		padding-bottom: 120px
	}
}
.page-feature .about .container {
	position: relative;
	z-index: 2
}
.page-feature .about:before {
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain
}
@media (min-width:576px) {
	.page-feature .about:before {
		top: -90px
	}
}
.page-feature .about:before {
	background-image: url("../img/feature/bg-about.webp")
}
.no-webp .page-feature .about:before {
	background-image: url("../img/feature/bg-about.png")
}
@media (min-width:576px) {
	.page-feature .about:before {
		top: -70px
	}
}
.page-feature .about__ttl {
	position: relative;
	margin-bottom: 30px;
	font-family: "Kiwi Maru", serif;
	font-size: 1.5rem;
	font-weight: 500;
	color: #562a1f;
	text-align: center
}
@media (min-width:576px) {
	.page-feature .about__ttl {
		margin-bottom: 55px;
		font-size: 3.125rem
	}
}
.page-feature .about__ttl__q {
	display: block
}
@media (max-width:575.98px) {
	.page-feature .about__ttl__q {
		width: 79px;
		margin: 0 auto
	}
}
.page-feature .about__ttl__text {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	width: 100%;
	transform: translateY(-50%)
}
.page-feature .about__text {
	margin-bottom: 30px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 2.22222;
	text-align: center
}
@media (min-width:576px) {
	.page-feature .about__text {
		font-size: 1rem
	}
}
@media (min-width:768px) {
	.page-feature .about__text {
		margin-bottom: 65px;
		font-size: 1.25rem;
		line-height: 2
	}
}
@media (min-width:768px) {
	.page-feature .about__row {
		display: flex;
		justify-content: space-between
	}
}
.page-feature .about__col {
	position: relative;
	padding: 30px 0 20px;
	margin-bottom: 30px;
	color: #fff;
	text-align: center;
	background: linear-gradient(to bottom, #559139, #54a3b3);
	border-radius: 35px
}
@media (min-width:768px) {
	.page-feature .about__col {
		width: 48%;
		padding: 40px 0 10px
	}
}
.page-feature .about__col--01 .about__icon {
	right: calc(50% + 60px)
}
@media (min-width:576px) {
	.page-feature .about__col--01 .about__icon {
		right: calc(50% + 85px)
	}
}
.page-feature .about__col--01 .about__heading {
	padding-left: 90px
}
@media (min-width:576px) {
	.page-feature .about__col--01 .about__heading {
		padding-left: 140px
	}
}
@media (min-width:768px) and (max-width:991.98px) {
	.page-feature .about__col--01 .about__heading {
		padding-left: 50px
	}
}
.page-feature .about__col--02 .about__icon {
	right: calc(50% + 50px)
}
@media (min-width:576px) {
	.page-feature .about__col--02 .about__icon {
		right: calc(50% + 60px)
	}
}
.page-feature .about__col--02 .about__heading {
	padding-left: 60px
}
@media (min-width:576px) {
	.page-feature .about__col--02 .about__heading {
		padding-left: 90px
	}
}
@media (min-width:768px) and (max-width:991.98px) {
	.page-feature .about__col--02 .about__heading {
		padding-left: 40px
	}
}
.page-feature .about__icon {
	position: absolute;
	top: -20px
}
@media (max-width:575.98px) {
	.page-feature .about__icon {
		width: 92px
	}
}
.page-feature .about__heading {
	margin-bottom: 20px;
	font-family: "Kiwi Maru", serif;
	font-size: 1.6875rem;
	font-weight: 500
}
@media (min-width:576px) {
	.page-feature .about__heading {
		margin-bottom: 30px;
		font-size: 2.5rem
	}
}
@media (min-width:768px) and (max-width:991.98px) {
	.page-feature .about__heading {
		font-size: 2rem
	}
}
.page-feature .about__col__text {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 4.5em;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6666
}
@media (min-width:576px) {
	.page-feature .about__col__text {
		font-size: 1.25rem;
		line-height: 2
	}
}
@media (min-width:768px) {
	.page-feature .about__col__text {
		min-height: 6.5em
	}
}
.js .page-feature .about__ttl__text {
	opacity: 0;
	transform: translateY(0)
}
.js .page-feature .sr-done .about__ttl__text {
	opacity: 1;
	transition: all 1s cubic-bezier(.5, 0, 0, 1);
	transition-delay: 0.65s;
	transform: translateY(-50%)
}
.js .page-feature .about__ttl__q {
	opacity: 0;
	transform: rotateZ(50deg) scale(.6)
}
.js .page-feature .sr-done .about__ttl__q {
	opacity: 1;
	transition: all .45s cubic-bezier(.48, 1.58, .66, .88);
	transform: rotateZ(0) scale(1)
}
.page-feature .environment {
	padding-bottom: 40px;
	background-color: #fff
}
@media (min-width:768px) {
	.page-feature .environment {
		padding-bottom: 60px
	}
}
.page-feature .environment:before {
	background-image: url("../img/feature/bg-environment.webp")
}
.no-webp .page-feature .environment:before {
	background-image: url("../img/feature/bg-environment.png")
}
.page-project .bagasse-shadow {
	position: relative;
	z-index: 3;
	margin: 0;
	text-align: center;
	filter: drop-shadow(20px 20px 20px rgba(199, 178, 153, .65))
}
.page-project .top {
	position: relative;
	text-align: center;
	background: url("../img/project/top-bg-sp.svg") center 37px/90% auto no-repeat, linear-gradient(to bottom, #d5f0f3 0, #daf2f4 65%, #fff 100%)
}
@media (min-width:992px) {
	.page-project .top {
		background: url("../img/project/top-bg.svg") center 135px/1114px 852px no-repeat, linear-gradient(to bottom, #d5f0f3 0, #daf2f4 65%, #fff 100%)
	}
}
.page-project .top__head {
	position: relative;
	top: -150px;
	margin-bottom: -125px
}
@media (max-width:575.98px) {
	.page-project .top__head {
		top: -70px;
		width: 70%;
		min-width: 240px;
		margin: 0 auto -40px
	}
}
.page-project .top__ttl {
	margin-bottom: 15px
}
@media (min-width:576px) {
	.page-project .top__ttl {
		margin-bottom: 35px
	}
}
@media (max-width:991.98px) {
	.page-project .top__images {
		display: flex;
		justify-content: center;
		margin-bottom: 20px
	}
}
@media (max-width:991.98px) {
	.page-project .top__image {
		width: 120px;
		margin: 0 12px
	}
}
@media (min-width:992px) {
	.page-project .top__image--01 {
		position: absolute;
		top: 242px;
		left: calc(50% + 280px)
	}
}
@media (min-width:992px) {
	.page-project .top__image--02 {
		position: absolute;
		top: 666px;
		right: calc(50% + 225px)
	}
}
.page-project .top__heading {
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
	font-family: "Kiwi Maru", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.83333;
	color: #562a1f
}
@media (min-width:576px) {
	.page-project .top__heading {
		margin-bottom: 20px;
		font-size: 2.375rem;
		line-height: 1.4
	}
}
@media (min-width:768px) {
	.page-project .top__heading {
		font-size: 3.125rem
	}
}
.page-project .top__text {
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 2.22222
}
@media (min-width:576px) {
	.page-project .top__text {
		margin-bottom: 102px;
		font-size: 1rem;
		line-height: 2
	}
}
@media (min-width:768px) {
	.page-project .top__text {
		font-size: 1.25rem
	}
}
.page-project .top__bottom {
	text-align: center
}
.page-project .flow {
	padding: 0;
	margin: 0;
	color: #4f2c22;
	list-style: none
}
.page-project .flow__arrow {
	position: absolute;
	left: calc(50% - 48px);
	z-index: 2;
	width: 96px;
	height: 106px
}
@media (min-width:576px) {
	.page-project .flow__arrow {
		left: calc(50% - 74px);
		width: 148px
	}
}
.page-project .flow__01 {
	position: relative;
	padding: 20px 25% 0;
	background: url("../img/project/flow-bg-01-bottom.svg") center 110%/70% auto no-repeat, url("../img/project/flow-bg-01-sp.svg") center top/90% auto no-repeat #f4e9db
}
@media (min-width:576px) {
	.page-project .flow__01 {
		padding: 60px 0 52px;
		background: url("../img/project/flow-bg-01-bottom.svg") center 110%/70% auto no-repeat, url("../img/project/flow-bg-01.svg") center top/90% auto no-repeat #f4e9db
	}
}
@media (min-width:1100px) {
	.page-project .flow__01 {
		background-size: 1000px 172px, 1140px 410px
	}
}
.page-project .flow__01 .flow__arrow {
	top: 100%
}
@media (min-width:576px) {
	.page-project .flow__01 .flow__arrow {
		top: calc(100% - 40px)
	}
}
.page-project .flow__02 {
	position: relative;
	padding: 104px 0 76px;
	text-align: center;
	background: #d3ecd7
}
@media (min-width:576px) {
	.page-project .flow__02 {
		padding: 134px 0 140px
	}
}
.page-project .flow__02 .flow__arrow {
	top: calc(100% - 65px)
}
@media (min-width:576px) {
	.page-project .flow__02 .flow__arrow {
		top: calc(100% - 120px)
	}
}
.page-project .flow__03 {
	padding: 70px 0 100px;
	text-align: center;
	background: url("../img/project/flow-bg-03-sp.svg") center center/90% auto no-repeat #d5f0f3;
	position: relative
}
.page-project .flow__03::before {
	position: absolute;
	top: -17px;
	left: 0;
	width: 100%;
	height: 18px;
	content: "";
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% calc(100% + 2px)
}
@media (min-width:576px) {
	.page-project .flow__03::before {
		top: -65px;
		height: 66px
	}
}
.page-project .flow__03:before {
	background-image: url("../img/common/bg-head-blue.webp")
}
.no-webp .page-project .flow__03:before {
	background-image: url("../img/common/bg-head-blue.png")
}
@media (min-width:576px) {
	.page-project .flow__03 {
		padding: 0 0 160px;
		background: url("../img/project/flow-bg-03-sp.svg") center top/auto 90% no-repeat #d5f0f3
	}
}
@media (min-width:992px) {
	.page-project .flow__03 {
		display: flex;
		align-items: center;
		justify-content: center;
		background: url("../img/project/flow-bg-03.svg") center top/1000px 511px no-repeat #d5f0f3
	}
}
@media (min-width:992px) {
	.page-project .flow__03 .flow__heading {
		width: 50%;
		max-width: 455px;
		margin: 20px 0 0
	}
}
.page-project .flow__heading {
	margin: 0;
	font-family: "Kiwi Maru", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.83333;
	color: #562a1f
}
@media (min-width:576px) {
	.page-project .flow__heading {
		margin-bottom: 20px;
		font-size: 2.5rem;
		line-height: 1.25
	}
}
.page-project .flow__heading__mark {
	background: linear-gradient(to bottom, transparent 10%, #dae000 10%, #dae000 90%, transparent 90%)
}
.page-project .flow__heading__note {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000
}
@media (min-width:576px) {
	.page-project .flow__heading__note {
		margin: 10px 0;
		font-size: 1rem
	}
}
.page-project .flow__image-02 {
	margin: 0 20px
}
.page-project .flow__image-03 {
	width: 60%;
	margin: 0 auto
}
@media (min-width:992px) {
	.page-project .flow__image-03 {
		width: 48%;
		max-width: 388px;
		margin: 0 40px
	}
}
.page-project .group {
	padding: 30px 0 40px;
	background: #fff;
	position: relative
}
.page-project .group::before {
	position: absolute;
	top: -17px;
	left: 0;
	width: 100%;
	height: 18px;
	content: "";
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% calc(100% + 2px)
}
@media (min-width:576px) {
	.page-project .group::before {
		top: -65px;
		height: 66px
	}
}
.page-project .group:before {
	background-image: url("../img/common/bg-head-white.webp")
}
.no-webp .page-project .group:before {
	background-image: url("../img/common/bg-head-white.png")
}
@media (min-width:768px) {
	.page-project .group {
		padding: 0 0 60px
	}
}
.page-project .group__head {
	margin-bottom: 30px;
	text-align: center
}
@media (min-width:576px) {
	.page-project .group__head {
		position: relative;
		top: -20px;
		margin-bottom: 20px
	}
}
.page-project .group__box {
	position: relative
}
.page-project .group__ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.3vw;
	font-size: 2.5vw;
	font-weight: 700;
	text-align: center
}
@media (min-width:576px) {
	.page-project .group__ttl {
		font-size: .9375rem
	}
}
@media (min-width:768px) {
	.page-project .group__ttl {
		margin-bottom: 20px;
		font-size: 1.25rem
	}
}
@media (min-width:992px) {
	.page-project .group__ttl {
		font-size: 1.875rem
	}
}
.page-project .group__ttl__icon {
	flex: 0 0 12.825vw;
	margin-right: 1.54vw
}
@media (min-width:576px) {
	.page-project .group__ttl__icon {
		flex: 0 0 75px;
		margin-right: 10px
	}
}
@media (min-width:768px) {
	.page-project .group__ttl__icon {
		flex: 0 0 90px
	}
}
@media (min-width:992px) {
	.page-project .group__ttl__icon {
		flex: 0 0 150px;
		margin-right: 20px
	}
}
.page-project .group__ttl__inner {
	display: block;
	width: 8em;
	padding: .4em 0;
	margin: 1vw auto;
	color: #fff;
	border-radius: 5em
}
@media (min-width:576px) {
	.page-project .group__ttl__inner {
		font-size: .9375rem
	}
}
@media (min-width:768px) {
	.page-project .group__ttl__inner {
		width: 9em;
		padding: .6em 0;
		margin: 10px auto;
		font-size: 1.125rem
	}
}
@media (min-width:992px) {
	.page-project .group__ttl__inner {
		font-size: 1.5625rem
	}
}
.page-project .group__item {
	margin-bottom: 1.54vw;
	text-align: center
}
@media (min-width:576px) {
	.page-project .group__item {
		margin-bottom: 15px
	}
}
@media (min-width:768px) {
	.page-project .group__item {
		margin-bottom: 20px
	}
}
@media (min-width:992px) {
	.page-project .group__item {
		margin-bottom: 35px
	}
}
.page-project .group__name {
	margin: 0;
	font-size: 2.5vw;
	font-weight: 700;
	line-height: 1
}
@media (min-width:576px) {
	.page-project .group__name {
		margin: 5px 0;
		font-size: .8125rem
	}
}
@media (min-width:768px) {
	.page-project .group__name {
		margin: 10px 0;
		font-size: .875rem
	}
}
@media (min-width:992px) {
	.page-project .group__name {
		font-size: 1rem
	}
}
.page-project .group__advice {
	position: absolute;
	top: 10px;
	left: -4px;
	width: 48%
}
.page-project .group__advice .group__ttl {
	color: #dae000
}
.page-project .group__advice .group__ttl__inner {
	background-color: #dae000
}
@media (max-width:575.98px) {
	.page-project .group__advice .group__ttl {
		margin-bottom: 4vw
	}
}
@media (min-width:768px) {
	.page-project .group__advice {
		top: 20px;
		left: 14px
	}
}
@media (min-width:992px) {
	.page-project .group__advice .group__item {
		padding-left: 40px
	}
}
.page-project .group__promotion {
	position: absolute;
	top: 10px;
	right: -10px;
	width: 48%
}
.page-project .group__promotion .group__ttl {
	color: #22a5b6
}
.page-project .group__promotion .group__ttl__inner {
	background-color: #22a5b6
}
@media (min-width:768px) {
	.page-project .group__promotion {
		top: 20px;
		right: 10px
	}
}
.page-project .group__product {
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 48%;
	transform: translateX(-50%)
}
.page-project .group__product .group__ttl {
	margin-bottom: 0;
	color: #b6225b
}
.page-project .group__product .group__ttl__inner {
	background-color: #b6225b
}
@media (min-width:768px) {
	.page-project .group__product {
		bottom: 5px
	}
	.page-project .group__product .group__item {
		margin-bottom: -5px
	}
}
.page-project .group__otafuku {
	margin: 0 auto
}
@media (max-width:575.98px) {
	.page-project .group__otafuku {
		width: 11.55vw
	}
}
@media (min-width:576px) and (max-width:767.98px) {
	.page-project .group__otafuku {
		width: 80px
	}
}
@media (min-width:768px) and (max-width:991.98px) {
	.page-project .group__otafuku {
		width: 90px
	}
}
.page-project .group__tss {
	margin: 0 auto
}
@media (max-width:575.98px) {
	.page-project .group__tss {
		width: 21.55vw
	}
}
@media (min-width:576px) and (max-width:767.98px) {
	.page-project .group__tss {
		width: 140px
	}
}
@media (min-width:768px) and (max-width:991.98px) {
	.page-project .group__tss {
		width: 160px
	}
}
.page-project .group__u-spot {
	margin: 0 auto
}
@media (max-width:575.98px) {
	.page-project .group__u-spot {
		width: 12.825vw
	}
}
@media (min-width:576px) and (max-width:767.98px) {
	.page-project .group__u-spot {
		width: 85px
	}
}
@media (min-width:768px) and (max-width:991.98px) {
	.page-project .group__u-spot {
		width: 100px
	}
}
.page-project .group__shingi {
	margin: 0 auto
}
@media (max-width:575.98px) {
	.page-project .group__shingi {
		width: 17.44vw
	}
}
@media (min-width:576px) and (max-width:767.98px) {
	.page-project .group__shingi {
		width: 110px
	}
}
@media (min-width:768px) and (max-width:991.98px) {
	.page-project .group__shingi {
		width: 130px
	}
}
.page-issue .top {
	position: relative
}
.page-issue .top__ttl {
	position: relative;
	padding: 55px 0 70px;
	margin: 0;
	font-family: "Kiwi Maru", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8333;
	color: #562a1f;
	text-align: center;
	background: url("../img/issue/top-cloud-sp.svg") center 10px/90% auto no-repeat, linear-gradient(to bottom, #d5f0f3 0, #daf2f4 60%, #fff 100%)
}
@media (min-width:768px) {
	.page-issue .top__ttl {
		padding: 120px 0 160px;
		font-size: 3.125rem;
		line-height: 1.4;
		background: url("../img/issue/top-cloud.svg") center 62px/1162px auto no-repeat, linear-gradient(to bottom, #d5f0f3 0, #daf2f4 60%, #fff 100%)
	}
}
.page-issue .top__sand {
	position: relative;
	padding-bottom: 55px;
	background: #f4e9db
}
@media (min-width:576px) {
	.page-issue .top__sand {
		padding-bottom: 95px
	}
}
.page-issue .top__sand:before {
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 21px;
	content: "";
	background: url("../img/issue/top-ground.webp") center top/100% 100% no-repeat
}
.no-webp .page-issue .top__sand:before {
	background-image: url("../img/issue/top-ground.png")
}
@media (min-width:768px) {
	.page-issue .top__sand:before {
		top: -75px;
		height: 76px
	}
}
@media (max-width:767.98px) {
	.page-issue .top__images {
		position: relative;
		top: -20px;
		display: flex;
		padding: 0 20px
	}
}
@media (min-width:576px) and (max-width:767.98px) {
	.page-issue .top__images {
		margin-bottom: 20px
	}
}
@media (min-width:768px) {
	.page-issue .top__images {
		top: -90px
	}
}
@media (max-width:767.98px) {
	.page-issue .top__image-01 {
		width: 50%
	}
}
@media (min-width:768px) {
	.page-issue .top__image-01 {
		position: absolute;
		top: -50px;
		right: calc(50% + 220px)
	}
}
@media (max-width:767.98px) {
	.page-issue .top__image-02 {
		width: 50%;
		padding-left: 15px
	}
}
@media (min-width:768px) {
	.page-issue .top__image-02 {
		position: absolute;
		top: -60px;
		left: calc(50% + 230px)
	}
}
.page-issue .top__report {
	margin: 0;
	font-family: "Kiwi Maru", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.83333;
	color: #562a1f;
	text-align: center
}
@media (min-width:576px) {
	.page-issue .top__report {
		position: relative;
		top: -30px;
		font-size: 2.5rem;
		line-height: 1.25
	}
}
.page-issue .top__report__mark {
	display: inline-block;
	padding: 0 .2em;
	font-size: 2.125rem;
	line-height: 1.3;
	background: linear-gradient(to bottom, transparent 60%, #dae000 60%)
}
@media (min-width:576px) {
	.page-issue .top__report__mark {
		margin-top: 20px;
		font-size: 3.125rem
	}
}
.page-issue .top__report__num {
	font-size: 2.5625rem
}
@media (min-width:576px) {
	.page-issue .top__report__num {
		font-size: 3.75rem
	}
}
.page-issue .top__equal {
	position: absolute;
	bottom: -35px;
	left: calc(50% - 30px);
	z-index: 3;
	margin: 0
}
@media (min-width:576px) {
	.page-issue .top__equal {
		bottom: 30px
	}
}
.page-issue .sea {
	padding: 60px 0 80px;
	background: url("../img/issue/bg-01-sp.svg") center top/90% auto no-repeat #d5f0f3;
	position: relative
}
.page-issue .sea::before {
	position: absolute;
	top: -17px;
	left: 0;
	width: 100%;
	height: 18px;
	content: "";
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% calc(100% + 2px)
}
@media (min-width:576px) {
	.page-issue .sea::before {
		top: -65px;
		height: 66px
	}
}
.page-issue .sea:before {
	background-image: url("../img/common/bg-head-blue.webp")
}
.no-webp .page-issue .sea:before {
	background-image: url("../img/common/bg-head-blue.png")
}
@media (min-width:576px) {
	.page-issue .sea {
		padding: 0 0 140px;
		background: url("../img/issue/bg-01.svg") center top/100% auto no-repeat #d5f0f3
	}
}
@media (min-width:1100px) {
	.page-issue .sea {
		background: url("../img/issue/bg-01.svg") center top/1308px 1654px no-repeat #d5f0f3
	}
}
.page-issue .sea__heading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -10px 20px;
	font-family: "Kiwi Maru", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.83333;
	color: #562a1f;
	text-align: center
}
@media (min-width:576px) {
	.page-issue .sea__heading {
		margin-bottom: 35px;
		font-size: 2rem;
		line-height: 1.25
	}
}
@media (min-width:768px) {
	.page-issue .sea__heading {
		margin-bottom: 65px;
		font-size: 2.5rem
	}
}
.page-issue .sea__heading__num {
	flex: 0 0 137px;
	max-width: calc(100% - 8.5em)
}
@media (min-width:768px) {
	.page-issue .sea__heading__num {
		flex: 0 0 244px
	}
}
.page-issue .sea__box {
	padding: 30px 19px 20px;
	background-color: #fff;
	border-radius: 31px
}
@media (min-width:768px) {
	.page-issue .sea__box {
		padding: 50px 60px 60px
	}
}
.page-issue .sea__ttl {
	margin-bottom: 40px;
	text-align: center
}
@media (min-width:768px) {
	.page-issue .sea__ttl {
		display: flex;
		align-items: center;
		margin-bottom: 30px;
		text-align: left
	}
}
.page-issue .sea__ttl__icon {
	margin: 0 30px 0 0
}
@media (max-width:767.98px) {
	.page-issue .sea__ttl__icon {
		display: block;
		width: 80px;
		margin: 0 auto 20px
	}
}
.page-issue .sea__ttl__text {
	font-family: "Kiwi Maru", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.83333;
	color: #22a5b6
}
@media (min-width:576px) {
	.page-issue .sea__ttl__text {
		font-size: 1.75rem
	}
}
@media (min-width:768px) {
	.page-issue .sea__ttl__text {
		font-size: 2.375rem;
		line-height: 1.3333
	}
}
@media (min-width:1100px) {
	.page-issue .sea__ttl__text {
		font-size: 2.8125rem
	}
}
.page-issue .sea__point {
	padding: 0;
	margin: 0;
	list-style: none
}
@media (min-width:768px) {
	.page-issue .sea__point {
		margin-bottom: 30px
	}
}
.page-issue .sea__point li {
	padding: 15px 0;
	margin-bottom: 27px;
	text-align: center;
	border: 2px solid #54a3b3;
	border-radius: 20px
}
@media (min-width:768px) {
	.page-issue .sea__point li {
		padding: 40px 30px 20px
	}
}
@media (min-width:992px) {
	.page-issue .sea__point li {
		display: flex;
		align-items: center
	}
}
.page-issue .sea__image {
	position: relative;
	margin-bottom: 20px
}
@media (min-width:768px) {
	.page-issue .sea__image {
		margin: 0 auto 20px
	}
}
@media (min-width:992px) {
	.page-issue .sea__image {
		margin: 0
	}
}
.page-issue .sea .kaeru {
	position: absolute;
	right: 70px;
	bottom: 15px;
	display: flex;
	justify-content: center;
	width: 48%
}
@media (max-width:575.98px) {
	.page-issue .sea .kaeru {
		right: 24px;
		bottom: -5px;
		width: 58%
	}
}
.page-issue .sea .kaeru__text {
	width: 50%;
	padding-right: 3%;
	margin: 0
}
.page-issue .sea .kaeru__image {
	width: 50%;
	padding-top: 18%
}
.page-issue .sea__body {
	position: relative;
	padding: 20px 0 1px
}
@media (min-width:992px) {
	.page-issue .sea__body {
		width: calc(100% - 342px);
		padding: 0
	}
}
.page-issue .sea__point__ttl {
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
	font-family: "Kiwi Maru", serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 3.125rem;
	color: #562a1f
}
@media (min-width:576px) {
	.page-issue .sea__point__ttl {
		margin: 0;
		font-size: 2.5rem
	}
}
@media (min-width:992px) and (max-width:1099.98px) {
	.page-issue .sea__point__ttl {
		font-size: 2.125rem
	}
}
.page-issue .sea__num {
	position: absolute;
	top: 0;
	right: 50%;
	margin: 0;
	transform: translateX(50%)
}
@media (min-width:992px) {
	.page-issue .sea__num {
		top: 50%;
		right: 0;
		transform: translateY(-50%)
	}
}
.page-issue .sea__point__strong {
	display: block;
	font-size: 1.5rem;
	line-height: 1.83333
}
@media (min-width:576px) {
	.page-issue .sea__point__strong {
		margin: 10px 0;
		font-size: 2.8125rem;
		line-height: 1.3333
	}
}
@media (min-width:992px) and (max-width:1099.98px) {
	.page-issue .sea__point__strong {
		font-size: 2.25rem
	}
}
.page-issue .sea__note {
	position: relative;
	z-index: 2;
	margin: 0;
	font-size: .75rem;
	line-height: 1.25
}
@media (min-width:576px) {
	.page-issue .sea__note {
		margin-top: 20px;
		font-size: 1rem
	}
}
@media (min-width:768px) {
	.page-issue .sea__note {
		margin-top: 40px
	}
}
@media (max-width:767.98px) {
	.page-issue .sea__01 .sea__image {
		left: 30px;
		width: 94%
	}
}
@media (min-width:768px) {
	.page-issue .sea__01 .sea__image {
		width: 342px
	}
}
@media (max-width:991.98px) {
	.page-issue .sea__01 .sea__num {
		width: 44px
	}
}
@media (max-width:767.98px) {
	.page-issue .sea__01 .sea__num {
		width: 42px
	}
}
@media (max-width:575.98px) {
	.page-issue .sea__01 .sea__num {
		width: 33px
	}
}
@media (max-width:767.98px) {
	.page-issue .sea__02 .sea__image {
		margin-right: -10px;
		margin-left: -10px
	}
}
@media (min-width:768px) {
	.page-issue .sea__02 .sea__image {
		width: 380px
	}
}
@media (min-width:992px) {
	.page-issue .sea__02 .sea__image {
		margin-left: -40px
	}
}
@media (max-width:991.98px) {
	.page-issue .sea__02 .sea__num {
		width: 122px
	}
}
@media (max-width:767.98px) {
	.page-issue .sea__02 .sea__num {
		width: 100px
	}
}
@media (max-width:575.98px) {
	.page-issue .sea__02 .sea__num {
		width: 87px
	}
}
.page-issue .sea__message {
	position: relative;
	padding: 20px 0;
	margin: 0;
	font-family: "Kiwi Maru", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.83333;
	text-align: center;
	background: #dae000;
	border-radius: 20px
}
@media (min-width:576px) {
	.page-issue .sea__message {
		padding: 30px 0;
		font-size: 2rem;
		line-height: 1.3333
	}
}
@media (min-width:1100px) {
	.page-issue .sea__message {
		font-size: 2.8125rem
	}
}
.page-issue .sea__message::before {
	position: absolute;
	top: -20px;
	left: calc(50% - 14px);
	content: "";
	border-right: 14px solid transparent;
	border-bottom: 22px solid #dae000;
	border-left: 14px solid transparent
}
@media (min-width:576px) {
	.page-issue .sea__message::before {
		top: -15px
	}
}
.js .page-issue .sea__heading__num {
	transform: scale(0);
	transform-origin: left bottom
}
.js .page-issue .sr-done .sea__heading__num {
	transition: transform .45s cubic-bezier(.48, 1.58, .66, .88);
	transform: scale(1)
}
.page-issue .end {
	padding: 20px 0 60px;
	text-align: center;
	background: url("../img/issue/bg-02.webp") center bottom/contain no-repeat #fff;
	position: relative
}
.no-webp .page-issue .end {
	background-image: url("../img/issue/bg-02.png")
}
.page-issue .end::before {
	position: absolute;
	top: -17px;
	left: 0;
	width: 100%;
	height: 18px;
	content: "";
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% calc(100% + 2px)
}
@media (min-width:576px) {
	.page-issue .end::before {
		top: -65px;
		height: 66px
	}
}
.page-issue .end:before {
	background-image: url("../img/common/bg-head-white.webp")
}
.no-webp .page-issue .end:before {
	background-image: url("../img/common/bg-head-white.png")
}
@media (min-width:576px) {
	.page-issue .end {
		padding: 30px 0 80px
	}
}
@media (min-width:768px) {
	.page-issue .end {
		background-size: cover
	}
}
.page-issue .end__ttl {
	margin-bottom: 20px;
	font-family: "Kiwi Maru", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8333;
	color: #562a1f
}
@media (min-width:576px) {
	.page-issue .end__ttl {
		margin-bottom: 60px;
		font-size: 2.5rem;
		line-height: 1.25
	}
}
.page-issue .end__ttl__inner {
	background: linear-gradient(to bottom, transparent 50%, #dae000 50%)
}
.page-contact .page-content {
	padding-bottom: 48px
}
@media (max-width:575.98px) {
	.page-contact .page-content {
		padding-top: 50px;
		padding-bottom: 90px
	}
}
.page-privacy .page-content {
	padding-bottom: 48px
}
@media (max-width:575.98px) {
	.page-privacy .page-content {
		padding-top: 50px
	}
}
.page-privacy .section {
	margin-bottom: 30px;
	line-height: 1.875
}
.privacy-ttl {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.875;
	color: #22a5b6
}
.page-notfound {
	padding: 120px 0 60px
}
@media (min-width:576px) {
	.page-notfound {
		padding: 120px 0
	}
}
.notfound-ttl {
	margin-bottom: 30px;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.454545;
	color: #b7b7b7;
	text-align: center
}
@media (min-width:576px) {
	.notfound-ttl {
		font-size: 1.875rem;
		line-height: 1.4666
	}
}
.notfound-text {
	margin-bottom: 60px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2.25;
	text-align: center
}
@media (min-width:576px) {
	.notfound-text {
		font-size: 1.125rem;
		line-height: 2
	}
}