.unselectable {
-webkit-touch-callout: none;
-webkit-user-callout: none;
-webkit-user-select: none;
-webkit-user-drag: none;
-webkit-user-modify: none;
-webkit-highlight: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
touch-callout: none;
-ms-word-break: break-all;
-ms-word-wrap: break-all;
-webkit-word-break: break-word;
-webkit-word-wrap: break-word;
word-break: break-word;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
pointer-events: none;
      }
.onlyDesktop{
display: inline-block;
}
@media (max-width: 576px){
.onlyDesktop{
display: none;
}
}
.onlyMobile{
display: none;
}
@media (max-width: 768px){
.onlyMobile{
display: block;
}
}
.list-lower-roman>li{
list-style: lower-roman;
}
.list-disc {
    list-style-type: disc;
}
.list-disc>li {
    list-style-type: disc;
}
.list-decimal {
    list-style-type: decimal;
}
.list-decimal>li {
    list-style-type: decimal;
}
.list-lower-alpha {
    list-style-type: lower-alpha;
}
.list-lower-alpha>li {
    list-style: lower-alpha;
}
.list-decimal, .list-upper-roman, .list-lower-roman, .list-lower-alpha, .list-disc {
    margin: 0;
    padding-left: 20px;
}
.list-decimal>li, .list-upper-roman>li, .list-lower-roman>li, .list-lower-alpha>li, .list-disc>li {
    margin: 3px 0;
    position: relative;
}
#tncContent ol.lower-alpha > li::before {
margin-left: -20px;
}
.offer-Remark{
font-size: 14px;
line-height: 1.2;
color: #666;
}
.offer-Remark .list-decimal, .offer-Remark .list-lower-alpha, .offer-Remark .list-disc{
    margin: 0;
    padding-left: 1rem;
}
.offer-Remark .list-decimal>li{
    width: 100%;
	text-align: left;
	padding-left: 0.25rem
}
.tncTablx {
 margin: 6px 0;
 border:1px solid #999999;
 text-align:center;
 border-collapse:collapse;
}
.tncTablx td {
 padding:5px;
 border:1px solid #999999;
 vertical-align: middle;
 text-align: center;
}
.tncTablx .head {
 background-color:#666666;
 color:#FFFFFF;
}
.Remarksublist{
padding-left: 10px;
position: relative;
}
.tncsublist{
padding-left: 25px;
position: relative;
margin: 0.25rem 0;
}
.tncsublist .num, .Remarksublist .num{
position: absolute;
top: 0;
left: 0;
}
.f12{
	font-size: 12px;
	line-height:140%;
	}
.f14{
	font-size: 14px;
	line-height:140%;
	}
.f16{
	font-size: 16px;
	line-height:140%;
	}
.f18{
	font-size: 18px;
	line-height:140%;
	}
.f20{
	font-size: 20px;
	line-height:140%;
	}
.f24{
	font-size: 24px;
	line-height:140%;
	}
.f28{
	font-size: 28px;
	line-height:140%;
	}
.f30{
	font-size: 30px;
	line-height:1;
	}
.f36{
	font-size: 36px;
  line-height:100%;
	}
.f40{
	font-size: 40px;
  line-height:100%;
	}
.f44{
	font-size: 44px;
  line-height:1.2;
	}
.f48{
	font-size: 48px;
  line-height: 1;
	}
.BigFont{
font-size: 140%;
line-height: 1;
}
.BigFont2{
font-size: 180%;
line-height: 1;
}
@media (max-width: 576px){
.f20{
	font-size: 18px;
	line-height:140%;
	}
.f24{
	font-size: 22px;
	line-height:140%;
	}
.f30{
	font-size: 28px;
	line-height:120%;
	}
.f36{
	font-size: 30px;
  line-height:120%;
	}
.f44{
	font-size: 40px;
  line-height:1.2;
	}
}

body.small-font-size .f12{
    font-size: 10px;
}
body.large-font-size .f12{
    font-size: 14px;
}
body.small-font-size .f14{
    font-size: 12px;
}
body.large-font-size .f14{
    font-size: 16px;
}
body.small-font-size .f16{
    font-size: 14px;
}
body.large-font-size .f16{
    font-size: 18px;
}
body.small-font-size .f18{
    font-size: 16px;
}
body.large-font-size .f18{
    font-size: 20px;
}
body.small-font-size .f20{
    font-size: 18px;
}
body.large-font-size .f20{
    font-size: 22px;
}
body.small-font-size .f24{
    font-size: 22px;
}
body.large-font-size .f24{
    font-size: 26px;
}
body.small-font-size .f30{
    font-size: 26px;
}
body.large-font-size .f30{
    font-size: 34px;
}
body.small-font-size .f36{
    font-size: 32px;
}
body.large-font-size .f36{
    font-size: 40px;
}

body.small-font-size .offer-Remark{
    font-size: 10px;
}
body.large-font-size .offer-Remark{
    font-size: 14px;
}
body.small-font-size #tncContent{
    font-size: 11px;
}
body.large-font-size #tncContent{
    font-size: 14px;
}
body.small-font-size .offer-Remark{
    font-size: 11px;
}
body.large-font-size .offer-Remark{
    font-size: 14px;
}
#tncContent{
    font-size: 12px;
	line-height: 140%;
	}

.mt5{
margin-top: 5px;
}
.mb5{
margin-bottom: 5px;
}
.new-pink{
color: #E4015C;
}
.new-orange{
color: #F07C10;
}
.new-blue{
color: #0066b3;
}
.usdtd-color{
color: #d21242;
}
.usdtd-highlight{
color: #054c9b;
}

.mt5{
	margin-top:5px;
	}
.p20{
	padding:20px;
	}
.promo-block{
clip-path: polygon(25px 0%, calc(100% - 25px) 0%, 100% 25px, 100% calc(100% - 25px), calc(100% - 25px) 100%, 25px 100%, 0% calc(100% - 25px), 0% 25px);
background-image: linear-gradient(30deg, #002d62, #ffffff, #002d62);
padding: 4px;
width: 100%;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.promo-block-inner{
clip-path: polygon(23px 0%, calc(100% - 23px) 0%, 100% 23px, 100% calc(100% - 23px), calc(100% - 23px) 100%, 23px 100%, 0% calc(100% - 23px), 0% 23px);
background-image: linear-gradient(180deg, #054c9b, #0066b3);
color: white;
text-align: center;
padding: 20px 30px;
}

.exam-title{
background-image: linear-gradient(#0066b3, #0066b3);
background-repeat: no-repeat;
background-position: center;
background-size: 100% 1px;
text-align: center;
}
.exam-title-inner{
display: inline-block;
background-color: white;
padding: 0 20px;
color: #0066b3;
}

.exam-header{
clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 20px, 100% 100%, 0 100%, 0 20px);
background-color: #054c9b;
padding: 15px 40px;
color: white;
text-align: center;
margin-left: 30px;
margin-right: 30px;
font-weight: bold;
display: inline-block;
}
@media (max-width: 576px){
.exam-header{
padding: 15px 20px;
}
}
.exam-block{
clip-path: polygon(25px 0%, calc(100% - 25px) 0%, 100% 25px, 100% calc(100% - 25px), calc(100% - 25px) 100%, 25px 100%, 0% calc(100% - 25px), 0% 25px);
padding: 2px;
background-color: #054c9b;
}

.exam-block-inner{
clip-path: polygon(24px 0%, calc(100% - 24px) 0%, 100% 24px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0% calc(100% - 24px), 0% 24px);
padding: 20px;
background-color: white;
display: flex;
flex-wrap: nowrap;
}

.fix-head{
background-color: #1791ff;
color: white;
clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
padding: 15px 20px;
text-align: center;
font-weight: bold;
}
.sav-head{
background-color: #f7931e;
color: white;
clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
padding: 15px 15px;
text-align: center;
font-weight: bold;
}
.exam-block-col{
width: 45%;
padding: 10px;
display: flex;
flex-flow: column;
}
.exam-block-col-mid{
width: 10%;
padding: 10px;
background-image: linear-gradient(#054c9b, #054c9b);
background-repeat: no-repeat;
background-position: top 10px center;
background-size: 2px calc(100% - 20px);
display: flex;
justify-content: center;
align-items: center;
}
.exam-plus{
width: 50px;
height: 50px;
border-radius: 99px;
border: 3px solid white;
background-color: #054c9b;
background-image: url("../images/plus-w.svg");
background-position: center;
background-repeat: no-repeat;
background-size: 24px;
}
@media (max-width: 576px){
.exam-block-inner{
flex-flow: column;
}
.exam-block-col{
width: 100%;
}
.exam-block-col-mid{
width: 100%;
background-position: left 10px center;
background-size: calc(100% - 20px) 2px;
}
}
.exam-block-col-flex{
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
height: 100%;
}
a.cfa-btn{
display: block;
background-color: #054c9b;
padding: 15px;
border-radius: 99px;
text-align: center;
width: 100%;
max-width: 280px;
font-weight: bold;
color: white;
margin-left: auto;
margin-right: auto;
}
.light-container{
position: relative;
display: inline-block;
}
.light {
				position: absolute;
				left: 0;
				bottom: 0;
				display: block;
				width: 60px;
				height: 100%;
				background: linear-gradient(to right, transparent, white, transparent);
				transform: skewX(-15deg);
				animation: slide-in-light 4s ease infinite;
				opacity: 0.6;
				z-index: 5;
			}
			@keyframes slide-in-light {
				0% {left: -10%; opacity: 0;}
				5% {opacity: 1;}
				40% {left: 95%; opacity: 0;}
				100% {left: 100%; opacity: 0;}
			}
