section *,
section *::before,
section *::after {
	box-sizing: border-box;
}

section,
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;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-feature-settings: "palt" 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:hover {
	opacity: 0.8;
}

.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: 8rem;
	margin-top: 2rem;
	width: 6rem;
}

.scroll-hint-icon:after {
	background-size: 100%;
	top: 2rem;
}

.scroll-hint-text {
	font-size: 1.4rem;
}

.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;
	margin: 0;
}

.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: 4.4rem;
	font-weight: bold;
	line-height: 1.5909090909;
	margin-bottom: 2rem;
	text-align: center;
	letter-spacing: 2px;
	color: #b9bab9;
}
#lineup .l-section__title,
#merchandise .l-section__title{
	  color: #000;
}

.l-mv {
	padding: 0;
	position: relative;
}

.l-mv__wrapper {
	max-width: 100%;
	padding: 0;
	position: relative;
}
.l_buy_btn{
	text-align: center;
	margin-bottom: 60px;
}
@media only screen and (max-width: 767px){
	.l_buy_btn{
		margin: 15px 0 40px;
	}
}

.l-mv__cta {
    width: 100%;
    background: #182e4a;
    padding: 14px 0;
    align-items: center;
    bottom: 14.5%;
		display: flex;
    font-feature-settings: "palt";
    gap: 2rem;
    justify-content: center;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
		font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media only screen and (max-width: 767px){
	.l-mv__cta{
		padding: 10px 0 18px;
		bottom: 9.5%;
		display: block;
		text-align: center;
	}
}
.l-mv__cta__count {
    color: #f2db80;
    flex-shrink: 0;
    font-size: 3rem;
    letter-spacing: 3px;
    line-height: 1;
}
@media screen and (max-width: 768px) {
	.l-mv__cta__count{
		color: #f2db80;
		font-size: 1.8rem !important;
	}
}
.l-mv__cta__count__txt {
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.5;
}
.l-mv__cta .l-mv__cta__count #countdown {
        font-size: 3.5rem;
        color: #fff;
  }
@media screen and (max-width: 767px){
	.l-mv__cta .l-mv__cta__count #countdown{
		font-size: 1.8rem !important;
		margin-top: 5px;
	}
}
.l-mv .-red {
    background: #ff3200;
		border: #000 1px solid;
}

.l-mv__cta__btn {
    border: 2px solid #000;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 2.6rem;
    line-height: 1;
    padding: 1.4rem 0.4rem 1.7rem;
    text-align: center;
    text-decoration: none;
    width: 32rem;
}
@media screen and (max-width: 767px) {
		.l-mv__cta__btn{
			font-size: 1.9rem;
			margin-top: 10px;
			padding: 1rem 0.4rem 1.3rem;
		}
    .l-mv__cta__count__txt {
        font-size: 1.4rem;
        letter-spacing: -1px;
        line-height: 1.5;
        text-align: center;
    }
}
.l-mv__cta__btn:after{
	content: "";
    background-image: url(../img/wh_arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 7px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
}
.l-mv__cta a:hover{
	color: #fff;
	opacity: .7;
}



.l_buy_btn a{
	background: #ff6400;
  border: 2px solid #000;
  color: #fff;
  text-decoration: none;
  border-radius: 30rem;
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1.5;
  padding: 0.7rem 0 0.9rem;
  text-align: center;
  margin: 0.4rem auto 0;
	max-width: 700px;
	width: 100%;
}
@media only screen and (max-width: 767px){
	.l_buy_btn a{
		max-width: 90%;
	}
}
.l_buy_btn a::after{
	background-image: url(../img/arrow_wh.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  width: 10px;
  height: 100%;
  right: 20px;
  content: "";
  display: block;
}
.l-price {
	padding: 48px 0 60px;
}

.l-price__wrapper {
	padding: 0;
	text-align: right;
	width: 106rem;
}

.l-price__container {
	background: #f4f1ed;
	display: flex;
	height: 16rem;
	padding: 2rem 2rem;
	text-align: left;
	border-radius: 10px;
	gap: 2rem;
}

.l-price__container__head {
	flex-shrink: 0;
	align-items: center;
	display: flex;
	position: relative;
	width: 43rem;
}

.l-price__container__head::after {
	background: #0095ce;
	border-radius: 2rem;
	color: #fff;
	content: "人気No.1!";
	font-size: 1.7rem;
	left: 12rem;
	padding: 0.2rem 1.4rem;
	position: absolute;
	top: -2rem;
	transform: translateY(-50%);
}

.l-price__container__head__img {
	margin-top: 2rem;
	margin-left: -10rem;
	position: absolute;
	width: 19.2rem;
}

.l-price__container__head__detail {
	padding-left: 12rem;
}

.l-price__container__head__detail__txt {
	color: #0095ce;
	font-size: 2rem;
	line-height: 1.95;
	font-weight: 600;
}

.l-price__container__head__detail__name {
	font-size: 2.7rem;
	line-height: 1.4444444444;
	margin: -0.6rem 0 0.5rem;
	font-weight: 800;
}

.l-price__container__head__detail__select-wrapper {
	display: inline-block;
	position: relative;
	width: 30rem;
}

.l-price__container__head__detail__select-wrapper::after {
	background: url(../img/arrow.png) center center no-repeat;
	background-size: contain;
	content: "";
	height: 1rem;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.l-price__container__head__detail__select-wrapper--disabled::after {
	border-top-color: #aaa;
}

.l-price__container__head__detail__select {
	appearance: none;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 2px solid #000;
	border-radius: 10px;
	cursor: pointer;
	font-size: 2.2rem;
	line-height: 1.3636363636;
	padding: 0.4rem 2.5rem 0.6rem 0.8rem;
	font-weight: 800;
}

.l-price__container__head__detail__select:disabled {
	background-color: #f1f1f1;
	color: #aaa;
	pointer-events: none;
}

.l-price__container__dotted {
	background-image: radial-gradient(circle, #000000 1.5px, transparent 1.5px);
	background-position: 0 0;
	background-size: 3px 6px;
	height: 100%;
	width: 3px;
}

.l-price__container__body {
	align-items: center;
	display: flex;
	gap: 2.4rem;
	justify-content: space-between;
}

.l-price__container__body__price {
	line-height: 0.6290322581;
	position: relative;
	top: -10px;
	text-align: end;
	width: 27rem;
	flex-shrink: 0;
	margin-left: -2.2rem;
}

.l-price__container__body__price .-price {
	font-size: 6.2rem;
	line-height: 0.6290322581;
	font-weight: 800;
}

.l-price__container__body__price span {
	font-size: 4rem;
	display: inline-block;
}

.l-price__container__body__price::after {
	bottom: -2.4rem;
	content: "(税込)";
	display: block;
	font-size: 1.8rem;
	position: absolute;
	right: 0;
}

.l-price__container__body__detail {
	margin-top: -14px;
}

.l-price__container__body__detail__txt {
	color: #0095ce;
	font-size: 2rem;
	line-height: 1.8571428571;
	font-weight: 700;
	font-feature-settings: "palt" 0;
}

.l-price__container__body__detail__txt span {
	font-size: 2.5rem;
	font-feature-settings: "palt" 0;
	letter-spacing: 2px;
}

.l-price__container__body__detail__btn {
	background: #feeb29;
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
	border-radius: 20rem;
	display: inline-block;
	font-size: 2.6rem;
	line-height: 1.5;
	padding: 0.6rem 4.5rem;
	text-align: center;
	margin-top: 0.4rem;
}

.l-price__container__body__detail__btn::before {
	display: none;
}

.l-price__container__body__detail__btn:hover {
	color: #000;
	opacity: 0.6;
}

.l-price__btn {
	display: inline-block;
	margin-top: 1.5rem;
	font-feature-settings: "palt" 0;
}

.l-price__btn__link {
	font-size: 1.8rem;
	line-height: 2.1666666667;
	text-decoration: underline;
	font-feature-settings: "palt" 0;
}

.l-price__btn__link::before {
	display: none;
}

.l-price__btn__link:hover {
	color: #000;
	opacity: 0.6;
}

.l-price__btn__link__arrow {
	display: inline-block;
	height: 18px;
	margin-left: 11px;
	position: relative;
	width: 39px;
}

.l-price__btn__link__arrow::before {
	background: #000;
	bottom: 3px;
	content: "";
	height: 15px;
	position: absolute;
	right: 6px;
	transform: rotate(-50deg);
	width: 2px;
}

.l-price__btn__link__arrow::after {
	background: #000;
	bottom: 5px;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	width: 100%;
}

.l-no1 {
	padding-top: 18.2rem;
	padding-bottom: 8.6rem;
	background: url(../img/bg.png) center center no-repeat;
	background-size: cover;
	margin-top: -135px;
}
@media only screen and (max-width: 767px){
	.l-no1{
			margin-top: 0;
	}
}

.l-no1__title {
	margin: 0 auto;
	width: 70rem;
}

.l-no1__container {
	display: grid;
	gap: 3.6rem;
	grid-template-columns: repeat(2, 1fr);
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 3rem;
	max-width: 1060px;
}

.l-no1__container__item__title {
	border-bottom: solid 1px #000;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	text-align: center;
	font-weight: 700;
	font-feature-settings: "palt" 0;
}

.l-no1__container__item__title::after {
	content: "";
	height: 1px;
	width: 100%;
}

.l-feature {
	padding: 7.8rem 0 9.2rem;
	background-color: #202326;
}

.l-feature__list {
	display: grid;
	gap: 3.6rem;
	grid-template-columns: repeat(2, 1fr);
	justify-content: space-between;
}

.l-lineup {
	padding-top: 8.2rem;
	background: #f4f1ed;
}

.l-lineup__container {
	margin: 0 auto;
}

.l-lineup__container__table {
	border-collapse: collapse;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	width: 1060px;
	padding-top: 1rem;
}

.l-lineup__container__table thead th:nth-child(4) {
	width: 195px;
}

.l-lineup__container__table tbody th {
	text-align: center;
}

.l-lineup__container__table tbody tr:nth-child(2) td,
.l-lineup__container__table tbody tr:nth-child(3) td {
	/* padding-top: 30px; */
	padding-top: 47px;
}

.bg {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 50%;
	background: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#merchandise .l-function__wrapper .l-function__container .p-table tbody td.bg{
	background: #f4f1ed;
}
.l-lineup__item {
	position: relative;
}

.l-lineup__item__img {
	width: 214px;
}

.p-table thead th:nth-child(4) .l-lineup__item__img {
	margin-left: -21px;
}

.l-lineup__item__pop {
	text-align: center;
}

.l-lineup__item__title {
	text-align: center;
	margin-bottom: 18px;
	font-size: 20px;
}

.l-function {
	padding: 0.8rem 0 8rem;
	background: #f4f1ed;
}

.l-function .bg {
	height: 70%;
	background: #fff;
}

.l-function__title {
	font-size: 3.6rem;
	margin-bottom: 1.6rem;
}

.l-function__container {
	margin: 0 auto;
}

.l-function__container__table {
	border-collapse: collapse;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.l-function__container__table thead th:nth-child(2n) {
	padding: 10px .8em;
}

.l-function__container__table thead th:nth-child(2n) {
	width: 185px;
}

.l-function__container__table thead th h3 {}

.l-function__container__table tbody {
	margin-top: -3px;
}

.l-function__item {}

.l-function__item__img {
	width: 100px;
}

.l-function__item__pop {
	text-align: center;
}

.l-function__item__title {
	text-align: center;
	font-size: 20px;
	position: relative;
}

.l-function .p-table thead th span {
	font-size: 16px;
}

.l-function__body {
	align-items: start;
	display: flex;
	gap: 12px;
	padding: 25px 22px 25px 0;
	-moz-text-align-last: left;
	text-align-last: left;
}

.l-function__body__img {
	flex-shrink: 0;
	width: 70px;
}

.l-function__body__title {
	display: inline-block;
	font-size: 17px;
	line-height: 1.1764705882;
	margin-bottom: 8px;
	text-decoration: underline;
}

.l-function__body__title span {
	font-size: 12px;
}

.l-function__body__txt {
	font-size: 14px;
	line-height: 1.5;
}

.l-function__textbox {
	position: relative;
}

.l-function__textbox p {
	background-color: #000;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	padding: 4px 14px;
	position: relative;
	width: 96.5%;
}

.l-function__textbox::before {
	background: #000;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1060px;
}

.l-function .p-table thead th:first-child {
	width: 428px;
}

.l-function .p-table tbody td {
	font-size: 32px;
}

.l-function .modal-open {
	width: auto;
}

.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%;
	font-weight: normal;
}

.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: flex-start;
}

.c-award+.c-award {
	margin-top: 2.2rem;
}

.c-award__icon {
	flex-shrink: 0;
	width: 20rem;
}

.c-award__icon.selabs {
	display: flex;
}

.c-award__icon.selabs img {
	width: 10rem;
}

.c-award__icon.bcnaward {
	width: 16rem;
}

.c-award__txt__title {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 800;
}

.c-award__txt__detail {
	color: #525354;
	font-size: 1.2rem;
	line-height: 1.3333333333;
	padding-top: 10px;
	text-indent: -1em;
	padding-left: 1em;
	width: 29rem;
}

.c-award__txt__detail.bcnaward {
	width: 31.2rem;
}

.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: #ffdc00;
	border-radius: 1rem;
	color: #202326;
	font-size: 2.4rem;
	height: 10rem;
	line-height: 1.4166666667;
	margin-left: -4rem;
	padding: 1.4rem 2rem 1rem 6rem;
	text-align: left;
	width: 100%;
	font-feature-settings: "palt" 0;
}

.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: #f4f1ed;
	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;
	font-feature-settings: "palt" 0;
	font-weight: 800;
}

.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;
	padding-right: 2.4rem;
}

.c-featureItem__body__contents__txt__detail {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-around;
	margin-top: 0.8rem;
}

.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: #f4f1ed;
	font-size: 15px;
	padding: 1em 0.8em;
}

.p-table thead th p {
	font-size: 20px;
	line-height: 1.35;
	margin-top: 16px;
	margin-bottom: 18px;
}

.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-lineup__item__title span {
	font-size: 16px;
}

.p-table thead th div {
	margin-left: auto;
	margin-right: auto;
}

.p-table thead th:first-child {
	width: 135px;
}

.p-table thead th:nth-child(2n) {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	position: relative;
}

.p-table thead th.-white {
	background-color: #f4f1ed;
	padding: 0;
	width: 8px;
}

.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: #f4f1ed;
	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: #fff;
	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: 28px;
	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 .regular-price{
	margin-left: 77px;
	margin-top: -30px;
	text-align: left;
}

.p-table tbody td .regular-price p{
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}
.p-table tbody td .regular-price .off_txt{
	margin-left: -10px;
}

.p-table tbody td .regular-price span{
	text-decoration: line-through;
	text-decoration-color: #ff6400;
	display: block;
}

.p-table tbody td .special{
	display: flex;
	justify-content: flex-end;
	column-gap: 5px;
}

.p-table tbody td .special-off{
	max-width: 50px;
	width: 100%;
}
@media only screen and (max-width: 767px){
	.p-table tbody td .special-off{
		width: 38px;
		margin-top: 2px;
	}
}

.p-table tbody td .special p,
.p-table tbody td .special p span.tax{
	color: #ff6400;
}

.l-lineup__container__table tbody tr:nth-child(3) td:nth-child(7) .regular-price{
	margin-left: 60px;
}
.l-lineup__container__table tbody tr:nth-child(2) td:nth-child(5) .special,
.l-lineup__container__table tbody tr:nth-child(3) td:nth-child(5) .special{
	justify-content: center;
}

.l-lineup__container__table tbody tr:nth-child(3) td:nth-child(2),
.l-lineup__container__table tbody tr:nth-child(4) td:nth-child(2){
	padding-left: 35px;
}


.p-table tbody td a.btn {
	align-items: center;
	background-color: #FEEB29;
	border: 2px solid #000;
	border-radius: 40px;
	display: flex;
	font-size: 15px;
	height: 40px;
	justify-content: center;
	margin: 8px auto 0;
	padding: 10px;
	width: 130px;
}

.p-table tbody td a.btn.special-btn{
	background-color: #ff6400;
	flex-direction: column;
    color: #fff;
		font-size: 14px;
}
.p-table tbody td a.btn.special-btn span{
	font-size: 12px;
}

.l-lineup__container__table tbody tr:nth-child(2) td:nth-child(2) a.btn.special-btn{
	margin-right: initial;
}

.p-table tbody td a.btn.special span{
	font-size: 13px;
}

.p-table tbody td a::before {
	display: none;
}

.p-table tbody td .-small {
	font-size: 24px;
}

.p-table tbody td.-white {
	background-color: #f4f1ed;
	padding: 0;
	width: 8px;
}

.p-table tbody td .icon_os {
	margin: -17px auto 0;
	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,
.p-table tbody td a:focus {
	opacity: 0.6;
	color: rgba(0, 0, 0, 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;
}

@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: 767px) {

	.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;
	}

	.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 {
		left: 0;
		right: auto;
		padding: 1rem 1.4rem;
	}

	.l-header__logo {
		max-width: 160px;
		width: 8rem;
		margin-right: auto;
	}

	.l-section {
		padding: 80px 0 68px;
    margin-top: -37px;
	}

	.l-section__wrapper {
		padding: 0 16px;
	}

	.l-section__title {
		font-size: 1.9rem;
	}

	.scroll-hint.is-left-scrollable {
		overflow: auto;
	}

	.l-mv {
		padding: 0;
	}

	.l-mv__wrapper {
		padding: 0;
	}

	.l-price__wrapper {
		width: auto;
	}

	.l-price__container {
		flex-direction: column;
		gap: 1rem;
		height: auto;
		padding: 2.2rem 1rem;
	}

	.l-price__container__head {
		gap: 1.4rem;
		width: 100%;
	}

	.l-price__container__head::after {
		font-size: 1.2rem;
		padding: .2rem 1rem;
		top: -2.2rem;
		left: 10rem;
	}


	.l-price__container__head__img {
		flex-shrink: 0;
		margin-top: -3.5rem;
		margin-left: -3rem;
		position: relative;
		width: 11.5rem;
	}

	.l-price__container__head__detail {
		padding-left: 0;
		width: 100%;
		margin-top: -1.2rem;
	}

	.l-price__container__head__detail__txt {
		font-size: 1.4rem;
		line-height: 1.4;
		letter-spacing: 0.5px;
	}

	.l-price__container__head__detail__name {
		margin: 0;
		font-size: 2rem;
		font-weight: 600;
	}

	.l-price__container__head__detail__select {
		font-size: 1.6rem;
		line-height: 1;
		padding: .4rem 2.5rem 0.6rem 1rem;
		color: #333;
	}

	.l-price__container__head__detail__select-wrapper {
		width: 96%;
		margin-top: 0.4rem;
	}

	.l-price__container__dotted {
		background-image: radial-gradient(circle, #000000 1px, transparent 1px);
		background-position: 0 0;
		background-size: 4px 2px;
		flex-shrink: 0;
		height: 2px;
		width: 100%;
	}

	.l-price__container__body {
		flex-shrink: 0;
		gap: 1.6rem;
		justify-content: center;
		align-items: flex-start;
	}

	.l-price__container__body__price {
		margin-left: -6px;
		top: 0;
		width: 15rem;
	}

	.l-price__container__body__price .-price {
		line-height: 1.5;
		font-size: 3.6rem;
	}

	.l-price__container__body__price span {
		font-size: 2rem;
	}

	.l-price__container__body__price::after {
		bottom: 0;
		right: 0;
		font-size: 1rem;
	}

	.l-price__container__body__detail {
		margin-top: -0.2rem;
		font-weight: 800;
	}

	.l-price__container__body__detail__txt {
		font-size: 1.3rem;
		letter-spacing: 0;
		font-feature-settings: "palt" 1;
	}

	.l-price__container__body__detail__txt span {
		font-size: 1.5rem;
		letter-spacing: -0.2px;
		font-feature-settings: "palt" 1;
	}

	.l-price__container__body__detail__btn {
		width: 100%;
		font-size: 1.5rem;
		padding: 0.2rem 2.2rem;
		margin-top: 0;
	}

	.l-price__btn {
		margin-top: 0;
	}

	.l-price__btn__link {
		font-size: 1.2rem;
	}

	.l-price__btn__link__arrow {
		margin-right: 8px;
		margin-left: 10px;
		width: 26px;
	}

	.l-price__btn__link__arrow::before {
		bottom: 2px;
		height: 11px;
		right: 2px;
		transform: rotate(-47deg);
	}

	.l-price__btn__link__arrow::after {
		bottom: 3px;
	}

	.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-lineup__item__title {
		margin-bottom: 0;
	}

	.l-function__body {
		width: 300px;
		padding: 0 8px;
	}

	.l-function__body__img {
		margin-right: auto;
		margin-left: auto;
	}

	.l-function__body__title {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.l-function__body__title span {
		display: block;
	}

	.l-function__body__txt {
		font-size: 10px;
	}

	.l-function__textbox p {
		font-size: 15px;
		padding: 10px;
		width: 200px;
	}

	.l-function__textbox::before {
		width: 792px;
	}

	.l-function .p-table thead th:first-child {
		width: 300px;
		height: auto;
	}

	.l-function .p-table thead th:nth-child(2n) {
		width: 160px;
		min-width: auto;
	}

	.l-function .p-table tbody td {
		width: 160px;
		font-size: 20px;
	}

	.c-award+.c-award {
		margin-top: 1rem;
	}

	.c-award__icon {
		width: 10rem;
		padding-top: 5px;
	}

	.c-award__icon.selabs img {
		width: 5rem;
	}

	.c-award__icon.bcnaward {
		width: 10rem;
	}

	.c-award__txt {
		max-width: 400px;
	}

	.c-award__txt__title {
		font-size: 1.3rem;
	}

	.c-award__txt__detail,
	.c-award__txt__detail.bcnaward {
        font-size: 1rem;
        width: 100%;
    }

	.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;
	}

	.c-featureItem__body {
		padding: 2rem 1.6rem;
		height: auto;
	}

	.c-featureItem__body__title {
		font-size: 1.7rem;
	}

	.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;
		padding-right: 0;
	}

	.c-featureItem__body__contents__txt__detail__txt {
		font-size: 1rem;
		margin-top: 0;
	}

	.p-table td {
		min-width: 180px;
		padding: 0.6rem 0;
	}

	.p-table thead th {
		min-width: auto;
		width: 100px;
	}

	.p-table thead th p {
		font-size: 12px;
		margin-bottom: 5px;
		margin-top: 0;
	}

	.p-table thead th h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.p-table thead th div {
		min-width: auto;
	}

	.p-table thead th:first-child {
		width: 80px;
	}

	.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 tr.-no-border th {
		padding: 0 0 16px;
	}

	.p-table tbody th {
		font-size: 14px;
		font-weight: 600;
		padding: 16px 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::after {
		font-size: 16px;
		height: 26px;
		top: -28px;
	}

	.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;
	}

	.p-table thead th:nth-child(4) .l-lineup__item__img {
		margin-left: auto;
	}

	.p-table tbody td span.detail {
		font-size: 10px;
	}

	.u-pc {
		display: none;
	}

	.u-sp {
		display: block;
	}

	.l-function__item__title {
		font-size: 16px;
	}

	.l-function .p-table thead th span {
		font-size: 13px;
	}
}

@media screen and (max-width:540px) {
	.l-function__item__img {
		width: auto;
	}

	.l-function__body {
		width: 192px;
		padding: 0 4px;
	}

	.l-function__body__img {
		width: 48px;
	}

	.l-function__body__title {
		font-size: 15px;
	}

	.l-function__body__title span {
		font-size: 10px;
		display: block;
	}

	.l-function__textbox::before {
		width: 564px;
	}

	.l-function .p-table thead th:first-child {
		width: 192px;
		height: auto;
	}

	.l-function .p-table thead th:nth-child(2n) {
		width: 120px;
	}

	.l-function .p-table tbody th {
		padding: 14px 0;
	}

	.p-table tbody tr.-no-border th {
		padding: 0 0 14px;
	}

	.p-table tbody th {
		padding: 12px 0;
	}
}

@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;
	}

}
