@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
a {
	text-decoration: none !important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.shadow-white{
	box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.8);
}
.text-shadow {
    color: #ffffff;
    text-shadow: 0 0 10px rgb(16 16 16);
}
.font-family-1{
	font-family: 'Noto Sans TC', sans-serif;
}
.font-family-2{
	font-family: 'cwTeXYen', sans-serif;
}
.font-family-3{
  font-family: "Noto Serif TC", serif;
}
.content-row{
	width: 960px;overflow: hidden;font-family: "Noto Serif TC", serif;text-wrap: nowrap;
}
.custom-sale-prodcut-akkqt .content-row {
	transform-origin: top left;
}
.content-row .div_block{
	padding: 0;
}
.content-row p{
	margin: 0;
}

.content-row .overflow-hidden{
	overflow: hidden;
}
.overflow-hidden{
	overflow: hidden;
}
.w-90{
	width: 90%;
}
.text-size-10 {
	font-size: 10px;
}
.text-size-12 {
	font-size: 12px;
}
.text-size-14 {
	font-size: 14px;
}
.text-size-16 {
	font-size: 16px;
}
.text-size-18 {
	font-size: 18px;
}
.text-size-20 {
	font-size: 20px;
}
.text-size-22 {
	font-size: 22px;
}
.text-size-24 {
	font-size: 24px;
}
.text-size-26 {
	font-size: 26px;
}
.text-size-28 {
	font-size: 28px;
}
.text-size-30 {
	font-size: 30px;
}
.text-size-32 {
	font-size: 32px;
}
.text-size-34 {
	font-size: 34px;
}
.text-size-36 {
	font-size: 36px;
}
.text-size-38 {
	font-size: 38px;
}
.text-size-40 {
	font-size: 40px;
}
.text-size-42 {
	font-size: 42px;
}
.text-size-46 {
	font-size: 46px;
}
.text-size-48 {
	font-size: 48px;
}
.text-size-50 {
	font-size: 50px;
}
.text-size-52 {
	font-size: 52px;
}
.text-size-54 {
	font-size: 54px;
}
.text-size-56 {
	font-size: 56px;
}
.text-size-58 {
	font-size: 58px;
}
.text-size-60 {
	font-size: 60px;
}
.text-size-62 {
	font-size: 62px;
}
.text-size-64 {
	font-size: 64px;
}
.text-size-66 {
	font-size: 66px;
}
.text-size-68 {
	font-size: 68px;
}
.text-size-70 {
	font-size: 70px;
}
.text-size-72 {
	font-size: 72px;
}
.text-size-74 {
	font-size: 74px;
}
.text-size-76 {
	font-size: 76px;
}
.text-size-78 {
	font-size: 78px;
}
.text-size-80 {
	font-size: 80px;
}
.text-size-82 {
	font-size: 82px;
}
.text-size-84 {
	font-size: 84px;
}
.text-size-86 {
	font-size: 86px;
}
.text-size-88 {
	font-size: 88px;
}
.text-size-90 {
	font-size: 90px;
}
.text-size-96 {
	font-size: 96px;
}
.text-size-100 {
	font-size: 100px;
}
.text-size-110 {
	font-size: 110px;
}
.text-size-120 {
	font-size: 120px;
}
.text-size-124 {
	font-size: 124px;
}
.text-size-130 {
	font-size: 130px;
}
.text-size-134 {
	font-size: 134px;
}
.text-size-140 {
	font-size: 140px;
}
.text-size-160 {
	font-size: 160px;
}
.text-size-200 {
	font-size: 200px;
}
.font-weight-900{
	font-weight: 900;
}
.font-weight-700{
	font-weight: 700;
}
.font-weight-600{
	font-weight: 600;
}
.font-weight-500{
	font-weight: 500;
}
.font-weight-400{
	font-weight: 400;
}
.font-weight-300{
	font-weight: 300;
}
.text-blur-1{
  color: #000;
  filter: blur(5px);
}
.text-underline{
  text-decoration: underline;
}
.text-shadow-white{
	text-shadow: 0px 2px 20px #ffffff, 
		0 0 20px #ffffff, 
		0 0 30px #ffffff, 
		0 0 25px #ffffff, 
		0 0 25px #ffffff
}
.obj-position-top{
	object-position: top;
}
.obj-position-center{
	object-position: center;
}
.obj-position-bottom{
	object-position: bottom;
}
.obj-position-left{
	object-position: left;
}
.obj-position-right{
	object-position: right;
}
.obj-fit-contain{
	object-fit: contain;
}
.obj-fit-cover{
	object-fit: cover;
}
.storke{
	position: relative;
	z-index: 1;
}
.storke::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	white-space:nowrap;
}
.storke-white::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	-webkit-text-stroke: 3px #fff;
	white-space:nowrap;
}
.absolute-align-center{
	top: 50%;
	transform: translateY(-50%);
}
.absolute-content-center{
	left: 50%;
	transform: translateX(-50%);
}
.absolute-center{
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.vertical-align-super{
	vertical-align: super !important;
}
.top-0{
	top: 0;
}
.left-0{
	left: 0;
}
.right-0{
	right: 0;
}
.bottom-0{
	bottom: 0;
}
.width-fit{
	width: fit-content;
}
.rounded-pill{
	border-radius: 15rem;
}
.rounded-pill-1{
	border-radius: 1rem;
}
.rounded-pill-3{
	border-radius: 3rem;
}
.rounded-pill-50{
	border-radius: 50rem;
}
.rounded-cycle{
	border-radius: 50%;
}
.aspect-ratio-1-1{
	aspect-ratio: 1 / 1;
}
.pointer-events-none{
	pointer-events: none;
}
.multiline-ellipsis-clamp-1{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiline-ellipsis-clamp-2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiline-ellipsis-clamp-3{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.border-white-5{
	border: 5px solid #fff;
}
.letter-spacing-0{
	letter-spacing:0;
}
.letter-spacing-1{
	letter-spacing:1px;
}
.letter-spacing-2{
	letter-spacing:2px;
}
.letter-spacing-3{
	letter-spacing:3px;
}
.letter-spacing-4{
	letter-spacing:4px;
}
.letter-spacing-6{
	letter-spacing:6px;
}
.letter-spacing-8{
	letter-spacing:8px;
}
.letter-spacing-10{
	letter-spacing:10px;
}
.letter-spacing-12{
	letter-spacing:10px;
}
.letter-spacing-15{
	letter-spacing:15px;
}
.letter-spacing-20{
	letter-spacing:20px;
}
.z-index-10{
	z-index:10;
}
.z-index-11{
	z-index:11;
}
.z-index-12{
	z-index:12;
}
.line-height-12 {
    line-height: 12px;
}
.line-height-14 {
    line-height: 14px;
}
.line-height-16 {
    line-height: 16px;
}
.line-height-18 {
    line-height: 18px;
}
.line-height-20 {
    line-height: 20px;
}
.line-height-22 {
    line-height: 22px;
}
.line-height-24 {
    line-height: 24px;
}
.line-height-26 {
    line-height: 26px;
}
.line-height-28 {
    line-height: 28px;
}
.line-height-30 {
    line-height: 30px;
}
.line-height-32 {
    line-height: 32px;
}
.line-height-34 {
    line-height: 34px;
}
.line-height-36 {
    line-height: 36px;
}
.line-height-38 {
    line-height: 38px;
}
.line-height-40 {
    line-height: 40px;
}
.line-height-42 {
    line-height: 42px;
}
.line-height-44 {
    line-height: 44px;
}
.line-height-46 {
    line-height: 46px;
}
.line-height-48 {
    line-height: 48px;
}
.line-height-50 {
    line-height: 50px;
}
.line-height-52 {
    line-height: 52px;
}
.line-height-54 {
    line-height: 54px;
}
.line-height-56 {
    line-height: 56px;
}
.line-height-58 {
    line-height: 58px;
}
.line-height-60 {
    line-height: 60px;
}
.line-height-62 {
    line-height: 62px;
}
.line-height-64 {
    line-height: 64px;
}
.line-height-66 {
    line-height: 66px;
}
.line-height-68 {
    line-height: 68px;
}
.line-height-70 {
    line-height: 70px;
}
.line-height-72 {
    line-height: 72px;
}
.line-height-74 {
    line-height: 74px;
}
.line-height-76 {
    line-height: 76px;
}
.line-height-78 {
    line-height: 78px;
}
.line-height-80 {
    line-height: 80px;
}
.line-height-82 {
    line-height: 82px;
}
.line-height-84 {
    line-height: 84px;
}
.line-height-86 {
    line-height: 86px;
}
.line-height-88 {
    line-height: 88px;
}
.line-height-90 {
    line-height: 90px;
}
.line-height-92 {
    line-height: 92px;
}
.line-height-94 {
    line-height: 94px;
}
.line-height-96 {
    line-height: 96px;
}
.line-height-98 {
    line-height: 98px;
}
.line-height-100 {
    line-height: 100px;
}
.line-height-102 {
    line-height: 102px;
}
.line-height-104 {
    line-height: 104px;
}
.line-height-106 {
    line-height: 106px;
}
.line-height-108 {
    line-height: 108px;
}
.line-height-110 {
    line-height: 110px;
}
.line-height-112 {
    line-height: 112px;
}
.line-height-114 {
    line-height: 114px;
}
.line-height-116 {
    line-height: 116px;
}
.line-height-118 {
    line-height: 118px;
}
.line-height-120 {
    line-height: 120px;
}
.line-height-130 {
    line-height: 130px;
}
.line-height-140 {
    line-height: 140px;
}
.line-height-160 {
    line-height: 160px;
}
.line-height-200 {
    line-height: 200px;
}
.filter-brightness-06{
	filter: brightness(0.6);
}
.filter-brightness-08{
	filter: brightness(0.8);
}
.list-style-type-none{
	list-style-type: none;
}

.hide_text h2,
.hide_text h3,
.hide_text p,
.hide_text a{
	display: none;
}
.d-contents{
	display: contents;
}
.text-color-1{
	color: #FF6D00;
}
.text-shadow-white-1{
	text-shadow: 0px 2px 10px #ffffff, 
		0 0 10px #ffffff, 
		0 0 10px #ffffff, 
		0 0 10px #ffffff, 
		0 0 10px #ffffff
}
.text-shadow-white-2{
	text-shadow: 0px 2px 6px #ffffff, 
		0 0 6px #ffffff, 
		0 0 6px #ffffff, 
		0 0 6px #ffffff, 
		0 0 6px #ffffff
}
.sec_1 .text-1 {
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	top: 3.5%;
	font-size: 84px;
}
.sec_1 .text-1 span{
	font-size: 120px;
}
.sec_1 .text-2 {
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    top: 19%;
    font-size: 54px;
    letter-spacing: 4px;
}
.sec_1 .text-2 span{
	padding: 0 15px;
}
.sec_1 .text-3 {
	text-align: center;
	left: 13%;
	top: 36%;
	font-size: 45px;
	line-height: 60px;
	letter-spacing: 4px;
	color: #fff;
}
.sec_1 .text-4 {
	text-align: center;
    left: 13.5%;
    top: 47.6%;
    font-size: 35px;
    line-height: 60px;
    letter-spacing: 4px;
    color: #fff;
}
.sec_1 .text-5 {
	text-align: center;
	left: 4.5%;
	top: 62.5%;
	font-size: 45px;
	line-height: 60px;
	letter-spacing: 4px;
	color: #fff;
}
.sec_1 .text-6 {
	text-align: center;
	left: 6%;
	top: 74%;
	font-size: 35px;
	line-height: 60px;
	letter-spacing: 4px;
	color: #fff;
}
.sec_2 .text-1 {
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	top: 6%;
	font-size: 50px;
	letter-spacing: 2px;
}
.sec_2 .text-2 {
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	top: 13.5%;
	font-size: 56px;
	letter-spacing: 4px;
	color: #C89730;
}
.sec_2 .text-3 {
	left: 17%;
	width: fit-content;
	top: 42.3%;
	font-size: 42px;
	letter-spacing: 4px;
	line-height: 54px;
	text-align: center;
}
.sec_2 .text-4 {
	left: 60%;
	width: fit-content;
	top: 45.6%;
	font-size: 42px;
	letter-spacing: 4px;
	line-height: 54px;
	text-align: center;
}
.sec_2 .text-5 {
	left: 17%;
	width: fit-content;
	top: 75%;
	font-size: 42px;
	letter-spacing: 4px;
	line-height: 54px;
	text-align: center;
}
.sec_2 .text-6 {
	left: 60%;
	width: fit-content;
    top: 78.6%;
	font-size: 42px;
	letter-spacing: 4px;
	line-height: 54px;
	text-align: center;
}
.sec_3 .text-1 {
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	top: 2%;
	font-size: 64px;
	letter-spacing: 4px;
}
.sec_3 .text-1 span{
	font-size: 86px;
	color: #BF8A13;
}
.sec_3 .text-2 {
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	top: 9.3%;
	font-size: 50px;
	letter-spacing: 4px;
}
.sec_3 .text-2 span{
	font-size: 70px;
	padding-left: 15px;
}
.sec_3 .text-3 {
	left: 43%;
	width: fit-content;
	top: 59%;
	font-size: 48px;
	letter-spacing: 2px;
	color: #4A2600;
}
.sec_3 .text-4 {
	left: 43%;
	width: fit-content;
	top: 62.8%;
	font-size: 38px;
	letter-spacing: 2px;
	color: #fff;
	line-height: 50px;
}
.sec_3 .text-5 {
	left: 43%;
	width: fit-content;
	top: 71.5%;
	font-size: 48px;
	letter-spacing: 2px;
	color: #4A2600;
}
.sec_3 .text-6 {
	left: 43%;
	width: fit-content;
	top: 75.3%;
	font-size: 38px;
	letter-spacing: 2px;
	color: #fff;
	line-height: 50px;
}
.sec_3 .text-7 {
    left: 43%;
    width: fit-content;
    top: 83.5%;
    font-size: 48px;
    letter-spacing: 2px;
    color: #4A2600;
}
.sec_3 .text-8 {
    left: 43%;
    width: fit-content;
    top: 87.5%;
    font-size: 38px;
    letter-spacing: 2px;
    color: #fff;
    line-height: 50px;
}
.sec_4 .text-1 {
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	font-size: 64px;
	top: 25.8%;
}
.sec_4 .text-2 {
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    font-size: 50px;
    top: 33.3%;
}
.sec_4 .text-3 {
	width: fit-content;
	font-size: 42px;
	top: 39.5%;
	line-height: 46px;
	left: 27%;
	letter-spacing: 2px;
	color: #624320;
}
.sec_4 .text-4 {
	width: fit-content;
	font-size: 42px;
	top: 49%;
	line-height: 46px;
	left: 27%;
	letter-spacing: 2px;
	color: #624320;
}
.sec_4 .text-5 {
	width: fit-content;
	font-size: 42px;
	top: 59%;
	line-height: 46px;
	left: 27%;
	letter-spacing: 2px;
	color: #624320;
}
.sec_4 .text-6 {
	width: fit-content;
	font-size: 58px;
	top: 70%;
	line-height: 46px;
	left: 0;
	right: 0;
	margin: auto;
	letter-spacing: 2px;
}
.sec_4 .text-7 {
	width: fit-content;
	font-size: 58px;
    top: 73.3%;
	line-height: 46px;
	left: 0;
	right: 0;
	margin: auto;
	letter-spacing: 2px;
}
.sec_4 .text-8 {
	width: fit-content;
	font-size: 35px;
	top: 77%;
	line-height: 46px;
	left: 0;
	right: 0;
	margin: auto;
	letter-spacing: 2px;
	color: #462000;
}
.sec_4 .text-8 span{
	color: #c88f09;
}
.sec_4 .text-9 {
	width: fit-content;
	font-size: 40px;
	top: 96%;
	line-height: 40px;
	left: 20%;
	letter-spacing: 2px;
	color: #462000;
	text-align: center;
}
.sec_4 .text-10 {
	width: fit-content;
    font-size: 40px;
    top: 96%;
    line-height: 40px;
    left: 58%;
    letter-spacing: 2px;
    color: #462000;
    text-align: center;
}
.sec_5 .text-1 {
	width: fit-content;
	font-size: 34px;
	top: 36%;
	line-height: 40px;
	left: 26%;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
}
.sec_5 .text-3 {
	width: fit-content;
	font-size: 34px;
	top: 39%;
	line-height: 40px;
	left: 65%;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
}
.sec_5 .text-4 {
	width: fit-content;
	font-size: 28px;
	top: 48%;
	line-height: 40px;
	left: 10.5%;
	letter-spacing: 2px;
	text-align: center;
	color: #462000;
}
.sec_5 .text-5 {
	width: fit-content;
	font-size: 34px;
	top: 47.8%;
	line-height: 40px;
	left: 27%;
	letter-spacing: 2px;
	text-align: center;
	color: #c67e2a;
}
.sec_5 .text-6 {
	width: fit-content;
	font-size: 34px;
	top: 48%;
	line-height: 40px;
	left: 67%;
	letter-spacing: 2px;
	text-align: center;
	color: #7b7b7b;
}
.sec_5 .text-7 {
	width: fit-content;
	font-size: 28px;
	top: 58%;
	line-height: 40px;
	left: 7.5%;
	letter-spacing: 2px;
	text-align: center;
	color: #462000;
}
.sec_5 .text-8 {
	width: fit-content;
	font-size: 34px;
	top: 56%;
	line-height: 40px;
	left: 27%;
	letter-spacing: 2px;
	text-align: center;
	color: #c67e2a;
}
.sec_5 .text-9 {
	width: fit-content;
	font-size: 34px;
	top: 56%;
	line-height: 40px;
	left: 70%;
	letter-spacing: 2px;
	text-align: center;
	color: #7b7b7b;
}
.sec_5 .text-10 {
	width: fit-content;
	font-size: 28px;
	top: 74.5%;
	line-height: 40px;
	left: 7.5%;
	letter-spacing: 2px;
	text-align: center;
	color: #462000;
}
.sec_5 .text-11 {
    width: fit-content;
    font-size: 34px;
    top: 68%;
    line-height: 53px;
    left: 30%;
    letter-spacing: 2px;
    text-align: center;
    color: #c67e2a;
}

.sec_5 .text-12 {
	width: fit-content;
	font-size: 34px;
	top: 68%;
	line-height: 53px;
	left: 68.3%;
	letter-spacing: 2px;
	color: #7b7b7b;
}

.sec_5 .text-13 {
	width: fit-content;
	font-size: 28px;
	top: 86.8%;
	line-height: 40px;
	left: 8.8%;
	letter-spacing: 2px;
	text-align: center;
	color: #462000;
}
.sec_5 .text-14 {
	width: fit-content;
	font-size: 34px;
	top: 86.5%;
	line-height: 40px;
	left: 30%;
	letter-spacing: 2px;
	text-align: center;
	color: #c67e2a;
}
.sec_5 .text-15 {
	width: fit-content;
	font-size: 34px;
	top: 86.5%;
	line-height: 40px;
	left: 59.5%;
	letter-spacing: 2px;
	text-align: center;
	color: #7b7b7b;
}
.sec_6 .text-1 {
	left: 0;
	right: 0;
	margin: auto;
	top: 1.3%;
	width: fit-content;
	color: #fff;
	font-size: 52px;
	letter-spacing: 4px;
}
.sec_6 .text-2 {
	left: 0;
	right: 0;
	margin: auto;
	top: 12%;
	width: fit-content;
	color: #fff;
	font-size: 34px;
	letter-spacing: 4px;
}
.sec_6 .text-3 {
	left: 0;
	right: 0;
	margin: auto;
	top: 14.5%;
	width: fit-content;
	font-size: 24px;
	letter-spacing: 4px;
	color: #565656;
}
.sec_6 .text-5 {
	left: 14%;
	margin: auto;
	top: 25%;
	width: fit-content;
	font-size: 36px;
	letter-spacing: 0px;
	text-align: center;
	line-height: 41px;
	color:#9d7034;
}
.sec_6 .text-5 span{
	color: #524113;
}
.sec_6 .text-6 {
	left: 64.5%;
	margin: auto;
	top: 25%;
	width: fit-content;
	font-size: 36px;
	letter-spacing: 0px;
	text-align: center;
	line-height: 41px;
	color:#9d7034;
}
.sec_6 .text-6 span{
	color: #524113;
}
.sec_6 .text-7 {
	left: 0;
	right: 0;
	margin: auto;
	top: 37%;
	width: fit-content;
	font-size: 36px;
	letter-spacing: 0px;
	text-align: center;
	line-height: 41px;
	color:#9d7034;
}
.sec_6 .text-7 span{
	color: #524113;
}
.sec_6 .text-8 {
    left: 0;
    right: 0;
    margin: auto;
    top: 43.5%;
    width: fit-content;
    font-size: 44px;
    text-align: center;
    line-height: 60px;
    color: #c59206;
    letter-spacing: 4px;
}
.sec_6 .text-8 span{
    font-size: 56px;
}
.sec_6 .text-9 {
	left: 18.5%;
	margin: auto;
	top: 62.9%;
	width: fit-content;
	font-size: 60px;
	text-align: center;
	line-height: 60px;
	color:#a4812d;
	letter-spacing: 4px;
}
.sec_6 .text-10 {
	left: 18.5%;
	margin: auto;
	top: 66.8%;
	width: fit-content;
	font-size: 60px;
	text-align: center;
	line-height: 60px;
	color:#a4812d;
	letter-spacing: 4px;
}
.sec_6 .text-11 {
	left: 18.5%;
	margin: auto;
	top: 70.7%;
	width: fit-content;
	font-size: 60px;
	text-align: center;
	line-height: 60px;
	color:#a4812d;
	letter-spacing: 4px;
}
.sec_6 .text-12 {
	letter-spacing: 2px;
	top: 62.5%;
	left: 32%;
	font-size: 30px;
	line-height: 46px;
}
.sec_6 .text-12 span{
	color:#c08f00;
}
.sec_6 .text-13 {
	letter-spacing: 2px;
	top: 66.5%;
	left: 32%;
	font-size: 30px;
}
.sec_6 .text-13 span{
	color:#c08f00;
}
.sec_6 .text-14 {
	letter-spacing: 2px;
	top: 70.3%;
	left: 32%;
	font-size: 30px;
}
.sec_6 .text-14 span{
	color: #c08f00;
}
.sec_6 .text-15 {
	letter-spacing: 2px;
	top: 82.2%;
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	font-size: 38px;
	color: #fff;
}
.sec_6 .text-16 {
    letter-spacing: 2px;
    top: 84.5%;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    font-size: 50px;
    color: #39348c;
}
.sec_6 .text-17 {
	letter-spacing: 2px;
	top: 87%;
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	font-size: 28px;
	color: #2c3336;
}
.sec_7 .text-1 {
	left: 0;
	right: 0;
	margin: auto;
	top: 1.5%;
	width: fit-content;
	color: #fff;
	font-size: 52px;
	letter-spacing: 4px;
}
.sec_7 .text-2 {
    left: 0;
    right: 0;
    margin: auto;
    top: 13.6%;
    width: fit-content;
    color: #fff;
    font-size: 35px;
    letter-spacing: 4px;
}
.sec_7 .text-3 {
    left: 0;
    right: 0;
    margin: auto;
    top: 17%;
    width: fit-content;
    color: #2c3336;
    font-size: 28px;
    letter-spacing: 2px;
}
.sec_7 .text-4 {
    left: 0;
    right: 0;
    margin: auto;
    top: 57%;
    width: fit-content;
    color: #2c3336;
    font-size: 28px;
    letter-spacing: 2px;
}
.sec_7 .text-5 {
	left: 0;
	right: 0;
	margin: auto;
	top: 64.1%;
	width: fit-content;
	color: #fff;
	font-size: 42px;
	letter-spacing: 2px;
}
.sec_7 .text-6 {
	left: 0;
    right: 0;
    margin: auto;
    top: 67.5%;
    width: fit-content;
    font-size: 32px;
    letter-spacing: 2px;
    text-align: center;
}
.sec_7 .text-7 {
	left: 17.5%;
	top: 78.8%;
	width: fit-content;
	font-size: 52px;
	letter-spacing: 2px;
	text-align: center;
}
.sec_7 .text-8 {
    left: 57%;
    top: 78.8%;
    width: fit-content;
    font-size: 52px;
    letter-spacing: 2px;
    text-align: center;
}
.sec_8 .text-1 {
	left: 0;
	right: 0;
	margin: auto;
	top: 3.5%;
	width: fit-content;
	color: #fff;
	font-size: 52px;
	letter-spacing: 4px;
}
.sec_8 .text-2 {
	left: 0;
	right: 0;
	margin: auto;
	top: 16.5%;
	width: fit-content;
	color: #fff;
	font-size: 66px;
	letter-spacing: 4px;
}
.sec_8 .text-3 {
	top: 27.5%;
	font-size: 48px;
	letter-spacing: 4px;
	color: #a37b4d;
	margin-top: 65px;
	display: block;
}
.sec_8 .text-4 {
	left: 24.5%;
	top: 46.5%;
	width: fit-content;
	font-size: 54px;
	letter-spacing: 4px;
	color: #ec4c12;
}
.sec_8 .text-5 {
    left: 60.5%;
    top: 46.5%;
    width: fit-content;
    font-size: 54px;
    letter-spacing: 4px;
    color: #0782b2;
}
.sec_8 .text-6 {
	left: 15.5%;
	top: 71%;
	width: fit-content;
	font-size: 31px;
	letter-spacing: 4px;
	color: #ffffff;
}
.sec_8 .text-7 {
    left: 58.5%;
	top: 71%;
	width: fit-content;
	font-size: 31px;
	letter-spacing: 4px;
	color: #ffffff;
}
.sec_8 .text-8 {
	left: 15.5%;
	top: 76.5%;
	width: fit-content;
	font-size: 31px;
	letter-spacing: 4px;
	color: #ffffff;
}
.sec_8 .text-9 {
    left: 58.5%;
	top: 76.5%;
	width: fit-content;
	font-size: 31px;
	letter-spacing: 4px;
	color: #ffffff;
}
.sec_8 .text-10 {
	left: 15.5%;
	top: 82.3%;
	width: fit-content;
	font-size: 31px;
	letter-spacing: 4px;
	color: #ffffff;
}
.sec_8 .text-11 {
	left: 58.5%;
	top: 82.3%;
	width: fit-content;
	font-size: 31px;
	letter-spacing: 4px;
	color: #ffffff;
}
.sec_9 .text-1 {
	left: 0;
	right: 0;
	margin: auto;
	top: 2%;
	width: fit-content;
	font-size: 60px;
	letter-spacing: 4px;
	text-align: center;
}
.sec_9 .text-2 {
	left: 0;
	right: 0;
	margin: auto;
	top: 17%;
	width: fit-content;
	font-size: 40px;
	letter-spacing: 2px;
	text-align: center;
	color: #492100;
}
.sec_9 .text-3 {
	left: 48%;
    margin: auto;
    top: 67.5%;
    width: fit-content;
    font-size: 40px;
    letter-spacing: 2px;
    text-align: center;
}
.sec_9 .text-4 {
	left: 48%;
    margin: auto;
    top: 77.7%;
    width: fit-content;
    font-size: 40px;
    letter-spacing: 2px;
    text-align: center;
}
.sec_9 .text-5 {
	left: 46%;
	top: 88.5%;
	width: fit-content;
	font-size: 40px;
	letter-spacing: 2px;
	text-align: center;
}
.sec_10 .text-1 {
	left: 0;
	right: 0;
	margin: auto;
	top: 3.5%;
	width: fit-content;
	font-size: 60px;
	letter-spacing: 4px;
	text-align: center;
}
.sec_10 .text-2 {
    top: 8%;
    width: fit-content;
    font-size: 66px;
    letter-spacing: 4px;
    text-align: center;
    display: block;
}
.sec_10 .text-2 span{
	color: #c2901d;
}
.sec_10 .text-3 {
	left: 10.5%;
    top: 34.4%;
    width: fit-content;
    font-size: 36px;
    letter-spacing: 4px;
    text-align: center;
    color: #fff;
}
.sec_10 .text-4 {
	left: 53.5%;
	top: 36.4%;
	width: fit-content;
	font-size: 36px;
	letter-spacing: 4px;
	text-align: center;
	color: #fff;
}
.sec_10 .text-5 {
	left: 12.5%;
    top: 61%;
    width: fit-content;
    font-size: 36px;
    letter-spacing: 4px;
    text-align: center;
    color: #fff;
}
.sec_10 .text-6 {
	left: 57.5%;
	top: 63.3%;
	width: fit-content;
	font-size: 36px;
	letter-spacing: 4px;
	text-align: center;
	color: #fff;
}
.sec_10 .text-7 {
	left: 13%;
	top: 87.5%;
    width: fit-content;
    font-size: 36px;
    letter-spacing: 4px;
    text-align: center;
    color: #fff;
}
.sec_10 .text-8 {
	left: 54%;
	top: 90%;
	width: fit-content;
	font-size: 36px;
	letter-spacing: 4px;
	text-align: center;
	color: #fff;
}
.sec_11 .text-1 {
	left: 0;
    top: 3.8%;
    right: 0;
    margin: auto;
    width: fit-content;
    font-size: 46px;
    letter-spacing: 4px;
    text-align: center;
}
.sec_11 .text-2 {
	left: 44%;
	top: 19%;
	width: fit-content;
	font-size: 32px;
	letter-spacing: 4px;
	text-align: center;
	color: #fff;
}
.sec_11 .text-3 {
	left: 12%;
	top: 22.5%;
	font-size: 28px;
	letter-spacing: 4px;
	text-align: justify;
	white-space: normal;
	width: 75%;
}
.sec_11 .text-3 span{
	color: #d3ac3d;
}
.sec_11 .text-4 {
	left: 46%;
	top: 48.4%;
	width: fit-content;
	font-size: 32px;
	letter-spacing: 4px;
	text-align: center;
	color: #fff;
}
.sec_11 .text-5 {
	left: 12%;
	top: 52.5%;
	font-size: 28px;
	letter-spacing: 4px;
	text-align: justify;
	white-space: normal;
	width: 75%;
}
.sec_11 .text-5 span{
	color: #d3ac3d;
}
.sec_11 .text-6 {
	left: 46%;
	top: 77.4%;
	width: fit-content;
	font-size: 32px;
	letter-spacing: 4px;
	text-align: center;
	color: #fff;
}
.sec_11 .text-7 {
	left: 12%;
	top: 81%;
	font-size: 28px;
	letter-spacing: 4px;
	text-align: justify;
	white-space: normal;
	width: 75%;
}
.sec_11 .text-7 span{
	color: #d3ac3d;
}
.sec_12 .text-1 {
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	top: 2.5%;
	font-size: 76px;
	letter-spacing: 10px;
	color: #fff;
}
.sec_12 .text-2 {
    left: 5%;
    width: fit-content;
    top: 13%;
    font-size: 50px;
    letter-spacing: 4px;
    color: #fff;
}
.sec_12 .text-3 {
    left: 59%;
    width: fit-content;
    top: 13%;
    font-size: 50px;
    letter-spacing: 4px;
    color: #fff;
}
.sec_12 .text-5 {
	left: 7.4%;
	width: fit-content;
	top: 48.5%;
	font-size: 46px;
	letter-spacing: 4px;
	color: #fff;
}
.sec_12 .text-6 {
	left: 62.4%;
    width: fit-content;
    top: 48.5%;
    font-size: 46px;
    letter-spacing: 4px;
    color: #fff;
}
.sec_12 .text-7 {
    left: 11.5%;
	width: fit-content;
	top: 57%;
	font-size: 34px;
	letter-spacing: 4px;
	text-align: center;
	line-height: 45px;
}
.sec_12 .text-7 span{
	color: #c39000;
}
.sec_12 .text-8 {
	left: 63%;
	width: fit-content;
	top: 57%;
	font-size: 34px;
	letter-spacing: 4px;
	text-align: center;
	line-height: 45px;
}
.sec_12 .text-8 span{
	color: #f6990e;
}
.sec_12 .text-9 {
	left: 9%;
	width: fit-content;
	top: 76.1%;
	font-size: 34px;
	letter-spacing: 4px;
	text-align: center;
	line-height: 45px;
}
.sec_12 .text-10 {
	left: 61.5%;
	width: fit-content;
	top: 74.3%;
	font-size: 34px;
	letter-spacing: 4px;
	text-align: center;
	line-height: 41px;
}
.sec_12 .text-11 {
    left: 13.5%;
    width: fit-content;
    top: 90.3%;
    font-size: 40px;
    letter-spacing: 4px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-weight: 700;
}
.sec_12 .text-12 {
	left: 64%;
	width: fit-content;
	top: 90.3%;
	font-size: 40px;
	letter-spacing: 4px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-weight: 700;
}