@charset "UTF-8";
/**
 * [Table of contents]
 *   1 Base
 *     1.1 Reset Styles
 *     1.2 Typography
 *     1.3 Context Styles
 *     1.4 Offsets
 *     1.5 Page layout
 *   2 Utilities
 *     2.1 Text styling
 *     2.2 Row spacing
 *     2.3 Sections
 *     2.4 Backgrounds
 *     2.5 Utilities custom
 *   3 Components
 *     3.1 Brand
 *     3.2 Links
 *     3.3 Blocks
 *     3.4 Boxes
 *     3.5 Groups
 *     3.6 Responsive units
 *     3.7 Lists
 *     3.8 Images
 *     3.9 Icons
 *     3.10 Dividers
 *     3.11 Buttons
 *     3.12 Forms
 *     3.13 Quotes
 *     3.14 Snackbars
 *     3.15 Footers
 *     3.16 Banner
 *   4 Plugins
 *     4.1 Animate
 *     4.2 Preloader
 *     4.3 ToTop
 *     4.4 RD Navbar
 *     4.5 Swiper
 *     4.6 Google Map
 *     4.7 Owl Carousel
 *   5 Fonts
 *     5.1 Font Awesome Icons 4.7.0
 *     5.2 Material Design Icons
 */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
	width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 0.875rem;
	font-weight: 400;
	color: #000;
	text-align: left;
	background-color: #F4EEEA;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

dfn {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #62bfe6;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	color: #23a3d9;
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 400;
	line-height: 1.2;
	color: #434547;
}


.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
	font-size: 80%;
	font-weight: 400;
}

mark,
.mark {
	padding: 2px 5px;
	background-color: rgba(98, 191, 230, 0.2);
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1152px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 1.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		order: -1;
	}
	.order-sm-last {
		order: 13;
	}
	.order-sm-0 {
		order: 0;
	}
	.order-sm-1 {
		order: 1;
	}
	.order-sm-2 {
		order: 2;
	}
	.order-sm-3 {
		order: 3;
	}
	.order-sm-4 {
		order: 4;
	}
	.order-sm-5 {
		order: 5;
	}
	.order-sm-6 {
		order: 6;
	}
	.order-sm-7 {
		order: 7;
	}
	.order-sm-8 {
		order: 8;
	}
	.order-sm-9 {
		order: 9;
	}
	.order-sm-10 {
		order: 10;
	}
	.order-sm-11 {
		order: 11;
	}
	.order-sm-12 {
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		order: -1;
	}
	.order-md-last {
		order: 13;
	}
	.order-md-0 {
		order: 0;
	}
	.order-md-1 {
		order: 1;
	}
	.order-md-2 {
		order: 2;
	}
	.order-md-3 {
		order: 3;
	}
	.order-md-4 {
		order: 4;
	}
	.order-md-5 {
		order: 5;
	}
	.order-md-6 {
		order: 6;
	}
	.order-md-7 {
		order: 7;
	}
	.order-md-8 {
		order: 8;
	}
	.order-md-9 {
		order: 9;
	}
	.order-md-10 {
		order: 10;
	}
	.order-md-11 {
		order: 11;
	}
	.order-md-12 {
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		order: -1;
	}
	.order-lg-last {
		order: 13;
	}
	.order-lg-0 {
		order: 0;
	}
	.order-lg-1 {
		order: 1;
	}
	.order-lg-2 {
		order: 2;
	}
	.order-lg-3 {
		order: 3;
	}
	.order-lg-4 {
		order: 4;
	}
	.order-lg-5 {
		order: 5;
	}
	.order-lg-6 {
		order: 6;
	}
	.order-lg-7 {
		order: 7;
	}
	.order-lg-8 {
		order: 8;
	}
	.order-lg-9 {
		order: 9;
	}
	.order-lg-10 {
		order: 10;
	}
	.order-lg-11 {
		order: 11;
	}
	.order-lg-12 {
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		order: -1;
	}
	.order-xl-last {
		order: 13;
	}
	.order-xl-0 {
		order: 0;
	}
	.order-xl-1 {
		order: 1;
	}
	.order-xl-2 {
		order: 2;
	}
	.order-xl-3 {
		order: 3;
	}
	.order-xl-4 {
		order: 4;
	}
	.order-xl-5 {
		order: 5;
	}
	.order-xl-6 {
		order: 6;
	}
	.order-xl-7 {
		order: 7;
	}
	.order-xl-8 {
		order: 8;
	}
	.order-xl-9 {
		order: 9;
	}
	.order-xl-10 {
		order: 10;
	}
	.order-xl-11 {
		order: 11;
	}
	.order-xl-12 {
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1600px) {
	.col-xxl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xxl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xxl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xxl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xxl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xxl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xxl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xxl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xxl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xxl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xxl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xxl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xxl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xxl-first {
		order: -1;
	}
	.order-xxl-last {
		order: 13;
	}
	.order-xxl-0 {
		order: 0;
	}
	.order-xxl-1 {
		order: 1;
	}
	.order-xxl-2 {
		order: 2;
	}
	.order-xxl-3 {
		order: 3;
	}
	.order-xxl-4 {
		order: 4;
	}
	.order-xxl-5 {
		order: 5;
	}
	.order-xxl-6 {
		order: 6;
	}
	.order-xxl-7 {
		order: 7;
	}
	.order-xxl-8 {
		order: 8;
	}
	.order-xxl-9 {
		order: 9;
	}
	.order-xxl-10 {
		order: 10;
	}
	.order-xxl-11 {
		order: 11;
	}
	.order-xxl-12 {
		order: 12;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.33333%;
	}
	.offset-xxl-2 {
		margin-left: 16.66667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.33333%;
	}
	.offset-xxl-5 {
		margin-left: 41.66667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.33333%;
	}
	.offset-xxl-8 {
		margin-left: 66.66667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.33333%;
	}
	.offset-xxl-11 {
		margin-left: 91.66667%;
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}

.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
	border-top: 2px solid #dee2e6;
}

.table .table {
	background-color: #ffffff;
}

.table-sm th,
.table-sm td {
	padding: 0.3rem;
}

.table-bordered {
	border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
	border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e;
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.table-dark {
	color: #fff;
	background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #32383e;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-sm > .table-bordered {
		border: 0;
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-md > .table-bordered {
		border: 0;
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-lg > .table-bordered {
		border: 0;
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-xl > .table-bordered {
		border: 0;
	}
}

@media (max-width: 1599.98px) {
	.table-responsive-xxl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-xxl > .table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.875rem;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(1.8125rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.form-control-lg {
	height: calc(2.875rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: 0.25rem;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
	color: #6c757d;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #98bf44;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: .1rem;
	font-size: 0.875rem;
	line-height: 2;
	color: #212529;
	background-color: rgba(152, 191, 68, 0.9);
	border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
	border-color: #98bf44;
	padding-right: 2.25rem;
	background-repeat: no-repeat;
	background-position: center right calc(2.25rem / 4);
	background-size: calc(2.25rem / 2) calc(2.25rem / 2);
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' 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");
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
	border-color: #98bf44;
	box-shadow: 0 0 0 0.2rem rgba(152, 191, 68, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: 2.25rem;
	background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
	border-color: #98bf44;
	padding-right: 2.25rem;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' 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") no-repeat center right 2.025rem/calc(2.25rem / 2) calc(2.25rem / 2);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
	border-color: #98bf44;
	box-shadow: 0 0 0 0.2rem rgba(152, 191, 68, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
	color: #98bf44;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
	color: #98bf44;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
	background-color: #cce0a3;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
	background-color: #adcc6a;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(152, 191, 68, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
	border-color: #98bf44;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
	border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
	box-shadow: 0 0 0 0.2rem rgba(152, 191, 68, 0.25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #f5543f;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: .1rem;
	font-size: 0.875rem;
	line-height: 2;
	color: #fff;
	background-color: rgba(245, 84, 63, 0.9);
	border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: #f5543f;
	padding-right: 2.25rem;
	background-repeat: no-repeat;
	background-position: center right calc(2.25rem / 4);
	background-size: calc(2.25rem / 2) calc(2.25rem / 2);
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
	border-color: #f5543f;
	box-shadow: 0 0 0 0.2rem rgba(245, 84, 63, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: 2.25rem;
	background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
	border-color: #f5543f;
	padding-right: 2.25rem;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") no-repeat center right 2.025rem/calc(2.25rem / 2) calc(2.25rem / 2);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
	border-color: #f5543f;
	box-shadow: 0 0 0 0.2rem rgba(245, 84, 63, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
	color: #f5543f;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
	color: #f5543f;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
	background-color: #fbc0b8;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	background-color: #f87f6f;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(245, 84, 63, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
	border-color: #f5543f;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
	border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
	box-shadow: 0 0 0 0.2rem rgba(245, 84, 63, 0.25);
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width: 576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
	}
	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	.form-inline .input-group,
	.form-inline .custom-select {
		width: auto;
	}
	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}
	.form-inline .custom-control {
		align-items: center;
		justify-content: center;
	}
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}

.btn:hover, .btn:focus {
	text-decoration: none;
}

.btn:focus, .btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
	opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-link {
	font-weight: 400;
	color: #62bfe6;
	background-color: transparent;
}

.btn-link:hover {
	color: #23a3d9;
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
	text-decoration: underline;
	border-color: transparent;
	box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
	color: #6c757d;
	pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}


.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
	text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

@media (max-width: 575.98px) {
	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-sm .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid {
		flex-wrap: nowrap;
	}
	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid {
		flex-wrap: nowrap;
	}
	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid {
		flex-wrap: nowrap;
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (max-width: 1199.98px) {
	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-xl .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid {
		flex-wrap: nowrap;
	}
	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

@media (max-width: 1599.98px) {
	.navbar-expand-xxl > .container,
	.navbar-expand-xxl > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1600px) {
	.navbar-expand-xxl {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-xxl .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xxl > .container,
	.navbar-expand-xxl > .container-fluid {
		flex-wrap: nowrap;
	}
	.navbar-expand-xxl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-xxl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
	color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
	color: #fff;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.card > hr {
	margin-right: 0;
	margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.card-body {
	flex: 1 1 auto;
	padding: 1.25rem;
}

.card-title {
	margin-bottom: 0.75rem;
}

.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link + .card-link {
	margin-left: 1.25rem;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
	border-top: 0;
}

.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img {
	width: 100%;
	border-radius: calc(0.25rem - 1px);
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
	display: flex;
	flex-direction: column;
}

.card-deck .card {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.card-deck {
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	.card-deck .card {
		display: flex;
		flex: 1 0 0%;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

.card-group {
	display: flex;
	flex-direction: column;
}

.card-group > .card {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.card-group {
		flex-flow: row wrap;
	}
	.card-group > .card {
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	.card-group > .card + .card {
		margin-left: 0;
		border-left: 0;
	}
	.card-group > .card:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.card-group > .card:first-child .card-img-top,
	.card-group > .card:first-child .card-header {
		border-top-right-radius: 0;
	}
	.card-group > .card:first-child .card-img-bottom,
	.card-group > .card:first-child .card-footer {
		border-bottom-right-radius: 0;
	}
	.card-group > .card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.card-group > .card:last-child .card-img-top,
	.card-group > .card:last-child .card-header {
		border-top-left-radius: 0;
	}
	.card-group > .card:last-child .card-img-bottom,
	.card-group > .card:last-child .card-footer {
		border-bottom-left-radius: 0;
	}
	.card-group > .card:only-child {
		border-radius: 0.25rem;
	}
	.card-group > .card:only-child .card-img-top,
	.card-group > .card:only-child .card-header {
		border-top-left-radius: 0.25rem;
		border-top-right-radius: 0.25rem;
	}
	.card-group > .card:only-child .card-img-bottom,
	.card-group > .card:only-child .card-footer {
		border-bottom-right-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
	}
	.card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
		border-radius: 0;
	}
	.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
	.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
	.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
	.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
		border-radius: 0;
	}
}

.card-columns .card {
	margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
	.card-columns {
		column-count: 3;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}
	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
	border-radius: 0;
}

.accordion .card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	color: #6c757d;
	content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #6c757d;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: 0.3rem;
}

@media (min-width: 576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.75rem 1.25rem;
	color: inherit;
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	animation: progress-bar-stripes 1s linear infinite;
}


@media print {
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	a:not(.btn) {
		text-decoration: underline;
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #888888;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	@page {
		size: a3;
	}
	body {
		min-width: 992px !important;
	}
	.container {
		min-width: 992px !important;
	}
	.navbar {
		display: none;
	}
	.badge {
		border: 1px solid #000000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #ffffff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #cccccc !important;
	}
	.table-dark {
		color: inherit;
	}
	.table-dark th,
	.table-dark td,
	.table-dark thead th,
	.table-dark tbody + tbody {
		border-color: #dee2e6;
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6;
	}
}

/** @group Base */
/** @section Reset Styles*/
a:focus,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

*:focus {
	outline: none;
}

blockquote {
	padding: 0;
	margin: 0;
}

input,
button,
select,
textarea {
	outline: none;
}

label {
	margin-bottom: 0;
}

p {
	margin: 0;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	display: block;
}

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}

cite {
	font-style: normal;
}

form {
	margin-bottom: 0;
}

blockquote {
	padding-left: 0;
	border-left: 0;
}

address {
	margin-top: 0;
	margin-bottom: 0;
}

figure {
	margin-bottom: 0;
}

html p a:hover {
	text-decoration: none;
}

/** @section Typography */
h1, h2, h3, h4, h5, h6, [class^='heading-'] {
	margin-bottom: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class^='heading-'] a {
	color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class^='heading-'] a:hover {
	color: #62bfe6;
}

h1,
.heading-1 {
	font-size: 20px;
	font-weight: bold;
	
	
}
@media (max-width: 575.98px) {
	h1,
	.heading-1 {
		font-size: 10px;
		margin-left: 44px;
	}
}

@media (min-width: 576px) {
	h1,
	.heading-1 {
		font-size: 10px;
	}
}

@media (min-width: 768px) {
	h1,
	.heading-1 {
		font-size: 10px;
	}
}

@media (min-width: 992px) {
	h1,
	.heading-1 {
		font-size: 20px;
		margin-left: 65px;
		margin-bottom:-10px;
	}
}

@media (min-width: 1200px) {
	h1,
	.heading-1 {
		font-size: 20px;
		margin-left: 65px;
		margin-bottom:-10px;
	}
}

h2,
.heading-2 {
	font-size: 32px;
	line-height: 1.45833;
}

@media (min-width: 576px) {
	h2,
	.heading-2 {
		font-size: 36px;
	}
}

@media (min-width: 768px) {
	h2,
	.heading-2 {
		font-size: 40px;
	}
}

@media (min-width: 992px) {
	h2,
	.heading-2 {
		font-size: 44px;
	}
}

@media (min-width: 1200px) {
	h2,
	.heading-2 {
		font-size: 48px;
	}
}

h3,
.heading-3 {
	font-size: 24px;
	line-height: 1.11765;
}

@media (min-width: 576px) {
	h3,
	.heading-3 {
		font-size: 25px;
	}
}

@media (min-width: 768px) {
	h3,
	.heading-3 {
		font-size: 28px;
	}
}

@media (min-width: 992px) {
	h3,
	.heading-3 {
		font-size: 31px;
	}
}

@media (min-width: 1200px) {
	h3,
	.heading-3 {
		font-size: 34px;
	}
}

h4,
.heading-4 {
	font-size: 20px;
	line-height: 1.58333;
}

@media (min-width: 768px) {
	h4,
	.heading-4 {
		font-size: 22px;
	}
}

@media (min-width: 992px) {
	h4,
	.heading-4 {
		font-size: 24px;
	}
}

h5,
.heading-5 {
	font-size: 16px;
	line-height: 1.44444;
}

@media (min-width: 768px) {
	h5,
	.heading-5 {
		font-size: 18px;
	}
}

h6,
.heading-6 {
	font-size: 15px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	h6,
	.heading-6 {
		font-size: 16px;
	}
}

Big text .big {
	font-size: 1.25rem;
	line-height: 1.5;
}

code {
	padding: 3px 5px;
	border-radius: 0.2rem;
	font-size: 90%;
	color: #111111;
	background: #e5e5e5;
}

p [data-toggle='tooltip'] {
	padding-left: .25em;
	padding-right: .25em;
	color: #62bfe6;
}

p [style*='max-width'] {
	display: inline-block;
}

::selection {
	background: #62bfe6;
	color: #ffffff;
}

::-moz-selection {
	background: #62bfe6;
	color: #ffffff;
}

/** @section Context Styles */
.context-dark, .bg-primary,
.context-dark h1,
.bg-primary h1, .context-dark h2, .bg-primary h2, .context-dark h3, .bg-primary h3, .context-dark h4, .bg-primary h4, .context-dark h5, .bg-primary h5, .context-dark h6, .bg-primary h6, .context-dark [class^='heading-'], .bg-primary [class^='heading-'] {
	color: #ffffff;
}



/** @section Page layout */
.page {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	opacity: 0;
}

.page.fadeIn {
	animation-timing-function: ease-out;
}

.page.fadeOut {
	animation-timing-function: ease-in;
}

[data-x-mode] .page {
	opacity: 1;
}

html.boxed body {
	background: #e5e5e5 url(../images/bg-pattern-boxed.png) repeat fixed;
}

@media (min-width: 1630px) {
	html.boxed .page {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1);
	}
	html.boxed .rd-navbar-static {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
	}
	html.boxed .rd-navbar-static.rd-navbar--is-stuck {
		max-width: 1600px;
		width: 100%;
		left: calc(50% - 1600px);
		right: calc(50% - 1600px);
	}
}

/** @group Utilities */
/** @section Text styling */
.text-italic {
	font-style: italic;
}

.text-normal {
	font-style: normal;
}

.text-underline {
	text-decoration: underline;
}

.text-strike {
	text-decoration: line-through;
}

.font-weight-thin {
	font-weight: 100;
}

.font-weight-light {
	font-weight: 300;
}

.font-weight-regular {
	font-weight: 400;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-sbold {
	font-weight: 600;
}

.font-weight-bold {
	font-weight: 700;
}

.font-weight-ubold {
	font-weight: 900;
}

.text-spacing-0 {
	letter-spacing: 0;
}

.text-primary {
	color: #62bfe6;
}

/** @section Row spacing */
.row-0 {
	margin-bottom: 0px;
}

.row-0:empty {
	margin-bottom: 0;
}

.row-0 > * {
	margin-bottom: 0px;
}

.row-15 {
	margin-bottom: -15px;
}

.row-15:empty {
	margin-bottom: 0;
}

.row-15 > * {
	margin-bottom: 15px;
}

.row-20 {
	margin-bottom: -20px;
}

.row-20:empty {
	margin-bottom: 0;
}

.row-20 > * {
	margin-bottom: 20px;
}

.row-30 {
	margin-bottom: -30px;
}

.row-30:empty {
	margin-bottom: 0;
}

.row-30 > * {
	margin-bottom: 30px;
}

.row-50 {
	margin-bottom: -50px;
}

.row-50:empty {
	margin-bottom: 0;
}

.row-50 > * {
	margin-bottom: 50px;
}

@media (min-width: 992px) {
	.row-md-30 {
		margin-bottom: -30px;
	}
	.row-md-30:empty {
		margin-bottom: 0;
	}
	.row-md-30 > * {
		margin-bottom: 30px;
	}
}

/** @section Sections */
.section-xs {
	padding: 25px 0;
}

.section-sm {
	padding: 40px 0;
}

.section-md,
.section-lg,
.section-xl {
	padding: 50px 0;
}

.section-collapse + .section-collapse {
	padding-top: 0;
}

.section-collapse:last-child {
	padding-bottom: 0;
}

html [class*='section-'].section-bottom-0 {
	padding-bottom: 0;
}

@media (max-width: 991.98px) {
	section.section-sm:first-of-type,
	section.section-md:first-of-type,
	section.section-lg:first-of-type,
	section.section-xl:first-of-type,
	section.section-xxl:first-of-type {
		padding-top: 40px;
	}
}

@media (min-width: 768px) {
	.section-md {
		padding: 50px 0;
	}
	.section-lg {
		padding: 60px 0;
	}
}

@media (min-width: 1200px) {
	.section-inset-1 {
		padding-top: 0;
	}
}

/** @section Backgrounds */
.context-dark .brand .brand-logo-dark, .bg-primary .brand .brand-logo-dark {
	display: none;
}

.context-dark .brand .brand-logo-light, .bg-primary .brand .brand-logo-light {
	display: block;
}

.bg-default {
	background-color: #fff;

}
.bg-default2 {
	background-color: #F4EEEA;

}

.bg-default:not([style*="background-"]) + .bg-default:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-100 {
	background-color: #e5e5e5;
}

.bg-gray-100:not([style*="background-"]) + .bg-gray-100:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-700 {
	background-color: #434547;
}

.bg-gray-700:not([style*="background-"]) + .bg-gray-700:not([style*="background-"]) {
	padding-top: 0;
}

.bg-primary {
	background-color: #62bfe6;
}

.bg-primary:not([style*="background-"]) + .bg-primary:not([style*="background-"]) {
	padding-top: 0;
}

.bg-image {
	background-size: cover;
	background-position: center;
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .bg-fixed {
		background-attachment: fixed;
	}
}

/** @section Utilities custom */
.height-fill {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.height-fill > * {
	flex-grow: 1;
	flex-shrink: 0;
}

.object-inline {
	white-space: nowrap;
}

.object-inline > * {
	display: inline-block;
	min-width: 20px;
	vertical-align: top;
	white-space: normal;
}

.object-inline > * + * {
	margin-left: 5px;
}

.oh {
	position: relative;
	overflow: hidden;
}

.text-decoration-lines {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.text-decoration-lines-content {
	position: relative;
	display: inline-block;
	min-width: 170px;
	font-size: 13px;
	text-transform: uppercase;
}

.text-decoration-lines-content::before, .text-decoration-lines-content::after {
	content: '';
	position: absolute;
	height: 1px;
	background: #dbdbdb;
	top: 50%;
	width: 100vw;
}

.text-decoration-lines-content::before {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}

.text-decoration-lines-content::after {
	right: 0;
	transform: translate3d(100%, 0, 0);
}

* + .text-decoration-lines {
	margin-top: 30px;
}

p.rights {
	font-size: 14px;
	color: #888888;
}

p.rights a {
	color: inherit;
}

p.rights a:hover {
	color: #62bfe6;
}

[style*='z-index: 1000;'] {
	z-index: 1101 !important;
}

.text-block > * {
	margin-left: .125em;
	margin-right: .125em;
}

@media (min-width: 1200px) {
	.offset-negative-1 {
		margin-top: -80px;
	}
}

.index-1 {
	z-index: 1;
}

.container + .container {
	margin-top: 45px;
}

.container + .container::before {
	display: block;
	content: '';
	border-top: 3px solid #62bfe6;
	margin-bottom: 34px;
}

/** @group Components */
/** @section Brand */
.brand {
	display: inline-block;
}

.brand .brand-logo-light {
	display: none;
}

.brand .brand-logo-dark {
	display: block;
	width:300px;
}

/** @section Links */
a {
	transition: all 0.2s ease-in-out;
}

a, a:focus, a:active, a:hover {
	text-decoration: none;
}

a, a:focus, a:active {
	color: #62bfe6;
}

a:hover {
	color: #23a3d9;
}

a[href*='tel'], a[href*='mailto'] {
	white-space: nowrap;
}

.link-hover {
	color: #23a3d9;
}

.link-press {
	color: #23a3d9;
}

.privacy-link {
	display: inline-block;
}

* + .privacy-link {
	margin-top: 25px;
}

/** @section Blocks */
.block-center, .block-sm, .block-lg {
	margin-left: auto;
	margin-right: auto;
}

.block-sm {
	max-width: 560px;
}

.block-lg {
	max-width: 768px;
}

.block-center {
	padding: 10px;
}

.block-center:hover .block-center-header {
	background-color: #62bfe6;
}

.block-center-title {
	background-color: #ffffff;
}

@media (max-width: 1599.98px) {
	.block-center {
		padding: 20px;
	}
	.block-center:hover .block-center-header {
		background-color: #ffffff;
	}
	.block-center-header {
		background-color: #62bfe6;
	}
}

/** @section Boxes */
.box-default {
	position: relative;
	text-align: left;
	padding: 8% 10% 55px;
	color: #ffffff;
	background: #62bfe6;
	transition: .3s ease;
}

.box-default-1 {
	background: #5bb7de;
}

.box-default-2 {
	background: #55b0d6;
}

.box-default-3 {
	background: #57aacd;
}

.box-default-icon {
	font-size: 62px;
	line-height: 1;
}

.box-default-title {
	color: inherit;
}

.box-default-text {
	width: 100%;
}

.box-default-link {
	position: absolute;
	right: 10%;
	bottom: 8%;
	font-size: 19px;
	line-height: 1;
}

.box-default-link, .box-default-link:focus, .box-default-link:active {
	color: inherit;
}

.box-default-link:hover {
	color: rgba(255, 255, 255, 0.5);
}

* + .box-default {
	margin-top: 30px;
}

* + .box-default-title {
	margin-top: 16px;
}

* + .box-default-text {
	margin-top: 16px;
}

@media (min-width: 992px) {
	.desktop .box-default {
		margin-top: 30px;
		padding-bottom: 8%;
	}
	.desktop .box-default-link {
		opacity: 0;
		visibility: hidden;
		transform: translateX(500%);
		transition: .3s ease;
	}
	.desktop .box-default:hover {
		margin-top: 0;
		padding-bottom: calc(8% + 30px);
	}
	.desktop .box-default:hover .box-default-link {
		opacity: 1;
		visibility: visible;
		transform: none;
	}
}

.box-minimal {
	text-align: left;
}

.box-minimal-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	font-size: 52px;
	line-height: 1;
	color: #ffffff;
	background: #62bfe6;
	transition: .3s ease-in-out;
}

* + .box-minimal-text {
	margin-top: 12px;
}

@media (min-width: 992px) {
	.desktop .box-minimal:hover .box-minimal-icon {
		background: #57aacd;
	}
}

.context-dark .box-minimal-icon, .bg-primary .box-minimal-icon {
	color: #62bfe6;
	background: #ffffff;
}

.context-dark .box-minimal-title a:hover, .bg-primary .box-minimal-title a:hover {
	color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 992px) {
	.desktop .context-dark .box-minimal:hover .box-minimal-icon, .desktop .bg-primary .box-minimal:hover .box-minimal-icon {
		background: rgba(255, 255, 255, 0.9);
	}
}

.bordered {
	margin-bottom: -50px;
}

.bordered > [class*='col-'] {
	margin-bottom: 50px;
}

.bordered > [class*='col-'] > * {
	padding-bottom: 45px;
	border-bottom: 1px solid #e5e5e5;
}

.bordered > [class*='col-']:nth-last-child(1) > * {
	padding-bottom: 0;
	border-bottom: none;
}

@media (min-width: 768px) {
	.bordered > [class*='col-']:nth-last-child(2) > * {
		padding-bottom: 0;
		border-bottom: none;
	}
}

.context-dark .bordered > [class*='col-'] > *, .bg-primary .bordered > [class*='col-'] > * {
	border-bottom-color: rgba(0, 0, 0, 0.1);
}

.info {
	padding: 4%;
	color: #000;
	background: #E99591;

}
.info-wrap {
	padding: 6%;
	color: #000;
	background: #fff;
	background:	radial-gradient(circle at top left, transparent 30px, #fff 0) top left,
	            radial-gradient(circle at top right, transparent 30px, #fff 0) top right,
	            radial-gradient(circle at bottom right, transparent 30px, #fff 0) bottom right,
	            radial-gradient(circle at bottom left, transparent 30px, #fff 0) bottom left;
	background-size: 56% 55%;
	background-repeat: no-repeat;
	line-height: 1.5;

}


.info-header {
	display: flex;
	align-items: center;
}

.info-header > * {
	color: inherit;
}
.info-header p {
	font-size: 20px;
	font-weight: bold;
}


.info-header .icon {
	font-size: 50px;
	margin-right: 10px;
}

.info-item {
	padding-top:0;
	text-align: left;
}

.info-title {
	color: #E4007F;
	font-size: 16px;
}

.info-link {
	color: inherit;
	font-size: 1rem;
}

.info-link:hover {
	color: rgba(255, 255, 255, 0.5);
}

.info-header + .info-item {
	margin-top: 16px;
}

* + .info-item {

}

* + .info-list {
	margin-top: 6px;
}

.info-classic {
	text-align: left;
}

.info-classic-2 .info-classic-link {
	font-size: 1.5rem;
}

.info-classic-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	font-size: 31px;
	line-height: 1;
	color: #62bfe6;
	background: rgba(136, 136, 136, 0.1);
}

.info-classic-link {
	display: inline-block;
	font-size: 1rem;
}

.info-classic-link, .info-classic-link:focus, .info-classic-link:active {
	color: inherit;
}

.info-classic-link:hover {
	color: #62bfe6;
}

.info-modern {
	display: inline-flex;
	align-items: flex-end;
}

.info-modern-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	line-height: 1;
	color: #62bfe6;
	margin-right: 20px;
}

.info-modern-link {
	font-size: 1.5rem;
	line-height: 1;
}

.info-modern-link, .info-modern-link:focus, .info-modern-link:active {
	color: #434547;
}

.info-modern-link:hover {
	color: #62bfe6;
}

.info-modern + P {
	margin-top: 4px;
}

/** @section Groups */
html .group {
	margin-bottom: -20px;
	margin-left: -15px;
}

html .group:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group > * {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 15px;
}

html .group-sm {
	margin-bottom: -10px;
	margin-left: -10px;
}

html .group-sm:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-sm > * {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

html .group-xl {
	margin-bottom: -20px;
	margin-left: -30px;
}

html .group-xl:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xl > * {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}

@media (min-width: 992px) {
	html .group-xl {
		margin-bottom: -20px;
		margin-left: -45px;
	}
	html .group-xl > * {
		margin-bottom: 20px;
		margin-left: 45px;
	}
}

html .group-custom {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 100%;
}

html .group-custom > * {
	flex: 0 1 100%;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 576px) {
	html .group-custom {
		flex-wrap: nowrap;
	}
	html .group-custom > * {
		flex: 1 1 auto;
	}
}

* + .group-sm {
	margin-top: 30px;
}

* + .group-xl {
	margin-top: 20px;
}

/** @section Responsive units */
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -20px;
	margin-left: -20px;
}

.unit > * {
	margin-bottom: 20px;
	margin-left: 20px;
}

.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.unit-body {
	flex: 0 1 auto;
}

.unit-left,
.unit-right {
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-spacing-xs {
	margin-bottom: -15px;
	margin-left: -7px;
}

.unit-spacing-xs > * {
	margin-bottom: 15px;
	margin-left: 7px;
}

.unit-spacing-md {
	margin-bottom: -20px;
	margin-left: -30px;
}

.unit-spacing-md > * {
	margin-bottom: 20px;
	margin-left: 30px;
}

/** @section Lists */
.list > li + li {
	margin-top: 10px;
}

.list-xs > li + li {
	margin-top: 5px;
}

.list-sm > li + li {
	margin-top: 10px;
}

.list-md > li + li {
	margin-top: 18px;
}

.list-lg > li + li {
	margin-top: 25px;
}

.list-xl > li + li {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.list-xl > li + li {
		margin-top: 60px;
	}
}

.list-inline > li {
	display: inline-block;
}

html .list-inline-md {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -10px;
	margin-right: -10px;
}

html .list-inline-md > * {
	margin-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 992px) {
	html .list-inline-md {
		margin-left: -15px;
		margin-right: -15px;
	}
	html .list-inline-md > * {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.list-terms dt + dd {
	margin-top: 5px;
}

.list-terms dd + dt {
	margin-top: 25px;
}

* + .list-terms {
	margin-top: 25px;
}

.index-list {
	counter-reset: li;
}

.index-list > li .list-index-counter:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
}

.list-marked {
	text-align: left;
}

.list-marked > li {
	position: relative;
	padding-left: 25px;
}

.list-marked > li::before {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 1px;
	min-width: 25px;
	content: '\f105';
	font: 400 14px/24px 'FontAwesome';
	color: #b7b7b7;
}

.list-marked > li + li {
	margin-top: 4px;
}

* + .list-marked {
	margin-top: 15px;
}

p + .list-marked {
	margin-top: 10px;
}

.list-marked-1 {
	text-align: left;
	font-size: 1rem;
}

.list-marked-1 > li {
	padding: 8px 0 8px 40px;
	text-indent: -40px;
}

.list-marked-1 > li:first-child {
	padding-top: 0;
}

.list-marked-1 > li:last-child {
	padding-bottom: 0;
}

.list-marked-1 > li a:hover {
	color: #434547;
}

.list-marked-1 > li a::before {
	display: inline-block;
	vertical-align: middle;
	content: '\f00c';
	font: 400 22px/1 'FontAwesome';
	color: inherit;
	text-indent: 0;
	margin-right: 18px;
}

.list-marked-1 > li + li {
	border-top: 1px solid #e5e5e5;
}

* + .list-marked-1 {
	margin-top: 12px;
}

.list-ordered {
	counter-reset: li;
	text-align: left;
}

.list-ordered > li {
	position: relative;
	padding-left: 25px;
}

.list-ordered > li:before {
	display: inline-block;
	position: absolute;
	content: counter(li, decimal) ".";
	counter-increment: li;
	top: 0;
	left: 0;
	width: 15px;
	color: #b7b7b7;
}

.list-ordered > li + li {
	margin-top: 10px;
}

* + .list-ordered {
	margin-top: 15px;
}

/** @section Images */
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-responsive {
	width: 100%;
}

* + .figure-light {
	margin-top: 30px;
}

/** @section Icons */
.icon {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
}

.icon::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
}

.icon-circle {
	border-radius: 50%;
}

/** @section Dividers */
hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #e5e5e5;
}

.divider {
	font-size: 0;
	line-height: 0;
	border-top: 3px solid #62bfe6;
}

.hr-40 {
	margin: 40px 0;
}

/** @section Buttons */
.button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 9px 30px;
	font-size: 16px;
	line-height: 28px;
	border: 2px solid;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out;
}

.button-block {
	display: block;
	width: 100%;
}

.button-default, .button-default:focus {
	color: #cccccc;
	background-color: #434547;
	border-color: #434547;
}

.button-default:hover, .button-default:active, .button-default.active {
	color: #ffffff;
	background-color: #62bfe6;
	border-color: #62bfe6;
}

.button-default.button-ujarak::before {
	background: #62bfe6;
}

.button-gray-100, .button-gray-100:focus {
	color: #151515;
	background-color: #e5e5e5;
	border-color: #e5e5e5;
}

.button-gray-100:hover, .button-gray-100:active, .button-gray-100.active {
	color: #151515;
	background-color: #d8d8d8;
	border-color: #d8d8d8;
}

.button-gray-100.button-ujarak::before {
	background: #d8d8d8;
}

.button-primary, .button-primary:focus {
	color: #ffffff;
	background-color: #62bfe6;
	border-color: #62bfe6;
}

.button-primary:hover, .button-primary:active, .button-primary.active {
	color: #ffffff;
	background-color: #4ab5e2;
	border-color: #4ab5e2;
}

.button-primary.button-ujarak::before {
	background: #4ab5e2;
}

.button-default-outline, .button-default-outline:focus {
	color: #cccccc;
	background-color: transparent;
	border-color: #434547;
}

.button-default-outline:hover, .button-default-outline:active, .button-default-outline.active {
	color: #ffffff;
	background-color: #62bfe6;
	border-color: #62bfe6;
}

.button-default-outline.button-ujarak::before {
	background: #62bfe6;
}

.button-ghost {
	border: 0;
	background-color: transparent;
}

.button-ghost:hover {
	color: #ffffff;
	background: #62bfe6;
}

.button-xs {
	padding: 8px 17px;
}

.button-sm {
	padding: 0.25rem 0.5rem;
	font-size: 12px;
	line-height: 1.5;
}

.button-lg {
	padding: 0.5rem 1rem;
	font-size: 14px;
	line-height: 1.5;
}

.button-xl {
	padding: 16px 50px;
	font-size: 16px;
	line-height: 28px;
}

@media (min-width: 992px) {
	.button-xl {
		padding: 20px 80px;
	}
}

.button-circle {
	border-radius: 30px;
}

.button-round-1 {
	border-radius: 5px;
}

.button-round-2 {
	border-radius: 10px;
}

/** @section Forms */
.rd-form {
	position: relative;
	text-align: left;
}

* + .rd-form {
	margin-top: 20px;
}

.row + .form-button {
	margin-top: 40px;
}

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
	color: #000000 !important;
}

.form-wrap {
	position: relative;
}

.form-wrap.has-error .form-input {
	border-color: #f5543f;
}

.form-wrap.has-focus .form-input {
	border-color: #62bfe6;
}

.form-wrap + * {
	margin-top: 20px;
}

.form-input {
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 12px 19px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #888888;
	background-color: #f5f5f5;
	background-image: none;
	border-radius: 0;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: 1px solid #f5f5f5;
}

.form-input:focus {
	outline: 0;
}

textarea.form-input {
	height: 200px;
	min-height: 50px;
	max-height: 340px;
	resize: vertical;
}

.recaptcha div {
	display: block;
	transform-origin: 0 0;
}

.recaptcha iframe {
	display: block;
}

.form-label,
.form-label-outside {
	margin-bottom: 0;
	color: #888888;
	font-weight: 400;
}

.form-label {
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	padding-left: 19px;
	padding-right: 19px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	pointer-events: none;
	text-align: left;
	z-index: 9;
	transition: .25s;
	transform: translateY(-50%);
}

.form-label.focus {
	opacity: 0;
}

.form-label.auto-fill {
	color: #888888;
}

.form-label-outside {
	width: 100%;
	margin-bottom: 4px;
}

@media (min-width: 768px) {
	.form-label-outside {
		position: static;
	}
	.form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
		transform: none;
	}
}

[data-x-mode='true'] .form-label {
	pointer-events: auto;
}

.form-validation {
	position: absolute;
	right: 8px;
	top: 0;
	z-index: 11;
	margin-top: 2px;
	font-size: 9px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0;
	color: #f5543f;
	transition: .3s;
}

.form-validation-left .form-validation {
	right: auto;
	left: 8px;
}

#form-output-global {
	position: fixed;
	bottom: 30px;
	left: 15px;
	z-index: 2000;
	visibility: hidden;
	transform: translate3d(-500px, 0, 0);
	transition: .3s all ease;
}

#form-output-global.active {
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
	#form-output-global {
		left: 30px;
	}
}

.form-output {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 2px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.form-output.active {
	opacity: 1;
	visibility: visible;
}

.form-output.error {
	color: #f5543f;
}

.form-output.success {
	color: #98bf44;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
	opacity: 0;
}

.radio .radio-custom, .radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
	position: absolute;
	left: 0;
	width: 14px;
	height: 14px;
	outline: none;
	cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	pointer-events: none;
	background: #ffffff;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after,
.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	position: absolute;
	opacity: 0;
	transition: .22s;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
	outline: none;
}

.radio input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
	opacity: 1;
}

.radio,
.radio-inline {
	padding-left: 28px;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #b7b7b7;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
	content: '';
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: #434547;
	border-radius: inherit;
}

.checkbox,
.checkbox-inline {
	padding-left: 28px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	left: 0;
	width: 18px;
	height: 18px;
	margin: 0;
	border: 1px solid #b7b7b7;
}

.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	content: '\f222';
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	position: absolute;
	top: -1px;
	left: -2px;
	font-size: 20px;
	line-height: 18px;
	color: #cccccc;
}

.toggle-custom {
	padding-left: 60px;
	-webkit-appearance: none;
}

.toggle-custom:checked ~ .checkbox-custom-dummy::after {
	background: #62bfe6;
	transform: translate(20px, -50%);
}

.toggle-custom ~ .checkbox-custom-dummy {
	position: relative;
	display: inline-block;
	margin-top: -1px;
	width: 44px;
	height: 20px;
	background: #f5f5f5;
	cursor: pointer;
}

.toggle-custom ~ .checkbox-custom-dummy::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	background: #b7b7b7;
	transform: translate(4px, -50%);
	opacity: 1;
	transition: .22s;
}

.rd-form-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	text-align: center;
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -4px;
	margin-right: -4px;
}

.rd-form-inline > * {
	margin-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
}

.rd-form-inline > * {
	margin-top: 0;
}

.rd-form-inline .form-wrap {
	flex-grow: 1;
	min-width: 185px;
}

.rd-form-inline .form-wrap-select {
	text-align: left;
}

.rd-form-inline .form-button {
	flex-shrink: 0;
	max-width: calc(100% - 10px);
	min-height: 50px;
}

.rd-form-inline .form-button .button {
	min-height: inherit;
}

@media (min-width: 576px) {
	.rd-form-inline .button {
		display: block;
	}
}

.rd-form-inline.rd-form-inline-centered {
	justify-content: center;
}

.form-sm .form-input,
.form-sm .button {
	padding-top: 9px;
	padding-bottom: 9px;
	min-height: 40px;
}

.form-sm .form-validation {
	top: -16px;
}

.form-sm .form-label {
	top: 20px;
}

.form-sm * + .button {
	margin-top: 10px;
}

.form-lg .form-input,
.form-lg .form-label,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
	padding-top: 17px;
	padding-bottom: 17px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	min-height: 58px;
}

.form-lg .form-button {
	min-height: 60px;
}

.form-lg .form-label {
	top: 30px;
}

/** @section Quotes */
.quote-image {
	margin-right: 30px;
}

.quote-text {
	margin-top: -6px;
}

.quote-text .q::before {
	content: '\f10d';
	font: 34px/1 "FontAwesome";
	color: #62bfe6;
	margin-right: 10px;
}

.quote-author {
	display: inline-block;
	font-size: 1rem;
	color: #62bfe6;
}

.quote-author:hover {
	color: #62bfe6;
	text-decoration: underline;
}

* + .quote {
	margin-top: 30px;
}

* + .quote-author {
	margin-top: 6px;
}



/** @section Footers */
.footer-classic {
	padding: 20px 0 30px 0 ;
	background: #949595;
}
.footer-classic p{
	color:#fff;
	font-size: 12px;
	line-height:1.5;
	text-align: right;
}

.bg-gray-700 + .footer-classic {
	position: relative;
}

.bg-gray-700 + .footer-classic::before {
	display: block;
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	border-top: 1px solid;
	width: 1170px;
	transform: translateX(-50%);
}

/** @section Banner */
.section-banner {
	display: block;
	background-position: center right;
	background-size: cover;
}

.section-banner img {
	max-width: 100%;
	height: auto;
}

/** @group Plugins */
/** @section Animate */
.animated {
	animation-duration: .7s;
	animation-fill-mode: both;
	opacity: 1;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.hinge {
	animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
	opacity: 0;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 40px, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -40px, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-40px, 0, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(40px, 0, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.fadeOut {
	animation-name: fadeOut;
}

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	animation-name: slideInDown;
}

@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
}

@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	animation-name: slideInRight;
}

@keyframes slideOutDown {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	animation-name: slideOutDown;
}


/** @section ToTop */
.ui-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	width: 40px;
	height: 40px;
	font-size: 26px;
	line-height: 40px;
	color: #ffffff;
	background: #62bfe6;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: .45s all ease-in-out;
	transform: translate3d(0, 100px, 0);
}

.ui-to-top:hover {
	color: #ffffff;
	background: #111111;
	text-decoration: none;
}

.ui-to-top:focus {
	color: #ffffff;
}

.ui-to-top.active {
	transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
	display: none !important;
}

@media (min-width: 576px) {
	.ui-to-top {
		right: 40px;
		bottom: 40px;
	}
}

/** @section RD Navbar */
@keyframes rd-navbar-slide-down {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes rd-navbar-slide-up {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}

.rd-navbar-wrap, .rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel, .rd-navbar-static .rd-menu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu {
	transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
	transition: none !important;
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar {
	display: none;
	background: #ffffff;
}

.rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #434547;
	background-color: transparent;
	border: none;
	display: none;
}

.rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after {
	top: 8px;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
	width: 24px;
	height: 4px;
	background-color: #434547;
	backface-visibility: hidden;
	border-radius: 0.25rem;
}

.rd-navbar-toggle span {
	transform: rotate(180deg);
}

.rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
	transform-origin: 1.71429px center;
}

.rd-navbar-toggle.active span {
	transform: rotate(360deg);
}

.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
	top: 0;
	width: 15px;
}

.rd-navbar-toggle.active span:before {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-toggle.active span:after {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar-collapse-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #434547;
	display: none;
}

.rd-navbar-collapse-toggle span {
	top: 50%;
	margin-top: -3px;
}

.rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
	position: absolute;
	width: 6px;
	height: 6px;
	line-height: 6px;
	text-align: center;
	background: #434547;
	left: 50%;
	margin-left: -3px;
	border-radius: 50%;
	transition: .3s all ease;
}

.rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
	content: '';
}

.rd-navbar-collapse-toggle span:before {
	bottom: 100%;
	margin-bottom: 3px;
}

.rd-navbar-collapse-toggle span:after {
	top: 100%;
	margin-top: 3px;
}

.rd-navbar-collapse-toggle.active span {
	transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span:before {
	transform: translateY(18px);
}

.rd-navbar-collapse-toggle.active span:after {
	transform: translateY(-18px);
}

.rd-navbar-brand a {
	display: block;
}

.rd-navbar-search {
	position: relative;
	display: inline-flex;
}

.rd-navbar-search .form-input {
	padding-right: 50px;
}

.rd-navbar-search .rd-search-form-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	background-color: transparent;
	color: #cccccc;
	transition: .33s;
}

.rd-navbar-search .rd-search-form-submit:hover {
	color: #62bfe6;
}

.rd-navbar-search-toggle {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.rd-navbar-search-toggle::-moz-focus-inner {
	border: none;
	padding: 0;
}

.rd-navbar-dropdown {
	display: none;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
	display: block;
}

.rd-navbar-static .rd-navbar-nav {
	display: flex;
	flex-wrap: wrap;
}

.rd-navbar-static .rd-nav-item {
	display: inline-block;
}

.rd-navbar-static .rd-nav-item.focus, .rd-navbar-static .rd-nav-item.opened {
	border-color: red;
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-static .rd-nav-item.opened .rd-nav-link {
	color: #ffffff;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
	color: #ffffff;
}

.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover + .rd-navbar-submenu-toggle::before {
	transform: rotate(180deg);
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle {
	margin-left: 4px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 16px;
	cursor: pointer;
	display: none;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle::before {
	position: relative;
	display: inline-block;
	transition: .22s;
	content: '\f236';
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
	color: #ffffff;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
	margin-top: 20px;
}

.rd-navbar-static .rd-nav-item + .rd-nav-item {
	margin-left: 0;
	border-left: 2px solid #A46276;
}
.m-txt{
	margin-top: -10px;
}
.rd-navbar-static .rd-nav-item:last-child {
	border-right: 2px solid #A46276;
}
.rd-navbar-static .rd-nav-item:first-child {
	border-left: 2px solid #A46276;
}

.rd-navbar-static .rd-nav-link {
	position: relative;
	display: inline-block;
	width: 176px;
	padding: 20px 0 10px 0;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 500;
	transition: .25s;
	text-transform: uppercase;
	text-align: center;
}

.rd-navbar-static .rd-nav-link:hover {
	color: #ffffff;

}

.rd-navbar-static .rd-menu {
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	border: none;
	transform: translate3d(0, 30px, 0);
	z-index: 15;
}

.rd-navbar-static .rd-navbar-dropdown {
	position: absolute;
	left: 0;
	width: 270px;
	background: #f5f5f5;
	z-index: 5;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
	top: -1px;
	left: 100%;
	z-index: 2;
	margin-left: 10px;
	transform: translate3d(30px, 0, 0);
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 15px;
	transform: translate3d(-30px, 0, 0);
}

.rd-navbar-static .rd-dropdown-item.focus > .rd-dropdown-link, .rd-navbar-static .rd-dropdown-item.opened > .rd-dropdown-link {
	color: #777777;
}

.rd-navbar-static .rd-dropdown-item + .rd-dropdown-item {
	border-top: 1px solid #e5e5e5;
}

.rd-navbar-static .rd-dropdown-item > .rd-navbar-submenu-toggle {
	position: absolute;
	top: 50%;
	right: 20px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 16px;
	cursor: pointer;
	color: #62bfe6;
	transform: translateY(-50%);
}

.rd-navbar-static .rd-dropdown-item > .rd-navbar-submenu-toggle::before {
	content: '\f105';
}

.rd-navbar-static .rd-dropdown-link {
	display: block;
	padding: 15px 30px;
	font-size: 1rem;
	line-height: 1.2;
	color: #62bfe6;
}

.rd-navbar-static .rd-dropdown-link:hover {
	color: #777777;
}

.rd-navbar-static .rd-megamenu-list li > a {
	position: relative;
	left: -3px;
	display: flex;
	padding: 1px 14px 1px 0;
	text-align: left;
}

.rd-navbar-static .rd-megamenu-list li > a, .rd-navbar-static .rd-megamenu-list li > a:focus, .rd-navbar-static .rd-megamenu-list li > a:active {
	color: #62bfe6;
}

.rd-navbar-static .rd-megamenu-list li > a:hover {
	color: #777777;
}

.rd-navbar-static .rd-megamenu-list li > a, .rd-navbar-static .rd-megamenu-list li > a::before {
	transition: .15s ease-in-out;
}

.rd-navbar-static .rd-megamenu-list li > a::before {
	position: relative;
	top: -1px;
	left: -6px;
	display: inline-block;
	content: '\f105';
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: inherit;
	line-height: inherit;
	color: #777777;
	opacity: 0;
	visibility: hidden;
}

.rd-navbar-static .rd-megamenu-list li.focus > a,
.rd-navbar-static .rd-megamenu-list li.opened > a,
.rd-navbar-static .rd-megamenu-list li > a:hover {
	left: 0;
	padding-left: 14px;
	padding-right: 0;
}

.rd-navbar-static .rd-megamenu-list li.focus > a::before,
.rd-navbar-static .rd-megamenu-list li.opened > a::before,
.rd-navbar-static .rd-megamenu-list li > a:hover::before {
	left: -7px;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-static .rd-navbar-megamenu {
	display: flex;
	left: 0;
	width: 100%;
	max-width: 1200px;
	padding: 30px 40px;
	background: #ffffff;
}

.rd-navbar-static .rd-megamenu-item {
	flex-basis: 50%;
	flex-grow: 1;
}

.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
	padding-left: 20px;
}

.rd-navbar-static .rd-megamenu-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;
}

.rd-navbar-static * + .rd-megamenu-title {
	margin-top: 30px;
}

.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
	margin-top: 5px;
}

.rd-navbar-static .rd-megamenu-list-link {
	color: #000000;
	background: transparent;
}

.rd-navbar-static .rd-megamenu-list-link:hover {
	color: #62bfe6;
	background: transparent;
}

.rd-navbar-static * + .rd-megamenu-list {
	margin-top: 10px;
}

.rd-navbar-static .rd-navbar-submenu.focus > .rd-menu, .rd-navbar-static .rd-navbar-submenu.opened > .rd-menu {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.rd-navbar-static .rd-navbar-search.active .rd-search {
	visibility: visible;
	opacity: 1;
}

.rd-navbar-static .rd-search {
	position: absolute;
	top: 100%;
	right: 0;
	width: 270px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	margin-top: 20px;
	z-index: 2;
}

.rd-navbar-static * + .rd-navbar-search {
	margin-left: 0;
}

.rd-navbar-static .rd-navbar-search-toggle {
	display: inline-flex;
	color: #ffffff;
}

.rd-navbar-static .rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span, .rd-navbar-static .rd-navbar-search-toggle span::before, .rd-navbar-static .rd-navbar-search-toggle span::after {
	transition: .3s all ease-in-out;
}

.rd-navbar-static .rd-navbar-search-toggle span::before, .rd-navbar-static .rd-navbar-search-toggle span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span::before {
	content: "";
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.rd-navbar-static .rd-navbar-search-toggle span::after {
	content: "";
	transform: rotate(-90deg) scale(0.4);
	opacity: 0;
	visibility: hidden;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.rd-navbar-static .rd-navbar-search-toggle.active span::before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0.4);
}

.rd-navbar-static .rd-navbar-search-toggle.active span::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-static .rd-navbar-search-toggle:hover {
	color: #ffffff;
}

.rd-navbar-static.rd-navbar--is-clone {
	display: block;
	transform: translate3d(0, -100%, 0);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translate3d(0, 0, 0);
}

.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	background: #ffffff;
}

.rd-navbar-static .rd-navbar--has-dropdown {
	position: relative;
}

/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
	display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
	display: inline-block;
}

.rd-navbar-fixed .rd-navbar-brand {
	position: relative;
	margin-left: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	font-size: 22px;
	line-height: 46px;
}

.rd-navbar-fixed .rd-navbar-brand img {
	max-width: 200px;
	max-height: 56px;
	width: auto;
	height: auto;
}

.rd-navbar-fixed .rd-navbar-panel {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	display: flex;
	align-items: center;
	height: 80px;
	padding: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	left: 0;
	top: -56px;
	bottom: -56px;
	z-index: 1079;
	width: 270px;
	padding: 112px 0 81px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	line-height: 34px;
	transform: translateX(-110%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
	width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
	background: #bae3f4;
	border: none;
	border-radius: 0;
	opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
	background: #62bfe6;
	border: none;
	border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
	transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
	display: block;
	margin: 15px 0;
	height: auto;
	text-align: left;
}

.rd-navbar-fixed .rd-nav-item {
	text-align: left;
}

.rd-navbar-fixed .rd-nav-item + .rd-nav-item {
	margin-top: 4px;
}

.rd-navbar-fixed .rd-nav-link {
	display: block;
	padding: 9px 56px 9px 18px;
}

.rd-navbar-fixed li.opened > .rd-navbar-dropdown {
	padding: 4px 0 0;
}

.rd-navbar-fixed li.opened > .rd-navbar-megamenu {
	padding-top: 15px;
	padding-bottom: 15px;
}

.rd-navbar-fixed li.opened > .rd-menu {
	opacity: 1;
	height: auto;
}

.rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
}

.rd-navbar-fixed .rd-menu {
	display: none;
	transition: opacity 0.3s, height 0.4s ease;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-submenu {
	position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
	height: 34px;
	line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a {
	padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
	padding-left: 46px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
	display: block;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
	display: block;
	padding: 9px 56px 9px 16px;
	font-size: 12px;
	line-height: 1.5;
}

.rd-navbar-fixed .rd-megamenu-list > li + li,
.rd-navbar-fixed .rd-navbar-dropdown > li + li {
	margin-top: 3px;
}

.rd-navbar-fixed .rd-megamenu-list > li > a {
	padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	position: relative;
	display: block;
	padding: 0 18px 7px;
	font-size: 16px;
	line-height: 1.5;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	border-bottom: 1px solid;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-list {
	margin-top: 11px;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-title {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-megamenu > li + li {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 52px;
	font: 400 14px "FontAwesome";
	line-height: 52px;
	text-align: center;
	transition: 0.4s all ease;
	z-index: 2;
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
	display: block;
	top: 4px;
	z-index: 1081;
}

.rd-navbar-fixed .rd-navbar-collapse {
	position: fixed;
	right: 0;
	top: 56px;
	z-index: 1079;
	transform: translate3d(0, -10px, 0);
	padding: 15px;
	width: 100%;
	border-radius: 0.25rem;
	text-align: left;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline > li {
	display: block;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline > li + li {
	margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-main-element {
	position: absolute;
	float: left;
}

.rd-navbar-fixed .rd-navbar-search .rd-search {
	position: fixed;
	right: 0;
	left: 0;
	top: 56px;
	z-index: 1079;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	transform: translate3d(0, -10px, 0);
}

.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
	display: none;
}

.rd-navbar-fixed .rd-navbar-search .form-input {
	padding-right: 50px;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
}

.rd-navbar-fixed .rd-navbar-search.active .rd-search {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	display: inline-flex;
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	font-size: 26px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span, .rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
	transition: .3s all ease-in-out;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before {
	content: "";
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.rd-navbar-fixed .rd-navbar-search-toggle span::after {
	content: "";
	transform: rotate(-90deg) scale(0.4);
	opacity: 0;
	visibility: hidden;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0.4);
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fixed [class*='rd-navbar-fixed-element'] {
	position: fixed;
	top: 4px;
	z-index: 1082;
}

.rd-navbar-fixed .rd-navbar-fixed-element-1 {
	right: 0;
}

.rd-navbar-fixed .rd-navbar-fixed-element-2 {
	right: 46px;
}

.rd-navbar-fixed.rd-navbar--is-clone {
	display: none;
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
	display: block;
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
	display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
	color: #888888;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
	background: #ffffff;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	color: #ffffff;
	background: #ffffff;
	border: none;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
	color: #ffffff;
	background: #62bfe6;
}

.rd-navbar-fixed .rd-nav-item:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.opened > .rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-fixed .rd-nav-link {
	color: #888888;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
	color: #62bfe6;
}

.rd-navbar-fixed .rd-megamenu-list > li:hover > a,
.rd-navbar-fixed .rd-megamenu-list > li.focus > a,
.rd-navbar-fixed .rd-megamenu-list > li.active > a,
.rd-navbar-fixed .rd-megamenu-list > li.opened > a,
.rd-navbar-fixed .rd-navbar-dropdown > li:hover > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.focus > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.active > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.opened > a {
	color: #ffffff;
	background: #62bfe6;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	color: #cccccc;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	border-bottom: 1px solid #dbdbdb;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
	color: #62bfe6;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	color: #888888;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	color: #cccccc;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
	color: #62bfe6;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	color: #434547;
}

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
	color: #62bfe6;
}

.rd-navbar-fixed .rd-navbar-collapse {
	background-color: #ffffff;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

html.rd-navbar-fixed-linked .page {
	padding-top: 56px;
}

/*
*
* RD Navbar Sidebar
*/
.rd-navbar-sidebar {
	display: block;
	background: #ffffff;
}

.rd-navbar-sidebar .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-sidebar .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 60px 22px 0;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.rd-navbar-sidebar .rd-navbar-main-element {
	display: flex;
	align-items: center;
}

.rd-navbar-sidebar .rd-navbar-main-element > * + * {
	margin-left: 20px;
}

.rd-navbar-sidebar .rd-navbar-toggle {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	z-index: 1102;
}

.rd-navbar-sidebar .rd-navbar-panel {
	min-width: 200px;
	text-align: center;
}

.rd-navbar-sidebar .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1101;
	width: 450px;
	padding: 94px 0 0 0;
	background: #ffffff;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translateX(100%);
	box-shadow: 0 0 13px 0 rgba(204, 204, 204, 0.16);
}

.rd-navbar-sidebar .rd-navbar-nav-wrap.active {
	transition-delay: .1s;
	transform: translateX(0);
}

.rd-navbar-sidebar .rd-navbar-nav {
	height: calc(100vh - 100px);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid #dbdbdb;
}

.rd-navbar-sidebar .rd-nav-item {
	position: relative;
	display: block;
	padding: 19px 30px 19px 40px;
}

.rd-navbar-sidebar .rd-nav-item.active .rd-nav-link {
	color: #62bfe6;
}

.rd-navbar-sidebar .rd-nav-item .rd-nav-link,
.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle {
	font-size: 18px;
}

.rd-navbar-sidebar .rd-nav-item + .rd-nav-item {
	border-top: 1px solid #dbdbdb;
}

.rd-navbar-sidebar .rd-nav-item:last-child {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-nav-link {
	max-width: calc(100% - 30px);
	word-break: break-all;
	font-size: 18px;
	line-height: 1.4;
	text-transform: none;
	color: #cccccc;
}

.rd-navbar-sidebar .rd-nav-link:hover {
	color: #62bfe6;
}

.rd-navbar-sidebar .rd-navbar-submenu .opened > .rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-megamenu {
	display: none;
	opacity: 0;
	visibility: hidden;
	will-change: opacity, visibility;
	transition: opacity .2s;
}

.rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-megamenu {
	display: block;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu > .rd-navbar-megamenu {
	transform: translateY(30px);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu.opened > .rd-navbar-megamenu {
	transform: translateY(0);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu .rd-navbar-submenu > .rd-navbar-dropdown {
	transform: translateX(-20px);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown {
	transform: translateX(0);
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: inherit;
	padding-right: inherit;
	padding-left: 10px;
	margin-bottom: inherit;
	display: inline-block;
	width: 30px;
	margin-left: 5px;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle:hover,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle:hover {
	color: #62bfe6;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: relative;
	display: inline-block;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: inherit;
	line-height: inherit;
	text-align: center;
	vertical-align: middle;
	transition: 0.4s all ease;
	z-index: 2;
	will-change: transform;
}

.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
	font-size: 14px;
	color: #cccccc;
	margin-left: 7px;
}

.rd-navbar-sidebar .rd-menu {
	margin-top: 31px;
}

.rd-navbar-sidebar .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-megamenu-list {
	font-size: 14px;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a,
.rd-navbar-sidebar .rd-megamenu-list li > a {
	position: relative;
	left: -3px;
	display: flex;
	padding: 1px 14px 1px 0;
	text-align: left;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a, .rd-navbar-sidebar .rd-navbar-dropdown li > a:focus, .rd-navbar-sidebar .rd-navbar-dropdown li > a:active,
.rd-navbar-sidebar .rd-megamenu-list li > a,
.rd-navbar-sidebar .rd-megamenu-list li > a:focus,
.rd-navbar-sidebar .rd-megamenu-list li > a:active {
	color: #62bfe6;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover,
.rd-navbar-sidebar .rd-megamenu-list li > a:hover {
	color: #777777;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a, .rd-navbar-sidebar .rd-navbar-dropdown li > a::before,
.rd-navbar-sidebar .rd-megamenu-list li > a,
.rd-navbar-sidebar .rd-megamenu-list li > a::before {
	transition: .15s ease-in-out;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a::before,
.rd-navbar-sidebar .rd-megamenu-list li > a::before {
	position: relative;
	top: -1px;
	left: -6px;
	display: inline-block;
	content: '\f105';
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: inherit;
	line-height: inherit;
	color: #777777;
	opacity: 0;
	visibility: hidden;
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus > a,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened > a,
.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover,
.rd-navbar-sidebar .rd-megamenu-list li.focus > a,
.rd-navbar-sidebar .rd-megamenu-list li.opened > a,
.rd-navbar-sidebar .rd-megamenu-list li > a:hover {
	left: 0;
	padding-left: 14px;
	padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus > a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened > a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover::before,
.rd-navbar-sidebar .rd-megamenu-list li.focus > a::before,
.rd-navbar-sidebar .rd-megamenu-list li.opened > a::before,
.rd-navbar-sidebar .rd-megamenu-list li > a:hover::before {
	left: -7px;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-megamenu {
	max-width: 450px;
	margin-bottom: -30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu > * {
	margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu > li {
	display: inline-block;
	vertical-align: top;
	width: 45%;
}

.rd-navbar-sidebar .rd-megamenu-title {
	display: none;
}

.rd-navbar-sidebar .rd-megamenu-list {
	margin-top: 0;
}

.rd-navbar-sidebar .rd-megamenu-list > li + li {
	margin-top: 10px;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a {
	padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a::before {
	display: none;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a:hover {
	padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.focus > a {
	padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle {
	color: #62bfe6;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle::after {
	top: 1px;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li + li {
	margin-top: 10px;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown {
	margin-top: 25px;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown .rd-navbar-dropdown {
	margin-top: 10px;
	padding-left: 15px;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown .rd-navbar-dropdown > li > a {
	font-size: 12px;
}

@media (min-width: 1200px) {
	.rd-navbar-sidebar .rd-navbar-megamenu {
		margin-bottom: -30px;
	}
	.rd-navbar-sidebar .rd-navbar-megamenu > * {
		margin-bottom: 30px;
	}
	.rd-navbar-sidebar .rd-navbar-dropdown > li + li,
	.rd-navbar-sidebar .rd-megamenu-list > li + li {
		margin-top: 18px;
	}
}

@media (min-width: 1200px) {
	.rd-navbar-sidebar .rd-navbar-nav-wrap {
		width: auto;
		left: calc(50% + 600px - 80px);
	}
}

.rd-navbar-sidebar.rd-navbar--is-clone {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	transform: translateY(-101%);
}

.rd-navbar-sidebar.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translateY(0);
}

.rd-navbar-sidebar.rd-navbar--is-stuck {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-main {
	padding-top: 11px;
	padding-bottom: 11px;
}

/**
*
* RD Navbar Classic
* =====================================================
*/
.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
	background: #852D45;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
	max-width: 1152px;
	margin-left: auto;
	margin-right: auto;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}

@media (min-width: 1200px) {
	.rd-navbar-classic.rd-navbar-static .rd-navbar-aside {
		padding: 23px 0;
	}
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-info {
	width: 75%;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel {
	display: flex;
	align-items: center;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
	max-width: 270px;
	max-height: 120px;
}

@media (min-width: 1200px) {
	.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
		max-width: none;
		max-height: none;
	}
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element {
	display: flex;
	align-items: center;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
	display: none;
}

/*
*
* RD Navbar Fullwidth
*/
.rd-navbar-fullwidth {
	display: block;
}

.rd-navbar-fullwidth .rd-navbar-nav > li + li {
	margin-left: 20px;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-main {
	padding: 10px 0;
}


.top-a{
	width: 100%;
	margin: 0 0 0 30px;
	font-size: 12px;
	line-height: 1.5;

}
.top-a img{
	margin: 0 0 2px 0;
}
.top-b{
	text-align: right;
	font-weight: bold;

}
.top-b p{
	margin:20px 0 20px 0;
	

}
.red-text{
 color:#99394A;
}
@media (min-width: 576px) {
.top-a{
	width: 100%;
}
.top-b{

	width: 100%;
}
}

@media (min-width: 768px) {
.top-a{
	width: 100%;
}
.top-b{

	width: 100%;
}
}

@media (min-width: 992px) {
.top-a{

	float: left;
	width: 50%;
}
.top-b{
	float: right;
	width: 50%;
}
}

@media (min-width: 1200px) {
.top-a{
	float: left;
	width: 50%;
}
.top-b{
	float: right;
	width: 42%;
}
}
.banner-home{
max-width: 1418px;
margin-left: auto;
margin-right: auto;
height: 495px;
}
.banner-txt-1{
	margin-top: 20px;
}
.banner-menu{
	height: 495px;
	float:right;
}
.banner-menu img{
	margin-top:350px;
	
}
.pink-banner{
	background: #E99591;
	height: 50px;
	margin-bottom:50px; 
	-webkit-box-shadow: -2px 13px 21px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px 13px 21px -8px rgba(0,0,0,0.75);
	box-shadow: -2px 13px 21px -8px rgba(0,0,0,0.75);
}
@media (max-width: 575.9px) {

.pink-banner p {

	font-size: 20px !important;
	margin-left: 0 !important;
	text-align: center;
	padding: 10px 0 10PX 0 !important;

}

}
.pink-banner p {
	color: #fff;
	font-size: 24px;
	margin-left:20%;
	padding: 10px 0 10px 100px;
}
.left-cont img{
	margin-bottom: 10px;
}
.l-img{
	margin-top: 50px;
}
@media (max-width: 575.9px) {

.banner{

margin-top:20px;

}
.left-cont{
	margin-top:-10%;
	
}
.left-cont img{
	margin-left: 20%;
	
}

}

.banner{
max-width: 1424px;
margin-left: auto;
margin-right: auto;
}
.page-bg{
background: #FFF1F1;
padding: 4%;
}
.page-title{
	text-align: center;
	font-size: 28px;
	
}
.pink-tab-mobile2-b a, .pink-tab-mobile2-b a:focus, .pink-tab-mobile2-b a:active, .pink-tab-mobile2-ba:hover{
	color: #fff;
	
}
@media (max-width: 575.9px) {
	.page-title{
	margin-bottom: 0 !important;

}
	.pink-tab-mobile{
		background: #E99591;
		background-image:url("../images/p2/gray.png");
		background-position: left;
		background-repeat: no-repeat;
		background-size: 30% 50px;
		height: 50px; 
		box-shadow: 2px #ccc;
		max-width: 1424px;
		margin-left: auto;
		margin-right: auto;
	}
	.pink-tab-mobile p {
		color: #fff;
		font-size: 15px;
		display: inline;
		line-height: 3;
	}
	.pink-tab-mobile-a{
		margin-left:10%;
		
	}
	.pink-tab-mobile-b{
		margin-left:5%;
	}

	.pink-tab-mobile2{
		background: #E99591;
		background-image:url("../images/p2/gray.png");
		background-position: left;
		background-repeat: no-repeat;
		background-size: 18% 70px;
		height: 70px; 
		box-shadow: 2px #ccc;
		max-width: 1424px;
		margin-left: auto;
		margin-right: auto;
	}
	.pink-tab-mobile2 p {
		color: #fff;
		font-size: 14px;
		display: inline-flex;

	}
	.pink-tab-mobile2-a{
		margin-left:2%;
		margin-top: 20px;
		line-height: 1;
		width:50px;

		float: left;
		
	}
	.pink-tab-mobile2-b{
		margin-left:2%;
		margin-top: 20px;
		line-height: 1;
		width:80%;
		
		float: left;
		line-height: 1;

	}
	.pink-tab-mobile2-b a, .pink-tab-mobile2-b a:focus, .pink-tab-mobile2-b a:active, .pink-tab-mobile2-ba:hover{
	color: #fff;
	
}
	.pink-tab-mobile2-b br{
		display: none;
	}
}

@media (min-width: 576px) {
	.pink-tab{
		background: #E99591;
		background-image:url("../images/p2/gray.png");
		background-size: 50%;
		background-position: left;
		background-repeat: no-repeat;
		height: 87px; 
		box-shadow: 2px #ccc;
		max-width: 1424px;
		margin-left: auto;
		margin-right: auto;
	}
	.pink-tab p {
		color: #fff;
		font-size: 28px;
		padding: 30px 0 0 10px;
	
	}
	.pink-tab-mobile2{
		background: #E99591;
		background-image:url("../images/p2/gray.png");
		background-position: left;
		background-repeat: no-repeat;
		background-size: 27% 70px;
		height: 70px; 
		box-shadow: 2px #ccc;
		max-width: 1424px;
		margin-left: auto;
		margin-right: auto;
	}
	.pink-tab-mobile2 p {
		color: #fff;
		font-size: 14px;
		display: inline-flex;

	}
	.pink-tab-mobile2-a{
		margin-left:15%;
		line-height: 4;
		
	}
	.pink-tab-mobile2-b{
		margin-left:5%;
		line-height: 1.5;
		display: block;
	}

}

@media (min-width: 768px) {
	.pink-tab{
		display: none;
	}
	.pink-tab-mobile{
		background: #E99591;
		background-image:url("../images/p2/gray.png");
		background-position: left;
		background-repeat: no-repeat;
		background-size: 25% 87px;
		height: 87px; 
		box-shadow: 2px #ccc;
		max-width: 1424px;
		margin-left: auto;
		margin-right: auto;
	}
	.pink-tab-mobile p {
		color: #fff;
		font-size: 24px;
		display: inline;
		line-height: 4;
	}
	.pink-tab-mobile-a{
		margin-left:10%;
		
	}
	.pink-tab-mobile-b{
		margin-left:8%;
	}
	.pink-tab-mobile2{
		background: #E99591;
		background-image:url("../images/p2/gray.png");
		background-position: left;
		background-repeat: no-repeat;
		background-size: 27% 70px;
		height: 70px; 
		box-shadow: 2px #ccc;
		max-width: 1424px;
		margin-left: auto;
		margin-right: auto;
	}
	.pink-tab-mobile2 p {
		color: #fff;
		font-size: 14px;
		display: inline-flex;

	}
	.pink-tab-mobile2-a{
		margin-left:15%;
		line-height: 4;
		
	}
	.pink-tab-mobile2-b{
		margin-left:5%;
		line-height: 1.5;
		display: block;
	}

}

@media (min-width: 992px) {

	.pink-tab{
		display: none;
	}
	.pink-tab-mobile{
		background: #E99591;
		background-image:url("../images/p2/gray.png");
		background-position: left;
		background-repeat: no-repeat;
		background-size: 25% 87px;
		height: 87px; 
		box-shadow: 2px #ccc;
		max-width: 1424px;
		margin-left: auto;
		margin-right: auto;
	}
	.pink-tab-mobile p {
		color: #fff;
		font-size: 24px;
		display: inline;
		line-height: 4;
	}
	.pink-tab-mobile-a{
		margin-left:10%;
		
	}
	.pink-tab-mobile-b{
		margin-left:8%;
	}
	.pink-tab-mobile2{
		background: #E99591;
		background-image:url("../images/p2/gray.png");
		background-position: left;
		background-repeat: no-repeat;
		background-size: 27% 87px;
		height: 87px; 
		box-shadow: 2px #ccc;
		max-width: 1424px;
		margin-left: auto;
		margin-right: auto;
	}
	.pink-tab-mobile2 p {
		color: #fff;
		font-size: 24px;
		display: inline-flex;

	}
	.pink-tab-mobile2-a{
		margin-left:15%;
		line-height: 3;
		
	}
	.pink-tab-mobile2-b{
		margin-left:8%;
		line-height: 1.2;
		display: block;
	}

}

@media (min-width: 1200px) {
	.pink-tab{
		display: none;
	}
	.pink-tab-mobile{
		background: #E99591;
		background-image:url("../images/p2/gray.png");
		background-position: left;
		background-repeat: no-repeat;
		background-size: 25% 87px;
		height: 87px; 
		box-shadow: 2px #ccc;
		max-width: 1424px;
		margin-left: auto;
		margin-right: auto;
	}
	.pink-tab-mobile p {
		color: #fff;
		font-size: 24px;
		display: inline;
		line-height: 4;
	}
	.pink-tab-mobile-a{
		margin-left:10%;
		
	}
	.pink-tab-mobile-b{
		margin-left:8%;
	}
	.pink-tab-mobile2{
		background: #E99591;
		background-image:url("../images/p2/gray.png");
		background-position: left;
		background-repeat: no-repeat;
		background-size: 27% 87px;
		height: 87px; 
		box-shadow: 2px #ccc;
		max-width: 1424px;
		margin-left: auto;
		margin-right: auto;
	}
	.pink-tab-mobile2 p {
		color: #fff;
		font-size: 24px;
		display: inline-flex;

	}
	.pink-tab-mobile2-a{
		margin-left:15%;
		line-height: 3;
		
	}
	.pink-tab-mobile2-b{
		margin-left:8%;
		line-height: 1.2;
		display: block;
	}
}




.pink-tab2{
	background: #E99591;
	background-image:url("../images/p2/gray.png");
	background-position: left;
	background-repeat: no-repeat;
	height: 87px; 
	box-shadow: 2px #ccc;
	max-width: 1424px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.pink-tab2 p {
	color: #fff;
	font-size: 26px;

}
.pink-tab-a2{
	padding-top:30px;
	margin-left: 30px;
}
.pink-tab-b2{
	padding-top:10px;
}
.pink-tab-p3{
	background: #E99591;
	background-position: left;
	background-repeat: no-repeat;
	box-shadow: 2px #ccc;
	max-width: 1424px;
	margin-left: auto;	
	margin-right: auto;
	color: #fff;
}
.pink-cont-p3-a{
	padding: 30px;
	color: #fff;
	font-size: 20px;
}
.pink-cont-p3-a h3{
	color: #E99591;
	font-size: 20px;
	background: #fff;
	border-radius: 20px;
	padding: 5px 20px;
	width:170px;
	font-weight: bold;
	margin-bottom: 10px;
}
.pink-cont-p3-a p, .pink-cont-p3-b p{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
@media (max-width: 575.9px) {
	.pink-cont-p3-b{
	 padding: 30px !important;
	 margin-top:-30% !important;
   }
}
.pink-cont-p3-b{
	padding: 48px 0 0 0;
}
.pink-tab-p3-b{
	background: #E99591;
	background-position: left;
	background-repeat: no-repeat;
	box-shadow: 2px #ccc;
	max-width: 1424px;
	margin-left: auto;	
	margin-right: auto;
	color: #fff;
	text-align: center;
	padding: 40px;

}
.pink-tab-p3-b h4{
	color: #fff;
	font-size: 20px;
	font-weight: bold;

}
.pink-tab-p3-b p{
	color: #fff;
	font-size: 20px;

}
.p2-cont{


}
.p2-cont h3{
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.5;
	color: #000;
}
.p2-cont p{
	margin-bottom:20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #3B3B3C;
}
.p2-cont-2 h4{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #F78F8D;
	margin-bottom: 20px;
	line-height: 1;
}
.p2-cont-2 p{
	margin-bottom:10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #3B3B3C;
}

.p2-cont-2 img{
	margin-bottom:20px;
}
.p2-cont-3 img{
	float:left;
}

.p2-cont-3 p{
	width: 92%;
	float:left;
	margin-right: 10px;
	margin-bottom:20px;
	margin-left: 5px;
	font-size: 16px;
	line-height: 1;
	color: #3B3B3C;
}
.page-bg2{
background: #FFF1F1;
padding: 3%;
}
.pink-txt-p2{
	color: #E7407F !important;

}
.p3-cont{
	
}
.p3-cont-title{
	border-bottom: 1px dashed #000;
}
.p3-cont-title h3{
	margin-bottom: 10px;
	font-size: 18px;
	color: #000;
}
.p3-cont-title img{
	float: left;
}
.p3-cont p{
	margin-top: 10px;
	line-height: 2;
	font-size: 14px;

}
.p3-cont p a, .p3-cont p a:focus, .p3-cont p a:active, .p3-cont p a:hover{
	color: #00A0E9;
	text-decoration: underline;;
}
.p4-cont{
	
}
.p4-cont-title{
	border-bottom: 1px dashed #000;
}
.p4-cont-title h3{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight:bold;
	color: #000;
}
.p4-cont-title img{
	float: left;
	margin-right: 2px;
}
.p4-cont p{
	margin-top: 10px;
	line-height: 2;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 10px;
}
.p4-cont p a, .p4-cont p a:focus, .p4-cont p a:active, .p4-cont p a:hover{
	color: #00A0E9;
	text-decoration: underline;;
}

@media (max-width: 575.9px) {
	.p4-txt{
		display: none;
		
	}
	.p4-txt-mobile{
		margin-left: 5%;
		margin-bottom: 8px;
		
	}
	.p4-txt-mobile span{
		background: #F78F8D;
		border-radius: 5px;
		padding: 2% 3%;
		margin: 1% 1%;
		display: inline-flex;
	}
	.p4-txt-mobile h6{
		color: #fff;
		font-size: 15px;
		display: inline;
		line-height:1;

	}

	
}

@media (min-width: 576px) {
	.p4-txt{
		display: none;
		
	}
	.p4-txt-mobile{
		margin-left: 5%;
		margin-bottom: 8px;
		
	}
	.p4-txt-mobile span{
		background: #F78F8D;
		border-radius: 5px;
		padding: 2% 3%;
		margin: 1% 1%;
		display: inline-flex;
	}
	.p4-txt-mobile h6{
		color: #fff;
		font-size: 15px;
		display: inline;
		line-height:1;

	}
}

@media (min-width: 768px) {
	.p4-txt{
		display: none;
		
	}
	.p4-txt-mobile{
		margin-left: 5%;
		margin-bottom: 8px;
		
	}
	.p4-txt-mobile span{
		background: #F78F8D;
		border-radius: 15px;
		padding: 5px 10px;
		margin: 5px 2px;
		display: inline-flex;
	}
	.p4-txt-mobile h6{
		color: #fff;
		font-size: 15px;
		display: inline;
		line-height:1.5;

	}
}

@media (min-width: 992px) {
	.p4-txt{
		display: none;
		
	}
	.p4-txt-mobile{
		margin-left: 5%;
		margin-bottom: 8px;
		
	}
	.p4-txt-mobile span{
		background: #F78F8D;
		border-radius: 15px;
		padding: 5px 10px;
		margin: 5px 2px;
		display: inline-flex;
	}
	.p4-txt-mobile h6{
		color: #fff;
		font-size: 15px;
		display: inline;
		line-height:1.5;

	}
}

@media (min-width: 1200px) {
	.p4-txt{
		display: none;
		
	}
	.p4-txt-mobile{
		margin-left: 5%;
		margin-bottom: 8px;
		
	}
	.p4-txt-mobile span{
		background: #F78F8D;
		border-radius: 15px;
		padding: 5px 10px;
		margin: 5px 2px;
		display: inline-flex;
	}
	.p4-txt-mobile h6{
		color: #fff;
		font-size: 15px;
		display: inline;
		line-height:1.5;

	}
}


.p4-txt2{
	margin-left: 20px;
	margin-bottom: 10px;
	
}
.p4-txt2 span{
	background: #F78F8D;
	border-radius: 15px;
	padding: 2px 10px;

}
.bg-span{
	background: #E84174 !important;
	border-radius: 15px;
	padding: 2px 10px;
}
.bg-span a, .bg-span a:focus, .bg-span a:active, .bg-span  a:hover{
	color:#fff !important;
}
.bg-span2{
	background: #1D90D0 !important;
	
	padding: 5px 10px;
}
.bg-span2 a, .bg-span2 a:focus, .bg-span2 a:active, .bg-span2  a:hover{
	color:#fff !important;
}
.p4-txt2 h6{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display:inline !important;
}
{
	margin:0 auto;
}

.pink-tab-p4{
	background: #E99591;
	border-radius: 10px;
	background-position: left;
	background-repeat: no-repeat;
	box-shadow: 2px #ccc;
	margin-left: auto;	
	margin-right: auto;
	color: #fff;
	text-align: center;
	padding: 20px;

}
.pink-tab-p4 h4{
	color: #fff;
	font-size: 20px;
	font-weight: bold;

}
.pink-tab-p4 p{
	color: #fff;
	font-size: 20px;

}

.table-p5 {
	font-size: 20px;
	font-weight: bold;
}

.t-p5-a {
	background: #F78F8D;
	border: 1px solid #696A6B;
	text-align: center;
	width: 50%;
	padding: 10px 0;
	float: left;
	color: #fff;
	font-weight: bold;
}

.t-p5-b {
	background: #fff;
	border: 1px solid #696A6B;
	text-align: center;
	width: 50%;
	padding: 10px 0;
	float: left;
	font-weight: bold;
}

.p5-title {
	background: #606060;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 20px;
	margin-bottom:10px;
}

.p5-title span {
	font-size: 18px;
	font-weight: normal;
}

.p5-grid .p5-grid-item {
	text-align: center;
	padding: 10px 0px;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	border: 1px solid rgb(123, 116, 117);
	display: flex;
	height: 55px;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.p5-grid .p5-grid-item.content {
	color: #000;
	font-weight: normal;
}

label.discount {
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 30px;
}

label.discount span:nth-child(1) {
	text-decoration: line-through red;
	margin-right: 5px;
}

label.discount span:nth-child(2) {
	color: rgb(0, 159, 233);
	font-size: 27px;
}

label.discount span:nth-child(3) {
	margin-left: 5px;
	color: red;
}

.p5-gridA {
	display: grid;
	grid-template-columns: 14.66% 14.66% 18.66% 22.66% 10px calc(14.66% - 5px) calc(14.66% - 5px);
	grid-template-rows: 55px 55px;
	grid-template-areas: "grid_p5_row1_col1 grid_p5_row1_col2 grid_p5_row1_col3 grid_p5_row1_col4 . grid_p5_row1_col5 grid_p5_row1_col6" "grid_p5_row2_col1 grid_p5_row2_col2 grid_p5_row2_col3 grid_p5_row2_col4 . grid_p5_row2_col5 grid_p5_row2_col6";
}

.p5-gridB {
	display: grid;
	grid-template-columns: 23% 23% 31% 23%;
	grid-template-rows: 55px 55px;
	grid-template-areas: "grid_p5_row1_col1 grid_p5_row1_col2 grid_p5_row1_col3 grid_p5_row1_col4" "grid_p5_row2_col1 grid_p5_row2_col2 grid_p5_row2_col3 grid_p5_row2_col4";
}

.p5-gridJ {
	display: grid;
	grid-template-columns: 40% 30% 30%;
	grid-template-rows: 55px 55px 55px 55px 55px 55px;
	grid-template-areas: "grid_p5_row1_col1 grid_p5_row1_col2 grid_p5_row1_col2" "grid_p5_row2_col1 grid_p5_row2_col2 grid_p5_row2_col3" "grid_p5_row3_col1 grid_p5_row3_col2 grid_p5_row2_col3" "grid_p5_row4_col1 grid_p5_row4_col2 grid_p5_row2_col3" "grid_p5_row5_col1 grid_p5_row5_col2 grid_p5_row5_col3" "grid_p5_row6_col1 grid_p5_row6_col1 grid_p5_row6_col1";
}

.p5-gridK {
	display: grid;
	grid-template-columns: 25% 25% 20px calc(25% - 10px) calc(25% - 10px);
	grid-template-rows: 55px 55px 55px 55px;
	grid-template-areas: "grid_p5_row1_col1 grid_p5_row1_col2 . grid_p5_row1_col3 grid_p5_row1_col4" "grid_p5_row2_col1 grid_p5_row2_col2 . grid_p5_row1_col3 grid_p5_row1_col4" "grid_p5_row3_col1 grid_p5_row3_col2 . grid_p5_row1_col3 grid_p5_row1_col4" "grid_p5_row4_col1 grid_p5_row4_col2 . grid_p5_row1_col3 grid_p5_row1_col4";
}

.p5-gridM {
	display: grid;
	grid-template-columns: 28.5% 24.5% 24.5% 22.5%;
	grid-template-rows: 55px 55px 55px;
	grid-template-areas: "grid_p5_row1_col1 grid_p5_row1_col2 grid_p5_row1_col3 grid_p5_row1_col4" "grid_p5_row2_col1 grid_p5_row2_col2 grid_p5_row2_col3 grid_p5_row1_col4" "grid_p5_row3_col1 grid_p5_row3_col2 grid_p5_row3_col3 grid_p5_row1_col4";
}

.p5-gridD, .p5-gridE, .p5-gridG, .p5-gridH .p5-gridI, .p5-gridL {
	width: 100%;
}

.p5-gridA .p5-grid-item .img-badge {
	transform: scale(.9);
	position: absolute;
	top: -9px;
	left: -16px;
}

.p5-grid .p5-grid-item label {
	display: table-cell;
	vertical-align: middle;
	font-size: 100%;
}

label.discount {
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 30px;
	flex-direction: row;
}

.grid-row .grid-col {
	height: 55px;
}

.p5-gridA .p5-grid-item.grid-p5-row2-col4 label.discount span:nth-child(1) {
	margin-left: 45px;
}

.p5-gridI .grid-col img{
	position: absolute; 
	top: -35px; 
	right: -35px;
}

/* screen is less than or equal to */

@media (max-width: 370px) {
	.p5-gridG .grid-row .grid-col, .p5-gridD .grid-row .grid-col{
		height: 80px;
	}
}

@media (max-width: 575.98px) {
	label.discount {
		display: flex !important;
		justify-content: center;
		align-items: center;
		height: 30px;
		flex-direction: column;
	}
	label.discount span:nth-child(1) {
		margin-right: 0px;
	}
	label.discount span:nth-child(2) {
		font-size: 16px;
		transform: rotate(90deg);
	}
	label.discount span:nth-child(3) {
		margin-left: 0px;
		font-size: 100%;
	}
	.p5-gridA .p5-grid-item.grid-p5-row2-col4 label.discount span, .p5-gridA .p5-grid-item.grid-p5-row2-col4 label.discount span:nth-child(1) {
		margin-left: 25px;
	}
	.p5-gridA .p5-grid-item .img-badge {
		top: -8px;
		left: -15px;
		transform: scale(.7);
	}
	.p5-gridD .grid-row .grid-col.remark{
		width: 40%;
	}
	.p5-gridD .grid-row .grid-col.value{
		width: 30%;
	}
	.p5-gridI .grid-col img{
		top: -8px;
		right: -58px;
		transform: scale(.9);
	}
	.p5-gridM .p5-grid-item{
		height: 65px;
	}
	.p5-gridM{
		grid-template-rows: 65px 65px 65px;
	}
}

@media (max-width: 767.98px) {
	.p5-grid .p5-grid-item label {
		font-size: 90%;
	}
	.grid-row .label, .grid-row .label-lg, .grid-row .value, .grid-row .value-lg, .grid-row .remark {
		font-size: 90%;
	}
	.p5-gridA .p5-grid-item .img-badge {
		top: -8px;
		left: -20px;
		transform: scale(.7);
	}
	.p5-gridA .p5-grid-item.grid-p5-row1-col4 {
		padding: 5px 0px;
	}
}

@media (max-width: 991.98px) {
	.p5-gridA {
		grid-template-columns: 14% 24% 10% 10% 10% 10% 22%;
		grid-template-rows: 55px 55px 10px 55px 55px;
		position: relative;
		grid-template-areas: "grid_p5_row1_col1 grid_p5_row1_col2 grid_p5_row1_col3 grid_p5_row1_col3 grid_p5_row1_col3 grid_p5_row1_col4 grid_p5_row1_col4" "grid_p5_row2_col1 grid_p5_row2_col2 grid_p5_row2_col3 grid_p5_row2_col3 grid_p5_row2_col3 grid_p5_row2_col4 grid_p5_row2_col4" ". . . . . . ." "grid_p5_row1_col5 grid_p5_row1_col5 grid_p5_row1_col5 grid_p5_row1_col6 grid_p5_row1_col6 grid_p5_row1_col6 grid_p5_row1_col6" "grid_p5_row2_col5 grid_p5_row2_col5 grid_p5_row2_col5 grid_p5_row2_col6 grid_p5_row2_col6 grid_p5_row2_col6 grid_p5_row2_col6";
	}
}

@media (max-width: 1199.98px) {}

@media (max-width: 1599.98px) {}

/* screen is greater than or equal to */

@media (min-width: 995px) {
	.p5-gridB {
		display: grid;
		grid-template-columns: 14.66% 14.66% 18.66% 14.66% 37.32%;
		grid-template-rows: 55px 55px;
		grid-template-areas: "grid_p5_row1_col1 grid_p5_row1_col2 grid_p5_row1_col3 grid_p5_row1_col4 ." "grid_p5_row2_col1 grid_p5_row2_col2 grid_p5_row2_col3 grid_p5_row2_col4 .";
	}
	.p5-gridJ {
		grid-template-columns: 20% 15% 15%;
	}
	.p5-gridM {
		grid-template-columns: 21% 17% 17% 15% 30%;
	}
	.p5-gridG .grid-row .label {
		width: 30% !important;
	}
	.p5-gridG .grid-row .value {
		width: 25% !important;
	}
	.p5-gridG .grid-row .remark {
		width: 20% !important;
	}
	.p5-gridE .grid-row .label, .p5-gridE .grid-row .value {
		width: 15% !important;
	}
	.p5-gridE .grid-row .label-lg, .p5-gridE .grid-row .value-lg {
		width: 25% !important;
	}
	
}

/*GRID - A ROW 1*/

.p5-gridA .p5-grid-item.grid-p5-row1-col1 {
	grid-area: grid_p5_row1_col1;
	background-color: #f78f8d;
}

.p5-gridA .p5-grid-item.grid-p5-row1-col2 {
	grid-area: grid_p5_row1_col2;
	background-color: #f78f8d;
}

.p5-gridA .p5-grid-item.grid-p5-row1-col3 {
	grid-area: grid_p5_row1_col3;
	background-color: rgb(247, 118, 100);
}

.p5-gridA .p5-grid-item.grid-p5-row1-col4 {
	grid-area: grid_p5_row1_col4;
	background-color: rgb(247, 132, 74);
}

.p5-gridA .p5-grid-item.grid-p5-row1-col5 {
	grid-area: grid_p5_row1_col5;
	background-color: #f78f8d;
}

.p5-gridA .p5-grid-item.grid-p5-row1-col6 {
	grid-area: grid_p5_row1_col6;
	background-color: #f78f8d;
}

/*GRID A -ROW 2*/

.p5-gridA .p5-grid-item.grid-p5-row2-col1 {
	grid-area: grid_p5_row2_col1;
	background-color: #f78f8d;
}

.p5-gridA .p5-grid-item.grid-p5-row2-col2 {
	grid-area: grid_p5_row2_col2;
}

.p5-gridA .p5-grid-item.grid-p5-row2-col3 {
	grid-area: grid_p5_row2_col3;
}

.p5-gridA .p5-grid-item.grid-p5-row2-col4 {
	grid-area: grid_p5_row2_col4;
}

.p5-gridA .p5-grid-item.grid-p5-row2-col5 {
	grid-area: grid_p5_row2_col5;
}

.p5-gridA .p5-grid-item.grid-p5-row2-col6 {
	grid-area: grid_p5_row2_col6;
}

/*GRID B - Row 1*/

.p5-gridB .p5-grid-item.grid-p5-row1-col1 {
	grid-area: grid_p5_row1_col1;
	background-color: #f78f8d;
}

.p5-gridB .p5-grid-item.grid-p5-row1-col2 {
	grid-area: grid_p5_row1_col2;
	background-color: #f78f8d;
}

.p5-gridB .p5-grid-item.grid-p5-row1-col3 {
	grid-area: grid_p5_row1_col3;
	background-color: rgb(247, 118, 100);
}

.p5-gridB .p5-grid-item.grid-p5-row1-col4 {
	grid-area: grid_p5_row1_col4;
	background-color: #f78f8d;
}

/*GRID B -ROW 2*/

.p5-gridB .p5-grid-item.grid-p5-row2-col1 {
	grid-area: grid_p5_row2_col1;
	background-color: #f78f8d;
}

.p5-gridB .p5-grid-item.grid-p5-row2-col2 {
	grid-area: grid_p5_row2_col2;
}

.p5-gridB .p5-grid-item.grid-p5-row2-col3 {
	grid-area: grid_p5_row2_col3;
}

.p5-gridB .p5-grid-item.grid-p5-row2-col4 {
	grid-area: grid_p5_row2_col4;
}

.p5-gridD .grid-row, .p5-gridG .grid-row {
	display: flex;
}

.p5-gridD .grid-row .label {
	width: 30%;
}

.p5-gridD .grid-row .label, .p5-gridG .grid-row .label {
	text-align: center;
	padding: 10px 0px;
	background-color: #f78f8d;
	border: 1px solid #7b7475;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.p5-gridD .grid-row .value {
	width: 25%;
}

.p5-gridD .grid-row .remark {
	width: 45%;
}

.p5-gridG .grid-row .label {
	width: 40%;
}

.p5-gridG .grid-row .value {
	width: 35%;
}

.p5-gridG .grid-row .remark {
	width: 25%;
}

.p5-gridD .grid-row .value, .p5-gridD .grid-row .remark, .p5-gridG .grid-row .value, .p5-gridG .grid-row .remark {
	text-align: center;
	padding: 10px 0px;
	border: 1px solid #7b7475;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p5-gridE .grid-row {
	display: flex;
}

.p5-gridE .grid-row .label {
	width: 30%;
	background-color: #f78f8d;
}

.p5-gridE .grid-row .label-lg {
	width: 40%;
	background-color: #f77665;
}

.p5-gridE .grid-row .label, .p5-gridE .grid-row .label-lg {
	text-align: center;
	padding: 10px 0px;
	border: 1px solid #7b7475;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.p5-gridE .grid-row .value {
	width: 30%;
}

.p5-gridE .grid-row .value-lg {
	width: 40%;
}

.p5-gridE .grid-row .value, .p5-gridE .grid-row .value-lg {
	text-align: center;
	padding: 10px 0px;
	border: 1px solid #7b7475;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p5-gridH .grid-row {
	display: flex;
}

.p5-gridH .grid-row .label {
	width: 22%;
}

.p5-gridH .grid-row .label-lg {
	width: 33%;
}

.p5-gridH .grid-row .label, .p5-gridH .grid-row .label-lg {
	text-align: center;
	padding: 10px 0px;
	border: 1px solid #7b7475;
	background-color: #f78f8d;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.p5-gridH .grid-row .value {
	width: 33%;
	text-align: center;
	padding: 10px 0px;
	border: 1px solid #7b7475;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p5-gridI .grid-row {
	display: flex;
}

.p5-gridI .grid-row .label {
	width: 15%;
}

.p5-gridI .grid-row .label-lg {
	width: 22%;
}

.p5-gridI .grid-row .label, .p5-gridI .grid-row .label-lg {
	text-align: center;
	padding: 10px 0px;
	border: 1px solid #7b7475;
	background-color: #f78f8d;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.p5-gridI .grid-row .value {
	width: 15%;
}

.p5-gridI .grid-row .value-lg {
	width: 22%;
}

.p5-gridI .grid-row .value, .p5-gridI .grid-row .value-lg, .p5-gridI .grid-row .value-no-border {
	text-align: center;
	padding: 10px 0px;
	border: 1px solid #7b7475;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p5-gridI .grid-row .value-no-border {
	border: unset;
	margin-left: 10px;
	text-align: left;
	width: calc(26% - 10px);
}

.p5-gridI .grid-row .footer {
	right: 1%;
	position: absolute;
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
}

.p5-gridI .grid-row .footer span {
	color: red;
}

/*GRID J - Row 1*/

.p5-gridJ .p5-grid-item.grid-p5-row1-col1 {
	grid-area: grid_p5_row1_col1;
	background-color: #f78f8d;
}

.p5-gridJ .p5-grid-item.grid-p5-row1-col2 {
	grid-area: grid_p5_row1_col2;
	background-color: #f78f8d;
}

/*GRID J - Row 2*/

.p5-gridJ .p5-grid-item.grid-p5-row2-col1 {
	grid-area: grid_p5_row2_col1;
	background-color: #f78f8d;
}

.p5-gridJ .p5-grid-item.grid-p5-row2-col2 {
	grid-area: grid_p5_row2_col2;
}

.p5-gridJ .p5-grid-item.grid-p5-row2-col3 {
	grid-area: grid_p5_row2_col3;
	height: 100%;
}

/*GRID J - Row 3*/

.p5-gridJ .p5-grid-item.grid-p5-row3-col1 {
	grid-area: grid_p5_row3_col1;
	background-color: #f78f8d;
}

.p5-gridJ .p5-grid-item.grid-p5-row3-col2 {
	grid-area: grid_p5_row3_col2;
}

/*GRID J - Row 4*/

.p5-gridJ .p5-grid-item.grid-p5-row4-col1 {
	grid-area: grid_p5_row4_col1;
	background-color: #f78f8d;
}

.p5-gridJ .p5-grid-item.grid-p5-row4-col2 {
	grid-area: grid_p5_row4_col2;
}

/*GRID J - Row 5*/

.p5-gridJ .p5-grid-item.grid-p5-row5-col1 {
	grid-area: grid_p5_row5_col1;
	background-color: #f78f8d;
}

.p5-gridJ .p5-grid-item.grid-p5-row5-col2 {
	grid-area: grid_p5_row5_col2;
}

.p5-gridJ .p5-grid-item.grid-p5-row5-col3 {
	grid-area: grid_p5_row5_col3;
}

/*GRID J - Row 6*/

.p5-gridJ .p5-grid-item.grid-p5-row6-col1 {
	grid-area: grid_p5_row6_col1;
}

.p5-gridJ .p5-grid-item.grid-p5-row2-col3 label, .p5-gridJ .p5-grid-item.grid-p5-row5-col3 label {
	text-align: left !important;
}

.p5-gridJ .p5-grid-item.grid-p5-row6-col1 label {
	color: #e60090;
}

/*GRID K - Row 1*/

.p5-gridK .p5-grid-item.grid-p5-row1-col1 {
	grid-area: grid_p5_row1_col1;
	background-color: #f7844b;
}

.p5-gridK .p5-grid-item.grid-p5-row1-col2 {
	grid-area: grid_p5_row1_col2;
}

.p5-gridK .p5-grid-item.grid-p5-row1-col3 {
	background-color: #f78f8d;
	grid-area: grid_p5_row1_col3;
	height: 100%;
}

.p5-gridK .p5-grid-item.grid-p5-row1-col4 {
	grid-area: grid_p5_row1_col4;
	height: 100%;
}

/*GRID K - Row 2*/

.p5-gridK .p5-grid-item.grid-p5-row2-col1 {
	grid-area: grid_p5_row2_col1;
	background-color: #f78f8d;
}

.p5-gridK .p5-grid-item.grid-p5-row2-col2 {
	grid-area: grid_p5_row2_col2;
}

/*GRID K - Row 3*/

.p5-gridK .p5-grid-item.grid-p5-row3-col1 {
	grid-area: grid_p5_row3_col1;
	background-color: #f78f8d;
}

.p5-gridK .p5-grid-item.grid-p5-row3-col2 {
	grid-area: grid_p5_row3_col2;
}

/*GRID K - Row 4*/

.p5-gridK .p5-grid-item.grid-p5-row4-col1 {
	grid-area: grid_p5_row4_col1;
	background-color: #f78f8d;
}

.p5-gridK .p5-grid-item.grid-p5-row4-col2 {
	grid-area: grid_p5_row4_col2;
}

.p5-gridL .grid-row {
	display: flex;
}

.p5-gridL .grid-row .label {
	background-color: #f78f8d;
	color: #fff;
	font-weight: bold;
	width: 200px;
}

.p5-gridL .grid-row .value {
	color: #000;
	width: 180px;
}

.p5-gridL .grid-row .label, .p5-gridL .grid-row .value {
	height: 150px;
	text-align: center;
	padding: 10px 0px;
	border: 1px solid #7b7475;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pm5-header-label {
	border-radius: 10px;
	padding: 8px 15px;
	background-color: #00a0e9;
	color: #fff;
	font-weight: bold;
	width: 130px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}

/*GRID M- Row 1*/

.p5-gridM .p5-grid-item.grid-p5-row1-col1 {
	grid-area: grid_p5_row1_col1;
}

.p5-gridM .p5-grid-item.grid-p5-row1-col2 {
	grid-area: grid_p5_row1_col2;
	background-color: #d0e8ff;
	color: #000;
	font-weight: normal;
}

.p5-gridM .p5-grid-item.grid-p5-row1-col3 {
	grid-area: grid_p5_row1_col3;
	background-color: #d0e8ff;
	color: #000;
	font-weight: normal;
}

.p5-gridM .p5-grid-item.grid-p5-row1-col4 {
	grid-area: grid_p5_row1_col4;
	height: 100%;
}

/*GRID M - Row 2*/

.p5-gridM .p5-grid-item.grid-p5-row2-col1 {
	grid-area: grid_p5_row2_col1;
	background-color: #00baef;
}

.p5-gridM .p5-grid-item.grid-p5-row2-col2 {
	grid-area: grid_p5_row2_col2;
}

.p5-gridM .p5-grid-item.grid-p5-row2-col3 {
	grid-area: grid_p5_row2_col3;
}

/*GRID M - Row 3*/

.p5-gridM .p5-grid-item.grid-p5-row3-col1 {
	grid-area: grid_p5_row3_col1;
	background-color: #00baef;
}

.p5-gridM .p5-grid-item.grid-p5-row3-col2 {
	grid-area: grid_p5_row3_col2;
}

.p5-gridM .p5-grid-item.grid-p5-row3-col3 {
	grid-area: grid_p5_row3_col3;
}

.p5-list-footer {
	float: right;
}
.p7-cont-title h3{
	color: #902345;
	margin-bottom: 10px;
	font-size: 21px;
	font-weight:bold;
}
.p7-cont p{
	margin-top: 10px;
	line-height: 2;
	font-size: 16px;
	padding-bottom: 10px;
}
.p7-cont2{
	margin-top: 30px;
}
.p7-cont2 p{
	margin-top: 10px;
	line-height: 2;
	font-size: 16px;
	padding-bottom: 10px;
}
.p7-txt-violet{
	margin-bottom: 30px;
	margin-top: 50px;
}
.p7-txt-violet img{
	float: left;

}
.p7-txt-violet h5{
	
	margin-bottom:-10px;
	margin-left: 20px;
	font-size: 18px;
}
.img-cont-1{
	margin-bottom:30px;
}
.p7-green-txt{
	margin-top: 50px;
}
.p7-img3{
	margin-top: 20px;
}
.p7-last{
	margin-bottom: 50px;
}
.p7-container{
	margin-right: 40px;
	margin-left: 40px;
}	
.p-container{
	margin-right: 0px;
	margin-left: 0px;
}
.update-wrapper{
	
	background: #fff;
	margin-bottom: 10px;
	padding: 20px 20px 20px 30px;
}
.update{
	width: 100%;
	height:200px;
	background: #fff;
	border-left: #E99591 8px solid;
}

.news-wrapper{
	
	background: #fff;
	margin-bottom: 40px;
	padding: 20px 20px 0 20px;
}
.news{
	width: 100%;

}

@media (min-width: 575.98px) {
		.map{
			width: 100%;
			min-height: 500px;

		}
		
		.update{
		width: 100%;
		height:280px !important;
		background: #fff;
		border-left: #E99591 8px solid;
	}
	.p5-left{
	float:left;
	margin-right:0 !important;
	margin-bottom:30px;
}

}
@media (min-width: 576px) {
	.map{
			width: 100%;
			min-height: 500px;

		}
		.p5-left{
	float:left;
	margin-right:0 !important;
	margin-bottom:30px;
}
	
}

@media (min-width: 768px) {
	.map{
	width: 70%;
	min-height: 500px;

}

}

@media (min-width: 992px) {
	.map{
	width: 70%;
	min-height: 500px;

}
.p5-left{
	margin-right:30px;

}
}

@media (min-width: 1200px) {
	.map{
	width: 70%;
	min-height: 500px;

}
.p5-left{
	
	margin-right:30px;
}
}
.p5-left{
	float:left;
	margin-bottom:15px;
	
}
.p5-right{
	margin-top:-15px;
	float:right;
	
	
}


