<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#loadingTopDiv{
	position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
}
.PageContent{
	display: flex;
	flex-direction: column;
	height: 100vh;
	width: 100vw;
}
.TopOfPage{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  	-moz-align-items: center;
  	-ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  	-moz-justify-content: center;
  	-ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 1040px;
    z-index: 2;
    background-color: white;
}
.TopOfPage .content{
    height: 100%;
    min-width: 1020px;
}
.TopOfPage .content .head_title{
	width: 76.34%;
    text-align: right;
	padding-right: 26.34%;
}
.TopOfPage .content .logoImg img{
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
  	-webkit-transform: translateX(50%);
  	transform: translateX(50%);
}
.TopOfPage .content .ver{
	/* width: 100%; */
	/* display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; */
  	-moz-align-items: flex-end;
  	-ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  	-moz-justify-content: center;
  	-ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.TopOfPage .content .ver div{
    float: right;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  	-moz-align-items: flex-end;
  	-ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  	-moz-justify-content: flex-end;
  	-ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    color: #6C6C6C;
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
  	-webkit-transform: translateX(50%);
  	transform: translateX(50%);
}
.updateInfo{	
    text-underline-position: under;
    text-decoration: underline;
    font-weight: bold;
    color: #6C6C6C;
    text-decoration-color: #6C6C6C;
    cursor: pointer;
}
.MiddleOfPage{
    margin: auto;
    display: block;
    position: relative;
    min-width: 1020px;
}
.MiddleOfPage &gt; .WizardContent{
	display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    width: 100%;
  	-moz-align-items: flex-start;
  	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
    align-items: flex-start;
  	-moz-justify-content: flex-start;
  	-ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.MiddleOfPage &gt; .WizardContent &gt; div:nth-child(1){
	display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  	-moz-align-items: flex-start;
  	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
    align-items: flex-start;
  	-moz-justify-content: flex-end;
  	-ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.MiddleOfPage &gt; .WizardContent &gt; div:nth-child(2){
	display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  	-moz-align-items: flex-start;
  	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
    align-items: flex-start;
  	-moz-justify-content: flex-start;
  	-ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.MiddleOfPage &gt; .WizardContent &gt; div:nth-child(3){
	display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  	-moz-align-items: flex-start;
  	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
    align-items: flex-start;
  	-moz-justify-content: flex-start;
  	-ms-justify-content: flex-start;
    justify-content: flex-start;
}
.BottomOfPage{
    width: 100%;
	display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  	-moz-align-items: flex-start;
  	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
    align-items: flex-start;
  	-moz-justify-content: center;
  	-ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: white;
    min-width: 1040px;
}
.BottomOfPage .content{
	display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
  	-moz-align-items: flex-end;
  	-ms-align-items: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
  	-moz-justify-content: center;
  	-ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    position: relative;
    min-width: 1040px;
}
.BottomOfPage .banner-image {
	width: 32%;
}
.BottomOfPage .banner-image:nth-child(2) {
	margin-left: 2%;
	margin-right: 2%;
}
.MiddleOfPage button, .infoContent Button{
	padding: 0px !important;
}
.infoContent{
	width: 23.66%;
	display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	flex-direction: column;
  	-moz-align-items: center;
  	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.infoContent &gt; div{
	width: 100%;
	display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	color: #6C6C6C;
}
.kadSelect{
	display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
  	-moz-align-items: flex-end;
  	-ms-align-items: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.kadSelect &gt; div{
	width: 25%;
	display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
}
.kadSelect &gt; div:nth-child(2){
	margin-left: 1.79%;
	margin-right: 1.79%;
}
.kadSelect &gt; div:nth-child(3){
	margin-right: 1.79%;
}
.kadSelect &gt; div &gt; button{
    height: 100%;
}
.wizardItem{
	cursor: pointer;
}
.topFooterContent-left{
	position: absolute;
    left: 0;
    height: 100%;
	display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  	-moz-align-items: center;
  	-ms-align-items: center;
	-webkit-align-items: center;
    align-items: center;
  	-moz-justify-content: center;
  	-ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    bottom: 0;
}
.topFooterContent-left &gt; img{
	display: none;
	cursor: pointer;
	height: 90%;
}

.topFooterContent-left &gt; img:hover{
	cursor: pointer;
	height: 100%;
}
.topLabelContent_text{
	text-align: center;
	color: white;
}
.MiddleOfPage &gt; .WizardContent &gt; div{
	width: 25%;
	background-color: #6D8AB5;
	height: 100%;
	/*padding: 0.446% 0.446% 0px 0.446%;*/
}
.MiddleOfPage &gt; .WizardContent &gt; div:nth-child(2){
	margin-left: 1.79%;
	margin-right: 1.79%;
}
.MiddleOfPage &gt; .WizardContent &gt; div:nth-child(3){
	margin-right: 1.79%;
}
.MiddleOfPage &gt; .WizardContent .wizardItem{
	height: 100%;
	width: 100%;
}
.MiddleOfPage &gt; .WizardContent .wizardItem img{
	width: 100%;
}
.WizardContent &gt; div{
	/*border-style: solid;*/
	border-color: transparent;
	box-shadow: 4px 4px 5px #a0a0a0;

}
.WizardContent &gt; div:hover{
    /*background-color: #CFD9E7 !important;
    border-color: #FF407B;*/
}
.WizardContent &gt; div:active{
  color: #000;
  border-color: #FF407B;
  background: #CFD9E7;
  transform: scale(0.98);
}
.WizardContent &gt; div:hover div{
	color: #000;
}
@media (max-width: 1609px){
	.WizardContent &gt; div{
		border-width: 3px;
	}
	/*.MiddleOfPage &gt; .WizardContent &gt; div{
		padding: calc(0.446% - 3px) calc(0.446% - 3px) 0px calc(0.446% - 3px);
	}*/
}
@media (min-width: 1610px){
	.WizardContent &gt; div{
		border-width: 4px;
	}
	/*.MiddleOfPage &gt; .WizardContent &gt; div{
		padding: calc(0.446% - 4px) calc(0.446% - 4px) 0px calc(0.446% - 4px);
	}*/
}
@media (max-width: 1609px){
	.TopOfPage{
	    height: calc((100vh - 393px) / 3);
	}
	.TopOfPage .content{
		width: 1020px;
	}
	.TopOfPage .content .logoImg img, .TopOfPage .content .ver div{
		width: 330px;
	}
	.TopOfPage .content .ver{
		height: 26px;
	}
	.MiddleOfPage{
	    height: 100%;
	    min-width: 1040px;
	}
	.MiddleOfPage{
		height: 393px;
	    width: 1020px;
	}
	.MiddleOfPage &gt; .WizardContent{
	    height: 215px;
	}
	.topLabelContent_text{
		height: 36px;
	}
	.MiddleOfPage button, .infoContent Button{
		font-size: 16px !important;
	}
	.infoContent{
		height: 89px;
	}
	.infoContent div{
		height: 46px;
	}
	.infoContent &gt; div &gt; button{
	    width: 100%;
	}
	.kadSelect{
		height: 89px;
	}
	.kadSelect div{
		height: 46px;
	}
	.kadSelect &gt; div &gt; button{
	    width: 100%;
	}
	.BottomOfPage{
		height: calc((100vh - 393px) / 3 * 2);
	}
	.BottomOfPage &gt; div{
		width: 1020px;
    	height: 100%;
	}
	.BottomOfPage &gt; div &gt; div:nth-child(1){
		height: calc(100% * 2 / 3);
    	width: 100%;
	}
	.BottomOfPage &gt; div &gt; div:nth-child(2){
		height: calc(100% / 3);
    	width: 100%;
	}
	.BottomOfPage .content{
		width: 100%;
		height: 58px;
		margin-top: 6px;
		padding-bottom: 6px;
		border-top: 1px solid #E2E2E2;	
	}
	.content_emtpy{
		width: 12px;
	}
}

@media (min-width: 1610px) and (max-width: 1930px){
	.TopOfPage{
	    height: calc((100vh - 380px) / 3);
	}
	.TopOfPage .content{
		width: 1280px;
	}
	.TopOfPage .content .logoImg img, .TopOfPage .content .ver div{
		width: 412px;
	}
	.TopOfPage .content .ver{
		height: 32px;
	}
	.MiddleOfPage{
	    height: 100%;
	}
	.MiddleOfPage{
		height: 380px;
	    width: 1280px;
	}
	.MiddleOfPage &gt; .WizardContent{
	    height: 268px;
	}
	.topLabelContent_text{
		height: 45px;
	}
	.MiddleOfPage button, .infoContent Button{
		font-size: 20px !important;
	}
	.infoContent{
		height: 112px;
	}
	.infoContent div{
		height: 57px;
	}
	.infoContent &gt; div &gt; button{
	    width: 100%;
	}
	.kadSelect{
		height: 112px;
	}
	.kadSelect div{
		height: 57px;
	}
	.kadSelect &gt; div &gt; button{
	    width: 100%;
	}
	.BottomOfPage{
		height: calc((100vh - 380px) / 3 * 2);
	}
	.BottomOfPage &gt; div{
		width: 1280px;
    	height: 100%;
	}
	.BottomOfPage &gt; div &gt; div:nth-child(1){
		height: calc(100% * 2 / 3);
    	width: 100%;
	}
	.BottomOfPage &gt; div &gt; div:nth-child(2){
		height: calc(100% / 3);
    	width: 100%;
	}
	.BottomOfPage .content{
		width: 100%;
		height: 72px;
		margin-top: 8px;
		padding-bottom: 8px;
		border-top: 1px solid #E2E2E2;		
	}
	.content_emtpy{
		width: 15px;
	}
}

@media (min-width: 1931px) and (max-width: 2570px){
	.TopOfPage{
	    height: calc((100vh - 456px) / 3);
	}
	.TopOfPage .content{
		width: 1520px;
	}
	.TopOfPage .content .logoImg img, .TopOfPage .content .ver div{
		width: 495px;
	}
	.TopOfPage .content .ver{
		height: 39px;
	}
	.MiddleOfPage{
	    height: 100%;
	}
	.MiddleOfPage{
		height: 456px;
	    width: 1520px;
	}
	.MiddleOfPage &gt; .WizardContent{
	    height: 320px;
	}
	.topLabelContent_text{
		height: 52px;
	}
	.MiddleOfPage button, .infoContent Button{
		font-size: 24px !important;
	}
	.infoContent{
		height: 133px;
	}
	.infoContent div{
		height: 70px;
	}
	.infoContent &gt; div &gt; button{
	    width: 100%;
	}
	.kadSelect{
		height: 133px;
	}
	.kadSelect div{
		height: 70px;
	}
	.kadSelect &gt; div &gt; button{
	    width: 100%;
	}
	.BottomOfPage{
		/*height: 87px;*/
		height: calc((100vh - 456px) / 3 * 2);
	}
	.BottomOfPage &gt; div{
		width: 1520px;
    	height: 100%;
	}
	.BottomOfPage &gt; div &gt; div:nth-child(1){
		height: calc(100% * 2 / 3);
    	width: 100%;
	}
	.BottomOfPage &gt; div &gt; div:nth-child(2){
		height: calc(100% / 3);
    	width: 100%;
	}
	.BottomOfPage .content{
		width: 100%;
		height: 87px;
		margin-top: 9px;
		padding-bottom: 9px;
		border-top: 2px solid #E2E2E2;	
	}
	.BottomOfPage .content &gt; div &gt; a &gt; img{
		width: 276px;
	}
	.content_emtpy{
		width: 18px;
	}
}

@media (min-width: 2571px) and (max-width: 3199px){
	.TopOfPage{
	    height: calc((100vh - 560px) / 3);
	}
	.TopOfPage .content{
		width: 2040px;
	}
	.TopOfPage .content .logoImg img, .TopOfPage .content .ver div{
		width: 660px;
	}
	.TopOfPage .content .ver{
		height: 52px;
	}
	.MiddleOfPage{
	    height: 100%;
	}
	.MiddleOfPage{
		height: 560px;
	    width: 2040px;
	}
	.MiddleOfPage &gt; .WizardContent{
	    height: 430px;
	}
	.topLabelContent_text{
		height: 72px;
	}
	.MiddleOfPage button, .infoContent Button{
		font-size: 32px !important;
	}
	.infoContent{
		height: 130px;
	}
	.infoContent div{
		height: 74px;
	}
	.infoContent &gt; div &gt; button{
	    width: 730px;
	}
	.kadSelect{
		height: 130px;
	}
	.kadSelect div{
		height: 74px;
	}
	.kadSelect &gt; div &gt; button{
	    width: 100%;
	}
	.BottomOfPage{
		height: calc((100vh - 560px) / 3 * 2);
	}
	.BottomOfPage &gt; div{
		width: 2040px;
    	height: 100%;
	}
	.BottomOfPage &gt; div &gt; div:nth-child(1){
		height: calc(100% * 2 / 3);
    	width: 100%;
	}
	.BottomOfPage &gt; div &gt; div:nth-child(2){
		height: calc(100% / 3);
    	width: 100%;
	}
	.BottomOfPage .content{
		width: 100%;
		height: 116px;
		margin-top: 10px;
		padding-bottom: 10px;
		border-top: 2px solid #E2E2E2;	
	}
	.BottomOfPage .content &gt; div &gt; a &gt; img{
		width: 370px;
	}
	.content_emtpy{
		width: 24px;
	}
}

@media (min-width: 3200px) and (max-width: 3839px){
	.TopOfPage{
	    height: calc((100vh - 698px) / 3);
	}
	.TopOfPage .content{
		width: 1870px;
	}
	.TopOfPage .content .logoImg img, .TopOfPage .content .ver div{
		width: 825px;
	}
	.TopOfPage .content .ver{
		height: 65px;
	}
	.MiddleOfPage{
	    height: 100%;
	}
	.MiddleOfPage{
		height: 698px;
	    width: 1870px;
	}
	.MiddleOfPage &gt; .WizardContent{
	    height: 538px;
	}
	.topLabelContent_text{
		height: 90px;
	}
	.MiddleOfPage button, .infoContent Button{
		font-size: 40px !important;
	}
	.infoContent{
		height: 160px;
	}
	.infoContent div{
		height: 93px;
	}
	.infoContent &gt; div &gt; button{
	    width: 912px;
	}
	.kadSelect{
		height: 160px;
	}
	.kadSelect div{
		height: 93px;
	}
	.kadSelect &gt; div &gt; button{
	    width: 100%;
	}
	.BottomOfPage{
		height: calc((100vh - 698px) / 3 * 2);
	}
	.BottomOfPage &gt; div{
		width: 1870px;
    	height: 100%;
	}
	.BottomOfPage &gt; div &gt; div:nth-child(1){
		height: calc(100% * 2 / 3);
    	width: 100%;
	}
	.BottomOfPage &gt; div &gt; div:nth-child(2){
		height: calc(100% / 3);
    	width: 100%;
	}
	.BottomOfPage .content{
		width: 100%;
		height: 145px;
		margin-top: 15px;
		padding-bottom: 15px;
		border-top: 2px solid #E2E2E2;	
	}
	.BottomOfPage .content &gt; div &gt; a &gt; img{
		width: 462.5px;
	}
	.content_emtpy{
		width: 30px;
	}
}
@media (min-width: 3840px){
	.TopOfPage{
	    height: calc((100vh - 835px) / 3);
	}
	.TopOfPage .content{
		width: 3060px;
	}
	.TopOfPage .content .logoImg img, .TopOfPage .content .ver div{
		width: 990px;
	}
	.TopOfPage .content .ver{
		height: 78px;
	}
	.MiddleOfPage{
	    height: 100%;
	}
	.MiddleOfPage{
		height: 835px;
	    width: 3060px;
	}
	.MiddleOfPage &gt; .WizardContent{
	    height: 645px;
	}
	.topLabelContent_text{
		height: 108px;
	}
	.MiddleOfPage button, .infoContent Button{
		font-size: 48px !important;
	}
	.infoContent{
		height: 190px;
	}
	.infoContent div{
		height: 111px;
	}
	.infoContent &gt; div &gt; button{
	    width: 1095px;
	}
	.kadSelect{
		height: 190px;
	}
	.kadSelect div{
		height: 111px;
	}
	.kadSelect &gt; div &gt; button{
	    width: 100%;
	}
	.BottomOfPage{
		height: calc((100vh - 835px) / 3 * 2);
	}
	.BottomOfPage &gt; div{
		width: 3060px;
    	height: 100%;
	}
	.BottomOfPage &gt; div &gt; div:nth-child(1){
		height: calc(100% * 2 / 3);
    	width: 100%;
	}
	.BottomOfPage &gt; div &gt; div:nth-child(2){
		height: calc(100% / 3);
    	width: 100%;
	}
	.BottomOfPage .content{
		width: 100%;
		height: 174px;
		margin-top: 18px;
		padding-bottom: 18px;
		border-top: 3px solid #E2E2E2;	
	}
	.BottomOfPage .content &gt; div &gt; a &gt; img{
		width: 555px;
	}
	.content_emtpy{
		width: 36px;
	}
}
</pre></body></html>