@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');

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.text-shadow {
    color: #d3d3d3;
    text-shadow: 0 0 10px rgb(42 3 3);
}
.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 .div_block{
	padding: 0;
}
.content-row p{
	margin: 0;
}
.content-row{
	overflow: hidden;
}
.content-row .overflow-hidden{
	overflow: hidden;
}
.overflow-hidden{
	overflow: hidden;
}
.text-size-160{
	font-size: 160px !important;
}
.text-size-140{
	font-size: 140px !important;
}
.text-size-120{
	font-size: 120px !important;
}
.text-size-110{
	font-size: 110px !important;
}
.text-size-100{
	font-size: 100px !important;
}
.text-size-90{
	font-size: 90px;
}
.text-size-88{
	font-size: 84px;
}
.text-size-86{
	font-size: 84px;
}
.text-size-84{
	font-size: 84px;
}
.text-size-82{
	font-size: 82px;
}
.text-size-80{
	font-size: 80px;
}
.text-size-78{
	font-size: 78px;
}
.text-size-76{
	font-size: 76px;
}
.text-size-74{
	font-size: 74px;
}
.text-size-72{
	font-size: 72px;
}
.text-size-70{
	font-size: 70px;
}
.text-size-66{
	font-size: 66px;
}
.text-size-64{
	font-size: 64px;
}
.text-size-62{
	font-size: 62px;
}
.text-size-60{
	font-size: 60px;
}
.text-size-58{
	font-size: 58px;
}
.text-size-56{
	font-size: 56px;
}
.text-size-54{
	font-size: 54px;
}
.text-size-52{
	font-size: 52px;
}
.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 !important;
}
.font-weight-700{
	font-weight: 700 !important;
}
.font-weight-600{
	font-weight: 600 !important;
}
.font-weight-500{
	font-weight: 500 !important;
}
.font-weight-400{
	font-weight: 400 !important;
}
.font-weight-300{
	font-weight: 300 !important;
}
.text-blur-1{
  color: #000;
  filter: blur(5px);
}
.text-underline{
  text-decoration: underline !important;
}
.text-shadow-white{
	text-shadow: 0 0 5px #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: 5px #fff;
	white-space:nowrap;
}
.absolute-align-center{
	top: 50%;
	transform: translateY(-50%);
}
.absolute-content-center{
	left: 50%;
	transform: translateX(-50%);
}
.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 !important;
}
.rounded-pill-1{
	border-radius: 1rem !important;
}
.rounded-pill-3{
	border-radius: 2rem !important;
}
.rounded-pill-50{
	border-radius: 50rem !important;
}
.rounded-cycle{
	border-radius: 50% !important;
}
.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-2{
	letter-spacing: 2px;
}
.letter-spacing-4{
	letter-spacing: 4px;
}
.letter-spacing-6{
	letter-spacing: 6px;
}
.letter-spacing-8{
	letter-spacing: 8px;
}
.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;
}
.filter-brightness-06{
	filter: brightness(0.6);
}
.filter-brightness-08{
	filter: brightness(0.8);
}
.list-style-type-none{
	list-style-type: none;
}
.order-6 { order: 6 !important; }
.order-7 { order: 7 !important; }
.order-8 { order: 8 !important; }
.order-9 { order: 9 !important; }
.order-10 { order: 10 !important; }

@media (min-width: 992px) {
	.content-row{
		width: 960px;
	}
	.order-lg--10 { order: -10 !important; }
	.order-lg--9 { order: -9 !important; }
	.order-lg--8 { order: -8 !important; }
	.order-lg--7 { order: -7 !important; }
	.order-lg--6 { order: -6 !important; }

	.order-lg-6 { order: 6 !important; }
	.order-lg-7 { order: 7 !important; }
	.order-lg-8 { order: 8 !important; }
	.order-lg-9 { order: 9 !important; }
	.order-lg-10 { order: 10 !important; }
}
@media screen and (max-width: 991px) {
	.content-row{
		width: 750px;
	}
	.md-letter-spacing-2{
		letter-spacing: 2px;
	}
	.md-letter-spacing-6{
		letter-spacing: 6px;
	}
	.md-text-size-14 {
	    font-size: 14px !important;
	}
	.md-text-size-16 {
	    font-size: 16px !important;
	}
	.md-text-size-18 {
	    font-size: 18px !important;
	}
	.md-text-size-20 {
	    font-size: 20px !important;
	}
	.md-text-size-22 {
	    font-size: 22px !important;
	}
	.md-text-size-24 {
	    font-size: 24px !important;
	}
	.md-text-size-26 {
	    font-size: 26px !important;
	}
	.md-text-size-28 {
	    font-size: 28px !important;
	}
	.md-text-size-30 {
	    font-size: 30px !important;
	}
	.md-text-size-32 {
	    font-size: 32px !important;
	}
	.md-text-size-34 {
	    font-size: 34px !important;
	}
	.md-text-size-36 {
	    font-size: 36px !important;
	}
	.md-text-size-38 {
	    font-size: 38px !important;
	}
	.md-text-size-40 {
	    font-size: 40px !important;
	}
	.md-text-size-42{
		font-size: 42px;
	}
	.md-text-size-46 {
	    font-size: 46px !important;
	}
	.md-text-size-48 {
	    font-size: 48px !important;
	}
	.md-text-size-50 {
	    font-size: 50px !important;
	}
	.md-text-size-52 {
	    font-size: 52px !important;
	}
	.md-text-size-54 {
	    font-size: 54px !important;
	}
	.md-text-size-56{
		font-size: 56px;
	}
	.md-text-size-58{
		font-size: 56px;
	}
	.md-text-size-60 {
	    font-size: 60px !important;
	}
	.md-text-size-62 {
	    font-size: 62px !important;
	}
	.md-text-size-64 {
	    font-size: 64px !important;
	}
	.md-text-size-66 {
	    font-size: 66px !important;
	}
	.md-text-size-70 {
	    font-size: 70px !important;
	}
	.md-text-size-72 {
	    font-size: 72px !important;
	}
	.md-text-size-74 {
	    font-size: 74px !important;
	}
	.md-text-size-76 {
	    font-size: 76px !important;
	}
	.md-text-size-80 {
	    font-size: 80px !important;
	}
	.md-text-size-82 {
	    font-size: 82px !important;
	}
	.md-text-size-84{
		font-size: 84px;
	}
	.md-text-size-86{
		font-size: 86px;
	}
	.md-text-size-88 {
	    font-size: 88px !important;
	}
	.md-text-size-90 {
	    font-size: 90px !important;
	}
	.md-text-size-100 {
	    font-size: 100px !important;
	}
	.md-text-size-120 {
	    font-size: 120px !important;
	}
	.md-line-height-12 {
	    line-height: 12px;
	}
	.md-line-height-14 {
	    line-height: 14px;
	}
	.md-line-height-16 {
	    line-height: 16px;
	}
	.md-line-height-18 {
	    line-height: 18px;
	}
	.md-line-height-20 {
	    line-height: 20px;
	}
	.md-line-height-22 {
	    line-height: 22px;
	}
	.md-line-height-24 {
	    line-height: 24px;
	}
	.md-line-height-26 {
	    line-height: 26px;
	}
	.md-line-height-28 {
	    line-height: 28px;
	}
	.md-line-height-30 {
	    line-height: 30px;
	}
	.md-line-height-32 {
	    line-height: 32px;
	}
	.md-line-height-34 {
	    line-height: 34px;
	}
	.md-line-height-36 {
	    line-height: 36px;
	}
	.md-line-height-38 {
	    line-height: 38px;
	}
	.md-line-height-40 {
	    line-height: 40px;
	}
	.md-line-height-42 {
	    line-height: 42px;
	}
	.md-line-height-44 {
	    line-height: 44px;
	}
	.md-line-height-46 {
	    line-height: 46px;
	}
	.md-line-height-48 {
	    line-height: 48px;
	}
	.md-line-height-50 {
	    line-height: 50px;
	}
	.md-line-height-52 {
	    line-height: 52px;
	}
	.md-line-height-54 {
	    line-height: 54px;
	}
	.md-line-height-56 {
	    line-height: 56px;
	}
	.md-line-height-58 {
	    line-height: 58px;
	}
	.md-line-height-60 {
	    line-height: 60px;
	}
	.md-line-height-62 {
	    line-height: 62px;
	}
	.md-line-height-64 {
	    line-height: 64px;
	}
	.md-line-height-66 {
	    line-height: 66px;
	}
	.md-line-height-68 {
	    line-height: 68px;
	}
	.md-line-height-70 {
	    line-height: 70px;
	}
	.md-line-height-72 {
	    line-height: 72px;
	}
	.md-line-height-74 {
	    line-height: 74px;
	}
	.md-line-height-76 {
	    line-height: 76px;
	}
	.md-line-height-78 {
	    line-height: 78px;
	}
	.md-line-height-80 {
	    line-height: 80px;
	}
	.md-line-height-82 {
	    line-height: 82px;
	}
	.md-line-height-84 {
	    line-height: 84px;
	}
	.md-line-height-86 {
	    line-height: 86px;
	}
	.md-line-height-88 {
	    line-height: 88px;
	}
	.md-line-height-90 {
	    line-height: 90px;
	}
	.md-line-height-92 {
	    line-height: 92px;
	}
	.md-line-height-94 {
	    line-height: 94px;
	}
	.md-line-height-96 {
	    line-height: 96px;
	}
	.md-line-height-98 {
	    line-height: 98px;
	}
	.md-line-height-100 {
	    line-height: 100px;
	}
	.md-line-height-102 {
	    line-height: 102px;
	}
	.md-line-height-104 {
	    line-height: 104px;
	}
	.md-line-height-106 {
	    line-height: 106px;
	}
	.md-line-height-108 {
	    line-height: 108px;
	}
	.md-line-height-110 {
	    line-height: 110px;
	}
	.md-line-height-112 {
	    line-height: 112px;
	}
	.md-line-height-114 {
	    line-height: 114px;
	}
	.md-line-height-116 {
	    line-height: 116px;
	}
	.md-line-height-118 {
	    line-height: 118px;
	}
	.md-line-height-120 {
	    line-height: 120px;
	}
	.md-border-top-0 { 
	    border-top: 0px !important; 
    }
    .md-border-bottom-0 { 
        border-bottom: 0px !important; 
    }
    .md-border-start-0 { 
        border-left: 0px !important;  
    }
    .md-border-end-0 { 
        border-right: 0px !important; 
    }
    .md-border-0 { 
        border: 0px !important; 
    }
}
@media (min-width: 768px) {
	.order-md--10 { order: -10 !important; }
	.order-md--9 { order: -9 !important; }
	.order-md--8 { order: -8 !important; }
	.order-md--7 { order: -7 !important; }
	.order-md--6 { order: -6 !important; }

	.order-md-6 { order: 6 !important; }
	.order-md-7 { order: 7 !important; }
	.order-md-8 { order: 8 !important; }
	.order-md-9 { order: 9 !important; }
	.order-md-10 { order: 10 !important; }
}
@media (min-width: 576px) {
  .order-sm--10 { order: -10 !important; }
  .order-sm--9 { order: -9 !important; }
  .order-sm--8 { order: -8 !important; }
  .order-sm--7 { order: -7 !important; }
  .order-sm--6 { order: -6 !important; }

  .order-sm-6 { order: 6 !important; }
  .order-sm-7 { order: 7 !important; }
  .order-sm-8 { order: 8 !important; }
  .order-sm-9 { order: 9 !important; }
  .order-sm-10 { order: 10 !important; }
}
@media screen and (max-width: 576px) {
	
	.content-row{
		width: 430px;
	}
	.sm-width-unset{
		width: unset !important;
	}
	.sm-width-fit{
		width: fit-content !important;
	}
	.sm-letter-spacing-unset{
		letter-spacing: unset;
	}
	.sm-letter-spacing-1{
		letter-spacing: 1px;
	}
	.sm-letter-spacing-2{
		letter-spacing: 2px;
	}
	.sm-letter-spacing-4{
		letter-spacing: 4px;
	}
	.sm-letter-spacing-6{
		letter-spacing: 6px;
	}
	.sm-obj-position-bottom{
		object-position: bottom !important;
	}
	.sm-obj-position-center{
		object-position: center !important;
	}
	.sm-text-size-8 {
	    font-size: 8px !important;
	}
	.sm-text-size-10 {
	    font-size: 10px !important;
	}
	.sm-text-size-11 {
	    font-size: 11px !important;
	}
	.sm-text-size-12 {
	    font-size: 12px !important;
	}
	.sm-text-size-13 {
	    font-size: 13px !important;
	}
	.sm-text-size-14 {
	    font-size: 14px !important;
	}
	.sm-text-size-16 {
	    font-size: 16px !important;
	}
	.sm-text-size-18 {
	    font-size: 18px !important;
	}
	.sm-text-size-20 {
	    font-size: 20px !important;
	}
	.sm-text-size-22 {
	    font-size: 22px !important;
	}
	.sm-text-size-24 {
	    font-size: 24px !important;
	}
	.sm-text-size-25 {
	    font-size: 25px !important;
	}
	.sm-text-size-26 {
	    font-size: 26px !important;
	}
	.sm-text-size-27 {
	    font-size: 27px !important;
	}
	.sm-text-size-28 {
	    font-size: 27px !important;
	}
	.sm-text-size-30 {
	    font-size: 30px !important;
	}
	.sm-text-size-32 {
	    font-size: 32px !important;
	}
	.sm-text-size-33 {
	    font-size: 33px !important;
	}
	.sm-text-size-34 {
	    font-size: 34px !important;
	}
	.sm-text-size-36 {
	    font-size: 36px !important;
	}
	.sm-text-size-38 {
	    font-size: 38px !important;
	}
	.sm-text-size-40 {
	    font-size: 40px !important;
	}
	.sm-text-size-42{
		font-size: 42px !important;
	}
	.sm-text-size-46 {
	    font-size: 46px !important;
	}
	.sm-text-size-48 {
	    font-size: 48px !important;
	}
	.sm-text-size-50 {
	    font-size: 50px !important;
	}
	.sm-text-size-52 {
	    font-size: 52px !important;
	}
	.sm-text-size-54 {
	    font-size: 54px !important;
	}
	.sm-text-size-56{
		font-size: 56px;
	}
	.sm-text-size-58{
		font-size: 56px;
	}
	.sm-text-size-60 {
	    font-size: 60px !important;
	}
	.sm-text-size-62 {
	    font-size: 62px !important;
	}
	.sm-text-size-64 {
	    font-size: 64px !important;
	}
	.sm-text-size-66 {
	    font-size: 66px !important;
	}
	.sm-text-size-70 {
	    font-size: 70px !important;
	}
	.sm-text-size-74 {
	    font-size: 74px !important;
	}
	.sm-text-size-76 {
	    font-size: 76px !important;
	}
	.sm-text-size-80 {
	    font-size: 80px !important;
	}
	.sm-text-size-82{
		font-size: 82px;
	}
	.sm-text-size-84{
		font-size: 84px;
	}
	.sm-text-size-86{
		font-size: 86px;
	}
	.sm-text-size-88{
		font-size: 88px;
	}
	.sm-text-size-100 {
	    font-size: 100px !important;
	}
	.sm-text-size-120 {
	    font-size: 120px !important;
	}
	.sm-obj-fit-contain{
		object-fit: contain !important;
	}
	.sm-obj-position-top{
		object-position: top !important;
	}
	.sm-line-height-12 {
	    line-height: 12px;
	}
	.sm-line-height-14 {
	    line-height: 14px;
	}
	.sm-line-height-16 {
	    line-height: 16px;
	}
	.sm-line-height-18 {
	    line-height: 18px;
	}
	.sm-line-height-20 {
	    line-height: 20px;
	}
	.sm-line-height-22 {
	    line-height: 22px;
	}
	.sm-line-height-24 {
	    line-height: 24px;
	}
	.sm-line-height-26 {
	    line-height: 26px;
	}
	.sm-line-height-28 {
	    line-height: 28px;
	}
	.sm-line-height-30 {
	    line-height: 30px;
	}
	.sm-line-height-32 {
	    line-height: 32px;
	}
	.sm-line-height-34 {
	    line-height: 34px;
	}
	.sm-line-height-36 {
	    line-height: 36px;
	}
	.sm-line-height-38 {
	    line-height: 38px;
	}
	.sm-line-height-40 {
	    line-height: 40px;
	}
	.sm-line-height-42 {
	    line-height: 42px;
	}
	.sm-line-height-44 {
	    line-height: 44px;
	}
	.sm-line-height-46 {
	    line-height: 46px;
	}
	.sm-line-height-48 {
	    line-height: 48px;
	}
	.sm-line-height-50 {
	    line-height: 50px;
	}
	.sm-line-height-52 {
	    line-height: 52px;
	}
	.sm-line-height-54 {
	    line-height: 54px;
	}
	.sm-line-height-56 {
	    line-height: 56px;
	}
	.sm-line-height-58 {
	    line-height: 58px;
	}
	.sm-line-height-60 {
	    line-height: 60px;
	}
	.sm-line-height-62 {
	    line-height: 62px;
	}
	.sm-line-height-64 {
	    line-height: 64px;
	}
	.sm-line-height-66 {
	    line-height: 66px;
	}
	.sm-line-height-68 {
	    line-height: 68px;
	}
	.sm-line-height-70 {
	    line-height: 70px;
	}
	.sm-line-height-72 {
	    line-height: 72px;
	}
	.sm-line-height-74 {
	    line-height: 74px;
	}
	.sm-line-height-76 {
	    line-height: 76px;
	}
	.sm-line-height-78 {
	    line-height: 78px;
	}
	.sm-line-height-80 {
	    line-height: 80px;
	}
	.sm-line-height-82 {
	    line-height: 82px;
	}
	.sm-line-height-84 {
	    line-height: 84px;
	}
	.sm-line-height-86 {
	    line-height: 86px;
	}
	.sm-line-height-88 {
	    line-height: 88px;
	}
	.sm-line-height-90 {
	    line-height: 90px;
	}
	.sm-line-height-92 {
	    line-height: 92px;
	}
	.sm-line-height-94 {
	    line-height: 94px;
	}
	.sm-line-height-96 {
	    line-height: 96px;
	}
	.sm-line-height-98 {
	    line-height: 98px;
	}
	.sm-line-height-100 {
	    line-height: 100px;
	}
	.sm-line-height-102 {
	    line-height: 102px;
	}
	.sm-line-height-104 {
	    line-height: 104px;
	}
	.sm-line-height-106 {
	    line-height: 106px;
	}
	.sm-line-height-108 {
	    line-height: 108px;
	}
	.sm-border-top-0 { 
	    border-top: 0px; 
	}
	.sm-border-bottom-0 { 
	    border-bottom: 0px; 
	}
	.sm-border-start-0 { 
	    border-left: 0px; 
	}
	.sm-border-end-0 { 
	    border-right: 0px; 
	}
	.sm-border-0 { 
	    border: 0px; 
	}
}
@media screen and (max-width: 430px) {
	.content-row{
		width: 100%;
	}
}
@media screen and (max-width: 390px) {
	.xs-width-unset{
		width: unset !important;
	}
	.xs-width-fit{
		width: fit-content !important;
	}
	.xs-letter-spacing-unset{
		letter-spacing: unset;
	}
	.xs-letter-spacing-1{
		letter-spacing: 1px;
	}
	.xs-letter-spacing-2{
		letter-spacing: 2px;
	}
	.xs-letter-spacing-4{
		letter-spacing: 4px;
	}
	.xs-letter-spacing-6{
		letter-spacing: 6px;
	}
	.xs-obj-position-bottom{
		object-position: bottom !important;
	}
	.xs-obj-position-center{
		object-position: center !important;
	}
	.xs-text-size-8 {
	    font-size: 8px !important;
	}
	.xs-text-size-10 {
	    font-size: 10px !important;
	}
	.xs-text-size-11 {
	    font-size: 11px !important;
	}
	.xs-text-size-12 {
	    font-size: 12px !important;
	}
	.xs-text-size-13 {
	    font-size: 13px !important;
	}
	.xs-text-size-14 {
	    font-size: 14px !important;
	}
	.xs-text-size-16 {
	    font-size: 16px !important;
	}
	.xs-text-size-18 {
	    font-size: 18px !important;
	}
	.xs-text-size-20 {
	    font-size: 20px !important;
	}
	.xs-text-size-22 {
	    font-size: 22px !important;
	}
	.xs-text-size-24 {
	    font-size: 24px !important;
	}
	.xs-text-size-26 {
	    font-size: 26px !important;
	}
	.xs-text-size-28 {
	    font-size: 28px !important;
	}
	.xs-text-size-30 {
	    font-size: 30px !important;
	}
	.xs-text-size-32 {
	    font-size: 32px !important;
	}
	.xs-text-size-34 {
	    font-size: 34px !important;
	}
	.xs-text-size-36 {
	    font-size: 36px !important;
	}
	.xs-text-size-38 {
	    font-size: 38px !important;
	}
	.xs-text-size-40 {
	    font-size: 40px !important;
	}
	.xs-text-size-42{
		font-size: 42px;
	}
	.xs-text-size-46 {
	    font-size: 46px !important;
	}
	.xs-text-size-48 {
	    font-size: 48px !important;
	}
	.xs-text-size-50 {
	    font-size: 50px !important;
	}
	.xs-text-size-52 {
	    font-size: 52px !important;
	}
	.xs-text-size-54 {
	    font-size: 54px !important;
	}
	.xs-text-size-56{
		font-size: 56px;
	}
	.xs-text-size-58{
		font-size: 56px;
	}
	.xs-text-size-60 {
	    font-size: 60px !important;
	}
	.xs-text-size-62 {
	    font-size: 62px !important;
	}
	.xs-text-size-64 {
	    font-size: 64px !important;
	}
	.xs-text-size-66 {
	    font-size: 66px !important;
	}
	.xs-text-size-70 {
	    font-size: 70px !important;
	}
	.xs-text-size-74 {
	    font-size: 74px !important;
	}
	.xs-text-size-76 {
	    font-size: 76px !important;
	}
	.xs-text-size-78 {
	    font-size: 78px !important;
	}
	.xs-text-size-80 {
	    font-size: 80px !important;
	}
	.xs-text-size-82 {
	    font-size: 82px !important;
	}
	.xs-text-size-84 {
	    font-size: 84px !important;
	}
	.xs-text-size-86 {
	    font-size: 86px !important;
	}
	.xs-text-size-88 {
	    font-size: 88px !important;
	}
	.xs-text-size-100 {
	    font-size: 100px !important;
	}
	.xs-text-size-120 {
	    font-size: 120px !important;
	}
	.xs-obj-fit-contain{
		object-fit: contain !important;
	}
	.xs-obj-position-top{
		object-position: top !important;
	}
	.xs-line-height-12 {
	    line-height: 12px;
	}
	.xs-line-height-14 {
	    line-height: 14px;
	}
	.xs-line-height-16 {
	    line-height: 16px;
	}
	.xs-line-height-18 {
	    line-height: 18px;
	}
	.xs-line-height-20 {
	    line-height: 20px;
	}
	.xs-line-height-22 {
	    line-height: 22px;
	}
	.xs-line-height-24 {
	    line-height: 24px;
	}
	.xs-line-height-26 {
	    line-height: 26px;
	}
	.xs-line-height-28 {
	    line-height: 28px;
	}
	.xs-line-height-30 {
	    line-height: 30px;
	}
	.xs-line-height-32 {
	    line-height: 32px;
	}
	.xs-line-height-34 {
	    line-height: 34px;
	}
	.xs-line-height-36 {
	    line-height: 36px;
	}
	.xs-line-height-38 {
	    line-height: 38px;
	}
	.xs-line-height-40 {
	    line-height: 40px;
	}
	.xs-line-height-42 {
	    line-height: 42px;
	}
	.xs-line-height-44 {
	    line-height: 44px;
	}
	.xs-line-height-46 {
	    line-height: 46px;
	}
	.xs-line-height-48 {
	    line-height: 48px;
	}
	.xs-line-height-50 {
	    line-height: 50px;
	}
	.xs-line-height-52 {
	    line-height: 52px;
	}
	.xs-line-height-54 {
	    line-height: 54px;
	}
	.xs-line-height-56 {
	    line-height: 56px;
	}
	.xs-line-height-58 {
	    line-height: 58px;
	}
	.xs-line-height-60 {
	    line-height: 60px;
	}
	.xs-line-height-62 {
	    line-height: 62px;
	}
	.xs-line-height-64 {
	    line-height: 64px;
	}
	.xs-line-height-66 {
	    line-height: 66px;
	}
	.xs-line-height-68 {
	    line-height: 68px;
	}
	.xs-line-height-70 {
	    line-height: 70px;
	}
	.xs-line-height-72 {
	    line-height: 72px;
	}
	.xs-line-height-74 {
	    line-height: 74px;
	}
	.xs-line-height-76 {
	    line-height: 76px;
	}
	.xs-line-height-78 {
	    line-height: 78px;
	}
	.xs-line-height-80 {
	    line-height: 80px;
	}
	.xs-line-height-82 {
	    line-height: 82px;
	}
	.xs-line-height-84 {
	    line-height: 84px;
	}
	.xs-line-height-86 {
	    line-height: 86px;
	}
	.xs-line-height-88 {
	    line-height: 88px;
	}
	.xs-line-height-90 {
	    line-height: 90px;
	}
	.xs-line-height-92 {
	    line-height: 92px;
	}
	.xs-line-height-94 {
	    line-height: 94px;
	}
	.xs-line-height-96 {
	    line-height: 96px;
	}
	.xs-line-height-98 {
	    line-height: 98px;
	}
	.xs-line-height-100 {
	    line-height: 100px;
	}
	.xs-line-height-102 {
	    line-height: 102px;
	}
	.xs-line-height-104 {
	    line-height: 104px;
	}
	.xs-line-height-106 {
	    line-height: 106px;
	}
	.xs-line-height-108 {
	    line-height: 108px;
	}
}





.text-color-1{
	color: #16A7E6;
}
.text-color-2{
	color: #FABD02;
}
.text-color-3{
	color: #B9BB00;
}
.text-color-4{
	color: #484848;
}
.text-color-5{
	color: #FFE000;
}
.text-color-6{
	color: #295392;
}
.text-color-7{
	color: #FFFE00;
}
.text-shadow-1{
	text-shadow: 0 0 5px #fda83d, 
	0 0 20px #fda83d, 
	0 0 30px #fda83d, 
	0 0 25px #fda83d, 
	0 0 25px #fda83d;
}
.text-shadow-2{
	text-shadow: 0 0 0px #16A7E6, 
	0 0 0px #16A7E6, 
	0 0 5px #16A7E6, 
	0 0 10px #16A7E6, 
	0 0 30px #16A7E6;
}
.bg-color-1{
	background: #16A7E6;
}
.bg-color-2{
	background: #FABD02;
}
.bg-color-3{
	background: #B9BB00;
}
.bg-color-4{
	background: #8ADDFD;
}
.bg-color-5{
	background: #45D4C2;
}
.bg-color-6{
	background: #FEE701;
}

.border-style-1{
	border: 2px solid #16A7E6;
}
.border-style-2{
	border: 2px solid #FABD02;
}
.border-style-2-5{
	border: 5px solid #FABD02;
}
.border-style-3{
	border: 2px solid #B9BB00;
}
.border-style-3-5{
	border: 5px solid #B9BB00;
}
.border-style-4{
	border: 2px solid #8ADDFD;
}
.border-style-4-5{
	border: 5px solid #8ADDFD;
}
.storke-1::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	-webkit-text-stroke: 10px #16A7E6;
	white-space:nowrap;
}
.storke-2::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	-webkit-text-stroke: 10px #FABD02;
	white-space:nowrap;
}
.storke-3::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	-webkit-text-stroke: 10px #B9BB00;
	white-space:nowrap;
}
.storke-4::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	-webkit-text-stroke: 10px #8ADDFD;
	white-space:nowrap;
}
.storke-5::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	-webkit-text-stroke: 10px #45D4C2;
	white-space:nowrap;
}
.storke-1-1::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	-webkit-text-stroke: 15px #16A7E6;
	white-space:nowrap;
}
.storke-2-1::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	-webkit-text-stroke: 15px #FABD02;
	white-space:nowrap;
}
.storke-3-1::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	-webkit-text-stroke: 15px #B9BB00;
	white-space:nowrap;
}
.storke-4-1::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	-webkit-text-stroke: 15px #8ADDFD;
	white-space:nowrap;
}
.storke-5-1::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	-webkit-text-stroke: 15px #45D4C2;
	white-space:nowrap;
}
.sec_1 .div-1{
	width: 69%;
	margin-top: 5%;
}
.sec_1 .div-2{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -80%);
}
.sec_1 .div-3{
	width: 40px;
}
.sec_1 .div-4{
	width: 95%;
}
.sec_1 .div-5{
	width: 100%;
}
.sec_1 .div-6{
	left: 4%;
	top: 11%;
}
.sec_1 .div-7 {
	left: 34%;
	top: 33%;
	z-index: 10;
}
.sec_1 .div-8{
	left: 4%;
	top: 51%;
}
.sec_1 .div-9{
	margin-left: auto;
	margin-top: -82px;
	margin-right: 34px;
	width: 34.58%;
}
.sec_1 .div-10{
	width: 13%;
	position: absolute;
	left: 30%;
	top: 7%;
}
.sec_1 .c-card{	
	border-radius: 15px;
	overflow: hidden;
}
.sec_1 .c-head{
	text-align: center;
	padding: 0.5rem;
}
.sec_1 .c-body{
	padding: 1rem;
	background: #fff;
	text-align: center;
}
.sec_2 .div-1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.sec_2 .div-1 img{
	width: 15%;
}
.sec_2 .div-2{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 250px;
	margin-bottom: -15px;
}
.sec_2 .div-3{
	position: absolute;
	width: 5.5%;
	top: 3%;
	left: 22%;
}
.sec_2 .div-4{
	position: absolute;
    width: 5.5%;
    top: 2%;
    right: 25%;
}
.sec_2 .c-head{
	width: fit-content;
    margin: auto;
    margin-bottom: -36px;
    border-radius: 15rem;
    padding: 5px 24px;
    letter-spacing: 2px;
}
.sec_2 .c-body{
	padding: 10px 0;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 600;
	color: #4C575C;
	height: 165px;
}
.sec_2 .text-1{
	margin-top: -20px;
	font-weight: 700;
}
.sec_3 .text-1{
	margin-top: 110px;
}
.sec_3 ul{
	font-size: 32px;
	left: 14%;
	top: 17%;
	line-height: 62px;
}
.sec_3 li{
	list-style-type: none;
	letter-spacing: 2px;
}
.sec_4{
	overflow: hidden;
}
.sec_4 .div-1{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -72%);
}
.sec_4 .div-2{
	margin-top: -65px;
	width: 85%;

}
.sec_4 .div-3{
	padding-top: 80px;
}
.sec_4 .div-4{
	width: 85%;
}
.sec_4 .div-5{
	position: absolute;
    top: 8%;
    left: 0;
    right: 0;
    margin: auto;
    width: 75%;
}
.sec_4 .div-6{
	position: absolute;
	top: -2%;
	left: 9%;
	width: 9%;
}
.sec_4 .div-7{
	position: absolute;
	top: -29%;
	right: 12%;
	width: 14%;
}
.sec_4 .text-1{
	position: relative;
	z-index: 10;
}
.sec_4 .div-8{
	position: absolute;
	right: -3%;
	top: -39%;
	width: 38%;
}
.sec_4 .div-9{
	width: 38%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 51%;
}
.sec_5 .div-1{
	width: 61%;
	margin-top: 5%;
}
.sec_5 .div-2{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -80%);
}
.sec_5 .div-3{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.sec_5 .div-3 img{
	width: 15%;
}
.sec_5 .div-4 img:nth-of-type(1) {
	left: 21%;
	position: absolute;
	top: -18%;
	width: 17%;
}
.sec_5 .div-4 img:nth-of-type(2) {
	right: 17%;
    position: absolute;
    top: -13%;
    width: 17%;
}
.sec_5 .div-5 div{
	position: absolute;
	left: 27%;
	top: 27%;
}
.sec_6 .div-1{
	margin-top: 160px;
}
.sec_6 .div-1 img:nth-of-type(1) {
	position: absolute;
	left: 5%;
	top: -45%;
}
.sec_6 .div-1 img:nth-of-type(2) {
	position: absolute;
	right: 5%;
	bottom: -25%;
}
.sec_6 .div-2{
	height: 600px;
}
.sec_6 .div-2 h3{
	font-size: 100px;
	font-weight: 700;
	color: #fff;
}
.sec_6 .div-2 h3:nth-of-type(1){
	position: absolute;
    top: 25%;
    left: 24%;
}
.sec_6 .div-2 h3:nth-of-type(2){
	position: absolute;
    top: 43%;
    left: 58%;
}
.sec_6 .div-2 img:nth-of-type(1) {
	position: absolute;
	left: 10%;
	top: 0%;
	width: 50%;
}
.sec_6 .div-2 img:nth-of-type(2) {
	position: absolute;
	right: 10%;
	top: 18%;
	width: 50%;
}
.sec_7 .div-1{
	letter-spacing: 6px;
}
.sec_8{
	height: 970px;
}
.sec_8 .div-1{
	display: flex;
	align-items: center;
	justify-content: end;
}
.sec_8 .div-1 div:nth-of-type(1) {
	width: 65%;
	margin-left: -35px;
	padding: 80px 0;
}
.sec_8 .div-1 img:nth-of-type(1) {
	width: 325px;
	position: relative;
	z-index: 10;
}
.sec_8 .div-1 p{
	width: fit-content;
	margin: auto;
}
.sec_8 .div-2 p{
	padding-left: 12%;
}
.sec_8 .div-2{
	display: flex;
	align-items: center;
	justify-content: start;
}
.sec_8 .div-2 div:nth-of-type(1) {
	width: 70%;
	margin-right: -210px;
	padding: 32px 0;
}
.sec_8 .div-2 img:nth-of-type(1) {
	width: 440px;
	position: relative;
	z-index: 10;
}
.sec_9{
	height: 1250px;
}
.sec_9 .div-1 img{
	position: absolute;
	width: 18%;
	left: 0;
	top: -7%;
}
.sec_9 .div-3{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.sec_9 .div-3 img{
	width: 15%;
}
.sec_11{
	height: 1080px;
}
.sec_11 .div-1{
	height: 200px;
}
.sec_11 .div-1 img{
	margin: 0 25px;
	width: 35%;
}
.sec_11 .div-2{
	margin: 15px 0;
	height: 115px;
	padding: 8px 12px;
}
.sec_11 .div-2 span{
	aspect-ratio: 1 / 1;
	height: 100%;
}
.sec_11 .div-2 span img{
	position: absolute;
	width: 108%;
	top: -15%;
}
.sec_12 .div-1 div{
	text-align: center;
	margin-top: -65px;
}
.sec_12 .div-1 h3 {
    padding-top: 35px !important;
    font-size: 22px;
}
.sec_12 .div-1 h3.last {
    padding-top: 50px !important;
}
.sec_12 .div-1 span{
	font-size: 100px;
	line-height: 120px;
}
.sec_12 .div-1 p{
	font-size: 22px;
}
.sec_12 .div-2{
	width: 85%;
    margin: auto;
    margin-top: 26px;
}
.sec_12 .div-2 .col-4:nth-of-type(2) {
	margin-top: 40px;
}
.sec_12 .div-2 .col-4:nth-of-type(4) {
	margin-right: 25px;
}
.sec_12 .div-2 .col-4:nth-of-type(5) {
	margin-left: 25px;
}
.sec_13 .div-1{
	width: 61%;
	margin-top: 5%;
}
.sec_13 .div-2{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -80%);
}
.sec_13 .div-3{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.sec_13 .div-3 img{
	width: 15%;
}
.sec_13 .div-4 img:nth-of-type(1) {
	left: 21%;
	position: absolute;
	top: -18%;
	width: 17%;
}
.sec_13 .div-4 img:nth-of-type(2) {
	right: 17%;
    position: absolute;
    top: -13%;
    width: 17%;
}
.sec_13 .div-5 div{
	position: absolute;
    left: 2%;
    top: 0;
    width: 70%;
}
.sec_13 ul{	
	left: 13%;
	top: 18%;
}
.sec_13 li{
	position: relative;
	display: flex;
	align-items: center;
	list-style-type: none;
	letter-spacing: 2px;
	z-index: 10;
}
.sec_13 h3{
	font-size: 28px;
	line-height: 66px;
}
.sec_13 li span {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	color: #fff;
	border-radius: 50%;
}
.sec_13 li img{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 20px;
}
.sec_14{
	height: 1550px;
}
.sec_14 .div-3{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.sec_14 .div-3 img{
	width: 20%;
}
.sec_14 .div-5 > div
{
	padding: 75px 0;
	width: 90%;
	margin-left: 75px;
	margin-top: 120px;
}
.sec_14 .div-5 > div > p{
	font-size: 24px;
	color: #fff;
	margin-left: auto;
	letter-spacing: 2px;
}
.sec_14 .div-5 > div span
{
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translate(-50%, -50%);
	width: 45%;
}
.sec_14 .div-5 > div:nth-of-type(2)
{
	padding: 75px 0;
	width: 90%;
	margin-top: 120px;
	margin-left: 15px;
}
.sec_14 .div-5 > div:nth-of-type(2) > p{
	margin-left: unset;
}
.sec_14 .div-5 > div:nth-of-type(2) span
{
	position: absolute;
	top: 50%;
	right: 15%;
	left: unset;
	transform: translate(50%, -50%);
	width: 45%;
}
.sec_14 .div-5 > div span .position-relative p{
	bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    padding: 10px 10px;
    font-size: 22px;
}
.sec_14 .div-5 > div:nth-of-type(1) .stars,
.sec_14 .div-5 > div:nth-of-type(3) .stars
{
	position: absolute;
    top: -18%;
    width: 20%;
    right: 0;
}
.sec_14 .div-5 > div:nth-of-type(2) .stars{
	position: absolute;
	left: 0;
    top: -18%;
    width: 20%;
}

@media screen and (max-width: 991px) {
	.sec_1 .div-3{
		width: 35px;
	}
	.sec_1 .div-4 {
	    width: 84%;
	}
	.sec_1 .div-7 {
	    left: 34.9%;	    
	}
	.sec_1 .div-9 {
	    margin-top: -63px;
	}
	.sec_1 .div-10{
		left: 33%;
	}
	.sec_2 .div-2 {
	    height: 210px;
	}
	.sec_2 .c-body{
		height: 135px;
	}
	.sec_2 .div-3{
		top: 2%;
		left: 25%;
	}
	.sec_2 .div-4{
		top: 2%;
	    right: 28%;
	}
	.sec_3 .text-1 {
	    margin-top: 75px;
	}
	.sec_3 ul {
	    font-size: 25px;
	    left: 14%;
	    top: 17%;
	    line-height: 48px;
	}
	.sec_4 .div-5 {
	    top: 12%;
	}
	.sec_4 .div-7 {
		top: -20%;
		right: 9%;
		width: 15%;
	}
	.sec_4 .div-8 {
		position: absolute;
	    right: -4%;
	    top: -33%;
	    width: 37%;
	}
	.sec_5 .div-5 div {
		left: 24%;
		top: 19%;
	}
	.sec_5 .div-4 img:nth-of-type(1) {
		left: 18%;
	}
	.sec_6 .div-1 {
	    margin-top: 125px;
	}
	.sec_6 .div-1 img:nth-of-type(1) {
	    left: -2%;
	    top: -32%;
	    width: 10%;
	}
	.sec_6 .div-1 img:nth-of-type(2) {
	    right: -2%;
	    bottom: -8%;
	    width: 10%;
	}
	.sec_6 .div-2{
		height: 360px;
		margin-top: -15px;
	}
	.sec_6 .div-2 h3{
		font-size: 64px;
	}
	.sec_6 .div-2 h3:nth-of-type(1) {
		top: 35%;
		left: 26%;
	}
	.sec_6 .div-2 h3:nth-of-type(2) {
		top: 53%;
		left: 59%;
	}
	.sec_7 .div-1{
		letter-spacing: 2px;
	}
	.sec_8 {
	    height: 740px;
	}
	.sec_8 .div-1 img:nth-of-type(1) {
	    width: 270px;
	    position: relative;
	    z-index: 10;
	}
	.sec_8 .div-2 div:nth-of-type(1) {
		width: 80%;
		margin-right: -190px;
	}
	.sec_8 .div-2 img:nth-of-type(1) {
	    width: 300px;
	}
	.sec_8 .div-2 p {
	    padding-left: 10%;
	}
	.sec_9{
		height: 1100px;
	}
	.sec_11 {
	    height: 920px;
	}
	.sec_11 .div-1 img {
	    width: 36%;
	}
	.sec_11 .div-2 {
	    height: 80px;
	}
	.sec_12 .div-1 span{
		font-size: 100px;
		line-height: 100px;
	}
	.sec_12 .div-1 p{
		font-size: 18px;
	}
	.sec_12 .div-1 div {
	    margin-top: -50px;
	}
	.sec_12 .div-1 h3 {
	    padding-top: 10px !important;
	    font-size: 18px;
	}
	.sec_12 .div-1 h3.last {
	    padding-top: 24px !important;
	}
	.sec_12 .div-2{
		width: 85%;
	    margin: auto;
	    margin-top: 26px;
	}
	.sec_12 .div-2 .col-4:nth-of-type(2) {
		margin-top: 40px;
	}
	.sec_12 .div-2 .col-4:nth-of-type(4) {
		margin-right: 25px;
	}
	.sec_12 .div-2 .col-4:nth-of-type(5) {
		margin-left: 25px;
	}
	.sec_13 ul {
	    left: 8%;
	    top: 18%;
	}
	.sec_13 h3{
		font-size: 20px;
		line-height: 52px;
	}
	.sec_13 li img {
	    left: 0;
	    top: 20px;
	    width: 92%;
	}
	.sec_13 .div-5 div {
	    top: -60px;
	}
	.sec_14 {
	    height: 1200px;
	}
	.sec_14 .div-5 > div {
	    padding: 40px 0;
	    margin-left: 60px;
	    margin-top: 70px;
	}
	.sec_14 .div-5 > div > p {
	    font-size: 20px;
	}
	.sec_14 .div-5 > div:nth-of-type(2)
	{
		padding: 40px 0;
	}
	.sec_14 .div-5 > div span .position-relative p{
	    font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.sec_4 .div-8 {
	    top: -30%;
	}
}
@media screen and (max-width: 576px) {
	
	.content-row p.too {
     margin-top: 20px !important;
 }
	
	.sec_4 .div-99{
	width: 55%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 51%;
}
	
	.sec_1 .div-3 {
	    width: 20px;
	}
	.sec_1 .div-4 {width: 79%;}
	.sec_1 .c-head {
	    padding: 0.2rem;
	}
	.sec_1 .c-body {
	    padding: 0.4rem;
	}
	.sec_1 .div-9 {
	    margin-top: 1px;
	    margin-right: 3px;
	    width: 32.58%;
	}
	.sec_1 .div-6 {
	    left: 2%;
	}
	.sec_1 .div-7 {
	    left: 37%;
	}
	.sec_1 .div-8 {
	    left: 2%;
	}
    .sec_1 .div-10 {
        left: 30%;
    }
    .sec_2 .div-4 {
        top: 2%;
        right: 25%;
    }
    .sec_2 .div-3 {
        top: 2%;
        left: 22%;
        width: 6%;
    }
    .sec_2 .c-head {
        margin-bottom: -20px;
    }
    .sec_2 .div-2 {
        margin-bottom: 5px;height: 155px;
    }
    .sec_2 .text-1 {
	    margin-top: -24px;
	}
	.sec_2 .c-body {
	    height: 110px;
	}
	.sec_3 .text-1 {
	    margin-top: 40px;
	}
	.sec_3 ul {
	    font-size: 12px;
	    left: 14%;
	    top: 16%;
	    line-height: 22px;
	}
	.sec_4 .div-7 {
	    top: -5%;
	    right: 9%;
	    width: 12%;
	}
	.sec_4 .div-2 {
	    margin-top: -35px;
	}
	.sec_4 .div-3 {
	    padding-top: 40px;
	    height: 595px;
	}
	.sec_5 .div-4 img:nth-of-type(1) {
	    left: 19%;
	}
	.sec_5 .div-4 img:nth-of-type(2) {
	    top: -6%;
	}
	.sec_6{
		height: 420px;
	}
	.sec_6 .div-1 {
	    margin-top: 80px;
	}
	.sec_6 .div-2 h3 {
	    font-size: 40px;
	}
	.sec_6 .div-2 {
	    height: 285px;
	    margin-top: -15px;
	}
	.sec_6 .div-2 h3:nth-of-type(1) {
			top: 24%;
			left: 24%;
	}
	.sec_6 .div-2 h3:nth-of-type(2) {
	    top: 42%;
	    left: 59%;
	}
	.sec_8 {
	    height: 430px;
	}
	.sec_8 .div-1 img:nth-of-type(1) {
        width: 140px;
    }
	.sec_8 .div-2 img:nth-of-type(1) {
        width: 210px;
    }
	.sec_8 .div-1 div:nth-of-type(1) {
	    width: 68%;
	    margin-left: -35px;
	    padding: 26px 0;
	}
	.sec_8 .div-2 div:nth-of-type(1) {
	    margin-right: -140px;
	    padding: 26px 0;
	}
	.sec_9{
		height: 850px;
	}
	.sec_9 .div-3 img {
	    width: 22%;
	}
	.sec_11 .div-1 {
	    height: 110px;
	}
	.sec_11 .div-1 img {
	    margin: 0 10px;
	}
	.sec_11 .div-2 {
	    height: 52px;
	}
	.sec_11 {
	    height: 615px;
	}
	.sec_12{
		height: 530px;
	}
	.sec_12 .div-1 span {
	    font-size: 50px;
	    line-height: 65px;
	}
	.sec_12 .div-1 div {
	    margin-top: -33px;
	}
	.sec_12 .div-1 h3 {
	    padding-top: 10px !important;
	}
	.sec_12 .div-1 h3.last {
	    padding-top: 18px !important;
	}
	.storke-1-1::before {
	    -webkit-text-stroke: 8px #16A7E6;
	}
	.storke-2-1::before {
	    -webkit-text-stroke: 8px #FABD02;
	}
	.storke-3-1::before {
	    -webkit-text-stroke: 8px #B9BB00;
	}
	.storke-4-1::before{
		-webkit-text-stroke: 8px #8ADDFD;
	}
	.storke-5-1::before{
		-webkit-text-stroke: 8px #45D4C2;
	}
	.sec_12 .div-2 {
	    margin-top: 10px;
	}
	.sec_13 ul {
		left: -2%;
	    top: 8%;
	}
	.sec_13 h3{
		font-size: 12px;
		line-height: 36px;
	}
	.sec_13 li span {
	    width: 20px;
	    height: 20px;
	}
	.sec_13 .div-5 div {
	    left: -2%;
	    width: 75%;
	}
	.sec_13 li img {
	    top: 10px;
	}
	.sec_14 .div-5 > div > p {
	    font-size: 12px;margin-right: 5px;
	}
	.sec_14 .div-5 > div {
		padding: 25px 8px;
		margin-left: 37px;
	    width: 90%;
		margin-top: 55px;
	}
	.sec_14 .div-5 > div span {
	    left: 10%;
	}
	.sec_14 .div-5 > div span .position-relative p {
	    font-size: 12px;
	}
	.sec_14 .div-5 > div:nth-of-type(2) {
		padding: 25px 8px;
	    margin-left: 0px;
	    width: 90%;
	    margin-top: 55px;
	}
	.sec_14 .div-5 > div:nth-of-type(2) span {
	    right: 10%;
	}
	.sec_14 .div-5 > div:nth-of-type(2) > p {
	    margin-left: 5px;
	}
	.sec_14 {
	    height: 690px;
	}
	.sec_4 .div-8 {
	    top: -32%;
	}
	.sec_14 .div-5 > div:nth-of-type(1) .stars,
	.sec_14 .div-5 > div:nth-of-type(3) .stars
	{
		top: -8%;
	    width: 15%;
	    right: 10px
	}
	.sec_14 .div-5 > div:nth-of-type(2) .stars{
		top: -8%;
	    width: 15%;
	    left: 10px
	}
}
@media screen and (max-width: 414px) {
	
	.sec_1 .div-9 {
	    margin-top: -39px;
	}
	.sec_3 ul {
        top: 17%;
        line-height: 23px;
    }
    .sec_6 .div-2 h3 {
        font-size: 38px;
    }
    .sec_8 {
        height: 420px;
    }
    .sec_8 .div-2 img:nth-of-type(1) {
        width: 205px;
    }
    .sec_9 {
        height: 940px;
    }
    .sec_11 .text-1{
		font-size: 22px !important;
    }
    .sec_11 {
        height: 595px;
    }
    .sec_12 .div-1 span {
        font-size: 42px;
        line-height: 40px;
    }
    .sec_12 .div-1 div {
        margin-top: -22px;
    }
    .sec_12 .div-1 h3 {
		padding-top: 12px !important;
    }
    .sec_12 .div-1 h3.last {
        padding-top: 21px !important;
    }
    .sec_13 .div-5 div {
        left: -7%;
        width: 86%;
        top: -28px;
    }
    .sec_14 .div-3 img {
        width: 18%;
    }
    .sec_14 .div-5 > div > p {
		font-size: 13px
    }
    .sec_14 .div-5 > div {
		  margin-top: 14px;
    }
    .sec_14 .div-5 > div:nth-of-type(2){
		margin-top: 15px;
    }
    .sec_14 {
        height: 666px;
    }
}
@media screen and (max-width: 390px) {
	.mt-5, .my-5 {
    margin-top: 1rem !important;
	}	
	.mt-3 {
	 margin-top: 0rem !important;	
	}
	
    .my-3 {
	 margin-top: 1.2rem !important;	
	}
	
	.sec_1 .div-4 {
		width: 89%;
	}
	.sec_1 .div-9 {
		margin-top: -17px;
	}
	.sec_1 .div-10 {
	    left: 33%;
	}
	.sec_1 .c-body {
	    padding: 0.2rem;
	}
	.sec_1 .div-7 {
	    left: 39%;
	}
	.sec_3 ul {
	    top: 16%;
	    line-height: 19px;
	}
	.sec_6 {
	    height: 400px;
	}
	.sec_6 .div-2 h3:nth-of-type(1) {
	    top: 22%;
	    left: 23%;
	}
	.sec_6 .div-2 h3:nth-of-type(2) {
	    top: 40%;
	    left: 58%;
	}
	.sec_8 {
	        height: 440px;
	    }
	.sec_8 .div-2 img:nth-of-type(1) {
	    width: 210px;
	}
	.sec_8 .div-2 div:nth-of-type(1) {
	    margin-right: -105px;
	}
    .sec_13 h3{
    	font-size: 12px;
    	line-height: 32px;
    }
    .sec_13 li span {
        width: 16px;
        height: 16px;
    }
    .sec_13 li img {
        top: 10px;
    }
}
@media screen and (max-width: 375px) {
	.sec_1 .div-7 {
	    left: 36%;
	}
	.sec_1 .div-9 {
	    margin-top: -35px;
	}
	.sec_1 .div-10 {
        left: 34%;
    }
    .sec_2 .div-2 {
        height: 120px;
    }
    .sec_2 .c-body {
        height: 110px;
    }
    .sec_3 ul {
        top: 17%;
        line-height: 20px;
    }
    .sec_6{
    	height: 380px;
    }
    .sec_6 .div-2 {
        margin-top: -22px;
    }
    .sec_8 {
        height: 425px;
    }
    .sec_8 .div-2 img:nth-of-type(1) {
        width: 200px;
    }
    .sec_8 .div-2 div:nth-of-type(1) {
        margin-right: -95px;
    }
    .sec_9 {
        height: 860px;
    }
    .sec_11 .text-1{
    	font-size: 16px !important;
	}
    .sec_14 .div-5 > div span {
        width: 45%;
        left: 12%;
    }
    .sec_14 .div-5 > div {
        width: 97%;
        margin-left: 21px;
    }
    .sec_14 .div-5 > div:nth-of-type(2) {
        width: 97%;
        margin-left: -10px;
    }
    .sec_14 .div-5 > div:nth-of-type(2) span {
        width: 45%;
        right: 12%;
    }
    .sec_14 .div-5 > div > p {
        margin-right: -1px;
    }
    .sec_14 .div-5 > div:nth-of-type(2) > p {
        margin-left: 3px;
    }
}