@charset "UTF-8";
.cntTxtBlock .c-title_style01,
.l-campaign-custom .cntTxtBlock h2 {
	text-align: left;
	color: #fff;
	background-color: #B12028;
	padding: clamp(12px, 1.4vw, 14px) 15px;
	margin: clamp(40px, 6vw, 60px) 0 clamp(20px, 2.5vw, 25px);
	line-height: 1.6;
	font-size: clamp(18px, 2vw, 20px);
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
}
.c-insta-list {
    display: flex;
    gap: 2px;
		margin-bottom: 20px;
}
.c-insta-list li {
    width: calc((100% - 2px * 2) / 3);
    aspect-ratio: 1/1;
}
.c-insta-list li[data-izimodal-open] {
	cursor: pointer;
}
.c-insta-list li a.c-insta-link {
    display: block;
		height: 100%;
}
.c-insta-list li img,
.c-insta-list li video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}
/* 240827 シングルカラム用調整 */
.c-insta-list.single{
    justify-content:center;
}
.c-insta-list.single li{
    width: min(100%, 500px);
}
/* 240827 シングルカラム用調整 ここまで */

.c-insta-modal {
	height: calc( 85vh -  70px );
	overflow: auto;
	background-color: var(--white);
	padding: 15px;
	display: flex;
	flex-direction: column;
	text-align: center;
	letter-spacing: 0;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.c-insta-modal_cont {
	margin-inline: auto;
	max-width: 100%;
	height: min(calc(100% - 55px), 90%);
	aspect-ratio: 1/1;
}
.c-insta-modal_cont img,
.c-insta-modal_cont video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	vertical-align: top;
}
.c-insta-modal .c-insta-modal_btn {
	display: inline-block;
	width: fit-content;
	margin: auto auto 0;
	padding: 10px 30px;
	border: solid 2px #A68A8F;
	background-color: #A68A8F;
	color: var(--white);
	font-size: clamp( 14px, 2vw, 20px);
	font-weight: 600;
	transition: .3s;
}
.c-insta-modal .c-insta-modal_btn:hover {
	opacity: 1;
	text-decoration: none;
	background-color: var(--white);
	color: #A68A8F;
}

.c-insta-modal.--small {
  height: initial !important;
}

.c-insta-modal_cont.--small {
    margin-bottom: 15px;
    aspect-ratio: initial;
}
.p-ambassador_wrap {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.p-ambassador_comment {
	padding: 10px 25px 15px;
	background-color: #F7F1F3;
	line-height: 1.8;
	position: relative;
	z-index: 0;
	font-size: 14px;
}

.p-ambassador_comment::after {
	content: "";
	background-color: var(--white);
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 10px;
	z-index: -1;
}

/* 中央寄せ画像マージン調整 */
.wp-block-image:has(figure.aligncenter) {
	margin-bottom: 1em;
}
.wp-block-columns .wp-block-image:has(figure.aligncenter) {
	margin-bottom: 0;
}

.l-campaign-custom {
	max-width: 835px;
}
.l-campaign-custom .cntTtl .sub.pageSubTtl {
	padding: 0 0 clamp(10px, 1.5vw, 15px);
	margin-bottom: clamp(10px, 2vw, 20px);
	border-bottom: solid clamp(1px, .2vw, 2px) #B12028;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: clamp(20px, 3vw, 30px);
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 1.6;
}
.l-campaign-custom .cntTxtBlock h3 {
	padding: 0 0 clamp(10px, 1.5vw, 15px) clamp(12px, 1.5vw, 15px);
	margin: clamp(30px, 4vw, 40px) 0 clamp(10px, 2vw, 20px);
	border-bottom: solid clamp(1px, .2vw, 2px) #B12028;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: clamp(16px, 1.8vw, 18px);
	font-weight: bold;
	color: #B12028;
	text-align: left;
	line-height: 1.6;
}

.l-campaign-custom p {
	letter-spacing: 0;
}
.l-campaign-custom p:has(a:not(.c-txt_link)) {
	display: flex;
	justify-content: center
}
.l-campaign-custom p a:not(.c-txt_link) {
	color: #B12028;
	width: calc(50% - 5px);
	display: block;
	padding: 10px;
	border-radius: 100px;
	border: solid 2px var(--fast-red);
	display: block;
	position: relative;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
	background-color: #fff;
}
.l-campaign-custom p a:not(.c-txt_link)::after {
	content: "";
	width: 8px;
	height: 8px;
	transform: translate( 0, -50%) rotate( 45deg );
	border-top: solid 2px;
	border-right: solid 2px;
	position: absolute;
	right: 15px;
	top: 50%;
	transition: .3s;
}
.l-campaign-custom p a:not(.c-txt_link):hover::after {
	right: 10px;
}
.l-campaign-custom p strong {
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.l-campaign-custom p a:not(.c-txt_link) {
		width: 80%;
	}
	.l-campaign-custom .cntTtl {
		margin-bottom: 30px;
	}
}

/************************************************************
*  Utility
*  汎用的なスタイルを定義
*************************************************************/
/* 下線
--------------------------------------------------------------------------------------- */
.u-external_link {
    -webkit-transition: 0.3s ease !important;
    transition: 0.3s ease !important;
    text-decoration: underline !important;
}

.u-external_link:hover {
    opacity: 0.8 !important;
    text-decoration: none !important;
}

/* 透過
--------------------------------------------------------------------------------------- */
.u-hover {
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
}

.u-hover:hover {
    opacity: 0.8 !important;
}

/* PC/SP 非表示
--------------------------------------------------------------------------------------- */
.u-sp_none {
    display: block !important;
}

.u-pctab_none {
    display: none !important;
}

.u-tab_none {
    display: block !important;
}

.u-sptab_none {
    display: block !important;
}

.u-pc_none {
    display: none !important;
}

/* 横幅・縦幅
--------------------------------------------------------------------------------------- */
.u-w-auto {
    width: auto !important;
}

.u-h-auto {
    height: auto !important;
}

.u-w0 {
    width: 0% !important;
}

.u-w5 {
    width: 5% !important;
}

.u-w10 {
    width: 10% !important;
}

.u-w15 {
    width: 15% !important;
}

.u-w20 {
    width: 20% !important;
}

.u-w25 {
    width: 25% !important;
}

.u-w30 {
    width: 30% !important;
}

.u-w35 {
    width: 35% !important;
}

.u-w40 {
    width: 40% !important;
}

.u-w45 {
    width: 45% !important;
}

.u-w50 {
    width: 50% !important;
}

.u-w55 {
    width: 55% !important;
}

.u-w60 {
    width: 60% !important;
}

.u-w65 {
    width: 65% !important;
}

.u-w70 {
    width: 70% !important;
}

.u-w75 {
    width: 75% !important;
}

.u-w80 {
    width: 80% !important;
}

.u-w85 {
    width: 85% !important;
}

.u-w90 {
    width: 90% !important;
}

.u-w95 {
    width: 95% !important;
}

.u-w100 {
    width: 100% !important;
}

.u-w0 {
    height: 0% !important;
}

.u-w5 {
    height: 5% !important;
}

.u-w10 {
    height: 10% !important;
}

.u-w15 {
    height: 15% !important;
}

.u-w20 {
    height: 20% !important;
}

.u-w25 {
    height: 25% !important;
}

.u-w30 {
    height: 30% !important;
}

.u-w35 {
    height: 35% !important;
}

.u-w40 {
    height: 40% !important;
}

.u-w45 {
    height: 45% !important;
}

.u-w50 {
    height: 50% !important;
}

.u-w55 {
    height: 55% !important;
}

.u-w60 {
    height: 60% !important;
}

.u-w65 {
    height: 65% !important;
}

.u-w70 {
    height: 70% !important;
}

.u-w75 {
    height: 75% !important;
}

.u-w80 {
    height: 80% !important;
}

.u-w85 {
    height: 85% !important;
}

.u-w90 {
    height: 90% !important;
}

.u-w95 {
    height: 95% !important;
}

.u-w100 {
    height: 100% !important;
}

/* ドットリスト（・）
--------------------------------------------------------------------------------------- */
.u-list_dot li {
    position: relative !important;
    padding-left: 15px !important;
    padding-left: 1.5rem !important;
    text-align: left !important;
    font-size: clamp(14px, 3.5vw, 16px) !important;
}

.u-list_dot li+li {
    margin-top: 5px !important;
}

.u-list_dot li::before {
    content: "・" !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.u-list_dot li.dot_none::before {
    display: none !important;
}

.u-list_dot--big li {
    font-size: clamp(14px, 3.5vw, 20px) !important;
}

.u-list_dot--big li+li {
    margin-top: 8px !important;
}

.u-list_dot--big li+* {
    margin-bottom: 8px !important;
}

/* 注釈リスト（※）
--------------------------------------------------------------------------------------- */
*+.u-list_notes,
*+.u-list_notes--small {
    margin-top: 0.8em !important;
    gap: 5px !important;
}

.u-list_notes li,
.u-list_notes--small li,
.u-notes {
    position: relative !important;
    list-style: none !important;
    padding: 0 0 0 1.2em !important;
    margin-bottom: 0 !important;
    background-image: none !important;
    /* TODO タブレット最適化後に削除*/
    font-size: clamp(13px, 1.4vw, 14px) !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    top: auto !important;
    left: auto !important;
}

.u-list_notes li::before,
.u-list_notes--small li::before,
.u-notes::before {
    content: "※" !important;
    position: absolute !important;
    display: inline-block !important;
    background: none !important;
    top: auto !important;
}

.u-notes+.u-notes {
    margin-top: 3px !important;
}

.u-notes--big {
    font-size: clamp(13px, 3.5vw, 20px) !important;
}

.u-list_notes--block li {
    display: block !important;
}

.u-notes--block {
    display: block !important;
}

.u-notes--fs16 {
    font-size: clamp(13px, 3.5vw, 16px) !important;
}

.u-list_num {
    counter-reset: listNum 0;
}

.u-list_numItem {
    font-size: clamp(14px, 3.5vw, 16px) !important;
    position: relative !important;
    padding-left: clamp(16px, 3.5vw, 18px) !important;
}

.u-list_numItem::before {
    content: counter(listNum) ".";
    counter-increment: listNum 1 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.u-list_numItem+.u-list_numItem {
    margin-top: 5px !important;
}

/* テキストインデント
--------------------------------------------------------------------------------------- */
.u-txt-indent {
    text-indent: -1em !important;
    padding-left: 1em !important;
}

/* テキストホバー
--------------------------------------------------------------------------------------- */
.u-txt-underline {
    display: inline-block !important;
    text-decoration: underline !important;
}

.u-txt-underline:hover {
    text-decoration: none !important;
}

/* text-align
--------------------------------------------------------------------------------------- */
.u-align-c {
    text-align: center !important;
}

.u-align-l {
    text-align: left !important;
}

.u-align-r {
    text-align: right !important;
}

/* 揃え
--------------------------------------------------------------------------------------- */
.u-margin-l {
    margin: 0 auto 0 0 !important;
}

.u-margin-c {
    margin: 0 auto !important;
}

.u-margin-r {
    margin: 0 0 0 auto !important;
}

/* 文字色
--------------------------------------------------------------------------------------- */
.u-color-white {
    color: #fff !important;
}

.u-color-black {
    color: #000 !important;
}

.u-color-baseWhite {
    color: #f5f6f8 !important;
}

.u-color-baseLightGray {
    color: rgba(177,32,40,.04) !important;
}

.u-color-mainNavy {
    color: #B12028 !important;
}

.u-color-mainNavy2 {
    color: #B12028 !important;
}

.u-color-mainLightNavy {
    color: #3a4278 !important;
}

.u-color-mainLightNavy2 {
    color: #7b80a2 !important;
}

.u-color-accentRed {
    color: #e17912 !important;
}

.u-color-accentGold {
    color: #a6b506 !important;
}

.u-color-accentGreen {
    color: #23827f !important;
}

/* 背景色
--------------------------------------------------------------------------------------- */
.u-bgc-white {
    background-color: #fff !important;
}

.u-bgc-black {
    background-color: #000 !important;
}

.u-bgc-baseWhite {
    background-color: #f5f6f8 !important;
}

.u-bgc-baseLightGray {
    background-color: rgba(177,32,40,.04) !important;
}

.u-bgc-mainNavy {
    background-color: #B12028 !important;
}

.u-bgc-mainNavy2 {
    background-color: #B12028 !important;
}

.u-bgc-mainLightNavy {
    background-color: #3a4278 !important;
}

.u-bgc-accentRed {
    background-color: #e17912 !important;
}

.u-bgc-accentGold {
    background-color: #a6b506 !important;
}

.u-bgc-accentGreen {
    background-color: #23827f !important;
}

/* ボーダー
--------------------------------------------------------------------------------------- */
.u-border_current {
    border-bottom: 1px solid currentColor !important;
}

.u-border_gray {
    border-bottom: 1px solid #ccc !important;
}

.u-border_lightGray {
    border: 1px solid #d3dbe6 !important;
}

/* フォント
--------------------------------------------------------------------------------------- */
.u-ff-yugoshic {
    font-family: 游ゴシック medium, yu gothic medium, 游ゴシック, yu gothic, メイリオ, meiryo, ヒラギノ角ゴ pro, hiragino kaku gothic pro, sans-serif !important;
}

.u-ff-yugoshic-bold {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
    font-weight: bold !important;
}

.u-ff-yumincho {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
}

.u-ff-yumincho-bold {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
    font-weight: bold !important;
}

.u-fs10 {
    font-size: 10px !important;
}

.u-fs11 {
    font-size: 11px !important;
}

.u-fs12 {
    font-size: 12px !important;
}

.u-fs13 {
    font-size: 13px !important;
}

.u-fs14 {
    font-size: 14px !important;
}

.u-fs15 {
    font-size: 15px !important;
}

.u-fs16 {
    font-size: 16px !important;
}

.u-fs17 {
    font-size: 17px !important;
}

.u-fs18 {
    font-size: 18px !important;
}

.u-fs19 {
    font-size: 19px !important;
}

.u-fs20 {
    font-size: 20px !important;
}

.u-fs21 {
    font-size: 21px !important;
}

.u-fs22 {
    font-size: 22px !important;
}

.u-fs23 {
    font-size: 23px !important;
}

.u-fs24 {
    font-size: 24px !important;
}

.u-fs25 {
    font-size: 25px !important;
}

.u-fs26 {
    font-size: 26px !important;
}

.u-fs27 {
    font-size: 27px !important;
}

.u-fs28 {
    font-size: 28px !important;
}

.u-fs29 {
    font-size: 29px !important;
}

.u-fs30 {
    font-size: 30px !important;
}

.u-mt0 {
    margin-top: 0px !important;
}

.u-mb0 {
    margin-bottom: 0px !important;
}

.u-mr0 {
    margin-right: 0px !important;
}

.u-ml0 {
    margin-left: 0px !important;
}

.u-mt5 {
    margin-top: 5px !important;
}

.u-mb5 {
    margin-bottom: 5px !important;
}

.u-mr5 {
    margin-right: 5px !important;
}

.u-ml5 {
    margin-left: 5px !important;
}

.u-mt10 {
    margin-top: 10px !important;
}

.u-mb10 {
    margin-bottom: 10px !important;
}

.u-mr10 {
    margin-right: 10px !important;
}

.u-ml10 {
    margin-left: 10px !important;
}

.u-mt15 {
    margin-top: 15px !important;
}

.u-mb15 {
    margin-bottom: 15px !important;
}

.u-mr15 {
    margin-right: 15px !important;
}

.u-ml15 {
    margin-left: 15px !important;
}

.u-mt20 {
    margin-top: 20px !important;
}

.u-mb20 {
    margin-bottom: 20px !important;
}

.u-mr20 {
    margin-right: 20px !important;
}

.u-ml20 {
    margin-left: 20px !important;
}

.u-mt25 {
    margin-top: 25px !important;
}

.u-mb25 {
    margin-bottom: 25px !important;
}

.u-mr25 {
    margin-right: 25px !important;
}

.u-ml25 {
    margin-left: 25px !important;
}

.u-mt30 {
    margin-top: 30px !important;
}

.u-mb30 {
    margin-bottom: 30px !important;
}

.u-mr30 {
    margin-right: 30px !important;
}

.u-ml30 {
    margin-left: 30px !important;
}

.u-mt35 {
    margin-top: 35px !important;
}

.u-mb35 {
    margin-bottom: 35px !important;
}

.u-mr35 {
    margin-right: 35px !important;
}

.u-ml35 {
    margin-left: 35px !important;
}

.u-mt40 {
    margin-top: 40px !important;
}

.u-mb40 {
    margin-bottom: 40px !important;
}

.u-mr40 {
    margin-right: 40px !important;
}

.u-ml40 {
    margin-left: 40px !important;
}

.u-mt45 {
    margin-top: 45px !important;
}

.u-mb45 {
    margin-bottom: 45px !important;
}

.u-mr45 {
    margin-right: 45px !important;
}

.u-ml45 {
    margin-left: 45px !important;
}

.u-mt50 {
    margin-top: 50px !important;
}

.u-mb50 {
    margin-bottom: 50px !important;
}

.u-mr50 {
    margin-right: 50px !important;
}

.u-ml50 {
    margin-left: 50px !important;
}

.u-mt55 {
    margin-top: 55px !important;
}

.u-mb55 {
    margin-bottom: 55px !important;
}

.u-mr55 {
    margin-right: 55px !important;
}

.u-ml55 {
    margin-left: 55px !important;
}

.u-mt60 {
    margin-top: 60px !important;
}

.u-mb60 {
    margin-bottom: 60px !important;
}

.u-mr60 {
    margin-right: 60px !important;
}

.u-ml60 {
    margin-left: 60px !important;
}

.u-mt65 {
    margin-top: 65px !important;
}

.u-mb65 {
    margin-bottom: 65px !important;
}

.u-mr65 {
    margin-right: 65px !important;
}

.u-ml65 {
    margin-left: 65px !important;
}

.u-mt70 {
    margin-top: 70px !important;
}

.u-mb70 {
    margin-bottom: 70px !important;
}

.u-mr70 {
    margin-right: 70px !important;
}

.u-ml70 {
    margin-left: 70px !important;
}

.u-mt75 {
    margin-top: 75px !important;
}

.u-mb75 {
    margin-bottom: 75px !important;
}

.u-mr75 {
    margin-right: 75px !important;
}

.u-ml75 {
    margin-left: 75px !important;
}

.u-mt80 {
    margin-top: 80px !important;
}

.u-mb80 {
    margin-bottom: 80px !important;
}

.u-mr80 {
    margin-right: 80px !important;
}

.u-ml80 {
    margin-left: 80px !important;
}

.u-mt85 {
    margin-top: 85px !important;
}

.u-mb85 {
    margin-bottom: 85px !important;
}

.u-mr85 {
    margin-right: 85px !important;
}

.u-ml85 {
    margin-left: 85px !important;
}

.u-mt90 {
    margin-top: 90px !important;
}

.u-mb90 {
    margin-bottom: 90px !important;
}

.u-mr90 {
    margin-right: 90px !important;
}

.u-ml90 {
    margin-left: 90px !important;
}

.u-mt95 {
    margin-top: 95px !important;
}

.u-mb95 {
    margin-bottom: 95px !important;
}

.u-mr95 {
    margin-right: 95px !important;
}

.u-ml95 {
    margin-left: 95px !important;
}

.u-mt100 {
    margin-top: 100px !important;
}

.u-mb100 {
    margin-bottom: 100px !important;
}

.u-mr100 {
    margin-right: 100px !important;
}

.u-ml100 {
    margin-left: 100px !important;
}

.u-mt105 {
    margin-top: 105px !important;
}

.u-mb105 {
    margin-bottom: 105px !important;
}

.u-mr105 {
    margin-right: 105px !important;
}

.u-ml105 {
    margin-left: 105px !important;
}

.u-mt110 {
    margin-top: 110px !important;
}

.u-mb110 {
    margin-bottom: 110px !important;
}

.u-mr110 {
    margin-right: 110px !important;
}

.u-ml110 {
    margin-left: 110px !important;
}

.u-mt115 {
    margin-top: 115px !important;
}

.u-mb115 {
    margin-bottom: 115px !important;
}

.u-mr115 {
    margin-right: 115px !important;
}

.u-ml115 {
    margin-left: 115px !important;
}

.u-mt120 {
    margin-top: 120px !important;
}

.u-mb120 {
    margin-bottom: 120px !important;
}

.u-mr120 {
    margin-right: 120px !important;
}

.u-ml120 {
    margin-left: 120px !important;
}

.u-mt125 {
    margin-top: 125px !important;
}

.u-mb125 {
    margin-bottom: 125px !important;
}

.u-mr125 {
    margin-right: 125px !important;
}

.u-ml125 {
    margin-left: 125px !important;
}

.u-mt130 {
    margin-top: 130px !important;
}

.u-mb130 {
    margin-bottom: 130px !important;
}

.u-mr130 {
    margin-right: 130px !important;
}

.u-ml130 {
    margin-left: 130px !important;
}

.u-mt135 {
    margin-top: 135px !important;
}

.u-mb135 {
    margin-bottom: 135px !important;
}

.u-mr135 {
    margin-right: 135px !important;
}

.u-ml135 {
    margin-left: 135px !important;
}

.u-mt140 {
    margin-top: 140px !important;
}

.u-mb140 {
    margin-bottom: 140px !important;
}

.u-mr140 {
    margin-right: 140px !important;
}

.u-ml140 {
    margin-left: 140px !important;
}

.u-mt145 {
    margin-top: 145px !important;
}

.u-mb145 {
    margin-bottom: 145px !important;
}

.u-mr145 {
    margin-right: 145px !important;
}

.u-ml145 {
    margin-left: 145px !important;
}

.u-mt150 {
    margin-top: 150px !important;
}

.u-mb150 {
    margin-bottom: 150px !important;
}

.u-mr150 {
    margin-right: 150px !important;
}

.u-ml150 {
    margin-left: 150px !important;
}

.u-mt155 {
    margin-top: 155px !important;
}

.u-mb155 {
    margin-bottom: 155px !important;
}

.u-mr155 {
    margin-right: 155px !important;
}

.u-ml155 {
    margin-left: 155px !important;
}

.u-mt160 {
    margin-top: 160px !important;
}

.u-mb160 {
    margin-bottom: 160px !important;
}

.u-mr160 {
    margin-right: 160px !important;
}

.u-ml160 {
    margin-left: 160px !important;
}

.u-mt165 {
    margin-top: 165px !important;
}

.u-mb165 {
    margin-bottom: 165px !important;
}

.u-mr165 {
    margin-right: 165px !important;
}

.u-ml165 {
    margin-left: 165px !important;
}

.u-mt170 {
    margin-top: 170px !important;
}

.u-mb170 {
    margin-bottom: 170px !important;
}

.u-mr170 {
    margin-right: 170px !important;
}

.u-ml170 {
    margin-left: 170px !important;
}

.u-mt175 {
    margin-top: 175px !important;
}

.u-mb175 {
    margin-bottom: 175px !important;
}

.u-mr175 {
    margin-right: 175px !important;
}

.u-ml175 {
    margin-left: 175px !important;
}

.u-mt180 {
    margin-top: 180px !important;
}

.u-mb180 {
    margin-bottom: 180px !important;
}

.u-mr180 {
    margin-right: 180px !important;
}

.u-ml180 {
    margin-left: 180px !important;
}

.u-mt185 {
    margin-top: 185px !important;
}

.u-mb185 {
    margin-bottom: 185px !important;
}

.u-mr185 {
    margin-right: 185px !important;
}

.u-ml185 {
    margin-left: 185px !important;
}

.u-mt190 {
    margin-top: 190px !important;
}

.u-mb190 {
    margin-bottom: 190px !important;
}

.u-mr190 {
    margin-right: 190px !important;
}

.u-ml190 {
    margin-left: 190px !important;
}

.u-mt195 {
    margin-top: 195px !important;
}

.u-mb195 {
    margin-bottom: 195px !important;
}

.u-mr195 {
    margin-right: 195px !important;
}

.u-ml195 {
    margin-left: 195px !important;
}

.u-mt200 {
    margin-top: 200px !important;
}

.u-mb200 {
    margin-bottom: 200px !important;
}

.u-mr200 {
    margin-right: 200px !important;
}

.u-ml200 {
    margin-left: 200px !important;
}

.u-mt205 {
    margin-top: 205px !important;
}

.u-mb205 {
    margin-bottom: 205px !important;
}

.u-mr205 {
    margin-right: 205px !important;
}

.u-ml205 {
    margin-left: 205px !important;
}

.u-mt210 {
    margin-top: 210px !important;
}

.u-mb210 {
    margin-bottom: 210px !important;
}

.u-mr210 {
    margin-right: 210px !important;
}

.u-ml210 {
    margin-left: 210px !important;
}

.u-mt215 {
    margin-top: 215px !important;
}

.u-mb215 {
    margin-bottom: 215px !important;
}

.u-mr215 {
    margin-right: 215px !important;
}

.u-ml215 {
    margin-left: 215px !important;
}

.u-mt220 {
    margin-top: 220px !important;
}

.u-mb220 {
    margin-bottom: 220px !important;
}

.u-mr220 {
    margin-right: 220px !important;
}

.u-ml220 {
    margin-left: 220px !important;
}

.u-mt225 {
    margin-top: 225px !important;
}

.u-mb225 {
    margin-bottom: 225px !important;
}

.u-mr225 {
    margin-right: 225px !important;
}

.u-ml225 {
    margin-left: 225px !important;
}

.u-mt230 {
    margin-top: 230px !important;
}

.u-mb230 {
    margin-bottom: 230px !important;
}

.u-mr230 {
    margin-right: 230px !important;
}

.u-ml230 {
    margin-left: 230px !important;
}

.u-mt235 {
    margin-top: 235px !important;
}

.u-mb235 {
    margin-bottom: 235px !important;
}

.u-mr235 {
    margin-right: 235px !important;
}

.u-ml235 {
    margin-left: 235px !important;
}

.u-mt240 {
    margin-top: 240px !important;
}

.u-mb240 {
    margin-bottom: 240px !important;
}

.u-mr240 {
    margin-right: 240px !important;
}

.u-ml240 {
    margin-left: 240px !important;
}

.u-mt245 {
    margin-top: 245px !important;
}

.u-mb245 {
    margin-bottom: 245px !important;
}

.u-mr245 {
    margin-right: 245px !important;
}

.u-ml245 {
    margin-left: 245px !important;
}

.u-mt250 {
    margin-top: 250px !important;
}

.u-mb250 {
    margin-bottom: 250px !important;
}

.u-mr250 {
    margin-right: 250px !important;
}

.u-ml250 {
    margin-left: 250px !important;
}

.u-mt255 {
    margin-top: 255px !important;
}

.u-mb255 {
    margin-bottom: 255px !important;
}

.u-mr255 {
    margin-right: 255px !important;
}

.u-ml255 {
    margin-left: 255px !important;
}

.u-mt260 {
    margin-top: 260px !important;
}

.u-mb260 {
    margin-bottom: 260px !important;
}

.u-mr260 {
    margin-right: 260px !important;
}

.u-ml260 {
    margin-left: 260px !important;
}

.u-mt265 {
    margin-top: 265px !important;
}

.u-mb265 {
    margin-bottom: 265px !important;
}

.u-mr265 {
    margin-right: 265px !important;
}

.u-ml265 {
    margin-left: 265px !important;
}

.u-mt270 {
    margin-top: 270px !important;
}

.u-mb270 {
    margin-bottom: 270px !important;
}

.u-mr270 {
    margin-right: 270px !important;
}

.u-ml270 {
    margin-left: 270px !important;
}

.u-mt275 {
    margin-top: 275px !important;
}

.u-mb275 {
    margin-bottom: 275px !important;
}

.u-mr275 {
    margin-right: 275px !important;
}

.u-ml275 {
    margin-left: 275px !important;
}

.u-mt280 {
    margin-top: 280px !important;
}

.u-mb280 {
    margin-bottom: 280px !important;
}

.u-mr280 {
    margin-right: 280px !important;
}

.u-ml280 {
    margin-left: 280px !important;
}

.u-mt285 {
    margin-top: 285px !important;
}

.u-mb285 {
    margin-bottom: 285px !important;
}

.u-mr285 {
    margin-right: 285px !important;
}

.u-ml285 {
    margin-left: 285px !important;
}

.u-mt290 {
    margin-top: 290px !important;
}

.u-mb290 {
    margin-bottom: 290px !important;
}

.u-mr290 {
    margin-right: 290px !important;
}

.u-ml290 {
    margin-left: 290px !important;
}

.u-mt295 {
    margin-top: 295px !important;
}

.u-mb295 {
    margin-bottom: 295px !important;
}

.u-mr295 {
    margin-right: 295px !important;
}

.u-ml295 {
    margin-left: 295px !important;
}

.u-mt300 {
    margin-top: 300px !important;
}

.u-mb300 {
    margin-bottom: 300px !important;
}

.u-mr300 {
    margin-right: 300px !important;
}

.u-ml300 {
    margin-left: 300px !important;
}

.u-pt0 {
    padding-top: 0px !important;
}

.u-pb0 {
    padding-bottom: 0px !important;
}

.u-pl0 {
    padding-left: 0px !important;
}

.u-pr0 {
    padding-right: 0px !important;
}

.u-pt5 {
    padding-top: 5px !important;
}

.u-pb5 {
    padding-bottom: 5px !important;
}

.u-pl5 {
    padding-left: 5px !important;
}

.u-pr5 {
    padding-right: 5px !important;
}

.u-pt10 {
    padding-top: 10px !important;
}

.u-pb10 {
    padding-bottom: 10px !important;
}

.u-pl10 {
    padding-left: 10px !important;
}

.u-pr10 {
    padding-right: 10px !important;
}

.u-pt15 {
    padding-top: 15px !important;
}

.u-pb15 {
    padding-bottom: 15px !important;
}

.u-pl15 {
    padding-left: 15px !important;
}

.u-pr15 {
    padding-right: 15px !important;
}

.u-pt20 {
    padding-top: 20px !important;
}

.u-pb20 {
    padding-bottom: 20px !important;
}

.u-pl20 {
    padding-left: 20px !important;
}

.u-pr20 {
    padding-right: 20px !important;
}

.u-pt25 {
    padding-top: 25px !important;
}

.u-pb25 {
    padding-bottom: 25px !important;
}

.u-pl25 {
    padding-left: 25px !important;
}

.u-pr25 {
    padding-right: 25px !important;
}

.u-pt30 {
    padding-top: 30px !important;
}

.u-pb30 {
    padding-bottom: 30px !important;
}

.u-pl30 {
    padding-left: 30px !important;
}

.u-pr30 {
    padding-right: 30px !important;
}

.u-pt35 {
    padding-top: 35px !important;
}

.u-pb35 {
    padding-bottom: 35px !important;
}

.u-pl35 {
    padding-left: 35px !important;
}

.u-pr35 {
    padding-right: 35px !important;
}

.u-pt40 {
    padding-top: 40px !important;
}

.u-pb40 {
    padding-bottom: 40px !important;
}

.u-pl40 {
    padding-left: 40px !important;
}

.u-pr40 {
    padding-right: 40px !important;
}

.u-pt45 {
    padding-top: 45px !important;
}

.u-pb45 {
    padding-bottom: 45px !important;
}

.u-pl45 {
    padding-left: 45px !important;
}

.u-pr45 {
    padding-right: 45px !important;
}

.u-pt50 {
    padding-top: 50px !important;
}

.u-pb50 {
    padding-bottom: 50px !important;
}

.u-pl50 {
    padding-left: 50px !important;
}

.u-pr50 {
    padding-right: 50px !important;
}

.u-pt55 {
    padding-top: 55px !important;
}

.u-pb55 {
    padding-bottom: 55px !important;
}

.u-pl55 {
    padding-left: 55px !important;
}

.u-pr55 {
    padding-right: 55px !important;
}

.u-pt60 {
    padding-top: 60px !important;
}

.u-pb60 {
    padding-bottom: 60px !important;
}

.u-pl60 {
    padding-left: 60px !important;
}

.u-pr60 {
    padding-right: 60px !important;
}

.u-pt65 {
    padding-top: 65px !important;
}

.u-pb65 {
    padding-bottom: 65px !important;
}

.u-pl65 {
    padding-left: 65px !important;
}

.u-pr65 {
    padding-right: 65px !important;
}

.u-pt70 {
    padding-top: 70px !important;
}

.u-pb70 {
    padding-bottom: 70px !important;
}

.u-pl70 {
    padding-left: 70px !important;
}

.u-pr70 {
    padding-right: 70px !important;
}

.u-pt75 {
    padding-top: 75px !important;
}

.u-pb75 {
    padding-bottom: 75px !important;
}

.u-pl75 {
    padding-left: 75px !important;
}

.u-pr75 {
    padding-right: 75px !important;
}

.u-pt80 {
    padding-top: 80px !important;
}

.u-pb80 {
    padding-bottom: 80px !important;
}

.u-pl80 {
    padding-left: 80px !important;
}

.u-pr80 {
    padding-right: 80px !important;
}

.u-pt85 {
    padding-top: 85px !important;
}

.u-pb85 {
    padding-bottom: 85px !important;
}

.u-pl85 {
    padding-left: 85px !important;
}

.u-pr85 {
    padding-right: 85px !important;
}

.u-pt90 {
    padding-top: 90px !important;
}

.u-pb90 {
    padding-bottom: 90px !important;
}

.u-pl90 {
    padding-left: 90px !important;
}

.u-pr90 {
    padding-right: 90px !important;
}

.u-pt95 {
    padding-top: 95px !important;
}

.u-pb95 {
    padding-bottom: 95px !important;
}

.u-pl95 {
    padding-left: 95px !important;
}

.u-pr95 {
    padding-right: 95px !important;
}

.u-pt100 {
    padding-top: 100px !important;
}

.u-pb100 {
    padding-bottom: 100px !important;
}

.u-pl100 {
    padding-left: 100px !important;
}

.u-pr100 {
    padding-right: 100px !important;
}

.u-cg0 {
    -webkit-column-gap: 0px !important;
    -moz-column-gap: 0px !important;
    column-gap: 0px !important;
}

.u-cg0 {
    -webkit-column-gap: 0px !important;
    -moz-column-gap: 0px !important;
    column-gap: 0px !important;
}

.u-cg5 {
    -webkit-column-gap: 5px !important;
    -moz-column-gap: 5px !important;
    column-gap: 5px !important;
}

.u-cg5 {
    -webkit-column-gap: 5px !important;
    -moz-column-gap: 5px !important;
    column-gap: 5px !important;
}

.u-cg10 {
    -webkit-column-gap: 10px !important;
    -moz-column-gap: 10px !important;
    column-gap: 10px !important;
}

.u-cg10 {
    -webkit-column-gap: 10px !important;
    -moz-column-gap: 10px !important;
    column-gap: 10px !important;
}

.u-cg15 {
    -webkit-column-gap: 15px !important;
    -moz-column-gap: 15px !important;
    column-gap: 15px !important;
}

.u-cg15 {
    -webkit-column-gap: 15px !important;
    -moz-column-gap: 15px !important;
    column-gap: 15px !important;
}

.u-cg20 {
    -webkit-column-gap: 20px !important;
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
}

.u-cg20 {
    -webkit-column-gap: 20px !important;
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
}

.u-cg25 {
    -webkit-column-gap: 25px !important;
    -moz-column-gap: 25px !important;
    column-gap: 25px !important;
}

.u-cg25 {
    -webkit-column-gap: 25px !important;
    -moz-column-gap: 25px !important;
    column-gap: 25px !important;
}

.u-cg30 {
    -webkit-column-gap: 30px !important;
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
}

.u-cg30 {
    -webkit-column-gap: 30px !important;
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
}

.u-cg35 {
    -webkit-column-gap: 35px !important;
    -moz-column-gap: 35px !important;
    column-gap: 35px !important;
}

.u-cg35 {
    -webkit-column-gap: 35px !important;
    -moz-column-gap: 35px !important;
    column-gap: 35px !important;
}

.u-cg40 {
    -webkit-column-gap: 40px !important;
    -moz-column-gap: 40px !important;
    column-gap: 40px !important;
}

.u-cg40 {
    -webkit-column-gap: 40px !important;
    -moz-column-gap: 40px !important;
    column-gap: 40px !important;
}

.u-cg45 {
    -webkit-column-gap: 45px !important;
    -moz-column-gap: 45px !important;
    column-gap: 45px !important;
}

.u-cg45 {
    -webkit-column-gap: 45px !important;
    -moz-column-gap: 45px !important;
    column-gap: 45px !important;
}

.u-cg50 {
    -webkit-column-gap: 50px !important;
    -moz-column-gap: 50px !important;
    column-gap: 50px !important;
}

.u-cg50 {
    -webkit-column-gap: 50px !important;
    -moz-column-gap: 50px !important;
    column-gap: 50px !important;
}

.u-cg55 {
    -webkit-column-gap: 55px !important;
    -moz-column-gap: 55px !important;
    column-gap: 55px !important;
}

.u-cg55 {
    -webkit-column-gap: 55px !important;
    -moz-column-gap: 55px !important;
    column-gap: 55px !important;
}

.u-cg60 {
    -webkit-column-gap: 60px !important;
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
}

.u-cg60 {
    -webkit-column-gap: 60px !important;
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
}

.u-cg65 {
    -webkit-column-gap: 65px !important;
    -moz-column-gap: 65px !important;
    column-gap: 65px !important;
}

.u-cg65 {
    -webkit-column-gap: 65px !important;
    -moz-column-gap: 65px !important;
    column-gap: 65px !important;
}

.u-cg70 {
    -webkit-column-gap: 70px !important;
    -moz-column-gap: 70px !important;
    column-gap: 70px !important;
}

.u-cg70 {
    -webkit-column-gap: 70px !important;
    -moz-column-gap: 70px !important;
    column-gap: 70px !important;
}

.u-cg75 {
    -webkit-column-gap: 75px !important;
    -moz-column-gap: 75px !important;
    column-gap: 75px !important;
}

.u-cg75 {
    -webkit-column-gap: 75px !important;
    -moz-column-gap: 75px !important;
    column-gap: 75px !important;
}

.u-cg80 {
    -webkit-column-gap: 80px !important;
    -moz-column-gap: 80px !important;
    column-gap: 80px !important;
}

.u-cg80 {
    -webkit-column-gap: 80px !important;
    -moz-column-gap: 80px !important;
    column-gap: 80px !important;
}

.u-cg85 {
    -webkit-column-gap: 85px !important;
    -moz-column-gap: 85px !important;
    column-gap: 85px !important;
}

.u-cg85 {
    -webkit-column-gap: 85px !important;
    -moz-column-gap: 85px !important;
    column-gap: 85px !important;
}

.u-cg90 {
    -webkit-column-gap: 90px !important;
    -moz-column-gap: 90px !important;
    column-gap: 90px !important;
}

.u-cg90 {
    -webkit-column-gap: 90px !important;
    -moz-column-gap: 90px !important;
    column-gap: 90px !important;
}

.u-cg95 {
    -webkit-column-gap: 95px !important;
    -moz-column-gap: 95px !important;
    column-gap: 95px !important;
}

.u-cg95 {
    -webkit-column-gap: 95px !important;
    -moz-column-gap: 95px !important;
    column-gap: 95px !important;
}

.u-cg100 {
    -webkit-column-gap: 100px !important;
    -moz-column-gap: 100px !important;
    column-gap: 100px !important;
}

.u-cg100 {
    -webkit-column-gap: 100px !important;
    -moz-column-gap: 100px !important;
    column-gap: 100px !important;
}

@media screen and (max-width: 1024px) {

    .u-pctab_none {
        display: block !important;
    }

    .u-tab_none {
        display: none !important;
    }

    .u-sptab_none {
        display: none !important;
    }

    .u-tab-w-auto {
        width: 100% !important;
    }
}

@media screen and (max-width: 640px) {

    .u-sp_none {
        display: none !important;
    }

    .u-tab_none {
        display: block !important;
    }

    .u-pc_none {
        display: block !important;
    }

    .u-w-auto {
        width: 100% !important;
    }

    .u-sp-w0 {
        width: 0% !important;
    }

    .u-sp-w5 {
        width: 5% !important;
    }

    .u-sp-w10 {
        width: 10% !important;
    }

    .u-sp-w15 {
        width: 15% !important;
    }

    .u-sp-w20 {
        width: 20% !important;
    }

    .u-sp-w25 {
        width: 25% !important;
    }

    .u-sp-w30 {
        width: 30% !important;
    }

    .u-sp-w35 {
        width: 35% !important;
    }

    .u-sp-w40 {
        width: 40% !important;
    }

    .u-sp-w45 {
        width: 45% !important;
    }

    .u-sp-w50 {
        width: 50% !important;
    }

    .u-sp-w55 {
        width: 55% !important;
    }

    .u-sp-w60 {
        width: 60% !important;
    }

    .u-sp-w65 {
        width: 65% !important;
    }

    .u-sp-w70 {
        width: 70% !important;
    }

    .u-sp-w75 {
        width: 75% !important;
    }

    .u-sp-w80 {
        width: 80% !important;
    }

    .u-sp-w85 {
        width: 85% !important;
    }

    .u-sp-w90 {
        width: 90% !important;
    }

    .u-sp-w95 {
        width: 95% !important;
    }

    .u-sp-w100 {
        width: 100% !important;
    }

    .u-sp-w0 {
        height: 0% !important;
    }

    .u-sp-w5 {
        height: 5% !important;
    }

    .u-sp-w10 {
        height: 10% !important;
    }

    .u-sp-w15 {
        height: 15% !important;
    }

    .u-sp-w20 {
        height: 20% !important;
    }

    .u-sp-w25 {
        height: 25% !important;
    }

    .u-sp-w30 {
        height: 30% !important;
    }

    .u-sp-w35 {
        height: 35% !important;
    }

    .u-sp-w40 {
        height: 40% !important;
    }

    .u-sp-w45 {
        height: 45% !important;
    }

    .u-sp-w50 {
        height: 50% !important;
    }

    .u-sp-w55 {
        height: 55% !important;
    }

    .u-sp-w60 {
        height: 60% !important;
    }

    .u-sp-w65 {
        height: 65% !important;
    }

    .u-sp-w70 {
        height: 70% !important;
    }

    .u-sp-w75 {
        height: 75% !important;
    }

    .u-sp-w80 {
        height: 80% !important;
    }

    .u-sp-w85 {
        height: 85% !important;
    }

    .u-sp-w90 {
        height: 90% !important;
    }

    .u-sp-w95 {
        height: 95% !important;
    }

    .u-sp-w100 {
        height: 100% !important;
    }

    .u-spalign-c {
        text-align: center !important;
    }

    .u-spalign-l {
        text-align: left !important;
    }

    .u-spalign-r {
        text-align: right !important;
    }

    .u-spmargin-l {
        margin: 0 auto 0 0 !important;
    }

    .u-spmargin-c {
        margin: 0 auto !important;
    }

    .u-spmargin-r {
        margin: 0 0 0 auto !important;
    }

    .u-spfs10 {
        font-size: 10px !important;
    }

    .u-spfs11 {
        font-size: 11px !important;
    }

    .u-spfs12 {
        font-size: 12px !important;
    }

    .u-spfs13 {
        font-size: 13px !important;
    }

    .u-spfs14 {
        font-size: 14px !important;
    }

    .u-spfs15 {
        font-size: 15px !important;
    }

    .u-spfs16 {
        font-size: 16px !important;
    }

    .u-spfs17 {
        font-size: 17px !important;
    }

    .u-spfs18 {
        font-size: 18px !important;
    }

    .u-spfs19 {
        font-size: 19px !important;
    }

    .u-spfs20 {
        font-size: 20px !important;
    }

    .u-spfs21 {
        font-size: 21px !important;
    }

    .u-spfs22 {
        font-size: 22px !important;
    }

    .u-spfs23 {
        font-size: 23px !important;
    }

    .u-spfs24 {
        font-size: 24px !important;
    }

    .u-spfs25 {
        font-size: 25px !important;
    }

    .u-spfs26 {
        font-size: 26px !important;
    }

    .u-spfs27 {
        font-size: 27px !important;
    }

    .u-spfs28 {
        font-size: 28px !important;
    }

    .u-spfs29 {
        font-size: 29px !important;
    }

    .u-spfs30 {
        font-size: 30px !important;
    }

    .u-spmt0 {
        margin-top: 0px !important;
    }

    .u-spmb0 {
        margin-bottom: 0px !important;
    }

    .u-spmr0 {
        margin-right: 0px !important;
    }

    .u-spml0 {
        margin-left: 0px !important;
    }

    .u-spmt5 {
        margin-top: 5px !important;
    }

    .u-spmb5 {
        margin-bottom: 5px !important;
    }

    .u-spmr5 {
        margin-right: 5px !important;
    }

    .u-spml5 {
        margin-left: 5px !important;
    }

    .u-spmt10 {
        margin-top: 10px !important;
    }

    .u-spmb10 {
        margin-bottom: 10px !important;
    }

    .u-spmr10 {
        margin-right: 10px !important;
    }

    .u-spml10 {
        margin-left: 10px !important;
    }

    .u-spmt15 {
        margin-top: 15px !important;
    }

    .u-spmb15 {
        margin-bottom: 15px !important;
    }

    .u-spmr15 {
        margin-right: 15px !important;
    }

    .u-spml15 {
        margin-left: 15px !important;
    }

    .u-spmt20 {
        margin-top: 20px !important;
    }

    .u-spmb20 {
        margin-bottom: 20px !important;
    }

    .u-spmr20 {
        margin-right: 20px !important;
    }

    .u-spml20 {
        margin-left: 20px !important;
    }

    .u-spmt25 {
        margin-top: 25px !important;
    }

    .u-spmb25 {
        margin-bottom: 25px !important;
    }

    .u-spmr25 {
        margin-right: 25px !important;
    }

    .u-spml25 {
        margin-left: 25px !important;
    }

    .u-spmt30 {
        margin-top: 30px !important;
    }

    .u-spmb30 {
        margin-bottom: 30px !important;
    }

    .u-spmr30 {
        margin-right: 30px !important;
    }

    .u-spml30 {
        margin-left: 30px !important;
    }

    .u-spmt35 {
        margin-top: 35px !important;
    }

    .u-spmb35 {
        margin-bottom: 35px !important;
    }

    .u-spmr35 {
        margin-right: 35px !important;
    }

    .u-spml35 {
        margin-left: 35px !important;
    }

    .u-spmt40 {
        margin-top: 40px !important;
    }

    .u-spmb40 {
        margin-bottom: 40px !important;
    }

    .u-spmr40 {
        margin-right: 40px !important;
    }

    .u-spml40 {
        margin-left: 40px !important;
    }

    .u-spmt45 {
        margin-top: 45px !important;
    }

    .u-spmb45 {
        margin-bottom: 45px !important;
    }

    .u-spmr45 {
        margin-right: 45px !important;
    }

    .u-spml45 {
        margin-left: 45px !important;
    }

    .u-spmt50 {
        margin-top: 50px !important;
    }

    .u-spmb50 {
        margin-bottom: 50px !important;
    }

    .u-spmr50 {
        margin-right: 50px !important;
    }

    .u-spml50 {
        margin-left: 50px !important;
    }

    .u-spmt55 {
        margin-top: 55px !important;
    }

    .u-spmb55 {
        margin-bottom: 55px !important;
    }

    .u-spmr55 {
        margin-right: 55px !important;
    }

    .u-spml55 {
        margin-left: 55px !important;
    }

    .u-spmt60 {
        margin-top: 60px !important;
    }

    .u-spmb60 {
        margin-bottom: 60px !important;
    }

    .u-spmr60 {
        margin-right: 60px !important;
    }

    .u-spml60 {
        margin-left: 60px !important;
    }

    .u-spmt65 {
        margin-top: 65px !important;
    }

    .u-spmb65 {
        margin-bottom: 65px !important;
    }

    .u-spmr65 {
        margin-right: 65px !important;
    }

    .u-spml65 {
        margin-left: 65px !important;
    }

    .u-spmt70 {
        margin-top: 70px !important;
    }

    .u-spmb70 {
        margin-bottom: 70px !important;
    }

    .u-spmr70 {
        margin-right: 70px !important;
    }

    .u-spml70 {
        margin-left: 70px !important;
    }

    .u-spmt75 {
        margin-top: 75px !important;
    }

    .u-spmb75 {
        margin-bottom: 75px !important;
    }

    .u-spmr75 {
        margin-right: 75px !important;
    }

    .u-spml75 {
        margin-left: 75px !important;
    }

    .u-spmt80 {
        margin-top: 80px !important;
    }

    .u-spmb80 {
        margin-bottom: 80px !important;
    }

    .u-spmr80 {
        margin-right: 80px !important;
    }

    .u-spml80 {
        margin-left: 80px !important;
    }

    .u-spmt85 {
        margin-top: 85px !important;
    }

    .u-spmb85 {
        margin-bottom: 85px !important;
    }

    .u-spmr85 {
        margin-right: 85px !important;
    }

    .u-spml85 {
        margin-left: 85px !important;
    }

    .u-spmt90 {
        margin-top: 90px !important;
    }

    .u-spmb90 {
        margin-bottom: 90px !important;
    }

    .u-spmr90 {
        margin-right: 90px !important;
    }

    .u-spml90 {
        margin-left: 90px !important;
    }

    .u-spmt95 {
        margin-top: 95px !important;
    }

    .u-spmb95 {
        margin-bottom: 95px !important;
    }

    .u-spmr95 {
        margin-right: 95px !important;
    }

    .u-spml95 {
        margin-left: 95px !important;
    }

    .u-spmt100 {
        margin-top: 100px !important;
    }

    .u-spmb100 {
        margin-bottom: 100px !important;
    }

    .u-spmr100 {
        margin-right: 100px !important;
    }

    .u-spml100 {
        margin-left: 100px !important;
    }

    .u-spmt105 {
        margin-top: 105px !important;
    }

    .u-spmb105 {
        margin-bottom: 105px !important;
    }

    .u-spmr105 {
        margin-right: 105px !important;
    }

    .u-spml105 {
        margin-left: 105px !important;
    }

    .u-spmt110 {
        margin-top: 110px !important;
    }

    .u-spmb110 {
        margin-bottom: 110px !important;
    }

    .u-spmr110 {
        margin-right: 110px !important;
    }

    .u-spml110 {
        margin-left: 110px !important;
    }

    .u-spmt115 {
        margin-top: 115px !important;
    }

    .u-spmb115 {
        margin-bottom: 115px !important;
    }

    .u-spmr115 {
        margin-right: 115px !important;
    }

    .u-spml115 {
        margin-left: 115px !important;
    }

    .u-spmt120 {
        margin-top: 120px !important;
    }

    .u-spmb120 {
        margin-bottom: 120px !important;
    }

    .u-spmr120 {
        margin-right: 120px !important;
    }

    .u-spml120 {
        margin-left: 120px !important;
    }

    .u-spmt125 {
        margin-top: 125px !important;
    }

    .u-spmb125 {
        margin-bottom: 125px !important;
    }

    .u-spmr125 {
        margin-right: 125px !important;
    }

    .u-spml125 {
        margin-left: 125px !important;
    }

    .u-spmt130 {
        margin-top: 130px !important;
    }

    .u-spmb130 {
        margin-bottom: 130px !important;
    }

    .u-spmr130 {
        margin-right: 130px !important;
    }

    .u-spml130 {
        margin-left: 130px !important;
    }

    .u-spmt135 {
        margin-top: 135px !important;
    }

    .u-spmb135 {
        margin-bottom: 135px !important;
    }

    .u-spmr135 {
        margin-right: 135px !important;
    }

    .u-spml135 {
        margin-left: 135px !important;
    }

    .u-spmt140 {
        margin-top: 140px !important;
    }

    .u-spmb140 {
        margin-bottom: 140px !important;
    }

    .u-spmr140 {
        margin-right: 140px !important;
    }

    .u-spml140 {
        margin-left: 140px !important;
    }

    .u-spmt145 {
        margin-top: 145px !important;
    }

    .u-spmb145 {
        margin-bottom: 145px !important;
    }

    .u-spmr145 {
        margin-right: 145px !important;
    }

    .u-spml145 {
        margin-left: 145px !important;
    }

    .u-spmt150 {
        margin-top: 150px !important;
    }

    .u-spmb150 {
        margin-bottom: 150px !important;
    }

    .u-spmr150 {
        margin-right: 150px !important;
    }

    .u-spml150 {
        margin-left: 150px !important;
    }

    .u-sppt0 {
        padding-top: 0px !important;
    }

    .u-sppb0 {
        padding-bottom: 0px !important;
    }

    .u-sppr0 {
        padding-right: 0px !important;
    }

    .u-sppl0 {
        padding-left: 0px !important;
    }

    .u-sppt5 {
        padding-top: 5px !important;
    }

    .u-sppb5 {
        padding-bottom: 5px !important;
    }

    .u-sppr5 {
        padding-right: 5px !important;
    }

    .u-sppl5 {
        padding-left: 5px !important;
    }

    .u-sppt10 {
        padding-top: 10px !important;
    }

    .u-sppb10 {
        padding-bottom: 10px !important;
    }

    .u-sppr10 {
        padding-right: 10px !important;
    }

    .u-sppl10 {
        padding-left: 10px !important;
    }

    .u-sppt15 {
        padding-top: 15px !important;
    }

    .u-sppb15 {
        padding-bottom: 15px !important;
    }

    .u-sppr15 {
        padding-right: 15px !important;
    }

    .u-sppl15 {
        padding-left: 15px !important;
    }

    .u-sppt20 {
        padding-top: 20px !important;
    }

    .u-sppb20 {
        padding-bottom: 20px !important;
    }

    .u-sppr20 {
        padding-right: 20px !important;
    }

    .u-sppl20 {
        padding-left: 20px !important;
    }

    .u-sppt25 {
        padding-top: 25px !important;
    }

    .u-sppb25 {
        padding-bottom: 25px !important;
    }

    .u-sppr25 {
        padding-right: 25px !important;
    }

    .u-sppl25 {
        padding-left: 25px !important;
    }

    .u-sppt30 {
        padding-top: 30px !important;
    }

    .u-sppb30 {
        padding-bottom: 30px !important;
    }

    .u-sppr30 {
        padding-right: 30px !important;
    }

    .u-sppl30 {
        padding-left: 30px !important;
    }

    .u-sppt35 {
        padding-top: 35px !important;
    }

    .u-sppb35 {
        padding-bottom: 35px !important;
    }

    .u-sppr35 {
        padding-right: 35px !important;
    }

    .u-sppl35 {
        padding-left: 35px !important;
    }

    .u-sppt40 {
        padding-top: 40px !important;
    }

    .u-sppb40 {
        padding-bottom: 40px !important;
    }

    .u-sppr40 {
        padding-right: 40px !important;
    }

    .u-sppl40 {
        padding-left: 40px !important;
    }

    .u-sppt45 {
        padding-top: 45px !important;
    }

    .u-sppb45 {
        padding-bottom: 45px !important;
    }

    .u-sppr45 {
        padding-right: 45px !important;
    }

    .u-sppl45 {
        padding-left: 45px !important;
    }

    .u-sppt50 {
        padding-top: 50px !important;
    }

    .u-sppb50 {
        padding-bottom: 50px !important;
    }

    .u-sppr50 {
        padding-right: 50px !important;
    }

    .u-sppl50 {
        padding-left: 50px !important;
    }

    .u-sppt55 {
        padding-top: 55px !important;
    }

    .u-sppb55 {
        padding-bottom: 55px !important;
    }

    .u-sppr55 {
        padding-right: 55px !important;
    }

    .u-sppl55 {
        padding-left: 55px !important;
    }

    .u-sppt60 {
        padding-top: 60px !important;
    }

    .u-sppb60 {
        padding-bottom: 60px !important;
    }

    .u-sppr60 {
        padding-right: 60px !important;
    }

    .u-sppl60 {
        padding-left: 60px !important;
    }

    .u-sppt65 {
        padding-top: 65px !important;
    }

    .u-sppb65 {
        padding-bottom: 65px !important;
    }

    .u-sppr65 {
        padding-right: 65px !important;
    }

    .u-sppl65 {
        padding-left: 65px !important;
    }

    .u-sppt70 {
        padding-top: 70px !important;
    }

    .u-sppb70 {
        padding-bottom: 70px !important;
    }

    .u-sppr70 {
        padding-right: 70px !important;
    }

    .u-sppl70 {
        padding-left: 70px !important;
    }

    .u-sppt75 {
        padding-top: 75px !important;
    }

    .u-sppb75 {
        padding-bottom: 75px !important;
    }

    .u-sppr75 {
        padding-right: 75px !important;
    }

    .u-sppl75 {
        padding-left: 75px !important;
    }

    .u-sppt80 {
        padding-top: 80px !important;
    }

    .u-sppb80 {
        padding-bottom: 80px !important;
    }

    .u-sppr80 {
        padding-right: 80px !important;
    }

    .u-sppl80 {
        padding-left: 80px !important;
    }

    .u-sppt85 {
        padding-top: 85px !important;
    }

    .u-sppb85 {
        padding-bottom: 85px !important;
    }

    .u-sppr85 {
        padding-right: 85px !important;
    }

    .u-sppl85 {
        padding-left: 85px !important;
    }

    .u-sppt90 {
        padding-top: 90px !important;
    }

    .u-sppb90 {
        padding-bottom: 90px !important;
    }

    .u-sppr90 {
        padding-right: 90px !important;
    }

    .u-sppl90 {
        padding-left: 90px !important;
    }

    .u-sppt95 {
        padding-top: 95px !important;
    }

    .u-sppb95 {
        padding-bottom: 95px !important;
    }

    .u-sppr95 {
        padding-right: 95px !important;
    }

    .u-sppl95 {
        padding-left: 95px !important;
    }

    .u-sppt100 {
        padding-top: 100px !important;
    }

    .u-sppb100 {
        padding-bottom: 100px !important;
    }

    .u-sppr100 {
        padding-right: 100px !important;
    }

    .u-sppl100 {
        padding-left: 100px !important;
    }

    .u-sppt105 {
        padding-top: 105px !important;
    }

    .u-sppb105 {
        padding-bottom: 105px !important;
    }

    .u-sppr105 {
        padding-right: 105px !important;
    }

    .u-sppl105 {
        padding-left: 105px !important;
    }

    .u-sppt110 {
        padding-top: 110px !important;
    }

    .u-sppb110 {
        padding-bottom: 110px !important;
    }

    .u-sppr110 {
        padding-right: 110px !important;
    }

    .u-sppl110 {
        padding-left: 110px !important;
    }

    .u-sppt115 {
        padding-top: 115px !important;
    }

    .u-sppb115 {
        padding-bottom: 115px !important;
    }

    .u-sppr115 {
        padding-right: 115px !important;
    }

    .u-sppl115 {
        padding-left: 115px !important;
    }

    .u-sppt120 {
        padding-top: 120px !important;
    }

    .u-sppb120 {
        padding-bottom: 120px !important;
    }

    .u-sppr120 {
        padding-right: 120px !important;
    }

    .u-sppl120 {
        padding-left: 120px !important;
    }

    .u-sppt125 {
        padding-top: 125px !important;
    }

    .u-sppb125 {
        padding-bottom: 125px !important;
    }

    .u-sppr125 {
        padding-right: 125px !important;
    }

    .u-sppl125 {
        padding-left: 125px !important;
    }

    .u-sppt130 {
        padding-top: 130px !important;
    }

    .u-sppb130 {
        padding-bottom: 130px !important;
    }

    .u-sppr130 {
        padding-right: 130px !important;
    }

    .u-sppl130 {
        padding-left: 130px !important;
    }

    .u-sppt135 {
        padding-top: 135px !important;
    }

    .u-sppb135 {
        padding-bottom: 135px !important;
    }

    .u-sppr135 {
        padding-right: 135px !important;
    }

    .u-sppl135 {
        padding-left: 135px !important;
    }

    .u-sppt140 {
        padding-top: 140px !important;
    }

    .u-sppb140 {
        padding-bottom: 140px !important;
    }

    .u-sppr140 {
        padding-right: 140px !important;
    }

    .u-sppl140 {
        padding-left: 140px !important;
    }

    .u-sppt145 {
        padding-top: 145px !important;
    }

    .u-sppb145 {
        padding-bottom: 145px !important;
    }

    .u-sppr145 {
        padding-right: 145px !important;
    }

    .u-sppl145 {
        padding-left: 145px !important;
    }

    .u-sppt150 {
        padding-top: 150px !important;
    }

    .u-sppb150 {
        padding-bottom: 150px !important;
    }

    .u-sppr150 {
        padding-right: 150px !important;
    }

    .u-sppl150 {
        padding-left: 150px !important;
    }
}


.u-youtube-embedded iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
}

.u-movie {
    width: min(100%,500px);
    margin: 0 auto;
}
.u-movie video {
    width: 100%;
}