@charset "UTF-8";
/************************************************************
 * shingakukai LP - style.css
 * suzukidaichi: suzuki.dizz@gmail.com
 * 
 * CSS設計に CROCSS を採用しています。
 * https://qiita.com/croco_works/items/28b5033448e54d2946c7
 *
 * 2021-04-20: CROCSS化
 ************************************************************/
/*------------------------------*
 * reset css
 *------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, .periodList-item > *,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
	display: none;
}

body {
	line-height: 1;
}

menu, ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

/*----------------------------*
 * base structure
 *----------------------------*/
/* grid */
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: block;
	margin: -0.55556em;
}

.row:after {
	content: '';
	display: block;
	clear: both;
}

.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 {
	float: left;
	width: 100%;
	padding: 0.55556em;
}

.col {
	max-width: 100%;
}

.col-auto {
	width: auto;
	max-width: 100%;
}

.col-1 {
	max-width: 8.33333%;
}

.col-2 {
	max-width: 16.66667%;
}

.col-3 {
	max-width: 25%;
}

.col-4 {
	max-width: 33.33333%;
}

.col-5 {
	max-width: 41.66667%;
}

.col-6 {
	max-width: 50%;
}

.col-7 {
	max-width: 58.33333%;
}

.col-8 {
	max-width: 66.66667%;
}

.col-9 {
	max-width: 75%;
}

.col-10 {
	max-width: 83.33333%;
}

.col-11 {
	max-width: 91.66667%;
}

.col-12 {
	max-width: 100%;
}

.offset-1 {
	margin-left: 8.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: 376px) {
	.col-sm {
		max-width: 100%;
	}
	.col-sm-auto {
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		max-width: 8.33333%;
	}
	.col-sm-2 {
		max-width: 16.66667%;
	}
	.col-sm-3 {
		max-width: 25%;
	}
	.col-sm-4 {
		max-width: 33.33333%;
	}
	.col-sm-5 {
		max-width: 41.66667%;
	}
	.col-sm-6 {
		max-width: 50%;
	}
	.col-sm-7 {
		max-width: 58.33333%;
	}
	.col-sm-8 {
		max-width: 66.66667%;
	}
	.col-sm-9 {
		max-width: 75%;
	}
	.col-sm-10 {
		max-width: 83.33333%;
	}
	.col-sm-11 {
		max-width: 91.66667%;
	}
	.col-sm-12 {
		max-width: 100%;
	}
	.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 {
		max-width: 100%;
	}
	.col-md-auto {
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		max-width: 8.33333%;
	}
	.col-md-2 {
		max-width: 16.66667%;
	}
	.col-md-3 {
		max-width: 25%;
	}
	.col-md-4 {
		max-width: 33.33333%;
	}
	.col-md-5 {
		max-width: 41.66667%;
	}
	.col-md-6 {
		max-width: 50%;
	}
	.col-md-7 {
		max-width: 58.33333%;
	}
	.col-md-8 {
		max-width: 66.66667%;
	}
	.col-md-9 {
		max-width: 75%;
	}
	.col-md-10 {
		max-width: 83.33333%;
	}
	.col-md-11 {
		max-width: 91.66667%;
	}
	.col-md-12 {
		max-width: 100%;
	}
	.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: 1066px) {
	.col-lg {
		max-width: 100%;
	}
	.col-lg-auto {
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		max-width: 8.33333%;
	}
	.col-lg-2 {
		max-width: 16.66667%;
	}
	.col-lg-3 {
		max-width: 25%;
	}
	.col-lg-4 {
		max-width: 33.33333%;
	}
	.col-lg-5 {
		max-width: 41.66667%;
	}
	.col-lg-6 {
		max-width: 50%;
	}
	.col-lg-7 {
		max-width: 58.33333%;
	}
	.col-lg-8 {
		max-width: 66.66667%;
	}
	.col-lg-9 {
		max-width: 75%;
	}
	.col-lg-10 {
		max-width: 83.33333%;
	}
	.col-lg-11 {
		max-width: 91.66667%;
	}
	.col-lg-12 {
		max-width: 100%;
	}
	.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: 1280px) {
	.col-xl {
		max-width: 100%;
	}
	.col-xl-auto {
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		max-width: 8.33333%;
	}
	.col-xl-2 {
		max-width: 16.66667%;
	}
	.col-xl-3 {
		max-width: 25%;
	}
	.col-xl-4 {
		max-width: 33.33333%;
	}
	.col-xl-5 {
		max-width: 41.66667%;
	}
	.col-xl-6 {
		max-width: 50%;
	}
	.col-xl-7 {
		max-width: 58.33333%;
	}
	.col-xl-8 {
		max-width: 66.66667%;
	}
	.col-xl-9 {
		max-width: 75%;
	}
	.col-xl-10 {
		max-width: 83.33333%;
	}
	.col-xl-11 {
		max-width: 91.66667%;
	}
	.col-xl-12 {
		max-width: 100%;
	}
	.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%;
	}
}

/* section */
/*
%section {
    padding: fs-em(76px) $grid-gutter-width;
}
.section {
    @extend %section;
    
    &-gray {
        @extend %section;
        background-color: $gray-light4;
    }
}
*/
/*------------------------------*
 * layout class style 
 *------------------------------*/
.section {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.section.section-white {
	background: #fff;
}

.section.section-black {
	background: #000;
}

.sectionInner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1066px;
}

.sectionInner {
	padding: 5em 12px;
}

.box {
	position: relative;
	margin-bottom: 2.5em;
	padding: 0.83333em 1.11111em;
	border: solid 0.55556em #329d30;
	border-radius: 1.11111em;
	background: #fffdee;
	-webkit-box-shadow: 0 0.27778em 0.11111em rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0.27778em 0.11111em rgba(0, 0, 0, 0.3);
}

.box ul, .box ol, .box p {
	margin-bottom: 1.08696em;
}

.note {
	padding: 1.55556em;
	text-align: left;
	background: #fffdee;
}

@media screen and (max-width: 767.98px) {
	.note {
		font-size: 0.77778em;
	}
}

.note br {
	line-height: 1.99995;
}

/*------------------------------*
 * default tag style 
 *------------------------------*/
* {
	font-size: 100%;
	line-height: 1.5;
}

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

html {
	text-align: center;
	background-size: 1.52778em;
	background-color: #9dcd80;
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(0.38194em, transparent), color-stop(0.38194em, #c4e0b0), color-stop(1.14583em, #c4e0b0), color-stop(1.14583em, transparent), color-stop(1.52778em, transparent));
	background-image: -webkit-linear-gradient(left, transparent, transparent 0.38194em, #c4e0b0 0.38194em, #c4e0b0 1.14583em, transparent 1.14583em, transparent 1.52778em);
	background-image: linear-gradient(90deg, transparent, transparent 0.38194em, #c4e0b0 0.38194em, #c4e0b0 1.14583em, transparent 1.14583em, transparent 1.52778em);
	background-position: center center;
	background-repeat: repeat;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	color: #000;
}

@media print {
	html {
		width: 100%;
		overflow: visible;
	}
}

@media screen and (max-width: 1065.98px) {
	html {
		font-size: 1.68856vw;
	}
}

@media screen and (max-width: 767.98px) {
	html {
		font-size: 14px;
		font-size: 2.34375vw;
	}
}

body {
	line-height: inherit;
}

@media print {
	body {
		width: 1066px;
	}
}

a {
	text-decoration: none;
	color: #000;
}

a[href]:hover {
	opacity: .7;
}

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

img[src*='dummy'] {
	width: 100%;
	height: 100%;
}

h2 {
	margin: 1.38889em 0;
}

h2:after {
	content: '';
	display: block;
	margin: auto;
	margin-top: 1.38889em;
	width: 80%;
	height: 0.16667em;
	background-size: 0.33333em 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(0.08333em, transparent), color-stop(0.08333em, #c4e0b0), color-stop(0.25em, #c4e0b0), color-stop(0.25em, transparent), color-stop(0.33333em, transparent));
	background-image: -webkit-linear-gradient(left, transparent, transparent 0.08333em, #c4e0b0 0.08333em, #c4e0b0 0.25em, transparent 0.25em, transparent 0.33333em);
	background-image: linear-gradient(90deg, transparent, transparent 0.08333em, #c4e0b0 0.08333em, #c4e0b0 0.25em, transparent 0.25em, transparent 0.33333em);
	background-position: center center;
	background-repeat: repeat;
}

h3 {
	margin-bottom: 1em;
}

em,
strong {
	font-weight: bold;
	font-style: normal;
}

small {
	font-size: 0.83333em;
}

tr {
	border-bottom: solid 1px #000;
}

tr:first-child {
	border-top: solid 1px #000;
}

tr.noborder {
	border-bottom: 0;
}

th, td, .periodList-item > * {
	padding: 0.20833em 0.33333em;
	font-weight: bold;
	font-size: 1.33333em;
	letter-spacing: .05em;
}

/*----------------------------*
 * common parts
 *----------------------------*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.blk {
	display: block;
}

.iblk {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.vt {
	vertical-align: top;
}

.vm {
	vertical-align: middle;
}

.vb {
	vertical-align: bottom;
}

.table {
	display: table;
}

.table-cell {
	display: table-cell;
}

.table-row {
	display: table-row;
}

.ph-left {
	float: left;
	margin-top: 0;
	margin-right: 2.22222em;
}

.ph-right {
	float: right;
	margin-top: 0;
	margin-left: 2.22222em;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.underline {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	border-bottom: solid 0.05556em;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

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

.justify {
	text-align: justify;
	text-justify: distribute;
}

.justify-all {
	text-align: justify;
	text-justify: distribute;
}

.justify-all:after {
	content: '';
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 100%;
}

@media screen and (max-width: 767.98px) {
	.sp-left {
		text-align: left !important;
	}
	.sp-center {
		text-align: center !important;
	}
	.sp-center-blk {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.sp-right {
		text-align: right !important;
	}
	.sp-justify {
		text-align: justify;
		text-justify: distribute;
	}
	.sp-justify-all {
		text-align: justify;
		text-justify: distribute;
	}
	.sp-justify-all:after {
		content: '';
		display: inline-block;
		*zoom: 1;
		*display: inline;
		width: 100%;
	}
}

.red {
	color: #C53926;
}

.light {
	font-weight: 500;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.caution {
	color: #C53926;
	font-size: 90%;
	font-weight: 400;
}

.hr-hidden {
	border: 0;
	margin: 0;
}

/* for responsive */
.sp-active,
.pc-invalid {
	display: none;
}

@media screen and (max-width: 767.98px) {
	.sp-active,
	.pc-invalid {
		display: block;
	}
}

@media screen and (max-width: 767.98px) {
	.pc-active,
	.sp-invalid {
		display: none;
	}
}

/* width */
.w0 {
	width: 0%;
}

.w1 {
	width: 1%;
}

.w2 {
	width: 2%;
}

.w3 {
	width: 3%;
}

.w4 {
	width: 4%;
}

.w5 {
	width: 5%;
}

.w6 {
	width: 6%;
}

.w7 {
	width: 7%;
}

.w8 {
	width: 8%;
}

.w9 {
	width: 9%;
}

.w10 {
	width: 10%;
}

.w11 {
	width: 11%;
}

.w12 {
	width: 12%;
}

.w13 {
	width: 13%;
}

.w14 {
	width: 14%;
}

.w15 {
	width: 15%;
}

.w16 {
	width: 16%;
}

.w17 {
	width: 17%;
}

.w18 {
	width: 18%;
}

.w19 {
	width: 19%;
}

.w20 {
	width: 20%;
}

.w21 {
	width: 21%;
}

.w22 {
	width: 22%;
}

.w23 {
	width: 23%;
}

.w24 {
	width: 24%;
}

.w25 {
	width: 25%;
}

.w26 {
	width: 26%;
}

.w27 {
	width: 27%;
}

.w28 {
	width: 28%;
}

.w29 {
	width: 29%;
}

.w30 {
	width: 30%;
}

.w31 {
	width: 31%;
}

.w32 {
	width: 32%;
}

.w33 {
	width: 33%;
}

.w34 {
	width: 34%;
}

.w35 {
	width: 35%;
}

.w36 {
	width: 36%;
}

.w37 {
	width: 37%;
}

.w38 {
	width: 38%;
}

.w39 {
	width: 39%;
}

.w40 {
	width: 40%;
}

.w41 {
	width: 41%;
}

.w42 {
	width: 42%;
}

.w43 {
	width: 43%;
}

.w44 {
	width: 44%;
}

.w45 {
	width: 45%;
}

.w46 {
	width: 46%;
}

.w47 {
	width: 47%;
}

.w48 {
	width: 48%;
}

.w49 {
	width: 49%;
}

.w50 {
	width: 50%;
}

.w51 {
	width: 51%;
}

.w52 {
	width: 52%;
}

.w53 {
	width: 53%;
}

.w54 {
	width: 54%;
}

.w55 {
	width: 55%;
}

.w56 {
	width: 56%;
}

.w57 {
	width: 57%;
}

.w58 {
	width: 58%;
}

.w59 {
	width: 59%;
}

.w60 {
	width: 60%;
}

.w61 {
	width: 61%;
}

.w62 {
	width: 62%;
}

.w63 {
	width: 63%;
}

.w64 {
	width: 64%;
}

.w65 {
	width: 65%;
}

.w66 {
	width: 66%;
}

.w67 {
	width: 67%;
}

.w68 {
	width: 68%;
}

.w69 {
	width: 69%;
}

.w70 {
	width: 70%;
}

.w71 {
	width: 71%;
}

.w72 {
	width: 72%;
}

.w73 {
	width: 73%;
}

.w74 {
	width: 74%;
}

.w75 {
	width: 75%;
}

.w76 {
	width: 76%;
}

.w77 {
	width: 77%;
}

.w78 {
	width: 78%;
}

.w79 {
	width: 79%;
}

.w80 {
	width: 80%;
}

.w81 {
	width: 81%;
}

.w82 {
	width: 82%;
}

.w83 {
	width: 83%;
}

.w84 {
	width: 84%;
}

.w85 {
	width: 85%;
}

.w86 {
	width: 86%;
}

.w87 {
	width: 87%;
}

.w88 {
	width: 88%;
}

.w89 {
	width: 89%;
}

.w90 {
	width: 90%;
}

.w91 {
	width: 91%;
}

.w92 {
	width: 92%;
}

.w93 {
	width: 93%;
}

.w94 {
	width: 94%;
}

.w95 {
	width: 95%;
}

.w96 {
	width: 96%;
}

.w97 {
	width: 97%;
}

.w98 {
	width: 98%;
}

.w99 {
	width: 99%;
}

.w100 {
	width: 100%;
}

/* margin */
.m0 {
	margin: 0em;
}

.m5 {
	margin: 0.5em;
}

.m10 {
	margin: 1em;
}

.m15 {
	margin: 1.5em;
}

.m20 {
	margin: 2em;
}

.m25 {
	margin: 2.5em;
}

.m30 {
	margin: 3em;
}

.m35 {
	margin: 3.5em;
}

.m40 {
	margin: 4em;
}

.m45 {
	margin: 4.5em;
}

.m50 {
	margin: 5em;
}

.m55 {
	margin: 5.5em;
}

.m60 {
	margin: 6em;
}

.m65 {
	margin: 6.5em;
}

.m70 {
	margin: 7em;
}

.m75 {
	margin: 7.5em;
}

.m80 {
	margin: 8em;
}

.m85 {
	margin: 8.5em;
}

.m90 {
	margin: 9em;
}

.m95 {
	margin: 9.5em;
}

.m100 {
	margin: 10em;
}

.mt0 {
	margin-top: 0em;
}

.mt5 {
	margin-top: 0.5em;
}

.mt10 {
	margin-top: 1em;
}

.mt15 {
	margin-top: 1.5em;
}

.mt20 {
	margin-top: 2em;
}

.mt25 {
	margin-top: 2.5em;
}

.mt30 {
	margin-top: 3em;
}

.mt35 {
	margin-top: 3.5em;
}

.mt40 {
	margin-top: 4em;
}

.mt45 {
	margin-top: 4.5em;
}

.mt50 {
	margin-top: 5em;
}

.mt55 {
	margin-top: 5.5em;
}

.mt60 {
	margin-top: 6em;
}

.mt65 {
	margin-top: 6.5em;
}

.mt70 {
	margin-top: 7em;
}

.mt75 {
	margin-top: 7.5em;
}

.mt80 {
	margin-top: 8em;
}

.mt85 {
	margin-top: 8.5em;
}

.mt90 {
	margin-top: 9em;
}

.mt95 {
	margin-top: 9.5em;
}

.mt100 {
	margin-top: 10em;
}

.mb0 {
	margin-bottom: 0em;
}

.mb5 {
	margin-bottom: 0.5em;
}

.mb10 {
	margin-bottom: 1em;
}

.mb15 {
	margin-bottom: 1.5em;
}

.mb20 {
	margin-bottom: 2em;
}

.mb25 {
	margin-bottom: 2.5em;
}

.mb30 {
	margin-bottom: 3em;
}

.mb35 {
	margin-bottom: 3.5em;
}

.mb40 {
	margin-bottom: 4em;
}

.mb45 {
	margin-bottom: 4.5em;
}

.mb50 {
	margin-bottom: 5em;
}

.mb55 {
	margin-bottom: 5.5em;
}

.mb60 {
	margin-bottom: 6em;
}

.mb65 {
	margin-bottom: 6.5em;
}

.mb70 {
	margin-bottom: 7em;
}

.mb75 {
	margin-bottom: 7.5em;
}

.mb80 {
	margin-bottom: 8em;
}

.mb85 {
	margin-bottom: 8.5em;
}

.mb90 {
	margin-bottom: 9em;
}

.mb95 {
	margin-bottom: 9.5em;
}

.mb100 {
	margin-bottom: 10em;
}

.ml0 {
	margin-left: 0em;
}

.ml5 {
	margin-left: 0.5em;
}

.ml10 {
	margin-left: 1em;
}

.ml15 {
	margin-left: 1.5em;
}

.ml20 {
	margin-left: 2em;
}

.ml25 {
	margin-left: 2.5em;
}

.ml30 {
	margin-left: 3em;
}

.ml35 {
	margin-left: 3.5em;
}

.ml40 {
	margin-left: 4em;
}

.ml45 {
	margin-left: 4.5em;
}

.ml50 {
	margin-left: 5em;
}

.ml55 {
	margin-left: 5.5em;
}

.ml60 {
	margin-left: 6em;
}

.ml65 {
	margin-left: 6.5em;
}

.ml70 {
	margin-left: 7em;
}

.ml75 {
	margin-left: 7.5em;
}

.ml80 {
	margin-left: 8em;
}

.ml85 {
	margin-left: 8.5em;
}

.ml90 {
	margin-left: 9em;
}

.ml95 {
	margin-left: 9.5em;
}

.ml100 {
	margin-left: 10em;
}

.mr0 {
	margin-right: 0em;
}

.mr5 {
	margin-right: 0.5em;
}

.mr10 {
	margin-right: 1em;
}

.mr15 {
	margin-right: 1.5em;
}

.mr20 {
	margin-right: 2em;
}

.mr25 {
	margin-right: 2.5em;
}

.mr30 {
	margin-right: 3em;
}

.mr35 {
	margin-right: 3.5em;
}

.mr40 {
	margin-right: 4em;
}

.mr45 {
	margin-right: 4.5em;
}

.mr50 {
	margin-right: 5em;
}

.mr55 {
	margin-right: 5.5em;
}

.mr60 {
	margin-right: 6em;
}

.mr65 {
	margin-right: 6.5em;
}

.mr70 {
	margin-right: 7em;
}

.mr75 {
	margin-right: 7.5em;
}

.mr80 {
	margin-right: 8em;
}

.mr85 {
	margin-right: 8.5em;
}

.mr90 {
	margin-right: 9em;
}

.mr95 {
	margin-right: 9.5em;
}

.mr100 {
	margin-right: 10em;
}

/* padding */
.p0 {
	padding: 0em;
}

.p5 {
	padding: 0.5em;
}

.p10 {
	padding: 1em;
}

.p15 {
	padding: 1.5em;
}

.p20 {
	padding: 2em;
}

.p25 {
	padding: 2.5em;
}

.p30 {
	padding: 3em;
}

.p35 {
	padding: 3.5em;
}

.p40 {
	padding: 4em;
}

.p45 {
	padding: 4.5em;
}

.p50 {
	padding: 5em;
}

.p55 {
	padding: 5.5em;
}

.p60 {
	padding: 6em;
}

.p65 {
	padding: 6.5em;
}

.p70 {
	padding: 7em;
}

.p75 {
	padding: 7.5em;
}

.p80 {
	padding: 8em;
}

.p85 {
	padding: 8.5em;
}

.p90 {
	padding: 9em;
}

.p95 {
	padding: 9.5em;
}

.p100 {
	padding: 10em;
}

.pt0 {
	padding-top: 0em;
}

.pt5 {
	padding-top: 0.5em;
}

.pt10 {
	padding-top: 1em;
}

.pt15 {
	padding-top: 1.5em;
}

.pt20 {
	padding-top: 2em;
}

.pt25 {
	padding-top: 2.5em;
}

.pt30 {
	padding-top: 3em;
}

.pt35 {
	padding-top: 3.5em;
}

.pt40 {
	padding-top: 4em;
}

.pt45 {
	padding-top: 4.5em;
}

.pt50 {
	padding-top: 5em;
}

.pt55 {
	padding-top: 5.5em;
}

.pt60 {
	padding-top: 6em;
}

.pt65 {
	padding-top: 6.5em;
}

.pt70 {
	padding-top: 7em;
}

.pt75 {
	padding-top: 7.5em;
}

.pt80 {
	padding-top: 8em;
}

.pt85 {
	padding-top: 8.5em;
}

.pt90 {
	padding-top: 9em;
}

.pt95 {
	padding-top: 9.5em;
}

.pt100 {
	padding-top: 10em;
}

.pb0 {
	padding-bottom: 0em;
}

.pb5 {
	padding-bottom: 0.5em;
}

.pb10 {
	padding-bottom: 1em;
}

.pb15 {
	padding-bottom: 1.5em;
}

.pb20 {
	padding-bottom: 2em;
}

.pb25 {
	padding-bottom: 2.5em;
}

.pb30 {
	padding-bottom: 3em;
}

.pb35 {
	padding-bottom: 3.5em;
}

.pb40 {
	padding-bottom: 4em;
}

.pb45 {
	padding-bottom: 4.5em;
}

.pb50 {
	padding-bottom: 5em;
}

.pb55 {
	padding-bottom: 5.5em;
}

.pb60 {
	padding-bottom: 6em;
}

.pb65 {
	padding-bottom: 6.5em;
}

.pb70 {
	padding-bottom: 7em;
}

.pb75 {
	padding-bottom: 7.5em;
}

.pb80 {
	padding-bottom: 8em;
}

.pb85 {
	padding-bottom: 8.5em;
}

.pb90 {
	padding-bottom: 9em;
}

.pb95 {
	padding-bottom: 9.5em;
}

.pb100 {
	padding-bottom: 10em;
}

.pl0 {
	padding-left: 0em;
}

.pl5 {
	padding-left: 0.5em;
}

.pl10 {
	padding-left: 1em;
}

.pl15 {
	padding-left: 1.5em;
}

.pl20 {
	padding-left: 2em;
}

.pl25 {
	padding-left: 2.5em;
}

.pl30 {
	padding-left: 3em;
}

.pl35 {
	padding-left: 3.5em;
}

.pl40 {
	padding-left: 4em;
}

.pl45 {
	padding-left: 4.5em;
}

.pl50 {
	padding-left: 5em;
}

.pl55 {
	padding-left: 5.5em;
}

.pl60 {
	padding-left: 6em;
}

.pl65 {
	padding-left: 6.5em;
}

.pl70 {
	padding-left: 7em;
}

.pl75 {
	padding-left: 7.5em;
}

.pl80 {
	padding-left: 8em;
}

.pl85 {
	padding-left: 8.5em;
}

.pl90 {
	padding-left: 9em;
}

.pl95 {
	padding-left: 9.5em;
}

.pl100 {
	padding-left: 10em;
}

.pr0 {
	padding-right: 0em;
}

.pr5 {
	padding-right: 0.5em;
}

.pr10 {
	padding-right: 1em;
}

.pr15 {
	padding-right: 1.5em;
}

.pr20 {
	padding-right: 2em;
}

.pr25 {
	padding-right: 2.5em;
}

.pr30 {
	padding-right: 3em;
}

.pr35 {
	padding-right: 3.5em;
}

.pr40 {
	padding-right: 4em;
}

.pr45 {
	padding-right: 4.5em;
}

.pr50 {
	padding-right: 5em;
}

.pr55 {
	padding-right: 5.5em;
}

.pr60 {
	padding-right: 6em;
}

.pr65 {
	padding-right: 6.5em;
}

.pr70 {
	padding-right: 7em;
}

.pr75 {
	padding-right: 7.5em;
}

.pr80 {
	padding-right: 8em;
}

.pr85 {
	padding-right: 8.5em;
}

.pr90 {
	padding-right: 9em;
}

.pr95 {
	padding-right: 9.5em;
}

.pr100 {
	padding-right: 10em;
}

/********** tab 20200807 **********/
.tabIndex-item.active a, .tabIndex-item.invalid a {
	pointer-events: none;
}

.tabContent {
	display: none;
}

.tabContent.active {
	display: block;
}

/********** / tab 20200807 **********/
/********** header **********/
#header {
	background: url(../img/header-bg.webp) no-repeat center top;
	background-size: 106.66667em;
}

@media screen and (max-width: 767.98px) {
	#header {
		font-size: .64em;
	}
}

#header .sectionInner {
	padding-top: 4.44444em;
	padding-bottom: 0;
}

#headerJA {
	text-align: center;
}

#headerJA img {
	width: 14.16667em;
	max-width: 255px;
}

#headerTitle {
	width: 47.22222em;
	max-width: 850px;
	margin: 1.77778em auto 0;
}

#headerLead {
	width: 39.72222em;
	max-width: 715px;
	margin-left: auto;
	margin-right: auto;
}

/********** footer **********/
footer {
	text-align: left;
	font-size: 1.33333em;
	color: #fff;
}

@media screen and (max-width: 767.98px) {
	footer {
		font-size: 0.88889em;
	}
}

footer .sectionInner {
	padding-top: 1.66667em;
	padding-bottom: 1.66667em;
}

footer h2 {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin-top: 0;
	margin-bottom: 1.08333em;
	padding: 0.5em 0.58333em;
	font-weight: bold;
	color: #fff;
	background: #dc5057;
}

footer h2:after {
	content: none;
}

footer p {
	font-size: 0.79167em;
}

.boxTitle {
	font-size: 2.11111em;
	color: #fff;
	font-weight: bold;
	color: #008cd6;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke: 0.03158em #008cd6;
}

.boxTitle:after {
	font-size: 0.47368em;
}

.boxText {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767.98px) {
	.boxText {
		max-width: 100%;
	}
}

.boxHead {
	margin-top: 2.5em;
	margin-bottom: .5em;
	font-weight: bold;
	font-size: 1.27778em;
}

.boxStrong {
	font-weight: bold;
	font-size: 1.27778em;
}

/********** about **********/
#about > .sectionInner {
	padding-top: .5em;
}

#howto [src*='howto-title.svg'] {
	width: 8.66667em;
}

.howto-ol {
	font-size: 1.27778em;
}

.howto-ol em {
	font-size: 1.6087em;
}

@media screen and (max-width: 767.98px) {
	.howto-ol > li {
		display: block;
	}
}

.howto-ol > li:first-child:after {
	content: '';
	display: block;
	width: 2.08696em;
	height: 2.69565em;
	margin: 1em auto 0;
	background: url(../img/arrow-down.svg) no-repeat center center;
}

.howto-ol > li p {
	margin-bottom: 0;
}

.howto-follow [src*='howto-follow.'] {
	width: 11.86957em;
	margin-left: 1.73913em;
}

@media screen and (max-width: 767.98px) {
	.howto-follow [src*='howto-follow.'] {
		margin-left: 1.52174em;
	}
}

.howto-post [src*='howto-post.svg'] {
	width: 29.56522em;
}

@media screen and (max-width: 767.98px) {
	.howto-post {
		overflow: hidden;
	}
	.howto-post img {
		margin-right: -2.7em;
	}
}

#period > p, #announce > p {
	font-size: 1.66667em;
}

#period .big, #announce .big {
	font-size: 1.43333em;
}

@media screen and (max-width: 767.98px) {
	#announce [src*='title-announce'] {
		width: 13.66667em;
	}
}

#period [src*='period-title.svg'] {
	width: 8.55556em;
}

.periodItems {
	margin-top: 0.38889em;
	margin-bottom: 1.77778em !important;
}

.periodItems-item {
	margin-bottom: 1.33333em;
}

.periodItems-img {
	display: block;
}

.periodItems-img[src*='period01.svg'], .periodItems-img[src*='period02.svg'] {
	width: 28.44444em;
}

.periodList {
	display: table;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0 !important;
}

.periodList-item {
	display: table-row;
}

.periodList-item > * {
	display: table-cell;
	text-align: right;
	letter-spacing: .15em;
	padding-top: 0.33333em;
	padding-bottom: 0.33333em;
}

.periodList-item > *:first-child {
	padding-left: 0;
	padding-right: 1.125em;
}

.periodList-item > *:last-child {
	padding-right: 0;
}

.periodText {
	margin-top: 1.2381em;
	padding-top: 0.19048em;
	padding-bottom: 0.19048em;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	font-size: 1.16667em !important;
}

#award {
	padding-bottom: 2.77778em;
}

#award [src*='award-title.svg'] {
	width: 8.66667em;
}

.awardTitle {
	margin-top: 2.33333em;
	margin-bottom: 1.11111em;
}

.awardTitle-img {
	display: block;
	margin: auto;
	width: 15.77778em;
}

.awardContents {
	overflow: hidden;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767.98px) {
	.awardContents {
		width: 90%;
	}
}

.awardRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	overflow: hidden;
	margin-left: -0.22222em;
	margin-right: -0.22222em;
}

.awardItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 50%;
	padding-left: 0.22222em;
	padding-right: 0.22222em;
}

.awardItem-head {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top-left-radius: 0.55556em;
	border-top-right-radius: 0.55556em;
	background-color: #aaa;
}

.awardItem-headImg {
	display: block;
	margin: auto;
	width: 4.33333em;
	height: 1.33333em;
	text-indent: -99999px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.awardItem-headImg--01 {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 77.085 23.523'%3E%3Cpath d='M10.443 17.884c-2.193 2.298-5.221 4.098-8.72 5.248-.496-.914-.887-1.515-1.618-2.376 3.472-.836 6.422-2.298 8.537-4.256H4.308c-.157.522-.183.627-.392 1.253L.992 17.7c.705-1.62 1.096-2.95 1.41-4.595.235-1.123.392-2.245.392-2.74.496.05 1.174.077 2.376.077h5.169l-.052-1.67H4.699c-.992 0-1.618.025-2.323.104V6.475c-.287.235-.391.34-.757.678A8.521 8.521 0 0 0 0 5.143C2.14 3.498 3.368 1.906 3.916.052l2.689.496c-.313.653-.417.836-.731 1.358h3.211c1.175 0 1.854-.052 2.454-.13V3.81c.993-1.148 1.593-2.271 2.037-3.76l2.663.471q-.209.496-.653 1.41h4.778c1.331 0 1.932-.026 2.741-.157v2.61c-.757-.104-1.514-.13-2.61-.13h-1.958c.652.967.678 1.018 1.096 1.724l-2.063.574h1.201c1.253 0 1.724-.026 2.35-.078-.078.47-.104.861-.104 1.775v2.637c0 .887.026 1.305.104 1.828-.574-.053-1.357-.08-2.35-.08h-5.77l.027 1.646h7.127c.966 0 1.514-.026 2.14-.078-.051.313-.051.495-.077.757q-.027.078-.079.757c0 .104-.052.627-.156 1.593-.261 2.48-.418 3.106-.914 3.68-.496.575-1.253.758-2.95.758-.731 0-1.253-.026-2.323-.078-.157-1.045-.314-1.62-.627-2.48.966.13 2.14.234 2.74.234 1.359 0 1.41-.13 1.594-2.924h-6.45l.053 4.203c.026 1.332.052 1.985.183 2.768h-2.95c.13-.73.156-1.175.156-2.167v-.626l-.052-2.794ZM6.866 6.553c-.313-.835-.626-1.436-1.122-2.323H4.36c-.6.835-1.149 1.435-1.958 2.218.6.08 1.096.105 2.297.105h2.167Zm3.499 6.083H5.222c-.079.549-.105.6-.34 1.645h5.508l-.025-1.645ZM11.8 6.553a8.401 8.401 0 0 0-1.619-1.489c.444-.338.574-.443.914-.783a24.281 24.281 0 0 0-1.41-.052H8.302c.314.497.496.757.992 1.698l-2.062.626H11.8Zm5.3 0a19.702 19.702 0 0 0-1.28-2.297h-1.54a11.536 11.536 0 0 1-2.01 2.297h4.83Zm-4.125 3.89h5.43v-1.67h-5.457l.027 1.67Zm27.133-8.641V21.8h-3.237V1.802h3.237Zm19.458 10.39c1.018 0 1.436-.026 1.932-.078l-.079 1.122c-.026.08-.051.523-.078 1.228-.13 3.081-.496 5.509-.992 6.735-.574 1.384-1.462 1.828-3.76 1.828-.286 0-.443 0-1.931-.078 0-1.15-.13-1.775-.496-2.767 1.018.13 1.88.209 2.663.209.887 0 1.149-.288 1.462-1.62.182-.914.313-2.114.443-4.176h-2.715c-.835 0-1.28.025-1.853.052.443-2.664.678-5.405.678-7.963.627.104.862.104 1.854.104h2.245V3.733h-2.532c-.887 0-1.567.052-2.167.131v-2.69c.705.105 1.28.132 2.402.132h2.924c1.149 0 1.54-.027 2.037-.078a19.826 19.826 0 0 0-.08 1.905v3.786q0 1.54.08 2.27c-.627-.051-.836-.051-1.724-.051H57.4c-.052.861-.157 1.906-.26 3.054h2.427Zm5.326 3.029c-.992 0-1.75.026-2.35.078.053-.522.079-1.044.079-2.167V7.284c0-1.175-.026-1.775-.079-2.245.444.052.653.078 1.436.104-.496-1.514-.81-2.22-1.749-3.864l2.402-.861c.862 1.54 1.331 2.558 1.801 3.863l-2.35.862h7.285c1.07-1.853 1.618-3.132 2.167-4.987l2.61.862c-.94 2.141-1.279 2.82-2.036 4.125.914 0 1.306-.026 1.88-.104-.078.679-.105 1.384-.105 2.323v5.64c0 .913.027 1.67.105 2.297-.574-.052-1.253-.078-2.297-.078h-3.264v1.54h3.707c1.515 0 2.245-.026 2.95-.13v2.663a26.966 26.966 0 0 0-2.976-.157h-3.681v1.566c0 1.41.026 2.063.156 2.82h-2.898c.13-.783.157-1.41.157-2.82v-1.566H64.71c-1.149 0-2.193.052-3.028.157V16.63c.705.104 1.54.13 3.002.13h3.16v-1.54h-2.951Zm.21-7.885v1.723h2.74V7.336h-2.74Zm0 3.812v1.854h2.74v-1.854h-2.74Zm3.497-6.396c-.391-1.41-.835-2.533-1.644-4.02L69.357 0a23.513 23.513 0 0 1 1.618 3.969l-2.376.783Zm1.828 4.307h2.95V7.337h-2.95V9.06Zm0 3.943h2.95v-1.854h-2.95v1.854Z' style='fill:%23fff'/%3E%3C/svg%3E");
}

.awardItem-headImg--02 {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 77.434 23.633'%3E%3Cpath d='M10.492 17.968c-2.203 2.307-5.246 4.118-8.761 5.271-.499-.918-.892-1.52-1.626-2.386 3.488-.84 6.452-2.308 8.577-4.276H4.328c-.158.525-.184.63-.394 1.259l-2.938-.052c.709-1.627 1.102-2.964 1.417-4.617.236-1.128.394-2.256.394-2.754.498.053 1.18.08 2.386.08h5.194l-.052-1.68H4.72c-.996 0-1.626.027-2.334.105V6.505c-.289.236-.394.34-.761.681A8.564 8.564 0 0 0 0 5.167C2.15 3.515 3.383 1.915 3.934.053L6.636.55c-.315.656-.42.84-.735 1.364h3.227c1.18 0 1.862-.053 2.465-.132V3.83c.997-1.153 1.6-2.281 2.046-3.776l2.676.471q-.21.5-.656 1.417h4.8c1.338 0 1.94-.026 2.754-.158v2.623c-.76-.104-1.521-.13-2.623-.13h-1.967c.656.97.682 1.023 1.102 1.73l-2.073.578h1.207c1.26 0 1.731-.027 2.36-.08-.078.473-.104.866-.104 1.785v2.648c0 .893.026 1.312.105 1.837a27.694 27.694 0 0 0-2.361-.079h-5.797l.026 1.652h7.161c.97 0 1.521-.026 2.15-.079-.051.316-.051.5-.078.761q-.026.08-.078.76c0 .106-.053.63-.158 1.601-.262 2.491-.42 3.121-.918 3.698-.498.578-1.259.761-2.964.761-.734 0-1.259-.026-2.334-.079-.158-1.049-.315-1.626-.63-2.491.97.13 2.151.235 2.755.235 1.363 0 1.416-.13 1.6-2.937h-6.48l.053 4.222c.026 1.338.053 1.995.183 2.782h-2.963c.13-.735.157-1.181.157-2.178v-.629l-.052-2.807ZM6.898 6.584c-.315-.84-.63-1.443-1.127-2.335H4.38c-.604.84-1.155 1.442-1.968 2.23.603.079 1.102.105 2.308.105h2.177Zm3.515 6.111H5.245c-.078.551-.104.604-.34 1.653h5.534l-.026-1.653Zm1.443-6.111a8.406 8.406 0 0 0-1.627-1.495c.446-.34.578-.446.918-.787a23.62 23.62 0 0 0-1.416-.053H8.34c.315.5.498.76.997 1.705l-2.072.63h4.59Zm5.324 0a19.69 19.69 0 0 0-1.285-2.309h-1.547a11.587 11.587 0 0 1-2.02 2.309h4.852Zm-4.144 3.908h5.456V8.813H13.01l.026 1.68Zm31.976 11.41H32.264v-2.545c1.154-1.94 1.915-2.99 2.99-4.222 1.076-1.155 1.574-1.626 4.433-4.066 1.574-1.338 2.204-2.44 2.204-3.856 0-1.862-1.26-3.121-3.07-3.121-1.285 0-2.281.603-2.937 1.758-.315.577-.473 1.153-.735 2.753l-2.937-.708c.34-1.994.76-3.095 1.6-4.144 1.154-1.495 2.911-2.282 5.036-2.282 3.777 0 6.295 2.335 6.295 5.85 0 1.783-.55 3.173-1.784 4.458-.76.787-.97.971-3.33 2.754-1.863 1.39-3.411 3.07-4.408 4.67h9.39v2.701Zm14.822-9.653c1.022 0 1.442-.026 1.94-.078l-.078 1.128c-.027.078-.053.524-.079 1.232-.131 3.095-.498 5.534-.997 6.768-.577 1.39-1.469 1.836-3.777 1.836-.288 0-.446 0-1.94-.08 0-1.153-.132-1.783-.5-2.78 1.024.132 1.89.21 2.676.21.892 0 1.154-.288 1.469-1.626.183-.918.315-2.125.446-4.197h-2.728c-.84 0-1.285.026-1.862.053.446-2.676.682-5.43.682-8 .63.104.865.104 1.862.104h2.256V3.751H56.66c-.892 0-1.574.052-2.177.13v-2.7c.708.104 1.285.13 2.413.13h2.938c1.153 0 1.547-.026 2.046-.079a19.77 19.77 0 0 0-.079 1.915v3.804q0 1.547.079 2.282c-.63-.052-.84-.052-1.732-.052h-2.492c-.052.865-.157 1.915-.262 3.068h2.44Zm5.35 3.043c-.996 0-1.757.026-2.36.08.052-.526.078-1.05.078-2.179V7.318c0-1.18-.026-1.784-.078-2.255.446.052.656.078 1.442.104-.498-1.521-.813-2.23-1.757-3.882L64.922.42c.866 1.547 1.338 2.57 1.81 3.882l-2.36.865h7.318c1.075-1.862 1.626-3.147 2.176-5.01l2.623.866c-.944 2.15-1.285 2.832-2.045 4.144.918 0 1.311-.026 1.888-.104-.078.681-.105 1.39-.105 2.334v5.666c0 .918.027 1.678.105 2.308-.577-.053-1.26-.079-2.308-.079h-3.279v1.548h3.725c1.52 0 2.256-.026 2.964-.132v2.676a27.213 27.213 0 0 0-2.99-.157h-3.699V20.8c0 1.417.026 2.072.158 2.833H67.99c.131-.786.158-1.416.158-2.833v-1.573H65c-1.154 0-2.203.052-3.043.157v-2.676c.708.106 1.548.132 3.017.132h3.174v-1.548h-2.965Zm.21-7.922v1.732h2.754V7.37h-2.754Zm0 3.83v1.863h2.754V11.2h-2.754Zm3.515-6.427c-.393-1.416-.84-2.543-1.653-4.039L69.67 0a23.61 23.61 0 0 1 1.627 3.987l-2.387.786Zm1.836 4.329h2.964V7.37h-2.964v1.732Zm0 3.96h2.964V11.2h-2.964v1.862Z' style='fill:%23fff'/%3E%3C/svg%3E");
}

.awardItem-content {
	height: 100%;
	background-color: #fff;
	padding: 1.33333em;
	border-style: solid;
	border-width: 0.33333em;
	border-color: #aaa;
	border-top: 0;
}

.awardItem-content-dummy {
	padding-top: 100%;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1088 1088'%3E%3Cpath style='fill:%23e0f0ee' d='M1.534 1.576h1084.933v1084.848H1.534z'/%3E%3Cpath d='M1086.466 1088h-.307c-.848 0-1.534-.705-1.534-1.576 0-.73.481-1.342 1.134-1.521.914-.585 2.24.074 2.24 1.207v.314c0 .871-.685 1.576-1.533 1.576Zm-15.647 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.847 0-1.533-.705-1.533-1.576s.686-1.576 1.533-1.576h.615c.846 0 1.533.705 1.533 1.576s-.687 1.576-1.534 1.576Zm-15.956 0h-.612c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.612c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.613c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.613c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.615c-.847 0-1.533-.705-1.533-1.576s.686-1.576 1.533-1.576h.615c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.956 0h-.613c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.613c.846 0 1.533.705 1.533 1.576s-.687 1.576-1.533 1.576Zm-15.955 0h-.613c-.847 0-1.533-.705-1.533-1.576s.686-1.576 1.533-1.576h.613c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.612c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.612c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.615c-.846 0-1.533-.705-1.533-1.576s.687-1.576 1.533-1.576h.615c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.847 0-1.533-.705-1.533-1.576s.686-1.576 1.533-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.956 0h-.612c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.612c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.613c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.613c.846 0 1.533.705 1.533 1.576s-.687 1.576-1.533 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.847 0-1.533-.705-1.533-1.576s.686-1.576 1.533-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.956 0h-.613c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.613c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.955 0h-.613c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.613c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.847 0-1.533-.705-1.533-1.576s.686-1.576 1.533-1.576h.614c.847 0 1.534.705 1.534 1.576s-.687 1.576-1.534 1.576Zm-15.954 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.957 0h-.612c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.612c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.613c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.613c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.613c-.847 0-1.533-.705-1.533-1.576s.686-1.576 1.533-1.576h.613c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.847 0 1.534.705 1.534 1.576s-.687 1.576-1.534 1.576Zm-15.954 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.615c-.847 0-1.533-.705-1.533-1.576s.686-1.576 1.533-1.576h.615c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.957 0h-.612c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.612c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.613c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.613c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.615c-.847 0-1.533-.705-1.533-1.576s.686-1.576 1.533-1.576h.615c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.847 0-1.533-.705-1.533-1.576s.686-1.576 1.533-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.956 0h-.612c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.612c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.613c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.613c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.955 0h-.613c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.613c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.847 0-1.533-.705-1.533-1.576s.686-1.576 1.533-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.956 0h-.612c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.612c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.612c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.612c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576S98.418 1088 97.57 1088Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.956 0h-.613c-.847 0-1.533-.705-1.533-1.576s.686-1.576 1.533-1.576h.613c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.612c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.612c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.613c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.613c.847 0 1.533.705 1.533 1.576S34.597 1088 33.75 1088Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576s.686-1.576 1.534-1.576h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.306c-.848 0-1.534-.705-1.534-1.576s.686-1.733 1.534-1.733c.407 0 .777.126 1.051.354.47.27.79.785.79 1.379 0 .871-.686 1.576-1.534 1.576Zm-.306-16.12c-.848 0-1.534-.705-1.534-1.576v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.576v-.634c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.577v.634c0 .87-.686 1.576-1.534 1.576Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.634c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.634c0 .871-.686 1.576-1.534 1.576Zm0-16.44c-.848 0-1.534-.704-1.534-1.576v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.631c0 .872-.686 1.577-1.534 1.577Zm0-16.436c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.576v-.632c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.577v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.634c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.634c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.577v-.634c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.634c0 .872-.686 1.577-1.534 1.577Zm0-16.44c-.848 0-1.534-.705-1.534-1.576v-.631c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.577v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.577v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.632c0 .87-.686 1.576-1.534 1.576Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.634c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.634c0 .872-.686 1.577-1.534 1.577Zm0-16.436c-.848 0-1.534-.705-1.534-1.576v-.635c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.577v.634c0 .87-.686 1.576-1.534 1.576Zm0-16.44c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.577v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.631c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436C.686 759.576 0 758.87 0 758v-.635c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.576V758c0 .87-.686 1.576-1.534 1.576Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.634c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.634c0 .871-.686 1.576-1.534 1.576Zm0-16.44c-.848 0-1.534-.705-1.534-1.576v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.576v-.631c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.577v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.577v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.632c0 .87-.686 1.576-1.534 1.576Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.634c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.577v.634c0 .871-.686 1.576-1.534 1.576Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.634c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.634c0 .871-.686 1.576-1.534 1.576Zm0-16.44c-.848 0-1.534-.704-1.534-1.575v-.632c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.577v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.436c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.577v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.631c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.634c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.634c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.576v-.635c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.635c0 .87-.686 1.576-1.534 1.576Zm0-16.44c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.576v-.633c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .87-.686 1.576-1.534 1.576Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.633c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .871-.686 1.576-1.534 1.576Zm0-16.438c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.577v-.632c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.577v.632c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.633c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .871-.686 1.576-1.534 1.576Zm0-16.438c-.848 0-1.534-.705-1.534-1.576v-.631c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.577v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.633c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.707-1.534-1.577v-.632c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.632c0 .87-.686 1.577-1.534 1.577Zm0-16.438c-.848 0-1.534-.705-1.534-1.577v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.631c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.633c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .871-.686 1.576-1.534 1.576Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.633c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .871-.686 1.576-1.534 1.576Zm0-16.438c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.577v-.632c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.632c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.633c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .871-.686 1.576-1.534 1.576Zm0-16.438c-.848 0-1.534-.705-1.534-1.576v-.631c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.577v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.633c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.576v-.633c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .87-.686 1.576-1.534 1.576Zm0-16.438c-.848 0-1.534-.707-1.534-1.577v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.631c0 .87-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.633c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .871-.686 1.576-1.534 1.576Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.632c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.577v.632c0 .871-.686 1.576-1.534 1.576Zm0-16.438c-.848 0-1.534-.705-1.534-1.576v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.576v-.633c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .87-.686 1.576-1.534 1.576Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.633c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .871-.686 1.576-1.534 1.576Zm0-16.438c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.632c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.577v.632c0 .871-.686 1.576-1.534 1.576Zm0-16.436C.686 85.654 0 84.949 0 84.078v-.633c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .87-.686 1.576-1.534 1.576Zm0-16.438C.686 69.216 0 68.51 0 67.64v-.632c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.632c0 .87-.686 1.576-1.534 1.576Zm0-16.437C.686 52.78 0 52.074 0 51.203v-.633c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .871-.686 1.576-1.534 1.576Zm0-16.436C.686 36.343 0 35.638 0 34.766v-.632c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.577v.632c0 .872-.686 1.577-1.534 1.577Zm0-16.439C.686 19.904 0 19.2 0 18.328v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436C.686 3.468 0 2.763 0 1.892v-.316C0 .705.686 0 1.534 0h.307c.848 0 1.534.705 1.534 1.576 0 .516-.241.975-.614 1.26a1.515 1.515 0 0 1-1.227.632Zm1069.283-.316h-.614c-.848 0-1.534-.705-1.534-1.576S1069.355 0 1070.203 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.956 0h-.613c-.848 0-1.534-.705-1.534-1.576S1053.401 0 1054.249 0h.613c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.612c-.848 0-1.534-.705-1.534-1.576S1037.446 0 1038.294 0h.612c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.612c-.848 0-1.534-.705-1.534-1.576S1021.491 0 1022.34 0h.612c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.614c-.848 0-1.534-.705-1.534-1.576S1005.535 0 1006.383 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S989.58 0 990.428 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S973.625 0 974.473 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.614c-.848 0-1.534-.705-1.534-1.576S957.67 0 958.519 0h.614c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S941.716 0 942.564 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S925.761 0 926.61 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.956 0h-.613c-.847 0-1.533-.705-1.533-1.576S909.807 0 910.654 0h.613c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.612c-.848 0-1.534-.705-1.534-1.576S893.852 0 894.7 0h.612c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.614c-.848 0-1.534-.705-1.534-1.576S877.896 0 878.744 0h.614c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S861.941 0 862.79 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S845.986 0 846.834 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.615c-.847 0-1.533-.705-1.533-1.576S830.032 0 830.879 0h.615c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S814.077 0 814.925 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.956 0h-.613c-.848 0-1.534-.705-1.534-1.576S798.122 0 798.97 0h.613c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.955 0h-.613c-.847 0-1.533-.705-1.533-1.576S782.168 0 783.015 0h.613c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.612c-.848 0-1.534-.705-1.534-1.576S766.213 0 767.06 0h.612c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.615c-.847 0-1.533-.705-1.533-1.576S750.257 0 751.104 0h.615c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S734.302 0 735.15 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S718.347 0 719.195 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.847 0-1.533-.705-1.533-1.576S702.393 0 703.24 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.614c-.848 0-1.534-.705-1.534-1.576S686.438 0 687.286 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S670.483 0 671.331 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.956 0h-.613c-.848 0-1.534-.705-1.534-1.576S654.528 0 655.376 0h.613c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.612c-.848 0-1.534-.705-1.534-1.576S638.574 0 639.422 0h.612c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.847 0-1.533-.705-1.533-1.576S622.618 0 623.465 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.614c-.848 0-1.534-.705-1.534-1.576S606.663 0 607.51 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S590.708 0 591.556 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S574.753 0 575.601 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.614c-.847 0-1.534-.705-1.534-1.576S558.8 0 559.647 0h.614c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.957 0h-.612c-.848 0-1.534-.705-1.534-1.576S542.844 0 543.692 0h.612c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.533 1.576Zm-15.954 0h-.613c-.848 0-1.534-.705-1.534-1.576S526.89 0 527.737 0h.613c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.613c-.847 0-1.533-.705-1.533-1.576S510.935 0 511.782 0h.613c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S494.978 0 495.826 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.614c-.848 0-1.534-.705-1.534-1.576S479.024 0 479.872 0h.614c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S463.07 0 463.917 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S447.114 0 447.962 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.615c-.846 0-1.533-.705-1.533-1.576S431.16 0 432.007 0h.615c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S415.205 0 416.053 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.956 0h-.613c-.848 0-1.534-.705-1.534-1.576S399.25 0 400.098 0h.613c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.955 0h-.613c-.847 0-1.533-.705-1.533-1.576S383.296 0 384.143 0h.613c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S367.34 0 368.187 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.615c-.847 0-1.533-.705-1.533-1.576S351.385 0 352.232 0h.615c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S335.43 0 336.278 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S319.475 0 320.323 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.956 0h-.613c-.846 0-1.533-.705-1.533-1.576S303.522 0 304.368 0h.613c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.612c-.848 0-1.534-.705-1.534-1.576S287.566 0 288.414 0h.612c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.615c-.847 0-1.533-.705-1.533-1.576S271.61 0 272.457 0h.615c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S255.655 0 256.503 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S239.7 0 240.548 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.847 0-1.533-.705-1.533-1.576S223.746 0 224.593 0h.614c.847 0 1.534.705 1.534 1.576s-.687 1.576-1.534 1.576Zm-15.956 0h-.612c-.848 0-1.534-.705-1.534-1.576S207.79 0 208.639 0h.612c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.613c-.848 0-1.534-.705-1.534-1.576S191.836 0 192.684 0h.613c.847 0 1.533.705 1.533 1.576s-.686 1.576-1.533 1.576Zm-15.955 0h-.613c-.846 0-1.534-.705-1.534-1.576S175.883 0 176.73 0h.613c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S159.925 0 160.773 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.847 0-1.533-.705-1.533-1.576S143.97 0 144.818 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.614c-.848 0-1.534-.705-1.534-1.576S128.016 0 128.864 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S112.061 0 112.91 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.956 0h-.613c-.848 0-1.534-.705-1.534-1.576S96.106 0 96.954 0h.613c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0H81c-.848 0-1.534-.705-1.534-1.576S80.152 0 81 0h.612c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.846 0-1.533-.705-1.533-1.576S64.197 0 65.043 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.954 0h-.614c-.848 0-1.534-.705-1.534-1.576S48.24 0 49.089 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S32.286 0 33.134 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm-15.955 0h-.614c-.848 0-1.534-.705-1.534-1.576S16.331 0 17.18 0h.614c.848 0 1.534.705 1.534 1.576s-.686 1.576-1.534 1.576Zm1068.673.316c-.502 0-.948-.248-1.226-.631a1.585 1.585 0 0 1-.615-1.26c0-.872.686-1.577 1.534-1.577h.307c.848 0 1.534.705 1.534 1.576v.316c0 .871-.686 1.576-1.534 1.576Zm0 1068.412c-.848 0-1.534-.705-1.534-1.576v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.576v-.631c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.577v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.634c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.634c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.577v-.634c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.635c0 .87-.686 1.576-1.534 1.576Zm0-16.44c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.576v-.632c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.577v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.577v-.634c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.634c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.634c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.577v.634c0 .871-.686 1.576-1.534 1.576Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.634c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.634c0 .871-.686 1.576-1.534 1.576Zm0-16.44c-.848 0-1.534-.704-1.534-1.576v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.632c0 .87-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.631c0 .872-.686 1.577-1.534 1.577Zm0-16.436c-.848 0-1.534-.705-1.534-1.576v-.631c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.577v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.634c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.634c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.577v-.634c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.635c0 .87-.686 1.576-1.534 1.576Zm0-16.44c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.576v-.632c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.577v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.577v-.634c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.634c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.634c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.577v.634c0 .871-.686 1.576-1.534 1.576Zm0-16.44c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.577v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.632c0 .87-.686 1.576-1.534 1.576Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.634c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.634c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.576v-.635c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.577v.634c0 .87-.686 1.576-1.534 1.576Zm0-16.44c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.577v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.631c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.576v-.635c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.635c0 .87-.686 1.576-1.534 1.576Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.634c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.634c0 .871-.686 1.576-1.534 1.576Zm0-16.44c-.848 0-1.534-.705-1.534-1.576v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.435c-.848 0-1.534-.705-1.534-1.576v-.633c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .871-.686 1.576-1.534 1.576Zm0-16.438c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.577v-.632c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.632c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.633c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .871-.686 1.576-1.534 1.576Zm0-16.438c-.848 0-1.534-.705-1.534-1.576v-.633c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .871-.686 1.576-1.534 1.576Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.633c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.576v-.633c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .87-.686 1.576-1.534 1.576Zm0-16.438c-.848 0-1.534-.707-1.534-1.577v-.632c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.632c0 .87-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.633c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .871-.686 1.576-1.534 1.576Zm0-16.438c-.848 0-1.534-.705-1.534-1.576v-.631c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.577v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.633c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.576v-.633c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .87-.686 1.576-1.534 1.576Zm0-16.438c-.848 0-1.534-.705-1.534-1.577v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.631c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.633c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .871-.686 1.576-1.534 1.576Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.632c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.577v.632c0 .871-.686 1.576-1.534 1.576Zm0-16.438c-.848 0-1.534-.705-1.534-1.576v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.576v-.633c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .87-.686 1.576-1.534 1.576Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.633c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .871-.686 1.576-1.534 1.576Zm0-16.438c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.63c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.632c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.577v.632c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.576v-.633c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .87-.686 1.576-1.534 1.576Zm0-16.438c-.848 0-1.534-.705-1.534-1.576v-.632c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.632c0 .87-.686 1.576-1.534 1.576Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.633c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.577v-.632c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.577v.632c0 .872-.686 1.577-1.534 1.577Zm0-16.439c-.848 0-1.534-.705-1.534-1.576v-.63c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.576v-.633c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .87-.686 1.576-1.534 1.576Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.633c0-.87.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .871-.686 1.576-1.534 1.576Zm0-16.438c-.848 0-1.534-.705-1.534-1.576v-.631c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.631c0 .871-.686 1.576-1.534 1.576Zm0-16.436c-.848 0-1.534-.705-1.534-1.577v-.632c0-.872.686-1.577 1.534-1.577s1.534.705 1.534 1.577v.632c0 .872-.686 1.577-1.534 1.577Zm0-16.437c-.848 0-1.534-.705-1.534-1.576v-.633c0-.871.686-1.576 1.534-1.576s1.534.705 1.534 1.576v.633c0 .871-.686 1.576-1.534 1.576ZM95.147 431.78h12.043c1.617.093 5.212-.923 10.784-2.863v6.558h-15.367c.808.462 1.617.923 2.426 1.477 2.966 1.94 5.392 4.341 7.46 7.02l-12.133 6.927a42.18 42.18 0 0 0-1.887-9.236c-.63-2.494-1.528-4.526-2.607-6.188H93.89a22.697 22.697 0 0 1-3.235 5.449c-3.235 3.879-8.088 7.204-14.559 10.067l-1.797-1.2c2.247-3.603 3.864-6.835 4.763-9.698 1.078-3.418 1.707-8.497 1.977-15.055h15.457c-.27 2.494-.718 4.71-1.348 6.742Zm-6.65 56.431h15.997c-2.606 7.112-6.111 12.376-10.425 15.609-4.404 3.232-10.515 5.541-18.243 6.926l-1.259-1.847c3.146-2.493 5.662-4.987 7.37-7.388 2.067-2.864 4.313-7.297 6.56-13.3Zm64.526-35.465c1.258 1.2 1.887 3.232 1.887 6.095v11.268h-29.837v11.083h25.254c2.336 0 4.134.554 5.392 1.662 1.348 1.109 1.977 3.51 1.977 7.204v10.714c0 2.4-.72 4.248-2.247 5.449-1.528 1.293-3.415 1.94-5.841 1.94-3.415 0-6.381-.37-8.808-1.017-2.696-.739-5.751-2.309-9.076-4.802l1.258-1.94c2.786 1.2 5.212 1.847 7.46 1.847 1.167 0 1.796-.646 1.796-2.032V487.38c0-1.663-.808-2.494-2.426-2.494h-14.738v25.953h-16.177v-25.953H78.702v-18.471h30.195v-11.453h-20.94c-3.594-.092-7.548.831-11.772 2.679v-6.373h71.356c2.516 0 4.313.462 5.482 1.478Zm-44.126 17.363H94.16v11.083h14.738v-11.083Zm25.253-38.328h13.031c1.618.092 5.213-.924 10.784-2.864v6.558h-14.738c.809.37 1.618.831 2.426 1.293 3.056 1.755 5.752 3.879 7.999 6.465l-11.683 7.758c-.45-3.048-1.258-6.096-2.427-9.144-.988-2.586-2.067-4.71-3.325-6.372h-3.415c-.898 2.032-1.977 3.786-3.235 5.264-3.145 3.787-7.998 7.112-14.469 9.882l-1.797-1.293c2.247-3.51 3.864-6.65 4.763-9.512 1.078-3.325 1.707-8.22 1.977-14.778h15.457c-.27 2.494-.719 4.71-1.348 6.742Zm5.302 34.634v-8.313c0-1.108-.27-1.94-.808-2.493-.45-.462-1.169-.647-2.247-.647h-11.323v11.453h14.379Zm99.53 20.595v11.36c0 2.771-1.797 4.618-4.493 4.618h-50.776c1.258-18.194 12.492-25.306 24.444-31.678 12.582-6.742 14.829-12.1 14.829-24.013 0-7.943-4.224-14.316-14.29-14.316s-16.176 7.297-16.176 13.946c0 1.57.45 4.803.899 7.389h-9.346c.898-16.44 10.514-24.844 27.05-24.844 17.704 0 28.488 7.758 28.488 21.15 0 15.608-12.132 19.118-22.647 22.535-15.097 4.895-22.826 10.16-25.342 16.994l36.846-.093c2.246 0 3.505-.462 10.514-3.048Zm40.501-12.283c-.63-.554-1.258-.831-1.977-.831h-11.054V449.42h14.738v-17.548c0-2.217-.988-3.325-3.055-3.325h-1.798c-3.774 0-7.818.831-12.132 2.586v-6.373h21.928c2.966 0 5.123.831 6.65 2.401 1.618 1.57 2.427 3.88 2.427 6.743v19.21h-14.738V470.2h8.447c1.618.093 2.876.554 3.775 1.2 1.168.924 1.797 2.864 1.797 5.727v25.49c0 2.771-.719 4.711-2.067 5.82-1.528 1.2-3.505 1.754-5.931 1.754h-20.041v-3.694h10.964c1.078 0 1.887-.277 2.337-.831s.718-1.293.718-2.31v-26.321c0-.924-.359-1.663-.988-2.31Zm21.568-37.128c-1.078-2.863-2.606-6.465-4.673-10.621l1.258-1.847c3.325 1.57 6.56 3.694 9.616 6.188 2.427 1.94 4.404 4.063 6.111 6.188l-7.908 5.818h5.841v1.847l1.798-.739c2.067-.738 4.044-1.2 5.931-1.385a111.473 111.473 0 0 0-1.977-6.834c-.899-2.864-2.247-6.28-3.954-10.437l1.348-1.755a48.104 48.104 0 0 1 9.077 6.188 35.876 35.876 0 0 1 5.661 6.188l-9.975 6.65c.54-.092 1.078-.092 1.617-.092h18.603c2.067 0 3.775.646 5.123 2.032 1.528 1.385 2.246 3.232 2.246 5.541v31.864h-16.446v8.497h7.909c1.887-.093 5.662-1.109 11.323-3.048v6.65h-19.232v16.716h-14.02v-16.716h-9.345c-2.157-.093-5.752.923-10.785 3.047v-6.65h20.131v-8.496h-17.614v-39.068h4.313c-.449-1.57-1.168-3.51-1.977-5.726Zm12.402 10.344c-.719.277-1.438.647-2.157 1.016v12.376h5.033v-14.223c-.989.185-1.977.462-2.876.831Zm2.876 30.755V465.03h-5.033v13.67h5.033Zm18.154-53.198h13.39c-1.348 4.988-3.415 8.682-6.2 11.176s-6.83 4.433-11.953 5.818l-1.618-1.57c1.708-2.124 3.056-4.156 3.864-5.911.989-2.124 1.798-5.264 2.517-9.513Zm-1.169 21.797c-.629-.462-1.348-.647-2.157-.647h-.808v14.685h3.864V449.79c0-1.108-.27-1.94-.899-2.493Zm.899 31.401V465.03h-3.864v13.67h3.864Zm79.195-52.459a92.44 92.44 0 0 1-1.797 12.099h33.7c5.662 0 6.83 3.14 6.83 5.264 0 16.717-3.415 31.217-10.245 42.3-9.436 15.424-22.736 21.52-40.44 21.52-12.492 0-18.154-6.835-18.154-13.947 0-5.818 3.505-11.175 9.167-11.175 4.583 0 8.357 3.88 8.357 8.59s-3.774 8.589-8.357 8.589c-1.708 0-3.326-.554-4.674-1.478 1.888 3.971 6.74 5.818 11.234 5.818 12.132 0 20.67-5.449 26.691-15.885 7.1-12.376 10.874-29.832 10.874-43.685 0-1.016-1.258-2.402-3.415-2.402h-22.377c-4.404 16.348-14.11 26.322-33.341 31.68l-.989-1.11c13.48-9.235 20.85-26.413 21.12-46.178h15.816Zm32.532 3.879c-3.504 1.662-5.93 4.248-7.459 7.758-1.527-3.51-3.954-6.188-7.459-7.758 3.505-1.478 5.932-4.156 7.46-7.758 1.617 3.694 3.954 6.188 7.458 7.758Zm15.098 0c-3.505 1.57-6.02 4.248-7.549 7.758-1.527-3.51-3.864-6.096-7.369-7.758 3.505-1.57 5.842-4.156 7.37-7.758 1.617 3.694 4.043 6.28 7.548 7.758Zm66.689 20.596c5.482 0 6.74 3.048 6.74 5.172 0 14.223-2.786 25.768-8.178 34.357-7.46 11.637-19.861 16.901-35.947 16.901-12.133 0-20.85-5.818-20.85-15.423 0-4.71 3.775-8.867 8.448-8.867 4.583 0 8.358 3.88 8.358 8.59s-3.775 8.589-8.358 8.589c-.54 0-.989-.092-1.528-.185 2.696 2.494 6.65 3.787 11.054 3.787 11.773 0 19.591-4.987 24.803-14.685 4.404-8.405 6.56-18.564 6.56-31.402 0-2.124-1.167-3.324-3.234-3.324H470.03c-2.337 0-3.505.461-10.604 3.047v-6.557h68.3Zm1.348-14.87H476.86c-2.336 0-3.505.462-10.604 3.048v-6.557h51.674c2.337 0 3.954-.462 11.144-2.956v6.465Zm79.231 16.902c0 14.592-4.853 26.876-14.29 35.742-11.592 10.806-30.195 16.44-50.325 18.472l-6.112-14.87c20.49-1.755 43.317-7.296 56.348-18.564 6.65-5.726 10.784-12.93 10.784-21.796 0-1.201-.09-2.586-.18-3.88-1.527 2.402-4.133 4.064-7.1 4.064-4.672 0-8.447-3.879-8.447-8.589s3.775-8.59 8.448-8.59c7.729 0 10.874 8.682 10.874 18.01Zm-47.27 6.095c-5.573-9.697-12.313-18.933-22.917-26.414l.808-1.478 4.763.831c8.897 1.57 20.58 5.357 29.837 16.625l-12.492 10.436Zm114.588-24.936c1.437 5.449 5.302 8.958 10.424 9.697-.629 15.516-2.516 28.539-8.986 40.453-7.64 13.669-20.4 21.612-39.812 21.612-13.84 0-19.951-8.312-19.951-15.424 0-5.819 3.505-10.621 9.167-10.621 4.583 0 8.357 3.879 8.357 8.59s-3.774 8.588-8.357 8.588c-1.708 0-3.326-.554-4.674-1.477 1.888 4.063 7.01 6.742 12.941 6.742 13.84 0 23.097-8.497 28.758-21.242 5.123-11.545 7.1-26.6 7.1-40.268 0-1.663-.809-3.14-2.966-3.14h-41.52c-2.336 0-3.504.461-10.604 3.047v-6.557h60.123Zm21.029-2.217c0 5.264-4.134 9.605-9.347 9.605-5.122 0-9.346-4.34-9.346-9.605 0-5.357 4.134-9.698 9.346-9.698s9.347 4.341 9.347 9.698Zm-4.584 0c0-2.77-2.156-4.987-4.763-4.987-2.696 0-4.852 2.216-4.852 4.987 0 2.678 2.246 4.987 4.852 4.987s4.763-2.309 4.763-4.987Zm23.741-2.771v50.243h-14.828v-50.243h14.828Zm32.712 0h14.828v43.963c0 22.166-11.413 34.726-32.532 34.726-10.605 0-19.142-5.172-19.142-13.669 0-4.71 3.774-8.589 8.447-8.589 4.584 0 8.358 3.879 8.358 8.59 0 4.248-3.055 7.85-7.01 8.496 2.157 1.108 4.853 1.663 7.909 1.663 14.29 0 19.142-13.023 19.142-30.109v-45.07Zm106.701 71.763v2.308h-21.838v-4.433c-3.235 3.879-7.46 5.91-14.559 5.91-12.761 0-24.804-8.219-24.804-27.706 0-19.395 12.133-27.615 24.804-27.615 7.1 0 11.683 2.586 14.469 6.557V433.72c0-2.77-1.438-4.156-4.134-4.156h-2.696v-2.31h22.018v69.27c0 2.77 1.348 4.155 4.044 4.155h2.696Zm-21.838-11.915-.09-19.764c-.09-11.822-6.38-16.348-12.312-16.348-6.56 0-11.323 4.526-11.323 24.106 0 20.134 4.763 24.197 11.323 24.197 5.841 0 11.953-4.063 12.402-12.19Zm69.085-2.032h4.044c-1.797 12.191-11.503 17.733-24.894 17.733-13.93 0-27.14-8.497-27.14-27.523 0-17.363 10.694-27.8 26.691-27.8 16.176 0 26.691 10.622 26.691 27.8h-37.745c0 19.673 6.65 24.013 14.2 24.013 7.1 0 16.805-3.602 18.153-14.223Zm-32.353-13.3h22.108c-.36-15.977-2.966-20.78-11.054-20.78-7.998 0-10.694 4.71-11.054 20.78Zm75.718 23.737h17.344c-4.224 5.08-8.627 8.497-13.12 10.344-5.932 2.401-12.403 3.786-19.412 4.063l-.899-2.216c3.954-1.386 7.01-2.863 9.257-4.433s4.583-4.156 6.83-7.758Zm-15.548-59.571h15.458V440c1.078-.37 2.067-.739 3.055-1.016-.899-1.2-1.887-2.4-3.055-3.786-2.247-2.586-5.123-5.634-8.718-9.144l.54-2.216c4.044.092 8.088.739 12.222 1.847 3.145.923 6.11 2.124 8.717 3.51l-5.302 8.496c2.786-.554 5.751-.83 8.987-.83h1.438v-12.284h16.176v12.283h7.19c.988-1.2 1.797-2.401 2.336-3.417.899-1.755 1.707-4.526 2.516-8.128h15.907c-2.067 4.895-4.673 8.405-7.729 10.53-.539.369-1.078.738-1.707 1.015h4.943c2.246 0 4.403.74 6.38 2.217 1.887 1.385 2.786 3.879 2.786 7.296v1.293h-11.503l.18.185c1.527 1.385 2.246 3.232 2.246 5.541v6.927h-66.053v-12.653h-7.01V437.6Zm74.322 27.245c1.527 1.386 2.246 3.233 2.246 5.542v25.306H935.86v-32.88h16.176v2.68c.989-.278 1.977-.647 2.966-.925 3.685-1.015 7.28-1.662 10.604-1.754h33.881c2.067 0 3.775.646 5.122 2.032Zm-7.64-18.933v-1.57c0-1.293-.359-2.217-1.168-2.863s-1.707-.924-2.516-.924h-31.094c-4.224 0-8.089.462-11.504 1.293-1.527.37-3.235.924-4.942 1.57v3.51h6.29v1.662a20.145 20.145 0 0 1 3.326-1.108c3.774-1.016 7.369-1.57 10.694-1.662h29.926c.36 0 .719 0 .989.092Zm-41.249 5.08c-1.258.37-2.516.831-3.685 1.385v4.249h36.577v-3.972c0-1.108-.36-1.94-.989-2.4a3.151 3.151 0 0 0-2.067-.74h-19.501c-3.954.093-7.37.554-10.335 1.478Zm33.97 16.255a3.151 3.151 0 0 0-2.067-.739h-22.017c-3.955.092-7.37.646-10.335 1.57-1.169.277-2.247.739-3.236 1.2v3.603h38.644v-3.233c0-1.108-.36-1.94-.989-2.401Zm-37.655 9.328v6.096h38.644v-6.096h-38.644Zm38.644 15.424v-5.634h-38.644v5.634h38.644Zm-9.257 6.927.989-2.032c5.842-.37 11.503-.277 17.075.277 5.482.554 9.796 1.385 12.761 2.586l-6.65 12.745c-2.786-2.309-6.47-4.71-11.054-7.296-5.032-2.863-9.436-4.987-13.12-6.28ZM269.57 598.154c0-16.23 6.222-29.672 18.025-39.098h3.592c-7.019 7.459-12.444 24.751-12.444 39.098 0 13.933 5.263 31.638 12.444 39.261h-3.592c-11.803-9.427-18.025-23.03-18.025-39.261Zm68.351 29.178v2.05h-32.78v-2.05h5.583c2.394 0 3.589-1.228 3.589-3.688v-52.459c0-2.457-1.195-3.688-3.589-3.688h-6.063v-2.05h24.088v58.197c0 2.46 1.198 3.688 3.589 3.688h5.583Zm57.328-12.129v10.082c0 2.46-1.597 4.098-3.988 4.098h-45.066c1.118-16.147 11.087-22.458 21.695-28.114 11.167-5.985 13.162-10.738 13.162-21.313 0-7.05-3.75-12.705-12.683-12.705s-14.355 6.477-14.355 12.379c0 1.391.398 4.26.797 6.557h-8.295c.797-14.592 9.331-22.052 24.007-22.052 15.712 0 25.283 6.887 25.283 18.774 0 13.85-10.767 16.966-20.098 19.998-13.4 4.344-20.26 9.017-22.494 15.082l32.703-.083c1.992 0 3.11-.41 9.332-2.703Zm42.768-51.887c5.344-1.884 9.335-2.869 11.806-2.869h29.35c2.472 0 4.548.822 6.142 2.543 1.675 1.72 2.552 3.851 2.552 6.391v58.854c0 3.032-.877 5.165-2.633 6.557-1.914 1.475-4.544 2.213-7.893 2.213-4.069-.246-8.059-1.557-11.806-4.097l.958-1.721c1.354.573 2.553.982 3.59 1.145 1.353.166 2.231.083 2.63-.243.56-.41.8-1.148.8-2.38v-20.245h-35.496v19.673c0 2.376-.797 4.343-2.39 5.901-1.516 1.395-3.75 2.13-6.62 2.13-4.39 0-8.056-1.883-11.168-5.655l1.276-1.391c1.836 1.311 3.112 1.967 3.828 1.967.48 0 .72-.739.72-2.214v-69.099h14.354v2.54Zm0 3.688v16.477h35.495v-15.245c0-1.231-.32-2.297-1.04-3.116-.796-.902-1.913-1.394-3.348-1.394h-19.301c-1.914 0-5.824 1.068-11.806 3.279Zm35.495 39.182V586.76h-35.495v19.426h35.495Zm19.115 29.344c7.256-6.31 11.962-11.72 14.116-16.146a34.83 34.83 0 0 0 3.112-10.659h-8.058c-1.834-.08-5.024.902-9.49 2.79v-5.985h17.785c.08-.573.08-1.228.08-1.884V591.35c-1.833.41-4.307 1.228-7.258 2.46v-2.377c-3.268 1.065-6.938 1.801-10.847 2.294l-.557-1.721a38.815 38.815 0 0 0 13.318-9.344c1.915-1.967 3.511-3.771 4.787-5.492l-9.57 5.572a37.16 37.16 0 0 0-1.915-8.195c-.878-2.623-1.995-4.753-3.271-6.394l1.675-1.312c2.474.902 4.787 2.13 7.018 3.688 2.475 1.721 4.706 3.689 6.54 5.985 2.474-3.362 3.67-6.065 3.67-8.115.08-1.64-.16-2.786-.717-3.442-.56-.739-1.276-1.065-1.995-1.065h-7.019c-2.552 0-5.742.819-9.651 2.457v-5.736h27.997c2.792.326 4.544 1.145 5.344 2.457 1.114 1.804 1.195 3.771.237 5.821-3.029 6.804-7.576 12.376-13.559 16.803a63.238 63.238 0 0 1-3.349 2.214h32.623c.557-.083 1.354-.166 2.39-.41l-1.195-.822c-5.344-4.014-10.53-11.064-15.554-21.31l12.762-6.64c1.195 5.083 2.552 9.427 4.068 13.035.557-.74 1.036-1.395 1.435-2.134 1.036-1.884 2.073-4.67 3.031-8.441h11.246c-1.516 4.507-3.508 7.785-6.06 9.919-2.076 1.72-4.787 3.032-8.136 4.014 1.036 2.13 2.073 3.935 3.268 5.413.56.735 1.198 1.391 1.836 2.047.399-.656.716-1.312.956-1.967.719-1.721 1.357-4.261 1.836-7.623h11.246c-1.276 4.018-3.032 6.967-5.264 8.854-1.596 1.392-3.67 2.457-6.144 3.359 2.954 2.54 6.543 4.92 10.611 6.967l-.8 1.887c-4.544-.74-8.453-1.721-11.883-2.953h-5.423v14.427h8.853c1.674-.08 5.023-.982 10.05-2.703v5.898h-18.903v20.658c0 .902.318 1.557.878 2.13.476.41 1.115.656 1.833.656h15.314v3.278h-24.088c-2.154 0-4.068-.735-5.584-2.213-1.354-1.392-2.073-3.279-2.073-5.656v-18.853h-10.526c-.719 6.068-3.113 11.23-7.259 15.575-5.026 5.329-12.521 9.59-22.413 12.788l-1.354-1.557Zm41.552-30v-14.426h-10.287v14.426h10.287Zm43.674 29.671c-1.435-1.228-2.154-3.112-2.154-5.572v-12.296a54.087 54.087 0 0 1-6.938 1.641l-1.118-1.64c3.829-2.704 6.86-5.327 9.014-7.87 2.472-2.949 5.105-7.54 7.974-13.853h-6.617c-1.914-.08-5.104.902-9.57 2.789v-5.985h29.988v-9.92h-17.069c-1.836-.08-5.026.903-9.493 2.79V579.3h26.562v-9.673h-19.86c-1.834-.08-5.024.822-9.49 2.707v-5.902h29.35v-6.64h14.355v6.64h18.585c1.675-.083 5.024-.985 10.047-2.706v5.901h-28.632v9.673h16.033c1.675-.08 5.024-.982 10.047-2.703v5.899h-26.08v9.92h19.463c1.674-.08 5.024-.983 10.047-2.704v5.899H598.91c-2.313 6.148-5.264 10.904-8.853 14.183v19.998c0 1.312.878 1.968 2.711 1.968 1.837 0 4.787-1.149 8.856-3.442l1.114 1.804c-2.313 2.047-5.024 3.768-8.055 5.08-2.95 1.394-6.459 2.05-10.368 2.05-2.711 0-4.865-.656-6.462-2.05Zm40.438-7.785c-5.584-4.018-11.803-10.985-18.744-20.738l13.321-5.409c3.19 6.884 6.459 12.54 9.811 16.966.557-1.228.956-2.376 1.195-3.442.72-2.869 1.118-7.133 1.037-12.625h13.639c-.557 5.658-2.154 10.165-4.625 13.361-1.914 2.377-4.548 4.59-7.977 6.64 4.148 4.428 9.73 8.688 16.829 12.786l-1.357 1.64c-9.571-1.883-17.306-4.999-23.13-9.18ZM715.09 563.4c1.037 2.213.879 4.097-.556 5.738-1.995 2.623-5.344 5.163-10.05 7.54-4.308 2.213-9.73 4.18-16.192 5.738l.719.819-5.185 4.753h26.32c2.393 0 4.307.493 5.742 1.558 1.276.902 1.914 2.623 1.914 5.166v21.883c0 1.394-.638 2.623-1.914 3.854-1.513 1.475-3.427 2.213-5.581 2.213-4.706 0-9.733-1.557-15.155-4.673l1.037-1.804c2.792 1.148 4.865 1.64 6.222 1.558 1.117 0 1.674-.41 1.674-1.312v-22.95c0-1.475-.719-2.214-2.154-2.214H685.74v35.576c0 2.866-1.037 5.246-3.032 7.13-1.914 1.804-4.544 2.706-7.974 2.706-4.865 0-9.571-1.804-14.118-5.492l1.198-1.64c3.747 1.803 6.14 2.705 7.177 2.705.878 0 1.516-.33 1.915-.985.317-.656.479-1.475.479-2.457v-37.543h-17.309c-2.71-.163-5.982.656-9.888 2.38v-5.659h32.46a288.204 288.204 0 0 0-3.747-5.08c-3.352-4.346-7.657-8.933-12.923-13.77l.718-1.72c7.657 1.963 13.4 4.097 17.147 6.39 2.633 1.641 5.027 3.362 7.019 5.166 6.303-4.18 11.246-8.444 14.915-12.868.56-.739.56-1.312.159-1.887-.237-.41-.875-.656-1.752-.573h-42.511c-2.792 0-5.824.656-9.254 2.047v-5.326h62.53c3.11.08 5.105 1.066 6.142 3.033Zm20.32 57.95c-.24.573-.557 1.066-.877 1.639 2.474 3.032 4.706 5.165 6.539 6.394 2.474 1.638 4.787 2.46 6.86 2.46h3.112v-43.935h-20.82c-1.833-.083-5.023.902-9.49 2.786v-5.985h61.974c1.675-.08 5.024-.982 10.047-2.703v5.902H765.4v20.245h14.996c1.435.083 4.626-.82 9.571-2.54v5.819H765.4v20.41h28.632v3.28h-46.1c-2.95 0-5.82-.986-8.693-3.033-2.153-1.478-4.307-3.608-6.461-6.478-2.789 3.689-6.938 7.297-12.36 10.822l-1.276-1.558c2.471-5.492 4.227-11.477 5.422-17.951 1.117-6.475 1.597-13.608 1.435-21.477h13.561c-.08 11.557-1.516 20.248-4.149 25.904Zm2.394-49.59c-1.037.327-2.154.737-3.271 1.312v7.54h-14.355v-13.77h14.355v3.115l3.27-1.312c2.793-.985 5.983-1.474 9.49-1.474h2.155v-7.38h14.358v7.38h21.134c1.995 0 3.91.655 5.664 1.967 1.675 1.228 2.472 3.442 2.472 6.474v5h-14.358v-6.804c0-1.145-.318-1.967-1.037-2.54-.716-.575-1.515-.819-2.231-.819h-28.156c-3.508 0-6.698.41-9.49 1.312Zm71.46 26.394c0-14.347-5.422-31.639-12.44-39.098h3.588c11.803 9.426 18.025 22.867 18.025 39.098s-6.222 29.834-18.025 39.261h-3.589c7.178-7.623 12.441-25.328 12.441-39.261Z' style='fill:%233ab2aa'/%3E%3C/svg%3E") no-repeat center/contain;
}

.awardItem-img {
	display: block;
}

.awardItem-text {
	margin-bottom: 0 !important;
}

.awardItem--first .awardItem-head {
	background-color: #f3eb51;
}

.awardItem--first .awardItem-content {
	border-color: #f3eb51;
}

.awardItem--second .awardItem-head {
	background-color: #73b6e5;
}

.awardItem--second .awardItem-content {
	border-color: #73b6e5;
}

.prizeTitle {
	margin-bottom: .8em;
}

.prizeTitle [src*='prize-title.svg'] {
	width: 10.88889em;
}

.prizeNote {
	font-size: 0.77778em;
}

@media screen and (max-width: 767.98px) {
	.prizeNote-bottom {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		text-align: left;
		padding-left: 1em;
		text-indent: -1em;
	}
	.prizeNote-bottom * {
		text-indent: 0;
	}
}

.prizeRow {
	margin-top: 2.5em;
	padding-right: 2em;
	text-align: center;
}

.prizeRow:after {
	content: '';
	display: block;
	clear: both;
}

@media screen and (max-width: 767.98px) {
	.prizeRow {
		padding-right: 0;
	}
}

.prizeCol {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
	margin-left: 1.38889em;
	margin-right: 1.38889em;
}

@media screen and (max-width: 767.98px) {
	.prizeCol {
		display: block;
		margin-top: 3em;
		font-size: 1.3em;
	}
}

.prizeCol img {
	width: 18em;
}

@media screen and (max-width: 767.98px) {
	.prizeCol img[src*='prize-grandprix.'] {
		margin-right: 1.11111em;
	}
	.prizeCol img[src*='prize-jazennoh.'] {
		margin-left: 0.88889em;
	}
}

.prizeTable {
	width: 100%;
	max-width: 795px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}

.prizeTable th, .prizeTable td, .prizeTable .periodList-item > * {
	padding-left: 1em;
	padding-right: 1em;
	line-height: 1.6;
}

@media screen and (max-width: 767.98px) {
	.prizeTable th, .prizeTable td, .prizeTable .periodList-item > * {
		padding-left: .3em;
		padding-right: .3em;
	}
}

.prizeTable th {
	padding-top: .2em;
	padding-bottom: .2em;
	font-size: 1.16667em;
}

.prizeTable td, .prizeTable .periodList-item > * {
	padding-top: .5em;
	padding-bottom: .5em;
}

.prizeTable .noborder th, .prizeTable .noborder td, .prizeTable .noborder .periodList-item > * {
	padding-bottom: 0;
}

.prizeTable .noborder + tr th, .prizeTable .noborder + tr td, .prizeTable .noborder + tr .periodList-item > * {
	padding-top: 0;
}

/********** kantenpp **********/
#kantenpp {
	margin-bottom: 2.5em;
	padding-top: 2em;
	padding-bottom: 2em;
}

#kantenpp:after {
	content: '';
	display: block;
	clear: both;
}

#kantenppHead {
	float: left;
	width: 42.31537%;
	margin-top: -1em;
	text-align: center;
}

@media screen and (max-width: 767.98px) {
	#kantenppHead {
		margin-top: 0;
	}
}

#kantenppText {
	float: right;
	width: 57.68463%;
	text-align: left;
	font-size: 1.27778em;
}

@media screen and (max-width: 767.98px) {
	#kantenppText {
		margin-top: 2em;
		margin-bottom: 1.08696em !important;
	}
}

#kantenppText:after {
	content: '';
	display: block;
	clear: both;
}

#kantenppText-hashtag, #kantenppText-ph {
	display: block;
	float: left;
}

@media screen and (max-width: 767.98px) {
	#kantenppText-hashtag, #kantenppText-ph {
		width: 100%;
		text-align: center;
	}
}

#kantenppText-hashtag {
	margin-top: 1.6em;
}

@media screen and (max-width: 767.98px) {
	#kantenppText-hashtag {
		margin-top: .6em;
	}
}

#kantenppText-hashtag strong {
	font-size: 1.6087em;
}

#kantenppText-ph {
	margin-bottom: -1.5em;
}

@media screen and (max-width: 767.98px) {
	#kantenppText-ph {
		margin-top: 1.4em;
		margin-bottom: 0;
	}
}

#kantenppText-ph [src*='kantenpp-ph.png'] {
	width: 10em;
}

#kantenppHead, #kantenppText {
	margin-bottom: 0;
}

@media screen and (max-width: 767.98px) {
	#kantenppHead, #kantenppText {
		float: none;
		width: 68.64065%;
		margin-left: auto;
		margin-right: auto;
	}
}

/********** / kantenpp **********/
/********** frufru **********/
.frufru.section {
	margin-top: -1em;
	background: #fff;
}

.frufru .sectionInner {
	padding-top: 0;
}

.frufru a:hover img {
	opacity: .7;
}

.frufru + .note {
	margin-top: 1.4em;
}

/********** / frufru **********/
/********** instagram area **********/
#pasha {
	background-color: #fffdee;
}

#pasha .sectionInner {
	padding-bottom: 0;
}

#pasha h2 {
	margin-top: -8.11111em;
	margin-bottom: 2.5em;
}

#pasha h2:after {
	content: none;
}

#pasha [src*='pashafuru-title.svg'] {
	width: 34.33333em;
}

/*------------------------------*
 * style for elfsight plugin
 *------------------------------*/
@media screen and (max-width: 767.98px) {
	#eapps-instagram-feed-1.eapps-instagram-feed {
		font-size: 0.53216em;
	}
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider {
	padding-bottom: 13.71429em;
}

@media screen and (max-width: 767.98px) {
	#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider {
		padding-bottom: 132px;
	}
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav {
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	width: 14.14286em;
	height: auto;
	margin-bottom: 3.92857em;
	padding: 1.42857em;
	border-radius: 0;
	background: #000;
	opacity: 1;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transform: none;
	        transform: none;
}

@media screen and (max-width: 767.98px) {
	#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav {
		font-size: 10px;
	}
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav:hover {
	opacity: .85;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-prev {
	left: auto;
	right: 14.42857em;
	text-align: left;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-next {
	text-align: right;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-prev:before,
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-next:after {
	content: '';
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
	width: 1.57143em;
	height: 3em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-prev:before {
	margin-right: 1.42857em;
	background-image: url(../img/slider-prev.svg);
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-next:after {
	margin-left: 2.64286em;
	background-image: url(../img/slider-next.svg);
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-prev:after,
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-next:before {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.35714em;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-prev:after {
	content: 'PREVIOUS';
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-next:before {
	content: 'NEXT';
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav-icon {
	display: none;
}

#eapps-instagram-feed-popup-1.eapps-instagram-feed-popup {
	text-align: left;
}

#pasha-flower {
	background-color: #fffdee;
}

.pashaflower-section {
	padding-bottom: 3.61111em;
}

.pashaflower-sectionInner {
	position: relative;
	padding-top: 0.27778em;
	padding-bottom: 0;
}

.pashaflower-btn {
	display: block;
	position: absolute;
	left: 27.27778em;
	right: 0.66667em;
	bottom: 3.83333em;
	margin: auto;
	width: 18.55556em;
	height: 3.72222em;
	text-indent: -99999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 334 67'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:none;stroke:%23000000;stroke-miterlimit:10;%7D.e%7Bfill:%23000000;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpath class='e' d='M37.0247,28.3757c-2.0504,0-2.7248.0536-2.8595.0536-.2157,0-.243-.0273-.243-.269v-1.455c0-.2154.0273-.2427.243-.2427.1347,0,.809.0546,2.8595.0546h3.3181c2.0494,0,2.6975-.0546,2.8321-.0546.243,0,.2694.0273.2694.2427v1.455c0,.2417-.0263.269-.2694.269-.1347,0-.7827-.0536-2.8321-.0536h-3.3181ZM35.352,46.0732c-.243,0-.2694-.0273-.2694-.2427,0-.1618.0537-.727.0537-4.0141v-1.6967c0-1.6704-.0537-2.2629-.0537-2.4246,0-.2154.0263-.2417.2694-.2417.1347,0,.7017.0536,2.4008.0536h2.4008c1.7264,0,2.2661-.0536,2.4281-.0536.2157,0,.243.0263.243.2417,0,.1355-.0547.728-.0547,1.9939v1.8048c0,3.1516.0547,3.6906.0547,3.8514,0,.2163-.0273.2427-.243.2427h-1.4571c-.242,0-.2694-.0263-.2694-.2427v-.8342h-3.7768v1.3195c0,.2154-.0263.2427-.243.2427h-1.4834ZM37.8337,24.6042c-1.7537,0-2.2661.0536-2.4281.0536-.2157,0-.242-.0263-.242-.269v-1.3741c0-.2154.0263-.2417.242-.2417.162,0,.6744.0536,2.4281.0536h2.4281c1.7264,0,2.2388-.0536,2.4008-.0536.2157,0,.243.0263.243.2417v1.3741c0,.2427-.0273.269-.243.269-.162,0-.6744-.0536-2.4008-.0536h-2.4281ZM37.8874,32.0117c-1.6454,0-2.1041.0546-2.2651.0546-.2167,0-.243-.0273-.243-.2427v-1.3468c0-.2427.0263-.2699.243-.2699.161,0,.6197.0546,2.2651.0546h2.1314c1.6454,0,2.1041-.0546,2.2388-.0546.243,0,.2703.0273.2703.2699v1.3468c0,.2154-.0273.2427-.2703.2427-.1347,0-.5934-.0546-2.2388-.0546h-2.1314ZM37.8874,35.5941c-1.6454,0-2.1041.0546-2.2651.0546-.2167,0-.243-.0273-.243-.2427v-1.3468c0-.2154.0263-.2427.243-.2427.161,0,.6197.0536,2.2651.0536h2.1314c1.6454,0,2.1041-.0536,2.2388-.0536.243,0,.2703.0273.2703.2427v1.3468c0,.2154-.0273.2427-.2703.2427-.1347,0-.5934-.0546-2.2388-.0546h-2.1314ZM37.0784,42.8134h3.7768v-3.6097h-3.7768v3.6097ZM47.7072,39.5273c-2.5628,0-3.3991.0536-3.5338.0536-.243,0-.2703-.0263-.2703-.2417v-1.4823c0-.2154.0273-.2417.2703-.2417.1347,0,.971.0536,3.5338.0536h1.8074v-3.7442h-1.0794c-2.3471,0-3.1288.0536-3.2645.0536-.2157,0-.242-.0273-.242-.2427v-1.454c0-.2154.0263-.2427.242-.2427.1357,0,.9174.0536,3.2645.0536h1.0794v-3.3397h-1.4034c-2.4818,0-3.2908.0536-3.4255.0536-.2157,0-.243-.0273-.243-.269v-1.455c0-.2154.0273-.2427.243-.2427.1347,0,.9437.0546,3.4255.0546h3.1298c.7544-1.4014,1.2941-2.5591,1.7801-3.8796.1347-.4035.2694-.8888.3777-1.3731.5934.1608,1.3214.4035,1.8884.6734.2157.1072.2967.2154.2967.3499,0,.1618-.1083.269-.2703.4307s-.2967.4044-.4314.728c-.4314.9424-.9437,1.9656-1.5644,3.0708h.6207c2.4544,0,3.2908-.0546,3.4528-.0546.2157,0,.242.0273.242.2427v1.455c0,.2417-.0263.269-.242.269-.162,0-.9984-.0536-3.4528-.0536h-2.3744v3.3397h1.6454c2.3471,0,3.1025-.0536,3.2645-.0536.2157,0,.243.0273.243.2427v1.454c0,.2154-.0273.2427-.243.2427-.162,0-.9174-.0536-3.2645-.0536h-1.6454v3.7442h2.7785c2.5355,0,3.3991-.0536,3.5611-.0536.2157,0,.243.0263.243.2417v1.4823c0,.2154-.0273.2417-.243.2417-.162,0-1.0257-.0536-3.5611-.0536h-2.7785v2.2093c0,2.6663.0537,3.8514.0537,4.0131,0,.2154-.0263.2427-.242.2427h-1.6727c-.2157,0-.243-.0273-.243-.2427,0-.1618.0547-1.3468.0547-4.0131v-2.2093h-1.8074ZM47.0328,21.8833c.242-.1072.323-.1072.4577.0809.7017.9969,1.3487,2.1011,1.8884,3.2861.1083.2427.0273.2972-.2694.458l-1.1604.5126c-.3504.1608-.404.1345-.485-.1082-.4587-1.185-1.0257-2.2629-1.7801-3.367-.1357-.1891-.081-.2427.242-.4044l1.1067-.458Z'/%3E%3Cpath class='e' d='M69.402,23.4192c.3504.0809.5124.2154.5124.458s-.1357.4843-.243.7543c-.1083.3499-.2157,1.185-.3504,2.9899-.243,4.1213-.405,7.6228-.405,11.1243,0,2.8018.6207,3.6097,2.8058,3.6097,2.9941,0,6.609-1.8312,9.6031-5.0637.1074.7806.323,1.4813.5387,1.9666.081.2154.1357.3771.1357.5116,0,.1881-.081.3499-.405.6461-2.8595,2.6936-6.5553,4.3104-10.2501,4.3104-3.2918,0-4.9372-1.4277-4.9372-5.4418,0-4.1213.243-8.2962.3777-11.8523.0547-1.6431.1083-3.0435-.242-4.4439.9974.0809,2.1841.2154,2.8595.4307Z'/%3E%3Cpath class='e' d='M101.7431,24.0926c.1083.1082.1893.269.1893.3771,0,.2154-.1083.3235-.2967.4307-.324.1345-.648.3499-1.133.8079-2.5091,2.2629-5.6652,5.1719-7.7147,7.3275-.243.2963-.3513.4843-.3513.6461,0,.1881.1083.3235.3513.4853,3.3982,2.4773,7.013,5.3872,10.2501,8.727.1893.2427.243.3235,0,.5925-.4314.4853-1.0247,1.0505-1.3761,1.3741-.242.1881-.3504.2427-.5934-.0536-3.3445-3.6906-6.609-6.546-10.0071-9.1051-.8637-.6734-1.214-1.185-1.214-1.9393s.405-1.2659,1.1057-2.0202c2.2388-2.371,4.8825-4.9838,7.2296-7.4347.6207-.6734.9984-1.1577,1.3214-1.8321.8364.5389,1.6727,1.1314,2.2388,1.6168Z'/%3E%3Cpath class='e' d='M116.2219,24.1735c.405.2427.405.5116.1893.8888-.1893.2963-.2967.7007-.4587,1.4004-.8364,3.9595-1.3214,7.6238-1.3214,9.8857,0,1.3468,0,2.6936.1074,4.1486.567-1.3468,1.1604-2.6127,1.8074-4.1213.2694.6734.5397.9969.809,1.3741.1893.269.162.4035.0273.6734-.9447,2.0738-1.4024,3.4479-1.5107,4.2022-.081.5925-.081.996-.0273,1.2922.0273.1891-.0537.2963-.2157.3508-.4314.1618-1.1057.3226-1.6718.4035-.243.0273-.324,0-.4323-.269-.8364-2.1284-1.1057-5.3872-1.0784-8.1081,0-2.6936.3504-5.3599,1.133-10.0475.1347-.9161.242-1.9929.161-2.8817.8364.1881,2.0231.5379,2.4818.8079ZM126.0417,30.8539c-1.8884.0809-3.7768.1345-5.7736,0-.242,0-.3504-.0546-.3777-.2963-.08-.4853-.161-1.2123-.161-1.8594,2.1578.1891,4.2619.1891,6.2576.0546v-2.9899c0-.8625-.081-1.5622-.2967-2.5055,1.1867.1082,1.9421.2154,2.6438.4307.2157.0809.3777.1891.3777.3771,0,.1355-.0537.2154-.1347.4044-.1347.2427-.1893.7007-.2157,1.1577-.0547.9433-.0547,1.8048-.0547,2.9636,1.3487-.1345,2.7521-.3499,4.0462-.5925.2703-.0536.2977,0,.324.2427.081.3771.1347.996.1347,1.4277,0,.2154-.081.3226-.2157.3499-1.214.2963-2.8858.5116-4.3155.6198.0263,3.0971.081,5.3599.2157,7.7573,1.6991.727,3.1825,1.5359,4.6122,2.6936.1893.1345.1893.1891.081.4307-.2157.5126-.566,1.1051-.9437,1.5632-.1083.1881-.243.1608-.3777.0263-1.052-.9161-2.0768-1.6967-3.3991-2.3701-.1347,2.3438-1.5644,3.6097-4.6932,3.6097-2.8058,0-4.5049-1.2659-4.5049-3.367s1.9148-3.4752,4.4239-3.4752c.7817,0,1.7528.1082,2.5081.269-.1074-2.1547-.161-4.4176-.161-6.9221ZM123.5326,39.4191c-1.3761,0-2.2924.5662-2.2924,1.5086,0,.9433.809,1.4823,2.4544,1.4823,1.6727,0,2.5891-.8089,2.5891-2.0748,0-.1345,0-.3226-.0263-.4843-.9447-.2963-1.8347-.4317-2.7248-.4317Z'/%3E%3Cpath class='e' d='M143.5742,35.7831c.1893.1082.2157.2154.1083.4044-.3777.5925-.7017,1.4277-.7017,2.0738,0,2.0475,2.1578,3.0172,6.609,3.0172,2.9405,0,5.4759-.2963,7.5527-.7816.324-.0536.405,0,.4587.2154.1083.4044.2703,1.3468.324,1.8857.0273.2154-.081.2963-.3777.3499-2.2934.458-4.6942.728-8.147.7007-5.6369-.0273-8.7394-1.7512-8.7394-5.2255,0-1.1314.4314-2.2356,1.2404-3.4752.5133.2699,1.1604.5389,1.6727.8352ZM149.7518,25.493c1.9421,0,4.0462-.1072,5.8536-.2427.243-.0263.3504.0809.3777.2699.081.458.1074.9697.1074,1.6431,0,.3235-.1074.4307-.404.4853-2.3471.3226-4.5595,1.4267-6.771,2.8817-.2967.2427-.647.269-.971.0809-.405-.2963-.9174-.5925-1.4834-.727,1.5644-1.0778,2.9131-1.8321,4.1272-2.4519-.7827.0809-1.7537.0809-2.5628.0809-1.4571,0-3.5611-.1345-5.1792-.458-.1893-.0536-.2703-.1345-.2703-.4307,0-.4843.0273-1.1041.081-1.7776,1.8884.4307,4.3429.6461,7.095.6461Z'/%3E%3Cpath class='e' d='M171.1362,24.8742c.1074-1.0505.1074-1.7512-.0537-2.4782,1.1867.1072,2.1031.269,2.6975.4843.2694.1082.404.2154.404.4044,0,.1345-.081.2963-.162.4035-.161.2154-.323.5925-.404.9433-.162.9161-.243,1.5622-.405,2.6127,1.5107-.2154,3.6958-.6461,5.4496-1.1041.2967-.1082.3777-.0809.4314.2154.081.4843.1347.996.1347,1.5086,0,.2417-.0537.3226-.2967.3771-2.2124.4843-3.9388.8342-6.1229,1.1305-.405,2.5055-.8364,4.553-1.4034,6.8159,2.2124-2.2902,5.0719-3.368,7.9577-3.368,3.6958,0,5.8272,2.2629,5.8272,4.9838,0,2.2356-.971,3.9595-3.1561,5.2527-1.6191.9424-3.9388,1.5895-6.8246,1.9929-.5397.1082-1.0794.1618-1.6191.1618-.2157,0-.3777-.1072-.5397-.4843-.323-.6734-.647-1.1051-1.133-1.5086,3.8042-.2427,5.7189-.6734,7.8503-1.5895,1.9421-.8625,2.9131-2.1284,2.9131-3.8786,0-1.6976-1.2677-2.909-3.5611-2.909-2.9941,0-5.8536,1.5076-7.3907,3.5551-.243.3235-.486.6461-.7017.9433-.162.269-.243.3762-.4587.3499-.4314-.0273-1.1594-.2963-1.5908-.458-.2967-.1618-.4323-.269-.4323-.458,0-.1072.0273-.269.1083-.4843.1347-.458.2157-.8089.324-1.1314.5934-2.4246,1.0784-4.6875,1.5098-7.5429-1.5371.1345-3.3982.2427-4.9626.2699-.2703,0-.3777-.1082-.4323-.3508-.081-.269-.2157-1.0769-.2967-1.7776,2.0231.0273,3.9652-.0536,6.0156-.2427.1347-.9151.2157-1.6967.324-2.639Z'/%3E%3Cpath class='e' d='M197.1104,29.0218c.3777.2154.4314.458.2157.7816-.1893.3499-.3513.7806-.4587,1.3468-.2967,1.6158-.6207,3.9059-.728,5.6026,2.6975-2.9363,5.9609-4.6066,9.1981-4.6066,3.7768,0,6.0156,2.182,6.0156,5.4418,0,2.8018-1.6191,4.6329-4.0735,5.8453-1.9694.9969-4.5049,1.5622-6.69,1.8312-.5124.0546-.6744.0546-.8627-.2963-.405-.6734-.81-1.2113-1.4844-1.6967,2.8595-.2154,5.3686-.7007,7.3643-1.6158,2.1587-.9433,3.2108-2.4519,3.2108-4.3104,0-1.724-1.1067-3.098-3.6958-3.098-2.5091,0-5.4222,1.5632-7.904,4.1213-.566.5662-.8627.9969-1.1594,1.5359-.162.2427-.243.2427-.5133.1618-.485-.1618-1.052-.3771-1.4561-.5662-.2157-.1072-.2967-.1608-.2967-.458.1074-3.0708.4587-6.0333.809-8.5652.1083-.7816.2157-1.4813.2157-2.3165.8364.2417,1.8347.5652,2.2934.8615ZM198.1351,22.3414c.1074-.1072.2157-.1881.4314-.1072,1.8611.7543,3.4801,1.724,5.0719,3.1244.1884.1618.1884.2427.0537.4853-.2703.4307-.728,1.0505-1.1057,1.4813-.1893.2154-.324.2427-.5133.0263-1.4561-1.3195-3.1825-2.4773-5.2056-3.3933.485-.7007.9174-1.2932,1.2677-1.6168Z'/%3E%3Cpath class='e' d='M225.0033,25.6012c.1893-.8888.2703-1.724.2703-2.7745,1.0784.2427,1.7264.4307,2.5891.8079.3504.1345.4587.5116.162.8079-.2157.2699-.3504.5116-.486.9433-.3777,1.2123-.7007,2.3701-1.0784,3.6097.809-.0809,1.7801-.1618,2.4008-.1618,2.4544,0,3.6958,1.4004,3.6958,4.6057,0,3.3943-.567,6.7613-1.4571,8.7006-.728,1.5622-1.8884,2.2902-3.3445,2.2902-1.1877,0-2.0777-.1618-2.7248-.4044-.243-.0809-.3777-.269-.3777-.5925-.0537-.6198-.1083-1.2659-.405-1.9666,1.1867.5116,2.1587.7007,3.0488.7007.809,0,1.2677-.2963,1.7528-1.4277.6207-1.5086,1.133-4.2022,1.133-7.2194,0-2.0475-.3504-2.7209-1.6718-2.7209-.7554,0-1.7811.1082-2.6438.2427-1.6727,4.8756-3.3181,8.916-5.4759,12.7411-.1357.2427-.324.2963-.567.1891-.3504-.1891-1.133-.6734-1.4297-.9433-.1884-.1618-.2157-.3226-.081-.5389,2.2124-3.7705,3.7232-7.1375,5.0719-11.097-1.0794.1608-2.0504.3226-3.1298.5116-.5934.1072-1.0511.269-1.3214.4035-.324.1618-.6207.1355-.7817-.2417-.2167-.5126-.4587-1.2669-.7017-2.182,1.052,0,2.1578-.0546,3.1288-.1618,1.3224-.1345,2.3198-.2963,3.5065-.4853.3777-1.3731.648-2.3974.9174-3.636ZM235.4164,27.6214c.161-.0809.2967-.0273.4577.1345,1.8621,1.6431,3.4528,3.9595,4.3975,6.5187.081.2154.081.3499-.1083.4853-.3504.3226-1.133.7806-1.5371.996-.243.1355-.4323.0809-.5124-.1881-.9984-2.7745-2.3744-5.0647-4.3702-6.8695.485-.3762,1.133-.7806,1.6727-1.0769Z'/%3E%3Cpath class='e' d='M251.0449,29.0218c.3777.2154.4314.458.2157.7816-.1893.3499-.3513.7806-.4587,1.3468-.2967,1.6158-.6207,3.9059-.729,5.6026,2.6984-2.9363,5.9619-4.6066,9.1991-4.6066,3.7768,0,6.0156,2.182,6.0156,5.4418,0,2.8018-1.6191,4.6329-4.0735,5.8453-1.9694.9969-4.5049,1.5622-6.69,1.8312-.5124.0546-.6744.0546-.8627-.2963-.405-.6734-.81-1.2113-1.4844-1.6967,2.8595-.2154,5.3686-.7007,7.3643-1.6158,2.1587-.9433,3.2108-2.4519,3.2108-4.3104,0-1.724-1.1067-3.098-3.6958-3.098-2.5091,0-5.4222,1.5632-7.904,4.1213-.566.5662-.8627.9969-1.1594,1.5359-.162.2427-.243.2427-.5133.1618-.485-.1618-1.052-.3771-1.4561-.5662-.2157-.1072-.2967-.1608-.2967-.458.1074-3.0708.4587-6.0333.809-8.5652.1083-.7816.2157-1.4813.2157-2.3165.8364.2417,1.8347.5652,2.2934.8615ZM252.0696,22.3414c.1074-.1072.2157-.1881.4314-.1072,1.8611.7543,3.4801,1.724,5.0719,3.1244.1884.1618.1884.2427.0537.4853-.2703.4307-.728,1.0505-1.1057,1.4813-.1893.2154-.324.2427-.5133.0263-1.4561-1.3195-3.1825-2.4773-5.2056-3.3933.485-.7007.9174-1.2932,1.2677-1.6168Z'/%3E%3Cpath class='e' d='M333,1v65H1V1h332M334,0H0v67h334V0h0Z'/%3E%3Cpolyline class='d' points='295.4829 13.3261 316.18 33.9938 295.8968 54.2482'/%3E%3C/g%3E%3C/svg%3E");
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.pashaflower-btn:hover {
	opacity: .4 !important;
}

@media screen and (max-width: 767.98px) {
	.pashaflower-btn {
		font-size: 72.04523%;
	}
}

#note .sectionInner {
	padding-top: 2.66667em;
	padding-bottom: 2.66667em;
}

.campaignInner {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767.98px) {
	.campaignInner {
		width: 100%;
	}
}

.campaignAward {
	margin-bottom: 0 !important;
	padding: 1.33333em 1.11111em;
	border: solid 0.22222em #73b6e5;
	border-radius: 1.11111em;
	background-color: #84ccc9;
}

.campaignImg {
	height: 8.88889em;
	margin-left: .2em;
	margin-right: .2em;
}

@media screen and (max-width: 767.98px) {
	.campaignImg {
		height: 10em;
	}
}

.campaignPeriod {
	font-size: 1.2em;
}

.campaignLike-text {
	display: inline-block;
	vertical-align: middle;
	max-width: 17.3913em;
	margin-right: 3em;
	text-align: left;
}

@media screen and (max-width: 767.98px) {
	.campaignLike-text {
		margin-right: 1em;
	}
}

.campaignLike-text p {
	margin-top: 1em;
}

.campaignLike-text a {
	text-decoration: underline;
}

.campaignLike-note {
	font-size: .9em;
}

.campaignLike-img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.5em;
}

.campaignLike-img[src*='campaign-like.svg'] {
	width: 6.52174em;
}

@media screen and (max-width: 767.98px) {
	.campaignLike-img {
		margin-right: 0;
	}
}

@media screen and (max-width: 767.98px) {
	post {
		overflow: hidden;
	}
	post img {
		margin-right: -2.7em;
	}
}

/*h1 {
    font-size: 2em;
    margin: .67em 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1, h1 {
    font-size: 36px;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
*/
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
	margin-top: 1em;
	margin-bottom: .7em;
	font-weight: bold;
	font-size: 1.33333em;
}

.page h3 {
	font-size: 1.66667em;
	border-bottom: dotted 2px #000;
}

.page .box {
	margin-top: 12px;
	margin-bottom: 0;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

input {
	line-height: normal;
}

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

input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

.btn {
	display: inline-block;
	min-width: 300px;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 0.71429em 0.85714em;
	font-size: 0.77778em;
	line-height: 1.42857143;
	border-radius: 500px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	text-decoration: none !important;
}

.btn-yellow {
	background-color: #F5E85B;
}

.btn-yellow:hover {
	background-color: #e8d502;
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.form-group {
	margin-bottom: 15px;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
}

textarea.form-control {
	height: auto;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
}

.badge-danger {
	background: #C53926;
}

.alert-danger {
	margin-top: .5em;
	color: #C53926;
	font-weight: bold;
	font-size: .8em;
}

.formCover {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-top: 4em;
	text-align: center;
	line-height: 1.8;
	font-weight: bold;
	font-size: 1.6em;
	background: rgba(255, 255, 255, 0.9);
	color: #777777;
	z-index: -1;
}

.formCover-wrap {
	position: relative;
}

.disagree .formCover {
	z-index: 1;
}
