section *,
section *::before,
section *::after {
	box-sizing: border-box;
}

section h1,
section h2,
section h3,
section h4,
section h5,
section h6,
section ul,
section ol,
section dl,
section li,
section dt,
section dd,
section p,
section div,
section span,
section img,
section a,
section table,
section tr,
section th,
section td,
section small,
section button,
section time,
section figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

section html {
	line-height: 1;
}

section ol,
section ul {
	list-style: none;
}

section li,
section dd {
	list-style-type: none;
}

section header,
section footer,
section nav,
section section,
section article,
section main,
section aside,
section figure,
section figcaption {
	display: block;
}

section img {
	border: none;
	height: auto;
	vertical-align: bottom;
	width: 100%;
}

section video {
	height: auto;
	max-width: 100%;
}

section a {
	color: inherit;
	display: block;
	outline: none;
	text-decoration: none;
}

/*
ブレイクポイント
ｐｃファースト

sp:〜767ｐｘ
tab:〜1023px
*/

html {
	font-size: clamp(1px, 0.7142857143vw, 10px);
}

body {
	background: #FFFFFF;
	min-height: 100vh;
}

section {
	color: #333333;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 1.5;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

th,
td {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

input:hover,
button:hover,
a:hover {
	cursor: pointer;
	opacity: 0.7;
}

img {
	filter: drop-shadow(0px 0px 0px rgba(160, 160, 160, 0.1));
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

.d_none {
	display: none;
}

/* クローズ対応 */

.close {
	position: relative;
}

.close::after {
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 11;
}

.close .text-close,
.close .text-close .btn {
	color: #fff;
	font-size: 30px;
	left: 50%;
	position: absolute;
	top: 10%;
	transform: translate(-50%, -50%);
	z-index: 999;
}

.close .text-close p {
	font-weight: bold;
	line-height: 2;
	text-align: center;
}

.close .text-close p span {
	display: block;
	font-size: 18px;
}

.close .text-close p span#result {
	display: inline;
}

.close .text-close .btn {
	cursor: pointer;
	display: inline-block;
	font-weight: 800;
	text-align: center;
	top: 180%;
	touch-action: manipulation;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	background-color: #feeb29;
	border: 3px solid #242424;
	border-radius: 40px;
	color: #242424;
	font-size: 18px;
	line-height: 1;
	margin: 0;
	outline: 0;
	padding: 1pc 30px;
	text-decoration: none;
	user-select: none;
	width: 280px;
}

a {
	transition: all .3s;
}

a:hover {
	opacity: 0.8;
	color: inherit;
}

.scroll-hint-icon-wrap {
	z-index: 4000;
}

.scroll-hint-icon {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	box-sizing: border-box;
	height: 150px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	padding: 20px 10px 10px 10px;
	position: absolute;
	text-align: center;
	top: calc(20% - 25px);
	transition: opacity 0.3s;
	width: 160px;
	z-index: 4000;
}

.scroll-hint-icon:before {
	background-size: 100%;
	height: 80px;
	margin-top: 20px;
	width: 60px;
}

.scroll-hint-icon:after {
	background-size: 100%;
	top: 20px;
}

.scroll-hint-text {
	font-size: 14px;
}

.scroll-hint.is-right-scrollable,
.scroll-hint.is-right-scrollable.is-left-scrollable,
.scroll-hint.is-left-scrollable {
	background: none;
}

.scroll-hint.is-left-scrollable {
	overflow: auto;
}

.l-header {
	left: 0;
	padding: 23px 12.2rem 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}

.l-header__logo {
	width: 16rem;
}

.l-section {
	margin: 0 auto;
	padding: 40px 0;
}

.l-section__wrapper {
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 30px;
}

.l-section__title {
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.5909090909;
	margin-bottom: 2rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.l-section__title::before,
.l-section__title::after {
	content: "";
	background-color: #272727;
	width: 6.5rem;
	height: 0.2rem;
}

.l-section__title::before {
	margin-right: 2.2rem;
}

.l-section__title::after {
	margin-left: 2.2rem;
}

.t-link:focus:before,
a:focus:before {
	border: none;
}

.t-link:before,
a:before {
	display: none;
}

/* ===============
*  mv
=============== */
.l-section.l-mv {
	padding: 0;
}

.l-section__wrapper.l-mv__wrapper {
	max-width: 100%;
	padding: 0;
}

.l-mv__cta {
	text-align: center;
	padding: 1.8rem 0 4.1rem;
	width: 100%;
}

.l-mv__cta__btn {
	border: 2px solid #000;
	background-color: #FEEB29;
	border-radius: 35px;
	color: #000;
	display: inline-block;
	font-size: 1.9rem;
	line-height: 1;
	padding: 0.55rem 0 0.75rem;
	text-align: center;
	text-decoration: none;
	width: 25rem;
}

@media screen and (min-width: 768px) {
	.l-mv__cta {
		padding: 3.6rem 0 8.2rem;
	}

	.l-mv__cta__btn {
		font-size: 3.8rem;
		width: 50rem;
		padding: 1.3rem 0 1.5rem;
	}
}

/* ===============
*  step
=============== */
.l-step {
	background-color: #efebe5;
	padding: 35px 0 46px;
}

@media screen and (min-width: 768px) {
	.l-step {
		padding: 70px 0 92px;
	}
}

.l-step__list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 4.5rem;
	margin-top: 2.85rem;
}

.l-step__item {
	background-color: #fff;
	border-radius: 5px;
	max-width: 32rem;
	width: 100%;
	height: 26rem;
	text-align: center;
	position: relative;
	padding-top: 3.6rem;
}

.l-step__item-num {
	background-color: #272727;
	color: #fff;
	font-size: 1.6rem;
	line-height: calc(30/25);
	font-weight: 800;
	display: inline-block;
	padding: 0.5rem 0;
	border-radius: 5px;
	max-width: 8rem;
	width: 100%;
	position: absolute;
	top: -1.2rem;
	left: 50%;
	transform: translateX(-50%);
}

.l-step__item-title {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: calc(32/22);
}

.l-step__item:nth-child(3) .l-step__item-title {
	font-size: 1.7rem;
	line-height: calc(24/16);
}

.l-step__item-img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.l-step__item:nth-child(1) .l-step__item-img {
	max-width: 20rem;
	margin-top: 2rem;
}

.l-step__item:nth-child(2) .l-step__item-img {
	max-width: 17rem;
	margin-top: 2rem;
}

.l-step__item:nth-child(3) .l-step__item-img {
	max-width: 19rem;
	margin-top: 1.5rem;
}

.l-step__item-btn {
	max-width: 20rem;
	width: 100%;
	position: absolute;
	bottom: -1.25rem;
	left: 50%;
	transform: translateX(-50%);
}

.l-step__item-btn a {
	background-color: #feeb29;
	border: 2px solid #000;
	border-radius: 15px;
	color: #000;
	padding: 0.55rem 0 0.65rem;
	display: inline-block;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.l-step__list {
		flex-direction: row;
		margin-top: 5.7rem;
	}

	.l-step__item {
		border-radius: 10px;
		max-width: 33rem;
		height: 30rem;
		padding-top: 4.8rem;
	}

	.l-step__item-num {
		font-size: 2.5rem;
		padding: 1rem 0;
		border-radius: 10px;
		max-width: 14rem;
		top: -2.4rem;
	}

	.l-step__item-title {
		font-size: 2.2rem;
	}

	.l-step__item:nth-child(3) .l-step__item-title {
		font-size: 1.6rem;
	}

	.l-step__item:nth-child(1) .l-step__item-img {
		max-width: 25rem;
	}

	.l-step__item:nth-child(2) .l-step__item-img {
		max-width: 21.2rem;
	}

	.l-step__item:nth-child(3) .l-step__item-img {
		max-width: 24rem;
	}

	.l-step__item-btn {
		max-width: 25rem;
		bottom: -2.5rem;
	}

	.l-step__item-btn a {
		border-radius: 25px;
		padding: 1.1rem 0 1.3rem;
		font-size: 2.2rem;
	}
}


/* ===============
*  entry-form
=============== */
.l-entry-form {
	background-color: #272727;
	color: #fff;
	padding: 3.75rem 0;
}

.l-entry-form .l-section__title::before,
.l-entry-form .l-section__title::after {
	background-color: #fff;
}

.l-entry-form__text {
	text-align: center;
	margin-top: 2rem;
}

.l-entry-form__text p {
	font-size: 1.15rem;
	line-height: calc(39/23);
	font-weight: 700;
}

.l-entry-form__text p span.note-target::after{
	content: "※";
	font-size: 0.6em;
	vertical-align: super;
	margin-right: 0.2em;
	line-height: 1;
}

.l-entry-form__text p span.note {
	font-size: 1rem;
	font-weight: 400;
}

.entry-input {
	max-width: 30rem;
	width: 100%;
	margin: 1rem auto 0;
}

.entry-input__box {
	background: #fff;
	border-radius: 0.5rem;
	padding: .25rem 0.75rem;
}

.entry-input__label {
	display: block;
	font-weight: 700;
	margin-bottom: .25rem;
}

.entry-input__control {
	width: 100%;
	border: 0;
	padding: 0;
	background: transparent;
	height: 2rem;
	line-height: 2rem;
	font-size: 1.2rem;
	outline: none;
}

.sr-only {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.l-entry-form__btn {
	margin-top: 2rem;
	max-width: 25rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.l-entry-form__btn a {
	display: inline-block;
	width: 100%;
	background-color: #feeb29;
	border: 2px solid #000;
	color: #000;
	border-radius: 1.75rem;
	padding: 0.55rem 0 0.75rem;
	text-align: center;
	font-size: 1.9rem;
	line-height: 1;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.l-entry-form {
		padding: 7.5rem 0;
	}

	.l-entry-form__text {
		margin-top: 4rem;
	}

	.l-entry-form__text p {
		font-size: 2.3rem;
	}

	.l-entry-form__text p span.note {
		font-size: 1.6rem;
	}

	.entry-input {
		max-width: 60rem;
		margin-top: 2rem;
	}

	.entry-input__box {
		border-radius: 1rem;
		padding: .5rem 1.5rem;
	}

	.entry-input__control {
		height: 3rem;
		line-height: 3rem;
		font-size: 1.6rem;
	}

	.l-entry-form__btn {
		margin-top: 4rem;
		max-width: 50rem;
	}

	.l-entry-form__btn a {
		border-radius: 3.5rem;
		padding: 1.3rem 0 1.5rem;
		font-size: 3.8rem;
	}
}


/* ===============
*  product
=============== */
.l-product {
	padding-top: 3.9rem;
	padding-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
	.l-product {
		padding-top: 7.8rem;
		padding-bottom: 9rem;
	}
}

.l-product__container {
	margin: 0 auto;
}

.l-product__container__table {
	border-collapse: collapse;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	width: 1060px;
	padding-top: 1rem;
	font-feature-settings: "palt" 1;
}

.l-product__container__table thead th:nth-child(4) {
	width: 195px;
}

.l-product__container__table tbody th {
	text-align: center;
}

.l-product__container__table tbody tr:nth-child(3) td {
	padding-top: 30px;
}

.bg {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 50%;
	background: #F4F1ED;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.l-product__item {
	position: relative;
}

.p-table thead th div.l-product__item__img {
	width: 211px;
}

.p-table thead th:nth-child(4) div.l-product__item__img {
	margin-left: 18px;
}

@media screen and (min-width: 768px) {
	.p-table thead th:nth-child(4) div.l-product__item__img {
		margin-left: -26px;
	}
}

.l-product__item__pop {
	text-align: center;
}

.l-product__item__title {
	margin-top: 8px;
	text-align: center;
}

/* ===============
*  detail
=============== */
.l-detail {
	padding-top: 4.2rem;
	padding-bottom: 6.75rem;
}

@media screen and (min-width: 768px) {
	.l-detail {
		padding-top: 8.4rem;
		padding-bottom: 13.5rem;
	}
}

.c-detail-table {
	margin-top: 2.1rem;
	width: 100%;
	border-collapse: initial;
	table-layout: fixed;
	border-spacing: 0;
	background: #fff;
	border: 1px solid #272727;
	border-radius: 10px;
}

@media screen and (min-width: 768px) {
	.c-detail-table {
		margin-top: 4.2rem;
		border-radius: initial;
	}
}


.c-detail-table,
.c-detail-table tbody,
.c-detail-table tr,
.c-detail-table th,
.c-detail-table td {
	display: block;
	width: 100%;
	border-color: #000;
}

.c-detail-table th {
	width: 100%;
	background: #feeb29;
	font-size: 1.5rem;
	line-height: 1.7;
	font-weight: 700;
	text-align: center;
	padding: 1rem 0;
	white-space: nowrap;
	vertical-align: middle;
	border-bottom: 1px solid #000;
	color: #000;
}

.c-detail-table td {
	font-size: 1.5rem;
	line-height: 1.4;
	vertical-align: top;
	padding: 1rem;
	border-bottom: 1px solid #000;
	color: #000;
}

.c-detail-table tr:last-child td {
	border-bottom: none;
}

.c-detail-table tr:first-child th {
	border-radius: 10px 10px 0 0;
}

.c-detail-table tr:last-child td {
	border-radius: 0 0 10px 10px;
}

.c-detail-table td p.ttl {
	margin-top: 1.5rem;
	display: inline-block;
}

.c-detail-list {
	padding-inline-start: 1em;
}

.c-detail-list li::marker {
	content: "・";
	display: inline-block;
}

.c-detail-entry {
	margin: 0.5rem 0 0;
	padding-inline-start: 1em;
}

.c-detail-entry li::marker {
	content: "※";
	display: inline-block;
}

.c-detail-link {
	text-decoration: underline;
	display: inline-block;
}

.c-detail-notes {
	padding-inline-start: 1em;
}

.c-detail-notes li::marker {
	content: "・";
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.c-detail-table {
		display: table;
		border: 0;
		border-color: #000;
	}

	.c-detail-table tr {
		display: table-row;
	}

	.c-detail-table th,
	.c-detail-table td {
		border: 1px solid #000;
		display: table-cell;
	}

	.c-detail-table th {
		width: 20.5%;
		font-size: 1.8rem;
		line-height: 1.6;
		padding: 1rem 0;
		border-bottom: none;
	}

	.c-detail-table td {
		font-size: 1.6rem;
		line-height: 1.6;
		padding: 1rem;
		border-left: none;
		border-bottom: none;
	}

	.c-detail-table tr:last-child th,
	.c-detail-table tr:last-child td {
		border-bottom: 1px solid #000;
	}

	.c-detail-table tr:first-child th {
		border-radius: 20px 0 0 0;
	}

	.c-detail-table tr:first-child td {
		border-radius: 0 20px 0 0;
	}

	.c-detail-table tr:last-child th {
		border-radius: 0 0 0 20px;
	}

	.c-detail-table tr:last-child td {
		border-radius: 0 0 20px 0;
	}

	.c-detail-table td p.ttl {
		margin-top: 3.5rem;
	}

	.c-detail-table td li br.sp {
		display: none;
	}

	.c-detail-list {
		padding-left: 3rem;
	}

	.c-detail-entry {
		margin: 0.5rem 0 0;
	}
}



/* ===============
*  modal
=============== */
.l-modal .child_1 img {
	filter: initial;
	height: auto;
	vertical-align: top;
	width: 800px;
}

.modal-open {
	cursor: pointer;
}

.modal-open:hover {
	opacity: 0.6;
}

.modal-container {
	background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: auto;
	padding: 40px 20px;
	position: fixed;
	text-align: center;
	top: 0;
	transition: 0.3s;
	visibility: hidden;
	width: 100%;
}

.modal-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.modal-container.active {
	opacity: 1;
	visibility: visible;
	z-index: 2000;
}

.modal-body {
	background-color: #fff;
	border-radius: 20px;
	display: inline-block;
	max-width: 1020px;
	position: relative;
	vertical-align: middle;
	width: 90%;
}

.modal-close {
	align-items: center;
	background-color: #CCCCCC;
	border-radius: 20px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 40px;
	height: 30px;
	justify-content: center;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 30px;
	z-index: 10;
}

.modal-close img {
	height: auto;
	width: 13px;
}

.modal-body h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	padding: 30px 30px 0;
	text-align: left;
	width: 50%;
}

.modal-content {
	display: flex;
	justify-content: space-between;
	padding: 40px 30px;
	position: relative;
	text-align: left;
}

.modal-content .child_2 {
	padding-left: 30px;
	width: 40%;
}

.modal-content .child_2 p {
	line-height: 1.3;
	margin-top: 30px;
}

.modal-content .child_2 p:first-child {
	margin-top: 70px;
}

.modal-content .child_2 p span.txt {
	font-size: 10px;
	position: relative;
	top: -4px;
}

.modal-content .child_2 p span.txt2 {
	font-size: 14px;
}

.modal-content .child_2 p a {
	color: #0f71f0;
	text-decoration: underline;
	display: unset;
}

.l-system__top {
	background: #f4f1ed;
	height: 94px;
}

.l-system body {
	margin: 0;
}

.l-system main {
	display: block;
}

.l-system h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

.l-system hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

.l-system pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

.l-system a {
	background-color: transparent;
}

.l-system abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

.l-system b,
.l-system strong {
	font-weight: bolder;
}

.l-system code,
.l-system kbd,
.l-system samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

.l-system small {
	font-size: 80%;
}

.l-system sub,
.l-system sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.l-system sub {
	bottom: -0.25em;
}

.l-system sup {
	top: -0.5em;
}

.l-system img {
	border-style: none;
}

.l-system button,
.l-system input,
.l-system optgroup,
.l-system select,
.l-system textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

.l-system button,
.l-system input {
	overflow: visible;
}

.l-system button,
.l-system select {
	text-transform: none;
}

.l-system [type=button],
.l-system [type=reset],
.l-system [type=submit],
.l-system button {
	-webkit-appearance: button;
}

.l-system [type=button]::-moz-focus-inner,
.l-system [type=reset]::-moz-focus-inner,
.l-system [type=submit]::-moz-focus-inner,
.l-system button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

.l-system [type=button]:-moz-focusring,
.l-system [type=reset]:-moz-focusring,
.l-system [type=submit]:-moz-focusring,
.l-system button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

.l-system fieldset {
	padding: 0.35em 0.75em 0.625em;
}

.l-system legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

.l-system progress {
	vertical-align: baseline;
}

.l-system textarea {
	overflow: auto;
}

.l-system [type=checkbox],
.l-system [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

.l-system [type=number]::-webkit-inner-spin-button,
.l-system [type=number]::-webkit-outer-spin-button {
	height: auto;
}

.l-system [type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

.l-system [type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.l-system ::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

.l-system details {
	display: block;
}

.l-system summary {
	display: list-item;
}

.l-system [hidden],
.l-system template {
	display: none;
}

.l-system *,
.l-system :after,
.l-system :before {
	box-sizing: border-box;
}

.l-system a {
	text-decoration: none;
}

.l-system a,
.l-system button {
	color: inherit;
	cursor: pointer;
}

.l-system button {
	background-color: transparent;
	border-width: 0;
	padding: 0;
}

.l-system figure {
	margin: 0;
}

.l-system input::-moz-focus-inner {
	border: 0;
	margin: 0;
	padding: 0;
}

.l-system dd,
.l-system ol,
.l-system ul {
	margin: 0 0 0 20px;
	padding: 0;
}

.l-system h1,
.l-system h2,
.l-system h3,
.l-system h4,
.l-system h5,
.l-system h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

.l-system p {
	margin: 0;
}

.l-system cite {
	font-style: normal;
}

.l-system fieldset {
	border-width: 0;
	margin: 0;
	padding: 0;
}

.l-system html {
	font-size: 1pc;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

.l-system body {
	color: #222;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #242424;
	font-family: Inter, BlinkMacSystemFont, Tahoma, Roboto, Verdana, sans-serif;
	font-weight: 500;
}

.l-system body,
.l-system body button {
	letter-spacing: -0.3px;
}

.l-system em,
.l-system i {
	font-style: italic;
}

.l-system b,
.l-system h1,
.l-system h1 b,
.l-system h1 strong,
.l-system h2,
.l-system h2 b,
.l-system h2 strong,
.l-system h3,
.l-system h3 b,
.l-system h3 strong,
.l-system h4,
.l-system h4 b,
.l-system h4 strong,
.l-system h5,
.l-system h5 b,
.l-system h5 strong,
.l-system h6,
.l-system h6 b,
.l-system h6 strong,
.l-system strong {
	font-weight: 800;
}

.l-system .typ-color-gray1 {
	color: #242424;
}

.l-system .typ-color-gray2 {
	color: #555551;
}

.l-system .typ-color-gray3 {
	color: #c1bfb8;
}

.l-system .typ-color-gray4 {
	color: #dddbd9;
}

.l-system .typ-color-gray5 {
	color: #f4f1ed;
}

.l-system .typ-color-white1 {
	color: #fff;
}

.l-system .typ-color-blue1 {
	color: #0f71f0;
}

.l-system .typ-color-blue2 {
	color: #3f8df3;
}

.l-system .typ-color-red1 {
	color: #d40404;
}

.l-system .typ-color-green1 {
	color: #007644;
}

.l-system .typ-color-green2 {
	color: #16a761;
}

.l-system .typ-color-teal4 {
	color: #cce5e7;
}

.l-system .blue-badge {
	background-color: #0f71f0;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 1pc;
	line-height: 24px;
	padding: 4px 15px;
	white-space: nowrap;
}

.l-system .stats-highlight {
	background: #feeb29;
}

.l-system .c-bait .c-bait-checkmark-bullets ul,
.l-system .c-icontxt .c-icontxt-checkmark-bullets ul,
.l-system .c-prodhero .c-prodhero-checkmark-bullets ul,
.l-system .c-productpanel .c-productpanel-checkmark-bullets ul,
.l-system .cmp-text.cmp-text-checkmark-bullets ul,
.l-system .is-rtf.checkmark-bullets ul {
	list-style: none;
	margin-left: 0;
}

.l-system .c-bait .c-bait-checkmark-bullets ul.rte-default-ul li,
.l-system .c-icontxt .c-icontxt-checkmark-bullets ul.rte-default-ul li,
.l-system .c-prodhero .c-prodhero-checkmark-bullets ul.rte-default-ul li,
.l-system .c-productpanel .c-productpanel-checkmark-bullets ul.rte-default-ul li,
.l-system .cmp-text.cmp-text-checkmark-bullets ul.rte-default-ul li,
.l-system .is-rtf.checkmark-bullets ul.rte-default-ul li {
	background-position: left 8px;
	margin-bottom: 24px;
}

.l-system .c-bait .c-bait-checkmark-bullets ul.rte-legal-ul li,
.l-system .c-icontxt .c-icontxt-checkmark-bullets ul.rte-legal-ul li,
.l-system .c-prodhero .c-prodhero-checkmark-bullets ul.rte-legal-ul li,
.l-system .c-productpanel .c-productpanel-checkmark-bullets ul.rte-legal-ul li,
.l-system .cmp-text.cmp-text-checkmark-bullets ul.rte-legal-ul li,
.l-system .is-rtf.checkmark-bullets ul.rte-legal-ul li {
	margin-bottom: 10px;
}

.l-system .c-bait .c-bait-checkmark-bullets ul.rte-legal-ul .legal-lg,
.l-system .c-icontxt .c-icontxt-checkmark-bullets ul.rte-legal-ul .legal-lg,
.l-system .c-prodhero .c-prodhero-checkmark-bullets ul.rte-legal-ul .legal-lg,
.l-system .c-productpanel .c-productpanel-checkmark-bullets ul.rte-legal-ul .legal-lg,
.l-system .cmp-text.cmp-text-checkmark-bullets ul.rte-legal-ul .legal-lg,
.l-system .is-rtf.checkmark-bullets ul.rte-legal-ul .legal-lg {
	display: inline-block;
	margin-bottom: 2px;
}

.l-system .c-bait .c-bait-checkmark-bullets ul.rte-legal-ul .legal-sm,
.l-system .c-icontxt .c-icontxt-checkmark-bullets ul.rte-legal-ul .legal-sm,
.l-system .c-prodhero .c-prodhero-checkmark-bullets ul.rte-legal-ul .legal-sm,
.l-system .c-productpanel .c-productpanel-checkmark-bullets ul.rte-legal-ul .legal-sm,
.l-system .cmp-text.cmp-text-checkmark-bullets ul.rte-legal-ul .legal-sm,
.l-system .is-rtf.checkmark-bullets ul.rte-legal-ul .legal-sm {
	display: inline-block;
	margin-bottom: 1px;
}

.l-system .c-bait .c-bait-checkmark-bullets li,
.l-system .c-icontxt .c-icontxt-checkmark-bullets li,
.l-system .c-prodhero .c-prodhero-checkmark-bullets li,
.l-system .c-productpanel .c-productpanel-checkmark-bullets li,
.l-system .cmp-text.cmp-text-checkmark-bullets li,
.l-system .is-rtf.checkmark-bullets li {
	background: url(/content/dam/norton/cb/green-check-16x12.svg) no-repeat left 6px;
	display: block;
	margin-bottom: 14px;
	padding-left: 30px;
}

.l-system .c-bait .c-bait-checkmark-bullets li:has(> .p-md),
.l-system .c-bait .c-bait-checkmark-bullets li:has(> .p-xl),
.l-system .c-icontxt .c-icontxt-checkmark-bullets li:has(> .p-md),
.l-system .c-icontxt .c-icontxt-checkmark-bullets li:has(> .p-xl),
.l-system .c-prodhero .c-prodhero-checkmark-bullets li:has(> .p-md),
.l-system .c-prodhero .c-prodhero-checkmark-bullets li:has(> .p-xl),
.l-system .c-productpanel .c-productpanel-checkmark-bullets li:has(> .p-md),
.l-system .c-productpanel .c-productpanel-checkmark-bullets li:has(> .p-xl),
.l-system .cmp-text.cmp-text-checkmark-bullets li:has(> .p-md),
.l-system .cmp-text.cmp-text-checkmark-bullets li:has(> .p-xl),
.l-system .is-rtf.checkmark-bullets li:has(> .p-md),
.l-system .is-rtf.checkmark-bullets li:has(> .p-xl) {
	background-position: left 8px;
}

.l-system .c-bait .c-bait-checkmark-bullets li .p-xl,
.l-system .c-icontxt .c-icontxt-checkmark-bullets li .p-xl,
.l-system .c-prodhero .c-prodhero-checkmark-bullets li .p-xl,
.l-system .c-productpanel .c-productpanel-checkmark-bullets li .p-xl,
.l-system .cmp-text.cmp-text-checkmark-bullets li .p-xl,
.l-system .is-rtf.checkmark-bullets li .p-xl {
	display: inline-block;
	margin-bottom: 14px;
}

.l-system .c-bait .c-bait-checkmark-bullets li .p-md,
.l-system .c-icontxt .c-icontxt-checkmark-bullets li .p-md,
.l-system .c-prodhero .c-prodhero-checkmark-bullets li .p-md,
.l-system .c-productpanel .c-productpanel-checkmark-bullets li .p-md,
.l-system .cmp-text.cmp-text-checkmark-bullets li .p-md,
.l-system .is-rtf.checkmark-bullets li .p-md {
	display: inline-block;
	margin-bottom: 10px;
}

.l-system .c-bait .c-bait-checkmark-bullets li .p-sm,
.l-system .c-icontxt .c-icontxt-checkmark-bullets li .p-sm,
.l-system .c-prodhero .c-prodhero-checkmark-bullets li .p-sm,
.l-system .c-productpanel .c-productpanel-checkmark-bullets li .p-sm,
.l-system .cmp-text.cmp-text-checkmark-bullets li .p-sm,
.l-system .is-rtf.checkmark-bullets li .p-sm {
	display: inline-block;
	margin-bottom: 8px;
}

.l-system .c-bait .c-bait-checkmark-bullets li .p-xs,
.l-system .c-icontxt .c-icontxt-checkmark-bullets li .p-xs,
.l-system .c-prodhero .c-prodhero-checkmark-bullets li .p-xs,
.l-system .c-productpanel .c-productpanel-checkmark-bullets li .p-xs,
.l-system .cmp-text.cmp-text-checkmark-bullets li .p-xs,
.l-system .is-rtf.checkmark-bullets li .p-xs {
	display: inline-block;
	margin-bottom: 6px;
}

.l-system .c-bait .c-bait-checkmark-bullets li .p-xxs,
.l-system .c-icontxt .c-icontxt-checkmark-bullets li .p-xxs,
.l-system .c-prodhero .c-prodhero-checkmark-bullets li .p-xxs,
.l-system .c-productpanel .c-productpanel-checkmark-bullets li .p-xxs,
.l-system .cmp-text.cmp-text-checkmark-bullets li .p-xxs,
.l-system .is-rtf.checkmark-bullets li .p-xxs {
	display: inline-block;
	margin-bottom: 4px;
}

.l-system .typ-text-right-to-left {
	direction: rtl;
	display: block;
	text-align: right;
}

.l-system .typ--light-text,
.l-system .typ--light-text a.hyperlink-style--soft {
	color: #fff;
}

.l-system .typ--light-text a.hyperlink-style--soft:hover {
	color: #3f8df3;
}

.l-system .typ--light-text .t-link--disabled.hyperlink-style--soft {
	color: #555551;
}

.l-system p {
	font-size: 1pc;
	line-height: 24px;
	margin-bottom: 24px;
}

.l-system .is-rtf .p-xl,
.l-system li .p-xl,
.l-system p.p-xl,
.l-system p .p-xl {
	font-size: 20px;
	line-height: 2pc;
	margin-bottom: 24px;
}

.l-system .is-rtf .p-md,
.l-system .is-rtf .p-sm,
.l-system li .p-md,
.l-system li .p-sm,
.l-system p.p-md,
.l-system p .p-md,
.l-system p.p-sm,
.l-system p .p-sm {
	font-size: 1pc;
	line-height: 24px;
	margin-bottom: 24px;
}

.l-system .is-rtf .p-xs,
.l-system li .p-xs,
.l-system p.p-xs,
.l-system p .p-xs {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 1pc;
}

.l-system .is-rtf .p-xxs,
.l-system li .p-xxs,
.l-system p.p-xxs,
.l-system p .p-xxs {
	font-size: 9pt;
	line-height: 20px;
	margin-bottom: 1pc;
}

.l-system .is-rtf .legal-lg,
.l-system li .legal-lg,
.l-system p.legal-lg,
.l-system p .legal-lg {
	font-size: 11px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 1pc;
}

.l-system .is-rtf .legal-lg b,
.l-system .is-rtf .legal-lg strong,
.l-system li .legal-lg b,
.l-system li .legal-lg strong,
.l-system p.legal-lg b,
.l-system p .legal-lg b,
.l-system p.legal-lg strong,
.l-system p .legal-lg strong {
	font-weight: 700;
}

.l-system .is-rtf .legal-sm,
.l-system li .legal-sm,
.l-system p.legal-sm,
.l-system p .legal-sm {
	font-size: 11px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 1pc;
}

.l-system .is-rtf .legal-sm b,
.l-system .is-rtf .legal-sm strong,
.l-system li .legal-sm b,
.l-system li .legal-sm strong,
.l-system p.legal-sm b,
.l-system p .legal-sm b,
.l-system p.legal-sm strong,
.l-system p .legal-sm strong {
	font-weight: 700;
}

.l-system ul {
	margin-bottom: 20px;
}

.l-system li {
	font-size: 20px;
	line-height: 2pc;
}

.l-system .t-link,
.l-system a {
	color: #0f71f0;
	display: inline-flex;
	font-weight: 700;
	outline: none;
	position: relative;
	text-decoration: underline;
}

.l-system .t-link:before,
.l-system a:before {
	border-radius: 40px;
	bottom: -0.3rem;
	content: "";
	left: -0.3rem;
	position: absolute;
	right: -0.3rem;
	top: -0.3rem;
}

.l-system .t-link:focus,
.l-system a:focus {
	outline: 0;
}

.l-system .t-link:focus:before,
.l-system a:focus:before {
	border: 3px solid #0f71f0;
}

.l-system .t-link:hover,
.l-system a:hover {
	color: #3f8df3;
}

.l-system .t-link b,
.l-system .t-link strong,
.l-system a b,
.l-system a strong {
	font-weight: 700;
}

.l-system .t-link.hyperlink-style--soft,
.l-system a.hyperlink-style--soft {
	color: #242424;
	font-weight: 500;
	text-decoration-style: dotted;
}

.l-system .t-link.hyperlink-style--soft:hover,
.l-system a.hyperlink-style--soft:hover {
	color: #0f71f0;
}

.l-system .t-link--disabled.hyperlink-style--soft {
	color: #c1bfb8;
	cursor: default;
	pointer-events: none;
}

.l-system .non-breaking-space {
	display: inline-block;
}

.l-system .pt-0px {
	padding-top: 0;
}

.l-system .pl-0px {
	padding-left: 0;
}

.l-system .pr-0px {
	padding-right: 0;
}

.l-system .pb-0px {
	padding-bottom: 0;
}

.l-system .pt-5px {
	padding-top: 5px;
}

.l-system .pl-5px {
	padding-left: 5px;
}

.l-system .pr-5px {
	padding-right: 5px;
}

.l-system .pb-5px {
	padding-bottom: 5px;
}

.l-system .pt-10px {
	padding-top: 10px;
}

.l-system .pl-10px {
	padding-left: 10px;
}

.l-system .pr-10px {
	padding-right: 10px;
}

.l-system .pb-10px {
	padding-bottom: 10px;
}

.l-system .pt-15px {
	padding-top: 15px;
}

.l-system .pl-15px {
	padding-left: 15px;
}

.l-system .pr-15px {
	padding-right: 15px;
}

.l-system .pb-15px {
	padding-bottom: 15px;
}

.l-system .pt-20px {
	padding-top: 20px;
}

.l-system .pl-20px {
	padding-left: 20px;
}

.l-system .pr-20px {
	padding-right: 20px;
}

.l-system .pb-20px {
	padding-bottom: 20px;
}

.l-system .pt-30px {
	padding-top: 30px;
}

.l-system .pl-30px {
	padding-left: 30px;
}

.l-system .pr-30px {
	padding-right: 30px;
}

.l-system .pb-30px {
	padding-bottom: 30px;
}

.l-system .pt-40px {
	padding-top: 40px;
}

.l-system .pl-40px {
	padding-left: 40px;
}

.l-system .pr-40px {
	padding-right: 40px;
}

.l-system .pb-40px {
	padding-bottom: 40px;
}

.l-system .pt-50px {
	padding-top: 50px;
}

.l-system .pl-50px {
	padding-left: 50px;
}

.l-system .pr-50px {
	padding-right: 50px;
}

.l-system .pb-50px {
	padding-bottom: 50px;
}

.l-system .pt-60px {
	padding-top: 60px;
}

.l-system .pl-60px {
	padding-left: 60px;
}

.l-system .pr-60px {
	padding-right: 60px;
}

.l-system .pb-60px {
	padding-bottom: 60px;
}

.l-system .pt-70px {
	padding-top: 70px;
}

.l-system .pl-70px {
	padding-left: 70px;
}

.l-system .pr-70px {
	padding-right: 70px;
}

.l-system .pb-70px {
	padding-bottom: 70px;
}

.l-system .pt-80px {
	padding-top: 5pc;
}

.l-system .pl-80px {
	padding-left: 5pc;
}

.l-system .pr-80px {
	padding-right: 5pc;
}

.l-system .pb-80px {
	padding-bottom: 5pc;
}

.l-system .pt-90px {
	padding-top: 90px;
}

.l-system .pl-90px {
	padding-left: 90px;
}

.l-system .pr-90px {
	padding-right: 90px;
}

.l-system .pb-90px {
	padding-bottom: 90px;
}

.l-system .pt-100px {
	padding-top: 75pt;
}

.l-system .pl-100px {
	padding-left: 75pt;
}

.l-system .pr-100px {
	padding-right: 75pt;
}

.l-system .pb-100px {
	padding-bottom: 75pt;
}

.l-system .pt-110px {
	padding-top: 110px;
}

.l-system .pl-110px {
	padding-left: 110px;
}

.l-system .pr-110px {
	padding-right: 110px;
}

.l-system .pb-110px {
	padding-bottom: 110px;
}

.l-system .pt-120px {
	padding-top: 90pt;
}

.l-system .pl-120px {
	padding-left: 90pt;
}

.l-system .pr-120px {
	padding-right: 90pt;
}

.l-system .pb-120px {
	padding-bottom: 90pt;
}

.l-system .mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.l-system .t__close-icon {
	cursor: pointer;
	height: 21px;
	position: relative;
	width: 21px;
}

.l-system .t__close-icon .t__close-icon__iconbar {
	background: #fff;
	border-radius: 9px;
	display: block;
	height: 2px;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 10px;
	width: 100%;
}

.l-system .t__close-icon .t__close-icon__iconbar:first-child {
	transform: rotate(45deg);
}

.l-system .t__close-icon .t__close-icon__iconbar:nth-child(2) {
	transform: rotate(-45deg);
}

.l-system .t__backdrop {
	background-color: rgba(0, 0, 0, 0.65);
	height: 100vh;
	left: 0;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: 100;
}

.l-system .t__no-scroll {
	height: 100vh;
	overflow: hidden;
}

.l-system .nav-pos-sticky {
	left: 0;
	position: sticky;
	top: 0;
	z-index: 99;
}

.l-system .nav-sticky {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: 99;
}

.l-system .t__bgimg__container {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.l-system .t__bgimg {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.l-system .t__bgimg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.l-system .t__bgimg .ada-opacity {
	opacity: 0.45;
}

.l-system .t__bgimg__foreground {
	margin: auto;
	min-height: 75pt;
	overflow: visible;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
}

.l-system .t__loader {
	background-color: hsla(0, 0%, 100%, 0.7);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.l-system .t__loader__icon {
	height: 60px;
	width: 60px;
}

.l-system .t__loader.hide {
	display: none;
}

.l-system .a_load,
.l-system a.a__cta.a_load {
	animation: shimmer 10s linear 1;
	max-width: 300px;
	transition: all 0.3s ease-out;
}

.l-system body .t__hide {
	display: none;
}

.l-system .sr-only {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.l-system .text.cq-Editable-dom .dpElement {
	border-bottom: 2px dotted #323232;
	display: inline-block;
	position: relative;
}

.l-system .contentreference {
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	margin-bottom: -1px;
	margin-top: -1px;
}

.l-system .t-btn {
	cursor: pointer;
	display: inline-block;
	font-weight: 800;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	border: 3px solid #242424;
	border-radius: 40px;
	color: #242424;
	font-size: 18px;
	line-height: 1;
	margin: 0;
	outline: 0;
	padding: 1pc 30px;
	text-decoration: none;
	user-select: none;
}

.l-system .t-btn:focus {
	border: 4px solid #0f71f0;
	padding: 15px 29px;
}

.l-system .t-btn:before {
	display: none;
}

.l-system .t-btn--primary {
	background-color: #feeb29;
}

.l-system .t-btn--primary:hover {
	background-color: #fff488;
	color: #242424;
}

.l-system .t-btn--secondary {
	background-color: #fff;
}

.l-system .t-btn--secondary:hover {
	background-color: #242424;
	color: #fff;
}

.l-system .t-btn--disabled {
	background-color: #f4f1ed;
	color: #c1bfb8;
	cursor: default;
	pointer-events: none;
}

.l-system .t-btn--disabled,
.l-system .t-btn--disabled:focus {
	border-color: #c1bfb8;
}

.l-system .t-btn--sm {
	border-width: 2px;
	font-size: 14px;
	padding: 9px 20px;
}

.l-system .t-btn--sm:focus {
	border-width: 3px;
	padding: 8px 19px;
}

.l-system .t-btn--md {
	border-width: 2px;
	font-size: 1pc;
	padding: 9pt 26px;
}

.l-system .t-btn--md:focus {
	border-width: 3px;
	padding: 11px 25px;
}

.l-system .t-btn--xl {
	font-size: 20px;
	padding: 19px 36px;
}

.l-system .t-btn--xl:focus {
	padding: 18px 35px;
}

.l-system .typ--light-text .t-btn:not(.t-btn--disabled):focus {
	border-color: #3f8df3;
}

.l-system .typ--light-text .t-btn--primary {
	border-color: #feeb29;
}

.l-system .typ--light-text .t-btn--primary:hover {
	border-color: #fff488;
}

.l-system .typ--light-text .t-btn--primary.t-btn--disabled {
	background-color: #f4f1ed;
	border-color: #c1bfb8;
	color: #c1bfb8;
}

.l-system .typ--light-text .t-btn--secondary {
	background-color: #242424;
	border-color: #fff;
	color: #fff;
}

.l-system .typ--light-text .t-btn--secondary:hover {
	background-color: #fff;
	color: #242424;
}

.l-system .typ--light-text .t-btn--disabled {
	background-color: #c1bfb8;
	color: #f4f1ed;
}

.l-system .t-btn--left {
	text-align: left;
}

.l-system .t-btn--center {
	text-align: center;
}

.l-system .t-btn--right {
	text-align: right;
}

.l-system .t__disable-cta {
	display: none;
}

.l-system .t-input-txt {
	display: inline-block;
	position: relative;
}

.l-system .t-input-txt__text {
	border: 2px solid #242424;
	border-radius: 6px;
	color: #555551;
	outline: none;
	padding: 25px 40px 5px 13px;
}

.l-system .t-input-txt__text:focus,
.l-system .t-input-txt__text:hover {
	border-color: #0f71f0;
}

.l-system .t-input-txt__text:focus+label span {
	color: #0f71f0;
}

.l-system .t-input-txt__clear {
	display: inline-block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}

.l-system .t-input-txt__clear:after,
.l-system .t-input-txt__clear:before {
	background-color: #1a1a1a;
	content: " ";
	height: 18px;
	left: 1pc;
	position: absolute;
	top: 50%;
	width: 2px;
}

.l-system .t-input-txt__clear:before {
	transform: translateY(-50%) rotate(45deg);
}

.l-system .t-input-txt__clear:after {
	transform: translateY(-50%) rotate(-45deg);
}

.l-system .t-input-txt__label {
	align-items: center;
	background-color: transparent;
	bottom: 0;
	display: flex;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.l-system .t-input-txt__label-up .t-input-txt__labeltxt {
	font-size: 9pt;
	transform: translateY(-75%);
}

.l-system .t-input-txt__labeltxt {
	background-color: transparent;
	color: #242424;
	display: block;
	padding-left: 15px;
	transform: translate(0);
	transition: transform 0.15s ease-out, font-size 0.15s ease-out, color 0.15s ease-out;
}

.l-system .t-input-txt__error__label {
	color: #d40404;
	display: none;
	font-size: 9pt;
	left: 0;
	position: absolute;
	top: calc(100% + 5px);
}

.l-system .t-input-txt.t-input-txt__error .t-input-txt__error__label {
	display: block;
}

.l-system .t-input-txt.t-input-txt__error .t-input-txt__text {
	border-color: #d40404;
}

.l-system .t-input-txt.t-input-txt__error .t-input-txt__labeltxt {
	color: #d40404;
}

.l-system .t-expandable-link {
	border-bottom: 1px solid #0f71f0;
	text-decoration: none;
}

.l-system .t-expandable-link:after {
	display: flex;
	justify-content: flex-end;
	width: 0.8rem;
}

.l-system .t-expandable-link--expand:after {
	content: "-";
}

.l-system .t-expandable-link--collapse:after {
	content: "+";
}

.l-system .t-toggle {
	display: inline-block;
	height: 40px;
	margin: 0;
	min-width: 200px;
}

.l-system .t-toggle,
.l-system .t-toggle__rgroup {
	border-radius: 75pt;
	position: relative;
}

.l-system .t-toggle__rgroup {
	background-color: #242424;
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
	height: 100%;
	z-index: 3;
}

.l-system .t-toggle-active-bg {
	background-color: #fff;
	border-radius: 75pt;
	height: calc(100% - 8px);
	left: 4px;
	position: absolute;
	top: 4px;
	transition: left 0.3s ease;
	width: calc(50% - 4px);
}

.l-system .t-toggle__radio {
	display: block;
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 50%;
}

.l-system .t-toggle__radio-label {
	align-items: center;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 800;
	height: 100%;
	justify-content: center;
	padding: 0 25px;
	z-index: 1;
}

.l-system .t-toggle__radio:checked:focus-visible+label {
	position: relative;
}

.l-system .t-toggle__radio:checked:focus-visible+label:after {
	border: 4px solid #0f71f0;
	border-radius: 20px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.l-system .t-toggle__radio__1:checked:focus-visible+label:after {
	right: -4px;
}

.l-system .t-toggle__radio__3:checked:focus-visible+label:after {
	left: -4px;
}

.l-system .t-toggle__radio__1:checked+label,
.l-system .t-toggle__radio__2:checked+label,
.l-system .t-toggle__radio__3:checked+label {
	color: #242424;
	cursor: default;
}

.l-system .t-toggle__radio__2:checked~.t-toggle-active-bg {
	left: 50%;
}

.l-system .t-toggle--1 {
	min-width: 90pt;
}

.l-system .t-toggle--1 .t-toggle__radio {
	width: 100%;
}

.l-system .t-toggle--1 .t-toggle-active-bg {
	width: calc(100% - 8px);
}

.l-system .t-toggle--3 .t-toggle-active-bg {
	width: 33.33%;
}

.l-system .t-toggle--3 .t-toggle__radio__2:checked~.t-toggle-active-bg {
	left: 33.33%;
}

.l-system .t-toggle--3 .t-toggle__radio__3:checked~.t-toggle-active-bg {
	left: calc(66.66% - 4px);
}

.l-system .t-bg-trans {
	background-color: transparent;
}

.l-system .t-bg-black1 {
	background-color: #000;
}

.l-system .t-bg-white1 {
	background-color: #fff;
}

.l-system .t-bg-yellow3 {
	background-color: #fdf6e4;
}

.l-system .t-bg-green5 {
	background-color: #e8f4e4;
}

.l-system .t-bg-blue4 {
	background-color: #cfe3fc;
}

.l-system .t-bg-salmon4 {
	background-color: #ffe4dd;
}

.l-system .t-bg-plum4 {
	background-color: #e1d3d9;
}

.l-system .t-bg-teal4 {
	background-color: #cce5e7;
}

.l-system .t-bg-yellow1 {
	background-color: #feeb29;
}

.l-system .t-bg-gray1 {
	background-color: #242424;
}

.l-system .t-bg-gray2 {
	background-color: #555551;
}

.l-system .t-bg-gray5 {
	background-color: #f4f1ed;
}

.l-system .typ--yellow-bar-top .c-container,
.l-system .typ--yellow-bar-top .c-container__id.l-container--fullwidth {
	border-top: 1pc solid #feeb29;
}

.l-system .typ--yellow-bar-top .c-container__id.l-container--fullwidth .c-container {
	border-top: none;
}

.l-system .typ--yellow-bar-top .c-container--round-corners .c-container__bg-img__picture {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.l-system .c-container {
	position: relative;
}

.l-system .c-container__bg-img__container {
	height: 100%;
	overflow: hidden;
	position: absolute;
}

.l-system .c-container__bg-img__container--is-cover .c-container__bg-img__picture {
	-o-object-fit: cover;
	object-fit: cover;
}

.l-system .c-container__bg-img__container--is-contain .c-container__bg-img__picture {
	-o-object-fit: contain;
	object-fit: contain;
}

.l-system .c-container__bg-img--fullwidth {
	min-width: 100%;
}

.l-system .c-container__bg-img--not-fullwidth {
	width: 100%;
}

.l-system .c-container__bg-img__picture {
	-o-object-fit: scale-down;
	height: 100%;
	object-fit: scale-down;
	width: 100%;
}

.l-system .c-container__bg-img__picture--scale {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.l-system .c-container__body {
	position: relative;
}

.l-system .c-container--round-corners {
	overflow: hidden;
}

.l-system .c-container__id--round-corners {
	overflow: hidden;
}

.l-system .c-container .c-container__bg-img__container--is-cover img.c-image__img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.l-system .c-container .c-container__bg-img__container--is-contain img.c-image__img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.l-system [data-useragent-os=android].c-container-os--ios,
.l-system [data-useragent-os=android].c-container-os--mac,
.l-system [data-useragent-os=android].c-container-os--pc,
.l-system [data-useragent-os=ios].c-container-os--android,
.l-system [data-useragent-os=ios].c-container-os--mac,
.l-system [data-useragent-os=ios].c-container-os--pc,
.l-system [data-useragent-os=mac].c-container-os--android,
.l-system [data-useragent-os=mac].c-container-os--ios,
.l-system [data-useragent-os=mac].c-container-os--pc,
.l-system [data-useragent-os=windows].c-container-os--android,
.l-system [data-useragent-os=windows].c-container-os--ios,
.l-system [data-useragent-os=windows].c-container-os--mac {
	display: none;
}

.l-system [data-useragent-os=android].c-container-os--android,
.l-system [data-useragent-os=ios].c-container-os--ios,
.l-system [data-useragent-os=mac].c-container-os--mac,
.l-system [data-useragent-os=windows].c-container-os--pc {
	display: block;
}

.l-system .t-select-wrap {
	height: 100%;
	position: relative;
}

.l-system .t-select {
	background-color: #fff;
	border: 2px solid #242424;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	height: 50px;
	min-width: 200px;
	position: relative;
}

.l-system .t-select.t-input-txt__error {
	border-color: #d40404;
}

.l-system .t-select.t-input-txt__error+.t-input-txt__error__label {
	display: block;
}

.l-system .t-select:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #242424;
	content: "";
	display: inline-block;
	height: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	z-index: 0;
}

.l-system .t-select>select {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #555551;
	font-size: 1pc;
	font-weight: 500;
	line-height: 1;
	outline: 0;
	padding: 0 10px;
	position: relative;
	z-index: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.l-system .t-select>label,
.l-system .t-select>select {
	cursor: pointer;
	height: 100%;
	width: 100%;
}

.l-system .t-select>label {
	display: block;
	left: 0;
	opacity: 0;
	padding: 9pt 10px;
	position: absolute;
	top: 0;
	z-index: -1;
}

.l-system .t-select:focus-within {
	border-color: #0f71f0;
}

.l-system .t-select:focus-within:after {
	border-top-color: #0f71f0;
}

.l-system .hyphen-support {
	-webkit-hyphens: auto;
	hyphens: auto;
}

.l-system .aem-Grid {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
}

.l-system .aem-Grid-newComponent {
	margin: 0;
}

.l-system .aem-GridColumn {
	box-sizing: border-box;
}

.l-system .aem-GridShowHidden>.aem-Grid>.aem-GridColumn {
	display: block !important;
}

.l-system .aem-Grid-newComponent,
.l-system .aem-Grid>* {
	width: 100%;
}

.l-system .l-container--page {
	margin-left: auto;
	margin-right: auto;
}

.l-system .l-container--fullwidth {
	max-width: 100vw;
	width: 100vw;
}

.l-system body {
	overflow-x: hidden;
}

.l-system .l-container {
	margin-left: auto;
	margin-right: auto;
}

.l-footer {
	padding: 10px;
	text-align: center;
}

.l-footer .c-copy {
	font-size: 11px;
}

.c-award {
	align-items: flex-start;
	display: flex;
	gap: 2rem;
	justify-content: space-around;
}

.c-award+.c-award {
	margin-top: 2.2rem;
}

.c-award__icon {
	flex-shrink: 0;
	width: 12rem;
}

.c-award__icon.bcnaward {
	width: 16rem;
}

.c-award__txt__title {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: -0.08rem;
}

.c-award__txt__detail {
	color: #525354;
	font-size: 1.2rem;
	line-height: 1.3333333333;
	padding-top: 10px;
	text-indent: -1em;
	padding-left: 1em;
}

.c-featureItem__head {
	align-items: center;
	display: flex;
	margin-bottom: 2.4rem;
	position: relative;
}

.c-featureItem__head__img {
	flex-shrink: 0;
	width: 16rem;
	margin-left: -1.2rem;
}

.c-featureItem__head__img img {
	-o-object-fit: contain;
	object-fit: contain;
}

.c-featureItem__head__title {
	background: #000;
	border-radius: 1rem;
	color: #feeb29;
	font-size: 2.4rem;
	height: 10rem;
	line-height: 1.4166666667;
	margin-left: -4rem;
	padding: 1.4rem 2rem 1rem 6rem;
	text-align: left;
	width: 100%;
}

.c-featureItem__head::after {
	background: url(../img/arrow.png) center center no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 2.4rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 4.8rem;
	margin-bottom: -1.2rem;
}

.c-featureItem__body {
	background: #fff;
	border-radius: 1rem;
	padding: 3rem 2.2rem;
	height: 33rem;
}

.c-featureItem__body__title {
	font-size: 2.4rem;
	line-height: 1.5;
	padding-bottom: 0.8rem;
	text-align: center;
	letter-spacing: 0.03rem;
}

.c-featureItem__body__title span {
	background: linear-gradient(transparent 70%, #feeb29 30%);
}

.c-featureItem__body__contents {
	display: flex;
	gap: 1.6rem;
}

.c-featureItem__body__contents__img {
	flex-shrink: 0;
	margin: auto;
	width: 22rem;
}

.c-featureItem__body__contents__img img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.c-featureItem__body__contents__txt {
	font-size: 1.4rem;
	line-height: 1.8571428571;
	padding-top: 1rem;
	letter-spacing: -0.03em;
}

.c-featureItem__body__contents__txt__detail {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-around;
}

.c-featureItem__body__contents__txt__detail__img {
	flex-shrink: 0;
	width: 7rem;
}

.c-featureItem__body__contents__txt__detail__txt {
	font-size: 1.2rem;
	line-height: 1.5833333333;
}

.c-container__body {
	position: relative;
}

.p-table td {
	min-width: 195px;
	padding: 2.2rem 0;
	text-align: center;
}

.p-table td:has(span.detail) {
	padding: 1em 0 0.4em;
}

.p-table thead th {
	background: #fff;
	font-size: 15px;
	min-width: 195px;
	padding: 1em 0.8em 2.5em;
}

.p-table thead th p {
	font-size: 20px;
	line-height: 1.35;
	margin-top: 16px;
	margin-bottom: 16px;
	letter-spacing: -1px;
}

.p-table thead th h3 {
	font-size: 20px;
	line-height: 1.35;
}

.p-table thead th span {
	font-size: 8px;
}

.p-table thead th .l-product__item__title span {
	font-size: 16px;
}

.p-table thead th div {
	margin-left: auto;
	margin-right: auto;
}

.p-table thead th:first-child {
	width: 195px;
	height: 347px;
}

.p-table thead th:nth-child(2n) {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	min-width: 185px;
	position: relative;
}

.p-table thead th.-white {
	background-color: #fff;
	padding: 0;
	width: 10px;
}

.p-table tbody tr {
	border-top: 1px dotted #B5A289;
	text-align: center;
}

.p-table tbody tr:last-child td:nth-child(2n) {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.p-table tbody tr.-no-border {
	border-top: none;
}

.p-table tbody th {
	background-color: #fff;
	font-size: 17px;
	line-height: 1.1764705882;
	vertical-align: middle;
}

.p-table tbody th span.txt2 {
	border: none;
	font-size: 10px;
	position: relative;
	right: -5px;
	top: -1px;
}

.p-table tbody th span.txt3 {
	border: none;
	font-size: 10px;
	position: relative;
	right: 5px;
	top: -1px;
}

.p-table tbody td {
	background-color: #F4F1ED;
	font-size: 30px;
	line-height: 1.2;
	vertical-align: middle;
	width: 195px;
}

.p-table tbody td span.txt {
	font-size: 24px;
}

.p-table tbody td span.detail {
	color: #000;
	display: block;
	font-size: 14px;
	line-height: 1.2;
	margin-top: 4px;
}

.p-table tbody td p {
	font-size: 30px;
	line-height: 1.2;
	position: relative;
}

.p-table tbody td p.-offer::before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ff6400;
	content: "";
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
}

.p-table tbody td p.-offer::after {
	align-content: center;
	background-color: #ff6400;
	border-radius: 5px;
	color: white;
	content: "おすすめ";
	display: block;
	font-size: 20px;
	height: 30px;
	left: 50%;
	line-height: 1.5;
	position: absolute;
	top: -34px;
	transform: translateX(-50%);
	width: 100px;
}

.p-table tbody td a.btn {
	align-items: center;
	background-color: #FEEB29;
	border: 2px solid #000;
	border-radius: 40px;
	display: flex;
	font-size: 13px;
	height: 40px;
	justify-content: center;
	margin: 8px auto 0;
	padding: 10px;
	width: 130px;
}

.p-table tbody td .-small {
	font-size: 24px;
}

.p-table tbody td.-white {
	background-color: #fff;
	padding: 0;
	width: 10px;
}

.p-table tbody td .icon_os {
	margin: 0 auto;
	width: 136px;
}

.p-table tbody td span.txt2 {
	border: none;
	font-size: 10px;
	position: relative;
	right: -5px;
	top: -5px;
}

.p-table tbody td p span.tax {
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
}

.p-table tbody td a:hover {
	opacity: 0.8;
}

.p-table .-gr {
	color: #009a39;
}

.p-table .-bl {
	color: #0095ce;
}

.p-table .-dbl {
	color: #07274b;
}

.p-table .-or {
	color: #ff6400;
}

.u-pc {
	display: block;
}

.u-sp {
	display: none;
}

.u-fixed {
	background: #FFF;
	left: 0;
	position: sticky;
	z-index: 2000;
}

body.is-fixed {
	position: fixed;
}

@media only screen and (min-width: 768px) {

	.l-system h1 {
		font-size: 4pc;
		line-height: 76px;
		margin: 68px 0;
	}

	.l-system h1:has(.h1-title-1) {
		margin: 68px 0;
	}

	.l-system h1:has(.h-xl) {
		margin: 76px 0;
	}

	.l-system h1:has(.h1-title-2) {
		margin: 3pc 0;
	}

	.l-system h1 .h1-title-1,
	.l-system h1.h1-title-1 {
		font-size: 4pc;
		line-height: 76px;
	}

	.l-system h1 .h1-title-2,
	.l-system h1.h1-title-2 {
		font-size: 52px;
		line-height: 76px;
	}

	.l-system h2 {
		font-size: 52px;
		line-height: 56px;
		margin: 3pc 0;
	}

	.l-system h2:has(.h2-title-3) {
		margin: 3pc 0;
	}

	.l-system h2:has(.h2-title-4) {
		margin: 40px 0;
	}

	.l-system h2:has(.h2-title-5) {
		margin: 2pc 0;
	}

	.l-system h2 .h2-title-3,
	.l-system h2.h2-title-3 {
		font-size: 44px;
		line-height: 56px;
	}

	.l-system h2 .h2-title-4,
	.l-system h2.h2-title-4 {
		font-size: 36px;
		line-height: 56px;
	}

	.l-system h2 .h2-title-5,
	.l-system h2.h2-title-5 {
		font-size: 28px;
		line-height: 40px;
	}

	.l-system h3 {
		font-size: 44px;
		line-height: 46px;
		margin: 3pc 0;
	}

	.l-system h3:has(.h3-title-6) {
		margin: 28px 0;
	}

	.l-system h3 .h3-title-6,
	.l-system h3.h3-title-6 {
		font-size: 24px;
		line-height: 46px;
	}

	.l-system h4 {
		font-size: 36px;
		line-height: 3pc;
		margin: 40px 0;
	}

	.l-system h5 {
		font-size: 28px;
		line-height: 40px;
		margin: 2pc 0;
	}

	.l-system h6 {
		font-size: 24px;
		line-height: 36px;
		margin: 28px 0;
	}

	.l-system .h-xl,
	.l-system h1.h-xl {
		font-size: 72px;
		line-height: 76px;
	}

	.l-system .stats-percentage-symbol-font-size {
		font-size: 2pc;
		font-weight: 800;
		line-height: 61px;
	}

	.l-system .stats-small-text-font-size {
		font-size: 17px;
		font-weight: 800;
		line-height: 61px;
	}

	.l-system p {
		font-size: 20px;
		line-height: 2pc;
		margin-bottom: 24px;
	}

	.l-system .is-rtf .p-xl,
	.l-system li .p-xl,
	.l-system p.p-xl,
	.l-system p .p-xl {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 28px;
	}

	.l-system .is-rtf .p-md,
	.l-system li .p-md,
	.l-system p.p-md,
	.l-system p .p-md {
		font-size: 20px;
		line-height: 2pc;
	}

	.l-system .is-rtf .p-sm,
	.l-system li .p-sm,
	.l-system p.p-sm,
	.l-system p .p-sm {
		font-size: 18px;
		line-height: 26px;
	}

	.l-system .is-rtf .p-xs,
	.l-system li .p-xs,
	.l-system p.p-xs,
	.l-system p .p-xs {
		font-size: 1pc;
		line-height: 24px;
		margin-bottom: 24px;
	}

	.l-system .is-rtf .p-xxs,
	.l-system li .p-xxs,
	.l-system p.p-xxs,
	.l-system p .p-xxs {
		font-size: 14px;
		line-height: 22px;
	}

	.l-system .is-rtf .legal-lg,
	.l-system li .legal-lg,
	.l-system p.legal-lg,
	.l-system p .legal-lg {
		font-size: 9pt;
		line-height: 20px;
	}

	.l-system .pt-md-0px {
		padding-top: 0;
	}

	.l-system .pl-md-0px {
		padding-left: 0;
	}

	.l-system .pr-md-0px {
		padding-right: 0;
	}

	.l-system .pb-md-0px {
		padding-bottom: 0;
	}

	.l-system .pt-md-5px {
		padding-top: 5px;
	}

	.l-system .pl-md-5px {
		padding-left: 5px;
	}

	.l-system .pr-md-5px {
		padding-right: 5px;
	}

	.l-system .pb-md-5px {
		padding-bottom: 5px;
	}

	.l-system .pt-md-10px {
		padding-top: 10px;
	}

	.l-system .pl-md-10px {
		padding-left: 10px;
	}

	.l-system .pr-md-10px {
		padding-right: 10px;
	}

	.l-system .pb-md-10px {
		padding-bottom: 10px;
	}

	.l-system .pt-md-15px {
		padding-top: 15px;
	}

	.l-system .pl-md-15px {
		padding-left: 15px;
	}

	.l-system .pr-md-15px {
		padding-right: 15px;
	}

	.l-system .pb-md-15px {
		padding-bottom: 15px;
	}

	.l-system .pt-md-20px {
		padding-top: 20px;
	}

	.l-system .pl-md-20px {
		padding-left: 20px;
	}

	.l-system .pr-md-20px {
		padding-right: 20px;
	}

	.l-system .pb-md-20px {
		padding-bottom: 20px;
	}

	.l-system .pt-md-30px {
		padding-top: 30px;
	}

	.l-system .pl-md-30px {
		padding-left: 30px;
	}

	.l-system .pr-md-30px {
		padding-right: 30px;
	}

	.l-system .pb-md-30px {
		padding-bottom: 30px;
	}

	.l-system .pt-md-40px {
		padding-top: 40px;
	}

	.l-system .pl-md-40px {
		padding-left: 40px;
	}

	.l-system .pr-md-40px {
		padding-right: 40px;
	}

	.l-system .pb-md-40px {
		padding-bottom: 40px;
	}

	.l-system .pt-md-50px {
		padding-top: 50px;
	}

	.l-system .pl-md-50px {
		padding-left: 50px;
	}

	.l-system .pr-md-50px {
		padding-right: 50px;
	}

	.l-system .pb-md-50px {
		padding-bottom: 50px;
	}

	.l-system .pt-md-60px {
		padding-top: 60px;
	}

	.l-system .pl-md-60px {
		padding-left: 60px;
	}

	.l-system .pr-md-60px {
		padding-right: 60px;
	}

	.l-system .pb-md-60px {
		padding-bottom: 60px;
	}

	.l-system .pt-md-70px {
		padding-top: 70px;
	}

	.l-system .pl-md-70px {
		padding-left: 70px;
	}

	.l-system .pr-md-70px {
		padding-right: 70px;
	}

	.l-system .pb-md-70px {
		padding-bottom: 70px;
	}

	.l-system .pt-md-80px {
		padding-top: 5pc;
	}

	.l-system .pl-md-80px {
		padding-left: 5pc;
	}

	.l-system .pr-md-80px {
		padding-right: 5pc;
	}

	.l-system .pb-md-80px {
		padding-bottom: 5pc;
	}

	.l-system .pt-md-90px {
		padding-top: 90px;
	}

	.l-system .pl-md-90px {
		padding-left: 90px;
	}

	.l-system .pr-md-90px {
		padding-right: 90px;
	}

	.l-system .pb-md-90px {
		padding-bottom: 90px;
	}

	.l-system .pt-md-100px {
		padding-top: 75pt;
	}

	.l-system .pl-md-100px {
		padding-left: 75pt;
	}

	.l-system .pr-md-100px {
		padding-right: 75pt;
	}

	.l-system .pb-md-100px {
		padding-bottom: 75pt;
	}

	.l-system .pt-md-110px {
		padding-top: 110px;
	}

	.l-system .pl-md-110px {
		padding-left: 110px;
	}

	.l-system .pr-md-110px {
		padding-right: 110px;
	}

	.l-system .pb-md-110px {
		padding-bottom: 110px;
	}

	.l-system .pt-md-120px {
		padding-top: 90pt;
	}

	.l-system .pl-md-120px {
		padding-left: 90pt;
	}

	.l-system .pr-md-120px {
		padding-right: 90pt;
	}

	.l-system .pb-md-120px {
		padding-bottom: 90pt;
	}

	.l-system .mx-md-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.l-system .min-ht-md-300px {
		min-height: 300px;
	}

	.l-system .min-ht-md-350px {
		min-height: 350px;
	}

	.l-system .min-ht-md-400px {
		min-height: 25pc;
	}

	.l-system .min-ht-md-450px {
		min-height: 450px;
	}

	.l-system .min-ht-md-500px {
		min-height: 500px;
	}

	.l-system .min-ht-md-550px {
		min-height: 550px;
	}

	.l-system .min-ht-md-600px {
		min-height: 600px;
	}

	.l-system .min-ht-md-650px {
		min-height: 650px;
	}

	.l-system .min-ht-md-700px {
		min-height: 700px;
	}

	.l-system .min-ht-md-750px {
		min-height: 750px;
	}

	.l-system .min-ht-md-800px {
		min-height: 50pc;
	}

	.l-system .min-ht-md-850px {
		min-height: 850px;
	}

	.l-system .min-ht-md-900px {
		min-height: 900px;
	}

	.l-system .c-container__bg-img__picture.md-pos-center-center {
		-o-object-position: center center;
		object-position: center center;
	}

	.l-system .c-container__bg-img__picture.md-pos-center-top {
		-o-object-position: center top;
		object-position: center top;
	}

	.l-system .c-container__bg-img__picture.md-pos-center-bottom {
		-o-object-position: center bottom;
		object-position: center bottom;
	}

	.l-system .c-container__bg-img__picture.md-pos-left-top {
		-o-object-position: left top;
		object-position: left top;
	}

	.l-system .c-container__bg-img__picture.md-pos-left-bottom {
		-o-object-position: left bottom;
		object-position: left bottom;
	}

	.l-system .c-container__bg-img__picture.md-pos-right-top {
		-o-object-position: right top;
		object-position: right top;
	}

	.l-system .c-container__bg-img__picture.md-pos-right-bottom {
		-o-object-position: right bottom;
		object-position: right bottom;
	}

	.l-system .c-container--round-corners,
	.l-system .c-container--round-corners .c-container__bg-img__picture {
		border-radius: 20px;
	}

	.l-system .c-container--round-corners .c-container__bg-img__container--has-hex-bg-clr {
		border-radius: 20px;
	}

	.l-system .c-container--round-corners .c-container__bg-img__container--has-hex-bg-clr .c-container__bg-img__picture {
		border-radius: 0;
	}

	.l-system .c-container__id--round-corners {
		border-radius: 20px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1021px) {

	.l-system .t__disable-tablet-mobile {
		border: 3px solid #c1bfb8;
		line-height: 26px;
		padding: 15px 30px;
	}

	.l-system .aem-GridColumn.aem-GridColumn--tablet--hide {
		display: none;
	}

	.l-system .aem-Grid {
		margin-left: -2px;
		width: calc(100% + 4px);
	}

	.l-system .aem-Grid--12 .aem-GridColumn--tablet--0,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--tablet--0 {
		width: 0;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--tablet--0,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--tablet--1,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--tablet--1 {
		width: 8.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--tablet--1,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--offset--tablet--1 {
		margin-left: 8.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--tablet--2,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--tablet--2 {
		width: 16.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--tablet--2,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--offset--tablet--2 {
		margin-left: 16.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--tablet--3,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--tablet--3 {
		width: 25%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--tablet--3,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--offset--tablet--3 {
		margin-left: 25%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--tablet--4,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--tablet--4 {
		width: 33.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--tablet--4,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--offset--tablet--4 {
		margin-left: 33.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--tablet--5,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--tablet--5 {
		width: 41.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--tablet--5,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--offset--tablet--5 {
		margin-left: 41.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--tablet--6,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--tablet--6 {
		width: 50%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--tablet--6,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--offset--tablet--6 {
		margin-left: 50%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--tablet--7,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--tablet--7 {
		width: 58.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--tablet--7,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--offset--tablet--7 {
		margin-left: 58.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--tablet--8,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--tablet--8 {
		width: 66.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--tablet--8,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--offset--tablet--8 {
		margin-left: 66.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--tablet--9,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--tablet--9 {
		width: 75%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--tablet--9,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--offset--tablet--9 {
		margin-left: 75%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--tablet--10,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--tablet--10 {
		width: 83.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--tablet--10,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--offset--tablet--10 {
		margin-left: 83.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--tablet--11,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--tablet--11 {
		width: 91.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--tablet--11,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--offset--tablet--11 {
		margin-left: 91.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--tablet--12,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--tablet--12 {
		width: 100%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--tablet--12,
	.l-system .aem-Grid--tablet--12 .aem-GridColumn--offset--tablet--12 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--tablet--0,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--tablet--0 {
		width: 0;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--tablet--0,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--tablet--1,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--tablet--1 {
		width: 9.0909090909%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--tablet--1,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--offset--tablet--1 {
		margin-left: 9.0909090909%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--tablet--2,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--tablet--2 {
		width: 18.1818181818%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--tablet--2,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--offset--tablet--2 {
		margin-left: 18.1818181818%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--tablet--3,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--tablet--3 {
		width: 27.2727272727%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--tablet--3,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--offset--tablet--3 {
		margin-left: 27.2727272727%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--tablet--4,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--tablet--4 {
		width: 36.3636363636%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--tablet--4,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--offset--tablet--4 {
		margin-left: 36.3636363636%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--tablet--5,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--tablet--5 {
		width: 45.4545454545%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--tablet--5,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--offset--tablet--5 {
		margin-left: 45.4545454545%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--tablet--6,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--tablet--6 {
		width: 54.5454545455%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--tablet--6,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--offset--tablet--6 {
		margin-left: 54.5454545455%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--tablet--7,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--tablet--7 {
		width: 63.6363636364%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--tablet--7,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--offset--tablet--7 {
		margin-left: 63.6363636364%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--tablet--8,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--tablet--8 {
		width: 72.7272727273%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--tablet--8,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--offset--tablet--8 {
		margin-left: 72.7272727273%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--tablet--9,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--tablet--9 {
		width: 81.8181818182%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--tablet--9,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--offset--tablet--9 {
		margin-left: 81.8181818182%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--tablet--10,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--tablet--10 {
		width: 90.9090909091%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--tablet--10,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--offset--tablet--10 {
		margin-left: 90.9090909091%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--tablet--11,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--tablet--11 {
		width: 100%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--tablet--11,
	.l-system .aem-Grid--tablet--11 .aem-GridColumn--offset--tablet--11 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--tablet--0,
	.l-system .aem-Grid--tablet--10 .aem-GridColumn--tablet--0 {
		width: 0;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--tablet--0,
	.l-system .aem-Grid--tablet--10 .aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--tablet--1,
	.l-system .aem-Grid--tablet--10 .aem-GridColumn--tablet--1 {
		width: 10%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--tablet--1,
	.l-system .aem-Grid--tablet--10 .aem-GridColumn--offset--tablet--1 {
		margin-left: 10%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--tablet--2,
	.l-system .aem-Grid--tablet--10 .aem-GridColumn--tablet--2 {
		width: 20%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--tablet--2,
	.l-system .aem-Grid--tablet--10 .aem-GridColumn--offset--tablet--2 {
		margin-left: 20%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--tablet--3,
	.l-system .aem-Grid--tablet--10 .aem-GridColumn--tablet--3 {
		width: 30%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--tablet--3,
	.l-system .aem-Grid--tablet--10 .aem-GridColumn--offset--tablet--3 {
		margin-left: 30%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--tablet--4,
	.l-system .aem-Grid--tablet--10 .aem-GridColumn--tablet--4 {
		width: 40%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--tablet--4,
	.l-system .aem-Grid--tablet--10 .aem-GridColumn--offset--tablet--4 {
		margin-left: 40%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--tablet--5,
	.l-system .aem-Grid--tablet--10 .aem-GridColumn--tablet--5 {
		width: 50%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--tablet--5,
	.l-system .aem-Grid--tablet--10 .aem-GridColumn--offset--tablet--5 {
		margin-left: 50%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--tablet--6,
	.l-system .aem-Grid--tablet--10 .aem-GridColumn--tablet--6 {
		width: 60%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--tablet--6,
	.l-system .aem-Grid--tablet--10 .aem-GridColumn--offset--tablet--6 {
		margin-left: 60%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--tablet--7,
	.l-system .aem-Grid--tablet--10 .aem-GridColumn--tablet--7 {
		width: 70%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--tablet--7,
	.l-system .aem-Grid--tablet--10 .aem-GridColumn--offset--tablet--7 {
		margin-left: 70%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--tablet--8,
	.l-system .aem-Grid--tablet--10 .aem-GridColumn--tablet--8 {
		width: 80%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--tablet--8,
	.l-system .aem-Grid--tablet--10 .aem-GridColumn--offset--tablet--8 {
		margin-left: 80%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--tablet--9,
	.l-system .aem-Grid--tablet--10 .aem-GridColumn--tablet--9 {
		width: 90%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--tablet--9,
	.l-system .aem-Grid--tablet--10 .aem-GridColumn--offset--tablet--9 {
		margin-left: 90%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--tablet--10,
	.l-system .aem-Grid--tablet--10 .aem-GridColumn--tablet--10 {
		width: 100%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--tablet--10,
	.l-system .aem-Grid--tablet--10 .aem-GridColumn--offset--tablet--10 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--tablet--0,
	.l-system .aem-Grid--tablet--9 .aem-GridColumn--tablet--0 {
		width: 0;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--tablet--0,
	.l-system .aem-Grid--tablet--9 .aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--tablet--1,
	.l-system .aem-Grid--tablet--9 .aem-GridColumn--tablet--1 {
		width: 11.1111111111%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--tablet--1,
	.l-system .aem-Grid--tablet--9 .aem-GridColumn--offset--tablet--1 {
		margin-left: 11.1111111111%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--tablet--2,
	.l-system .aem-Grid--tablet--9 .aem-GridColumn--tablet--2 {
		width: 22.2222222222%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--tablet--2,
	.l-system .aem-Grid--tablet--9 .aem-GridColumn--offset--tablet--2 {
		margin-left: 22.2222222222%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--tablet--3,
	.l-system .aem-Grid--tablet--9 .aem-GridColumn--tablet--3 {
		width: 33.3333333333%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--tablet--3,
	.l-system .aem-Grid--tablet--9 .aem-GridColumn--offset--tablet--3 {
		margin-left: 33.3333333333%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--tablet--4,
	.l-system .aem-Grid--tablet--9 .aem-GridColumn--tablet--4 {
		width: 44.4444444444%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--tablet--4,
	.l-system .aem-Grid--tablet--9 .aem-GridColumn--offset--tablet--4 {
		margin-left: 44.4444444444%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--tablet--5,
	.l-system .aem-Grid--tablet--9 .aem-GridColumn--tablet--5 {
		width: 55.5555555556%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--tablet--5,
	.l-system .aem-Grid--tablet--9 .aem-GridColumn--offset--tablet--5 {
		margin-left: 55.5555555556%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--tablet--6,
	.l-system .aem-Grid--tablet--9 .aem-GridColumn--tablet--6 {
		width: 66.6666666667%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--tablet--6,
	.l-system .aem-Grid--tablet--9 .aem-GridColumn--offset--tablet--6 {
		margin-left: 66.6666666667%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--tablet--7,
	.l-system .aem-Grid--tablet--9 .aem-GridColumn--tablet--7 {
		width: 77.7777777778%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--tablet--7,
	.l-system .aem-Grid--tablet--9 .aem-GridColumn--offset--tablet--7 {
		margin-left: 77.7777777778%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--tablet--8,
	.l-system .aem-Grid--tablet--9 .aem-GridColumn--tablet--8 {
		width: 88.8888888889%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--tablet--8,
	.l-system .aem-Grid--tablet--9 .aem-GridColumn--offset--tablet--8 {
		margin-left: 88.8888888889%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--tablet--9,
	.l-system .aem-Grid--tablet--9 .aem-GridColumn--tablet--9 {
		width: 100%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--tablet--9,
	.l-system .aem-Grid--tablet--9 .aem-GridColumn--offset--tablet--9 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--tablet--0,
	.l-system .aem-Grid--tablet--8 .aem-GridColumn--tablet--0 {
		width: 0;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--tablet--0,
	.l-system .aem-Grid--tablet--8 .aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--tablet--1,
	.l-system .aem-Grid--tablet--8 .aem-GridColumn--tablet--1 {
		width: 12.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--tablet--1,
	.l-system .aem-Grid--tablet--8 .aem-GridColumn--offset--tablet--1 {
		margin-left: 12.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--tablet--2,
	.l-system .aem-Grid--tablet--8 .aem-GridColumn--tablet--2 {
		width: 25%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--tablet--2,
	.l-system .aem-Grid--tablet--8 .aem-GridColumn--offset--tablet--2 {
		margin-left: 25%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--tablet--3,
	.l-system .aem-Grid--tablet--8 .aem-GridColumn--tablet--3 {
		width: 37.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--tablet--3,
	.l-system .aem-Grid--tablet--8 .aem-GridColumn--offset--tablet--3 {
		margin-left: 37.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--tablet--4,
	.l-system .aem-Grid--tablet--8 .aem-GridColumn--tablet--4 {
		width: 50%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--tablet--4,
	.l-system .aem-Grid--tablet--8 .aem-GridColumn--offset--tablet--4 {
		margin-left: 50%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--tablet--5,
	.l-system .aem-Grid--tablet--8 .aem-GridColumn--tablet--5 {
		width: 62.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--tablet--5,
	.l-system .aem-Grid--tablet--8 .aem-GridColumn--offset--tablet--5 {
		margin-left: 62.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--tablet--6,
	.l-system .aem-Grid--tablet--8 .aem-GridColumn--tablet--6 {
		width: 75%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--tablet--6,
	.l-system .aem-Grid--tablet--8 .aem-GridColumn--offset--tablet--6 {
		margin-left: 75%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--tablet--7,
	.l-system .aem-Grid--tablet--8 .aem-GridColumn--tablet--7 {
		width: 87.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--tablet--7,
	.l-system .aem-Grid--tablet--8 .aem-GridColumn--offset--tablet--7 {
		margin-left: 87.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--tablet--8,
	.l-system .aem-Grid--tablet--8 .aem-GridColumn--tablet--8 {
		width: 100%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--tablet--8,
	.l-system .aem-Grid--tablet--8 .aem-GridColumn--offset--tablet--8 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--tablet--0,
	.l-system .aem-Grid--tablet--7 .aem-GridColumn--tablet--0 {
		width: 0;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--tablet--0,
	.l-system .aem-Grid--tablet--7 .aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--tablet--1,
	.l-system .aem-Grid--tablet--7 .aem-GridColumn--tablet--1 {
		width: 14.2857142857%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--tablet--1,
	.l-system .aem-Grid--tablet--7 .aem-GridColumn--offset--tablet--1 {
		margin-left: 14.2857142857%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--tablet--2,
	.l-system .aem-Grid--tablet--7 .aem-GridColumn--tablet--2 {
		width: 28.5714285714%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--tablet--2,
	.l-system .aem-Grid--tablet--7 .aem-GridColumn--offset--tablet--2 {
		margin-left: 28.5714285714%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--tablet--3,
	.l-system .aem-Grid--tablet--7 .aem-GridColumn--tablet--3 {
		width: 42.8571428571%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--tablet--3,
	.l-system .aem-Grid--tablet--7 .aem-GridColumn--offset--tablet--3 {
		margin-left: 42.8571428571%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--tablet--4,
	.l-system .aem-Grid--tablet--7 .aem-GridColumn--tablet--4 {
		width: 57.1428571429%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--tablet--4,
	.l-system .aem-Grid--tablet--7 .aem-GridColumn--offset--tablet--4 {
		margin-left: 57.1428571429%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--tablet--5,
	.l-system .aem-Grid--tablet--7 .aem-GridColumn--tablet--5 {
		width: 71.4285714286%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--tablet--5,
	.l-system .aem-Grid--tablet--7 .aem-GridColumn--offset--tablet--5 {
		margin-left: 71.4285714286%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--tablet--6,
	.l-system .aem-Grid--tablet--7 .aem-GridColumn--tablet--6 {
		width: 85.7142857143%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--tablet--6,
	.l-system .aem-Grid--tablet--7 .aem-GridColumn--offset--tablet--6 {
		margin-left: 85.7142857143%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--tablet--7,
	.l-system .aem-Grid--tablet--7 .aem-GridColumn--tablet--7 {
		width: 100%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--tablet--7,
	.l-system .aem-Grid--tablet--7 .aem-GridColumn--offset--tablet--7 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--tablet--0,
	.l-system .aem-Grid--tablet--6 .aem-GridColumn--tablet--0 {
		width: 0;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--offset--tablet--0,
	.l-system .aem-Grid--tablet--6 .aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--tablet--1,
	.l-system .aem-Grid--tablet--6 .aem-GridColumn--tablet--1 {
		width: 16.6666666667%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--offset--tablet--1,
	.l-system .aem-Grid--tablet--6 .aem-GridColumn--offset--tablet--1 {
		margin-left: 16.6666666667%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--tablet--2,
	.l-system .aem-Grid--tablet--6 .aem-GridColumn--tablet--2 {
		width: 33.3333333333%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--offset--tablet--2,
	.l-system .aem-Grid--tablet--6 .aem-GridColumn--offset--tablet--2 {
		margin-left: 33.3333333333%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--tablet--3,
	.l-system .aem-Grid--tablet--6 .aem-GridColumn--tablet--3 {
		width: 50%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--offset--tablet--3,
	.l-system .aem-Grid--tablet--6 .aem-GridColumn--offset--tablet--3 {
		margin-left: 50%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--tablet--4,
	.l-system .aem-Grid--tablet--6 .aem-GridColumn--tablet--4 {
		width: 66.6666666667%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--offset--tablet--4,
	.l-system .aem-Grid--tablet--6 .aem-GridColumn--offset--tablet--4 {
		margin-left: 66.6666666667%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--tablet--5,
	.l-system .aem-Grid--tablet--6 .aem-GridColumn--tablet--5 {
		width: 83.3333333333%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--offset--tablet--5,
	.l-system .aem-Grid--tablet--6 .aem-GridColumn--offset--tablet--5 {
		margin-left: 83.3333333333%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--tablet--6,
	.l-system .aem-Grid--tablet--6 .aem-GridColumn--tablet--6 {
		width: 100%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--offset--tablet--6,
	.l-system .aem-Grid--tablet--6 .aem-GridColumn--offset--tablet--6 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--tablet--0,
	.l-system .aem-Grid--tablet--5 .aem-GridColumn--tablet--0 {
		width: 0;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--offset--tablet--0,
	.l-system .aem-Grid--tablet--5 .aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--tablet--1,
	.l-system .aem-Grid--tablet--5 .aem-GridColumn--tablet--1 {
		width: 20%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--offset--tablet--1,
	.l-system .aem-Grid--tablet--5 .aem-GridColumn--offset--tablet--1 {
		margin-left: 20%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--tablet--2,
	.l-system .aem-Grid--tablet--5 .aem-GridColumn--tablet--2 {
		width: 40%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--offset--tablet--2,
	.l-system .aem-Grid--tablet--5 .aem-GridColumn--offset--tablet--2 {
		margin-left: 40%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--tablet--3,
	.l-system .aem-Grid--tablet--5 .aem-GridColumn--tablet--3 {
		width: 60%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--offset--tablet--3,
	.l-system .aem-Grid--tablet--5 .aem-GridColumn--offset--tablet--3 {
		margin-left: 60%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--tablet--4,
	.l-system .aem-Grid--tablet--5 .aem-GridColumn--tablet--4 {
		width: 80%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--offset--tablet--4,
	.l-system .aem-Grid--tablet--5 .aem-GridColumn--offset--tablet--4 {
		margin-left: 80%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--tablet--5,
	.l-system .aem-Grid--tablet--5 .aem-GridColumn--tablet--5 {
		width: 100%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--offset--tablet--5,
	.l-system .aem-Grid--tablet--5 .aem-GridColumn--offset--tablet--5 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--tablet--0,
	.l-system .aem-Grid--tablet--4 .aem-GridColumn--tablet--0 {
		width: 0;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--offset--tablet--0,
	.l-system .aem-Grid--tablet--4 .aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--tablet--1,
	.l-system .aem-Grid--tablet--4 .aem-GridColumn--tablet--1 {
		width: 25%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--offset--tablet--1,
	.l-system .aem-Grid--tablet--4 .aem-GridColumn--offset--tablet--1 {
		margin-left: 25%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--tablet--2,
	.l-system .aem-Grid--tablet--4 .aem-GridColumn--tablet--2 {
		width: 50%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--offset--tablet--2,
	.l-system .aem-Grid--tablet--4 .aem-GridColumn--offset--tablet--2 {
		margin-left: 50%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--tablet--3,
	.l-system .aem-Grid--tablet--4 .aem-GridColumn--tablet--3 {
		width: 75%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--offset--tablet--3,
	.l-system .aem-Grid--tablet--4 .aem-GridColumn--offset--tablet--3 {
		margin-left: 75%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--tablet--4,
	.l-system .aem-Grid--tablet--4 .aem-GridColumn--tablet--4 {
		width: 100%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--offset--tablet--4,
	.l-system .aem-Grid--tablet--4 .aem-GridColumn--offset--tablet--4 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--tablet--0,
	.l-system .aem-Grid--tablet--3 .aem-GridColumn--tablet--0 {
		width: 0;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--offset--tablet--0,
	.l-system .aem-Grid--tablet--3 .aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--tablet--1,
	.l-system .aem-Grid--tablet--3 .aem-GridColumn--tablet--1 {
		width: 33.3333333333%;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--offset--tablet--1,
	.l-system .aem-Grid--tablet--3 .aem-GridColumn--offset--tablet--1 {
		margin-left: 33.3333333333%;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--tablet--2,
	.l-system .aem-Grid--tablet--3 .aem-GridColumn--tablet--2 {
		width: 66.6666666667%;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--offset--tablet--2,
	.l-system .aem-Grid--tablet--3 .aem-GridColumn--offset--tablet--2 {
		margin-left: 66.6666666667%;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--tablet--3,
	.l-system .aem-Grid--tablet--3 .aem-GridColumn--tablet--3 {
		width: 100%;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--offset--tablet--3,
	.l-system .aem-Grid--tablet--3 .aem-GridColumn--offset--tablet--3 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--2 .aem-GridColumn--tablet--0,
	.l-system .aem-Grid--tablet--2 .aem-GridColumn--tablet--0 {
		width: 0;
	}

	.l-system .aem-Grid--2 .aem-GridColumn--offset--tablet--0,
	.l-system .aem-Grid--tablet--2 .aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--2 .aem-GridColumn--tablet--1,
	.l-system .aem-Grid--tablet--2 .aem-GridColumn--tablet--1 {
		width: 50%;
	}

	.l-system .aem-Grid--2 .aem-GridColumn--offset--tablet--1,
	.l-system .aem-Grid--tablet--2 .aem-GridColumn--offset--tablet--1 {
		margin-left: 50%;
	}

	.l-system .aem-Grid--2 .aem-GridColumn--tablet--2,
	.l-system .aem-Grid--tablet--2 .aem-GridColumn--tablet--2 {
		width: 100%;
	}

	.l-system .aem-Grid--2 .aem-GridColumn--offset--tablet--2,
	.l-system .aem-Grid--tablet--2 .aem-GridColumn--offset--tablet--2 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--1 .aem-GridColumn--tablet--0,
	.l-system .aem-Grid--tablet--1 .aem-GridColumn--tablet--0 {
		width: 0;
	}

	.l-system .aem-Grid--1 .aem-GridColumn--offset--tablet--0,
	.l-system .aem-Grid--tablet--1 .aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--1 .aem-GridColumn--tablet--1,
	.l-system .aem-Grid--tablet--1 .aem-GridColumn--tablet--1 {
		width: 100%;
	}

	.l-system .aem-Grid--1 .aem-GridColumn--offset--tablet--1,
	.l-system .aem-Grid--tablet--1 .aem-GridColumn--offset--tablet--1 {
		margin-left: 100%;
	}

	.l-system .aem-GridColumn {
		padding-left: 2px;
		padding-right: 2px;
		width: 100%;
	}

	.l-system .l-container--page {
		padding-left: 20px;
		padding-right: 20px;
	}

	.l-system .l-container--fullwidth {
		margin-right: -20px;
		margin-left: -20px
	}

	.l-system .l-container {
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media only screen and (min-width: 1022px) {

	.l-system .pt-lg-0px {
		padding-top: 0;
	}

	.l-system .pl-lg-0px {
		padding-left: 0;
	}

	.l-system .pr-lg-0px {
		padding-right: 0;
	}

	.l-system .pb-lg-0px {
		padding-bottom: 0;
	}

	.l-system .pt-lg-5px {
		padding-top: 5px;
	}

	.l-system .pl-lg-5px {
		padding-left: 5px;
	}

	.l-system .pr-lg-5px {
		padding-right: 5px;
	}

	.l-system .pb-lg-5px {
		padding-bottom: 5px;
	}

	.l-system .pt-lg-10px {
		padding-top: 10px;
	}

	.l-system .pl-lg-10px {
		padding-left: 10px;
	}

	.l-system .pr-lg-10px {
		padding-right: 10px;
	}

	.l-system .pb-lg-10px {
		padding-bottom: 10px;
	}

	.l-system .pt-lg-15px {
		padding-top: 15px;
	}

	.l-system .pl-lg-15px {
		padding-left: 15px;
	}

	.l-system .pr-lg-15px {
		padding-right: 15px;
	}

	.l-system .pb-lg-15px {
		padding-bottom: 15px;
	}

	.l-system .pt-lg-20px {
		padding-top: 20px;
	}

	.l-system .pl-lg-20px {
		padding-left: 20px;
	}

	.l-system .pr-lg-20px {
		padding-right: 20px;
	}

	.l-system .pb-lg-20px {
		padding-bottom: 20px;
	}

	.l-system .pt-lg-30px {
		padding-top: 30px;
	}

	.l-system .pl-lg-30px {
		padding-left: 30px;
	}

	.l-system .pr-lg-30px {
		padding-right: 30px;
	}

	.l-system .pb-lg-30px {
		padding-bottom: 30px;
	}

	.l-system .pt-lg-40px {
		padding-top: 40px;
	}

	.l-system .pl-lg-40px {
		padding-left: 40px;
	}

	.l-system .pr-lg-40px {
		padding-right: 40px;
	}

	.l-system .pb-lg-40px {
		padding-bottom: 40px;
	}

	.l-system .pt-lg-50px {
		padding-top: 50px;
	}

	.l-system .pl-lg-50px {
		padding-left: 50px;
	}

	.l-system .pr-lg-50px {
		padding-right: 50px;
	}

	.l-system .pb-lg-50px {
		padding-bottom: 50px;
	}

	.l-system .pt-lg-60px {
		padding-top: 60px;
	}

	.l-system .pl-lg-60px {
		padding-left: 60px;
	}

	.l-system .pr-lg-60px {
		padding-right: 60px;
	}

	.l-system .pb-lg-60px {
		padding-bottom: 60px;
	}

	.l-system .pt-lg-70px {
		padding-top: 70px;
	}

	.l-system .pl-lg-70px {
		padding-left: 70px;
	}

	.l-system .pr-lg-70px {
		padding-right: 70px;
	}

	.l-system .pb-lg-70px {
		padding-bottom: 70px;
	}

	.l-system .pt-lg-80px {
		padding-top: 5pc;
	}

	.l-system .pl-lg-80px {
		padding-left: 5pc;
	}

	.l-system .pr-lg-80px {
		padding-right: 5pc;
	}

	.l-system .pb-lg-80px {
		padding-bottom: 5pc;
	}

	.l-system .pt-lg-90px {
		padding-top: 90px;
	}

	.l-system .pl-lg-90px {
		padding-left: 90px;
	}

	.l-system .pr-lg-90px {
		padding-right: 90px;
	}

	.l-system .pb-lg-90px {
		padding-bottom: 90px;
	}

	.l-system .pt-lg-100px {
		padding-top: 75pt;
	}

	.l-system .pl-lg-100px {
		padding-left: 75pt;
	}

	.l-system .pr-lg-100px {
		padding-right: 75pt;
	}

	.l-system .pb-lg-100px {
		padding-bottom: 75pt;
	}

	.l-system .pt-lg-110px {
		padding-top: 110px;
	}

	.l-system .pl-lg-110px {
		padding-left: 110px;
	}

	.l-system .pr-lg-110px {
		padding-right: 110px;
	}

	.l-system .pb-lg-110px {
		padding-bottom: 110px;
	}

	.l-system .pt-lg-120px {
		padding-top: 90pt;
	}

	.l-system .pl-lg-120px {
		padding-left: 90pt;
	}

	.l-system .pr-lg-120px {
		padding-right: 90pt;
	}

	.l-system .pb-lg-120px {
		padding-bottom: 90pt;
	}

	.l-system .mx-lg-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.l-system .min-ht-xl-300px {
		min-height: 300px;
	}

	.l-system .min-ht-xl-350px {
		min-height: 350px;
	}

	.l-system .min-ht-xl-400px {
		min-height: 25pc;
	}

	.l-system .min-ht-xl-450px {
		min-height: 450px;
	}

	.l-system .min-ht-xl-500px {
		min-height: 500px;
	}

	.l-system .min-ht-xl-550px {
		min-height: 550px;
	}

	.l-system .min-ht-xl-600px {
		min-height: 600px;
	}

	.l-system .min-ht-xl-650px {
		min-height: 650px;
	}

	.l-system .min-ht-xl-700px {
		min-height: 700px;
	}

	.l-system .min-ht-xl-750px {
		min-height: 750px;
	}

	.l-system .min-ht-xl-800px {
		min-height: 50pc;
	}

	.l-system .min-ht-xl-850px {
		min-height: 850px;
	}

	.l-system .min-ht-xl-900px {
		min-height: 900px;
	}

	.l-system .aem-GridColumn.aem-GridColumn--default--hide {
		display: none;
	}

	.l-system .aem-Grid {
		margin-left: -10px;
		width: calc(100% + 20px);
	}

	.l-system .aem-Grid--12 .aem-GridColumn--default--0,
	.l-system .aem-Grid--default--12 .aem-GridColumn--default--0 {
		width: 0;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--default--0,
	.l-system .aem-Grid--default--12 .aem-GridColumn--offset--default--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--default--1,
	.l-system .aem-Grid--default--12 .aem-GridColumn--default--1 {
		width: 8.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--default--1,
	.l-system .aem-Grid--default--12 .aem-GridColumn--offset--default--1 {
		margin-left: 8.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--default--2,
	.l-system .aem-Grid--default--12 .aem-GridColumn--default--2 {
		width: 16.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--default--2,
	.l-system .aem-Grid--default--12 .aem-GridColumn--offset--default--2 {
		margin-left: 16.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--default--3,
	.l-system .aem-Grid--default--12 .aem-GridColumn--default--3 {
		width: 25%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--default--3,
	.l-system .aem-Grid--default--12 .aem-GridColumn--offset--default--3 {
		margin-left: 25%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--default--4,
	.l-system .aem-Grid--default--12 .aem-GridColumn--default--4 {
		width: 33.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--default--4,
	.l-system .aem-Grid--default--12 .aem-GridColumn--offset--default--4 {
		margin-left: 33.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--default--5,
	.l-system .aem-Grid--default--12 .aem-GridColumn--default--5 {
		width: 41.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--default--5,
	.l-system .aem-Grid--default--12 .aem-GridColumn--offset--default--5 {
		margin-left: 41.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--default--6,
	.l-system .aem-Grid--default--12 .aem-GridColumn--default--6 {
		width: 50%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--default--6,
	.l-system .aem-Grid--default--12 .aem-GridColumn--offset--default--6 {
		margin-left: 50%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--default--7,
	.l-system .aem-Grid--default--12 .aem-GridColumn--default--7 {
		width: 58.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--default--7,
	.l-system .aem-Grid--default--12 .aem-GridColumn--offset--default--7 {
		margin-left: 58.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--default--8,
	.l-system .aem-Grid--default--12 .aem-GridColumn--default--8 {
		width: 66.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--default--8,
	.l-system .aem-Grid--default--12 .aem-GridColumn--offset--default--8 {
		margin-left: 66.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--default--9,
	.l-system .aem-Grid--default--12 .aem-GridColumn--default--9 {
		width: 75%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--default--9,
	.l-system .aem-Grid--default--12 .aem-GridColumn--offset--default--9 {
		margin-left: 75%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--default--10,
	.l-system .aem-Grid--default--12 .aem-GridColumn--default--10 {
		width: 83.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--default--10,
	.l-system .aem-Grid--default--12 .aem-GridColumn--offset--default--10 {
		margin-left: 83.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--default--11,
	.l-system .aem-Grid--default--12 .aem-GridColumn--default--11 {
		width: 91.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--default--11,
	.l-system .aem-Grid--default--12 .aem-GridColumn--offset--default--11 {
		margin-left: 91.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--default--12,
	.l-system .aem-Grid--default--12 .aem-GridColumn--default--12 {
		width: 100%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--default--12,
	.l-system .aem-Grid--default--12 .aem-GridColumn--offset--default--12 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--default--0,
	.l-system .aem-Grid--default--11 .aem-GridColumn--default--0 {
		width: 0;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--default--0,
	.l-system .aem-Grid--default--11 .aem-GridColumn--offset--default--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--default--1,
	.l-system .aem-Grid--default--11 .aem-GridColumn--default--1 {
		width: 9.0909090909%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--default--1,
	.l-system .aem-Grid--default--11 .aem-GridColumn--offset--default--1 {
		margin-left: 9.0909090909%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--default--2,
	.l-system .aem-Grid--default--11 .aem-GridColumn--default--2 {
		width: 18.1818181818%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--default--2,
	.l-system .aem-Grid--default--11 .aem-GridColumn--offset--default--2 {
		margin-left: 18.1818181818%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--default--3,
	.l-system .aem-Grid--default--11 .aem-GridColumn--default--3 {
		width: 27.2727272727%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--default--3,
	.l-system .aem-Grid--default--11 .aem-GridColumn--offset--default--3 {
		margin-left: 27.2727272727%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--default--4,
	.l-system .aem-Grid--default--11 .aem-GridColumn--default--4 {
		width: 36.3636363636%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--default--4,
	.l-system .aem-Grid--default--11 .aem-GridColumn--offset--default--4 {
		margin-left: 36.3636363636%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--default--5,
	.l-system .aem-Grid--default--11 .aem-GridColumn--default--5 {
		width: 45.4545454545%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--default--5,
	.l-system .aem-Grid--default--11 .aem-GridColumn--offset--default--5 {
		margin-left: 45.4545454545%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--default--6,
	.l-system .aem-Grid--default--11 .aem-GridColumn--default--6 {
		width: 54.5454545455%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--default--6,
	.l-system .aem-Grid--default--11 .aem-GridColumn--offset--default--6 {
		margin-left: 54.5454545455%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--default--7,
	.l-system .aem-Grid--default--11 .aem-GridColumn--default--7 {
		width: 63.6363636364%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--default--7,
	.l-system .aem-Grid--default--11 .aem-GridColumn--offset--default--7 {
		margin-left: 63.6363636364%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--default--8,
	.l-system .aem-Grid--default--11 .aem-GridColumn--default--8 {
		width: 72.7272727273%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--default--8,
	.l-system .aem-Grid--default--11 .aem-GridColumn--offset--default--8 {
		margin-left: 72.7272727273%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--default--9,
	.l-system .aem-Grid--default--11 .aem-GridColumn--default--9 {
		width: 81.8181818182%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--default--9,
	.l-system .aem-Grid--default--11 .aem-GridColumn--offset--default--9 {
		margin-left: 81.8181818182%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--default--10,
	.l-system .aem-Grid--default--11 .aem-GridColumn--default--10 {
		width: 90.9090909091%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--default--10,
	.l-system .aem-Grid--default--11 .aem-GridColumn--offset--default--10 {
		margin-left: 90.9090909091%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--default--11,
	.l-system .aem-Grid--default--11 .aem-GridColumn--default--11 {
		width: 100%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--default--11,
	.l-system .aem-Grid--default--11 .aem-GridColumn--offset--default--11 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--default--0,
	.l-system .aem-Grid--default--10 .aem-GridColumn--default--0 {
		width: 0;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--default--0,
	.l-system .aem-Grid--default--10 .aem-GridColumn--offset--default--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--default--1,
	.l-system .aem-Grid--default--10 .aem-GridColumn--default--1 {
		width: 10%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--default--1,
	.l-system .aem-Grid--default--10 .aem-GridColumn--offset--default--1 {
		margin-left: 10%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--default--2,
	.l-system .aem-Grid--default--10 .aem-GridColumn--default--2 {
		width: 20%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--default--2,
	.l-system .aem-Grid--default--10 .aem-GridColumn--offset--default--2 {
		margin-left: 20%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--default--3,
	.l-system .aem-Grid--default--10 .aem-GridColumn--default--3 {
		width: 30%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--default--3,
	.l-system .aem-Grid--default--10 .aem-GridColumn--offset--default--3 {
		margin-left: 30%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--default--4,
	.l-system .aem-Grid--default--10 .aem-GridColumn--default--4 {
		width: 40%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--default--4,
	.l-system .aem-Grid--default--10 .aem-GridColumn--offset--default--4 {
		margin-left: 40%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--default--5,
	.l-system .aem-Grid--default--10 .aem-GridColumn--default--5 {
		width: 50%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--default--5,
	.l-system .aem-Grid--default--10 .aem-GridColumn--offset--default--5 {
		margin-left: 50%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--default--6,
	.l-system .aem-Grid--default--10 .aem-GridColumn--default--6 {
		width: 60%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--default--6,
	.l-system .aem-Grid--default--10 .aem-GridColumn--offset--default--6 {
		margin-left: 60%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--default--7,
	.l-system .aem-Grid--default--10 .aem-GridColumn--default--7 {
		width: 70%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--default--7,
	.l-system .aem-Grid--default--10 .aem-GridColumn--offset--default--7 {
		margin-left: 70%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--default--8,
	.l-system .aem-Grid--default--10 .aem-GridColumn--default--8 {
		width: 80%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--default--8,
	.l-system .aem-Grid--default--10 .aem-GridColumn--offset--default--8 {
		margin-left: 80%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--default--9,
	.l-system .aem-Grid--default--10 .aem-GridColumn--default--9 {
		width: 90%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--default--9,
	.l-system .aem-Grid--default--10 .aem-GridColumn--offset--default--9 {
		margin-left: 90%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--default--10,
	.l-system .aem-Grid--default--10 .aem-GridColumn--default--10 {
		width: 100%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--default--10,
	.l-system .aem-Grid--default--10 .aem-GridColumn--offset--default--10 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--default--0,
	.l-system .aem-Grid--default--9 .aem-GridColumn--default--0 {
		width: 0;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--default--0,
	.l-system .aem-Grid--default--9 .aem-GridColumn--offset--default--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--default--1,
	.l-system .aem-Grid--default--9 .aem-GridColumn--default--1 {
		width: 11.1111111111%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--default--1,
	.l-system .aem-Grid--default--9 .aem-GridColumn--offset--default--1 {
		margin-left: 11.1111111111%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--default--2,
	.l-system .aem-Grid--default--9 .aem-GridColumn--default--2 {
		width: 22.2222222222%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--default--2,
	.l-system .aem-Grid--default--9 .aem-GridColumn--offset--default--2 {
		margin-left: 22.2222222222%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--default--3,
	.l-system .aem-Grid--default--9 .aem-GridColumn--default--3 {
		width: 33.3333333333%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--default--3,
	.l-system .aem-Grid--default--9 .aem-GridColumn--offset--default--3 {
		margin-left: 33.3333333333%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--default--4,
	.l-system .aem-Grid--default--9 .aem-GridColumn--default--4 {
		width: 44.4444444444%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--default--4,
	.l-system .aem-Grid--default--9 .aem-GridColumn--offset--default--4 {
		margin-left: 44.4444444444%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--default--5,
	.l-system .aem-Grid--default--9 .aem-GridColumn--default--5 {
		width: 55.5555555556%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--default--5,
	.l-system .aem-Grid--default--9 .aem-GridColumn--offset--default--5 {
		margin-left: 55.5555555556%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--default--6,
	.l-system .aem-Grid--default--9 .aem-GridColumn--default--6 {
		width: 66.6666666667%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--default--6,
	.l-system .aem-Grid--default--9 .aem-GridColumn--offset--default--6 {
		margin-left: 66.6666666667%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--default--7,
	.l-system .aem-Grid--default--9 .aem-GridColumn--default--7 {
		width: 77.7777777778%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--default--7,
	.l-system .aem-Grid--default--9 .aem-GridColumn--offset--default--7 {
		margin-left: 77.7777777778%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--default--8,
	.l-system .aem-Grid--default--9 .aem-GridColumn--default--8 {
		width: 88.8888888889%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--default--8,
	.l-system .aem-Grid--default--9 .aem-GridColumn--offset--default--8 {
		margin-left: 88.8888888889%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--default--9,
	.l-system .aem-Grid--default--9 .aem-GridColumn--default--9 {
		width: 100%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--default--9,
	.l-system .aem-Grid--default--9 .aem-GridColumn--offset--default--9 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--default--0,
	.l-system .aem-Grid--default--8 .aem-GridColumn--default--0 {
		width: 0;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--default--0,
	.l-system .aem-Grid--default--8 .aem-GridColumn--offset--default--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--default--1,
	.l-system .aem-Grid--default--8 .aem-GridColumn--default--1 {
		width: 12.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--default--1,
	.l-system .aem-Grid--default--8 .aem-GridColumn--offset--default--1 {
		margin-left: 12.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--default--2,
	.l-system .aem-Grid--default--8 .aem-GridColumn--default--2 {
		width: 25%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--default--2,
	.l-system .aem-Grid--default--8 .aem-GridColumn--offset--default--2 {
		margin-left: 25%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--default--3,
	.l-system .aem-Grid--default--8 .aem-GridColumn--default--3 {
		width: 37.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--default--3,
	.l-system .aem-Grid--default--8 .aem-GridColumn--offset--default--3 {
		margin-left: 37.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--default--4,
	.l-system .aem-Grid--default--8 .aem-GridColumn--default--4 {
		width: 50%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--default--4,
	.l-system .aem-Grid--default--8 .aem-GridColumn--offset--default--4 {
		margin-left: 50%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--default--5,
	.l-system .aem-Grid--default--8 .aem-GridColumn--default--5 {
		width: 62.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--default--5,
	.l-system .aem-Grid--default--8 .aem-GridColumn--offset--default--5 {
		margin-left: 62.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--default--6,
	.l-system .aem-Grid--default--8 .aem-GridColumn--default--6 {
		width: 75%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--default--6,
	.l-system .aem-Grid--default--8 .aem-GridColumn--offset--default--6 {
		margin-left: 75%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--default--7,
	.l-system .aem-Grid--default--8 .aem-GridColumn--default--7 {
		width: 87.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--default--7,
	.l-system .aem-Grid--default--8 .aem-GridColumn--offset--default--7 {
		margin-left: 87.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--default--8,
	.l-system .aem-Grid--default--8 .aem-GridColumn--default--8 {
		width: 100%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--default--8,
	.l-system .aem-Grid--default--8 .aem-GridColumn--offset--default--8 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--default--0,
	.l-system .aem-Grid--default--7 .aem-GridColumn--default--0 {
		width: 0;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--default--0,
	.l-system .aem-Grid--default--7 .aem-GridColumn--offset--default--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--default--1,
	.l-system .aem-Grid--default--7 .aem-GridColumn--default--1 {
		width: 14.2857142857%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--default--1,
	.l-system .aem-Grid--default--7 .aem-GridColumn--offset--default--1 {
		margin-left: 14.2857142857%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--default--2,
	.l-system .aem-Grid--default--7 .aem-GridColumn--default--2 {
		width: 28.5714285714%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--default--2,
	.l-system .aem-Grid--default--7 .aem-GridColumn--offset--default--2 {
		margin-left: 28.5714285714%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--default--3,
	.l-system .aem-Grid--default--7 .aem-GridColumn--default--3 {
		width: 42.8571428571%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--default--3,
	.l-system .aem-Grid--default--7 .aem-GridColumn--offset--default--3 {
		margin-left: 42.8571428571%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--default--4,
	.l-system .aem-Grid--default--7 .aem-GridColumn--default--4 {
		width: 57.1428571429%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--default--4,
	.l-system .aem-Grid--default--7 .aem-GridColumn--offset--default--4 {
		margin-left: 57.1428571429%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--default--5,
	.l-system .aem-Grid--default--7 .aem-GridColumn--default--5 {
		width: 71.4285714286%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--default--5,
	.l-system .aem-Grid--default--7 .aem-GridColumn--offset--default--5 {
		margin-left: 71.4285714286%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--default--6,
	.l-system .aem-Grid--default--7 .aem-GridColumn--default--6 {
		width: 85.7142857143%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--default--6,
	.l-system .aem-Grid--default--7 .aem-GridColumn--offset--default--6 {
		margin-left: 85.7142857143%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--default--7,
	.l-system .aem-Grid--default--7 .aem-GridColumn--default--7 {
		width: 100%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--default--7,
	.l-system .aem-Grid--default--7 .aem-GridColumn--offset--default--7 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--default--0,
	.l-system .aem-Grid--default--6 .aem-GridColumn--default--0 {
		width: 0;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--offset--default--0,
	.l-system .aem-Grid--default--6 .aem-GridColumn--offset--default--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--default--1,
	.l-system .aem-Grid--default--6 .aem-GridColumn--default--1 {
		width: 16.6666666667%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--offset--default--1,
	.l-system .aem-Grid--default--6 .aem-GridColumn--offset--default--1 {
		margin-left: 16.6666666667%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--default--2,
	.l-system .aem-Grid--default--6 .aem-GridColumn--default--2 {
		width: 33.3333333333%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--offset--default--2,
	.l-system .aem-Grid--default--6 .aem-GridColumn--offset--default--2 {
		margin-left: 33.3333333333%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--default--3,
	.l-system .aem-Grid--default--6 .aem-GridColumn--default--3 {
		width: 50%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--offset--default--3,
	.l-system .aem-Grid--default--6 .aem-GridColumn--offset--default--3 {
		margin-left: 50%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--default--4,
	.l-system .aem-Grid--default--6 .aem-GridColumn--default--4 {
		width: 66.6666666667%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--offset--default--4,
	.l-system .aem-Grid--default--6 .aem-GridColumn--offset--default--4 {
		margin-left: 66.6666666667%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--default--5,
	.l-system .aem-Grid--default--6 .aem-GridColumn--default--5 {
		width: 83.3333333333%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--offset--default--5,
	.l-system .aem-Grid--default--6 .aem-GridColumn--offset--default--5 {
		margin-left: 83.3333333333%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--default--6,
	.l-system .aem-Grid--default--6 .aem-GridColumn--default--6 {
		width: 100%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--offset--default--6,
	.l-system .aem-Grid--default--6 .aem-GridColumn--offset--default--6 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--default--0,
	.l-system .aem-Grid--default--5 .aem-GridColumn--default--0 {
		width: 0;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--offset--default--0,
	.l-system .aem-Grid--default--5 .aem-GridColumn--offset--default--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--default--1,
	.l-system .aem-Grid--default--5 .aem-GridColumn--default--1 {
		width: 20%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--offset--default--1,
	.l-system .aem-Grid--default--5 .aem-GridColumn--offset--default--1 {
		margin-left: 20%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--default--2,
	.l-system .aem-Grid--default--5 .aem-GridColumn--default--2 {
		width: 40%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--offset--default--2,
	.l-system .aem-Grid--default--5 .aem-GridColumn--offset--default--2 {
		margin-left: 40%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--default--3,
	.l-system .aem-Grid--default--5 .aem-GridColumn--default--3 {
		width: 60%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--offset--default--3,
	.l-system .aem-Grid--default--5 .aem-GridColumn--offset--default--3 {
		margin-left: 60%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--default--4,
	.l-system .aem-Grid--default--5 .aem-GridColumn--default--4 {
		width: 80%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--offset--default--4,
	.l-system .aem-Grid--default--5 .aem-GridColumn--offset--default--4 {
		margin-left: 80%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--default--5,
	.l-system .aem-Grid--default--5 .aem-GridColumn--default--5 {
		width: 100%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--offset--default--5,
	.l-system .aem-Grid--default--5 .aem-GridColumn--offset--default--5 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--default--0,
	.l-system .aem-Grid--default--4 .aem-GridColumn--default--0 {
		width: 0;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--offset--default--0,
	.l-system .aem-Grid--default--4 .aem-GridColumn--offset--default--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--default--1,
	.l-system .aem-Grid--default--4 .aem-GridColumn--default--1 {
		width: 25%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--offset--default--1,
	.l-system .aem-Grid--default--4 .aem-GridColumn--offset--default--1 {
		margin-left: 25%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--default--2,
	.l-system .aem-Grid--default--4 .aem-GridColumn--default--2 {
		width: 50%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--offset--default--2,
	.l-system .aem-Grid--default--4 .aem-GridColumn--offset--default--2 {
		margin-left: 50%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--default--3,
	.l-system .aem-Grid--default--4 .aem-GridColumn--default--3 {
		width: 75%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--offset--default--3,
	.l-system .aem-Grid--default--4 .aem-GridColumn--offset--default--3 {
		margin-left: 75%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--default--4,
	.l-system .aem-Grid--default--4 .aem-GridColumn--default--4 {
		width: 100%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--offset--default--4,
	.l-system .aem-Grid--default--4 .aem-GridColumn--offset--default--4 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--default--0,
	.l-system .aem-Grid--default--3 .aem-GridColumn--default--0 {
		width: 0;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--offset--default--0,
	.l-system .aem-Grid--default--3 .aem-GridColumn--offset--default--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--default--1,
	.l-system .aem-Grid--default--3 .aem-GridColumn--default--1 {
		width: 33.3333333333%;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--offset--default--1,
	.l-system .aem-Grid--default--3 .aem-GridColumn--offset--default--1 {
		margin-left: 33.3333333333%;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--default--2,
	.l-system .aem-Grid--default--3 .aem-GridColumn--default--2 {
		width: 66.6666666667%;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--offset--default--2,
	.l-system .aem-Grid--default--3 .aem-GridColumn--offset--default--2 {
		margin-left: 66.6666666667%;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--default--3,
	.l-system .aem-Grid--default--3 .aem-GridColumn--default--3 {
		width: 100%;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--offset--default--3,
	.l-system .aem-Grid--default--3 .aem-GridColumn--offset--default--3 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--2 .aem-GridColumn--default--0,
	.l-system .aem-Grid--default--2 .aem-GridColumn--default--0 {
		width: 0;
	}

	.l-system .aem-Grid--2 .aem-GridColumn--offset--default--0,
	.l-system .aem-Grid--default--2 .aem-GridColumn--offset--default--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--2 .aem-GridColumn--default--1,
	.l-system .aem-Grid--default--2 .aem-GridColumn--default--1 {
		width: 50%;
	}

	.l-system .aem-Grid--2 .aem-GridColumn--offset--default--1,
	.l-system .aem-Grid--default--2 .aem-GridColumn--offset--default--1 {
		margin-left: 50%;
	}

	.l-system .aem-Grid--2 .aem-GridColumn--default--2,
	.l-system .aem-Grid--default--2 .aem-GridColumn--default--2 {
		width: 100%;
	}

	.l-system .aem-Grid--2 .aem-GridColumn--offset--default--2,
	.l-system .aem-Grid--default--2 .aem-GridColumn--offset--default--2 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--1 .aem-GridColumn--default--0,
	.l-system .aem-Grid--default--1 .aem-GridColumn--default--0 {
		width: 0;
	}

	.l-system .aem-Grid--1 .aem-GridColumn--offset--default--0,
	.l-system .aem-Grid--default--1 .aem-GridColumn--offset--default--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--1 .aem-GridColumn--default--1,
	.l-system .aem-Grid--default--1 .aem-GridColumn--default--1 {
		width: 100%;
	}

	.l-system .aem-Grid--1 .aem-GridColumn--offset--default--1,
	.l-system .aem-Grid--default--1 .aem-GridColumn--offset--default--1 {
		margin-left: 100%;
	}

	.l-system .aem-GridColumn {
		padding-left: 10px;
		padding-right: 10px;
	}

	.l-system .l-container--page {
		padding-left: 15px;
		padding-right: 15px;
	}

	.l-system .l-container--fullwidth {
		margin-right: -15px;
		margin-left: -15px
	}

	.l-system .l-container {
		padding-left: 15px;
		padding-right: 15px;
	}

}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {

	.l-system .c-container.min-ht-sd-300px {
		min-height: 300px;
	}

	.l-system .c-container.min-ht-sd-350px {
		min-height: 350px;
	}

	.l-system .c-container.min-ht-sd-400px {
		min-height: 25pc;
	}

	.l-system .c-container.min-ht-sd-450px {
		min-height: 450px;
	}

	.l-system .c-container.min-ht-sd-500px {
		min-height: 500px;
	}

	.l-system .c-container.min-ht-sd-550px {
		min-height: 550px;
	}

	.l-system .c-container.min-ht-sd-600px {
		min-height: 600px;
	}

	.l-system .c-container.min-ht-sd-650px {
		min-height: 650px;
	}

	.l-system .c-container.min-ht-sd-700px {
		min-height: 700px;
	}

	.l-system .c-container.min-ht-sd-750px {
		min-height: 750px;
	}

	.l-system .c-container.min-ht-sd-800px {
		min-height: 50pc;
	}

	.l-system .c-container.min-ht-sd-850px {
		min-height: 850px;
	}

	.l-system .c-container.min-ht-sd-900px {
		min-height: 900px;
	}

	.l-system .c-container__body.pt-sd-0px {
		padding-top: 0;
	}

	.l-system .c-container__body.pl-sd-0px {
		padding-left: 0;
	}

	.l-system .c-container__body.pr-sd-0px {
		padding-right: 0;
	}

	.l-system .c-container__body.pb-sd-0px {
		padding-bottom: 0;
	}

	.l-system .c-container__body.pt-sd-5px {
		padding-top: 5px;
	}

	.l-system .c-container__body.pl-sd-5px {
		padding-left: 5px;
	}

	.l-system .c-container__body.pr-sd-5px {
		padding-right: 5px;
	}

	.l-system .c-container__body.pb-sd-5px {
		padding-bottom: 5px;
	}

	.l-system .c-container__body.pt-sd-10px {
		padding-top: 10px;
	}

	.l-system .c-container__body.pl-sd-10px {
		padding-left: 10px;
	}

	.l-system .c-container__body.pr-sd-10px {
		padding-right: 10px;
	}

	.l-system .c-container__body.pb-sd-10px {
		padding-bottom: 10px;
	}

	.l-system .c-container__body.pt-sd-15px {
		padding-top: 15px;
	}

	.l-system .c-container__body.pl-sd-15px {
		padding-left: 15px;
	}

	.l-system .c-container__body.pr-sd-15px {
		padding-right: 15px;
	}

	.l-system .c-container__body.pb-sd-15px {
		padding-bottom: 15px;
	}

	.l-system .c-container__body.pt-sd-20px {
		padding-top: 20px;
	}

	.l-system .c-container__body.pl-sd-20px {
		padding-left: 20px;
	}

	.l-system .c-container__body.pr-sd-20px {
		padding-right: 20px;
	}

	.l-system .c-container__body.pb-sd-20px {
		padding-bottom: 20px;
	}

	.l-system .c-container__body.pt-sd-30px {
		padding-top: 30px;
	}

	.l-system .c-container__body.pl-sd-30px {
		padding-left: 30px;
	}

	.l-system .c-container__body.pr-sd-30px {
		padding-right: 30px;
	}

	.l-system .c-container__body.pb-sd-30px {
		padding-bottom: 30px;
	}

	.l-system .c-container__body.pt-sd-40px {
		padding-top: 40px;
	}

	.l-system .c-container__body.pl-sd-40px {
		padding-left: 40px;
	}

	.l-system .c-container__body.pr-sd-40px {
		padding-right: 40px;
	}

	.l-system .c-container__body.pb-sd-40px {
		padding-bottom: 40px;
	}

	.l-system .c-container__body.pt-sd-50px {
		padding-top: 50px;
	}

	.l-system .c-container__body.pl-sd-50px {
		padding-left: 50px;
	}

	.l-system .c-container__body.pr-sd-50px {
		padding-right: 50px;
	}

	.l-system .c-container__body.pb-sd-50px {
		padding-bottom: 50px;
	}

	.l-system .c-container__body.pt-sd-60px {
		padding-top: 60px;
	}

	.l-system .c-container__body.pl-sd-60px {
		padding-left: 60px;
	}

	.l-system .c-container__body.pr-sd-60px {
		padding-right: 60px;
	}

	.l-system .c-container__body.pb-sd-60px {
		padding-bottom: 60px;
	}

	.l-system .c-container__body.pt-sd-70px {
		padding-top: 70px;
	}

	.l-system .c-container__body.pl-sd-70px {
		padding-left: 70px;
	}

	.l-system .c-container__body.pr-sd-70px {
		padding-right: 70px;
	}

	.l-system .c-container__body.pb-sd-70px {
		padding-bottom: 70px;
	}

	.l-system .c-container__body.pt-sd-80px {
		padding-top: 5pc;
	}

	.l-system .c-container__body.pl-sd-80px {
		padding-left: 5pc;
	}

	.l-system .c-container__body.pr-sd-80px {
		padding-right: 5pc;
	}

	.l-system .c-container__body.pb-sd-80px {
		padding-bottom: 5pc;
	}

	.l-system .c-container__body.pt-sd-90px {
		padding-top: 90px;
	}

	.l-system .c-container__body.pl-sd-90px {
		padding-left: 90px;
	}

	.l-system .c-container__body.pr-sd-90px {
		padding-right: 90px;
	}

	.l-system .c-container__body.pb-sd-90px {
		padding-bottom: 90px;
	}

	.l-system .c-container__body.pt-sd-100px {
		padding-top: 75pt;
	}

	.l-system .c-container__body.pl-sd-100px {
		padding-left: 75pt;
	}

	.l-system .c-container__body.pr-sd-100px {
		padding-right: 75pt;
	}

	.l-system .c-container__body.pb-sd-100px {
		padding-bottom: 75pt;
	}

	.l-system .c-container__body.pt-sd-110px {
		padding-top: 110px;
	}

	.l-system .c-container__body.pl-sd-110px {
		padding-left: 110px;
	}

	.l-system .c-container__body.pr-sd-110px {
		padding-right: 110px;
	}

	.l-system .c-container__body.pb-sd-110px {
		padding-bottom: 110px;
	}

	.l-system .c-container__body.pt-sd-120px {
		padding-top: 90pt;
	}

	.l-system .c-container__body.pl-sd-120px {
		padding-left: 90pt;
	}

	.l-system .c-container__body.pr-sd-120px {
		padding-right: 90pt;
	}

	.l-system .c-container__body.pb-sd-120px {
		padding-bottom: 90pt;
	}

	.l-system .c-container__bg-img__picture.sd-pos-center-center {
		-o-object-position: center center;
		object-position: center center;
	}

	.l-system .c-container__bg-img__picture.sd-pos-center-top {
		-o-object-position: center top;
		object-position: center top;
	}

	.l-system .c-container__bg-img__picture.sd-pos-center-bottom {
		-o-object-position: center bottom;
		object-position: center bottom;
	}

	.l-system .c-container__bg-img__picture.sd-pos-left-top {
		-o-object-position: left top;
		object-position: left top;
	}

	.l-system .c-container__bg-img__picture.sd-pos-left-bottom {
		-o-object-position: left bottom;
		object-position: left bottom;
	}

	.l-system .c-container__bg-img__picture.sd-pos-right-top {
		-o-object-position: right top;
		object-position: right top;
	}

	.l-system .c-container__bg-img__picture.sd-pos-right-bottom {
		-o-object-position: right bottom;
		object-position: right bottom;
	}

}

@media only screen and (min-width: 1330px) {

	.l-system .l-container--page {
		padding-left: 15px;
		padding-right: 15px;
		width: 1330px;
	}

	.l-system .l-container--fullwidth {
		margin: 0 calc(-50vw + 650px)
	}

	.l-system .l-container {
		padding-left: 15px;
		padding-right: 15px;
		width: 1330px;
	}

}

@media only screen and (max-width: 1021px) {

	.l-system .t__disable-tablet-mobile {
		align-items: center;
		background: #f4f1ed;
		color: #c1bfb8;
		font-family: Inter;
		font-style: normal;
		pointer-events: none;
	}

}

@media screen and (max-width: 768px) {

	.close .text-close,
	.close .text-close .btn {
		font-size: 20px;
		top: 4%;
		width: 80%;
	}

	.close .text-close p {
		font-weight: bold;
		line-height: 2;
		text-align: center;
	}

	.close .text-close p span {
		display: block;
		font-size: 14px;
	}

	.close .text-close .btn {
		font-size: 18px;
		top: 180%;
		width: 180px;
	}

	footer {
		padding: 0 10px;
	}

	footer .wrap .pankuzu li {
		display: inline-block;
		font-size: 14px;
		padding-bottom: 15px;
	}

	footer .copywriter {
		display: block;
		padding: 15px 10px 45px;
	}

	footer .copywriter img {
		width: 40%;
	}

	footer .copywriter p {
		font-size: 12px;
		margin-left: 0;
		margin-top: 20px;
	}

	footer .copywriter a {
		display: block;
		width: 150px;
	}

	header.wrap {
		/* padding: 20px 10px; */
		display: none;
	}

	header button img {
		width: 25px;
	}

	header button span {
		color: #000;
		font-size: 14px;
	}

	header .area_subnav.active {
		border-radius: 0;
		display: block;
		right: 0;
	}

	header .area_subnav ul:first-child {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		height: 180px;
	}

	header .area_subnav ul:last-child {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}

	header .area_subnav ul:first-child li a.btn {
		margin-top: 20px;
	}

	.l-modal .child_1 img {
		width: 100%;
	}

	.modal-close {
		font-size: 20px;
		height: 20px;
		width: 20px;
	}

	.modal-content .child_2 p:first-child {
		margin-top: 0;
	}

	.modal-body h3 {
		font-size: 18px;
		padding: 30px 10px 0;
		width: 93%;
	}

	.modal-close img {
		width: 8px;
	}

	.modal-content {
		padding: 20px;
	}

	.modal-content {
		display: block;
		padding: 30px 10px;
	}

	.modal-content .child_1 {
		padding-bottom: 20px;
		padding-left: 0;
	}

	.modal-content .child_2 {
		padding-left: 0;
		width: 100%;
	}

}

@media screen and (max-width:767px) {

	html {
		font-size: 2.6666666667vw;
	}

	.l-header__logo {
		max-width: 160px;
	}

	.l-section {
		padding: 30px 0;
	}

	.l-section__wrapper {
		padding: 0 16px;
	}

	.l-section__title {
		font-size: 1.9rem;
	}

	.l-section__title::before,
	.l-section__title::after {
		width: 3.25rem;
		height: 0.1rem;
	}

	.l-section__title::before {
		margin-right: 1.1rem;
	}

	.l-section__title::after {
		margin-left: 1.1rem;
	}

	.scroll-hint.is-left-scrollable {
		overflow: auto;
	}

	.l-price__wrapper {
		width: auto;
	}

	.l-price__container {
		flex-direction: column;
		gap: 1rem;
		height: auto;
		padding: 2rem 1rem;
	}

	.l-price__container__head {
		gap: 2rem;
		width: 100%;
	}

	.l-price__container__head::after {
		font-size: 1.2rem;
		left: 0;
		padding: 0.6rem;
		top: -2rem;
	}

	.l-price__container__head__img {
		flex-shrink: 0;
		margin-left: 0;
		position: relative;
		width: 10rem;
	}

	.l-price__container__head__detail {
		padding-left: 0;
		width: 100%;
	}

	.l-price__container__head__detail__txt {
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.l-price__container__head__detail__name {
		margin: 0;
	}

	.l-price__container__head__detail__select-wrapper {
		width: 100%;
	}

	.l-price__container__dotted {
		background-size: 6px 3px;
		flex-shrink: 0;
		height: 3px;
		width: 100%;
	}

	.l-price__container__body {
		display: block;
		flex-shrink: 0;
		text-align: center;
	}

	.l-price__container__body__price {
		display: inline;
		margin-bottom: 1rem;
		margin-left: 0;
	}

	.l-price__container__body__price .-price {
		line-height: 1.5;
	}

	.l-price__container__body__price::after {
		position: relative;
		display: inline-block;
		bottom: 0;
	}

	.l-price__container__body__detail__txt {
		margin-bottom: 0.4rem;
	}

	.l-price__container__body__detail__btn {
		width: 100%;
	}

	.l-no1__title {
		width: auto;
	}

	.l-no1__container {
		display: flex;
		flex-direction: column;
		padding-top: 2rem;
		width: auto;
	}

	.l-no1__container__item__title {
		font-size: 1.8rem;
		margin-bottom: 0.8rem;
		padding-bottom: 0.8rem;
	}

	.l-feature__list {
		grid-template-columns: repeat(1, 1fr);
	}

	.l-function__body {
		display: block;
		width: 150px;
		padding: 0 8px;
	}

	.l-function__body__img {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 8px;
	}

	.l-function__body__title {
		font-size: 14px;
	}

	.l-function__textbox p {
		font-size: 15px;
		padding: 10px;
		width: 200px;
	}

	.l-function__textbox::before {
		width: 767px;
	}

	.l-function .p-table thead th:first-child {
		width: 150px;
		height: 260px;
	}

	.c-award+.c-award {
		margin-top: 1rem;
	}

	.c-award__icon {
		width: 8rem;
	}

	.c-award__icon.bcnaward {
		width: 8rem;
	}

	.c-award__txt {
		max-width: 400px;
	}

	.c-award__txt__title {
		font-size: 1.4rem;
	}

	.c-award__txt__detail {
		font-size: 1rem;
	}

	.c-featureItem__head {
		margin-bottom: 1.8rem;
	}

	.c-featureItem__head__img {
		width: 10rem;
		margin-left: 0;
	}

	.c-featureItem__head__title {
		font-size: 1.8rem;
		height: auto;
		padding: 1rem 1rem 1rem 5rem;
		width: 100%;
	}

	.c-featureItem__head::after {
		width: 4rem;
		bottom: -15%;
	}

	.c-featureItem__body {
		padding: 2rem 0.8rem;
		height: auto;
	}

	.c-featureItem__body__title {
		font-size: 1.8rem;
	}

	.c-featureItem__body__contents {
		align-items: start;
	}

	.c-featureItem__body__contents__img {
		width: 12rem;
	}

	.c-featureItem__body__contents__txt {
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.c-featureItem__body__contents__txt__detail__txt {
		font-size: 1rem;
	}

	.p-table td {
		min-width: 180px;
		padding: 0.6rem 0;
	}

	.p-table thead th {
		min-width: none;
		width: 100px;
		padding: 1em 0.8em 0.5em;
	}

	.p-table thead th p {
		font-size: 12px;
		margin-bottom: 0;
	}

	.p-table thead th h3 {
		margin-bottom: 10px;
	}

	.p-table thead th div {
		min-width: 180px;
		margin-top: 3px;
	}

	.p-table thead th:first-child {
		width: 80px;
		height: 300px;
	}

	.p-table thead th:nth-child(2n) {
		width: 210px;
	}

	.p-table thead th:nth-child(4) {
		width: 180px;
	}

	.p-table thead th.-white {
		width: 6px;
	}

	.p-table tbody th {
		font-size: 14px;
		padding: 12px 0;
	}

	.p-table tbody td {
		font-size: 19px;
		width: 180px;
	}

	.p-table tbody td span.txt {
		font-size: 12px;
	}

	.p-table tbody td p {
		font-size: 19px;
	}

	.p-table tbody td p.-offer::before {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #ff6400;
	}

	.p-table tbody td p.-offer::after {
		font-size: 16px;
		height: 26px;
		top: -28px;
	}

	/* .p-table tbody td a.btn {
		font-size: 10px;
		height: 6px;
		width: 90%;
		max-width: 14rem;
	} */

	.p-table tbody td .-small {
		font-size: 10px;
	}

	.p-table tbody td .icon_os {
		width: 100px;
	}

	.p-table .table-scroll {
		margin: 50px auto 0;
		overflow-x: auto;
	}

	.u-pc {
		display: none;
	}

	.u-sp {
		display: block;
	}

}

@media only screen and (max-width: 767px) {

	.l-system h1 {
		margin: 40px 0;
	}

	.l-system h1,
	.l-system h1 .h1-title-1,
	.l-system h1.h1-title-1 {
		font-size: 36px;
		line-height: 3pc;
	}

	.l-system h1:has(.h1-title-1) {
		margin: 40px 0;
	}

	.l-system h1:has(.h-xl) {
		margin: 3pc 0;
	}

	.l-system h1:has(.h1-title-2) {
		margin: 40px 0;
	}

	.l-system h1 .h1-title-2,
	.l-system h1.h1-title-2 {
		font-size: 2pc;
		line-height: 3pc;
	}

	.l-system h2 {
		font-size: 2pc;
		line-height: 38px;
		margin: 40px 0;
	}

	.l-system h2:has(.h2-title-3) {
		margin: 2pc 0;
	}

	.l-system h2:has(.h2-title-4) {
		margin: 28px 0;
	}

	.l-system h2:has(.h2-title-5) {
		margin: 24px 0;
	}

	.l-system h2 .h2-title-3,
	.l-system h2.h2-title-3 {
		font-size: 28px;
		line-height: 38px;
	}

	.l-system h2 .h2-title-4,
	.l-system h2.h2-title-4 {
		font-size: 24px;
		line-height: 38px;
	}

	.l-system h2 .h2-title-5,
	.l-system h2.h2-title-5 {
		font-size: 20px;
		line-height: 28px;
	}

	.l-system h3 {
		font-size: 28px;
		line-height: 2pc;
		margin: 2pc 0;
	}

	.l-system h3:has(.h3-title-6) {
		margin: 24px 0;
	}

	.l-system h3 .h3-title-6,
	.l-system h3.h3-title-6 {
		font-size: 18px;
		line-height: 2pc;
	}

	.l-system h4 {
		font-size: 24px;
		line-height: 36px;
		margin: 28px 0;
	}

	.l-system h5 {
		font-size: 20px;
		line-height: 28px;
	}

	.l-system h5,
	.l-system h6 {
		margin: 24px 0;
	}

	.l-system h6 {
		font-size: 18px;
		line-height: 26px;
	}

	.l-system .h-xl,
	.l-system h1.h-xl {
		font-size: 44px;
		line-height: 3pc;
	}

	.l-system .stats-percentage-symbol-font-size {
		font-size: 56px;
		font-weight: 800;
		line-height: 42px;
	}

	.l-system .stats-small-text-font-size {
		font-size: 30px;
		font-weight: 800;
		line-height: 36px;
	}

	.l-system li {
		font-size: 1pc;
		line-height: 18pt;
		margin-bottom: 10px;
	}

	.l-system .t__disable-tablet-mobile {
		border: 2px solid #c1bfb8;
		border-radius: 18px;
		font-size: 14px;
		line-height: 20px;
		padding: 8px 20px;
	}

	.l-system .min-ht-300px {
		min-height: 300px;
	}

	.l-system .min-ht-350px {
		min-height: 350px;
	}

	.l-system .min-ht-400px {
		min-height: 25pc;
	}

	.l-system .min-ht-450px {
		min-height: 450px;
	}

	.l-system .min-ht-500px {
		min-height: 500px;
	}

	.l-system .min-ht-550px {
		min-height: 550px;
	}

	.l-system .min-ht-600px {
		min-height: 600px;
	}

	.l-system .min-ht-650px {
		min-height: 650px;
	}

	.l-system .min-ht-700px {
		min-height: 700px;
	}

	.l-system .min-ht-750px {
		min-height: 750px;
	}

	.l-system .min-ht-800px {
		min-height: 50pc;
	}

	.l-system .min-ht-850px {
		min-height: 850px;
	}

	.l-system .min-ht-900px {
		min-height: 900px;
	}

	.l-system .c-container__bg-img__picture.pos-center-center {
		-o-object-position: center center;
		object-position: center center;
	}

	.l-system .c-container__bg-img__picture.pos-center-top {
		-o-object-position: center top;
		object-position: center top;
	}

	.l-system .c-container__bg-img__picture.pos-center-bottom {
		-o-object-position: center bottom;
		object-position: center bottom;
	}

	.l-system .c-container__bg-img__picture.pos-left-top {
		-o-object-position: left top;
		object-position: left top;
	}

	.l-system .c-container__bg-img__picture.pos-left-bottom {
		-o-object-position: left bottom;
		object-position: left bottom;
	}

	.l-system .c-container__bg-img__picture.pos-right-top {
		-o-object-position: right top;
		object-position: right top;
	}

	.l-system .c-container__bg-img__picture.pos-right-bottom {
		-o-object-position: right bottom;
		object-position: right bottom;
	}

	.l-system .c-container--round-corners,
	.l-system .c-container--round-corners .c-container__bg-img__picture {
		border-radius: 1pc;
	}

	.l-system .c-container--round-corners .c-container__bg-img__container--has-hex-bg-clr {
		border-radius: 1pc;
	}

	.l-system .c-container--round-corners .c-container__bg-img__container--has-hex-bg-clr .c-container__bg-img__picture {
		border-radius: 0;
	}

	.l-system .c-container__id--round-corners {
		border-radius: 1pc;
	}

	.l-system .aem-GridColumn.aem-GridColumn--phone--hide {
		display: none;
	}

	.l-system .aem-Grid {
		margin-left: -2px;
		width: calc(100% + 4px);
	}

	.l-system .aem-Grid--12 .aem-GridColumn--phone--0,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--phone--0 {
		width: 0;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--phone--0,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--phone--1,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--phone--1 {
		width: 8.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--phone--1,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--offset--phone--1 {
		margin-left: 8.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--phone--2,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--phone--2 {
		width: 16.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--phone--2,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--offset--phone--2 {
		margin-left: 16.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--phone--3,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--phone--3 {
		width: 25%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--phone--3,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--offset--phone--3 {
		margin-left: 25%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--phone--4,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--phone--4 {
		width: 33.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--phone--4,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--offset--phone--4 {
		margin-left: 33.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--phone--5,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--phone--5 {
		width: 41.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--phone--5,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--offset--phone--5 {
		margin-left: 41.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--phone--6,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--phone--6 {
		width: 50%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--phone--6,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--offset--phone--6 {
		margin-left: 50%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--phone--7,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--phone--7 {
		width: 58.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--phone--7,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--offset--phone--7 {
		margin-left: 58.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--phone--8,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--phone--8 {
		width: 66.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--phone--8,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--offset--phone--8 {
		margin-left: 66.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--phone--9,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--phone--9 {
		width: 75%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--phone--9,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--offset--phone--9 {
		margin-left: 75%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--phone--10,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--phone--10 {
		width: 83.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--phone--10,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--offset--phone--10 {
		margin-left: 83.3333333333%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--phone--11,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--phone--11 {
		width: 91.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--phone--11,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--offset--phone--11 {
		margin-left: 91.6666666667%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--phone--12,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--phone--12 {
		width: 100%;
	}

	.l-system .aem-Grid--12 .aem-GridColumn--offset--phone--12,
	.l-system .aem-Grid--phone--12 .aem-GridColumn--offset--phone--12 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--phone--0,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--phone--0 {
		width: 0;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--phone--0,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--phone--1,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--phone--1 {
		width: 9.0909090909%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--phone--1,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--offset--phone--1 {
		margin-left: 9.0909090909%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--phone--2,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--phone--2 {
		width: 18.1818181818%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--phone--2,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--offset--phone--2 {
		margin-left: 18.1818181818%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--phone--3,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--phone--3 {
		width: 27.2727272727%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--phone--3,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--offset--phone--3 {
		margin-left: 27.2727272727%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--phone--4,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--phone--4 {
		width: 36.3636363636%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--phone--4,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--offset--phone--4 {
		margin-left: 36.3636363636%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--phone--5,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--phone--5 {
		width: 45.4545454545%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--phone--5,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--offset--phone--5 {
		margin-left: 45.4545454545%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--phone--6,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--phone--6 {
		width: 54.5454545455%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--phone--6,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--offset--phone--6 {
		margin-left: 54.5454545455%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--phone--7,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--phone--7 {
		width: 63.6363636364%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--phone--7,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--offset--phone--7 {
		margin-left: 63.6363636364%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--phone--8,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--phone--8 {
		width: 72.7272727273%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--phone--8,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--offset--phone--8 {
		margin-left: 72.7272727273%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--phone--9,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--phone--9 {
		width: 81.8181818182%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--phone--9,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--offset--phone--9 {
		margin-left: 81.8181818182%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--phone--10,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--phone--10 {
		width: 90.9090909091%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--phone--10,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--offset--phone--10 {
		margin-left: 90.9090909091%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--phone--11,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--phone--11 {
		width: 100%;
	}

	.l-system .aem-Grid--11 .aem-GridColumn--offset--phone--11,
	.l-system .aem-Grid--phone--11 .aem-GridColumn--offset--phone--11 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--phone--0,
	.l-system .aem-Grid--phone--10 .aem-GridColumn--phone--0 {
		width: 0;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--phone--0,
	.l-system .aem-Grid--phone--10 .aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--phone--1,
	.l-system .aem-Grid--phone--10 .aem-GridColumn--phone--1 {
		width: 10%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--phone--1,
	.l-system .aem-Grid--phone--10 .aem-GridColumn--offset--phone--1 {
		margin-left: 10%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--phone--2,
	.l-system .aem-Grid--phone--10 .aem-GridColumn--phone--2 {
		width: 20%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--phone--2,
	.l-system .aem-Grid--phone--10 .aem-GridColumn--offset--phone--2 {
		margin-left: 20%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--phone--3,
	.l-system .aem-Grid--phone--10 .aem-GridColumn--phone--3 {
		width: 30%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--phone--3,
	.l-system .aem-Grid--phone--10 .aem-GridColumn--offset--phone--3 {
		margin-left: 30%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--phone--4,
	.l-system .aem-Grid--phone--10 .aem-GridColumn--phone--4 {
		width: 40%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--phone--4,
	.l-system .aem-Grid--phone--10 .aem-GridColumn--offset--phone--4 {
		margin-left: 40%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--phone--5,
	.l-system .aem-Grid--phone--10 .aem-GridColumn--phone--5 {
		width: 50%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--phone--5,
	.l-system .aem-Grid--phone--10 .aem-GridColumn--offset--phone--5 {
		margin-left: 50%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--phone--6,
	.l-system .aem-Grid--phone--10 .aem-GridColumn--phone--6 {
		width: 60%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--phone--6,
	.l-system .aem-Grid--phone--10 .aem-GridColumn--offset--phone--6 {
		margin-left: 60%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--phone--7,
	.l-system .aem-Grid--phone--10 .aem-GridColumn--phone--7 {
		width: 70%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--phone--7,
	.l-system .aem-Grid--phone--10 .aem-GridColumn--offset--phone--7 {
		margin-left: 70%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--phone--8,
	.l-system .aem-Grid--phone--10 .aem-GridColumn--phone--8 {
		width: 80%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--phone--8,
	.l-system .aem-Grid--phone--10 .aem-GridColumn--offset--phone--8 {
		margin-left: 80%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--phone--9,
	.l-system .aem-Grid--phone--10 .aem-GridColumn--phone--9 {
		width: 90%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--phone--9,
	.l-system .aem-Grid--phone--10 .aem-GridColumn--offset--phone--9 {
		margin-left: 90%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--phone--10,
	.l-system .aem-Grid--phone--10 .aem-GridColumn--phone--10 {
		width: 100%;
	}

	.l-system .aem-Grid--10 .aem-GridColumn--offset--phone--10,
	.l-system .aem-Grid--phone--10 .aem-GridColumn--offset--phone--10 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--phone--0,
	.l-system .aem-Grid--phone--9 .aem-GridColumn--phone--0 {
		width: 0;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--phone--0,
	.l-system .aem-Grid--phone--9 .aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--phone--1,
	.l-system .aem-Grid--phone--9 .aem-GridColumn--phone--1 {
		width: 11.1111111111%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--phone--1,
	.l-system .aem-Grid--phone--9 .aem-GridColumn--offset--phone--1 {
		margin-left: 11.1111111111%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--phone--2,
	.l-system .aem-Grid--phone--9 .aem-GridColumn--phone--2 {
		width: 22.2222222222%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--phone--2,
	.l-system .aem-Grid--phone--9 .aem-GridColumn--offset--phone--2 {
		margin-left: 22.2222222222%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--phone--3,
	.l-system .aem-Grid--phone--9 .aem-GridColumn--phone--3 {
		width: 33.3333333333%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--phone--3,
	.l-system .aem-Grid--phone--9 .aem-GridColumn--offset--phone--3 {
		margin-left: 33.3333333333%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--phone--4,
	.l-system .aem-Grid--phone--9 .aem-GridColumn--phone--4 {
		width: 44.4444444444%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--phone--4,
	.l-system .aem-Grid--phone--9 .aem-GridColumn--offset--phone--4 {
		margin-left: 44.4444444444%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--phone--5,
	.l-system .aem-Grid--phone--9 .aem-GridColumn--phone--5 {
		width: 55.5555555556%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--phone--5,
	.l-system .aem-Grid--phone--9 .aem-GridColumn--offset--phone--5 {
		margin-left: 55.5555555556%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--phone--6,
	.l-system .aem-Grid--phone--9 .aem-GridColumn--phone--6 {
		width: 66.6666666667%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--phone--6,
	.l-system .aem-Grid--phone--9 .aem-GridColumn--offset--phone--6 {
		margin-left: 66.6666666667%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--phone--7,
	.l-system .aem-Grid--phone--9 .aem-GridColumn--phone--7 {
		width: 77.7777777778%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--phone--7,
	.l-system .aem-Grid--phone--9 .aem-GridColumn--offset--phone--7 {
		margin-left: 77.7777777778%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--phone--8,
	.l-system .aem-Grid--phone--9 .aem-GridColumn--phone--8 {
		width: 88.8888888889%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--phone--8,
	.l-system .aem-Grid--phone--9 .aem-GridColumn--offset--phone--8 {
		margin-left: 88.8888888889%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--phone--9,
	.l-system .aem-Grid--phone--9 .aem-GridColumn--phone--9 {
		width: 100%;
	}

	.l-system .aem-Grid--9 .aem-GridColumn--offset--phone--9,
	.l-system .aem-Grid--phone--9 .aem-GridColumn--offset--phone--9 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--phone--0,
	.l-system .aem-Grid--phone--8 .aem-GridColumn--phone--0 {
		width: 0;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--phone--0,
	.l-system .aem-Grid--phone--8 .aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--phone--1,
	.l-system .aem-Grid--phone--8 .aem-GridColumn--phone--1 {
		width: 12.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--phone--1,
	.l-system .aem-Grid--phone--8 .aem-GridColumn--offset--phone--1 {
		margin-left: 12.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--phone--2,
	.l-system .aem-Grid--phone--8 .aem-GridColumn--phone--2 {
		width: 25%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--phone--2,
	.l-system .aem-Grid--phone--8 .aem-GridColumn--offset--phone--2 {
		margin-left: 25%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--phone--3,
	.l-system .aem-Grid--phone--8 .aem-GridColumn--phone--3 {
		width: 37.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--phone--3,
	.l-system .aem-Grid--phone--8 .aem-GridColumn--offset--phone--3 {
		margin-left: 37.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--phone--4,
	.l-system .aem-Grid--phone--8 .aem-GridColumn--phone--4 {
		width: 50%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--phone--4,
	.l-system .aem-Grid--phone--8 .aem-GridColumn--offset--phone--4 {
		margin-left: 50%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--phone--5,
	.l-system .aem-Grid--phone--8 .aem-GridColumn--phone--5 {
		width: 62.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--phone--5,
	.l-system .aem-Grid--phone--8 .aem-GridColumn--offset--phone--5 {
		margin-left: 62.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--phone--6,
	.l-system .aem-Grid--phone--8 .aem-GridColumn--phone--6 {
		width: 75%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--phone--6,
	.l-system .aem-Grid--phone--8 .aem-GridColumn--offset--phone--6 {
		margin-left: 75%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--phone--7,
	.l-system .aem-Grid--phone--8 .aem-GridColumn--phone--7 {
		width: 87.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--phone--7,
	.l-system .aem-Grid--phone--8 .aem-GridColumn--offset--phone--7 {
		margin-left: 87.5%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--phone--8,
	.l-system .aem-Grid--phone--8 .aem-GridColumn--phone--8 {
		width: 100%;
	}

	.l-system .aem-Grid--8 .aem-GridColumn--offset--phone--8,
	.l-system .aem-Grid--phone--8 .aem-GridColumn--offset--phone--8 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--phone--0,
	.l-system .aem-Grid--phone--7 .aem-GridColumn--phone--0 {
		width: 0;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--phone--0,
	.l-system .aem-Grid--phone--7 .aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--phone--1,
	.l-system .aem-Grid--phone--7 .aem-GridColumn--phone--1 {
		width: 14.2857142857%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--phone--1,
	.l-system .aem-Grid--phone--7 .aem-GridColumn--offset--phone--1 {
		margin-left: 14.2857142857%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--phone--2,
	.l-system .aem-Grid--phone--7 .aem-GridColumn--phone--2 {
		width: 28.5714285714%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--phone--2,
	.l-system .aem-Grid--phone--7 .aem-GridColumn--offset--phone--2 {
		margin-left: 28.5714285714%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--phone--3,
	.l-system .aem-Grid--phone--7 .aem-GridColumn--phone--3 {
		width: 42.8571428571%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--phone--3,
	.l-system .aem-Grid--phone--7 .aem-GridColumn--offset--phone--3 {
		margin-left: 42.8571428571%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--phone--4,
	.l-system .aem-Grid--phone--7 .aem-GridColumn--phone--4 {
		width: 57.1428571429%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--phone--4,
	.l-system .aem-Grid--phone--7 .aem-GridColumn--offset--phone--4 {
		margin-left: 57.1428571429%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--phone--5,
	.l-system .aem-Grid--phone--7 .aem-GridColumn--phone--5 {
		width: 71.4285714286%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--phone--5,
	.l-system .aem-Grid--phone--7 .aem-GridColumn--offset--phone--5 {
		margin-left: 71.4285714286%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--phone--6,
	.l-system .aem-Grid--phone--7 .aem-GridColumn--phone--6 {
		width: 85.7142857143%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--phone--6,
	.l-system .aem-Grid--phone--7 .aem-GridColumn--offset--phone--6 {
		margin-left: 85.7142857143%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--phone--7,
	.l-system .aem-Grid--phone--7 .aem-GridColumn--phone--7 {
		width: 100%;
	}

	.l-system .aem-Grid--7 .aem-GridColumn--offset--phone--7,
	.l-system .aem-Grid--phone--7 .aem-GridColumn--offset--phone--7 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--phone--0,
	.l-system .aem-Grid--phone--6 .aem-GridColumn--phone--0 {
		width: 0;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--offset--phone--0,
	.l-system .aem-Grid--phone--6 .aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--phone--1,
	.l-system .aem-Grid--phone--6 .aem-GridColumn--phone--1 {
		width: 16.6666666667%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--offset--phone--1,
	.l-system .aem-Grid--phone--6 .aem-GridColumn--offset--phone--1 {
		margin-left: 16.6666666667%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--phone--2,
	.l-system .aem-Grid--phone--6 .aem-GridColumn--phone--2 {
		width: 33.3333333333%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--offset--phone--2,
	.l-system .aem-Grid--phone--6 .aem-GridColumn--offset--phone--2 {
		margin-left: 33.3333333333%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--phone--3,
	.l-system .aem-Grid--phone--6 .aem-GridColumn--phone--3 {
		width: 50%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--offset--phone--3,
	.l-system .aem-Grid--phone--6 .aem-GridColumn--offset--phone--3 {
		margin-left: 50%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--phone--4,
	.l-system .aem-Grid--phone--6 .aem-GridColumn--phone--4 {
		width: 66.6666666667%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--offset--phone--4,
	.l-system .aem-Grid--phone--6 .aem-GridColumn--offset--phone--4 {
		margin-left: 66.6666666667%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--phone--5,
	.l-system .aem-Grid--phone--6 .aem-GridColumn--phone--5 {
		width: 83.3333333333%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--offset--phone--5,
	.l-system .aem-Grid--phone--6 .aem-GridColumn--offset--phone--5 {
		margin-left: 83.3333333333%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--phone--6,
	.l-system .aem-Grid--phone--6 .aem-GridColumn--phone--6 {
		width: 100%;
	}

	.l-system .aem-Grid--6 .aem-GridColumn--offset--phone--6,
	.l-system .aem-Grid--phone--6 .aem-GridColumn--offset--phone--6 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--phone--0,
	.l-system .aem-Grid--phone--5 .aem-GridColumn--phone--0 {
		width: 0;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--offset--phone--0,
	.l-system .aem-Grid--phone--5 .aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--phone--1,
	.l-system .aem-Grid--phone--5 .aem-GridColumn--phone--1 {
		width: 20%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--offset--phone--1,
	.l-system .aem-Grid--phone--5 .aem-GridColumn--offset--phone--1 {
		margin-left: 20%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--phone--2,
	.l-system .aem-Grid--phone--5 .aem-GridColumn--phone--2 {
		width: 40%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--offset--phone--2,
	.l-system .aem-Grid--phone--5 .aem-GridColumn--offset--phone--2 {
		margin-left: 40%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--phone--3,
	.l-system .aem-Grid--phone--5 .aem-GridColumn--phone--3 {
		width: 60%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--offset--phone--3,
	.l-system .aem-Grid--phone--5 .aem-GridColumn--offset--phone--3 {
		margin-left: 60%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--phone--4,
	.l-system .aem-Grid--phone--5 .aem-GridColumn--phone--4 {
		width: 80%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--offset--phone--4,
	.l-system .aem-Grid--phone--5 .aem-GridColumn--offset--phone--4 {
		margin-left: 80%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--phone--5,
	.l-system .aem-Grid--phone--5 .aem-GridColumn--phone--5 {
		width: 100%;
	}

	.l-system .aem-Grid--5 .aem-GridColumn--offset--phone--5,
	.l-system .aem-Grid--phone--5 .aem-GridColumn--offset--phone--5 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--phone--0,
	.l-system .aem-Grid--phone--4 .aem-GridColumn--phone--0 {
		width: 0;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--offset--phone--0,
	.l-system .aem-Grid--phone--4 .aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--phone--1,
	.l-system .aem-Grid--phone--4 .aem-GridColumn--phone--1 {
		width: 25%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--offset--phone--1,
	.l-system .aem-Grid--phone--4 .aem-GridColumn--offset--phone--1 {
		margin-left: 25%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--phone--2,
	.l-system .aem-Grid--phone--4 .aem-GridColumn--phone--2 {
		width: 50%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--offset--phone--2,
	.l-system .aem-Grid--phone--4 .aem-GridColumn--offset--phone--2 {
		margin-left: 50%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--phone--3,
	.l-system .aem-Grid--phone--4 .aem-GridColumn--phone--3 {
		width: 75%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--offset--phone--3,
	.l-system .aem-Grid--phone--4 .aem-GridColumn--offset--phone--3 {
		margin-left: 75%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--phone--4,
	.l-system .aem-Grid--phone--4 .aem-GridColumn--phone--4 {
		width: 100%;
	}

	.l-system .aem-Grid--4 .aem-GridColumn--offset--phone--4,
	.l-system .aem-Grid--phone--4 .aem-GridColumn--offset--phone--4 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--phone--0,
	.l-system .aem-Grid--phone--3 .aem-GridColumn--phone--0 {
		width: 0;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--offset--phone--0,
	.l-system .aem-Grid--phone--3 .aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--phone--1,
	.l-system .aem-Grid--phone--3 .aem-GridColumn--phone--1 {
		width: 33.3333333333%;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--offset--phone--1,
	.l-system .aem-Grid--phone--3 .aem-GridColumn--offset--phone--1 {
		margin-left: 33.3333333333%;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--phone--2,
	.l-system .aem-Grid--phone--3 .aem-GridColumn--phone--2 {
		width: 66.6666666667%;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--offset--phone--2,
	.l-system .aem-Grid--phone--3 .aem-GridColumn--offset--phone--2 {
		margin-left: 66.6666666667%;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--phone--3,
	.l-system .aem-Grid--phone--3 .aem-GridColumn--phone--3 {
		width: 100%;
	}

	.l-system .aem-Grid--3 .aem-GridColumn--offset--phone--3,
	.l-system .aem-Grid--phone--3 .aem-GridColumn--offset--phone--3 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--2 .aem-GridColumn--phone--0,
	.l-system .aem-Grid--phone--2 .aem-GridColumn--phone--0 {
		width: 0;
	}

	.l-system .aem-Grid--2 .aem-GridColumn--offset--phone--0,
	.l-system .aem-Grid--phone--2 .aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--2 .aem-GridColumn--phone--1,
	.l-system .aem-Grid--phone--2 .aem-GridColumn--phone--1 {
		width: 50%;
	}

	.l-system .aem-Grid--2 .aem-GridColumn--offset--phone--1,
	.l-system .aem-Grid--phone--2 .aem-GridColumn--offset--phone--1 {
		margin-left: 50%;
	}

	.l-system .aem-Grid--2 .aem-GridColumn--phone--2,
	.l-system .aem-Grid--phone--2 .aem-GridColumn--phone--2 {
		width: 100%;
	}

	.l-system .aem-Grid--2 .aem-GridColumn--offset--phone--2,
	.l-system .aem-Grid--phone--2 .aem-GridColumn--offset--phone--2 {
		margin-left: 100%;
	}

	.l-system .aem-Grid--1 .aem-GridColumn--phone--0,
	.l-system .aem-Grid--phone--1 .aem-GridColumn--phone--0 {
		width: 0;
	}

	.l-system .aem-Grid--1 .aem-GridColumn--offset--phone--0,
	.l-system .aem-Grid--phone--1 .aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}

	.l-system .aem-Grid--1 .aem-GridColumn--phone--1,
	.l-system .aem-Grid--phone--1 .aem-GridColumn--phone--1 {
		width: 100%;
	}

	.l-system .aem-Grid--1 .aem-GridColumn--offset--phone--1,
	.l-system .aem-Grid--phone--1 .aem-GridColumn--offset--phone--1 {
		margin-left: 100%;
	}

	.l-system .aem-GridColumn {
		padding-left: 2px;
		padding-right: 2px;
		width: 100%;
	}

	.l-system .l-container--page {
		padding-left: 15px;
		padding-right: 15px;
	}

	.l-system .l-container--fullwidth {
		margin-right: -15px;
		margin-left: -15px
	}

	.l-system .l-container {
		padding-left: 15px;
		padding-right: 15px;
	}

}

@keyframes t__snap-show {

	0% {
		opacity: 0;
	}

	1% {
		opacity: 1;
	}

	to {
		opacity: 1;
	}

}

@keyframes shimmer {

	00% {
		background-image: linear-gradient(90deg, hsla(0, 0%, 78.4%, 0.2) 1%, hsla(0, 0%, 78.4%, 0.8) 6%, hsla(0, 0%, 78.4%, 0.2) 9%, hsla(0, 0%, 78.4%, 0.2) 26%, hsla(0, 0%, 78.4%, 0.8) 31%, hsla(0, 0%, 78.4%, 0.2) 34%, hsla(0, 0%, 78.4%, 0.2) 51%, hsla(0, 0%, 78.4%, 0.8) 56%, hsla(0, 0%, 78.4%, 0.2) 59%, hsla(0, 0%, 78.4%, 0.2) 76%, hsla(0, 0%, 78.4%, 0.8) 81%, hsla(0, 0%, 78.4%, 0.2) 84%);
		background-position: -3000px 0;
		background-size: 3000px 100%;
		color: transparent;
	}

	99% {
		background-image: linear-gradient(90deg, hsla(0, 0%, 78.4%, 0.2) 1%, hsla(0, 0%, 78.4%, 0.8) 6%, hsla(0, 0%, 78.4%, 0.2) 9%, hsla(0, 0%, 78.4%, 0.2) 26%, hsla(0, 0%, 78.4%, 0.8) 31%, hsla(0, 0%, 78.4%, 0.2) 34%, hsla(0, 0%, 78.4%, 0.2) 51%, hsla(0, 0%, 78.4%, 0.8) 56%, hsla(0, 0%, 78.4%, 0.2) 59%, hsla(0, 0%, 78.4%, 0.2) 76%, hsla(0, 0%, 78.4%, 0.8) 81%, hsla(0, 0%, 78.4%, 0.2) 84%);
		background-position: 3000px 0;
		background-size: 3000px 100%;
		color: transparent;
	}

	to {
		background: transparent;
		color: inherit;
	}

}

/*NY追記*/

/*-------modal menu-------*/

		.open-modal {
			position: absolute; /* ボタンをページ上に絶対位置で配置 */
			top: 50%; /* ボタンを縦方向に中央に配置 */
			left: 50%; /* ボタンを横方向に中央に配置 */
			width: 250px; /* ボタンの幅 */
			height: 60px; /* ボタンの高さ */
			font-size: 18px; /* ボタン内のテキストのフォントサイズ */
			font-weight: bold; /* テキストのフォントを太字に設定 */
			color: #fff; /* ボタンのテキストカラーを白に設定 */
			background: #000; /* ボタンの背景色を黒に設定 */
			border: #000; /* ボタンの境界線を黒に設定 */
			border-radius: 14px; /* ボタンの角を丸くするための半径 */
			cursor: pointer; /* カーソルがホバーした時にポインタが表示されるように設定 */
			transform: translate(-50%, -50%); /* 中央に位置するための補正 */
		}
			
		/* モーダルウィンドウの基本スタイル */
		.modal {
			display: none; /* デフォルトでは非表示に設定 */
			position: fixed; /* モーダルがページ全体に固定されるように設定 */
			top: 0; /* ページの最上部からスタート */
			left: 0; /* ページの最左端からスタート */
			width: 100%; /* モーダルが画面全体の幅を占める */
			height: 100%; /* モーダルが画面全体の高さを占める */
			background-color: rgba(0, 0, 0, 0.4); /* 背景を半透明の黒に設定（モーダルの背後が見えるように） */
			z-index: 5000;
		}

		.modal-content2 {
			position: fixed; /* モーダル内容が画面上に固定されるように設定 */
			top: 50%; /* 縦方向の中央に配置 */
			left: 50%; /* 横方向の中央に配置 */
			transform: translate(-50%, -50%); /* 完全に中央に配置するための補正 */
			padding: 20px; /* モーダル内の余白を設定 */
			width: 75%; /* モーダルの幅 */
			height: 85%; /* モーダルの高さ */
			background-color: #fefefe; /* モーダルの背景色を白に設定 */
			border: 1px solid #888; /* 境界線の色を薄いグレーに設定 */
			border-radius: 10px; /* モーダルの角を丸くするための半径 */
			overflow-y: scroll;
			z-index: 5000;
		}

		/* モーダルを閉じるボタン（×）のスタイル */
		#closeModal {
			//position: absolute; /* モーダル内で絶対位置に配置 */
			display: flex; /* ボタン内のテキストが中央に配置されるようにフレックスボックスを使用 */
			align-items: center; /* ボタン内のテキストを縦方向に中央揃え */
			justify-content: center; /* ボタン内のテキストを横方向に中央揃え */
			//top: -30%; /* モーダル内容の上部から離れた位置に配置 */
			//right: -10%; /* モーダル内容の右端から離れた位置に配置 */
			font-size: 28px; /* 閉じるボタンのフォントサイズ */
			font-weight: bold; /* 閉じるボタンのフォントを太字に設定 */
			cursor: pointer; /* ホバー時にポインタが表示されるように設定 */
			color: #FFF; /* 閉じるボタンのテキストカラーを白に設定 */
			width: 40px; /* ボタンの幅 */
			height: 40px; /* ボタンの高さ */
			background-color: #333; /* ボタンの背景色をダークグレーに設定 */
			border: #333; /* ボタンの境界線を背景と同じ色に設定 */
			border-radius: 50%; /* ボタンを丸くするための半径 */
		}
		
		.wrapper{
			width:200px;
			height:60px;
			position: absolute;
			left:50%;
			top:49%;
			transform: translate(-50%, -50%);
		}
		.circle{
			width:20px;
			height:20px;
			position: absolute;
			border-radius: 50%;
			background-color: #FEEB29;
			left:15%;
			transform-origin: 50%;
			animation: circle .5s alternate infinite ease;
		}

		@keyframes circle{
			0%{
				top:60px;
				height:5px;
				border-radius: 50px 50px 25px 25px;
				transform: scaleX(1.7);
			}
			40%{
				height:20px;
				border-radius: 50%;
				transform: scaleX(1);
			}
			100%{
				top:0%;
			}
		}
		.circle:nth-child(2){
			left:45%;
			animation-delay: .2s;
		}
		.circle:nth-child(3){
			left:auto;
			right:15%;
			animation-delay: .3s;
		}
		.shadow{
			width:20px;
			height:4px;
			border-radius: 50%;
			background-color: rgba(0,0,0,.5);
			position: absolute;
			top:62px;
			transform-origin: 50%;
			z-index: -1;
			left:15%;
			filter: blur(1px);
			animation: shadow .5s alternate infinite ease;
		}

		@keyframes shadow{
			0%{
				transform: scaleX(1.5);
			}
			40%{
				transform: scaleX(1);
				opacity: .7;
			}
			100%{
				transform: scaleX(.2);
				opacity: .4;
			}
		}
		.shadow:nth-child(4){
			left: 45%;
			animation-delay: .2s
		}
		.shadow:nth-child(5){
			left:auto;
			right:15%;
			animation-delay: .3s;
		}
		.wrapper span{
			position: absolute;
			top:75px;
			font-family: 'Lato';
			font-size: 20px;
			letter-spacing: 12px;
			color: #242424;
			left:15%;
		}

		.wrapper0{
			display:flex;
			flex-direction:column;
			width:90%;
			margin:auto;
		}

		.wrapper0 h1{
			margin-top:60px;
			text-align:center;
		}

		.wrapper0 p{
			text-align:center;
		}

		.wrapper0 a{
			text-align:center;
		}
		
		.wrapper2{
			max-width:500px;
			height:60px;
			position: absolute;
			left:50%;
			top:63%;
			transform: translate(-50%, -50%);
			text-align: center;
		}

		.wrapper2 span{
			margin:　auto;
			//padding-top: 100px;
			//margin-top: 100px;
			text-align: center;
			position: initial;
			//top:75px;
			font-family: sans-serif;
			font-size: 20px;
			font-weight: bold;
			//letter-spacing: 6px;
			color: #242424;
			//align-content: center;
			//justify-content: center;
			//left:20%;
			//margin: auto;
		}
		
		@media screen and (max-width: 768px) {
			.wrapper2 span{
				font-size: 11px;
			}
		}

		.wrapper2_error{
			//width:500px;
			width: 100%;
			height:60px;
			position: relative;
			//position: absolute;
			left:50%;
			top:10%;
			transform: translate(-50%, -50%);
		}

		.wrapper2_error span{
			display: flex;
			width: 100%;
			text-align: center;
			//position: absolute;
			top:75px;
			font-family: sans-serif;
			font-size: 20px;
			font-weight: bold;
			//letter-spacing: 6px;
			color: #242424;
			align-content: center;
			justify-content: center;
			//left:20%;
			//margin: auto;
			margin-top: 30px;
		}
		
		@media screen and (max-width: 768px) {
			.wrapper2_error span{
				font-size: 11px;
			}
		}

		.error_img{
			top: 30px;
			width: 100%;
			text-align: center;
			position: relative;
			margin: auto;
		}
		
		.img_ex{
			//width: 30%;
			//max-width: 300px;
			width: 250px;
			//position: absolute;
			//transform: translate(-50%, 30%);
		}

		.btn {
			max-width: 300px;
			//display: block;
			font-weight: bold;
			//font-weight: 800;
			text-align: center;
			//vertical-align: middle;
			-ms-touch-action: manipulation;
			touch-action: manipulation;
			cursor: pointer;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			text-decoration: none;
			font-size: 14px;
			color: #242424;
			border: 3px solid #242424;
			border-radius: 40px;
			//margin: 0;
			padding: 1pc 30px;
			line-height: 1;
			outline: 0;
			background-color: #feeb29;
			//margin: 20px 0;
			margin: 40px auto;
		}