@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);

.p-3 {
    padding: 0rem !important;
}

.font-family-1{
	font-family: 'Noto Sans TC', sans-serif;
}
.font-family-2{
	font-family: 'cwTeXYen', sans-serif;
}
.content-row .div_block{
	padding: 0;
}
.content-row p{
	margin: 0;
}
.content-row{
	overflow: hidden;
}
.content-row .overflow-hidden{
	overflow: hidden;
}
.text-size-100{
	font-size: 100px !important;
}
.text-size-90{
	font-size: 90px;
}
.text-size-84{
	font-size: 84px;
}
.text-size-80{
	font-size: 80px;
}
.text-size-74 {
    font-size: 74px !important;
}
.text-size-72{
	font-size: 72px;
}
.text-size-70{
	font-size: 70px;
}
.text-size-66{
	font-size: 66px;
}
.text-size-60{
	font-size: 60px;
}
.text-size-56{
	font-size: 56px;
}
.text-size-54{
	font-size: 54px;
}
.text-size-50{
	font-size: 50px;
}
.text-size-48{
	font-size: 48px;
}
.text-size-46{
	font-size: 46px;
}
.text-size-42{
	font-size: 42px;
}
.text-size-40{
	font-size: 40px;
}
.text-size-38{
	font-size: 38px;
}
.text-size-36{
	font-size: 36px;
}
.text-size-34{
	font-size: 34px;
}
.text-size-32{
	font-size: 32px;
}
.text-size-30{
	font-size: 30px;
}
.text-size-28{
	font-size: 28px;
}
.text-size-26{
	font-size: 26px;
}
.text-size-24{
	font-size: 24px;
}
.text-size-22{
	font-size: 22px;
}
.text-size-20{
	font-size: 20px;
}
.text-size-18{
	font-size: 18px;
}
.text-size-16{
	font-size: 16px;
}
.text-size-14{
	font-size: 14px;
}
.text-size-12{
	font-size: 12px;
}
.font-weight-900{
	font-weight: 900;
}
.font-weight-700{
	font-weight: 700;
}
.font-weight-600{
	font-weight: 600;
}
.font-weight-500{
	font-weight: 500;
}
.line-height-1{
	line-height: 32px;
}
.line-height-2{
	line-height: 36px;
}
.line-height-3{
	line-height: 42px;
}
.line-height-4{
	line-height: 48px;
}
.line-height-5{
	line-height: 60px;
}
.line-height-6{
	line-height: 28px;
}
.letter-spacing-1{
	letter-spacing: 5px;
}
.letter-spacing-2{
	letter-spacing: 2px;
}
.width-fit{
	width: fit-content;
}
.w-95{
	width: 95%;
}
.obj-position-top{
	object-position: top;
}
.obj-position-center{
	object-position: center;
}
.obj-position-bottom{
	object-position: bottom;
}
.obj-fit-contain{
	object-fit: contain;
}
.obj-fit-cover{
	object-fit: cover;
}
.storke{
	position: relative;
	z-index: 1;
}
.storke-1::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	-webkit-text-stroke: 6px #fff;
	white-space:nowrap;
}
.storke-2::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	-webkit-text-stroke: 15px #fff;
	white-space:nowrap;
}
.rounded-pill-1{
	border-radius: 50rem !important;
}
.rounded-pill-2{
	border-radius: 3rem !important;
}
.bg-no-repeat{
	background-repeat: no-repeat;
}
.bg-position-center{
	background-position: center;
}
.bg-position-bottom{
	background-position: bottom;
}
.bg-position-contain{
	background-size: contain;
}
.hr-1{
	border-bottom: 2px solid #fff;
}
@media screen and (min-width: 769px) {
	.content-row{
		width: 960px;
	}
	.desktop_hide{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.content-row{
		width: 768px;
	}
	.table-obj-fit-cover{
		object-fit: cover !important;
	}

	.table-justify-content-start {
	    justify-content: start !important;
	}

	.table-pt-0 {
	    padding-top: 0 !important;
	}

	.table-pt-1 {
	    padding-top: .25rem !important;
	}

	.table-pt-2 {
	    padding-top: .5rem !important;
	    padding-right: 20px !important;
	}

	.table-pt-3 {
	    padding-top: 1rem !important;
	}

	.table-pt-4 {
	    padding-top: 1.5rem !important;
	}

	.table-pt-5 {
	    padding-top: 3rem !important;
	}

	.table-pb-0 {
	    padding-bottom: 0 !important;
	}

	.table-pb-1 {
	    padding-bottom: .25rem !important;
	}

	.table-pb-2 {
	    padding-bottom: .5rem !important;
	}

	.table-pb-3 {
	    padding-bottom: 1rem !important;
	}

	.table-pb-4 {
	    padding-bottom: 1.5rem !important;
	}

	.table-pb-5 {
	    padding-bottom: 3rem !important;
	}

	.table-pl-1 {
	    padding-left: .25rem !important;
	}

	.table-pl-2 {
	    padding-left: .5rem !important;
	}

	.table-pl-3 {
	    padding-left: 1rem !important;
	}

	.table-pl-4 {
	    padding-left: 1.5rem !important;
	}

	.table-pl-5 {
	    padding-left: 3rem !important;
	}

	.table-pr-1 {
	    padding-right: .25rem !important;
	}

	.table-pr-2 {
	    padding-right: .5rem !important;
	}

	.table-pr-3 {
	    padding-right: 1rem !important;
	}

	.table-pr-4 {
	    padding-right: 1.5rem !important;
	}

	.table-pr-5 {
	    padding-right: 3rem !important;
	}

	.table-mt-0 {
	    margin-top: 0 !important;
	}

	.table-mt-1 {
	    margin-top: .25rem !important;
	}

	.table-mt-2 {
	    margin-top: .5rem !important;
	}

	.table-mt-3 {
	    margin-top: 1rem !important;
	}

	.table-mt-4 {
	    margin-top: 1.5rem !important;
	}

	.table-mt-5 {
	    margin-top: 3rem !important;
	}
	.table-mb-0{
		margin-bottom: 0 !important;
	}
	.table-mb-1{
		margin-bottom: .25rem !important;
	}
	.table-mb-2{
		margin-bottom: .5rem !important;
	}
	.table-mb-3{
		margin-bottom: 1rem !important;
	}
	.table-mb-4{
		margin-bottom: 1.5rem !important;
	}
	.table-mb-5{
		margin-bottom: 3rem !important;
	}
	.table-text-center{
		text-align: center !important;
	}
	.table-max-height-1{
		height: 200px !important;
	}
	.table-text-size-14 {
	    font-size: 14px !important;
	}

	.table-text-size-16 {
	    font-size: 16px !important;
	}

	.table-text-size-18 {
	    font-size: 18px !important;
	}

	.table-text-size-20 {
	    font-size: 20px !important;
	}

	.table-text-size-22 {
	    font-size: 22px !important;
	}

	.table-text-size-24 {
	    font-size: 24px !important;
	}

	.table-text-size-26 {
	    font-size: 26px !important;
	}

	.table-text-size-28 {
	    font-size: 28px !important;
	}

	.table-text-size-30 {
	    font-size: 30px !important;
	}

	.table-text-size-32 {
	    font-size: 32px !important;
	}

	.table-text-size-34 {
	    font-size: 34px !important;
	}

	.table-text-size-36 {
	    font-size: 36px !important;
	}

	.table-text-size-38 {
	    font-size: 38px !important;
	}

	.table-text-size-40 {
	    font-size: 40px !important;
	}
	.table-text-size-42{
		font-size: 42px !important;
	}
	.table-text-size-46 {
	    font-size: 46px !important;
	}
	.table-text-size-48 {
	    font-size: 48px !important;
	}
	.table-text-size-50 {
	    font-size: 50px !important;
	}
	.table-text-size-52 {
	    font-size: 52px !important;
	}
	.table-text-size-56 {
	    font-size: 56px !important;
	}
	.table-text-size-60 {
	    font-size: 60px !important;
	}
	.table-text-size-70 {
	    font-size: 70px !important;
	}
	.table-w-100{
		width: 100% !important;
	}
	.table-line-height-1{
		line-height: 45px !important;
	}
	.table-line-height-2{
		line-height: 24px;
	}
	.table-line-height-3{
		line-height: 30px;
	}
}
@media screen and (min-width: 576px) {
	.content-row{
		min-width: 749px;
	}
	.mobile-768-hide{
		display: none;
	}
}
@media screen and (max-width: 576px) {
	.content-row{
		width: unset !important;
		max-width: 430px !important;
	}
	.mobile-mt-0{
	  margin-top: 0 !important;
	}
	.mobile-mt-1{
	  margin-top: .25rem !important;
	}
	.mobile-mt-2{
	  margin-top: .5rem !important;
	}
	.mobile-mt-3{
	  margin-top: 1rem !important;
	}
	.mobile-mt-4{
	  margin-top: 1.5rem !important;
	}
	.mobile-mt-5{
	  margin-top: 3rem !important;
	}
	.mobile-mb-0{
	  margin-bottom: 0 !important;
	}
	.mobile-mb-1{
	  margin-bottom: .25rem !important;
	}
	.mobile-mb-2{
	  margin-bottom: .5rem !important;
	}
	.mobile-mb-3{
	  margin-bottom: 1rem !important;
	}
	.mobile-mb-4{
	  margin-bottom: 1.5rem !important;
	}
	.mobile-mb-5{
	  margin-bottom: 3rem !important;
	}
	.mobile-ml-0{
	  margin-left: 0 !important;
	}
	.mobile-ml-1{
	  margin-left: .25rem !important;
	}
	.mobile-ml-2{
	  margin-left: .5rem !important;
	}
	.mobile-ml-3{
	  margin-left: 1rem !important;
	}
	.mobile-ml-4{
	  margin-left: 1.5rem !important;
	}
	.mobile-ml-5{
	  margin-left: 3rem !important;
	}
	.mobile-mr-1{
	  margin-right: .25rem !important;
	}
	.mobile-mr-2{
	  margin-right: .5rem !important;
	}
	.mobile-mr-3{
	  margin-right: 1rem !important;
	}
	.mobile-mr-4{
	  margin-right: 1.5rem !important;
	}
	.mobile-mr-5{
	  margin-right: 3rem !important;
	}
	.mobile-mx-atuo{
	  margin: auto;
	}
	.mobile-576-show{
		display: block !important;
	}
	.mobile-576-hide{
		display: none;
	}
	.content-row {
/*		min-width: 375px;*/
		min-width: 100%;
	}
	.span_newline{
		padding-bottom: 30px;
		display: inline-block;
	}
	.span_newline_2{
		display: inline-block;
	}
	.mobile-p-0 {
	    padding: 0 !important;
	}

	.mobile-p-1 {
	    padding: .25rem !important;
	}

	.mobile-p-2 {
	    padding: .5rem !important;
	}

	.mobile-p-3 {
	    padding: 1rem !important;
	}

	.mobile-p-4 {
	    padding: 1.5rem !important;
	}

	.mobile-p-5 {
	    padding: 3rem !important;
	}

	.mobile-pt-0 {
	    padding-top: 0 !important;
	}

	.mobile-pt-1 {
	    padding-top: .25rem !important;
	}

	.mobile-pt-2 {
	    padding-top: .5rem !important;
	}

	.mobile-pt-3 {
	    padding-top: 1rem !important;
	}

	.mobile-pt-4 {
	    padding-top: 1.5rem !important;
	}

	.mobile-pt-5 {
	    padding-top: 3rem !important;
	}

	.mobile-pb-0 {
	    padding-bottom: 0 !important;
	}

	.mobile-pb-1 {
	    padding-bottom: .25rem !important;
	}

	.mobile-pb-2 {
	    padding-bottom: .5rem !important;
	}

	.mobile-pb-3 {
	    padding-bottom: 1rem !important;
	}

	.mobile-pb-4 {
	    padding-bottom: 1.5rem !important;
	}

	.mobile-pb-5 {
	    padding-bottom: 3rem !important;
	}

	.mobile-pl-0 {
	    padding-left: 0 !important;
	}

	.mobile-pl-1 {
	    padding-left: .25rem !important;
	}

	.mobile-pl-2 {
	    padding-left: .5rem !important;
	}

	.mobile-pl-3 {
	    padding-left: 1rem !important;
	}

	.mobile-pl-4 {
	    padding-left: 1.5rem !important;
	}

	.mobile-pl-5 {
	    padding-left: 3rem !important;
	}

	.mobile-pr-0 {
	    padding-right: 0rem !important;
	}

	.mobile-pr-1 {
	    padding-right: .25rem !important;
	}

	.mobile-pr-2 {
	    padding-right: .5rem !important;
	}

	.mobile-pr-4 {
	    padding-right: 1.5rem !important;
	}

	.mobile-pr-5 {
	    padding-right: 3rem !important;
	}

	.mobile-pr-3 {
	    padding-right: 1rem !important;
	}

	.mobile-w-25 {
	    width: 25% !important;
	}

	.mobile-w-50 {
	    width: 50% !important;
	}

	.mobile-w-100 {
	    width: 100% !important;
	}

	.mobile-text-center {
	    text-align: center;
	}

	.mobile-show {
	    display: block !important;
	}

	.mobile-hide {
	    display: none !important;
	}

	.mobile-text-size-12 {
	    font-size: 12px !important;
	}

	.mobile-text-size-14 {
	    font-size: 14px !important;
	}

	.mobile-text-size-16 {
	    font-size: 16px !important;
	}

	.mobile-text-size-18 {
	    font-size: 18px !important;
	}

	.mobile-text-size-20 {
	    font-size: 20px !important;
	}

	.mobile-text-size-22 {
	    font-size: 22px !important;
	}

	.mobile-text-size-24 {
	    font-size: 24px !important;
	}

	.mobile-text-size-26 {
	    font-size: 26px !important;
	}

	.mobile-text-size-28 {
	    font-size: 28px !important;
	}

	.mobile-text-size-30 {
	    font-size: 30px !important;
	}

	.mobile-text-size-32 {
	    font-size: 32px !important;
	}

	.mobile-text-size-34 {
	    font-size: 34px !important;
	}

	.mobile-text-size-36 {
	    font-size: 36px !important;
	}

	.mobile-text-size-38 {
	    font-size: 38px !important;
	}

	.mobile-text-size-40 {
	    font-size: 40px !important;
	}

	.mobile-text-size-54 {
	    font-size: 54px !important;
	}

	.mobile-text-size-60 {
	    font-size: 60px !important;
	}

	.mobile-line-height-0{
		line-height: 0;
	}

	.mobile-line-height-1{
		line-height: 45px;
	}

	.mobile-line-height-2{
		line-height: 20px;
	}

	.mobile-line-height-3{
	    line-height: 26px;
	}

	.mobile-line-height-3{
		line-height: 30px !important;
	}

	.mobile-line-height-4{
		line-height: 16px;
	}

	.mobitl-obj-fit-contain{
		object-fit: contain !important;
	}
	.mobile-width-fit-content{
		width: fit-content !important;
	}
	.mobile-d-block{
		display: block !important;
	}
	.mobile-position-static{
		position: static !important;
	}
	.mobile-text-nowrap{
		white-space: nowrap !important;
	}
	.mobile-text-pre-line{
		white-space: pre-line !important;
	}
	.mobile-text-normal{
		white-space: normal !important;
	}
	.mobile-letter-spacing-0{
		letter-spacing: 0;
	}
	.mobile-letter-spacing-1{
		letter-spacing: 2px;
	}
}

@media screen and (max-width: 430px) {
	.sm-mobile-text-size-12 {
		font-size: 12px !important;
	}

	.sm-mobile-text-size-14 {
	    font-size: 14px !important;
	}

	.sm-mobile-text-size-16 {
	    font-size: 16px !important;
	}

	.sm-mobile-text-size-18 {
	    font-size: 18px !important;
	}

	.sm-mobile-text-size-20 {
	    font-size: 20px !important;
	}

	.sm-mobile-text-size-22 {
	    font-size: 22px !important;
	}

	.sm-mobile-text-size-24 {
	    font-size: 24px !important;
	}

	.sm-mobile-text-size-26 {
	    font-size: 26px !important;
	}

	.sm-mobile-text-size-28 {
	    font-size: 28px !important;
	}

	.sm-mobile-text-size-30 {
	    font-size: 30px !important;
	}

	.sm-mobile-text-size-32 {
	    font-size: 32px !important;
	}

	.sm-mobile-text-size-34 {
	    font-size: 34px !important;
	}

	.sm-mobile-text-size-36 {
	    font-size: 36px !important;
	}

	.sm-mobile-text-size-38 {
	    font-size: 38px !important;
	}

	.sm-mobile-text-size-40 {
	    font-size: 40px !important;
	}

	.sm-mobile-text-size-54 {
	    font-size: 54px !important;
	}

	.sm-mobile-text-size-60 {
	    font-size: 60px !important;
	}

	.sm-mobile-pt-0 {
	    padding-top: 0 !important;
	}

	.sm-mobile-pt-1 {
	    padding-top: .25rem !important;
	}

	.sm-mobile-pt-2 {
	    padding-top: .5rem !important;
	}

	.sm-mobile-pt-3 {
	    padding-top: 1rem !important;
	}

	.sm-mobile-pt-4 {
	    padding-top: 1.5rem !important;
	}

	.sm-mobile-pt-5 {
	    padding-top: 3rem !important;
	}

	.sm-mobile-pb-0 {
	    padding-bottom: 0 !important;
	}

	.sm-mobile-pb-1 {
	    padding-bottom: .25rem !important;
	}

	.sm-mobile-pb-2 {
	    padding-bottom: .5rem !important;
	}

	.sm-mobile-pb-3 {
	    padding-bottom: 1rem !important;
	}

	.sm-mobile-pb-4 {
	    padding-bottom: 1.5rem !important;
	}

	.sm-mobile-pb-5 {
	    padding-bottom: 3rem !important;
	}

	.sm-mobile-pl-1 {
	    padding-left: .25rem !important;
	}

	.sm-mobile-pl-2 {
	    padding-left: .5rem !important;
	}

	.sm-mobile-pl-3 {
	    padding-left: 1rem !important;
	}

	.sm-mobile-pl-4 {
	    padding-left: 1.5rem !important;
	}

	.sm-mobile-pl-5 {
	    padding-left: 3rem !important;
	}

	.sm-mobile-pr-1 {
	    padding-right: .25rem !important;
	}

	.sm-mobile-pr-2 {
	    padding-right: .5rem !important;
	}

	.sm-mobile-pr-3 {
	    padding-right: 1rem !important;
	}

	.sm-mobile-pr-4 {
	    padding-right: 1.5rem !important;
	}

	.sm-mobile-pr-5 {
	    padding-right: 3rem !important;
	}

	.sm-mobile-mt-0 {
	    margin-top: 0 !important;
	}

	.sm-mobile-mt-1 {
	    margin-top: .25rem !important;
	}

	.sm-mobile-mt-2 {
	    margin-top: .5rem !important;
	}

	.sm-mobile-mt-3 {
	    margin-top: 1rem !important;
	}

	.sm-mobile-mt-4 {
	    margin-top: 1.5rem !important;
	}

	.sm-mobile-mt-5 {
	    margin-top: 3rem !important;
	}
	.sm-mobile-mb-0{
		margin-bottom: 0 !important;
	}
	.sm-mobile-mb-1{
		margin-bottom: .25rem !important;
	}
	.sm-mobile-mb-2{
		margin-bottom: .5rem !important;
	}
	.sm-mobile-mb-3{
		margin-bottom: 1rem !important;
	}
	.sm-mobile-mb-4{
		margin-bottom: 1.5rem !important;
	}
	.sm-mobile-mb-5{
		margin-bottom: 3rem !important;
	}
	.sm-text-normal{
		white-space: normal !important;
	}
	.sm-text-nowrap{
		white-space: nowrap; !important;
	}
}

@media screen and (max-width: 390px) {
	.xs-mobile-text-size-12 {
		font-size: 12px !important;
	}

	.xs-mobile-text-size-14 {
	    font-size: 14px !important;
	}

	.xs-mobile-text-size-16 {
	    font-size: 16px !important;
	}

	.xs-mobile-text-size-18 {
	    font-size: 18px !important;
	}

	.xs-mobile-text-size-20 {
	    font-size: 20px !important;
	}

	.xs-mobile-text-size-22 {
	    font-size: 22px !important;
	}

	.xs-mobile-text-size-24 {
	    font-size: 24px !important;
	}

	.xs-mobile-text-size-26 {
	    font-size: 26px !important;
	}

	.xs-mobile-text-size-28 {
	    font-size: 28px !important;
	}

	.xs-mobile-text-size-30 {
	    font-size: 30px !important;
	}

	.xs-mobile-text-size-32 {
	    font-size: 32px !important;
	}

	.xs-mobile-text-size-34 {
	    font-size: 34px !important;
	}

	.xs-mobile-text-size-36 {
	    font-size: 36px !important;
	}

	.xs-mobile-text-size-38 {
	    font-size: 38px !important;
	}

	.xs-mobile-text-size-40 {
	    font-size: 40px !important;
	}

	.xs-mobile-text-size-54 {
	    font-size: 54px !important;
	}

	.xs-mobile-text-size-60 {
	    font-size: 60px !important;
	}
}

.text-color-1{
	color: #005e3a;
}
.text-color-2{
	color: #BB886B;
}
.text-color-3{
	color: #F9C545;
}
.text-color-4{
	color: #815F41;
}
.text-color-5{
	color: #B28743;
}
.text-color-6{
  font-weight: bold;
  background: linear-gradient(to right, #0b0604, #877047, #a68b5a);
  -webkit-background-clip: text;
  color: transparent;
}
.text-color-7{
	color: #B66C22;
}
.bg-color-1{
	background-color: #005e3a;
}
.bg-color-2{
	background-color: #F2F2F2;
}
.bg-color-3{
	background-color: #DFE0E2;
}
.bg-color-4{
	background-color: #C8CCCB;
}
.bg-color-5{
	background-color: #7B8C86;
}
.bg-color-6{
	background-color: #E1E1E1;
}
.bg-color-7{
	background: linear-gradient(to bottom, #0c0c0c, #3b3b3b);
}
.bg-color-8{
	background: linear-gradient(to bottom, #fefde9, #fffcb7);
}
.bg-color-9{
	background: #805E40;
}
.border-1{
	border: 3px solid #F6D4A7;
}
.line-height-75{
	line-height: 75px;
}
.div-1{
	right: 0;
	bottom: 0;
	z-index: 10;
}
.div-2{
	bottom: 15px;
	right: 135px;
	max-width: 640px;
}
.div-3{
  left: 20px;
  bottom: 42px;
  z-index: 10;
}
.div-4{
  width: 170px;
  height: 170px;
  border-radius: 200px;
  background-color: #fff;
  border: 1px solid #206d4c;
  z-index: 10;
}
.div-5{
	width: 50px;
}
.div-6{
	width: fit-content;
}
.div-7{
	top: 0;
	left: 0;
}
.div-8{
	padding-bottom: 15%;
	z-index: 10;
}
.div-9{
	width: 435px;
	bottom: -100px;
	right: 0;
}
.div-10{
	margin-top: -300px;
}
.div-11{
	border-left: 8px solid #005e3a;
}
.div-12{
	height: 1600px;
}
.div-13{
	border: 5px solid #005e3a;
	border-radius: 30px;
}
.div-14{
	right: 75px;
	top: -30px;
	max-width: 180px;
}
.div-15{
	border-top-right-radius : 45px;
	border-bottom-right-radius : 45px;
}
.div-16{
	border-top-left-radius : 45px;
	border-bottom-left-radius : 45px;
}
.div-17{
	margin-top: -85px !important;
}
.div-18{
	max-width: 845px;
	margin: auto;
	padding: 30px;
}
.div-19{
/*	margin-top: -70px;*/
	z-index: -1;
}
.div-20{
	padding-top: 60px;
}
.div-21{
	position:inherit;
	padding: 25px;    
	padding-top: 80px;
}
.div-22{
	max-width: 500px;
	margin: auto;
}
.div-23{
	max-width: 768px;
	margin: auto;
}
.div-24{
	border-right: 2px solid #fff;
	height: 65px;
}
.div-25{
	max-height: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.div-26{
	height: 1200px;
}
.div-27{
	height: 850px;
}
.div-28{
	max-width: 25px;
}
.div-29{

}
.div-30{

}
.div-31{

}
.div-32{
	margin-top: -125px;
}
.div-33{
	margin-top: 100px;
}
.div-34{
	width: 60px;
	padding-bottom: 8px;
}
.div-35 {
    width: 80%;
}
.div-36{
	max-width: 250px;
	height: 250px;
}
.div-37{
	width: 160px;
}
.div-38{
	margin-top: 0px;
}
.div-39{
	width: 430px;
	margin-top: -100px;
}
.div-40{
	width: 100%;
}
.div-41{
	top: 43px;
	left: 30px;
}
.div-42{
	top: 195px;
	left: 70px;
}
.div-43{
	top: 331px;
	left: 129px;
}
.div-45{
	max-width: 50%;
}
.div-46{

}
.div-47{

}
.div-48{

}
.div-66{
	width: fit-content;
	border-radius: 50px;
}
.div-67{
	max-width: 210px;
	margin: auto;
}
.div-67 img{
	margin-top: -45px;
}
.div-68{
	background: linear-gradient(to bottom, #B0B4B5, #C5C7C6 50%, #DDDDDB);
}
.div-69{
	background: linear-gradient(to bottom, #AD8C45, #D2B663 50%, #F4DB7F);
}
.div-71 {
	max-width: 140px;
	padding-top: 25px;
}
.div-72{
	position: relative;
	padding-bottom: 20px;
}
.div-72:before{
	color: #815F41;
	content: "-";
	font-size: 100px;
	padding-right: 15px;
}
.div-72:after{
	color: #815F41;
	content: "-";
	font-size: 100px;
}
.text-1{
	position: relative;
}
.text-1:after{
	content: '';
	position: absolute;
	bottom: 0;
	background-color: #E7D8A4;
	width: 105%;
	height: 20px;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
}
.img-1{
	width: 100px;
}
@media screen and (max-width: 768px) {
	.div-1 {
	    width: 210px;
	}
	.div-2 {
		right: 120px;
		max-width: 470px;
		bottom: 40px;
	}
	.div-3 {
	    left: 40px;
	    bottom: 42px;
	}
	.div-4 {
	    width: 125px;
	    height: 125px;
	}
	.div-5 {
	    width: 35px;
	}
	.div-9 {
	    width: 360px;
	}
	.div-10 {
	    margin-top: -250px;
	}
	.div-12 {
	    height: auto;
	}
	.div-18 {
	    max-width: 680px;
	    padding-top: 18px;
	}
	.div-26{
		height: 1050px;
	}
	.div-27{
		height: 680px;
	}
	.div-36 {
      max-width: 100px;
      height: 100px;
  }
	.div-37 {
	    width: 140px;
	    padding-top: 8px;
	}
	.div-39{
		width: 335px;
		margin-top: -82px;
	}
	.div-41{
		top: 39px;
		left: 22px;
	}
	.div-42{
		top: 145px;
		left: 46px;
	}
	.div-43 {
	    top: 255px;
	    left: 98px;
	}
	.div-45 {
	    max-width: 57%;
	}
	.div-71 {
	    max-width: 110px;
	}
	.div-72:before {
	    padding-right: 10px;
	}
}

@media screen and (max-width: 576px) {
	.img-20{
		max-width: 90px;
	}
	.div-1 {
	    width: 130px;
	    right: -5px;
	}
	.div-2 {
		right: 60px;
		max-width: 60%;
		bottom: 29px;
	}
	.div-3 {
	    left: 15px;
	    bottom: 20px;
	    max-width: 120px;
	}
	.div-4 {
	    width: 90px;
	    height: 90px;
	}
	.div-5 {
	    width: 20px;
	}
	.div-9 {
	    width: 210px;
	    bottom: -55px;
	}
	.div-10 {
	    margin-top: -200px;
	}
	.div-12 {
	    height: 950px;
	}
	.div-14 {
	    right: 15px;
	}
	.div-17 {
	    margin-top: -45px !important;
	}
	.div-18 {
	    padding-top: 20px;
	}
	.div-21 {
	    padding-top: 70px;
	}
	.div-22{
		max-width: 250px;
		margin: auto;
	}
	.div-26 {
	    height: 550px;
	}
	.div-27 {
	    height: 400px;
	}
	.div-29 {
		width: 95% !important;
		margin: auto;
		left: 0;
		right: 0;
	}
	.div-30{
		height: 38px;
	}
	.div-31{
		height: 570px;
	}
	.div-32{
		margin-top: -90px;
	}
	.div-37 {
	    width: 75px;
	}
	.div-38 {
	    margin-top: -8px;
	}
	.div-39 {
	    width: 200px;
	    margin-top: -40px;
	}
	.div-41 {
      top: 19px;
      left: 11px;
  }
  .div-42 {
      top: 87px;
      left: 27px;
  }
  .div-43 {
      top: 153px;
      left: 58px;
  }
  .div-47{
  		margin-top: -10px;
  }
  .div-48{
    	padding-top: 15px;
  }
  .div-67 {
      max-width: 175px;
  }
  .div-67 img {
      margin-top: -25px;
  }
  .div-71 {
  		padding-top: 15px;
      max-width: 55px;
  }
  .div-72 {
      padding-bottom: 12px;
  }
  .div-72:before,
  .div-72:after{
  		font-size: 60px;
  }
}

@media screen and (max-width: 430px) {
	.div-1 {
	    width: 110px;
	}
	.div-4 {
	    width: 70px;
	    height: 70px;
	}
	.div-9 {
	    width: 140px;
	    bottom: -73px;
	}
	.div-10 {
	    margin-top: -170px;
	}
	.div-14 {
	    max-width: 65px;
	    right: 58px;
	}
	.div-17 {
	    margin-top: -35px !important;
	}
	.div-18 {
	    padding-top: 8px;
	}
	.img-20 {
	    max-width: 75px;
	}
	.div-21 {
	    padding-top: 25px;
	}
	.div-26 {
	    height: 500px;
	}
	.div-27 {
	    height: 325px;
	}
	.div-31 {
	    height: 510px;
	}
	.div-34 {
	    width: 28px;
	    padding-bottom: 8px;
	}
	.div-67 {
	    max-width: 85px;
	}
	.img-1{
		width: 55px;
	}
}
@media screen and (max-width: 414px) {
	.div-31 {
	    height: 480px;
	}
	.div-39 {
		width: 185px;
	}
	.div-41 {
	    top: 19px;
	    left: 9px;
	}
	.div-42 {
	    top: 83px;
	    left: 24px;
	}
	.div-43 {
	    top: 145px;
	    left: 55px;
	}
}
@media screen and (max-width: 390px) {
	.div-37 {
	    width: 64px;
	}
	.div-38 {
	    margin-top: -5px;
	}
	.div-39 {
	    width: 170px;
	}
	.div-41 {
	    top: 19px;
	    left: 5px;
	}
	.div-42 {
	    top: 77px;
	    left: 21px;
	}
	.div-43 {
	    top: 136px;
	    left: 51px;
	}
	.div-47 {
	    margin-top: -5px;
	}
}

@media screen and (max-width: 375px) {
	.div-18 {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.div-41 {
	    top: 15px;
	    left: 5px;
	}
	.div-42 {
	    top: 70px;
	    left: 21px;
	}
	.div-43 {
	    top: 130px;
	    left: 47px;
	}
}