@media print, screen and (max-width: 767px) {
	.maincontents .sp-col_1-1 {
		width: 100%;
	}
	.sp-fullwidth-in-contents-block{
		margin-left: -16px;
		margin-right: -16px;
	}
	.sp-font-size-18{
		font-size: 18px !important;
	}
}

/* ------------------------------
 トップ
------------------------------ */
/* ------------------------------
 動画埋め込み
------------------------------ */
.heading {
	z-index: 2;
	position: relative;
	background: #fff;
}
.topMainimg {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: -58px;
}
.topMainimg:before {
	content:"";
	display: block;
	padding-top: 56.25%;
}
.topMainimg::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
	background: rgb(0, 0, 0);
	pointer-events: none;
	opacity: 1;
	animation: fadein 0.5s ease forwards;
	animation-delay: 1.8s;
}
@keyframes fadein {
	100% {  opacity: 0;}
}
@-webkit-keyframes fadein {
	100% {  opacity: 0;}
}
.topMainimg iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.topMainimg iframe:focus-visible {
	outline:auto;
}
.main_text {
	position: absolute;
	z-index: 3;
	font-size: 3vw;
	font-family: 'Oswald', Lucida, 'Grande', sans-serif;
	color: #fff;
	top: 0;
	bottom: 0;
	right: 60px;
	margin: auto;
	text-align: right;
	display: grid;
	align-items: center;
	line-height: 1.2;
	pointer-events: none;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	font-weight: bold;
}
/* ------- 再生停止ボタン ------- */
#control {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 14px;
	left: 30px;
	border-radius: 50%;
}
#control button {
	background: none;
	cursor: pointer;
	width: 30px;
	height: 30px;
	line-height: 1;
}
#control #play {
	display: none;
}
#control.iconvideo #play {
	display: block;
}
#control #pause {
	display: block;
}
#control.iconvideo #pause {
	display: none;
}
#play span {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 0;
	background-color:rgba(255,255,255,0.6);
	vertical-align: middle;
}
#play span::before {
	position: absolute;
	top: 50%;
	left: 44%;
	transform: translateY(-50%);
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
	border-left: 5px solid #000;
	box-sizing: border-box;
	content: "";
}
#pause span {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #000;
	font-size: 0;
	background-color:rgba(255,255,255,0.6);
	vertical-align: middle;
}
#pause span::before,
#pause span::after {
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 2px;
	height: 8px;
	box-sizing: border-box;
	background-color: currentColor;
	content: "";
}
#pause span::before {
	left: 42%;
}
#pause span::after {
	left: 58%;
}
/* ------------------------------
 SP用限定CSS
------------------------------ */
@media print, screen and (max-width: 767px) {
	.topMainimg {
		margin-top: 0;
	}
	.main_text {
		font-size: 22px;
		right: 16px;
		line-height: 1.5;
	}
	/* ------- 再生停止ボタン ------- */
	#control {
		width: 20px;
		height: 20px;
		bottom: 6.5%;
		left: 5%;
		border-radius: 50%;
	}
	#control button {
		width: 20px;
		height: 20px;
	}
	#play span {
		width: 20px;
		height: 20px;
	}
	#pause span {
		width: 20px;
		height: 20px;
	}
	#play span::before {
		left: 42%;
	}
}

.on-img-contents .upper-text{
	color: #fff;
}
/* 特徴 */

.text-characteristics{
	background-color: #e8e8e8;
	height: 100%;
	padding: 32px;
}
@media print, screen and (max-width: 767px) {
	.text-characteristics{
		padding: 20px;
	}
}
.text-characteristics h4{
	color: #333333;
	font-size: 24px;
}
@media print, screen and (max-width: 767px) {
	.text-characteristics h4{
		font-size: 18px;
	}
}
.text-characteristics *:last-child{
	margin-bottom: 0;
}

.str-heading-01{
	background-color: #27193a;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
@media print, screen and (max-width: 767px) {
	.str-heading-01{
		margin-bottom: 20px;
	}
}
/* ヤマハブランドの歴史 */
.history-year {
}
.history-contents {
	margin-bottom: 0;
}

.history-contents .history-title {
	background: #27193a;
	color: #fff;
	font-size: 24px;
	padding-top: 10px;
	font-family: 'Oswald', Lucida, 'Grande', sans-serif;
}
.history-contents .history-title .history-heading {
	display: block;
	line-height: 1;
	margin-bottom: 20px;
	width: fit-content;
	padding-top: 10px;
}
.history-contents .history-title .history-heading p {
	text-align: center;
}
.history-contents .history-title .history-heading::after {
	width: 40px;
	height: 2px;
	background: #fff;
	content: "";
	display: inline-block;
	vertical-align: 30px;
	margin-left: 15px;
}
.history-contents .history-title .history-year {
	font-size: 80px;
}
.history-contents .history-title .col_2-3 {
	align-content: center;
	padding: 40px;
}
.history-contents .history-title .col_2-3 p {
	font-weight: bold;
}
.history-contents .history-box {
	margin-bottom: 0;
}
.history-contents .history-box .col-text {
	border-right: 1px solid #a3a3a3;
	padding: 40px 0;
}
.history-contents .history-box .no-gap > .col_1-2 > * {
	width: auto;
}

.history-contents .history-box .col-img {
	padding: 160px 20px 50px;
}
.history-contents .history-box .history-year {
	font-size: 68px;
	color: #4b1e78;
	line-height: 1;
	border-bottom: 1px solid #a3a3a3;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.history-contents .history-box .col-text .history-year::after {
	display: block;
	content: "";
	background-image: url(../images/icon_history.svg);
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	bottom: -15px;
	right: -15px;
}
.history-contents .history-box h3 {
	margin-bottom: 10px;
}
.history-contents .history-box .history-text {
	padding-right: 123px;
	position: relative;
}
.history-contents .history-box .history-text h4,
.history-text h4{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold !important;
}
.history-contents .history-box .history-text h4 span{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.history-contents .history-text::after {
	display: block;
	content: "";
	content: "";
	width: 108px;
	height: 1px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 35px;
	border-bottom: solid 1px #a3a3a3;
	z-index: 1;
}
.history-contents .history-text::before {
	display: block;
	content: "";
	background-image: url(../images/icon_history.svg);
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: -15px;
	top: 20px;
}

.history-contents .history-box-end {
	position: relative;
	padding: 50px 0;
}

.history-contents .history-box-end::before {
	display: block;
	position: absolute;
	content: "";
	color: #a3a3a3;
	line-height: 1;
	width: 31px;
	height: 31px;
	border: 2px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: rotate(135deg);
	left: 0;
	right: 0;
	top: -32px;
	margin: auto;
}
.history-contents .col-block-second .col-text,
.history-contents .col-block-second .col-img {
	padding-top: 0;
}
.history-contents .history-label + span{
	color: #333333;
}
.history-label{
	color: #fff;
	background-color: #4b1e78;
	display: inline-block;
	padding: 0.25em 1.5em;
	margin-right: 0.5em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.history-white,
.history-purple,
.history-gray{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #333;
	font-size: 15px;
	font-weight: bold;
}
.history-purple{
	background-color:#4b1e78;
	color: #fff;
}
.history-gray{
	background-color:#E8E8E8;
	color: #000;
}
@media print, screen and (min-width: 768px) {
	.history-white,
	.history-purple,
	.history-gray{
		margin-left: 11px;
		height: 35px;
	}
	.history-labels {
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
	}
	.history-white,
	.history-purple{
		width: 172px;
	}

	.history-gray{
		margin-top: 10px;
		width: 390px;
	}
}
@media print, screen and (max-width: 767px) {
	.history-white,
	.history-purple,
	.history-gray{
		margin-top: 10px;
		text-align: center;
		font-weight: normal;
		min-height: 38px;
		line-height: 1.3;
	}
	.history-gray{
		min-height: 61px;
	}
	.history-labels {
		margin-top: 20px;
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
		align-items: flex-end;
	}
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.history-contents .history-title .col_2-3 {
		display: grid;
	}
	.history-contents .history-title .col_2-3.order2 p {
		margin-left: auto;
	}
	.history-contents .history-box .col-text.order2 {
		border-right: none;
	}
	.history-contents .history-box .col-img.order1 {
		border-right: 1px solid #a3a3a3;
		text-align: right;
	}
	.history-contents .history-box .col-text .history-text .line-box{
		padding-top: 22px;
		padding-bottom: 22px;
		border-color: #191D1F;
	}
	.history-contents .history-box .col-text.order2 .history-text {
		padding-left: 123px;
	}
	.history-contents .history-box .col-text.order2 .history-text::before {
		right: auto;
		left: -15px;
	}
	.history-contents .history-box .col-text.order2 .history-text::after {
		right: auto;
		left: 15px;
	}
	.history-contents .history-box .col-text.order2 .history-text {
		padding-left: 123px;
		padding-right: 0;
	}
}
/* ------------------------------
 SP用限定CSS
------------------------------ */
@media print, screen and (max-width: 767px) {
	.history-title.col-block.gap-m {
		gap: 0;
	}
	.history-contents .history-title {
		font-size: 18px;
	}
	.history-contents .history-title .history-heading {
		margin-bottom: 15px;
	}
	.history-contents .history-title .history-heading::after {
		height: 1px;
		vertical-align: 13px;
	}
	.history-contents .history-title .history-year {
		font-size: 38px;
		padding: 20px 0 15px;
	}
	.history-contents .history-box .history-year {
		font-size:38px;
		padding: 0 0 15px 20px;
		margin-bottom: 20px;
	}
	.history-contents .history-title .col_2-3 {
		padding: 35px 20px 35px;
	}
	.history-contents .history-box .col-text {
		border-left: 1px solid #a3a3a3;
		border-right: none;
		padding: 0 0 0;
		margin-left: 16px;
	}
	.history-contents .history-box .col-img {
		border-left: 1px solid #a3a3a3;
		padding: 20px 0 0 20px;
		margin-left: 16px;
	}
	.history-contents .history-box .col-text .history-text::before {
		right: auto;
		left: -13px;
		width: 24px;
		height: 24px;
		bottom: -12px;
		background-size: cover;
	}
	.history-contents .history-box .col-text .history-text::after {
		right: auto;
		left: 12px;
		width: 28px;
		top: 32px;
		height: 1px;
		background-color: #a3a3a3;
		border: none;
	}
	.history-contents .history-box .history-text {
		padding-left: 40px;
		padding-right: 0;
	}
	.history-contents .history-box .history-text{
		margin-top: 20px !important;
	}
	.history-contents .history-box .col-img.order1 {
		border-right: none;
	}
	.history-contents .history-box-end::before {
		width: 24px;
		height: 24px;
		right: auto;
		left: 5px;
		top: -26px;
	}
	.history-contents .history-box-end {
		position: relative;
		padding: 60px 0 0;
	}
}



.schl-pj-country {
	border-top: 1px solid #a3a3a3;
	padding-top: 60px;
}
@media print, screen and (max-width: 767px) {
	.schl-pj-country {
		padding-top: 30px;
	}
}
.schl-pj-country + .schl-pj-country {
	margin-top: 60px;
}
@media print, screen and (max-width: 767px) {
	.schl-pj-country + .schl-pj-country {
		margin-top: 30px;
	}
}
.schl-pj-country__inner{
	display: flex;
	align-items: flex-start;
}
@media print, screen and (max-width: 767px) {
	.schl-pj-country__inner{
		display: block;
	}
}
.schl-pj-country__photo{
	margin-top: 30px;
}
@media print, screen and (max-width: 767px) {
	.schl-pj-country__photo{
		margin-top: 30px;
	}
}
.schl-pj-country__fig{
	width: 266px;
	min-width: 266px;
}
@media print, screen and (max-width: 767px) {
	.schl-pj-country__fig{
		width: 100%;
	}
}
.schl-pj-country__fig img{
	width: 100%;
	height: auto;
}
@media print, screen and (max-width: 767px) {
	.schl-pj-country__fig img{
		width: 156px;
	}
}
.schl-pj-country__txt{
	width: calc(100% - 266px);
	min-width: calc(100% - 266px);
	padding-left: 30px;
}
@media print, screen and (max-width: 767px) {
	.schl-pj-country__txt{
		width: 100%;
		min-width: 0;
		padding-left: 0;
	}
}
.schl-pj-country__txt h3{
	line-height: 1;
}
@media print, screen and (min-width: 768px) {
	.history-labels-wrap {
		border-right: none !important;
	}
}

@media print, screen and (max-width: 767px) {
	.history-labels-wrap {
		padding-left: 40px !important;
	}
}
.schl-pj-country__labels{
	display: flex;
	flex-wrap: wrap;
	gap:6px 6px;
	margin-top: 30px;
}
@media print, screen and (max-width: 767px) {
	.schl-pj-country__labels{
		margin-bottom: 30px;
		gap: 10px;
		margin-top: 20px;
	}
}
.schl-pj-country__labels li a,
.schl-pj-country__labels li span{
	display: flex;
	justify-content: center;
	padding: 0.375em 1em;
	border: 1px solid #a3a3a3;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	border-radius: 2px;
}


.mt-0{margin-top:0px!important}.mt--0{margin-top:-0px!important}.mt-5{margin-top:5px!important}.mt--5{margin-top:-5px!important}.mt-10{margin-top:10px!important}.mt--10{margin-top:-10px!important}.mt-15{margin-top:15px!important}.mt--15{margin-top:-15px!important}.mt-20{margin-top:20px!important}.mt--20{margin-top:-20px!important}.mt-25{margin-top:25px!important}.mt--25{margin-top:-25px!important}.mt-30{margin-top:30px!important}.mt--30{margin-top:-30px!important}.mt-35{margin-top:35px!important}.mt--35{margin-top:-35px!important}.mt-40{margin-top:40px!important}.mt--40{margin-top:-40px!important}.mt-45{margin-top:45px!important}.mt--45{margin-top:-45px!important}.mt-50{margin-top:50px!important}.mt--50{margin-top:-50px!important}.mt-55{margin-top:55px!important}.mt--55{margin-top:-55px!important}.mt-60{margin-top:60px!important}.mt--60{margin-top:-60px!important}.mt-65{margin-top:65px!important}.mt--65{margin-top:-65px!important}.mt-70{margin-top:70px!important}.mt--70{margin-top:-70px!important}.mt-75{margin-top:75px!important}.mt--75{margin-top:-75px!important}.mt-80{margin-top:80px!important}.mt--80{margin-top:-80px!important}.mt-85{margin-top:85px!important}.mt--85{margin-top:-85px!important}.mt-90{margin-top:90px!important}.mt--90{margin-top:-90px!important}.mt-95{margin-top:95px!important}.mt--95{margin-top:-95px!important}.mt-100{margin-top:100px!important}.mt--100{margin-top:-100px!important}.mt-110{margin-top:110px!important}.mt--110{margin-top:-110px!important}.mt-120{margin-top:120px!important}.mt--120{margin-top:-120px!important}.mt-130{margin-top:130px!important}.mt--130{margin-top:-130px!important}.mt-140{margin-top:140px!important}.mt--140{margin-top:-140px!important}.mt-150{margin-top:150px!important}.mt--150{margin-top:-150px!important}.mt-160{margin-top:160px!important}.mt--160{margin-top:-160px!important}.mt-170{margin-top:170px!important}.mt--170{margin-top:-170px!important}.mt-180{margin-top:180px!important}.mt--180{margin-top:-180px!important}.mt-190{margin-top:190px!important}.mt--190{margin-top:-190px!important}.mt-200{margin-top:200px!important}.mt--200{margin-top:-200px!important}.mt-210{margin-top:210px!important}.mt--210{margin-top:-210px!important}.mt-220{margin-top:220px!important}.mt--220{margin-top:-220px!important}.mt-230{margin-top:230px!important}.mt--230{margin-top:-230px!important}.mt-240{margin-top:240px!important}.mt--240{margin-top:-240px!important}.mt-250{margin-top:250px!important}.mt--250{margin-top:-250px!important}.mt-260{margin-top:260px!important}.mt--260{margin-top:-260px!important}.mt-270{margin-top:270px!important}.mt--270{margin-top:-270px!important}.mt-280{margin-top:280px!important}.mt--280{margin-top:-280px!important}.mt-290{margin-top:290px!important}.mt--290{margin-top:-290px!important}.mt-300{margin-top:300px!important}.mt--300{margin-top:-300px!important}.pt-0{padding-top:0px!important}.pt--0{padding-top:-0px!important}.pt-5{padding-top:5px!important}.pt--5{padding-top:-5px!important}.pt-10{padding-top:10px!important}.pt--10{padding-top:-10px!important}.pt-15{padding-top:15px!important}.pt--15{padding-top:-15px!important}.pt-20{padding-top:20px!important}.pt--20{padding-top:-20px!important}.pt-25{padding-top:25px!important}.pt--25{padding-top:-25px!important}.pt-30{padding-top:30px!important}.pt--30{padding-top:-30px!important}.pt-35{padding-top:35px!important}.pt--35{padding-top:-35px!important}.pt-40{padding-top:40px!important}.pt--40{padding-top:-40px!important}.pt-45{padding-top:45px!important}.pt--45{padding-top:-45px!important}.pt-50{padding-top:50px!important}.pt--50{padding-top:-50px!important}.pt-55{padding-top:55px!important}.pt--55{padding-top:-55px!important}.pt-60{padding-top:60px!important}.pt--60{padding-top:-60px!important}.pt-65{padding-top:65px!important}.pt--65{padding-top:-65px!important}.pt-70{padding-top:70px!important}.pt--70{padding-top:-70px!important}.pt-75{padding-top:75px!important}.pt--75{padding-top:-75px!important}.pt-80{padding-top:80px!important}.pt--80{padding-top:-80px!important}.pt-85{padding-top:85px!important}.pt--85{padding-top:-85px!important}.pt-90{padding-top:90px!important}.pt--90{padding-top:-90px!important}.pt-95{padding-top:95px!important}.pt--95{padding-top:-95px!important}.pt-100{padding-top:100px!important}.pt--100{padding-top:-100px!important}.pt-110{padding-top:110px!important}.pt--110{padding-top:-110px!important}.pt-120{padding-top:120px!important}.pt--120{padding-top:-120px!important}.pt-130{padding-top:130px!important}.pt--130{padding-top:-130px!important}.pt-140{padding-top:140px!important}.pt--140{padding-top:-140px!important}.pt-150{padding-top:150px!important}.pt--150{padding-top:-150px!important}.pt-160{padding-top:160px!important}.pt--160{padding-top:-160px!important}.pt-170{padding-top:170px!important}.pt--170{padding-top:-170px!important}.pt-180{padding-top:180px!important}.pt--180{padding-top:-180px!important}.pt-190{padding-top:190px!important}.pt--190{padding-top:-190px!important}.pt-200{padding-top:200px!important}.pt--200{padding-top:-200px!important}.pt-210{padding-top:210px!important}.pt--210{padding-top:-210px!important}.pt-220{padding-top:220px!important}.pt--220{padding-top:-220px!important}.pt-230{padding-top:230px!important}.pt--230{padding-top:-230px!important}.pt-240{padding-top:240px!important}.pt--240{padding-top:-240px!important}.pt-250{padding-top:250px!important}.pt--250{padding-top:-250px!important}.pt-260{padding-top:260px!important}.pt--260{padding-top:-260px!important}.pt-270{padding-top:270px!important}.pt--270{padding-top:-270px!important}.pt-280{padding-top:280px!important}.pt--280{padding-top:-280px!important}.pt-290{padding-top:290px!important}.pt--290{padding-top:-290px!important}.pt-300{padding-top:300px!important}.pt--300{padding-top:-300px!important}.mb-0{margin-bottom:0px!important}.mb--0{margin-bottom:-0px!important}.mb-5{margin-bottom:5px!important}.mb--5{margin-bottom:-5px!important}.mb-10{margin-bottom:10px!important}.mb--10{margin-bottom:-10px!important}.mb-15{margin-bottom:15px!important}.mb--15{margin-bottom:-15px!important}.mb-20{margin-bottom:20px!important}.mb--20{margin-bottom:-20px!important}.mb-25{margin-bottom:25px!important}.mb--25{margin-bottom:-25px!important}.mb-30{margin-bottom:30px!important}.mb--30{margin-bottom:-30px!important}.mb-35{margin-bottom:35px!important}.mb--35{margin-bottom:-35px!important}.mb-40{margin-bottom:40px!important}.mb--40{margin-bottom:-40px!important}.mb-45{margin-bottom:45px!important}.mb--45{margin-bottom:-45px!important}.mb-50{margin-bottom:50px!important}.mb--50{margin-bottom:-50px!important}.mb-55{margin-bottom:55px!important}.mb--55{margin-bottom:-55px!important}.mb-60{margin-bottom:60px!important}.mb--60{margin-bottom:-60px!important}.mb-65{margin-bottom:65px!important}.mb--65{margin-bottom:-65px!important}.mb-70{margin-bottom:70px!important}.mb--70{margin-bottom:-70px!important}.mb-75{margin-bottom:75px!important}.mb--75{margin-bottom:-75px!important}.mb-80{margin-bottom:80px!important}.mb--80{margin-bottom:-80px!important}.mb-85{margin-bottom:85px!important}.mb--85{margin-bottom:-85px!important}.mb-90{margin-bottom:90px!important}.mb--90{margin-bottom:-90px!important}.mb-95{margin-bottom:95px!important}.mb--95{margin-bottom:-95px!important}.mb-100{margin-bottom:100px!important}.mb--100{margin-bottom:-100px!important}.mb-110{margin-bottom:110px!important}.mb--110{margin-bottom:-110px!important}.mb-120{margin-bottom:120px!important}.mb--120{margin-bottom:-120px!important}.mb-130{margin-bottom:130px!important}.mb--130{margin-bottom:-130px!important}.mb-140{margin-bottom:140px!important}.mb--140{margin-bottom:-140px!important}.mb-150{margin-bottom:150px!important}.mb--150{margin-bottom:-150px!important}.mb-160{margin-bottom:160px!important}.mb--160{margin-bottom:-160px!important}.mb-170{margin-bottom:170px!important}.mb--170{margin-bottom:-170px!important}.mb-180{margin-bottom:180px!important}.mb--180{margin-bottom:-180px!important}.mb-190{margin-bottom:190px!important}.mb--190{margin-bottom:-190px!important}.mb-200{margin-bottom:200px!important}.mb--200{margin-bottom:-200px!important}.mb-210{margin-bottom:210px!important}.mb--210{margin-bottom:-210px!important}.mb-220{margin-bottom:220px!important}.mb--220{margin-bottom:-220px!important}.mb-230{margin-bottom:230px!important}.mb--230{margin-bottom:-230px!important}.mb-240{margin-bottom:240px!important}.mb--240{margin-bottom:-240px!important}.mb-250{margin-bottom:250px!important}.mb--250{margin-bottom:-250px!important}.mb-260{margin-bottom:260px!important}.mb--260{margin-bottom:-260px!important}.mb-270{margin-bottom:270px!important}.mb--270{margin-bottom:-270px!important}.mb-280{margin-bottom:280px!important}.mb--280{margin-bottom:-280px!important}.mb-290{margin-bottom:290px!important}.mb--290{margin-bottom:-290px!important}.mb-300{margin-bottom:300px!important}.mb--300{margin-bottom:-300px!important}.pb-0{padding-bottom:0px!important}.pb--0{padding-bottom:-0px!important}.pb-5{padding-bottom:5px!important}.pb--5{padding-bottom:-5px!important}.pb-10{padding-bottom:10px!important}.pb--10{padding-bottom:-10px!important}.pb-15{padding-bottom:15px!important}.pb--15{padding-bottom:-15px!important}.pb-20{padding-bottom:20px!important}.pb--20{padding-bottom:-20px!important}.pb-25{padding-bottom:25px!important}.pb--25{padding-bottom:-25px!important}.pb-30{padding-bottom:30px!important}.pb--30{padding-bottom:-30px!important}.pb-35{padding-bottom:35px!important}.pb--35{padding-bottom:-35px!important}.pb-40{padding-bottom:40px!important}.pb--40{padding-bottom:-40px!important}.pb-45{padding-bottom:45px!important}.pb--45{padding-bottom:-45px!important}.pb-50{padding-bottom:50px!important}.pb--50{padding-bottom:-50px!important}.pb-55{padding-bottom:55px!important}.pb--55{padding-bottom:-55px!important}.pb-60{padding-bottom:60px!important}.pb--60{padding-bottom:-60px!important}.pb-65{padding-bottom:65px!important}.pb--65{padding-bottom:-65px!important}.pb-70{padding-bottom:70px!important}.pb--70{padding-bottom:-70px!important}.pb-75{padding-bottom:75px!important}.pb--75{padding-bottom:-75px!important}.pb-80{padding-bottom:80px!important}.pb--80{padding-bottom:-80px!important}.pb-85{padding-bottom:85px!important}.pb--85{padding-bottom:-85px!important}.pb-90{padding-bottom:90px!important}.pb--90{padding-bottom:-90px!important}.pb-95{padding-bottom:95px!important}.pb--95{padding-bottom:-95px!important}.pb-100{padding-bottom:100px!important}.pb--100{padding-bottom:-100px!important}.pb-110{padding-bottom:110px!important}.pb--110{padding-bottom:-110px!important}.pb-120{padding-bottom:120px!important}.pb--120{padding-bottom:-120px!important}.pb-130{padding-bottom:130px!important}.pb--130{padding-bottom:-130px!important}.pb-140{padding-bottom:140px!important}.pb--140{padding-bottom:-140px!important}.pb-150{padding-bottom:150px!important}.pb--150{padding-bottom:-150px!important}.pb-160{padding-bottom:160px!important}.pb--160{padding-bottom:-160px!important}.pb-170{padding-bottom:170px!important}.pb--170{padding-bottom:-170px!important}.pb-180{padding-bottom:180px!important}.pb--180{padding-bottom:-180px!important}.pb-190{padding-bottom:190px!important}.pb--190{padding-bottom:-190px!important}.pb-200{padding-bottom:200px!important}.pb--200{padding-bottom:-200px!important}.pb-210{padding-bottom:210px!important}.pb--210{padding-bottom:-210px!important}.pb-220{padding-bottom:220px!important}.pb--220{padding-bottom:-220px!important}.pb-230{padding-bottom:230px!important}.pb--230{padding-bottom:-230px!important}.pb-240{padding-bottom:240px!important}.pb--240{padding-bottom:-240px!important}.pb-250{padding-bottom:250px!important}.pb--250{padding-bottom:-250px!important}.pb-260{padding-bottom:260px!important}.pb--260{padding-bottom:-260px!important}.pb-270{padding-bottom:270px!important}.pb--270{padding-bottom:-270px!important}.pb-280{padding-bottom:280px!important}.pb--280{padding-bottom:-280px!important}.pb-290{padding-bottom:290px!important}.pb--290{padding-bottom:-290px!important}.pb-300{padding-bottom:300px!important}.pb--300{padding-bottom:-300px!important}@media screen and (min-width:768px){.mt-sm-0{margin-top:0px!important}.mt-sm--0{margin-top:-0px!important}.mt-sm-5{margin-top:5px!important}.mt-sm--5{margin-top:-5px!important}.mt-sm-10{margin-top:10px!important}.mt-sm--10{margin-top:-10px!important}.mt-sm-15{margin-top:15px!important}.mt-sm--15{margin-top:-15px!important}.mt-sm-20{margin-top:20px!important}.mt-sm--20{margin-top:-20px!important}.mt-sm-25{margin-top:25px!important}.mt-sm--25{margin-top:-25px!important}.mt-sm-30{margin-top:30px!important}.mt-sm--30{margin-top:-30px!important}.mt-sm-35{margin-top:35px!important}.mt-sm--35{margin-top:-35px!important}.mt-sm-40{margin-top:40px!important}.mt-sm--40{margin-top:-40px!important}.mt-sm-45{margin-top:45px!important}.mt-sm--45{margin-top:-45px!important}.mt-sm-50{margin-top:50px!important}.mt-sm--50{margin-top:-50px!important}.mt-sm-55{margin-top:55px!important}.mt-sm--55{margin-top:-55px!important}.mt-sm-60{margin-top:60px!important}.mt-sm--60{margin-top:-60px!important}.mt-sm-65{margin-top:65px!important}.mt-sm--65{margin-top:-65px!important}.mt-sm-70{margin-top:70px!important}.mt-sm--70{margin-top:-70px!important}.mt-sm-75{margin-top:75px!important}.mt-sm--75{margin-top:-75px!important}.mt-sm-80{margin-top:80px!important}.mt-sm--80{margin-top:-80px!important}.mt-sm-85{margin-top:85px!important}.mt-sm--85{margin-top:-85px!important}.mt-sm-90{margin-top:90px!important}.mt-sm--90{margin-top:-90px!important}.mt-sm-95{margin-top:95px!important}.mt-sm--95{margin-top:-95px!important}.mt-sm-100{margin-top:100px!important}.mt-sm--100{margin-top:-100px!important}.mt-sm-110{margin-top:110px!important}.mt-sm--110{margin-top:-110px!important}.mt-sm-120{margin-top:120px!important}.mt-sm--120{margin-top:-120px!important}.mt-sm-130{margin-top:130px!important}.mt-sm--130{margin-top:-130px!important}.mt-sm-140{margin-top:140px!important}.mt-sm--140{margin-top:-140px!important}.mt-sm-150{margin-top:150px!important}.mt-sm--150{margin-top:-150px!important}.mt-sm-160{margin-top:160px!important}.mt-sm--160{margin-top:-160px!important}.mt-sm-170{margin-top:170px!important}.mt-sm--170{margin-top:-170px!important}.mt-sm-180{margin-top:180px!important}.mt-sm--180{margin-top:-180px!important}.mt-sm-190{margin-top:190px!important}.mt-sm--190{margin-top:-190px!important}.mt-sm-200{margin-top:200px!important}.mt-sm--200{margin-top:-200px!important}.mt-sm-210{margin-top:210px!important}.mt-sm--210{margin-top:-210px!important}.mt-sm-220{margin-top:220px!important}.mt-sm--220{margin-top:-220px!important}.mt-sm-230{margin-top:230px!important}.mt-sm--230{margin-top:-230px!important}.mt-sm-240{margin-top:240px!important}.mt-sm--240{margin-top:-240px!important}.mt-sm-250{margin-top:250px!important}.mt-sm--250{margin-top:-250px!important}.mt-sm-260{margin-top:260px!important}.mt-sm--260{margin-top:-260px!important}.mt-sm-270{margin-top:270px!important}.mt-sm--270{margin-top:-270px!important}.mt-sm-280{margin-top:280px!important}.mt-sm--280{margin-top:-280px!important}.mt-sm-290{margin-top:290px!important}.mt-sm--290{margin-top:-290px!important}.mt-sm-300{margin-top:300px!important}.mt-sm--300{margin-top:-300px!important}.pt-sm-0{padding-top:0px!important}.pt-sm--0{padding-top:-0px!important}.pt-sm-5{padding-top:5px!important}.pt-sm--5{padding-top:-5px!important}.pt-sm-10{padding-top:10px!important}.pt-sm--10{padding-top:-10px!important}.pt-sm-15{padding-top:15px!important}.pt-sm--15{padding-top:-15px!important}.pt-sm-20{padding-top:20px!important}.pt-sm--20{padding-top:-20px!important}.pt-sm-25{padding-top:25px!important}.pt-sm--25{padding-top:-25px!important}.pt-sm-30{padding-top:30px!important}.pt-sm--30{padding-top:-30px!important}.pt-sm-35{padding-top:35px!important}.pt-sm--35{padding-top:-35px!important}.pt-sm-40{padding-top:40px!important}.pt-sm--40{padding-top:-40px!important}.pt-sm-45{padding-top:45px!important}.pt-sm--45{padding-top:-45px!important}.pt-sm-50{padding-top:50px!important}.pt-sm--50{padding-top:-50px!important}.pt-sm-55{padding-top:55px!important}.pt-sm--55{padding-top:-55px!important}.pt-sm-60{padding-top:60px!important}.pt-sm--60{padding-top:-60px!important}.pt-sm-65{padding-top:65px!important}.pt-sm--65{padding-top:-65px!important}.pt-sm-70{padding-top:70px!important}.pt-sm--70{padding-top:-70px!important}.pt-sm-75{padding-top:75px!important}.pt-sm--75{padding-top:-75px!important}.pt-sm-80{padding-top:80px!important}.pt-sm--80{padding-top:-80px!important}.pt-sm-85{padding-top:85px!important}.pt-sm--85{padding-top:-85px!important}.pt-sm-90{padding-top:90px!important}.pt-sm--90{padding-top:-90px!important}.pt-sm-95{padding-top:95px!important}.pt-sm--95{padding-top:-95px!important}.pt-sm-100{padding-top:100px!important}.pt-sm--100{padding-top:-100px!important}.pt-sm-110{padding-top:110px!important}.pt-sm--110{padding-top:-110px!important}.pt-sm-120{padding-top:120px!important}.pt-sm--120{padding-top:-120px!important}.pt-sm-130{padding-top:130px!important}.pt-sm--130{padding-top:-130px!important}.pt-sm-140{padding-top:140px!important}.pt-sm--140{padding-top:-140px!important}.pt-sm-150{padding-top:150px!important}.pt-sm--150{padding-top:-150px!important}.pt-sm-160{padding-top:160px!important}.pt-sm--160{padding-top:-160px!important}.pt-sm-170{padding-top:170px!important}.pt-sm--170{padding-top:-170px!important}.pt-sm-180{padding-top:180px!important}.pt-sm--180{padding-top:-180px!important}.pt-sm-190{padding-top:190px!important}.pt-sm--190{padding-top:-190px!important}.pt-sm-200{padding-top:200px!important}.pt-sm--200{padding-top:-200px!important}.pt-sm-210{padding-top:210px!important}.pt-sm--210{padding-top:-210px!important}.pt-sm-220{padding-top:220px!important}.pt-sm--220{padding-top:-220px!important}.pt-sm-230{padding-top:230px!important}.pt-sm--230{padding-top:-230px!important}.pt-sm-240{padding-top:240px!important}.pt-sm--240{padding-top:-240px!important}.pt-sm-250{padding-top:250px!important}.pt-sm--250{padding-top:-250px!important}.pt-sm-260{padding-top:260px!important}.pt-sm--260{padding-top:-260px!important}.pt-sm-270{padding-top:270px!important}.pt-sm--270{padding-top:-270px!important}.pt-sm-280{padding-top:280px!important}.pt-sm--280{padding-top:-280px!important}.pt-sm-290{padding-top:290px!important}.pt-sm--290{padding-top:-290px!important}.pt-sm-300{padding-top:300px!important}.pt-sm--300{padding-top:-300px!important}.mb-sm-0{margin-bottom:0px!important}.mb-sm--0{margin-bottom:-0px!important}.mb-sm-5{margin-bottom:5px!important}.mb-sm--5{margin-bottom:-5px!important}.mb-sm-10{margin-bottom:10px!important}.mb-sm--10{margin-bottom:-10px!important}.mb-sm-15{margin-bottom:15px!important}.mb-sm--15{margin-bottom:-15px!important}.mb-sm-20{margin-bottom:20px!important}.mb-sm--20{margin-bottom:-20px!important}.mb-sm-25{margin-bottom:25px!important}.mb-sm--25{margin-bottom:-25px!important}.mb-sm-30{margin-bottom:30px!important}.mb-sm--30{margin-bottom:-30px!important}.mb-sm-35{margin-bottom:35px!important}.mb-sm--35{margin-bottom:-35px!important}.mb-sm-40{margin-bottom:40px!important}.mb-sm--40{margin-bottom:-40px!important}.mb-sm-45{margin-bottom:45px!important}.mb-sm--45{margin-bottom:-45px!important}.mb-sm-50{margin-bottom:50px!important}.mb-sm--50{margin-bottom:-50px!important}.mb-sm-55{margin-bottom:55px!important}.mb-sm--55{margin-bottom:-55px!important}.mb-sm-60{margin-bottom:60px!important}.mb-sm--60{margin-bottom:-60px!important}.mb-sm-65{margin-bottom:65px!important}.mb-sm--65{margin-bottom:-65px!important}.mb-sm-70{margin-bottom:70px!important}.mb-sm--70{margin-bottom:-70px!important}.mb-sm-75{margin-bottom:75px!important}.mb-sm--75{margin-bottom:-75px!important}.mb-sm-80{margin-bottom:80px!important}.mb-sm--80{margin-bottom:-80px!important}.mb-sm-85{margin-bottom:85px!important}.mb-sm--85{margin-bottom:-85px!important}.mb-sm-90{margin-bottom:90px!important}.mb-sm--90{margin-bottom:-90px!important}.mb-sm-95{margin-bottom:95px!important}.mb-sm--95{margin-bottom:-95px!important}.mb-sm-100{margin-bottom:100px!important}.mb-sm--100{margin-bottom:-100px!important}.mb-sm-110{margin-bottom:110px!important}.mb-sm--110{margin-bottom:-110px!important}.mb-sm-120{margin-bottom:120px!important}.mb-sm--120{margin-bottom:-120px!important}.mb-sm-130{margin-bottom:130px!important}.mb-sm--130{margin-bottom:-130px!important}.mb-sm-140{margin-bottom:140px!important}.mb-sm--140{margin-bottom:-140px!important}.mb-sm-150{margin-bottom:150px!important}.mb-sm--150{margin-bottom:-150px!important}.mb-sm-160{margin-bottom:160px!important}.mb-sm--160{margin-bottom:-160px!important}.mb-sm-170{margin-bottom:170px!important}.mb-sm--170{margin-bottom:-170px!important}.mb-sm-180{margin-bottom:180px!important}.mb-sm--180{margin-bottom:-180px!important}.mb-sm-190{margin-bottom:190px!important}.mb-sm--190{margin-bottom:-190px!important}.mb-sm-200{margin-bottom:200px!important}.mb-sm--200{margin-bottom:-200px!important}.mb-sm-210{margin-bottom:210px!important}.mb-sm--210{margin-bottom:-210px!important}.mb-sm-220{margin-bottom:220px!important}.mb-sm--220{margin-bottom:-220px!important}.mb-sm-230{margin-bottom:230px!important}.mb-sm--230{margin-bottom:-230px!important}.mb-sm-240{margin-bottom:240px!important}.mb-sm--240{margin-bottom:-240px!important}.mb-sm-250{margin-bottom:250px!important}.mb-sm--250{margin-bottom:-250px!important}.mb-sm-260{margin-bottom:260px!important}.mb-sm--260{margin-bottom:-260px!important}.mb-sm-270{margin-bottom:270px!important}.mb-sm--270{margin-bottom:-270px!important}.mb-sm-280{margin-bottom:280px!important}.mb-sm--280{margin-bottom:-280px!important}.mb-sm-290{margin-bottom:290px!important}.mb-sm--290{margin-bottom:-290px!important}.mb-sm-300{margin-bottom:300px!important}.mb-sm--300{margin-bottom:-300px!important}.pb-sm-0{padding-bottom:0px!important}.pb-sm--0{padding-bottom:-0px!important}.pb-sm-5{padding-bottom:5px!important}.pb-sm--5{padding-bottom:-5px!important}.pb-sm-10{padding-bottom:10px!important}.pb-sm--10{padding-bottom:-10px!important}.pb-sm-15{padding-bottom:15px!important}.pb-sm--15{padding-bottom:-15px!important}.pb-sm-20{padding-bottom:20px!important}.pb-sm--20{padding-bottom:-20px!important}.pb-sm-25{padding-bottom:25px!important}.pb-sm--25{padding-bottom:-25px!important}.pb-sm-30{padding-bottom:30px!important}.pb-sm--30{padding-bottom:-30px!important}.pb-sm-35{padding-bottom:35px!important}.pb-sm--35{padding-bottom:-35px!important}.pb-sm-40{padding-bottom:40px!important}.pb-sm--40{padding-bottom:-40px!important}.pb-sm-45{padding-bottom:45px!important}.pb-sm--45{padding-bottom:-45px!important}.pb-sm-50{padding-bottom:50px!important}.pb-sm--50{padding-bottom:-50px!important}.pb-sm-55{padding-bottom:55px!important}.pb-sm--55{padding-bottom:-55px!important}.pb-sm-60{padding-bottom:60px!important}.pb-sm--60{padding-bottom:-60px!important}.pb-sm-65{padding-bottom:65px!important}.pb-sm--65{padding-bottom:-65px!important}.pb-sm-70{padding-bottom:70px!important}.pb-sm--70{padding-bottom:-70px!important}.pb-sm-75{padding-bottom:75px!important}.pb-sm--75{padding-bottom:-75px!important}.pb-sm-80{padding-bottom:80px!important}.pb-sm--80{padding-bottom:-80px!important}.pb-sm-85{padding-bottom:85px!important}.pb-sm--85{padding-bottom:-85px!important}.pb-sm-90{padding-bottom:90px!important}.pb-sm--90{padding-bottom:-90px!important}.pb-sm-95{padding-bottom:95px!important}.pb-sm--95{padding-bottom:-95px!important}.pb-sm-100{padding-bottom:100px!important}.pb-sm--100{padding-bottom:-100px!important}.pb-sm-110{padding-bottom:110px!important}.pb-sm--110{padding-bottom:-110px!important}.pb-sm-120{padding-bottom:120px!important}.pb-sm--120{padding-bottom:-120px!important}.pb-sm-130{padding-bottom:130px!important}.pb-sm--130{padding-bottom:-130px!important}.pb-sm-140{padding-bottom:140px!important}.pb-sm--140{padding-bottom:-140px!important}.pb-sm-150{padding-bottom:150px!important}.pb-sm--150{padding-bottom:-150px!important}.pb-sm-160{padding-bottom:160px!important}.pb-sm--160{padding-bottom:-160px!important}.pb-sm-170{padding-bottom:170px!important}.pb-sm--170{padding-bottom:-170px!important}.pb-sm-180{padding-bottom:180px!important}.pb-sm--180{padding-bottom:-180px!important}.pb-sm-190{padding-bottom:190px!important}.pb-sm--190{padding-bottom:-190px!important}.pb-sm-200{padding-bottom:200px!important}.pb-sm--200{padding-bottom:-200px!important}.pb-sm-210{padding-bottom:210px!important}.pb-sm--210{padding-bottom:-210px!important}.pb-sm-220{padding-bottom:220px!important}.pb-sm--220{padding-bottom:-220px!important}.pb-sm-230{padding-bottom:230px!important}.pb-sm--230{padding-bottom:-230px!important}.pb-sm-240{padding-bottom:240px!important}.pb-sm--240{padding-bottom:-240px!important}.pb-sm-250{padding-bottom:250px!important}.pb-sm--250{padding-bottom:-250px!important}.pb-sm-260{padding-bottom:260px!important}.pb-sm--260{padding-bottom:-260px!important}.pb-sm-270{padding-bottom:270px!important}.pb-sm--270{padding-bottom:-270px!important}.pb-sm-280{padding-bottom:280px!important}.pb-sm--280{padding-bottom:-280px!important}.pb-sm-290{padding-bottom:290px!important}.pb-sm--290{padding-bottom:-290px!important}.pb-sm-300{padding-bottom:300px!important}.pb-sm--300{padding-bottom:-300px!important}}
@media (min-width: 768px) {
	.mt-sm--310{
		margin-top: -310px;
	}
	.mt-sm--320{
		margin-top: -310px;
	}
}